com.ibm.itim.workflow.model

Class DeferWorkItemEventAudit

    • Constructor Detail

      • DeferWorkItemEventAudit

        public DeferWorkItemEventAudit(java.lang.String infoKey,
                                       java.lang.Object[] tokenValues,
                                       long rootProcessID,
                                       java.util.Date dueDate,
                                       java.lang.String comments)
        Constructs the object with translated audit information with an information key, array of message parameters, indication as to whether additional auditing is required, identifier of the root process, due date, and comments.
        Parameters:
        infoKey - String identifier of Audit detail.
        tokenValues - Object[] containing string values for replaceable tokens in the message bundle string.
        rootProcessID - identifier of the root process.
        dueDate - Date representing the new due date for the work item.
        comments - Comments specified during the deferral.
    • Method Detail

      • getComments

        public java.lang.String getComments()
        Returns the comments specified during the deferral.
        Returns:
        String representing the comments specified during the deferral.
      • getDueDate

        public java.util.Date getDueDate()
        Returns the new due date for the work item.
        Returns:
        Date representing the new due date for the work item.
      • getRootProcessID

        public long getRootProcessID()
        Returns the identifier of the root process.
        Returns:
        long representing the identifier of the root process.
      • setComments

        public void setComments(java.lang.String comments)
        Sets the comments specified during the deferral.
        Parameters:
        comments - String representing the comments specified during the deferral.
      • setDueDate

        public void setDueDate(java.util.Date dueDate)
        Returns the new due date for the work item.
        Parameters:
        dueDate - Date representing the new due date for the work item.
      • setRootProcessID

        public void setRootProcessID(long rootProcessID)
        Sets the identifier of the root process.