|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IDataEntryWorkflow
Field Summary |
---|
Fields inherited from interface com.semarchy.mdm.runtime.model.logical.IHumanWorkflow |
---|
HUMAN_WORKFLOW_PREFIX |
Fields inherited from interface com.semarchy.mdm.runtime.model.logical.IUniquelyNamed |
---|
SEP |
Method Summary | |
---|---|
Set<IBusinessObjectView> |
getAllInvolvedBOViews()
Returns the Set of all BOViews involved inside this Workflow. |
IPublisher |
getDataEntryPublisher()
The DataEntry Publisher |
List<IBusinessObjectView> |
getDefaultBOViews()
The default list of BOViews defined for this IDataEntryWorkflow . |
boolean |
isAllowNew()
Getter for owned property AllowedInNew : |
boolean |
isGoldenCheckoutEnabled()
|
boolean |
isMasterCheckoutEnabled()
|
boolean |
isRejectsCheckoutEnabled()
|
Methods inherited from interface com.semarchy.mdm.runtime.model.logical.IHumanWorkflow |
---|
getAdminRoleName, getApplication, getCancelNode, getEndNode, getInitiatorRoleName, getName, getNode, getNodes, getOnSubmitJob, getPosInParent, getStartNode, getStartTasks, getSubmitNode, getTask, getTasks, isAdministrator, isAllowPropertiesEdition, isQuickAction, isShowTransitionLabel, isStartable |
Methods inherited from interface com.semarchy.mdm.runtime.model.logical.IUniquelyNamed |
---|
getPrefixedUniqueName, getUniqueName |
Method Detail |
---|
IPublisher getDataEntryPublisher()
Set<IBusinessObjectView> getAllInvolvedBOViews()
defaultBOViews
will be part of this set if and only if
one of the task uses them and does not override the defaultBOViews
.
Set
List<IBusinessObjectView> getDefaultBOViews()
IDataEntryWorkflow
.
This list can be overridden per IDETask
so in most case you should use
IDETask.getBOViews()
.
boolean isGoldenCheckoutEnabled()
boolean isMasterCheckoutEnabled()
boolean isRejectsCheckoutEnabled()
boolean isAllowNew()
Getter for owned property AllowedInNew
:
Worklow is allowed in New… quick action
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |