Interface BetweenStep

    • Method Detail

      • getStartExpression

        java.lang.String getStartExpression()
                                     throws java.rmi.RemoteException
        The start expression.
        Returns:
        the start expression.
        Throws:
        java.rmi.RemoteException - remote communication problem
      • setStartExpression

        void setStartExpression​(java.lang.String expr)
                         throws java.rmi.RemoteException,
                                ApiException
        Sets the start expression.
        Parameters:
        expr - start expression
        Throws:
        java.rmi.RemoteException - remote communication problem
        ApiException - if the expr is null
      • getAbortExpression

        java.lang.String getAbortExpression()
                                     throws java.rmi.RemoteException
        The abort expression.
        Returns:
        the abort expression.
        Throws:
        java.rmi.RemoteException - remote communication problem
      • setAbortExpression

        void setAbortExpression​(java.lang.String expr)
                         throws java.rmi.RemoteException,
                                ApiException
        Sets the abort expression.
        Parameters:
        expr - abort expression
        Throws:
        java.rmi.RemoteException - remote communication problem
        ApiException - if the expr is null
      • getStopExpression

        java.lang.String getStopExpression()
                                    throws java.rmi.RemoteException
        The stop expression.
        Returns:
        the stop expression.
        Throws:
        java.rmi.RemoteException - remote communication problem
      • setStopExpression

        void setStopExpression​(java.lang.String expr)
                        throws java.rmi.RemoteException,
                               ApiException
        Sets the stop expression.
        Parameters:
        expr - stop expression
        Throws:
        java.rmi.RemoteException - remote communication problem
        ApiException - if the expr is null