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)
|
static VWException[] |
VWInstructionElement.saveMany(VWInstructionElement[] invs)
|
static VWException[] |
VWInstructionElement.terminateMany(VWInstructionElement[] elements)
|
static VWException[] |
VWInstructionElement.unlockMany(VWInstructionElement[] invs,
boolean save,
boolean dispatch)
|