Process API

Uses of Class
filenet.vw.api.VWWorkflowSignature

Uses of VWWorkflowSignature in filenet.vw.api
 

Methods in filenet.vw.api that return VWWorkflowSignature
 VWWorkflowSignature[] VWSession.fetchMultipleWorkflowSignatures(int flags)
          Returns an array of workflow signatures.
 VWWorkflowSignature VWSession.fetchWorkflowSignature(java.lang.String workflowIdentifier)
          Retrieves the workflow signature, based on the specified work class name or workflow version.
 VWWorkflowSignature VWWorkflowDefinition.getWorkflowSignature()
          (FileNet internal use only) Return a work class signature for this workflow definition.
 

Methods in filenet.vw.api with parameters of type VWWorkflowSignature
static int VWFieldType.lValue(java.lang.String theExpr, VWWorkflowSignature theSig, VWWorkflowDefinition theWF)
          Determines whether an expression is a valid as an array or single value on the left (target) side of an assignment statement.
 


Process API

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