|
Process Class Relationships | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--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 the workclass is instantiated.
Retrieve the workflow signature class with VWSession.fetchWorkflowSignature(String)
.
VWSession.fetchWorkflowSignature(java.lang.String)
, Serialized FormMethod Summary | |
int |
convertInstructionSheetNameToId(java.lang.String strISheetName)
Converts an instruction sheet name to an instruction sheet ID. |
VWFieldDefinition |
findField(java.lang.String theFieldName)
Finds a field definition in the list of field definitions in this VWWorkflowSignature. |
java.lang.String |
getEventLogName()
Returns the event log name. |
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.lang.String |
getRosterName()
Returns the roster name. |
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 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. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public java.lang.String getTransferUserName()
public java.lang.String getRosterName()
public java.lang.String getEventLogName()
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.true
if theInstructionSheetName is
found in the list of instruction sheet names in this
VWWorkflowSignature; otherwise, returns
false
.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
getField
in interface filenet.vw.base.exprcomp.IFieldCollection
public java.util.Enumeration getFields() throws java.lang.Exception
getFields
in interface filenet.vw.base.exprcomp.IFieldCollection
public int convertInstructionSheetNameToId(java.lang.String strISheetName) throws VWException
strISheetName
- The name of the instruction sheet
to retrieve.VWException
- An instruction sheet ID cannot be
retrieved for the given instruction sheet name.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |