public interface IDataEntryWorkflow extends IHumanWorkflow, Serializable
HUMAN_WORKFLOW_PREFIX
SEP
Modifier and Type | Method and Description |
---|---|
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() |
getAdminRoleName, getApplication, getCancelNode, getEndNode, getInitiatorRoleName, getName, getNode, getNodes, getOnSubmitJob, getPosInParent, getStartNode, getStartTasks, getSubmitNode, getTask, getTasks, isAdministrator, isAllowPropertiesEdition, isQuickAction, isShowTransitionLabel, isStartable
getPrefixedUniqueName, getUniqueName
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
Copyright © 2016. All Rights Reserved.