public abstract class AbstractTask extends java.lang.Object implements CustomActionHandlerIf
IMPL_TYPE_CONDITIONAL, IMPL_TYPE_CUSTOM, IMPL_TYPE_REDEFINE
Constructor and Description |
---|
AbstractTask() |
Modifier and Type | Method and Description |
---|---|
int |
getImplemenationType() |
abstract TaskConfigIf |
getTaskConfigImplementation() |
abstract java.lang.String |
getTaskName()
Returns a user-readable name for the task
|
abstract TaskOutputDefinition[] |
getTaskOutputDefinitions() |
java.lang.String |
getTaskType()
Returns the String used to uniquely register this task.
|
WorkFlowStep |
redfineWorkFlowStep(CustomActionTriggerContext arg0)
This method need to be implemented only IF type = IMPL_TYPE_REDEFINE
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
executeCustomAction
public abstract java.lang.String getTaskName()
public abstract TaskOutputDefinition[] getTaskOutputDefinitions()
public abstract TaskConfigIf getTaskConfigImplementation()
public int getImplemenationType()
getImplemenationType
in interface CustomActionHandlerIf
public WorkFlowStep redfineWorkFlowStep(CustomActionTriggerContext arg0) throws java.lang.Exception
CustomActionHandlerIf
redfineWorkFlowStep
in interface CustomActionHandlerIf
java.lang.Exception
public java.lang.String getTaskType()