|
Process Class Relationships | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--filenet.vw.api.VWParticipantHistory
Use this class to access the participant history for a step element.
An object of this class is created by the VWStepWorkObjectHistory.next()
method.
VWStepHistory.next()
Field Summary | |
static int |
STATUS_COMPLETED_ABNORMAL
|
static int |
STATUS_COMPLETED_NORMAL
|
static int |
STATUS_DELEGATED
|
static int |
STATUS_IN_PROGRESS
|
static int |
STATUS_NULL
|
static int |
STATUS_OVERDUE
|
static int |
STATUS_REASSIGNED
|
static int |
STATUS_REMINDED
|
static int |
STATUS_RETURNED
|
static int |
STATUS_WO_FORCED_TO_DELETE
|
static int |
STATUS_WO_FORCED_TO_TERMINATE
|
Method Summary | |
int |
getBoundUserId()
Gets an integer value for the bound user ID. |
java.lang.String |
getComments()
Gets the comments entered by the participant for this step. |
java.util.Date |
getCompletionDate()
Get the date on which the participant completed the step. |
java.lang.String |
getCompletionUser()
Gets the participant who completed, delegated, reassigned, returned or terminated the workflow step. |
java.util.Date |
getDateReceived()
Gets a date value, which indicates when the participant received the step. |
boolean |
getIsOverdue()
Determines whether or not the step is overdue. |
boolean |
getIsReminded()
Determines whether or not a reminder was sent to a participant. |
boolean |
getIsSameParticipant(VWParticipantHistory participant)
Determines, by participant name, if the specified participant is the same as the current participant. |
boolean |
getIsSameParticipant(VWWorkObject wob)
Determines, by work object number, if the specified work object is the same as the work object for the current participant. |
VWDataField[] |
getLogFields()
An array of VWDataField objects that represent exposed log fields. |
java.util.Date |
getOverdue()
Gets the overdue date/time information. |
java.lang.String |
getParticipantName()
Gets the name of the participant. |
java.lang.String |
getQueueName()
Gets the name of the queue. |
java.util.Date |
getReminder()
Gets the reminder date/time information. |
java.lang.String |
getResponse()
Gets the participant's response to the step. |
int |
getStepStatus()
Gets an integer associated with the activity status for the participant working on the step. |
java.lang.String |
getUserName()
Gets the name of the participant who completed, reassigned or delegated the work. |
java.lang.String |
getWorkObjectNumber()
Gets the work object number for the activity history for the participant. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final int STATUS_NULL
public static final int STATUS_IN_PROGRESS
public static final int STATUS_COMPLETED_NORMAL
public static final int STATUS_COMPLETED_ABNORMAL
public static final int STATUS_WO_FORCED_TO_DELETE
public static final int STATUS_WO_FORCED_TO_TERMINATE
public static final int STATUS_DELEGATED
public static final int STATUS_REASSIGNED
public static final int STATUS_RETURNED
public static final int STATUS_OVERDUE
public static final int STATUS_REMINDED
Method Detail |
public java.lang.String getComments()
public java.util.Date getCompletionDate()
public java.lang.String getCompletionUser()
public java.util.Date getDateReceived()
public int getBoundUserId() throws VWException
public java.lang.String getUserName() throws VWException
public java.lang.String getParticipantName() throws VWException
public java.lang.String getQueueName() throws VWException
public java.lang.String getResponse() throws VWException
public int getStepStatus() throws VWException
public VWDataField[] getLogFields() throws VWException
public java.lang.String getWorkObjectNumber()
public boolean getIsSameParticipant(VWParticipantHistory participant)
participant
- A VWParticipantHistory object which includes
the participant to test against.public boolean getIsSameParticipant(VWWorkObject wob) throws VWException
wob
- A VWWorkObject object which includes the participant
to test against.public boolean getIsReminded()
public boolean getIsOverdue()
public java.util.Date getReminder() throws VWException
public java.util.Date getOverdue() throws VWException
|
Process Class Relationships | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |