Class SapSetConfirmationStatusAction

    • Constructor Detail

      • SapSetConfirmationStatusAction

        public SapSetConfirmationStatusAction()
    • Method Detail

      • execute

        public final java.lang.String execute​(OrderProcessModel process)
                                       throws java.lang.Exception
        Description copied from interface: Action
        Executes this Action's business logic working on the given BusinessProcessModel.
        Parameters:
        process - The process context to work on.
        Returns:
        the return code as stated in the process definition. This code is used by the process engine to determine the next actions.
        Throws:
        java.lang.Exception