com.ibm.itim.workflow.model

Class InformationEventAudit

  • All Implemented Interfaces:
    java.io.Serializable


    public class InformationEventAudit
    extends EventAudit
    Class representing an auditable information event in the workflow engine.
    See Also:
    Serialized Form
    • Constructor Detail

      • InformationEventAudit

        public InformationEventAudit(java.lang.String info)
        Constructs the object with information to audit.
    • Method Detail

      • getInfo

        public java.lang.String getInfo()
        Returns the information being audited.
        Returns:
        Audited information.
      • setInfo

        public void setInfo(java.lang.String info)
        Changes the information to be audited.
        Parameters:
        info - Audited information.