Class SapVerifyConsignmentCompletionAction

    • Constructor Detail

      • SapVerifyConsignmentCompletionAction

        public SapVerifyConsignmentCompletionAction()
    • Method Detail

      • execute

        public java.lang.String execute​(SapConsignmentProcessModel sapConsignmentProcessModel)
                                 throws java.lang.Exception
        Description copied from interface: Action
        Executes this Action's business logic working on the given BusinessProcessModel.
        Parameters:
        sapConsignmentProcessModel - 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
      • isConsignmentShipped

        protected boolean isConsignmentShipped​(ConsignmentModel consignment)