Class Resync
java.lang.Object
com.tremolosecurity.provisioning.core.WorkflowTaskImpl
com.tremolosecurity.provisioning.tasks.Resync
-
Constructor Summary
ConstructorDescriptionResync()
Resync
(WorkflowTaskType taskConfig, ConfigManager cfg, Workflow wf) -
Method Summary
Modifier and TypeMethodDescriptionboolean
getLabel()
void
init
(WorkflowTaskType taskConfig) boolean
void
setKeepExternalAttrs
(boolean keepExternalAttrs) Methods inherited from class com.tremolosecurity.provisioning.core.WorkflowTaskImpl
canHaveChildren, findApprovalTask, finishTasks, getConfig, getConfigManager, getOnFailure, getOnSuccess, getWorkflow, initWorkFlow, isOnHold, loadTask, markComplete, reInit, reInit, renderTemplate, restartChildren, restartChildren, restartTasks, runSubTasks, setConfigManager, setOnHold, setOnSuccess, setWorkflow, startNextTask
-
Constructor Details
-
Resync
public Resync() -
Resync
public Resync(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
-
getLabel
- Specified by:
getLabel
in interfaceWorkflowTask
- Specified by:
getLabel
in classWorkflowTaskImpl
-
isKeepExternalAttrs
public boolean isKeepExternalAttrs() -
setKeepExternalAttrs
public void setKeepExternalAttrs(boolean keepExternalAttrs)
-