public abstract class ProcessTask extends Task
The combination of a PlanItem
and its associated
TProcessTask
definition.
<p>Do not rename this class. The name is part of public API. Moving the class to a different package, however, is possible.</p>
Task.ParamEntry
Constructor and Description |
---|
ProcessTask(PlannableItem plannableItem,
Stage parent,
Integer instanceId)
Construct a process task.
|
Modifier and Type | Method and Description |
---|---|
String |
getIdVariableName() |
List<Task.ParamEntry> |
getInputMap() |
List<Task.ParamEntry> |
getOutputMap() |
static String |
getProcessRefLocalPart(TProcessTask tProcessTask) |
createPlanItemAction
applyVisitor, getActionDescription, getActionName, getActionName, getActivationTime, getActiveChildrenCount, getActiveCount, getActiveCountInStage, getArmedEntrySentries, getArmedExitSentries, getAvailableChildrenCount, getAvailableCount, getAvailableCountInStage, getCasePlanModel, getChildInstanceCount, getClientId, getClientRef, getCompletedChildrenCount, getCompletedCount, getCompletedCountInStage, getCustomAttribute, getCustomState, getCustomState, getDeferredEntrySentries, getDeferredExitSentries, getDescription, getDisabledChildrenCount, getDisabledCount, getDisabledCountInStage, getEnabledChildrenCount, getEnabledCount, getEnabledCountInStage, getExtensionType, getId, getIndexInStage, getInstanceCount, getInstanceCountInStage, getInstanceId, getInstanceIntId, getLastPlanItemTransition, getName, getName, getName, getNewPlanItemData, getParent, getParentInstanceId, getPlanItemTypeShort, getPlannableItem, getState, getTerminatedChildrenCount, getTerminatedCount, getTerminatedCountInStage, getTPlanItemDefinition, getTriggeredChildrenCount, getTriggeredCount, getTriggeredCountInStage, getTriggeredExitSentries, handlePlanItemTransition, isActionHidden, isArmed, isBlocking, isCompletionNeutral, isManualActivation, isNonBlockingComplete, isOfSameHierarchy, isPending, isPreActivation, isRepetition, isRequired, isSemiTerminal, isTerminal, isTriggeredExitSentry, isWaitingOnChildren, isWaitingOnChildren, setClientId, setCustomState, setCustomState, setState, toString
public ProcessTask(PlannableItem plannableItem, Stage parent, Integer instanceId)
Construct a process task. The process task is represented by plannableItem
. The process task
is created with the given parent stage as parent.
plannableItem
- the plannable itemparent
- the parent stageinstanceId
- the instance idpublic List<Task.ParamEntry> getInputMap()
getInputMap
in class Task
public List<Task.ParamEntry> getOutputMap()
getOutputMap
in class Task
public String getIdVariableName()
getIdVariableName
in class Task
public static String getProcessRefLocalPart(TProcessTask tProcessTask)
null
return value.Copyright © 2010 - 2019 edorasware ag. All Rights Reserved.