- JobId - Class in com.primavera.integration.common
-
ID of a server-side asynchronous job (such as a scheduling job).
- JobId() - Constructor for class com.primavera.integration.common.JobId
-
Constructs an empty JobId
object.
- JobId(ObjectId, int) - Constructor for class com.primavera.integration.common.JobId
-
Class constructor specifying object ID of the job and the job type
- JobInfo - Class in com.primavera.integration.common
-
Information for a server-side asynchronous job.
- JobInfo(ObjectId, JobType, JobStatus, Date, Date, ObjectId[], ObjectId[], String) - Constructor for class com.primavera.integration.common.JobInfo
-
Class constructor, to be used internally.
- JobManager - Class in com.primavera.integration.client
-
The Job Manager is retrieved for a particular session by calling Session.getJobManager().
- JobRecurringType - Class in com.primavera.integration.client.bo.enm
-
JobRecurringType of job service.
- JOBSERVICE - Static variable in class com.primavera.integration.client.bo.enm.AlertType
-
- JobService - Class in com.primavera.integration.client.bo.object
-
A Job Service.
- JobService(Session) - Constructor for class com.primavera.integration.client.bo.object.JobService
-
Class constructor specifying the Session.
- JobService(Session, ObjectId) - Constructor for class com.primavera.integration.client.bo.object.JobService
-
Class constructor specifying the Session and ObjectId of the object.
- JobService(Session, PrmRowSet, int) - Constructor for class com.primavera.integration.client.bo.object.JobService
-
Class constructor called internally after objects are retrieved from the server.
- JobServiceHelper - Class in com.primavera.integration.client.bo.helper
-
Business object helper class used to simplify access to JobService objects.
- JobStatus - Class in com.primavera.integration.client.bo.enm
-
Job status enumerations are used with the job manager when getting the status of an asynchronous
job.
- JobType - Class in com.primavera.integration.client.bo.enm
-
Job type enumerations are used with asynchronous jobs: 'Schedule', 'Summarize', 'Apply Actuals',
'Store Period Performance', 'Sync Actual This Period', 'Level', Update Baseline', and 'Recalculate
Assignment Costs'.