public interface IDETask extends IHumanTask
HUMAN_TASK_PREFIX
SEP
getAssignedToRoleName, getCancelTransition, getDisplayName, getSubmitTransition, getTransitionFromStart, isCancelEnabled, isStartTask, isSubmitEnabled
getFirstTransitionTo, getIncomingTransitions, getName, getOutgoingTransitions, getToTasks, getTransitionsTo, getTransitionTo
getHeight, getWidth, getX, getY
getPrefixedUniqueName, getUniqueName
IDataEntryWorkflow getWorkflow()
IHumanTask
getWorkflow
in interface IHumanTask
getWorkflow
in interface IWorkflowNode
List<IDETaskEnricher> getEnrichers()
List<IDETaskEnricher> getTriggerableEnrichers(DETaskTriggerType type)
type
- IDETaskEnricher
for the given DETaskTriggerType
.List<IDETaskEnricher> getTriggerableEnrichers(DETaskTriggerType type, IEntity forEntity)
type
- IDETaskEnricher
for the given DETaskTriggerType
and for the given IEntity
.List<IDETaskValidation> getValidations()
List<IDETaskValidation> getTriggerableValidations(DETaskTriggerType type)
type
- IDETaskValidation
for the given DETaskTriggerType
.List<IDETaskValidation> getTriggerableValidations(DETaskTriggerType type, IEntity forEntity)
type
- IDETaskValidation
for the given DETaskTriggerType
and for the given IEntity
.List<IBusinessObjectView> getBOViews()
boolean isBOViewsOverriden()
getBOViews()
comes from a override for current task or false if it comes from the IDataEntryWorkflow.getDefaultBOViews()
IDETransition getOutgoingTransition(String pTransitionName) throws NoSuchTransitionException
IWorkflowNode
getOutgoingTransition
in interface IWorkflowNode
NoSuchTransitionException
- if no outgoing transition exist with this nameCopyright © 2019. All rights reserved.