Interface SFlowNodeDefinition

    • Method Detail

      • getOutgoingTransitions

        java.util.List<STransitionDefinition> getOutgoingTransitions()
        Gets the outgoing transitions of the activity.
        Returns:
        the outgoing transitions of the activity
      • getIncomingTransitions

        java.util.List<STransitionDefinition> 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

        SConnectorDefinition getConnectorDefinition​(java.lang.String name)
        Parameters:
        name -
        Returns:
        Since:
        6.1
      • getDescription

        java.lang.String getDescription()
      • getDisplayDescription

        SExpression getDisplayDescription()
      • getDisplayDescriptionAfterCompletion

        SExpression getDisplayDescriptionAfterCompletion()
      • getConnectors

        java.util.List<SConnectorDefinition> getConnectors​(org.bonitasoft.engine.bpm.connector.ConnectorEvent connectorEvent)
      • getTransitionIndex

        int getTransitionIndex​(java.lang.Long transitionId)
      • isStartable

        boolean isStartable()
      • isParalleleOrInclusive

        boolean isParalleleOrInclusive()
      • isExclusive

        boolean isExclusive()
      • isInterrupting

        boolean isInterrupting()
      • isBoundaryEvent

        boolean isBoundaryEvent()
      • isEventSubProcess

        boolean isEventSubProcess()