- All Superinterfaces:
SBaseElement, Serializable, SNamedElement
- All Known Subinterfaces:
SActivityDefinition, SAutomaticTaskDefinition, SBoundaryEventDefinition, SCallActivityDefinition, SCatchEventDefinition, SEndEventDefinition, SEventDefinition, SGatewayDefinition, SHumanTaskDefinition, SImplicitThrowEventDefinition, SIntermediateCatchEventDefinition, SIntermediateThrowEventDefinition, SManualTaskDefinition, SReceiveTaskDefinition, SSendTaskDefinition, SStartEventDefinition, SSubProcessDefinition, STaskDefinition, SThrowEventDefinition, SUserTaskDefinition
- All Known Implementing Classes:
SActivityDefinitionImpl, SAutomaticTaskDefinitionImpl, SBoundaryEventDefinitionImpl, SCallActivityDefinitionImpl, SCatchEventDefinitionImpl, SEndEventDefinitionImpl, SEventDefinitionImpl, SFlowNodeDefinitionImpl, SGatewayDefinitionImpl, SHumanTaskDefinitionImpl, SIntermediateCatchEventDefinitionImpl, SIntermediateThrowEventDefinitionImpl, SManualTaskDefinitionImpl, SReceiveTaskDefinitionImpl, SSendTaskDefinitionImpl, SStartEventDefinitionImpl, SSubProcessDefinitionImpl, SThrowEventDefinitionImpl, SUserTaskDefinitionImpl
- Author:
- Feng Hui, Zhao Na, Baptiste Mesta, Matthieu Chaffotte
-
Method Summary
getConnectors(org.bonitasoft.engine.bpm.connector.ConnectorEvent connectorEvent)
Gets the incoming transitions of the activity.
Gets the outgoing transitions of the activity.
int
boolean
boolean
Checks whether the activity contains incoming transitions.
boolean
Checks whether the activity has outgoing transitions.
boolean
boolean
boolean
boolean
boolean
boolean
Methods inherited from interface org.bonitasoft.engine.core.process.definition.model.SBaseElement
getId
Methods inherited from interface org.bonitasoft.engine.core.process.definition.model.SNamedElement
getName
-
Method Details
-
-
getOutgoingTransitions
Gets the outgoing transitions of the activity.
- Returns:
- the outgoing transitions of the activity
-
getIncomingTransitions
Gets the incoming transitions of the activity.
- Returns:
- the incoming transitions of the activity
-
hasOutgoingTransitions
boolean hasOutgoingTransitions()
Checks whether the activity has outgoing transitions.
- Returns:
- true if the activity contains outgoing transitions; false otherwise;
-
hasIncomingTransitions
boolean hasIncomingTransitions()
Checks whether the activity contains incoming transitions.
- Returns:
- true if the activity contains incoming transitions; false otherwise
-
-
-
hasConnectors
boolean hasConnectors()
- Returns:
- Since:
- 6.3
-
getConnectorDefinition
- Parameters:
name -
- Returns:
- Since:
- 6.1
-
-
-
-
getDisplayDescriptionAfterCompletion
-
-
-
getTransitionIndex
int getTransitionIndex(Long transitionId)
-
isStartable
boolean isStartable()
-
isParalleleOrInclusive
boolean isParalleleOrInclusive()
-
isExclusive
boolean isExclusive()
-
isInterrupting
boolean isInterrupting()
-
isBoundaryEvent
boolean isBoundaryEvent()
-
isEventSubProcess
boolean isEventSubProcess()