Class IfAttrExists
java.lang.Object
com.tremolosecurity.provisioning.core.WorkflowTaskImpl
com.tremolosecurity.provisioning.tasks.IfAttrExists
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleangetLabel()getName()voidinit(WorkflowTaskType taskConfig) booleanvoidMethods inherited from class com.tremolosecurity.provisioning.core.WorkflowTaskImpl
findApprovalTask, finishTasks, getConfig, getConfigManager, getOnFailure, getOnSuccess, getWorkflow, initWorkFlow, isOnHold, loadTask, markComplete, reInit, reInit, renderTemplate, restartChildren, restartTasks, runSubTasks, setConfigManager, setOnHold, setOnSuccess, setWorkflow, startNextTask
-
Constructor Details
-
IfAttrExists
public IfAttrExists() -
IfAttrExists
public IfAttrExists(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
-
restartChildren
- Specified by:
restartChildrenin interfaceWorkflowTask- Overrides:
restartChildrenin classWorkflowTaskImpl- Throws:
ProvisioningException
-
getLabel
- Specified by:
getLabelin interfaceWorkflowTask- Specified by:
getLabelin classWorkflowTaskImpl
-
getName
-
setName
-
canHaveChildren
public boolean canHaveChildren()- Specified by:
canHaveChildrenin interfaceWorkflowTask- Overrides:
canHaveChildrenin classWorkflowTaskImpl
-