Modifier and Type | Method and Description |
---|---|
ChangeProcessor |
WfConfiguration.findChangeProcessor(String processorClassName) |
Modifier and Type | Method and Description |
---|---|
List<ChangeProcessor> |
WfConfiguration.getChangeProcessors() |
Modifier and Type | Method and Description |
---|---|
void |
WfConfiguration.registerProcessor(ChangeProcessor changeProcessor) |
Modifier and Type | Method and Description |
---|---|
ChangeProcessor |
JobContext.getChangeProcessor() |
ChangeProcessor |
JobCreationInstruction.getChangeProcessor() |
ChangeProcessor |
Job.getChangeProcessor() |
ChangeProcessor |
WfTaskUtil.getChangeProcessor(Task task) |
Modifier and Type | Method and Description |
---|---|
static JobCreationInstruction |
JobCreationInstruction.createModelOperationRootJob(ChangeProcessor changeProcessor,
ModelContext modelContext) |
static JobCreationInstruction |
JobCreationInstruction.createNoModelOperationRootJob(ChangeProcessor changeProcessor) |
static JobCreationInstruction |
JobCreationInstruction.createWfProcessChildJob(ChangeProcessor changeProcessor) |
void |
JobContext.setChangeProcessor(ChangeProcessor changeProcessor) |
void |
WfTaskUtil.setChangeProcessor(Task task,
ChangeProcessor processor) |
Constructor and Description |
---|
JobContext(Task parentTask,
ChangeProcessor changeProcessor) |
JobCreationInstruction(ChangeProcessor changeProcessor) |
Modifier and Type | Class and Description |
---|---|
class |
BaseChangeProcessor
Useful base class for creating change processors.
|
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 | Class and Description |
---|---|
class |
GeneralChangeProcessor |
Modifier and Type | Class and Description |
---|---|
class |
PrimaryChangeProcessor |
Modifier and Type | Method and Description |
---|---|
static PcpChildJobCreationInstruction |
PcpChildJobCreationInstruction.createInstruction(ChangeProcessor changeProcessor) |
Constructor and Description |
---|
PcpChildJobCreationInstruction(ChangeProcessor changeProcessor) |
Copyright © 2015 evolveum. All rights reserved.