Interface SFlowElementContainerDefinition
- All Superinterfaces:
SBaseElement,Serializable
- All Known Implementing Classes:
SFlowElementContainerDefinitionImpl
- Author:
- Matthieu Chaffotte, Celine Souchet
-
Method Summary
Modifier and TypeMethodDescriptionbooleangetBoundaryEvent(String name) getConnectorDefinition(String name) getConnectors(org.bonitasoft.engine.bpm.connector.ConnectorEvent connectorEvent) getFlowNode(long id) getFlowNode(String targetFlowNode) getGateway(String name) getTransition(String transitionId) Methods inherited from interface org.bonitasoft.engine.core.process.definition.model.SBaseElement
getId
-
Method Details
-
getFlowNodes
Set<SFlowNodeDefinition> getFlowNodes() -
getBoundaryEvents
List<SBoundaryEventDefinition> getBoundaryEvents() -
getBoundaryEvent
- Throws:
SBoundaryEventNotFoundException
-
getFlowNode
-
getActivities
Set<SActivityDefinition> getActivities() -
getTransitions
Set<STransitionDefinition> getTransitions() -
getTransition
-
getGateways
Set<SGatewayDefinition> getGateways() -
getGateway
-
getStartEvents
List<SStartEventDefinition> getStartEvents() -
getIntermediateCatchEvents
List<SIntermediateCatchEventDefinition> getIntermediateCatchEvents() -
getIntermdiateThrowEvents
List<SIntermediateThrowEventDefinition> getIntermdiateThrowEvents() -
getEndEvents
List<SEndEventDefinition> getEndEvents() -
getDataDefinitions
List<SDataDefinition> getDataDefinitions() -
getBusinessDataDefinitions
List<SBusinessDataDefinition> getBusinessDataDefinitions() -
getBusinessDataDefinition
-
getDocumentDefinitions
List<SDocumentDefinition> getDocumentDefinitions() -
getConnectorDefinition
- Parameters:
name- the name of the connector definition- Returns:
- the connector definition having that name
- Since:
- 6.1
-
getConnectors
List<SConnectorDefinition> getConnectors(org.bonitasoft.engine.bpm.connector.ConnectorEvent connectorEvent) -
getConnectors
List<SConnectorDefinition> getConnectors() -
getFlowNode
-
containsInclusiveGateway
boolean containsInclusiveGateway() -
getSubProcessDefinitions
Set<SSubProcessDefinition> getSubProcessDefinitions()- Returns:
- Since:
- 6.4.0
-
getDocumentListDefinitions
List<SDocumentListDefinition> getDocumentListDefinitions()- Returns:
- the document list definitions
- Since:
- 6.4.0
-