|
Process Class Relationships | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
filenet.vw.api.VWWorkflowSignature
This class designates a workflow signature after it is transferred and compiled, but before it becomes an executing workflow process. It represents a workclass on the server before it is instantiated.
Retrieve the workflow signature class with VWSession.fetchWorkflowSignature.
VWSession.fetchWorkflowSignature(java.lang.String)
, Serialized FormMethod Summary | |
VWFieldDefinition |
findField(java.lang.String theFieldName)
Finds a field definition in the list of field definitions in this VWWorkflowSignature. |
filenet.vw.base.exprcomp.IField |
getField(java.lang.String theName)
Reserved for FileNET use. |
VWFieldDefinition[] |
getFieldDefinitions()
Returns an array of VWFieldDefinition objects that contains the field list. |
java.util.Enumeration |
getFields()
Reserved for FileNET use. |
java.lang.String |
getFTagExpression()
Returns a string that is the F_Tag expression. |
int |
getFTagType()
Returns an integer that is the F_Tag type. |
java.lang.String[] |
getInstructionSheetNames()
Returns an array of strings that holds the instruction sheet names list. |
java.util.Date |
getTransferDateTime()
Returns a date that holds the transfer date/time. |
int |
getTransferUserId()
Returns an integer that is the transfer user Id. |
java.lang.String |
getTransferUserName()
Returns a string that is the transfer user name. |
boolean |
isInstructionSheetName(java.lang.String theInstructionSheetName)
Checks for the existence of a named instruction sheet in this VWWorkflowSignature's list of instruction sheet names. |
Method Detail |
public java.lang.String getTransferUserName()
public int getTransferUserId()
public java.util.Date getTransferDateTime()
public java.lang.String getFTagExpression()
public int getFTagType()
public VWFieldDefinition[] getFieldDefinitions()
public java.lang.String[] getInstructionSheetNames()
public boolean isInstructionSheetName(java.lang.String theInstructionSheetName)
theInstructionSheetName
- A string holding the name of
the instruction sheet to look for.public VWFieldDefinition findField(java.lang.String theFieldName)
theFieldName
- TheFieldName: the name of the field
to return.public filenet.vw.base.exprcomp.IField getField(java.lang.String theName) throws java.lang.Exception
public java.util.Enumeration getFields() throws java.lang.Exception
|
Process Class Relationships | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |