-
-
Uses of VWInstructionElement in filenet.vw.api
Methods in filenet.vw.api that return VWInstructionElement Modifier and Type Method and Description VWInstructionElementVWWorkObject. fetchInstructionElement(boolean lock, boolean overrideLock)Deprecated.UsefetchStepElementinstead. Fetches the instruction element information associated with this work object.VWInstructionElementVWRosterElement. fetchInstructionElement(boolean lock, boolean overrideLock)Deprecated.Replaced byfetchStepElementVWInstructionElementVWQueueElement. fetchInstructionElement(boolean lock, boolean overrideLock)Deprecated.UsefetchStepElementinstead. 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 byVWQueueQuery.next()Methods in filenet.vw.api with parameters of type VWInstructionElement Modifier and Type Method and Description 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.static VWException[]VWInstructionElement. saveMany(VWInstructionElement[] invs)Deprecated.static VWException[]VWInstructionElement. terminateMany(VWInstructionElement[] elements)Deprecated.static VWException[]VWInstructionElement. unlockMany(VWInstructionElement[] invs, boolean save, boolean dispatch)Deprecated.
-