Class CustomTask
java.lang.Object
com.tremolosecurity.provisioning.core.WorkflowTaskImpl
com.tremolosecurity.provisioning.tasks.CustomTask
- All Implemented Interfaces:
WorkflowTask, Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetLabel()getTask()voidinit(WorkflowTaskType taskConfig) voidreInit()voidsetClassName(String className) voidvoidsetTask(CustomTask task) Methods inherited from class WorkflowTaskImpl
canHaveChildren, findApprovalTask, finishTasks, getConfig, getConfigManager, getOnFailure, getOnSuccess, getWorkflow, initWorkFlow, isOnHold, loadTask, markComplete, reInit, renderTemplate, restartChildren, restartChildren, restartTasks, runSubTasks, setConfigManager, setOnHold, setOnSuccess, setWorkflow, startNextTask
-
Constructor Details
-
CustomTask
public CustomTask() -
CustomTask
public CustomTask(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
-
reInit
- Specified by:
reInitin interfaceWorkflowTask- Overrides:
reInitin classWorkflowTaskImpl- Throws:
ProvisioningException
-
getLabel
- Specified by:
getLabelin interfaceWorkflowTask- Specified by:
getLabelin classWorkflowTaskImpl
-
getClassName
-
setClassName
-
getParams
-
setParams
-
getTask
-
setTask
-