com.ibm.itim.workflow.model

Class ParticipantResolveFailureEventAudit

  • All Implemented Interfaces:
    java.io.Serializable


    public class ParticipantResolveFailureEventAudit
    extends EventAudit
    This defines the class for participant resolve failed event audit information
    See Also:
    Serialized Form
    • Constructor Detail

      • ParticipantResolveFailureEventAudit

        public ParticipantResolveFailureEventAudit(ActivityParticipant participant)
    • Method Detail

      • getParticipant

        public ActivityParticipant getParticipant()
        Access method for the oldParticipant property.
        Returns:
        the current value of the oldParticipant property
      • setParticipant

        public void setParticipant(ActivityParticipant participant)
        Sets the value of the oldParticipant property.
        Parameters:
        participant - The new value of the oldParticipant property