|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IDETask
Field Summary |
---|
Fields inherited from interface com.semarchy.mdm.runtime.model.logical.IHumanTask |
---|
HUMAN_TASK_PREFIX |
Fields inherited from interface com.semarchy.mdm.runtime.model.logical.IUniquelyNamed |
---|
SEP |
Method Summary | |
---|---|
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<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() |
Methods inherited from interface com.semarchy.mdm.runtime.model.logical.IHumanTask |
---|
getAssignedToRoleName, getCancelTransition, getDisplayName, getSubmitTransition, getTransitionFromStart, isCancelEnabled, isStartTask, isSubmitEnabled |
Methods inherited from interface com.semarchy.mdm.runtime.model.logical.IWorkflowNode |
---|
getFirstTransitionTo, getIncomingTransitions, getName, getOutgoingTransitions, getToTasks, getTransitionsTo, getTransitionTo |
Methods inherited from interface com.semarchy.mdm.runtime.model.logical.IShape |
---|
getHeight, getWidth, getX, getY |
Methods inherited from interface com.semarchy.mdm.runtime.model.logical.IUniquelyNamed |
---|
getPrefixedUniqueName, getUniqueName |
Method Detail |
---|
IDataEntryWorkflow getWorkflow()
IHumanTask
getWorkflow
in interface IHumanTask
getWorkflow
in interface IWorkflowNode
List<IDETaskEnricher> getEnrichers()
List<IDETaskValidation> getValidations()
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 name
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |