public interface IDETask extends IHumanTask
HUMAN_TASK_PREFIX
SEP
Modifier and Type | Method and Description |
---|---|
List<IBusinessObjectView> |
getBOViews()
The list of BOViews available for the current task.
|
List<IDETaskEnricher> |
getEnrichers()
List of enrichers to execute during DataEntry task
|
IDETransition |
getOutgoingTransition(String pTransitionName)
Get the outgoing transition with the given name
|
List<IDETaskEnricher> |
getTriggerableEnrichers(DETaskTriggerType type) |
List<IDETaskEnricher> |
getTriggerableEnrichers(DETaskTriggerType type,
IEntity forEntity) |
List<IDETaskValidation> |
getTriggerableValidations(DETaskTriggerType type) |
List<IDETaskValidation> |
getTriggerableValidations(DETaskTriggerType type,
IEntity forEntity) |
List<IDETaskValidation> |
getValidations()
List of validations to execute during DataEntry task
|
IDataEntryWorkflow |
getWorkflow()
The workflow to which this task belongs
|
boolean |
isBOViewsOverriden()
Return true if
getBOViews() comes from a override for current task or false if it comes from the IDataEntryWorkflow.getDefaultBOViews() |
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 © 2015. All Rights Reserved.