Class Mapping
java.lang.Object
com.tremolosecurity.provisioning.core.WorkflowTaskImpl
com.tremolosecurity.provisioning.tasks.Mapping
- All Implemented Interfaces:
WorkflowTask, Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionMapping()Mapping(WorkflowTaskType taskConfig, ConfigManager cfg, Workflow wf) -
Method Summary
Modifier and TypeMethodDescriptionbooleangetLabel()voidinit(WorkflowTaskType taskConfig) booleanisStrict()booleanvoidsetMapper(MapIdentity mapper) voidsetStrict(boolean strict) Methods inherited from class WorkflowTaskImpl
canHaveChildren, findApprovalTask, finishTasks, getConfig, getConfigManager, getOnFailure, getOnSuccess, getWorkflow, initWorkFlow, isOnHold, loadTask, markComplete, reInit, reInit, renderTemplate, restartChildren, restartTasks, runSubTasks, setConfigManager, setOnHold, setOnSuccess, setWorkflow, startNextTask
-
Constructor Details
-
Mapping
public Mapping() -
Mapping
public Mapping(WorkflowTaskType taskConfig, ConfigManager cfg, Workflow wf) throws ProvisioningException - Throws:
ProvisioningException
-
-
Method Details
-
init
- Specified by:
initin interfaceWorkflowTask- Specified by:
initin classWorkflowTaskImpl- Throws:
ProvisioningException
-
doTask
- Specified by:
doTaskin interfaceWorkflowTask- Specified by:
doTaskin classWorkflowTaskImpl- Throws:
ProvisioningException
-
getMapping
-
restartChildren
- Specified by:
restartChildrenin interfaceWorkflowTask- Overrides:
restartChildrenin classWorkflowTaskImpl- Throws:
ProvisioningException
-
getLabel
- Specified by:
getLabelin interfaceWorkflowTask- Specified by:
getLabelin classWorkflowTaskImpl
-
getMapper
-
setMapper
-
isStrict
public boolean isStrict() -
setStrict
public void setStrict(boolean strict)
-