Modifier and Type | Method and Description |
---|---|
Job |
JobController.createJob(JobCreationInstruction instruction,
Job parentJob,
OperationResult result)
Creates a job, just as prescribed by the job creation instruction.
|
Job |
JobController.createJob(JobCreationInstruction instruction,
Task parentTask,
OperationResult result)
As before, but this time we know only the parent task (not a job).
|
Job |
Job.getParentJob(OperationResult result) |
Job |
JobController.recreateChildJob(Task subtask,
Job parentJob)
Re-creates a child job, knowing the task and the parent job.
|
Job |
JobController.recreateJob(Task task)
Re-creates a job, based on existing task information.
|
Job |
JobController.recreateRootJob(Task task)
Re-creates a root job, based on existing task information.
|
Modifier and Type | Method and Description |
---|---|
List<Job> |
Job.listChildren(OperationResult result) |
List<Job> |
Job.listDependents(OperationResult result) |
Modifier and Type | Method and Description |
---|---|
void |
JobController.addDependency(Job executesFirst,
Job executesSecond)
Beware, in order to make the change permanent, it is necessary to call commitChanges on
"executesFirst".
|
void |
Job.addDependent(Job job) |
Job |
JobController.createJob(JobCreationInstruction instruction,
Job parentJob,
OperationResult result)
Creates a job, just as prescribed by the job creation instruction.
|
static JobCreationInstruction |
JobCreationInstruction.createModelOperationChildJob(Job parentJob,
ModelContext modelContext) |
static JobCreationInstruction |
JobCreationInstruction.createWfProcessChildJob(Job parentJob) |
Job |
JobController.recreateChildJob(Task subtask,
Job parentJob)
Re-creates a child job, knowing the task and the parent job.
|
void |
JobController.resumeTask(Job job,
OperationResult result) |
void |
JobController.unpauseTask(Job job,
OperationResult result) |
Constructor and Description |
---|
Job(Job original) |
JobCreationInstruction(Job parentJob) |
Modifier and Type | Method and Description |
---|---|
Job |
BaseModelInvocationProcessingHelper.createRootJob(JobCreationInstruction rootInstruction,
Task taskFromModel,
OperationResult result)
Creates a root job, based on provided job start instruction.
|
Modifier and Type | Method and Description |
---|---|
void |
BaseModelInvocationProcessingHelper.logJobsBeforeStart(Job rootJob,
OperationResult result) |
void |
ChangeProcessor.onProcessEnd(ProcessEvent event,
Job job,
OperationResult result)
Handles an event from WfMS that indicates finishing of the workflow process instance.
|
AuditEventRecord |
ChangeProcessor.prepareProcessInstanceAuditRecord(Map<String,Object> variables,
Job job,
AuditEventStage stage,
OperationResult result)
Prepares a process instance-related audit record.
|
AuditEventRecord |
BaseAuditHelper.prepareProcessInstanceAuditRecord(Map<String,Object> variables,
Job job,
AuditEventStage stage,
OperationResult result) |
Modifier and Type | Method and Description |
---|---|
void |
GeneralChangeProcessor.onProcessEnd(ProcessEvent event,
Job job,
OperationResult result) |
AuditEventRecord |
GeneralChangeProcessor.prepareProcessInstanceAuditRecord(Map<String,Object> variables,
Job job,
AuditEventStage stage,
OperationResult result) |
Modifier and Type | Method and Description |
---|---|
JobCreationInstruction |
GcpScenarioBean.prepareJobCreationInstruction(com.evolveum.midpoint.xml.ns._public.common.common_3.GeneralChangeProcessorScenarioType scenarioType,
LensContext<?> context,
Job rootJob,
Task taskFromModel,
OperationResult result) |
JobCreationInstruction |
BaseGcpScenarioBean.prepareJobCreationInstruction(com.evolveum.midpoint.xml.ns._public.common.common_3.GeneralChangeProcessorScenarioType scenarioType,
LensContext<?> context,
Job rootJob,
Task taskFromModel,
OperationResult result) |
AuditEventRecord |
GcpScenarioBean.prepareProcessInstanceAuditRecord(Map<String,Object> variables,
Job job,
AuditEventStage stage,
OperationResult result) |
AuditEventRecord |
BaseGcpScenarioBean.prepareProcessInstanceAuditRecord(Map<String,Object> variables,
Job job,
AuditEventStage stage,
OperationResult result) |
Modifier and Type | Class and Description |
---|---|
class |
PcpJob
A job enhanced with PrimaryChangeProcessor-specific features.
|
Modifier and Type | Method and Description |
---|---|
static PcpChildJobCreationInstruction |
PcpChildJobCreationInstruction.createInstruction(Job parentJob) |
void |
PrimaryChangeProcessor.onProcessEnd(ProcessEvent event,
Job job,
OperationResult result) |
AuditEventRecord |
PrimaryChangeProcessor.prepareProcessInstanceAuditRecord(Map<String,Object> variables,
Job job,
AuditEventStage stage,
OperationResult result) |
Constructor and Description |
---|
PcpChildJobCreationInstruction(Job parentJob) |
Copyright © 2015 evolveum. All rights reserved.