Interface JobChainCallSchedulingParameter

    • Method Detail

      • getName

        SchedulingParameterName getName()
        Get the value for Name. (The name of the attribute that should be set.) This value is mandatory, and therefore will not be null if this object has been retrieved from the database.
        Returns:
        the field
        Throws:
        ObjectNotAttachedToSessionException - This will be thrown if this method is called while the object is not attached to a session.
      • getExpression

        String getExpression()
        Get the value for Expression. (Expression to evaluate as the value for this parameter.) This value is mandatory, and therefore will not be null if this object has been retrieved from the database.
        Returns:
        the field
        Throws:
        ObjectNotAttachedToSessionException - This will be thrown if this method is called while the object is not attached to a session.
      • setName

        void setName​(SchedulingParameterName newName)
        Set the value for Name. (The name of the attribute that should be set.) This value is mandatory.
        Parameters:
        newName - the new value for Name. If this is null, then the object cannot be persisted.
        Throws:
        ObjectNotAttachedToSessionException - This will be thrown if this method is called while the object is not attached to a session.
      • setExpression

        void setExpression​(String newExpression)
        Set the value for Expression. (Expression to evaluate as the value for this parameter.) This value is mandatory.
        Parameters:
        newExpression - the new value for Expression. If this is null, then the object cannot be persisted.
        Throws:
        ObjectNotAttachedToSessionException - This will be thrown if this method is called while the object is not attached to a session.
      • setTimeWindow

        void setTimeWindow​(TimeWindow newTimeWindow)
        Set the value for TimeWindow. This value is optional.
        Parameters:
        newTimeWindow - is the object to set TimeWindow to. The reference to a TimeWindow object.
      • setQueue

        void setQueue​(Queue newQueue)
        Set the value for Queue. This value is optional.
        Parameters:
        newQueue - is the object to set Queue to. The reference to a Queue object.