|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.itim.workflow.model.EventAudit
Class representing an auditable event in the workflow engine. The history of a workflow execution object is made up of these auditable events.
Field Summary | |
---|---|
static java.lang.String |
ACTIVITY_ASSIGNMENT_CHANGED
For this type of event audits, the detail information is described by AssignmentEventAuditInfo object. |
static java.lang.String |
ACTIVITY_CREATED
For this type of event audit, the detail information is described in StateEventAudit object |
static java.lang.String |
ACTIVITY_DATA
For this type of event audits, the detail information is described by DataEventAuditInfo object |
static java.lang.String |
ACTIVITY_ESCALATION_PARTICIPANT_RESOLVE_FAIL
The activity escalation participant resolution failure The detail is described by ParticipantResolveFailureEventAuditInfo object |
static java.lang.String |
ACTIVITY_ESCALATION_TIME_OUT
The process has timed out The detail information is a TimeoutEventAuditInfo object |
static java.lang.String |
ACTIVITY_PARTICIPANT_RESOLVE_FAIL
The activity participant resolution failure The detail is described by ParticipantResolveFailureEventAuditInfo object |
static java.lang.String |
ACTIVITY_STATE_CHANGED
For this type of event audits, the detail information is described in StateEventAuditInfo object |
static java.lang.String |
ACTIVITY_TIME_OUT
The process has timed out The detail information is a TimeoutEventAuditInfo object |
static java.lang.String |
COMPLETE_MANUAL_ACTIVITY
For this type of event audits, the detail information is described by CompleteManualActivityEventAuditInfo |
static java.lang.String |
INFORMATION
The message log associated with either a process or activity |
static java.lang.String |
PASSWORD_PICKUP
The new password has been picked up by the account owner |
static java.lang.String |
PROCESS_INITIAL_DATA
The initial user submitted data |
static java.lang.String |
PROCESS_PARTCIPANT_RESOLVE_FAIL
The process escalation participant resolution failure The detail is described by ParticipantResolveFailureEventAuditInfo object |
static java.lang.String |
PROCESS_STATE_CHANGED
For this type of event audits, the detail information is described in StateEventAuditInfo object |
static java.lang.String |
PROCESS_TIME_OUT
The process has timed out The detail information is a TimeoutEventAuditInfo object |
static java.lang.String |
PROCESS_USER_CHANGED_DATA
The user changed data. |
Constructor Summary | |
---|---|
EventAudit()
|
Method Summary | |
---|---|
long |
getActivityId()
Returns the identifier of the activity this event was assocated with. |
java.lang.String |
getEventType()
Returns the type of event being audited. |
long |
getId()
Returns the identifier of the audit event. |
long |
getProcessId()
Returns the identifier of the process this event was assocated with. |
java.util.Date |
getTimeStamp()
Returns the date/time the event occured. |
void |
setActivityId(long activityId)
Changes the identifier of the activity this event was associated with. |
void |
setEventType(java.lang.String eventType)
Changes the type of event being audited. |
void |
setId(long id)
Change the identifier of the audit event. |
void |
setProcessId(long processId)
Changes the identifier of the process this event was associated with. |
void |
setTimeStamp(java.util.Date timeStamp)
Changes the date/time the event occured. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String ACTIVITY_CREATED
public static final java.lang.String PROCESS_STATE_CHANGED
public static final java.lang.String PROCESS_INITIAL_DATA
public static final java.lang.String PROCESS_USER_CHANGED_DATA
public static final java.lang.String PROCESS_TIME_OUT
public static final java.lang.String PROCESS_PARTCIPANT_RESOLVE_FAIL
public static final java.lang.String ACTIVITY_TIME_OUT
public static final java.lang.String ACTIVITY_ESCALATION_TIME_OUT
public static final java.lang.String ACTIVITY_STATE_CHANGED
public static final java.lang.String ACTIVITY_DATA
public static final java.lang.String ACTIVITY_ASSIGNMENT_CHANGED
public static final java.lang.String COMPLETE_MANUAL_ACTIVITY
public static final java.lang.String ACTIVITY_PARTICIPANT_RESOLVE_FAIL
public static final java.lang.String ACTIVITY_ESCALATION_PARTICIPANT_RESOLVE_FAIL
public static final java.lang.String PASSWORD_PICKUP
public static final java.lang.String INFORMATION
Constructor Detail |
public EventAudit()
Method Detail |
public long getId()
public void setId(long id)
id
- ID of the audit event.public java.util.Date getTimeStamp()
public void setTimeStamp(java.util.Date timeStamp)
timeStamp
- Date holding the date/time the event occured.public java.lang.String getEventType()
public void setEventType(java.lang.String eventType)
eventType
- String representation of the auditable event type.public long getActivityId()
public void setActivityId(long activityId)
activityId
- Identifier of the activity this event was associated with.public long getProcessId()
public void setProcessId(long processId)
processId
- Identifier of the process this event was associated with.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |