|
Process API | ||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of VWWorkObject in filenet.vw.api |
---|
Methods in filenet.vw.api that return VWWorkObject | |
---|---|
VWWorkObject |
VWStepElement.fetchWorkObject(boolean lock,
boolean overrideLock)
Retrieves the work object associated with this instance. |
VWWorkObject |
VWRosterElement.fetchWorkObject(boolean lock,
boolean overrideLock)
Fetches the work object that corresponds to this roster element. |
VWWorkObject |
VWQueueElement.fetchWorkObject(boolean lock,
boolean overrideLock)
Fetches the workflow object associated with this queue element. |
VWWorkObject |
VWInstructionElement.fetchWorkObject(boolean lock,
boolean overrideLock)
Deprecated. Fetches a workflow object specified in the Instruction Element. |
VWWorkObject[] |
VWRosterQuery.fetchWorkObjects(int bufferSize)
Deprecated. Replaced by VWRosterQuery.next() |
VWWorkObject[] |
VWQueueQuery.fetchWorkObjects(int bufferSize)
Deprecated. Replaced by VWQueueQuery.next() |
VWWorkObject |
VWProcess.next()
Retrieves the subsequent work object in the series of active work objects associated with this process. |
Methods in filenet.vw.api with parameters of type VWWorkObject | |
---|---|
static VWException[] |
VWWorkObject.doDeleteMany(VWWorkObject[] elements,
boolean overrideLock,
boolean force)
Deletes the specified work objects. |
static VWException[] |
VWWorkObject.doLockMany(VWWorkObject[] wobjs,
boolean overrideLock)
Locks multiple work objects in a single call and refreshes them with current information. |
static VWException[] |
VWWorkObject.doSaveMany(VWWorkObject[] workObjects)
Saves information for an array of work objects. |
static VWException[] |
VWWorkObject.doTerminateMany(VWWorkObject[] elements)
Terminates the specified work objects. |
static VWException[] |
VWWorkObject.doUnlockMany(VWWorkObject[] workObjects,
boolean save,
boolean dispatch)
Unlocks an array of work objects. |
boolean |
VWParticipantHistory.getIsSameParticipant(VWWorkObject wob)
Determines, by work object number, if the specified work object is the same as the work object for the current participant. |
static VWException[] |
VWWorkObject.lockMany(VWWorkObject[] wobjs,
boolean overrideLock)
Deprecated. Replaced by doLockMany(VWWorkObject[], boolean) |
static VWException[] |
VWWorkObject.saveMany(VWWorkObject[] workObjects)
Deprecated. Replaced by doSaveMany(VWWorkObject[]) |
static VWException[] |
VWWorkObject.terminateMany(VWWorkObject[] elements)
Deprecated. Replaced by doTerminateMany( VWWorkObject[]) |
static VWException[] |
VWWorkObject.unlockMany(VWWorkObject[] workObjects,
boolean save,
boolean dispatch)
Deprecated. Replaced by doUnlockMany(VWWorkObject[], boolean, boolean) |
|
Process API | ||||||||
PREV NEXT | FRAMES NO FRAMES |