|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JpaJob | |
---|---|
com.trendmicro.grid.acl.ds.jpa.entities | Defines persistable, JPA enabled versions (sub-classes) of securable datatypes defined under the datasource API. |
Uses of JpaJob in com.trendmicro.grid.acl.ds.jpa.entities |
---|
Fields in com.trendmicro.grid.acl.ds.jpa.entities declared as JpaJob | |
---|---|
protected JpaJob |
JpaJob.parentJob
|
Fields in com.trendmicro.grid.acl.ds.jpa.entities with type parameters of type JpaJob | |
---|---|
protected List<JpaJob> |
JpaJob.subJobs
|
Methods in com.trendmicro.grid.acl.ds.jpa.entities that return JpaJob | |
---|---|
JpaJob |
JpaJobSources.getJob()
|
JpaJob |
JpaJob.getParentJob()
|
Methods in com.trendmicro.grid.acl.ds.jpa.entities that return types with arguments of type JpaJob | |
---|---|
List<JpaJob> |
JpaJob.getSubJobs()
|
Methods in com.trendmicro.grid.acl.ds.jpa.entities with parameters of type JpaJob | |
---|---|
void |
JpaJob.setParentJob(JpaJob parentJob)
|
Method parameters in com.trendmicro.grid.acl.ds.jpa.entities with type arguments of type JpaJob | |
---|---|
void |
JpaJob.setSubJobs(List<JpaJob> subJobs)
|
Constructors in com.trendmicro.grid.acl.ds.jpa.entities with parameters of type JpaJob | |
---|---|
JpaJob(UUID jobId,
JpaJob parentJob)
Constructs a new JpaJob instance for the given parent job. |
|
JpaJobSources(JpaJob job,
JpaSource source)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |