Process API

Uses of Class
filenet.vw.api.VWInstructionElement

Uses of VWInstructionElement in filenet.vw.api
 

Methods in filenet.vw.api that return VWInstructionElement
 VWInstructionElement VWWorkObject.fetchInstructionElement(boolean lock, boolean overrideLock)
          Deprecated. Use fetchStepElement instead. Fetches the instruction element information associated with this work object.
 VWInstructionElement VWRosterElement.fetchInstructionElement(boolean lock, boolean overrideLock)
          Deprecated. Replaced by fetchStepElement
 VWInstructionElement VWQueueElement.fetchInstructionElement(boolean lock, boolean overrideLock)
          Deprecated. Use fetchStepElement instead. Fetches the corresponding instruction element for the workflow object associated with the queue element. If a translation source exists, the authored instruction element information is translated.
 VWInstructionElement[] VWQueueQuery.fetchInstructionElements(int bufferSize)
          Deprecated. Replaced by VWQueueQuery.next()
 

Methods in filenet.vw.api with parameters of type VWInstructionElement
static VWException[] VWInstructionElement.doLockMany(VWInstructionElement[] intrs, boolean overrideLock)
          Deprecated. Locks Instruction Elements associated with workflow objects in a single call.
static VWException[] VWInstructionElement.doSaveMany(VWInstructionElement[] invs)
          Deprecated. Saves and updates information for each workflow object specified by the passed array of Instruction Elements.
static VWException[] VWInstructionElement.doTerminateMany(VWInstructionElement[] elements)
          Deprecated. Terminates workflow objects associated with the passed Instruction Elements.
static VWException[] VWInstructionElement.doUnlockMany(VWInstructionElement[] invs, boolean save, boolean dispatch)
          Deprecated. Unlocks the array of workflow objects specified by the passed Instruction Elements.
static VWException[] VWInstructionElement.lockMany(VWInstructionElement[] intrs, boolean overrideLock)
          Deprecated. Replaced by doLockMany(VWInstructionElement[], boolean)
static VWException[] VWInstructionElement.saveMany(VWInstructionElement[] invs)
          Deprecated. Replaced by doSaveMany(VWInstructionElement[])
static VWException[] VWInstructionElement.terminateMany(VWInstructionElement[] elements)
          Deprecated. Replaced by doTerminateMany(VWInstructionElement[])
static VWException[] VWInstructionElement.unlockMany(VWInstructionElement[] invs, boolean save, boolean dispatch)
          Deprecated. Replaced by doUnlockMany(VWInstructionElement[], boolean, boolean)
 


Process API

© Copyright IBM Corporation 2002, 2008. All rights reserved.