public interface DesignProcessDefinition extends ProcessDefinition
| Modifier and Type | Method and Description |
|---|---|
ActorDefinition |
getActorInitiator()
Retrieves the ActorDefinition of process's actor defined as initiator.
|
Set<ActorDefinition> |
getActors()
Deprecated.
As of release 6.1, replaced by
getActorsList() which return the same information as a list |
List<ActorDefinition> |
getActorsList()
Gets the list of all actors defined on this process.
|
List<ContextEntry> |
getContext() |
ContractDefinition |
getContract()
Contract that must be respected when starting an instance of this process
|
String |
getDisplayDescription()
Retrieves the displayed description of the process definition, as set at design-time.
|
String |
getDisplayName()
Retrieves the displayed name of the process definition, as set at design-time.
|
FlowElementContainerDefinition |
getFlowElementContainer()
Returns a
FlowElementContainerDefinition containing all flow elements of this process. |
Set<ParameterDefinition> |
getParameters()
Retrieves a Set of ParameterDefinition objects from a ProcessDefinition
|
FlowElementContainerDefinition |
getProcessContainer()
Deprecated.
|
String |
getStringIndexLabel(int index)
Retrieves the label for the ProcessDefinition given search index.
|
List<String> |
getStringIndexLabels()
Retrieves the label list for the ProcessDefinition given search index.
|
Expression |
getStringIndexValue(int index)
Retrieves the Expression for the ProcessDefinition given search index.
|
List<Expression> |
getStringIndexValues()
Retrieves the Expression list of the ProcessDefinition search index values.
|
getDescription, getVersiongetNamegetIdString getDisplayName()
String getDisplayDescription()
@Deprecated FlowElementContainerDefinition getProcessContainer()
This method is deprecated. Please, use getFlowElementContainer() instead.
FlowElementContainerDefinition of the process container.FlowElementContainerDefinitionFlowElementContainerDefinition getFlowElementContainer()
FlowElementContainerDefinition containing all flow elements of this process.FlowElementContainerDefinition containing all flow elements of this process.FlowElementContainerDefinitionSet<ParameterDefinition> getParameters()
ParameterDefinition objects@Deprecated Set<ActorDefinition> getActors()
getActorsList() which return the same information as a listActorDefinition objects.
getActorsList()List<ActorDefinition> getActorsList()
ActorDefinition objects defined in this process.
ActorDefinition getActorInitiator()
ActorDefinition of process's actor defined as initiator.String getStringIndexLabel(int index)
You can define up to five search indexes for a process. See more at Define a search index Bonitasoft documentation page
index - The position of search index to retrieve. Valid values are between 1 and 5 (inclusive)IndexOutOfBoundsException - if index is invalidList<String> getStringIndexLabels()
You can define up to five search indexes for a process. See more at Define a search index Bonitasoft documentation page
IndexOutOfBoundsException - if index is invalidExpression getStringIndexValue(int index)
You can define up to five search indexes for a process. See more at Define a search index Bonitasoft documentation page
index - The position of search index to retrieve. Valid values are between 1 and 5 (inclusive)Expression of the search indexIndexOutOfBoundsException - if index is invalidList<Expression> getStringIndexValues()
You can define up to five search indexes for a process. See more at Define a search index Bonitasoft documentation page
Expression list of the search indexContractDefinition getContract()
List<ContextEntry> getContext()
Copyright © 2018 Bonitasoft S.A.. All rights reserved.