Interface IScriptStepExecutable

    • Method Detail

      • getOwnerId

        String getOwnerId()
        Returns this step's owner identifier.
        Returns:
        this step's owner identifier.
        Since:
        7.1.0
      • setOwnerId

        void setOwnerId​(String ownerId)
        Sets this step's owner identifier.
        Parameters:
        ownerId - this step's owner identifier.
        Since:
        7.1.0
      • getStepId

        String getStepId()
        Returns this step identifier.
        Returns:
        this step identifier.
        Since:
        7.1.0
      • setStepId

        void setStepId​(String stepId)
        Sets this step identifier.
        Parameters:
        stepId - this step identifier.
        Since:
        7.1.0