Class IfAttrExists
java.lang.Object
com.tremolosecurity.provisioning.core.WorkflowTaskImpl
com.tremolosecurity.provisioning.tasks.IfAttrExists
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
getLabel()
getName()
void
init
(WorkflowTaskType taskConfig) boolean
void
Methods 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:
init
in interfaceWorkflowTask
- Specified by:
init
in classWorkflowTaskImpl
- Throws:
ProvisioningException
-
doTask
- Specified by:
doTask
in interfaceWorkflowTask
- Specified by:
doTask
in classWorkflowTaskImpl
- Throws:
ProvisioningException
-
restartChildren
- Specified by:
restartChildren
in interfaceWorkflowTask
- Overrides:
restartChildren
in classWorkflowTaskImpl
- Throws:
ProvisioningException
-
getLabel
- Specified by:
getLabel
in interfaceWorkflowTask
- Specified by:
getLabel
in classWorkflowTaskImpl
-
getName
-
setName
-
canHaveChildren
public boolean canHaveChildren()- Specified by:
canHaveChildren
in interfaceWorkflowTask
- Overrides:
canHaveChildren
in classWorkflowTaskImpl
-