Modifier and Type | Method and Description |
---|---|
static JobCreationInstruction |
JobCreationInstruction.createModelOperationChildJob(Job parentJob,
ModelContext modelContext) |
static JobCreationInstruction |
JobCreationInstruction.createModelOperationRootJob(ChangeProcessor changeProcessor,
ModelContext modelContext) |
static JobCreationInstruction |
JobCreationInstruction.createNoModelOperationRootJob(ChangeProcessor changeProcessor) |
static JobCreationInstruction |
JobCreationInstruction.createWfProcessChildJob(ChangeProcessor changeProcessor) |
static JobCreationInstruction |
JobCreationInstruction.createWfProcessChildJob(Job parentJob) |
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).
|
protected static void |
JobCreationInstruction.prepareWfProcessChildJobInternal(JobCreationInstruction instruction) |
Modifier and Type | Method and Description |
---|---|
void |
ItemApprovalProcessInterface.prepareStartInstruction(JobCreationInstruction instruction,
ApprovalRequest approvalRequest,
String approvalTaskName) |
Modifier and Type | Method and Description |
---|---|
JobCreationInstruction |
BaseModelInvocationProcessingHelper.createInstructionForRoot(ChangeProcessor changeProcessor,
ModelContext modelContext,
Task taskFromModel)
More specific version of the previous method, having contextForRoot equals to modelContext.
|
JobCreationInstruction |
BaseModelInvocationProcessingHelper.createInstructionForRoot(ChangeProcessor changeProcessor,
ModelContext modelContext,
Task taskFromModel,
ModelContext contextForRoot)
Creates a root job creation instruction.
|
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 |
---|---|
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) |
Modifier and Type | Class and Description |
---|---|
class |
PcpChildJobCreationInstruction |
Copyright © 2015 evolveum. All rights reserved.