Interface AllowedAction

  • All Known Implementing Classes:
    ActionRef

    public interface AllowedAction
    Interface describing a representation of the <allowedAction> element of a Process Model.
    • Method Detail

      • getAction

        Action getAction()
        Get the allowed action
        Returns:
        an Action object
      • setAction

        void setAction​(Action action)
        Set the allowed action
        Parameters:
        action - an action object