-
-
Uses of VWWorkObject in filenet.vw.api
Methods in filenet.vw.api that return VWWorkObject Modifier and Type Method and Description VWWorkObjectVWStepElement. fetchWorkObject(boolean lock, boolean overrideLock)Retrieves the work object associated with this instance.VWWorkObjectVWRosterElement. fetchWorkObject(boolean lock, boolean overrideLock)Fetches the work object that corresponds to this roster element.VWWorkObjectVWInstructionElement. fetchWorkObject(boolean lock, boolean overrideLock)Deprecated.Fetches a workflow object specified in the Instruction Element.VWWorkObjectVWQueueElement. fetchWorkObject(boolean lock, boolean overrideLock)Fetches the workflow object associated with this queue element.VWWorkObject[]VWRosterQuery. fetchWorkObjects(int bufferSize)Deprecated.Replaced byVWRosterQuery.next()VWWorkObject[]VWQueueQuery. fetchWorkObjects(int bufferSize)Deprecated.Replaced byVWQueueQuery.next()VWWorkObjectVWProcess. next()Retrieves the subsequent work object in the series of active work objects associated with this process. Invoke this method repeatedly to retrieve a series of active work objects. Returns null when no more active work objects can be returned.Methods in filenet.vw.api with parameters of type VWWorkObject Modifier and Type Method and Description 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.booleanVWParticipantHistory. 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 byVWWorkObject.doLockMany(VWWorkObject[], boolean)static VWException[]VWWorkObject. saveMany(VWWorkObject[] workObjects)Deprecated.Replaced byVWWorkObject.doSaveMany(VWWorkObject[])static VWException[]VWWorkObject. terminateMany(VWWorkObject[] elements)Deprecated.Replaced byVWWorkObject.doTerminateMany( VWWorkObject[])static VWException[]VWWorkObject. unlockMany(VWWorkObject[] workObjects, boolean save, boolean dispatch)Deprecated.
-