Process API
A B C D E F G H I J L M N O P Q R S T U V W Y _

A

ACTION_TYPE_ASSIGN - Static variable in class filenet.vw.api.VWActionType
Value of 0. Assigns a value to a work item data field during processing.
ACTION_TYPE_BEGIN_CHECKPOINT - Static variable in class filenet.vw.api.VWActionType
Value of 27. Marks the point at which values are saved for later use by the RollbackCheckpoint system function.
ACTION_TYPE_BEGIN_TIMER - Static variable in class filenet.vw.api.VWActionType
Value of 1. Indicates the start of a period of time during which you want a specified series of steps to process a workflow.
ACTION_TYPE_CALL - Static variable in class filenet.vw.api.VWActionType
Value of 5. Executes another workflow map.
ACTION_TYPE_CREATE - Static variable in class filenet.vw.api.VWActionType
Value of 6. Creates a new, unrelated workflow; for example, to satisfy a WaitForEvent.
ACTION_TYPE_DB_EXECUTE - Static variable in class filenet.vw.api.VWActionType
Value of 37. Call to a stored procedure in an external database.
ACTION_TYPE_DELAY - Static variable in class filenet.vw.api.VWActionType
Value of 7. Suspends the processing of a workflow for a specified period of time.
ACTION_TYPE_END_ALL_TIMERS - Static variable in class filenet.vw.api.VWActionType
Value of 8. Terminates all timers.
ACTION_TYPE_END_CHECKPOINT - Static variable in class filenet.vw.api.VWActionType
Value of 28. Marks the point where values previously saved by the BeginCheckPoint function are discarded and processing is continued with the next instruction.
ACTION_TYPE_END_TIMER - Static variable in class filenet.vw.api.VWActionType
Value of 9. Works with BeginTimer to mark the end of the series of steps.
ACTION_TYPE_EXECUTE - Static variable in class filenet.vw.api.VWActionType
Value of 23. Executes the current workflow map.
ACTION_TYPE_INVOKE - Static variable in class filenet.vw.api.VWActionType
Value of 39. Invoke a Web Service.
ACTION_TYPE_LOG - Static variable in class filenet.vw.api.VWActionType
Value of 38. Generates user-defined logging event.
ACTION_TYPE_NOOP - Static variable in class filenet.vw.api.VWActionType
Value of 24. Performs no action.
ACTION_TYPE_RECEIVE - Static variable in class filenet.vw.api.VWActionType
Value of 40. Web Service receive.
ACTION_TYPE_REPLY - Static variable in class filenet.vw.api.VWActionType
Value of 41. Web Service reply.
ACTION_TYPE_RESUME_TIMER - Static variable in class filenet.vw.api.VWActionType
Value of 13. Reactivates a suspended timer.
ACTION_TYPE_RETURN - Static variable in class filenet.vw.api.VWActionType
Value of 14. Exits from a called workflow map and returns to the calling step.
ACTION_TYPE_ROLLBACK_CHECKPOINT - Static variable in class filenet.vw.api.VWActionType
Value of 29. Marks the point where you want the saved values (saved when BeginCheckpoint executed) to replace the current values in the data fields designated for roll back.
ACTION_TYPE_SUSPEND_TIMER - Static variable in class filenet.vw.api.VWActionType
Value of 16. Allows for uninterrupted processing without actually ending the timer.
ACTION_TYPE_TERMINATE - Static variable in class filenet.vw.api.VWActionType
Deprecated. Value of 17. Ends processing of a workflow branch, other work objects in a workflow (e.g. if splits have occurred), will continue processing.
ACTION_TYPE_TERMINATE_BRANCH - Static variable in class filenet.vw.api.VWActionType
Value of 17. Ends processing of a workflow branch.
ACTION_TYPE_TERMINATE_PROCESS - Static variable in class filenet.vw.api.VWActionType
Value of 42. Ends processing of all work objects in a workflow.
ACTION_TYPE_WAIT_FOR_EVENT - Static variable in class filenet.vw.api.VWActionType
Value of 19. Suspends the processing of a workflow pending the creation of another, specific workflow having a specific work object ID.
addWorkflow(VWWorkflowDefinition) - Method in class filenet.vw.api.VWWorkflowCollectionDefinition
Adds a workflow to this collection.
ALL_FIELD_TYPES - Static variable in class filenet.vw.api.VWFieldType
Integer value representing the result of the following field values combined by using a bitwise OR operation on the following: component file types: FIELD_TYPE_INT, FIELD_TYPE_STRING, FIELD_TYPE_BOOLEAN, FIELD_TYPE_FLOAT, FIELD_TYPE_TIME, FIELD_TYPE_ATTACHMENT, FIELD_TYPE_PARTICIPANT, FIELD_TYPE_XML.
ALL_WORKFLOW_SIGNATURES - Static variable in class filenet.vw.api.VWSession
Value of 0.
APP_TYPE_JAVA - Static variable in class filenet.vw.api.VWStepProcessorInfo
Value of 64. This value indicates that the application type is JAVA code.
APP_TYPE_JAVA - Static variable in class filenet.vw.api.VWStepProcessorInfoDefinition
Value of 64. The application type is JAVA code Return value for getAppType method.
APP_TYPE_URL - Static variable in class filenet.vw.api.VWStepProcessorInfo
Value of 32. This value indicates that the application type is a URL.
APP_TYPE_URL - Static variable in class filenet.vw.api.VWStepProcessorInfoDefinition
Value of 32. The application type is a URL Return value for getAppType method.
AsXMLString() - Method in class filenet.vw.api.VWStepPaletteDefinition
Retrieves an XML formatted representation of this step palette.
AsXMLString() - Method in class filenet.vw.api.VWWorkflowDefinition
Retrieves an XML-formatted representation of this workflow definition.
asXPDLString() - Method in class filenet.vw.api.VWWorkflowCollectionDefinition
Retrieves an XPDL formatted representation of this instance.
ATTACHMENT_TYPE_CUSTOM_OBJECT - Static variable in class filenet.vw.api.VWAttachmentType
Value of 6: indicating the attachment type is a Custom object.
ATTACHMENT_TYPE_DOCUMENT - Static variable in class filenet.vw.api.VWAttachmentType
Value of 3: indicating the attachment is the document type.
ATTACHMENT_TYPE_FOLDER - Static variable in class filenet.vw.api.VWAttachmentType
Value of 2: indicating the attachment is the folder type.
ATTACHMENT_TYPE_LIBRARY - Static variable in class filenet.vw.api.VWAttachmentType
Value of 1: indicating the attachment type is library or Object Store.
ATTACHMENT_TYPE_STORED_SEARCH - Static variable in class filenet.vw.api.VWAttachmentType
Value of 4: indicating the attachment is the stored search type.
ATTACHMENT_TYPE_UNDEFINED - Static variable in class filenet.vw.api.VWAttachmentType
Value of 0: indicating the attachment type is not known.
ATTACHMENT_TYPE_URL - Static variable in class filenet.vw.api.VWAttachmentType
Value of 5: indicating the attachment type is a UNC or URL.
ATTRIBUTES_REGION - Static variable in class filenet.vw.api.VWSession
Value of 2.
ATTRIBUTES_SYSTEM - Static variable in class filenet.vw.api.VWSession
Value of 1.
ATTRINFO_CONFIG_ALLOW_USER_ENTER_WSDL - Static variable in class filenet.vw.api.VWXMLConfiguration
 

B

BASIC_FIELD_TYPES - Static variable in class filenet.vw.api.VWFieldType
Integer value representing the result of the following basic field values combined by using a bitwise OR operation on the following: component file types: FIELD_TYPE_INT, FIELD_TYPE_STRING, FIELD_TYPE_BOOLEAN, FIELD_TYPE_FLOAT, FIELD_TYPE_TIME.

C

changeStepType(int) - Method in class filenet.vw.api.VWMapDefinition
Replaces in this map either a step (VWStepDefinition) with a compound step (VWCompoundStepDefinition), or a compound step with a step.
checkSystemWideFlagSetting(int) - Method in class filenet.vw.api.VWSession
Checks the system wide flag settings given the VWSystemAdministration System wide flag option.
checkWorkflowIdentifier(String) - Method in class filenet.vw.api.VWSession
Indicates whether or not a workflow is on the Process Engine, based on the specified workflow version ID.
clone() - Method in class filenet.vw.api.VWApplicationSpaceDefinition
Creates a clone of this VWApplicationSpaceDefinition object.
clone() - Method in class filenet.vw.api.VWFieldDefinition
Creates a clone of this VWFieldDefinition object.
clone() - Method in class filenet.vw.api.VWLogDefinition
Creates a clone of this VWLogDefinition object.
clone() - Method in class filenet.vw.api.VWMilestoneDefinition
Creates a clone of this instance.
clone() - Method in class filenet.vw.api.VWParticipant
Creates a clone of this VWParticipant object.
clone() - Method in class filenet.vw.api.VWQueueDefinition
Creates a clone of this VWQueueDefinition object.
clone() - Method in class filenet.vw.api.VWRoleDefinition
Creates a clone of this role definition.
clone() - Method in class filenet.vw.api.VWRosterDefinition
Creates a clone of this VWRosterDefinition object.
clone() - Method in class filenet.vw.api.VWRuleSetDefinition
Creates a clone of this instance.
clone() - Method in class filenet.vw.api.VWSchema
Creates a clone of this VWSchema object.
clone() - Method in class filenet.vw.api.VWTableDefinition
Creates a clone of this VWTableDefinition object.
clone() - Method in class filenet.vw.api.VWWorkflowDefinition
Creates a clone of this VWWorkflowDefinition object.
COLLECTION_EXTENSION_SCENARIO_COLLECTION - Static variable in class filenet.vw.api.VWWorkflowCollectionDefinition
Indicates that the extension object is a scenario collection.
COLLECTION_VALIDATION_KEY - Static variable in class filenet.vw.api.VWWorkflowCollectionDefinition
The key for the collection validation errors in the HashMap object returned by the validate method.
commit() - Method in class filenet.vw.api.VWSystemAdministration
Saves system administration changes to the system-wide configuration on the workflow server.
commit() - Method in class filenet.vw.api.VWSystemConfiguration
Saves system configuration changes to the current isolated region.
COMPLETED - Static variable in class filenet.vw.api.VWQueueElement
Value of 3.  This value indicates that a step element has completed.
CONFIG_TYPE_LOG - Static variable in class filenet.vw.api.VWTableDefinition
Value of 3. This constant indicates a log configuration type.
CONFIG_TYPE_QUEUE - Static variable in class filenet.vw.api.VWTableDefinition
Value of 2. This constant indicates a queue configuration type.
CONFIG_TYPE_ROSTER - Static variable in class filenet.vw.api.VWTableDefinition
Value of 1. This constant indicates a roster configuration type.
convertAllRouteConditionsToValidExpressions() - Method in class filenet.vw.api.VWWorkflowDefinition
Converts the route conditions for each route in this workflow definition to the standard syntax format: Expressions containing "ALL", "NONE", "ANY" or "COUNT" are converted to expressions using the F_Responses and F_ResponseCount fields.
convertClassNameToId(String, boolean) - Method in class filenet.vw.api.VWSession
Converts a roster or queue name to a class ID.
convertIdsToUserNamesPx(long[]) - Method in class filenet.vw.api.VWSession
Converts a list of user IDs to the associated user names (contained in a VWParticipant array).
convertIdToClassName(int, boolean) - Method in class filenet.vw.api.VWSession
Converts a class ID to a roster or queue name.
convertIdToUserName(int) - Method in class filenet.vw.api.VWSession
Converts a user ID to a user name.
convertIdToUserNamePx(long) - Method in class filenet.vw.api.VWSession
Converts a single user ID to the associated user name (contained in a VWParticipant array).
convertInstructionSheetNameToId(String) - Method in class filenet.vw.api.VWWorkflowSignature
Converts an instruction sheet name to an instruction sheet ID.
ConvertNameToTag(String, int) - Static method in class filenet.vw.api.VWQueueElement
Converts the string version of a workflow object name or tag type to a tag.
convertOperationIdToName(int) - Method in class filenet.vw.api.VWQueue
Converts an operation ID to a name, using the name/ID pair in the current workspace.
convertOperationNameToId(String) - Method in class filenet.vw.api.VWQueue
Converts an operation name to an ID, using the name/ID pair in the current workspace.
ConvertTagToName(String, int) - Static method in class filenet.vw.api.VWQueueElement
Converts the tag and the type of data in the tag to the string version of a workflow object name.
convertUserNameToId(String) - Method in class filenet.vw.api.VWSession
Converts a user name in three-part format (name:domain:organization) to a user ID.
createApplicationSpaceDefinition(String) - Method in class filenet.vw.api.VWSystemConfiguration
Creates an application space definition.
createAssignInstruction(String[][]) - Method in class filenet.vw.api.VWCompoundStepDefinition
Creates an Assign instruction in this compound step definition, assigning it a new instruction Id, and appending it to the instruction list for this compound step.
createAssociation(int, int) - Method in class filenet.vw.api.VWTextAnnotationDefinition
Creates, in the map that contains this annotation, an assocation from this text annotation to a map node (step) or route.
createAttachmentTrackingQuery(VWAttachment) - Method in class filenet.vw.api.VWSession
Creates a VWAttachmentTrackingQuery object that describes which running/active workflows are currently referencing a particular attachment.
createBeginCheckPointInstruction() - Method in class filenet.vw.api.VWCompoundStepDefinition
Creates a begin checkpoint instruction in this compound step definition, assigning it a new instruction Id, and appending it to the instruction list for this compound step.
createBeginTimerInstruction(String, String, String, String) - Method in class filenet.vw.api.VWCompoundStepDefinition
Creates a begin timer instruction in this compound step definition, assigning it a new instruction Id, and appending it to the instruction list for this compound step.
createCallInstruction(String) - Method in class filenet.vw.api.VWCompoundStepDefinition
Creates a call instruction in this compound step definition, assigning it a new instruction Id, and appending it to the instruction list for this compound step.
createCompoundStep(String) - Method in class filenet.vw.api.VWMapDefinition
Creates a compound step in this workflow map.
createCompoundStep(String) - Method in class filenet.vw.api.VWStepPaletteDefinition
Creates a compound step on the step palette.
createCopyOfRoleDefinition(String, VWRoleDefinition) - Method in class filenet.vw.api.VWApplicationSpaceDefinition
Creates a new role definition using the data from the specified role definition.
createCopyOfWorkBasketDefinition(String, VWWorkBasketDefinition) - Method in class filenet.vw.api.VWQueueDefinition
Creates a new work basket definition using the data from the specified workbasket definition.
createCopyOfWorkBasketFilterDefinition(String, VWWorkBasketFilterDefinition) - Method in class filenet.vw.api.VWWorkBasketDefinition
Creates a new work basket filter definition using the data from the specified work basket filter definition.
createCreateInstruction(String, String[][]) - Method in class filenet.vw.api.VWCompoundStepDefinition
Creates a Create instruction in this compound step definition, assigning it a new instruction Id, and appending it to the instruction list for this compound step.
createDatabaseExecuteInstruction(String, String, String[]) - Method in class filenet.vw.api.VWCompoundStepDefinition
Creates a Database Execute instruction in this compound step definition, assigning it a new instruction Id, and appending it to the instruction list for this compound step.
createDelayInstruction(String) - Method in class filenet.vw.api.VWCompoundStepDefinition
Creates a delay instruction in this compound step definition, assigning it a new instruction Id, and appending it to the instruction list for this compound step.
createEndAllTimersInstruction() - Method in class filenet.vw.api.VWCompoundStepDefinition
Creates an end all timers instruction in this compound step definition, assigning it a new instruction Id, and appending it to the instruction list for this compound step.
createEndCheckPointInstruction() - Method in class filenet.vw.api.VWCompoundStepDefinition
Creates an end checkpoint instruction in this compound step definition, assigning it a new instruction Id, and appending it to the instruction list for this compound step.
createEndTimerInstruction(String) - Method in class filenet.vw.api.VWCompoundStepDefinition
Creates an End Timer instruction in this compound step definition, assigning it a new instruction Id, and appending it to the instruction list for this compound step.
createEvent(String, String, String) - Method in class filenet.vw.api.VWWFEInstruction
Creates an event in this VWWFEInstruction instance.
createExecuteInstruction(String, String, String[]) - Method in class filenet.vw.api.VWCompoundStepDefinition
Creates an Execute instruction in this compound step definition, assigning it a new instruction Id, and appending it to the instruction list for this compound step.
createFault(String, String, String) - Method in class filenet.vw.api.VWInvokeInstruction
Creates a fault in this instance.
createFieldDefinition(String, int, int) - Method in interface filenet.vw.api.IVWTableDefinition
Creates an exposed field by passing in a field name and the type.
createFieldDefinition(String, int, int) - Method in class filenet.vw.api.VWLogDefinition
Creates an exposed field on this log from the supplied field name and type.
createFieldDefinition(String, int, int) - Method in class filenet.vw.api.VWQueueDefinition
Creates an exposed field in the queue, based on the specified field name and type.
createFieldDefinition(String, int, int) - Method in class filenet.vw.api.VWRosterDefinition
Creates an exposed field on the roster, based on the supplied field name and type.
createFieldDefinition(String, int, int) - Method in class filenet.vw.api.VWTableDefinition
Create an exposed field by input of a field name and data type.
createFieldDefinitions(VWExposedFieldDefinition[]) - Method in class filenet.vw.api.VWQueueDefinition
Creates all of the exposed field definitions for this queue.
createFieldDefinitions(VWExposedFieldDefinition[]) - Method in class filenet.vw.api.VWRosterDefinition
Creates the complete field definition for this roster.
createFieldUsingObject(String, Object) - Method in class filenet.vw.api.VWWorkflowDefinition
Deprecated. Replaced by VWWorkflowDefinition.createFieldUsingString(String, String, int, boolean)
createFieldUsingString(String, String, int, boolean) - Method in class filenet.vw.api.VWWorkflowDefinition
Creates a data field in this workflow definition, with values initialized by a field.
createInComingParameter(String, String, int, boolean) - Method in class filenet.vw.api.VWInvokeInstruction
Creates an incoming parameter with name, direction, value, and type information.
createIndexDefinition(String, String[]) - Method in interface filenet.vw.api.IVWTableDefinition
Creates an index definition for this queue.
createIndexDefinition(String, String[]) - Method in class filenet.vw.api.VWLogDefinition
Creates an index definition for the specified log.
createIndexDefinition(String, String[]) - Method in class filenet.vw.api.VWQueueDefinition
Creates an index definition for this queue.
createIndexDefinition(String, String[]) - Method in class filenet.vw.api.VWRosterDefinition
Creates an index definition for the roster.
createIndexDefinition(String, String[]) - Method in class filenet.vw.api.VWTableDefinition
Create the index definition DMM addded because of IVWTableDef
createIndexDefinitions(VWIndexDefinition[]) - Method in class filenet.vw.api.VWQueueDefinition
Creates all of the index definitions for this queue.
createIndexDefinitions(VWIndexDefinition[]) - Method in class filenet.vw.api.VWRosterDefinition
Creates the complete index definition for this roster.
createInvokeInstruction(String, String) - Method in class filenet.vw.api.VWCompoundStepDefinition
Creates an invoke instruction in this compound step definition by assigning it a new instruction Id and appending it to this compound step's instruction list.
createLiveWorkObject(String[], Object[], String, int) - Method in class filenet.vw.api.VWSession
Creates (initializes, saves, and dispatches) work items from a transferred workflow definition, specified by its workflow identifier.
createLogDefinition(String) - Method in class filenet.vw.api.VWSystemConfiguration
Creates a log definition.
createLogInstruction(String, String) - Method in class filenet.vw.api.VWCompoundStepDefinition
Creates a log instruction in this compound step definition, assigning it a new instruction Id, and appending it to the instruction list for this compound step.
createMailSession() - Method in class filenet.vw.api.VWSession
Creates a java mail session based on email notification configuration information specified on a Process Engine server.
createMap(String) - Method in class filenet.vw.api.VWWorkflowDefinition
Creates a new map in this workflow definition.
createMilestone(String) - Method in class filenet.vw.api.VWWorkflowDefinition
Creates a new milestone in this workflow definition.
createNoOpInstruction() - Method in class filenet.vw.api.VWCompoundStepDefinition
Creates a NoOp instruction in this compound step definition, assigning it a new instruction Id, and appending it to the instruction list for this compound step.
createOperation(String) - Method in class filenet.vw.api.VWQueueDefinition
Creates an operation definition in this queue.
createOutGoingParameter(String, String, int, boolean) - Method in class filenet.vw.api.VWInvokeInstruction
Creates an outgoing parameter with name, direction, value, and type information.
createParameter(String, int, int, boolean) - Method in class filenet.vw.api.VWOperationDefinition
Creates a parameter definition object.
createParameter(VWParameterDefinition) - Method in class filenet.vw.api.VWOperationDefinition
Creates a parameter definition object from another parameter definition object.
createParameter(String, String, int, boolean) - Method in class filenet.vw.api.VWReceiveInstruction
Creates a parameter with name, direction, value, and type information.
createParameter(String, String, int, boolean) - Method in class filenet.vw.api.VWReplyInstruction
Creates a parameter with name, direction, value, and type information.
createParameter(String, int, String, int, boolean) - Method in class filenet.vw.api.VWStepDefinition
Creates a parameter with name, direction, value, and type information.
createPartnerLink(String) - Method in class filenet.vw.api.VWWorkflowDefinition
Creates a new partner link in this workflow definition.
createQuery(String, Object[], Object[], int, String, Object[], int) - Method in class filenet.vw.api.VWQueue
Performs a filtered fetch of queue items.
createQuery(String, Object[], Object[], int, String, Object[], int) - Method in class filenet.vw.api.VWRoster
Performs a filtered fetch of roster items.
createQueueDefinition(String, int) - Method in class filenet.vw.api.VWSystemConfiguration
Creates a queue definition.
createReceiveInstruction(String, String) - Method in class filenet.vw.api.VWCompoundStepDefinition
Creates an receive instruction in this compound step definition by assigning it a new instruction Id and appending it to this compound step's instruction list.
createReplyInstruction(String, String) - Method in class filenet.vw.api.VWCompoundStepDefinition
Creates a reply instruction in this compound step definition by assigning it a new instruction Id and appending it to this compound step's instruction list.
createResumeTimerInstruction(String) - Method in class filenet.vw.api.VWCompoundStepDefinition
Creates a Resume Timer instruction in this compound step definition, assigning it a new instruction Id, and appending it to the instruction list for this compound step.
createReturnInstruction(String) - Method in class filenet.vw.api.VWCompoundStepDefinition
Creates a Return instruction in this compound step definition, assigning it a new instruction Id, and appending it to the instruction list for this compound step.
createRoleDefinition(String) - Method in class filenet.vw.api.VWApplicationSpaceDefinition
Creates a new role definition.
createRollbackCheckpointInstruction(String, String, String[]) - Method in class filenet.vw.api.VWCompoundStepDefinition
Creates a Rollback Checkpoint instruction in this compound step definition, assigning it a new instruction Id, and appending it to the instruction list for this compound step.
createRosterDefinition(String) - Method in class filenet.vw.api.VWSystemConfiguration
Creates a roster definition.
createRoute(int) - Method in class filenet.vw.api.VWMapNode
Creates an outbound route for the current step.
createRuleSet(String) - Method in class filenet.vw.api.VWWorkflowDefinition
Creates a new rule set (VWRuleSetDefinition object) in this workflow.
createSchema(String) - Method in class filenet.vw.api.VWWorkflowDefinition
Creates a new schema in this workflow definition.
createStep(String) - Method in class filenet.vw.api.VWMapDefinition
Creates a step in this workflow map.
createStep(String) - Method in class filenet.vw.api.VWStepPaletteDefinition
Creates a step on the step palette.
createStepProcessorInfoDefinition() - Method in class filenet.vw.api.VWSystemConfiguration
Creates a step processor definition.
createSuspendTimerInstruction(String) - Method in class filenet.vw.api.VWCompoundStepDefinition
Creates a Suspend Timer instruction in this compound step definition, assigning it a new instruction Id, and appending it to the instruction list for this compound step.
createTerminateBranchInstruction() - Method in class filenet.vw.api.VWCompoundStepDefinition
Creates a terminate branch instruction in this compound step definition, assigning it a new instruction ID, and appending it to the instruction list for this compound step.
createTerminateInstruction() - Method in class filenet.vw.api.VWCompoundStepDefinition
Deprecated. Use createTerminateBranchInstruction() instead. The old terminate instruction was renamed terminateBranch to distinguish it from the newer terminateProcess instruction. This method will create a terminateBranch instruction.
createTerminateProcessInstruction() - Method in class filenet.vw.api.VWCompoundStepDefinition
Creates a terminate process instruction in this compound step definition, assigning it a new instruction ID, and appending it to the instruction list for this compound step.
createTextAnnotation(String) - Method in class filenet.vw.api.VWMapDefinition
Creates a new annotation for this map.
createUserInfo() - Method in class filenet.vw.api.VWSystemAdministration
Deprecated. VWUserInfo records are created on the server in P8PE4.0
createWFEInstruction(String, String) - Method in class filenet.vw.api.VWCompoundStepDefinition
Creates a Wait For Event instruction in this compound step definition, assigning it a new instruction Id, and appending it to the instruction list for this compound step.
createWorkBasketColumnDefinition(String, VWExposedFieldDefinition) - Method in class filenet.vw.api.VWWorkBasketDefinition
Create a new work basket column definition.
createWorkBasketDefinition(String) - Method in class filenet.vw.api.VWQueueDefinition
Creates a new workbasket definition.
createWorkBasketFilterDefinition(String) - Method in class filenet.vw.api.VWWorkBasketDefinition
Creates a new work basket filter definition.
createWorkflow(String) - Method in class filenet.vw.api.VWSession
Launches a workflow defined by a transferred workflow definition, as specified by the workflow version or the workflow definition name (work class name).

D

DATABASE_DB2 - Static variable in class filenet.vw.api.VWSession
Value of 3.
DATABASE_ORACLE - Static variable in class filenet.vw.api.VWSession
Value of 1.
DATABASE_SQL2000 - Static variable in class filenet.vw.api.VWSession
Value of 2.
DATABASE_SQL2000ODBC - Static variable in class filenet.vw.api.VWSession
Value of 6.
DATE_FORMAT - Static variable in class filenet.vw.api.VWWorkflowRuntimeId
String representation of the formatting pattern for date values, as follows:

"MM/dd/yyyy hh:mm:ss"
DAYS - Static variable in class filenet.vw.api.VWTimeUnitType
Value of 3. Specifies days as the time unit.
DB_REINIT_ERR - Static variable in exception filenet.vw.api.VWServerException
"Database reinitialized -- all programs must log off and then logon again" Data for this error is stale
DEADLINE_NOT_REACHED - Static variable in class filenet.vw.api.VWQueueElement
Value of 0.  This value indicates that a step element is still waiting to reach a deadline.
DEADLINE_REACHED - Static variable in class filenet.vw.api.VWQueueElement
Value of 2.  This value indicates that a step element has reached a deadline.
DEADLINE_REMINDER_NOTICE - Static variable in class filenet.vw.api.VWQueueElement
Value of 1.  This value indicates whether or not a step element has reached the deadline reminder notice.
delete() - Method in class filenet.vw.api.VWProcess
Deletes all work objects of a running workflow process.
deleteAllAssociations() - Method in class filenet.vw.api.VWTextAnnotationDefinition
Delete all associations from this text annotation.
deleteAllInComingParameters() - Method in class filenet.vw.api.VWInvokeInstruction
Deletes all incoming parameter definitions for this instance.
deleteAllOutGoingParameters() - Method in class filenet.vw.api.VWInvokeInstruction
Deletes all outgoing parameter definitions for this instance.
deleteAllParameters() - Method in class filenet.vw.api.VWInvokeInstruction
Deletes all incoming and outgoing parameter definitions for this instance.
deleteAllParameters() - Method in class filenet.vw.api.VWReceiveInstruction
Deletes all parameter definitions for this receive instruction.
deleteAllParameters() - Method in class filenet.vw.api.VWReplyInstruction
Deletes all parameter definitions for this reply instruction.
deleteAssociation(int, int) - Method in class filenet.vw.api.VWTextAnnotationDefinition
Deletes a specified assocation from this text annotation.
deleteField(String) - Method in class filenet.vw.api.VWAttributeInfo
Deletes a field entry, specified by name.
deleteField(String) - Method in class filenet.vw.api.VWUserInfo
Deletes the named field entry.
deleteField(String) - Method in class filenet.vw.api.VWWorkflowDefinition
Deletes a field definition from the workflow definition.
deleteFieldDefinition(String) - Method in interface filenet.vw.api.IVWTableDefinition
Provides the ability to delete exposed fields from the queue.
deleteFieldDefinition(String) - Method in class filenet.vw.api.VWLogDefinition
Deletes an exposed field from the log.
deleteFieldDefinition(String) - Method in class filenet.vw.api.VWQueueDefinition
Removes the specified exposed field from this queue.
deleteFieldDefinition(String) - Method in class filenet.vw.api.VWRosterDefinition
Deletes an exposed field from the roster.
deleteFieldDefinition(String) - Method in class filenet.vw.api.VWTableDefinition
Delete an exposed field from one of the following: log, queue, or roster.
deleteInComingParameter(int) - Method in class filenet.vw.api.VWInvokeInstruction
Deletes a parameter definition from the set of incoming parameter definitions stored in this instance.
deleteIndexDefinition(String) - Method in interface filenet.vw.api.IVWTableDefinition
Provides the ability to delete indexes from this queue.
deleteIndexDefinition(String) - Method in class filenet.vw.api.VWLogDefinition
Deletes an index from the log.
deleteIndexDefinition(String) - Method in class filenet.vw.api.VWQueueDefinition
Removes the specified index from this queue.
deleteIndexDefinition(String) - Method in class filenet.vw.api.VWRosterDefinition
Deletes an index from this roster.
deleteIndexDefinition(String) - Method in class filenet.vw.api.VWTableDefinition
Delete an index from one of the following: log, queue, or roster.
deleteInstruction(int) - Method in class filenet.vw.api.VWCompoundStepDefinition
Deletes an instruction from this compound step definition, specified by the instruction id.
deleteMap(int) - Method in class filenet.vw.api.VWWorkflowDefinition
Deprecated. Replaced by VWWorkflowDefinition.deleteMap(String)
deleteMap(String) - Method in class filenet.vw.api.VWWorkflowDefinition
Deletes the specified map from this workflow definition.
deleteMilestone(String) - Method in class filenet.vw.api.VWWorkflowDefinition
Deletes the specified milestone from this workflow definition.
deleteOperation(String) - Method in class filenet.vw.api.VWQueueDefinition
Removes the specified operation from this queue.
deleteOutGoingParameter(int) - Method in class filenet.vw.api.VWInvokeInstruction
Deletes a parameter definition from the set of outgoing parameter definitions stored in this instance.
deleteParameter(String) - Method in class filenet.vw.api.VWOperationDefinition
Deletes a parameter.
deleteParameter(int) - Method in class filenet.vw.api.VWReceiveInstruction
Deletes a parameter definition from the set of parameter definitions stored in this receive instruction.
deleteParameter(int) - Method in class filenet.vw.api.VWReplyInstruction
Deletes a parameter definition from the set of parameter definitions stored in this reply instruction.
deleteParameter(String) - Method in class filenet.vw.api.VWStepDefinition
Deletes a parameter definition from the set of parameter definitions stored in this step.
deletePartnerLink(String) - Method in class filenet.vw.api.VWWorkflowDefinition
Deletes the specified partner link from this workflow definition.
deleteRoleDefinition(String) - Method in class filenet.vw.api.VWApplicationSpaceDefinition
Deletes the specified role definition.
deleteRoute(int) - Method in class filenet.vw.api.VWMapNode
Deletes an outbound route from this step.
deleteRuleSet(VWRuleSetDefinition) - Method in class filenet.vw.api.VWWorkflowDefinition
Deprecated. Use public void deleteRuleSet(String theRuleSetName) instead. Changes in the API to support inheriting rulessets make it is no longer possible to support deleting rulesets by reference. Rulesets should be deleted by name. This method calls deleteRuleSet(theRuleSet.getName()).
deleteRuleSet(String) - Method in class filenet.vw.api.VWWorkflowDefinition
Deletes the specified rule set definition from this instance, removing all references to the rule set from the workflow definition steps.
deleteSchema(String) - Method in class filenet.vw.api.VWWorkflowDefinition
Deletes the specified schema from this workflow definition.
deleteStep(int) - Method in class filenet.vw.api.VWMapDefinition
Deletes a step from the workflow map.
deleteStep(String) - Method in class filenet.vw.api.VWStepPaletteDefinition
Deprecated. Replaced by VWStepPaletteDefinition.deleteStep(int)
deleteStep(int) - Method in class filenet.vw.api.VWStepPaletteDefinition
Deletes the specified step from this step palette.
deleteStepProcessorInfoDefinition(VWStepProcessorInfoDefinition) - Method in class filenet.vw.api.VWSystemConfiguration
Deletes a step processor info definition.
deleteTextAnnotation(int) - Method in class filenet.vw.api.VWMapDefinition
Deletes an annotation from this map.
deleteUserInfo(String) - Method in class filenet.vw.api.VWSystemAdministration
Deletes information about a specified user.
deleteWorkBasketColumnDefinition(String) - Method in class filenet.vw.api.VWWorkBasketDefinition
Removes the specified work basket column from the work basket definition.
deleteWorkBasketDefinition(String) - Method in class filenet.vw.api.VWQueueDefinition
Removes the specified workbasket.
deleteWorkBasketFilterDefinition(String) - Method in class filenet.vw.api.VWWorkBasketDefinition
Removes the specified work basket filter definition.
DescribeThrowableAndItsCause(Throwable) - Static method in exception filenet.vw.api.VWException
 
DescribeThrowableAndItsCauseWithStackFrames(Throwable, int) - Static method in exception filenet.vw.api.VWException
 
DescribeThrowableCompletely(Throwable) - Static method in exception filenet.vw.api.VWException
 
doAbort() - Method in class filenet.vw.api.VWInstructionElement
Deprecated. Unlocks the workflow object associated with the Instruction Element, without updating the workflow object fields.
doAbort() - Method in class filenet.vw.api.VWStepElement
Unlocks a work item associated with this instance without updating the fields on the work item.
doAbort() - Method in class filenet.vw.api.VWWorkObject
Unlocks this work object without updating its fields.
doDelete(boolean, boolean) - Method in class filenet.vw.api.VWWorkObject
Delete this work object.
doDeleteMany(VWWorkObject[], boolean, boolean) - Static method in class filenet.vw.api.VWWorkObject
Deletes the specified work objects.
doDispatch() - Method in class filenet.vw.api.VWInstructionElement
Deprecated. Saves changes made to the work object associated with this Instruction Element, unlocks the work object, and moves the current step to the next workflow step.
doDispatch() - Method in class filenet.vw.api.VWStepElement
Saves changes made to the work object associated with this instance, unlocks the work object, and advances the work object in the workflow.
doDispatch() - Method in class filenet.vw.api.VWWorkObject
Saves changes made in this work object, unlocks it, and moves the current step to the next workflow step.
doLock(boolean) - Method in class filenet.vw.api.VWInstructionElement
Deprecated. Locks a workflow object.
doLock(boolean) - Method in class filenet.vw.api.VWStepElement
Locks the work item associated with this step.
doLock(boolean) - Method in class filenet.vw.api.VWWorkObject
Locks the work object.
doLockMany(VWInstructionElement[], boolean) - Static method in class filenet.vw.api.VWInstructionElement
Deprecated. Locks Instruction Elements associated with workflow objects in a single call.
doLockMany(VWWorkObject[], boolean) - Static method in class filenet.vw.api.VWWorkObject
Locks multiple work objects in a single call and refreshes them with current information.
doReassign(String, boolean, String) - Method in class filenet.vw.api.VWStepElement
Changes the participant responsible for processing this step.
doReassign(String, boolean, String) - Method in class filenet.vw.api.VWWorkObject
Delegates the current step assignment associated with this work object to another participant.
doReassignByDomain(String, String, boolean, String) - Method in class filenet.vw.api.VWStepElement
Changes the participant responsible for processing this step.
doReassignByDomain(String, String, boolean, String) - Method in class filenet.vw.api.VWWorkObject
Changes the participant responsible for processing the current step.
doRefresh(boolean, boolean) - Method in class filenet.vw.api.VWInstructionElement
Deprecated. Fetches the specified Instruction Element to get the most current information.
doRefresh(boolean, boolean) - Method in class filenet.vw.api.VWStepElement
Updates the information for the work item.
doRefresh(boolean, boolean) - Method in class filenet.vw.api.VWWorkObject
Retrieves an updated version of the work object to get recent data.
doReturnToSource() - Method in class filenet.vw.api.VWStepElement
Returns the work item to the queue from which a user originally reassigned or delegated the work item.
doReturnToSource() - Method in class filenet.vw.api.VWWorkObject
Returns the work object to the queue from which it was originally reassigned or delegated.
doSave(boolean) - Method in class filenet.vw.api.VWInstructionElement
Deprecated. Saves the workflow object associated with the Instruction Element.
doSave(boolean) - Method in class filenet.vw.api.VWStepElement
Saves the work item associated with this instance.
doSave(boolean) - Method in class filenet.vw.api.VWWorkObject
Saves this work object.
doSaveMany(VWInstructionElement[]) - Static method in class filenet.vw.api.VWInstructionElement
Deprecated. Saves and updates information for each workflow object specified by the passed array of Instruction Elements.
doSaveMany(VWWorkObject[]) - Static method in class filenet.vw.api.VWWorkObject
Saves information for an array of work objects.
doTerminate() - Method in class filenet.vw.api.VWInstructionElement
Deprecated. Terminates the workflow object associated with the Instruction Element.
doTerminate() - Method in class filenet.vw.api.VWWorkObject
Terminate this work object.
doTerminateMany(VWInstructionElement[]) - Static method in class filenet.vw.api.VWInstructionElement
Deprecated. Terminates workflow objects associated with the passed Instruction Elements.
doTerminateMany(VWWorkObject[]) - Static method in class filenet.vw.api.VWWorkObject
Terminates the specified work objects.
doUnlockMany(VWInstructionElement[], boolean, boolean) - Static method in class filenet.vw.api.VWInstructionElement
Deprecated. Unlocks the array of workflow objects specified by the passed Instruction Elements.
doUnlockMany(VWStepElement[], boolean, boolean) - Static method in class filenet.vw.api.VWStepElement
Unlocks an array of step elements.
doUnlockMany(VWWorkObject[], boolean, boolean) - Static method in class filenet.vw.api.VWWorkObject
Unlocks an array of work objects.
DS_TYPE_LDAP - Static variable in class filenet.vw.api.VWSession
Value of 1.
DS_TYPE_SEC - Static variable in class filenet.vw.api.VWSession
Value of 0.
DTBOOLEAN - Static variable in class filenet.vw.api.VWQueueElement
Value of 2.  This value indicates that the type of the data in a workflow object field data type is Boolean.
DTINTEGER - Static variable in class filenet.vw.api.VWQueueElement
Value of 1.  This value indicates that the type of the data in a workflow object field data type is integer.
DTSTRING - Static variable in class filenet.vw.api.VWQueueElement
Value of 0.  This value indicates that the type of the data in a workflow object field data type is string.

E

equals(Object) - Method in class filenet.vw.api.VWAssociationDefinition
 
equals(Object) - Method in class filenet.vw.api.VWMilestoneDefinition
Compares the specified object with this item for equality.
export(OutputStream, VWSession) - Method in class filenet.vw.api.VWWorkflowCollectionDefinition
Writes this instance in a self-contained form to a specified output stream.
exportConfiguration(IVWtoXML[], StringBuffer) - Static method in class filenet.vw.api.VWXMLConfiguration
Creates an XML document in a StringBuffer representing the specified administration and configuration objects implementing the IVWtoXML interface.
exportConfigurationToFile(IVWtoXML[], String) - Static method in class filenet.vw.api.VWXMLConfiguration
Creates an XML document file representing the specified administration and configuration objects implementing the IVWtoXML interface.
exportToFile(String, VWSession) - Method in class filenet.vw.api.VWWorkflowCollectionDefinition
Writes this instance in a self-contained form to a specified file.

F

FETCH_TYPE_INSTRUCTION_ELEMENT - Static variable in class filenet.vw.api.VWFetchType
Value of 2. Return instruction elements by passing the integer as a parameter in the VWQueue.createQuery() method.
FETCH_TYPE_QUEUE_ELEMENT - Static variable in class filenet.vw.api.VWFetchType
Value of 3. Return queue elements by passing the integer as a parameter in the VWQueue.createQuery() method.
FETCH_TYPE_ROSTER_ELEMENT - Static variable in class filenet.vw.api.VWFetchType
Value of 4. Return roster elements by passing the integer as a parameter in the VWRoster.createQuery() method.
FETCH_TYPE_STEP_ELEMENT - Static variable in class filenet.vw.api.VWFetchType
Value of 5. Return step elements by passing the integer as a parameter in the VWQueue.createQuery() method.
FETCH_TYPE_WORKOBJECT - Static variable in class filenet.vw.api.VWFetchType
Value of 1. Return work items by passing the integer as a parameter in the VWQueue.createQuery() or VWRoster.createQuery() methods.
fetchAttachmentIsReferenced(VWAttachment[]) - Method in class filenet.vw.api.VWSession
Checks an array of attachment objects to see if an active workflow is referencing any of the attachment objects and returns a Boolean value for each attachment, true if the attachment is referenced by a currently running workflow; false otherwise.
fetchAttachmentIsReferencedBy(VWAttachment) - Method in class filenet.vw.api.VWSession
Deprecated. Replaced by createAttachmentTrackingQuery
fetchAttachmentIsReferencedBy(VWAttachment, int) - Method in class filenet.vw.api.VWSession
Deprecated. Replaced by VWSession.createAttachmentTrackingQuery(VWAttachment)
fetchAttributes(int) - Method in class filenet.vw.api.VWSession
Fetches system-wide or region-specific attribute information from the Process Engine for the current logged-on session.
fetchAvailableLocales() - Method in class filenet.vw.api.VWSession
Gets the set of available locales registered on the Process Engine server.
fetchCount() - Method in class filenet.vw.api.VWLogQuery
Gets the integer value indicating the number of records that can be retrieved, using this logQuery definition.
fetchCount() - Method in class filenet.vw.api.VWQueue
Gets the integer value indicating the queue depth.
fetchCount() - Method in class filenet.vw.api.VWQueueQuery
Gets the integer value indicating the number of records that can be retrieved, using this queueQuery object.
fetchCount() - Method in class filenet.vw.api.VWRoster
Gets an integer that indicates the number of work items in the roster.
fetchCount() - Method in class filenet.vw.api.VWRosterQuery
Returns the number of records that can be retrieved for the current VWRosterQuery object.
fetchCurrentUserInfo() - Method in class filenet.vw.api.VWSession
Gets information about the user logged on to this session.
fetchEventLog(String) - Method in class filenet.vw.api.VWSession
Retrieves the specified event log.
fetchEventLogNames() - Method in class filenet.vw.api.VWSession
Returns a list of all event log names.
fetchFileFromServer(String, int) - Method in class filenet.vw.api.VWSession
Gets a file for the Process Engine server.
fetchFilteredWorkflowHistory(int, int) - Method in class filenet.vw.api.VWProcess
Fetches step history data for the current workflow process associated with the specified workflow map.
fetchFilteredWorkflowMilestones(int, boolean, boolean) - Method in class filenet.vw.api.VWProcess
Fetches the milestone data for this workflow process, based on the filtering levels specified.
fetchIndexFields() - Method in class filenet.vw.api.VWQueue
Deprecated. Replaced by fetchQueueDefinition Fetches the user-defined index names for a specified queue.
fetchIndexKeyFields(String) - Method in class filenet.vw.api.VWQueue
Deprecated. Replaced by fetchQueueDefinition Fetches the ordered fields of a user-defined search index, given a search field name. The order determines which field the application uses in the primary sort, each subsequent field being less significant than the previous.
fetchInstructionElement(boolean, boolean) - Method in class filenet.vw.api.VWQueueElement
Deprecated. Use fetchStepElement instead. 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.
fetchInstructionElement(boolean, boolean) - Method in class filenet.vw.api.VWRosterElement
Deprecated. Replaced by fetchStepElement
fetchInstructionElement(boolean, boolean) - Method in class filenet.vw.api.VWWorkObject
Deprecated. Use fetchStepElement instead. Fetches the instruction element information associated with this work object.
fetchInstructionElements(int) - Method in class filenet.vw.api.VWQueueQuery
Deprecated. Replaced by VWQueueQuery.next()
fetchIsGroup(String[]) - Method in class filenet.vw.api.VWSession
Indicates whether or not the members of a list of names are names of groups.
fetchLaunchableWorkClassNames() - Method in class filenet.vw.api.VWSession
Retrieves a list of the names of all work classes within the isolated region that can be launched by the current user.
fetchLaunchStepProcessor(String) - Method in class filenet.vw.api.VWSession
Retrieves the launch step processor information, based on the specified workflow version (obtained from a VWTransferResult object).
fetchLimitApplicationFunctionalityFlag() - Method in class filenet.vw.api.VWSession
Returns the value of the Full Workflow Functionality flag set in the Process Task Manager.
fetchLockedStatus() - Method in class filenet.vw.api.VWInstructionElement
Deprecated. Checks the status of the workflow object.
fetchLockedStatus() - Method in class filenet.vw.api.VWWorkObject
Retrieves the lock status of the work object.
fetchLogDefinition() - Method in class filenet.vw.api.VWLog
Fetches the log definition.
fetchMilestonesFromRoster(String, String, int, int) - Method in class filenet.vw.api.VWSession
Fetches the milestone data for the current workflow process having work objects in the specified roster.
fetchMultipleWorkflowSignatures(int) - Method in class filenet.vw.api.VWSession
Returns an array of workflow signatures.
fetchMyRole(String, String) - Method in class filenet.vw.api.VWSession
Retrieves the specified role associated with the user currently logged in.
fetchMyRoles(String) - Method in class filenet.vw.api.VWSession
Retrieves the roles associated with the user currently logged in.
fetchNextBatch(int, int, String, String[], Object[], String, int) - Method in class filenet.vw.api.VWWorkBasket
Gets the next batch of query results based on the specified criteria.
fetchOperationNames() - Method in class filenet.vw.api.VWQueue
Fetches the list of all the operation names for this queue.
fetchParticipantsPx(String, String[]) - Method in class filenet.vw.api.VWSession
Gets general user security information about specified users in a domain.
fetchPrivileges() - Method in class filenet.vw.api.VWSession
Retrieves the privileges for the current user.
fetchProcess(int, int, String) - Method in class filenet.vw.api.VWSession
Returns the workflow process containing this work object.
fetchProcess() - Method in class filenet.vw.api.VWStepElement
Retrieves the workflow process containing this instance.
fetchProcess() - Method in class filenet.vw.api.VWWorkObject
Retrieves the workflow process containing this instance.
fetchQueueDefinition() - Method in class filenet.vw.api.VWQueue
Fetches the definition for this queue.
fetchQueueElements(int) - Method in class filenet.vw.api.VWQueueQuery
Deprecated. Replaced by VWQueueQuery.next()
fetchQueueFields() - Method in class filenet.vw.api.VWQueue
Deprecated. Replaced by fetchQueueDefinition Fetches the user-defined search fields for a specified queue.
fetchQueueNames(int) - Method in class filenet.vw.api.VWSession
Retrieves the names of queues within the current isolated region and within the scope of the specified queue type or types.
fetchReachedWorkflowMilestones(int) - Method in class filenet.vw.api.VWProcess
Fetches the milestone events reached, based on the milestone level specified.
fetchReturnStackElements() - Method in class filenet.vw.api.VWWorkObject
Retrieves work object return stack.
fetchRoleParticipants() - Method in class filenet.vw.api.VWRoleDefinition
Retrieves the members (users and/or groups) of this role definition.
fetchRosterDefinition() - Method in class filenet.vw.api.VWRoster
Fetches the definition for this roster.
fetchRosterElements(int) - Method in class filenet.vw.api.VWRosterQuery
Deprecated. Replaced by VWRosterQuery.next()
fetchRosterNames(boolean) - Method in class filenet.vw.api.VWSession
Retrieves a list of the names of all rosters within the isolated region.
fetchSecurityDomains() - Method in class filenet.vw.api.VWSession
Returns all security domains.
fetchServerLocale() - Method in class filenet.vw.api.VWSession
Gets the default locale for the Process Engine server.
fetchStatistics(Date, Date, int) - Method in class filenet.vw.api.VWQueue
Fetches statistical information for the queue, given a start and stop time.
fetchStatistics(Date, Date, int) - Method in class filenet.vw.api.VWRoster
Fetches statistical information for the roster, given a start and stop time.
fetchStepElement(boolean, boolean) - Method in class filenet.vw.api.VWQueueElement
Fetches the current step in the workflow process.
fetchStepElement(boolean, boolean) - Method in class filenet.vw.api.VWRosterElement
Fetches the current step in the workflow process.
fetchStepElement() - Method in class filenet.vw.api.VWWorkObject
Fetches the current step in the workflow process.
fetchStepHistory(int) - Method in class filenet.vw.api.VWWorkflowHistory
Fetches the latest history of the specified step.
fetchStepProcessorInfo() - Method in class filenet.vw.api.VWQueueElement
Fetches the step processor information associated with this instance.
fetchStepProcessorInfo(String) - Method in class filenet.vw.api.VWSession
Returns a step processor object defined for the current session and workflow definition, given the step processor ID.
fetchStepProcessorInfo() - Method in class filenet.vw.api.VWStepElement
Fetches the step processor information object that contains data that can used to open this instance.
fetchStepProcessorInfo() - Method in class filenet.vw.api.VWWorkObject
Fetches the step processor information associated with this instance.
fetchStepProcessors(int) - Method in class filenet.vw.api.VWSession
Retrieves a list of step processor information objects defined for the current session and workflow definition.
fetchSystemAdministration() - Method in class filenet.vw.api.VWSession
Gets system administration information for the Process Engine.
fetchSystemConfiguration() - Method in class filenet.vw.api.VWSession
Gets system configuration information for a system.
fetchUserGroups(int) - Method in class filenet.vw.api.VWSession
Deprecated. Replaced by VWSession.findGroups(String searchPattern, int searchType, int sortType, int maxBufferSize)
fetchUserGroupsPx(int) - Method in class filenet.vw.api.VWSession
Deprecated. Replaced by VWSession.findGroupsByDomain(String secDomainName, String searchPattern, int searchType, int sortType, int maxBufferSize)
fetchUserInfo(String) - Method in class filenet.vw.api.VWSession
Gets general user information about a specified user.
fetchUserInfo(String) - Method in class filenet.vw.api.VWSystemAdministration
Fetches information about a specified user.
fetchUserInfoList(String[]) - Method in class filenet.vw.api.VWSession
Gets general user information about specified users.
fetchUserRecords(int, boolean) - Method in class filenet.vw.api.VWSession
Fetches a collection of all user environment records that exists on the Process Engine.
fetchUsers(int, boolean) - Method in class filenet.vw.api.VWSession
Deprecated. Replaced by VWSession.findUsers(String searchPattern, int searchType, int sortType, int maxBufferSize) VWSession.findGroups(String searchPattern, int searchType, int sortType, int maxBufferSize)
fetchUsersPx(int, boolean) - Method in class filenet.vw.api.VWSession
Deprecated. Replaced by VWSession.findUsersByDomain(String secDomainName, String searchPattern, int searchType, int sortType, int maxBufferSize) VWSession.findGroupsByDomain(String secDomainName, String searchPattern, int searchType, int sortType, int maxBufferSize)
fetchWorkBasket(String) - Method in class filenet.vw.api.VWQueue
 
fetchWorkBasket(String, String) - Method in class filenet.vw.api.VWRole
Retrieves the specified work basket for this role.
fetchWorkBaskets() - Method in class filenet.vw.api.VWQueue
Gets all of the workbaskets associated with this queue.
fetchWorkBaskets() - Method in class filenet.vw.api.VWRole
Retrieves the VWWorkBaskets that this role references.
fetchWorkClassNames(boolean) - Method in class filenet.vw.api.VWSession
Retrieves a list of the names of all work classes within the isolated region.
fetchWorkClassNames(boolean, String) - Method in class filenet.vw.api.VWSession
Retrieves a list of the names of the work classes within the current isolated region that inherit from the specified work class.
fetchWorkflowDefinition() - Method in class filenet.vw.api.VWProcess
Deprecated. Replaced by fetchWorkflowDefinition Fetches the workflow definition for this workflow process.
fetchWorkflowDefinition(boolean) - Method in class filenet.vw.api.VWProcess
Fetches the workflow definition for this workflow process.
fetchWorkflowDefinition(int, String) - Method in class filenet.vw.api.VWSession
Deprecated. Replaced by VWSession.fetchWorkflowDefinition(int,String, boolean) which can handle a workflow definition that references a work class from a previous version of Process that was known as Panagon Visual WorkFlo. It also can represent a workflow definition that explicitly incorporates default terminate or malfunction maps.
fetchWorkflowDefinition(int, String, boolean) - Method in class filenet.vw.api.VWSession
Fetches a workflow definition, based on the specified workspace ID and the work class name or the workflow version.
fetchWorkflowHistory(int) - Method in class filenet.vw.api.VWProcess
Fetches the history data for this workflow process that is associated with this workflow instruction sheet ID.
fetchWorkflowSignature(String) - Method in class filenet.vw.api.VWSession
Retrieves the workflow signature, based on the specified work class name or workflow version.
fetchWorkObject(boolean, boolean) - Method in class filenet.vw.api.VWInstructionElement
Deprecated. Fetches a workflow object specified in the Instruction Element.
fetchWorkObject(boolean, boolean) - Method in class filenet.vw.api.VWQueueElement
Fetches the workflow object associated with this queue element.
fetchWorkObject(boolean, boolean) - Method in class filenet.vw.api.VWRosterElement
Fetches the work object that corresponds to this roster element.
fetchWorkObject(boolean, boolean) - Method in class filenet.vw.api.VWStepElement
Retrieves the work object associated with this instance.
fetchWorkObjects(int) - Method in class filenet.vw.api.VWQueueQuery
Deprecated. Replaced by VWQueueQuery.next()
fetchWorkObjects(int) - Method in class filenet.vw.api.VWRosterQuery
Deprecated. Replaced by VWRosterQuery.next()
FIELD_SYSTEM_DEFINED - Static variable in class filenet.vw.api.VWStepElement
Value of 2. Indicates that the field is a system-defined field.
FIELD_SYSTEM_DEFINED - Static variable in class filenet.vw.api.VWWorkObject
Value of 2. Indicates that the data field was created by the system.
FIELD_TYPE_ATTACHMENT - Static variable in class filenet.vw.api.VWFieldType
Value of 32. Indicates a workflow field of type Attachment(an attached document).
FIELD_TYPE_BOOLEAN - Static variable in class filenet.vw.api.VWFieldType
Value of 4. Indicates a workflow field of type java.lang.Boolean.
FIELD_TYPE_FLOAT - Static variable in class filenet.vw.api.VWFieldType
Value of 8. Indicates a workflow field of type java.lang.Double.
FIELD_TYPE_INT - Static variable in class filenet.vw.api.VWFieldType
Value of 1. Indicates a workflow field of type java.lang.Integer.
FIELD_TYPE_PARTICIPANT - Static variable in class filenet.vw.api.VWFieldType
Value of 64. Indicates a workflow field of type participant.
FIELD_TYPE_STRING - Static variable in class filenet.vw.api.VWFieldType
Value of 2. Indicates a workflow field of type java.lang.String.
FIELD_TYPE_TIME - Static variable in class filenet.vw.api.VWFieldType
Value of 16. Indicates a workflow field of type java.util.Date.
FIELD_TYPE_XML - Static variable in class filenet.vw.api.VWFieldType
Value of 128. Indicates a workflow field of type XML.
FIELD_TYPEDEF_TIME32 - Static variable in class filenet.vw.api.VWFieldType
Deprecated. for creation. Users are encouraged to use FIELD_TYPEDEF_TIME64 for creation of exposed fields.
FIELD_TYPEDEF_TIME64 - Static variable in class filenet.vw.api.VWFieldType
Value of 256. only for use with VWExposedFieldDefinition.
FIELD_USER_AND_SYSTEM_DEFINED - Static variable in class filenet.vw.api.VWStepElement
Value of 3. Indicates that the field is both a user- and system-defined field.
FIELD_USER_AND_SYSTEM_DEFINED - Static variable in class filenet.vw.api.VWWorkObject
Value of 3. Indicates that the data field was created by the system but is being controlled by the user.
FIELD_USER_DEFINED - Static variable in class filenet.vw.api.VWStepElement
Value of 1. Indicates that the field is a user-defined field.
FIELD_USER_DEFINED - Static variable in class filenet.vw.api.VWWorkObject
Value of 1. Indicates that the data field was created by the user.
filenet.vw.api - package filenet.vw.api
 
FILTER_COMPLETED_STEP_HISTORY - Static variable in class filenet.vw.api.VWProcess
Value of 1: Used in the filterFlags parameter of the fetchFilteredWorkflowHistory method to specify that only completed step history data is to be returned.
FILTER_NONE - Static variable in class filenet.vw.api.VWProcess
Value of 0: Used in the filterFlags parameter of the fetchFilteredWorkflowHistory method to specify that all step history data is to be returned.
findField(String) - Method in class filenet.vw.api.VWWorkflowSignature
Finds a field in this instance.
findGroups(String, int, int, int) - Method in class filenet.vw.api.VWSession
Fetches a collection of all group names defined within the default LDAP domain, matching them for inclusion in the result collection according to this method's search pattern and search type arguments.
findGroupsByDomain(String, String, int, int, int) - Method in class filenet.vw.api.VWSession
Fetches a collection of all group names defined within the specified LDAP security domain, matching them for inclusion in the result collection according to this method's search pattern and search type arguments.
findUsers(String, int, int, int) - Method in class filenet.vw.api.VWSession
Fetches a collection of all user names defined within the default LDAP domain, matching them for inclusion in the result collection according to this method's search pattern and search type arguments.
findUsersByDomain(String, String, int, int, int) - Method in class filenet.vw.api.VWSession
Fetches a collection of all user names defined within the specified LDAP security domain, matching them for inclusion in the result collection according to this method's search pattern and search type arguments.

G

getAction() - Method in class filenet.vw.api.VWInstructionDefinition
Gets the action.
getAllAssociations() - Method in class filenet.vw.api.VWTextAnnotationDefinition
Gets all associations from this text annotation.
getApplicationName() - Method in class filenet.vw.api.VWStepProcessorInfo
Gets the application name, which is the Java application class that can be invoked, or the empty String if the application type is HTML.
getApplicationName() - Method in class filenet.vw.api.VWStepProcessorInfoDefinition
Gets the application name.
getApplicationSpaceDefinition(String) - Method in class filenet.vw.api.VWSystemConfiguration
Gets an application space definition.
getApplicationSpaceDefinitions() - Method in class filenet.vw.api.VWSystemConfiguration
Gets all of the application space definitions associated with this system configuration.
getApplicationSpaceName() - Method in class filenet.vw.api.VWRole
Gets the name of the application space in which this role is defined.
getApplicationSpaceName() - Method in class filenet.vw.api.VWWorkflowCollectionDefinition
Get the application name
getAppType() - Method in class filenet.vw.api.VWStepProcessorInfo
Gets the application type, either URL or Java, associated with this step processor.
getAppType() - Method in class filenet.vw.api.VWStepProcessorInfoDefinition
Gets the application type, either URL or Java, associated with this step processor.
getArrayAttributes() - Method in class filenet.vw.api.VWWebServiceParameterDefinition
Returns the attributes for an array specified by an array tag and array namespace, for this parameter.
getArrayNameSpace() - Method in class filenet.vw.api.VWWebServiceParameterDefinition
Returns the namespace for the array tag associated with this parameter
getArrayTag() - Method in class filenet.vw.api.VWWebServiceParameterDefinition
Returns the array tag name for this parameter; may be null
getAssignments() - Method in class filenet.vw.api.VWEventDefinition
Gets the assignments property value for the event.
getAssociation(int, int) - Method in class filenet.vw.api.VWTextAnnotationDefinition
Gets a specified assocation from this text annotation.
getAttachment() - Method in class filenet.vw.api.VWAttachmentTrackingQuery
Returns the VWAttachment object associated with this active VWAttachmentTrackingQuery object.
getAttachmentDescription() - Method in class filenet.vw.api.VWAttachment
Gets the description for this attachment.
getAttachmentName() - Method in class filenet.vw.api.VWAttachment
Gets the name associated with this attachment.
getAttributeInfo() - Method in class filenet.vw.api.VWApplicationSpaceDefinition
Gets the attributes as paired labels (hashtable keys) and values in String format.
getAttributeInfo() - Method in class filenet.vw.api.VWMapNode
Gets a VWAttribute object containing attributes for this object, as paired labels (keywords) and values in String format.
getAttributeInfo() - Method in class filenet.vw.api.VWOperationDefinition
Gets a VWAttribute object containing attributes for this object, as paired labels (keywords) and values in String format.
getAttributeInfo() - Method in class filenet.vw.api.VWQueueDefinition
Gets the attributes for this instance, as paired labels (keywords) and values.
getAttributeInfo() - Method in class filenet.vw.api.VWRole
Gets the role attributes as paired labels (hashtable keys) and values in String format.
getAttributeInfo() - Method in class filenet.vw.api.VWRoleDefinition
Gets the role definition attributes as paired labels (hashtable keys) and values in String format.
getAttributeInfo() - Method in class filenet.vw.api.VWRouteDefinition
Gets a VWAttribute object containing attributes for this object, as paired labels (keywords) and values in String format.
getAttributeInfo() - Method in class filenet.vw.api.VWSystemAdministration
Gets a VWAttribute object containing attributes for this object, as paired labels (keywords) and values in String format.
getAttributeInfo() - Method in class filenet.vw.api.VWSystemConfiguration
Gets a VWAttribute object containing attributes for this object, as paired labels (keywords) and values in String format.
getAttributeInfo() - Method in class filenet.vw.api.VWWorkBasket.Filter
Gets the workbasket filter attributes as paired labels (hashtable keys) and values in String format.
getAttributeInfo() - Method in class filenet.vw.api.VWWorkBasket
Gets the workbasket attributes as paired labels (hashtable keys) and values in String format.
getAttributeInfo() - Method in class filenet.vw.api.VWWorkBasketColumnDefinition
Gets the workbasket column definition attributes as paired labels (hashtable keys) and values in String format.
getAttributeInfo() - Method in class filenet.vw.api.VWWorkBasketDefinition
Gets the work basket definition attributes as paired labels (hashtable keys) and values in String format.
getAttributeInfo() - Method in class filenet.vw.api.VWWorkBasketFilterDefinition
Gets the work basket filter definition attributes as paired labels (hash table keys) and values in String format.
getAttributeInfo() - Method in class filenet.vw.api.VWWorkflowDefinition
Gets a VWAttribute object containing attributes for this object, as paired labels (keywords) and values in String format.
getAttributeNames() - Method in class filenet.vw.api.VWAttributeInfo
Gets the attribute names.
getAttributes() - Method in class filenet.vw.api.VWWebServiceParameterDefinition
Returns the attributes for this parameter, as they are applied to this combination of namespace and parameter name.
getAuthentication() - Method in class filenet.vw.api.VWReceiveInstruction
Gets the value of theAuthenticationFlag, indicating whether a Web Service security header for caller authentication is generated for this operation.
getAuthoredFieldNames() - Method in class filenet.vw.api.VWIndexDefinition
Returns the authored (untranslated) field names of the concatenated index.
getAuthoredFieldNames() - Method in class filenet.vw.api.VWLogElement
Lists the system and user-defined (authored) field names for this instance.
getAuthoredFieldNames() - Method in class filenet.vw.api.VWQueueElement
Lists the authored (untranslated) names of both user-defined and system field names that this queue element supports, as well as user-defined fields selected to be queue fields.
getAuthoredFieldNames() - Method in class filenet.vw.api.VWRosterElement
Lists the authored (untranslated) names of both user-defined and system field names that this roster element supports.
getAuthoredFieldNames() - Method in class filenet.vw.api.VWWorkObject
Retrieves the authored (untranslated) names of the data fields this work object supports.
getAuthoredName() - Method in class filenet.vw.api.VWApplicationSpaceDefinition
Gets the original application space name.
getAuthoredName() - Method in class filenet.vw.api.VWDataField
Gets the authored, untranslated name of a field.
getAuthoredName() - Method in class filenet.vw.api.VWExposedFieldDefinition
Gets the authored, untranslated name of this exposed data field.
getAuthoredName() - Method in class filenet.vw.api.VWIndexDefinition
Gets the string containing the authored, untranslated name of the index field.
getAuthoredName() - Method in class filenet.vw.api.VWParameter
Gets the authored, untranslated name of the parameter.
getAuthoredName() - Method in class filenet.vw.api.VWRole
Gets the original role name.
getAuthoredName() - Method in class filenet.vw.api.VWRoleDefinition
Gets the original role definition name.
getAuthoredName() - Method in class filenet.vw.api.VWWorkBasket.Column
Gets the original name of the workbasket column.
getAuthoredName() - Method in class filenet.vw.api.VWWorkBasket.Filter
Gets the original name of the workbasket filter.
getAuthoredName() - Method in class filenet.vw.api.VWWorkBasket
Gets the original workbasket name.
getAuthoredName() - Method in class filenet.vw.api.VWWorkBasketColumnDefinition
Gets the name originally assigned to the workbasket column definition.
getAuthoredName() - Method in class filenet.vw.api.VWWorkBasketDefinition
Gets the authored name assigned to the work basket definition.
getAuthoredName() - Method in class filenet.vw.api.VWWorkBasketFilterDefinition
Gets the original name of the work basket filter definition.
getAuthoredStepName() - Method in class filenet.vw.api.VWLogElement
Gets the authored (untranslated) step name for this log element.
getAuthoredStepName() - Method in class filenet.vw.api.VWQueueElement
Gets the authored step name for this queue element.
getAuthoredStepName() - Method in class filenet.vw.api.VWRosterElement
Gets the authored step name for this roster element.
getAuthoredStepName() - Method in class filenet.vw.api.VWStepElement
Gets the authored (untranslated) name of this step.
getAuthoredStepName() - Method in class filenet.vw.api.VWWorkObject
Gets the authored (untranslated) step name for this work object.
getAuthorTool() - Method in class filenet.vw.api.VWWorkflowCollectionDefinition
Identifies the application that generated this instance.
getAuthorTool() - Method in class filenet.vw.api.VWWorkflowDefinition
Gets the value of this workflow definition's authorTool property.
getAverageLifeSpanChildWO() - Method in class filenet.vw.api.VWRosterStats
Gets the average life span of child work objects since the beginning of the time interval.
getAverageLifeSpanOfWO() - Method in class filenet.vw.api.VWRosterStats
Gets the average life span of work objects since the beginning of the time interval.
getAverageLifeSpanParentWO() - Method in class filenet.vw.api.VWRosterStats
Gets the average life span of parent work objects since the beginning of the time interval.
getAverageNumberOfActiveChildWO() - Method in class filenet.vw.api.VWRosterStats
Gets the ratio of the sum of child work objects that are alive in the system to the number of samples taken.
getAverageNumberOfActiveParentWO() - Method in class filenet.vw.api.VWRosterStats
Gets the ratio of the sum of parent work objects that are alive in the system to the number of samples taken.
getAverageNumberOfActiveWO() - Method in class filenet.vw.api.VWRosterStats
Gets the ratio of the sum of work objects that are alive in the system to the number of samples taken.
getAverageProcessedWO() - Method in class filenet.vw.api.VWQueueStats
Gets the ratio of the summation of sample counts of the processed work objects to the number of samples.
getAverageQueueDelay() - Method in class filenet.vw.api.VWQueueStats
Gets the ratio of the total of the time periods (in the requested time units) work objects stayed in a queue, to the number of work objects dequeued during the evaluation period.
getAverageQueueDepth() - Method in class filenet.vw.api.VWQueueStats
Gets the ratio of the summation of queue depths, summed over the sample periods, to the number of samples.
getAverageThroughput() - Method in class filenet.vw.api.VWQueueStats
Gets the ratio of the number of work objects dequeued to the number of time units spanning the evaluation period.
getAverageWOLocked() - Method in class filenet.vw.api.VWQueueStats
Gets a ratio of the summation of the sample counts of the locked work objects to the number of samples as a ratio.
getAverageWOProcessingTime() - Method in class filenet.vw.api.VWQueueStats
Gets the per-time-unit average processing time for a work object.
getBaseWorkClassName() - Method in class filenet.vw.api.VWWorkflowDefinition
Gets the this workflow definition's base work class name.
getBaseWorkClassName() - Method in class filenet.vw.api.VWWorkflowSignature
Returns the name of the base work class associated with this signature.
getBgColor() - Method in class filenet.vw.api.VWTextAnnotationDefinition
Gets the color display attributes of this annotation.
getBoundUserId() - Method in class filenet.vw.api.VWParticipantHistory
Returns the bound user ID.
getBufferSize() - Method in class filenet.vw.api.VWAttachmentTrackingQuery
Returns the maximum number of VWRosterElements that are passed between the server and the client.
getBufferSize() - Method in class filenet.vw.api.VWLog
Gets the maximum number of elements set by the user to return in a fetch.
getBufferSize() - Method in class filenet.vw.api.VWProcess
Gets the value of the buffer size setting.
getBufferSize() - Method in class filenet.vw.api.VWQueue
Gets the maximum number of elements set by the user to return in a fetch.
getBufferSize() - Method in class filenet.vw.api.VWRoster
Gets an integer value indicating the maximum number of elements to return in a fetch.
getBufferSize() - Method in class filenet.vw.api.VWStepHistory
Retrieves the maximum number of elements to return in a fetch.
getBufferSize() - Method in class filenet.vw.api.VWStepOccurrenceHistory
Retrieves the maximum number of elements to return in a fetch.
getBufferSize() - Method in class filenet.vw.api.VWStepWorkObjectHistory
Retrieves the maximum number of elementsto return in a fetch.
getBufferSize() - Method in class filenet.vw.api.VWWorkflowHistory
Retrieves the maximum number of elements to return in a fetch.
getCallISName() - Method in class filenet.vw.api.VWEventDefinition
Gets the name of the instruction sheet (map) that is called when this event occurs.
getCallMap() - Method in class filenet.vw.api.VWStepElement
Gets the name of the workflow map associated with this work object.
getCallMap() - Method in class filenet.vw.api.VWWorkObject
Gets the name of the workflow map.
getCanAssign() - Method in class filenet.vw.api.VWFieldDefinition
Gets the value of the canAssign flag, which indicates whether or not this data field can be a left-hand value in an assignment statement.
getCanReassign() - Method in class filenet.vw.api.VWStepDefinition
Indicates whether the user can reassign this step.
getCanReassign() - Method in class filenet.vw.api.VWStepElement
Indicates whether the work item can be reassigned.
getCanReturnToSource() - Method in class filenet.vw.api.VWStepElement
Indicates whether the work item can be returned to the queue from which the user delegated or reassigned it.
getCanViewHistory() - Method in class filenet.vw.api.VWStepDefinition
Indicates whether the user can view the history at the current step.
getCanViewHistory() - Method in class filenet.vw.api.VWStepElement
Determines whether this step element's history can be viewed through the step processor.
getCanViewStatus() - Method in class filenet.vw.api.VWStepDefinition
Gets the current value of the flag that indicates whether or not the user can view the status of the current step.
getCanViewStatus() - Method in class filenet.vw.api.VWStepElement
Indicates whether this instance can be viewed through the tracker application.
getCatchAllFault() - Method in class filenet.vw.api.VWInvokeInstruction
Gets the general fault-handling (catch all) fault for this instance.
getCatchAllMap() - Method in class filenet.vw.api.VWInvokeInstruction
Gets the general fault-handling (catch all) fault map for this instance.
getCatchAllMessage() - Method in class filenet.vw.api.VWInvokeInstruction
Gets the general fault-handling (catch all) fault message location from this instance.
getCauseClassName() - Method in exception filenet.vw.api.VWException
Returns the class name for the cause of this VWException.
getCauseDescription() - Method in exception filenet.vw.api.VWException
Returns the description for the cause of this VWException.
getChildCreationRate() - Method in class filenet.vw.api.VWRosterStats
Gets the rate at which the application created child work objects in the time interval, based on the time units entered.
getChildrenGrowRate() - Method in class filenet.vw.api.VWRosterStats
Gets the rate at which child work objects grew in the system; the rate indicates the relationship as a ratio of the creation rate to the termination rate.
getChildTerminationRate() - Method in class filenet.vw.api.VWRosterStats
Gets the rate at which the application terminated child work objects in the time interval, based on the time units entered.
getClientLocale() - Method in class filenet.vw.api.VWSession
Get the client locale to be used when translating to a language other than the default language of the Process Engine server.
getColumn() - Method in class filenet.vw.api.VWWorkBasketColumnDefinition
Gets the VWExposedFieldDefinition for the workbasket column definition.
getColumns() - Method in class filenet.vw.api.VWWorkBasket
Gets the columns defined for the workbasket.
getComment() - Method in class filenet.vw.api.VWStepElement
Gets the comment for this instance.
getComment() - Method in class filenet.vw.api.VWWorkObject
Returns the comment for this step.
getComments() - Method in class filenet.vw.api.VWParticipantHistory
Returns the comments entered by the participant for this step.
getComparisonOperator() - Method in class filenet.vw.api.VWEventDefinition
Gets this event's comparison operator.
getCompCall() - Method in class filenet.vw.api.VWRollbackInstruction
Get the compensation call instruction sheet name for this rollback operation.
getCompletionDate() - Method in class filenet.vw.api.VWParticipantHistory
Returns the date on which the participant completed the step.
getCompletionDate() - Method in class filenet.vw.api.VWStepOccurrenceHistory
Gets the date on which the all participants completed the work at this step occurrence.
getCompletionUser() - Method in class filenet.vw.api.VWParticipantHistory
Returns the participant who completed, delegated, reassigned, returned or terminated the workflow step, as a String value.
getCompletionUserPx() - Method in class filenet.vw.api.VWParticipantHistory
Returns the participant who completed, delegated, reassigned, returned or terminated the workflow step, as an instance of a VWParticipant object.
getCondition() - Method in class filenet.vw.api.VWRouteDefinition
Gets the value contained in the condition property.
getConnectionPointName() - Method in class filenet.vw.api.VWSession
Gets the name of the connection point used for this session.
getContainingStepId(int) - Method in class filenet.vw.api.VWMapDefinition
Gets the ID of the compound step that contains the instruction referenced by the specified ID.
getCopy(VWStepProcessorInfoDefinition) - Method in class filenet.vw.api.VWStepProcessorInfoDefinition
Copies and cleans a VWStepProcessorInfoDefinition object that may have a "dirty bit-set". getCorrelationParameterSequenceNumber() - Method in class filenet.vw.api.VWReceiveInstruction
Gets the correlation parameter sequence number of this receive instruction; may be -1 if there is no correlation parameter.
getCorrelationSetName() - Method in class filenet.vw.api.VWReceiveInstruction
Gets the correlation set name.
getCorrelationSetName() - Method in class filenet.vw.api.VWReplyInstruction
Gets the correlation set name.
getCorrelationSetProperties() - Method in class filenet.vw.api.VWReceiveInstruction
Gets the correlation set properties.
getCorrelationSetProperties() - Method in class filenet.vw.api.VWReplyInstruction
Gets the correlation set properties for this reply message.
getCorrelationValueExpression() - Method in class filenet.vw.api.VWReceiveInstruction
Gets an expression that evaluates to the correlation set parameter value for this receive instruction; may be null.
getCount() - Method in class filenet.vw.api.VWQueue
Deprecated. Replaced by VWQueue.fetchCount()
getCount() - Method in class filenet.vw.api.VWRoster
Deprecated. Replaced by VWRoster.fetchCount()
getCreateSecurity() - Method in class filenet.vw.api.VWRosterDefinition
Returns a list of users and/or groups who have create access to the roster.
getCreateSecurityPx() - Method in class filenet.vw.api.VWRosterDefinition
Returns an array of VWParticipant objects that names the users and/or groups who have create access to the roster.
getCurrentMapName() - Method in class filenet.vw.api.VWStepElement
Gets the name of the map for this work item.
getCurrentQueueDepth() - Method in class filenet.vw.api.VWQueueStats
Gets a number representing the queue depth at a sample point, at the time the method is processed.
getCurrentQueueName() - Method in class filenet.vw.api.VWStepElement
Gets the name of the queue in which the work item resides.
getCurrentQueueName() - Method in class filenet.vw.api.VWWorkObject
Returns the name of the queue in which this work object resides.
getCurrentUserSecId() - Method in class filenet.vw.api.VWSession
Returns the user ID for the user currently logged on.
getCurrentVersion() - Method in class filenet.vw.api.VWSession
Gets the current version of the Process Engine API.
getCurrentWOLocked() - Method in class filenet.vw.api.VWQueueStats
Gets a double-precision number that is the count of the number of work objects locked at the sample point.
getDatabaseType() - Method in class filenet.vw.api.VWSession
Gets the database configuration type for the workflow database.
getDataField(String) - Method in class filenet.vw.api.VWLogElement
Gets the requested data field from this log element.
getDataField(String) - Method in class filenet.vw.api.VWQueueElement
Gets the requested data field from the log element.
getDataField(String) - Method in class filenet.vw.api.VWRosterElement
Gets the requested data field from the log element.
getDataField(String) - Method in class filenet.vw.api.VWWorkObject
Gets the requested data field from the log element.
getDataFields() - Method in class filenet.vw.api.VWLogElement
Gets the data fields supported by this log element.
getDataFields() - Method in class filenet.vw.api.VWQueueElement
Gets the list of data fields supported by this queue element.
getDataFields() - Method in class filenet.vw.api.VWRosterElement
Gets the list of data fields supported by this queue element.
getDataFields(int, int) - Method in class filenet.vw.api.VWWorkObject
Returns a list of all data fields this work object supports.
getDataType() - Method in class filenet.vw.api.VWParameterDefinition
Gets the data type of the parameter.
getDataType() - Method in class filenet.vw.api.VWWebServiceParameterDefinition
Returns the integer value associated with the field data type of the parameter.
getDateReceived() - Method in class filenet.vw.api.VWParticipantHistory
Gets a date value that indicates when the participant received the current step.
getDateReceived() - Method in class filenet.vw.api.VWStepElement
Returns the date on which this instance was last saved.
getDateReceived() - Method in class filenet.vw.api.VWStepOccurrenceHistory
Gets the date on which the participant first received the work.
getDateReceived() - Method in class filenet.vw.api.VWWorkObject
Returns the date on which the work object was last saved.
getDeadline() - Method in class filenet.vw.api.VWStepDefinition
Gets the deadline value for the step.
getDeadline() - Method in class filenet.vw.api.VWStepElement
Gets the date value representing the date by which the step must be completed.
getDeadline() - Method in class filenet.vw.api.VWWorkflowDefinition
Retrieves the deadline property for this workflow definition.
getDeadline() - Method in class filenet.vw.api.VWWorkObject
Retrieve the date by which the step should be completed.
getDeadlineExpr() - Method in class filenet.vw.api.VWStepDefinition
Retrieves the value of the deadline expression property for this step definition.
getDeadlineMap() - Method in class filenet.vw.api.VWStepDefinition
Gets the name of the map to be called when the step deadline expires for this step definition.
getDefaultLogDefinition() - Method in class filenet.vw.api.VWSystemConfiguration
Gets the default definition for event logging.
getDefaultSecurityDomain() - Method in class filenet.vw.api.VWSession
Deprecated. P8 PE BPM 4.0 does not support the concept of "default security domain."
getDefaultWebApplication() - Method in class filenet.vw.api.VWSession
Gets the default Web Application ID for a logged-on session; the default web application is applied to an initial transfer to a region.
getDequeuedRate() - Method in class filenet.vw.api.VWQueueStats
Gets the ratio of the dequeued work objects to the number of time units in the evaluation period.
getDescription() - Method in interface filenet.vw.api.IVWTableDefinition
Provides the description for this table definition.
getDescription() - Method in class filenet.vw.api.VWApplicationSpaceDefinition
Gets the application space description.
getDescription() - Method in class filenet.vw.api.VWFieldDefinition
Gets the description of the data field.
getDescription() - Method in class filenet.vw.api.VWLogDefinition
Gets the description for this log definition.
getDescription() - Method in class filenet.vw.api.VWMapDefinition
Gets the description of this map.
getDescription() - Method in class filenet.vw.api.VWMapNode
Gets the value of the current node's description property.
getDescription() - Method in class filenet.vw.api.VWOperationDefinition
Returns the description of this operation.
getDescription() - Method in class filenet.vw.api.VWParameter
Gets the description of the parameter.
getDescription() - Method in class filenet.vw.api.VWParameterDefinition
Gets the value of the description property.
getDescription() - Method in class filenet.vw.api.VWQueueDefinition
Gets the description associated with this queue definition.
getDescription() - Method in class filenet.vw.api.VWRole
Gets the role description.
getDescription() - Method in class filenet.vw.api.VWRoleDefinition
Gets the role definition description.
getDescription() - Method in class filenet.vw.api.VWRosterDefinition
Returns the description for this roster.
getDescription() - Method in class filenet.vw.api.VWRouteDefinition
Returns the description property
getDescription() - Method in class filenet.vw.api.VWStepPaletteDefinition
Gets the value in the description property of this step palette.
getDescription() - Method in class filenet.vw.api.VWTableDefinition
Get the description for this table definition.
getDescription() - Method in class filenet.vw.api.VWWorkBasket.Filter
 
getDescription() - Method in class filenet.vw.api.VWWorkBasket
Gets the work basket description.
getDescription() - Method in class filenet.vw.api.VWWorkBasketDefinition
Gets the description of the work basket definition.
getDescription() - Method in class filenet.vw.api.VWWorkBasketFilterDefinition
Gets the description of the work basket filter definition.
getDescription() - Method in class filenet.vw.api.VWWorkflowCollectionDefinition
Returns a description of this collection.
getDescription() - Method in class filenet.vw.api.VWWorkflowDefinition
Gets the description property of this workflow definition.
getDescription() - Method in class filenet.vw.api.VWWorkflowSignature
Returns the work class description.
getDestinationStep() - Method in class filenet.vw.api.VWRouteDefinition
Gets the information contained in the object that represents the step destination.
getDestinationStepId() - Method in class filenet.vw.api.VWRouteDefinition
Gets the integer value of the stepId property for the step destination.
getDimension() - Method in class filenet.vw.api.VWTextAnnotationDefinition
Gets the display dimension attribute of this annotation.
getDisableEmailNotification() - Method in class filenet.vw.api.VWWorkflowDefinition
Gets the workflow's disable email notification property.
getDisplayName() - Method in class filenet.vw.api.VWParticipant
Gets the participant display name.
getDistinguishedName() - Method in class filenet.vw.api.VWParticipant
Gets the distinguished name (DN) of the participant user or group.
getDocumentation() - Method in class filenet.vw.api.VWMapNode
Gets the value of the current node's documentation property.
getDomainName() - Method in class filenet.vw.api.VWParticipant
Gets the name of the domain associated with the VWParticipant object.
getDomainName() - Method in class filenet.vw.api.VWSecurityDomain
Returns the domain name in DN format.
getDuration() - Method in class filenet.vw.api.VWLogElement
Gets the duration of the logging period.
getElementName() - Method in class filenet.vw.api.VWXMLData
Gets the element name
getElementType() - Method in class filenet.vw.api.VWQueueQuery
Gets the fetch type of this VWQueueQuery object.
getElementType() - Method in class filenet.vw.api.VWRosterQuery
Gets the fetch type for the VWRosterQuery object.
getEMailAddress() - Method in class filenet.vw.api.VWUserInfo
Gets the email address of the current user.
getEndTime() - Method in class filenet.vw.api.VWQueueStats
Gets the time the evaluated request completed on the server.
getEndTime() - Method in class filenet.vw.api.VWRosterStats
Gets the time the evaluated request completed on the server.
getErrorMessageText() - Method in class filenet.vw.api.VWReturnStackElement
Gets the error message text for this stack object.
getErrorNumber() - Method in class filenet.vw.api.VWReturnStackElement
Gets the error number for this stack object.
getErrors() - Method in class filenet.vw.api.VWTransferResult
Retrieves the errors returned by a transfer operation.
getErrorTuple() - Method in class filenet.vw.api.VWCreateLiveWOResult
Determines whether a VWSession.createLiveWorkObject() method invocation had a server error.
getErrorType() - Method in class filenet.vw.api.VWValidationError
Retrieves the value in the errorType property of this validation error.
getEvaluationTime() - Method in class filenet.vw.api.VWQueueStats
Gets the time stamp for the time this request was evaluated on the server.
getEvaluationTime() - Method in class filenet.vw.api.VWRosterStats
Gets the timestamp for the evaluation period for the request.
getEventLogName() - Method in class filenet.vw.api.VWProcess
Gets the event log name of this workflow process.
getEventLogName() - Method in class filenet.vw.api.VWWorkflowDefinition
Gets the name of this workflow definition's event log.
getEventLogName() - Method in class filenet.vw.api.VWWorkflowSignature
Returns the event log name for the associated work object.
getEventNumLoc() - Method in class filenet.vw.api.VWWFEInstruction
Get the value of this instruction's eventNumLoc expression property.
getEvents() - Method in class filenet.vw.api.VWWFEInstruction
Gets the events contained in this instance.
getEventType() - Method in class filenet.vw.api.VWLogElement
Gets the event type of the log record.
getExceptionDescription() - Method in class filenet.vw.api.VWInstructionElement
Deprecated. Returns the string value the user set as the description of the VWException.
getExceptionDescription() - Method in class filenet.vw.api.VWStepElement
Gets the description of the workflow exception associated with this instance.
getExceptionDescription() - Method in class filenet.vw.api.VWWorkObject
Gets the description of the Process Engine exception specified for this work object.
getExceptionInstructionSheet() - Method in class filenet.vw.api.VWInstructionElement
Deprecated. Returns the string value the user set as the name of the exception instruction sheet.
getExceptionInstructionSheet() - Method in class filenet.vw.api.VWWorkObject
Deprecated. Replaced by getExceptionMap
getExceptionMap() - Method in class filenet.vw.api.VWInstructionElement
Deprecated. Gets the exception workflow map for the workflow object associated with the Instruction Element.
getExceptionMap() - Method in class filenet.vw.api.VWStepElement
Gets the name of the workflow map for the workflow exception associated with this instance.
getExceptionMap() - Method in class filenet.vw.api.VWWorkObject
Returns the name of workflow map for the Process Engine exception specified in setException.
getExpensive() - Method in class filenet.vw.api.VWRuleSetDefinition
Indicates whether asynchronous execution of this rule set is permitted.
getExposedFields() - Method in class filenet.vw.api.VWSystemConfiguration
Returns all the exposed fields on the queues, the rosters, and the logs.
getFault(String) - Method in class filenet.vw.api.VWInvokeInstruction
Retrieves a fault definition, specified by name.
getFaultMapName() - Method in class filenet.vw.api.VWFaultDefinition
Gets the fault map name for this instance.
getFaultMessage() - Method in class filenet.vw.api.VWFaultDefinition
Gets the fault message for this instance.
getFaultName() - Method in class filenet.vw.api.VWReplyInstruction
Gets the fault name for this VWReplyInstruction instance.
getFaults() - Method in class filenet.vw.api.VWInvokeInstruction
Gets the faults contained in this instance.
getField(String) - Method in class filenet.vw.api.VWLogDefinition
Returns the specified exposed field definition for this instance.
getField(String) - Method in class filenet.vw.api.VWQueueDefinition
Returns the specified exposed field definition for the queue definition.
getField(String) - Method in class filenet.vw.api.VWRosterDefinition
Returns the field definition for the specified exposed field in this roster.
getField(String) - Method in class filenet.vw.api.VWWorkflowDefinition
Gets the definition of a data field from this workflow definition.
getField(String) - Method in class filenet.vw.api.VWWorkflowSignature
Reserved for FileNet use.
getFieldDefinitions() - Method in class filenet.vw.api.VWWorkflowSignature
Returns an array of VWFieldDefinition objects that contains the field list.
getFieldMode(String) - Method in class filenet.vw.api.VWInstructionElement
Deprecated. Specifies the parameter mode for the specified field as IN, OUT, or INOUT.
getFieldNames() - Method in class filenet.vw.api.VWIndexDefinition
Returns the field names of the concatenated index.
getFieldNames() - Method in class filenet.vw.api.VWInstructionElement
Deprecated. Lists the field names for the Instruction Element parameters.
getFieldNames() - Method in class filenet.vw.api.VWLogElement
Lists the system and user-defined field names for this instance.
getFieldNames() - Method in class filenet.vw.api.VWQueueElement
Lists the names of both user-defined and system field names that this queue element supports, as well as the user-defined fields selected to be queue fields.
getFieldNames() - Method in class filenet.vw.api.VWRosterElement
Lists the names of both user-defined and system field names supported by this roster element.
getFieldNames() - Method in class filenet.vw.api.VWWorkObject
Retrieves the names of the data fields this work object supports.
getFields() - Method in interface filenet.vw.api.IVWTableDefinition
Provides an array of exposed field definitions for this queue definition.
getFields() - Method in class filenet.vw.api.VWTableDefinition
Get an array of exposed field definitions for this table definition.
getFields() - Method in class filenet.vw.api.VWWorkflowDefinition
Gets the set of fields associated with this workflow definition.
getFields() - Method in class filenet.vw.api.VWWorkflowSignature
Reserved for FileNet use.
getFieldSourceType() - Method in class filenet.vw.api.VWExposedFieldDefinition
Gets the search data source field type.
getFieldType() - Method in interface filenet.vw.api.IVWField
Get the value of the field's fieldType property.
getFieldType(String) - Method in class filenet.vw.api.VWAttributeInfo
Returns the field type of the input field name.
getFieldType() - Method in class filenet.vw.api.VWDataField
Gets an integer value associated with a valid data field type.
getFieldType() - Method in class filenet.vw.api.VWExposedFieldDefinition
Gets the search data field type.
getFieldType() - Method in class filenet.vw.api.VWFieldDefinition
Gets the integer value that represents the field's field type.
getFieldType() - Method in class filenet.vw.api.VWParameter
Gets the field type for the parameter.
getFieldType(String) - Method in class filenet.vw.api.VWUserInfo
Returns the basic field type of the specified field name.
getFieldValue(String) - Method in class filenet.vw.api.VWAttributeInfo
Gets the object value for the input field name.
getFieldValue(String) - Method in class filenet.vw.api.VWInstructionElement
Deprecated. Gets the value of the specified field.
getFieldValue(String) - Method in class filenet.vw.api.VWLogElement
Gets the value of the named user-defined field.
getFieldValue(String) - Method in class filenet.vw.api.VWQueueElement
Gets the value of a specific field.
getFieldValue(String) - Method in class filenet.vw.api.VWRosterElement
Gets the value of a specified field in this roster element.
getFieldValue(String) - Method in class filenet.vw.api.VWUserInfo
Returns an Object representing the specified field name.
getFieldValue(String) - Method in class filenet.vw.api.VWWorkObject
Retrieves the value of a data field.
getFileName() - Method in class filenet.vw.api.VWSchema
Gets the name of the file that contained the schema used in the design-time schema.
getFilters() - Method in class filenet.vw.api.VWWorkBasket
Gets the filters defined for the workbasket.
getFlattenedCopy(VWSession) - Method in class filenet.vw.api.VWWorkflowDefinition
Returns a copy of this workflow that includes attributes inherited from the parent workflow.
getFTagExpression() - Method in class filenet.vw.api.VWWorkflowSignature
Returns the F_Tag expression, which is used for event triggering.
getFTagType() - Method in class filenet.vw.api.VWWorkflowSignature
Returns The F_Tag type, which is used for event triggering.
getGUID() - Method in class filenet.vw.api.VWParticipant
Gets the GUID of the participant.
getHasAttachments() - Method in class filenet.vw.api.VWReplyInstruction
Gets the HasAttachments flag, indicating the message is associated with one or more attachments.
getHasMyPortType() - Method in class filenet.vw.api.VWWorkflowSignature
Returns true if at least one of the partner links in this workflow has a MyPortType property.
getHeight() - Method in class filenet.vw.api.VWStepProcessorInfo
Gets the height, in pixels, specified for the step processor.
getHeight() - Method in class filenet.vw.api.VWStepProcessorInfoDefinition
Gets the height of the step processor, specified in pixels.
getHomePageURL() - Method in class filenet.vw.api.VWRole
Gets the URL of the home page for the role.
getHomePageURL() - Method in class filenet.vw.api.VWRoleDefinition
Gets the URL of the home page for the role definition.
getId() - Method in class filenet.vw.api.VWAttachment
Gets the object, version series, or document ID for the attachment.
getId() - Method in class filenet.vw.api.VWRole
Gets the object ID of the role.
getId() - Method in class filenet.vw.api.VWStepProcessorInfo
Gets the ID associated with this instance.
getId() - Method in class filenet.vw.api.VWStepProcessorInfoDefinition
Gets the ID associated with this step processor's information.
getId() - Method in class filenet.vw.api.VWTextAnnotationDefinition
Gets the value of the id property associated with this annotation.
getId() - Method in class filenet.vw.api.VWValidationError
Deprecated. Replaced by VWValidationError.getStepId(), VWMapDefinition.getMapId(), and VWValidationError.getSubStepId() in combination. Gets the value in the ID property of this validation error.
getId() - Method in class filenet.vw.api.VWWorkBasket
Gets the object ID of the workbasket.
getIgnoreInvalidUsers() - Method in class filenet.vw.api.VWStepDefinition
Gets the current value of the flag which determines how an invalid step participant will be treated at runtime.
getInComingParameterDefinition(int) - Method in class filenet.vw.api.VWInvokeInstruction
Gets a parameter definition from the set of incoming parameter definitions stored in this instance.
getInComingParameterDefinitions() - Method in class filenet.vw.api.VWInvokeInstruction
Gets the incoming parameter definitions stored in this instance.
getIncomingWSAttachmentFolder() - Method in class filenet.vw.api.VWWorkflowDefinition
Gets the String representation for an attachment that specifies a folder for storing incoming Web Services attachments that are available through a receive instruction.
getIndex(String) - Method in class filenet.vw.api.VWLogDefinition
Gets the index definition specified for this log definition.
getIndex(String) - Method in class filenet.vw.api.VWQueueDefinition
Gets the index definition specified for this queue definition.
getIndex(String) - Method in class filenet.vw.api.VWRosterDefinition
Get an index definition specified for this roster definition.
getIndexes() - Method in interface filenet.vw.api.IVWTableDefinition
Provides an array of index definitions for this queue definition
getIndexes() - Method in class filenet.vw.api.VWTableDefinition
Get an array of index definitions for one of the following Process Engine table types: log, queue, or roster definition.
getIndexName() - Method in class filenet.vw.api.VWWorkBasketColumnDefinition
 
getIndexName() - Method in class filenet.vw.api.VWWorkBasketDefinition
Gets the search index assigned.
getInfo() - Method in class filenet.vw.api.VWValidationError
Retrieves detailed information regarding the validation error, such as the name of a field or a parameter.
getInitialNumberOfQueued() - Method in class filenet.vw.api.VWQueueStats
Gets the initial number of work objects in the queue at the beginning of the time evaluation period.
getInitialNumberOfWO() - Method in class filenet.vw.api.VWRosterStats
Gets the number of work objects at the beginning of the time interval.
getInputCorrelationSetName() - Method in class filenet.vw.api.VWInvokeInstruction
Gets the input correlation set name for this instance.
getInputCorrelationSetProperties() - Method in class filenet.vw.api.VWInvokeInstruction
Gets the input correlation set properties for this instance.
getInputMsgExpr() - Method in class filenet.vw.api.VWInvokeInstruction
Gets the input message expression for this instance.
getInputMsgName() - Method in class filenet.vw.api.VWInvokeInstruction
Gets the input message name for this instance .
getInstructionId() - Method in class filenet.vw.api.VWInstructionDefinition
Gets the instruction id.
getInstructions() - Method in class filenet.vw.api.VWCompoundStepDefinition
Gets the instructions contained in this VWCompoundStepDefinition instance.
getInstructionSheetId() - Method in class filenet.vw.api.VWMilestoneElement
Gets the instruction sheet ID of the instruction sheet where the milestone event occurred.
getInstructionSheetId() - Method in class filenet.vw.api.VWStepOccurrenceHistory
Gets the instruction sheet id
getInstructionSheetName() - Method in class filenet.vw.api.VWLogElement
Gets the name of the instruction sheet for the work object.
getInstructionSheetName() - Method in class filenet.vw.api.VWMilestoneElement
Gets the instruction sheet name of the instruction sheet where the milestone event occurred.
getInstructionSheetName() - Method in class filenet.vw.api.VWQueueElement
Gets the name of the instruction sheet for this workflow object.
getInstructionSheetName() - Method in class filenet.vw.api.VWWorkObject
Returns the name of the instruction sheet containing the instruction this work object is currently processing.
getInstructionSheetNames() - Method in class filenet.vw.api.VWWorkflowSignature
Returns the list of instruction sheets for this instance.
getIsAltered() - Method in class filenet.vw.api.VWInstructionElement
Deprecated. Determines whether or not the fields have been modified.
getIsAltered() - Method in class filenet.vw.api.VWWorkObject
Determines whether any data field has changed.
getIsArray() - Method in class filenet.vw.api.VWParameterDefinition
Gets the state of the isArray flag for the parameter.
getIsArray() - Method in class filenet.vw.api.VWWebServiceParameterDefinition
Indicates whether the parameter is an array.
getIsCompleted() - Method in class filenet.vw.api.VWStepWorkObjectHistory
Determines whether or not process associated with the work item has been completed.
getIsConnectorQueue() - Method in class filenet.vw.api.VWQueue
Indicates whether or not this queue is a connector queue.
getIsConnectorQueue() - Method in class filenet.vw.api.VWQueueDefinition
Indicates whether this queue is a connector.
getIsLaunchStep() - Method in class filenet.vw.api.VWStepElement
Indicates whether the current work item is a launch step.
getIsolatedRegion() - Method in class filenet.vw.api.VWSession
Gets an integer that specifies the isolated region for the current session.
getIsolatedRegion() - Method in class filenet.vw.api.VWWorkflowRuntimeId
Returns the isolated region.
getIsOverdue() - Method in class filenet.vw.api.VWParticipantHistory
Indicates whether the step is an overdue notice was sent to the current participant.
getIsReminded() - Method in class filenet.vw.api.VWParticipantHistory
Indicates whether a reminder was sent to a participant.
getIsSameParticipant(VWParticipantHistory) - Method in class filenet.vw.api.VWParticipantHistory
Determines, using the participant name, if the specified participant is the same as the current participant.
getIsSameParticipant(VWWorkObject) - Method in class filenet.vw.api.VWParticipantHistory
Determines, by work object number, if the specified work object is the same as the work object for the current participant.
getIsSystemField() - Method in class filenet.vw.api.VWDataField
Determines if the field is a system field.
getIsTracker() - Method in class filenet.vw.api.VWStepElement
Determines whether this instance is a tracker work item.
getIsTracker() - Method in class filenet.vw.api.VWWorkObject
Determines whether this a tracker work object.
getIsWritable() - Method in class filenet.vw.api.VWDataField
Determines if the field is editable (writable).
getJoinType() - Method in class filenet.vw.api.VWMapNode
Gets the value of this step's JoinType property.
getKey() - Method in exception filenet.vw.api.VWException
Retrieves the key to an exception.
getLastErrorNumber() - Method in class filenet.vw.api.VWWorkObject
Returns the last error number of the return stack frame for this work object.
getLastErrorText() - Method in class filenet.vw.api.VWWorkObject
Returns the last error text of the return stack frame for this work object.
getLastRecord() - Method in class filenet.vw.api.VWWorkBasket.QueryResults
Gets the last record in the query results.
getLaunchComments() - Method in class filenet.vw.api.VWWorkflowHistory
Gets comments included in the workflow when it was launched.
getLaunchDate() - Method in class filenet.vw.api.VWRosterElement
Gets the launch date of the workflow process that contains the work object.
getLaunchDate() - Method in class filenet.vw.api.VWStepElement
Gets the date on which the workflow process associated with this instance was started.
getLaunchDate() - Method in class filenet.vw.api.VWWorkflowHistory
Gets the launch date of the workflow.
getLaunchDate() - Method in class filenet.vw.api.VWWorkObject
Returns the date on which the workflow process that contains this work object was launched.
getLaunchResponse() - Method in class filenet.vw.api.VWWorkflowHistory
Gets the response included in the workflow when it was launched.
getLaunchStep() - Method in class filenet.vw.api.VWWorkflowDefinition
Gets the launch step in this workflow definition.
getLength() - Method in class filenet.vw.api.VWExposedFieldDefinition
Gets the byte length of string data to be stored in the database search data field.
getLevel() - Method in class filenet.vw.api.VWMilestoneDefinition
Gets the level for this milestone.
getLevel() - Method in class filenet.vw.api.VWMilestoneElement
Gets the level of the milestone.
getLevel() - Method in class filenet.vw.api.VWValidationError
Gets the value of the level property of the current validation error.
getLexicalLevel() - Method in class filenet.vw.api.VWWebServiceParameterDefinition
Returns the level of nesting (containment) for this parameter.
getLibraryName() - Method in class filenet.vw.api.VWAttachment
Gets the name of the library or object store where the attachment resides.
getLibraryType() - Method in class filenet.vw.api.VWAttachment
Gets the library type of the library or object store that contains this attachment.
getLocalizedDefinitionString(int) - Static method in class filenet.vw.api.VWFieldType
Retrieves the localized string containing the value of the field definition type.
getLocalizedMessage() - Method in exception filenet.vw.api.VWException
Retrieves the localized version of an exception message.
getLocalizedString(int) - Static method in class filenet.vw.api.VWActionType
Gets a localized String representation of the action.
getLocalizedString(int) - Static method in class filenet.vw.api.VWAssociationTargetType
Get a localized String representation of the this instance.
getLocalizedString(int) - Static method in class filenet.vw.api.VWAttachmentType
Gets a localized string associated with a valid attachment type integer value.
getLocalizedString(int) - Static method in class filenet.vw.api.VWFetchType
Gets the localized fetch type description.
getLocalizedString(int) - Static method in class filenet.vw.api.VWFieldType
Retrieves the localized string containing the value of the field type.
getLocalizedString(int) - Static method in class filenet.vw.api.VWJoinType
Gets a localized String representation of the join type.
getLocalizedString(int) - Static method in class filenet.vw.api.VWLibraryType
Gets a localized string containing a description of the library or Object Store type.
getLocalizedString(int) - Static method in class filenet.vw.api.VWLoggingOptionType
Gets a localized String representation of the logging option type.
getLocalizedString(int) - Static method in class filenet.vw.api.VWMergeType
Gets a localized string representation of the merge type.
getLocalizedString(int) - Static method in class filenet.vw.api.VWModeType
Gets a localized string representation of the mode type.
getLocalizedString(int) - Static method in class filenet.vw.api.VWNodeType
Get a localized String representation of the node type.
getLocalizedString(int) - Static method in class filenet.vw.api.VWOperationType
Gets a localized string representation of the operation type.
getLocalizedString(int) - Static method in class filenet.vw.api.VWQueueDefinition
Gets a localized string representation of the queue type.
getLocalizedString(int) - Static method in class filenet.vw.api.VWSplitType
Gets a localized string representation of the split type.
getLocalizedString(int) - Static method in class filenet.vw.api.VWSystemConfiguration
Gets a localized String representation of the log type.
getLocalizedString(int) - Static method in class filenet.vw.api.VWTableDefinition
Gets a localized string representation of the config type (roster, queue, or log).
getLocalizedString(int) - Static method in class filenet.vw.api.VWTimeUnitType
Gets a localized String representation of the time unit type.
getLocalizedString(int) - Static method in class filenet.vw.api.VWUserInfo
Gets a localized representation of the notification type.
getLocalizedString(int) - Static method in class filenet.vw.api.VWXMLSchemaSubType
Gets a localized String representation of the action.
getLocation() - Method in class filenet.vw.api.VWMapNode
Gets the value of the location property associated with this step.
getLocation() - Method in class filenet.vw.api.VWStepProcessorInfo
Deprecated. Replaced by VWStepProcessorInfo.getLocation(int).
getLocation(int) - Method in class filenet.vw.api.VWStepProcessorInfo
Gets the location associated with this step processor information object, given the web application type identifier.
getLocation() - Method in class filenet.vw.api.VWStepProcessorInfoDefinition
Deprecated. Replaced by VWStepProcessorInfoDefinition.getLocation(int).
getLocation(int) - Method in class filenet.vw.api.VWStepProcessorInfoDefinition
Gets the URL location associated with this step processor information object, for the given web application.
getLocation() - Method in class filenet.vw.api.VWTextAnnotationDefinition
Gets the value of the location property associated with this annotation.
getLocations() - Method in class filenet.vw.api.VWStepProcessorInfo
Gets the locations associated with this step processor information object.
getLocations() - Method in class filenet.vw.api.VWStepProcessorInfoDefinition
Gets the URL locations associated with this step processor, for each web application.
getLockedMachine() - Method in class filenet.vw.api.VWQueueElement
Gets the machine type of the system that locked the workflow object.
getLockedStatus() - Method in class filenet.vw.api.VWQueueElement
Determines the lock status for the workflow object.
getLockedUser() - Method in class filenet.vw.api.VWQueueElement
Returns the name of the user who has locked the workflow object.
getLockedUser() - Method in class filenet.vw.api.VWWorkObject
Returns the name of the user who locked the work object.
getLockedUserPx() - Method in class filenet.vw.api.VWQueueElement
Returns the VWParticipant (security) object that represents the user who locked the current work object.
getLockedUserPx() - Method in class filenet.vw.api.VWStepElement
Returns the security object (VWParticipant) representing the user who locked the current work object.
getLockedUserPx() - Method in class filenet.vw.api.VWWorkObject
Returns the VWParticipant (security) object that represents the user who locked the current work object.
getLog() - Method in class filenet.vw.api.VWLogQuery
Gets the log retrieved by the VWLog.startQuery() method.
getLogDefinition(String) - Method in class filenet.vw.api.VWSystemConfiguration
Gets a log definition, specified by name.
getLogDefinitions() - Method in class filenet.vw.api.VWSystemConfiguration
Gets the log definitions associated with this system configuration object.
getLogElement() - Method in class filenet.vw.api.VWMilestoneElement
Gets the VWLogElement object from which this instance was originally constructed.
getLogFields() - Method in class filenet.vw.api.VWParticipantHistory
Returns the exposed log fields.
getLoggingState(int) - Method in class filenet.vw.api.VWSystemConfiguration
Determines whether or not a logging option is enabled or disabled.
getLoggingState() - Method in class filenet.vw.api.VWSystemConfiguration
Gets the value of all the logging states.
getMachineId() - Method in class filenet.vw.api.VWLogElement
Retrieves the system type of the machine associated with the log element.
getMainAttachmentName() - Method in class filenet.vw.api.VWWorkflowDefinition
Gets the name of the main attachment of this workflow definition.
getMainMap() - Method in class filenet.vw.api.VWWorkflowDefinition
Gets the main map for this workflow definition.
getMainWorkflow() - Method in class filenet.vw.api.VWWorkflowCollectionDefinition
Gets a reference to the main workflow in this instance.
getMap(int) - Method in class filenet.vw.api.VWWorkflowDefinition
Deprecated. Replaced by VWWorkflowDefinition.getMap(String). Note: getMap(String) takes a map name as a parameter, rather than a map ID.
getMap(String) - Method in class filenet.vw.api.VWWorkflowDefinition
Retrieves a workflow map based on the specified map name.
getMapId() - Method in class filenet.vw.api.VWMapDefinition
Gets this map ID.
getMapId() - Method in class filenet.vw.api.VWReturnStackElement
Gets the ID of the map for this stack object.
getMapIndex(String) - Method in class filenet.vw.api.VWWorkflowDefinition
Returns the index of the specified workflow map associated with this workflow definition.
getMapName() - Method in class filenet.vw.api.VWLogElement
Gets the name of the workflow map of the work object.
getMapName() - Method in class filenet.vw.api.VWQueueElement
Gets the name of the map for this workflow object.
getMapName() - Method in class filenet.vw.api.VWReturnStackElement
Gets the name of the map for this stack object.
getMapName() - Method in class filenet.vw.api.VWValidationError
Gets the value in the map name property of this instance.
getMaps() - Method in class filenet.vw.api.VWWorkflowDefinition
Gets the set of workflow maps associated with this workflow definition.
getMaxDBOperations() - Method in class filenet.vw.api.VWSystemConfiguration
Gets the current maximum number of database operations per transaction.
getMaxInstructions() - Method in class filenet.vw.api.VWSystemConfiguration
Gets the current maximum number of instructions per transaction.
getMergeType() - Method in class filenet.vw.api.VWFieldDefinition
Gets the merge type property for the data field.
getMessage() - Method in exception filenet.vw.api.VWException
Retrieves the associated string from the exceptions resource file.
getMessage() - Method in class filenet.vw.api.VWMilestoneDefinition
Gets the message of this milestone.
getMessage() - Method in class filenet.vw.api.VWMilestoneElement
Gets the message logged for this milestone event.
getMessage() - Method in class filenet.vw.api.VWTextAnnotationDefinition
Gets the value of the message property associated with this annotation.
getMessage() - Method in class filenet.vw.api.VWValidationError
Retrieves the value in the message property of this validation error.
getMessageExpr() - Method in class filenet.vw.api.VWReceiveInstruction
Gets the message expression of this receive instruction.
getMessageExpr() - Method in class filenet.vw.api.VWReplyInstruction
Gets the message expression of this reply instruction.
getMessageFromElementName() - Method in class filenet.vw.api.VWReceiveInstruction
Gets the name of the schema element that defines the WSDL message associated with this receive message, where the schema is defined in the containing workflow definition.
getMessageFromElementName() - Method in class filenet.vw.api.VWReplyInstruction
Gets the name of the schema element that defines the WSDL message associated with this reply message, where the schema is defined in the containing workflow definition.
getMessageFromSchemaName() - Method in class filenet.vw.api.VWReceiveInstruction
Gets the name of the schema that defines the WSDL message associated with this receive message, where the schema is defined in the containing workflow definition.
getMessageFromSchemaName() - Method in class filenet.vw.api.VWReplyInstruction
Gets the name of the schema that defines the WSDL message associated with this reply message, where the schema is defined in the containing workflow definition.
getMilestone(String) - Method in class filenet.vw.api.VWWorkflowDefinition
Gets the definition of a milestone from this workflow definition.
getMilestoneDefinitions() - Method in class filenet.vw.api.VWProcess
Gets the milestone data for this workflow process.
getMilestoneId() - Method in class filenet.vw.api.VWMilestoneElement
Gets the milestone ID of the milestone.
getMilestoneNames() - Method in class filenet.vw.api.VWWorkflowSignature
Returns the list of milestones for this instance.
getMilestones() - Method in class filenet.vw.api.VWWorkflowDefinition
Returns the milestones for this workflow definition.
getMode() - Method in class filenet.vw.api.VWDataField
Returns the integer value associated with the mode of the data field.
getMode() - Method in class filenet.vw.api.VWParameter
Gets the integer value for the mode property of the parameter.
getMode() - Method in class filenet.vw.api.VWParameterDefinition
Gets the value of the mode property for the parameter.
getMode() - Method in class filenet.vw.api.VWWebServiceParameterDefinition
Returns an integer associated with the mode property for this parameter.
getMyPortType() - Method in class filenet.vw.api.VWPartnerLinkDefinition
Gets the MyportType of this partner link.
getMyRole() - Method in class filenet.vw.api.VWPartnerLinkDefinition
Gets the MyRole of this partner link.
getName() - Method in interface filenet.vw.api.IVWTableDefinition
Provides the name of the queue.
getName() - Method in class filenet.vw.api.VWApplicationSpaceDefinition
Gets the current application space name.
getName() - Method in class filenet.vw.api.VWAssociationDefinition
Gets the name of this association.
getName() - Method in class filenet.vw.api.VWDataField
Gets the long name of this field.
getName() - Method in class filenet.vw.api.VWExposedFieldDefinition
Gets the the name of this instance.
getName() - Method in class filenet.vw.api.VWFaultDefinition
Gets the name of this fault definition.
getName() - Method in class filenet.vw.api.VWFieldDefinition
Gets the String from the name property on the data field.
getName() - Method in class filenet.vw.api.VWIndexDefinition
Gets the index name associated with the index definition.
getName() - Method in class filenet.vw.api.VWLog
Returns the name of this instance, as it is stored in the workflow database.
getName() - Method in class filenet.vw.api.VWLogDefinition
Gets the name of the log.
getName() - Method in class filenet.vw.api.VWMapDefinition
Gets the name of this map.
getName() - Method in class filenet.vw.api.VWMapNode
Gets the value of the current node's name property.
getName() - Method in class filenet.vw.api.VWMilestoneDefinition
Gets the name of this milestone.
getName() - Method in class filenet.vw.api.VWMilestoneElement
Gets the milestone name of the milestone definition for this milestone event.
getName() - Method in class filenet.vw.api.VWOperationDefinition
Returns the name of this operation.
getName() - Method in class filenet.vw.api.VWParameter
Gets the name of the parameter.
getName() - Method in class filenet.vw.api.VWParameterDefinition
Gets the parameter name.
getName() - Method in class filenet.vw.api.VWPartnerLinkDefinition
Gets the name of this partner link.
getName() - Method in class filenet.vw.api.VWQueueDefinition
Gets the name of this queue.
getName() - Method in class filenet.vw.api.VWRole
Gets the current name for the role.
getName() - Method in class filenet.vw.api.VWRoleDefinition
Gets the current role definition name.
getName() - Method in class filenet.vw.api.VWRosterDefinition
Gets the name of this roster.
getName() - Method in class filenet.vw.api.VWRouteDefinition
Gets the route name.
getName() - Method in class filenet.vw.api.VWRuleSetDefinition
Gets the name of this rule set.
getName() - Method in class filenet.vw.api.VWSchema
Gets the name of this VWSchema object.
getName() - Method in class filenet.vw.api.VWStepPaletteDefinition
Gets the value of the name property for this step palette object.
getName() - Method in class filenet.vw.api.VWStepProcessorInfo
Gets the name associated with this instance.
getName() - Method in class filenet.vw.api.VWStepProcessorInfoDefinition
Gets the name associated with this step processor's information object.
getName() - Method in class filenet.vw.api.VWTableDefinition
Gets the name for one of the following: log, queue, or roster.
getName() - Method in class filenet.vw.api.VWTextAnnotationDefinition
Gets the value of the name property associated with this annotation.
getName() - Method in class filenet.vw.api.VWUserInfo
Returns the name of the current user.
getName() - Method in class filenet.vw.api.VWValidationError
Gets the name of the object that contains the error.
getName() - Method in class filenet.vw.api.VWWebServiceParameterDefinition
Returns the parameter name.
getName() - Method in class filenet.vw.api.VWWorkBasket.Column
Gets the name of the workbasket column.
getName() - Method in class filenet.vw.api.VWWorkBasket.Filter
Gets the name of the workbasket filter.
getName() - Method in class filenet.vw.api.VWWorkBasket
Gets the current workbasket name.
getName() - Method in class filenet.vw.api.VWWorkBasketColumnDefinition
Gets the current name for the workbasket column definition.
getName() - Method in class filenet.vw.api.VWWorkBasketDefinition
Gets the name assigned to the work basket definition.
getName() - Method in class filenet.vw.api.VWWorkBasketFilterDefinition
Gets the current name of the work basket filter definition.
getName() - Method in class filenet.vw.api.VWWorkflowCollectionDefinition
Gets the name of this instance.
getName() - Method in class filenet.vw.api.VWWorkflowDefinition
Gets the name property for this workflow definition.
getName() - Method in class filenet.vw.api.VWWorkflowSignature
Returns the name of the associated work class.
getNamePx() - Method in class filenet.vw.api.VWUserInfo
Returns the VWParticipant security object for the current user.
getNameSpace() - Method in class filenet.vw.api.VWWebServiceParameterDefinition
Returns the namespace for this parameter.
getNameSpace() - Static method in class filenet.vw.api.VWXMLUtil
Gets the namespace string used by this class.
getNextRoutes() - Method in class filenet.vw.api.VWMapNode
Gets the definition of each outbound route associated with the current node.
getNodeType() - Method in class filenet.vw.api.VWMapNode
Returns the value of the map node type.
getNotificationFlags() - Method in class filenet.vw.api.VWUserInfo
Gets the number that represents all the notification type settings (indicated by NOTIFICATION_*) for this instance.
getNumberOfActiveChildWO() - Method in class filenet.vw.api.VWRosterStats
Determines how many active child work objects existed at the sample point.
getNumberOfActiveParentWO() - Method in class filenet.vw.api.VWRosterStats
Determines how many active parent work objects existed at the sample point.
getNumberOfCreatedChildWO() - Method in class filenet.vw.api.VWRosterStats
Determines how many child work objects the application created within the time interval.
getNumberOfCreatedParentWO() - Method in class filenet.vw.api.VWRosterStats
Determines how many parent work objects the application created within the time interval.
getNumberOfInitialChildWO() - Method in class filenet.vw.api.VWRosterStats
Gets the initial number of child work objects at the beginning of the time interval.
getNumberOfInitialParentWO() - Method in class filenet.vw.api.VWRosterStats
Gets the number of parent work objects at the beginning of the time interval.
getNumberOfRemainingChildWO() - Method in class filenet.vw.api.VWRosterStats
Gets the number of child work objects that are still active at the end of the time interval.
getNumberOfRemainingParentWO() - Method in class filenet.vw.api.VWRosterStats
Gets the number of parent work objects that are alive at the end of the time interval.
getNumberOfRemainingQueued() - Method in class filenet.vw.api.VWQueueStats
Gets the final number of work objects in the queue.
getNumberOfSamples() - Method in class filenet.vw.api.VWQueueStats
Gets a number that indicates the number of samples taken within the evaluation period.
getNumberOfSamples() - Method in class filenet.vw.api.VWRosterStats
Gets a number that indicates the number of samples taken within the interval.
getNumberOfTerminatedChildWO() - Method in class filenet.vw.api.VWRosterStats
Determines how many child work objects the application terminated since the beginning of the time interval.
getNumberOfTerminatedParentWO() - Method in class filenet.vw.api.VWRosterStats
Determines how many parent work objects the application terminated since the beginning of the time interval.
getNumberOfUnitsInPeriod() - Method in class filenet.vw.api.VWQueueStats
Gets a count that indicates the number of time units in the evaluation period.
getNumberOfUnitsInPeriod() - Method in class filenet.vw.api.VWRosterStats
Gets a count that indicates the number of units in the given time interval.
getNumberOfWOLocked() - Method in class filenet.vw.api.VWQueueStats
Gets the number of work objects locked during the evaluation period.
getNumberOfWOProcessed() - Method in class filenet.vw.api.VWQueueStats
Gets the number of work objects processed during the evaluation period.
getObjId() - Method in class filenet.vw.api.VWApplicationSpaceDefinition
Gets the object ID of this application space definition.
getObjId() - Method in class filenet.vw.api.VWRoleDefinition
Gets the object ID of this role definition.
getObjId() - Method in class filenet.vw.api.VWWorkBasketDefinition
Gets the object ID of the work basket definition.
getOccurrenceId() - Method in class filenet.vw.api.VWStepOccurrenceHistory
Gets the occurrence id.
getOnlineId() - Method in class filenet.vw.api.VWReceiveInstruction
Gets the online ID, if available, or -1.
getOperation(String) - Method in class filenet.vw.api.VWQueueDefinition
Gets the definition of an operation existing in this queue.
getOperationName() - Method in class filenet.vw.api.VWInstructionElement
Deprecated. Gets the name of the current Operation.
getOperationName() - Method in class filenet.vw.api.VWInvokeInstruction
Gets the operation name for this instance.
getOperationName() - Method in class filenet.vw.api.VWLogElement
Gets the operation name of this log element.
getOperationName() - Method in class filenet.vw.api.VWQueueElement
Gets the current operation name for this workflow object.
getOperationName() - Method in class filenet.vw.api.VWReceiveInstruction
Gets the operation name of this receive instruction.
getOperationName() - Method in class filenet.vw.api.VWReplyInstruction
Gets the operation name of this reply instruction.
getOperationName() - Method in class filenet.vw.api.VWStepDefinition
Gets the name of the operation associated with this step.
getOperationName() - Method in class filenet.vw.api.VWStepElement
Gets the name of the current operation on this work item.
getOperationName() - Method in class filenet.vw.api.VWWorkObject
Returns the name of the current operation on this work object.
getOperationParameters() - Method in class filenet.vw.api.VWStepDefinition
Gets the parameter expressions for the operation associated with this step.
getOperations() - Method in class filenet.vw.api.VWQueueDefinition
Gets all of the operation definitions existing in this queue.
getOperationType() - Method in class filenet.vw.api.VWWorkObject
Returns the operation type of the current work order.
getOperator() - Method in class filenet.vw.api.VWWorkBasket.Filter
Gets the search field operator used for filtering.
getOperator() - Method in class filenet.vw.api.VWWorkBasketFilterDefinition
Gets the operator applied to the search field used for filtering.
getOriginator() - Method in class filenet.vw.api.VWRosterElement
Returns the name of the user who initiated the workflow process that contains this work object.
getOriginator() - Method in class filenet.vw.api.VWStepElement
Returns the name of the user who initiated the workflow process containing this instance.
getOriginator() - Method in class filenet.vw.api.VWWorkflowHistory
Returns the name of the workflow originator.
getOriginator() - Method in class filenet.vw.api.VWWorkObject
Returns the name of the user who initiated the workflow process that contains this work object.
getOriginatorPx() - Method in class filenet.vw.api.VWRosterElement
Returns the VWParticipant (security) object that represents the user who initiated the workflow process containing the current step.
getOriginatorPx() - Method in class filenet.vw.api.VWStepElement
Returns the security object (VWParticipant) representing the user who initiated the workflow process containing this instance.
getOriginatorPx() - Method in class filenet.vw.api.VWWorkflowHistory
Returns the VWParticipant (security) object that represents the user who initiated the workflow process containing the current step.
getOriginatorPx() - Method in class filenet.vw.api.VWWorkObject
Returns the VWParticipant (security) object that represents the user who initiated the workflow process containing the current step.
getOutGoingParameterDefinition(int) - Method in class filenet.vw.api.VWInvokeInstruction
Gets a parameter definition from the set of outgoing parameter definitions stored in this instance.
getOutGoingParameterDefinitions() - Method in class filenet.vw.api.VWInvokeInstruction
Gets the outgoing parameter definitions stored in this instance.
getOutputCorrelationSetName() - Method in class filenet.vw.api.VWInvokeInstruction
Gets the output correlation set name for this instance.
getOutputCorrelationSetProperties() - Method in class filenet.vw.api.VWInvokeInstruction
Gets the output correlation set properties for this instance.
getOutputMsgExpr() - Method in class filenet.vw.api.VWInvokeInstruction
Gets the output message expression for this instance.
getOutputMsgName() - Method in class filenet.vw.api.VWInvokeInstruction
Gets the output message name for this instance.
getOverdue() - Method in class filenet.vw.api.VWParticipantHistory
Gets the overdue date/time information.
getOverdue() - Method in class filenet.vw.api.VWStepElement
Gets status of the overdue notice.
getOverdue() - Method in class filenet.vw.api.VWWorkObject
Returns the status of the overdue notice.
getParameter(String) - Method in class filenet.vw.api.VWStepElement
Gets the requested parameter from this step element.
getParameterDataFields() - Method in class filenet.vw.api.VWInstructionElement
Deprecated. Gets the data fields for the Instruction Element, which excludes participant lists and attachments.
getParameterDefinition(String) - Method in class filenet.vw.api.VWCompoundStepDefinition
A stub method, always returning null, implemented to make this class conform to the IVWHasParameterDefs interface.
getParameterDefinition(String) - Method in class filenet.vw.api.VWOperationDefinition
Gets a parameter definition from the set of parameter definitions stored in this operation definition.
getParameterDefinition(int) - Method in class filenet.vw.api.VWReceiveInstruction
Gets a parameter definition from the set of parameter definitions stored in this receive instruction.
getParameterDefinition(int) - Method in class filenet.vw.api.VWReplyInstruction
Gets a parameter definition from the set of parameter definitions stored in this reply instruction.
getParameterDefinition(String) - Method in class filenet.vw.api.VWStepDefinition
Gets a parameter definition from the set of parameter definitions stored in this step definition.
getParameterDefinitions() - Method in class filenet.vw.api.VWOperationDefinition
Gets the parameters of this operation.
getParameterDefinitions() - Method in class filenet.vw.api.VWReceiveInstruction
Gets the parameter definitions stored in this receive instruction.
getParameterDefinitions() - Method in class filenet.vw.api.VWReplyInstruction
Gets a parameter definition from the set of parameter definitions stored in this reply instruction.
getParameterDefinitions() - Method in class filenet.vw.api.VWStepDefinition
Gets the parameter definitions stored in this step definition.
getParameterNames() - Method in class filenet.vw.api.VWStepElement
Returns a list of system and user parameter names for this instance.
getParameters(int, int) - Method in class filenet.vw.api.VWStepElement
Returns the parameters used in this instance based on the specified parameter type (field type) and creator type.
getParameterValue(String) - Method in class filenet.vw.api.VWStepElement
Gets the value of a specified parameter for this instance.
getParams() - Method in class filenet.vw.api.VWRollbackInstruction
Gets the parameters of this instruction.
getParams() - Method in class filenet.vw.api.VWSimpleInstruction
Gets the parameters of this instruction.
getParentCreationRate() - Method in class filenet.vw.api.VWRosterStats
Gets the rate at which the application created parent work objects in the time interval, based on the time units entered.
getParentGrowRate() - Method in class filenet.vw.api.VWRosterStats
Gets the rate at which parent work objects grew in the system; the grow rate is the relationship defined as the ratio of the creation rate to the termination rate.
getParentTerminationRate() - Method in class filenet.vw.api.VWRosterStats
Gets the rate at which the application terminated parent work objects in the time interval, based on the time units entered.
getParentWorkObjectNumber() - Method in class filenet.vw.api.VWLogElement
Gets the string version of the parent work object number.
getParticipantName() - Method in class filenet.vw.api.VWParticipant
Returns the "short" or "logon" name of a participant user or group.
getParticipantName() - Method in class filenet.vw.api.VWParticipantHistory
Returns the short name of the current participant, as a String.
getParticipantName() - Method in class filenet.vw.api.VWStepElement
Returns the short name of the participant who is processing this instance.
getParticipantName() - Method in class filenet.vw.api.VWWorkObject
Returns the short name of the participant who is processing this work object.
getParticipantNamePx() - Method in class filenet.vw.api.VWParticipantHistory
Returns a VWParticipant (security) object that represents the current participant.
getParticipantNamePx() - Method in class filenet.vw.api.VWStepElement
Returns the security object (VWParticipant) representing the current participant.
getParticipantNamePx() - Method in class filenet.vw.api.VWWorkObject
Returns a VWParticipant (security) object that represents the current participant.
getParticipants() - Method in class filenet.vw.api.VWStepDefinition
Gets the participants property value for the step.
getPartnerEndPoint() - Method in class filenet.vw.api.VWPartnerLinkDefinition
Gets the end point of this partner link.
getPartnerLink(String) - Method in class filenet.vw.api.VWWorkflowDefinition
Gets the definition of a partner link from this workflow definition.
getPartnerLinkName() - Method in class filenet.vw.api.VWInvokeInstruction
Gets the partner link name for this instance.
getPartnerLinkName() - Method in class filenet.vw.api.VWReceiveInstruction
Gets the partner link name of this receive instruction.
getPartnerLinkName() - Method in class filenet.vw.api.VWReplyInstruction
Gets the partner link name of this reply instruction.
getPartnerlinkNames() - Method in class filenet.vw.api.VWWorkflowSignature
Returns the list of partner links for this instance.
getPartnerLinks() - Method in class filenet.vw.api.VWWorkflowDefinition
Retrieves all of the partner links for this workflow definition.
getPartnerPortType() - Method in class filenet.vw.api.VWPartnerLinkDefinition
Gets the port type of this partner link.
getPartnerRole() - Method in class filenet.vw.api.VWPartnerLinkDefinition
Gets the partner role of this partner link.
getPEServerName() - Method in class filenet.vw.api.VWSession
Gets the Network Clearing House (NCH) domain name for the Process Engine server.
getPostAssignments() - Method in class filenet.vw.api.VWStepDefinition
Gets the field values that are to be performed after the step is processed (see VWStepDefinition.setPostAssignments(java.lang.String[][])).
getPostMilestone() - Method in class filenet.vw.api.VWStepDefinition
Gets this step's post-milestone property.
getPreAssignments() - Method in class filenet.vw.api.VWStepDefinition
Gets the field values that are to be performed before the step is processed (see VWStepDefinition.setPreAssignments(java.lang.String[][])).
getPreferredLocale() - Method in class filenet.vw.api.VWUserInfo
Gets the preferred locale to be used for email notification.
getPreMilestone() - Method in class filenet.vw.api.VWStepDefinition
Returns this step's pre-milestone property, which is the name of a milestone in this workflow that is reached just after this step executes.
getPreviousRoutes() - Method in class filenet.vw.api.VWMapNode
Gets the definition of each inbound route associated with this step.
getProcess() - Method in class filenet.vw.api.VWRosterElement
Deprecated. Replaced by VWStepElement.fetchProcess() or VWWorkObject.fetchProcess(), depending on the type of process.
getProcess() - Method in class filenet.vw.api.VWWorkObject
Deprecated. Replaced by fetchProcess
getProcessorId() - Method in class filenet.vw.api.VWQueueElement
Fetches the step processor object containing the information needed to launch a workflow.
getProcessorType() - Method in class filenet.vw.api.VWStepProcessorInfo
Gets the processor type, step or launch, default or not.
getProcessorType() - Method in class filenet.vw.api.VWStepProcessorInfoDefinition
Gets the processor type.
getPrompt() - Method in class filenet.vw.api.VWExposedFieldDefinition
Gets the the prompt of this instance.
getPrompt() - Method in class filenet.vw.api.VWWorkBasket.Column
Gets the entry prompt assigned to the workbasket column.
getPrompt() - Method in class filenet.vw.api.VWWorkBasket.Filter
Gets the entry prompt assigned to the workbasket filter.
getPrompt() - Method in class filenet.vw.api.VWWorkBasketColumnDefinition
Gets the prompt used for the workbasket column definition.
getPrompt() - Method in class filenet.vw.api.VWWorkBasketFilterDefinition
Gets the prompt used for the work basket filter definition.
getProxyUserName() - Method in class filenet.vw.api.VWUserInfo
Gets the proxy user name as a String.
getProxyUserNamePx() - Method in class filenet.vw.api.VWUserInfo
Gets the proxy user name as an instance of a VWParticipant object.
getQueryFilterString() - Method in class filenet.vw.api.VWWorkBasketDefinition
Gets the queue query filter string.
getQueue() - Method in class filenet.vw.api.VWQueueQuery
Gets the queue retrieved by the VWQueue.createQuery() method or the deprecated VWQueue.startQuery() method.
getQueue(String) - Method in class filenet.vw.api.VWSession
Gets the queue object identified by the specified queue name.
getQueue() - Method in class filenet.vw.api.VWWorkBasket
Gets the queue with which the workbasket is associated.
getQueueDefinition(String) - Method in class filenet.vw.api.VWSystemConfiguration
Gets the queue definition with with specified name, for the current isolated region.
getQueueDefinitions() - Method in class filenet.vw.api.VWSystemConfiguration
Lists all queue definitions for the current configuration.
getQueuedRate() - Method in class filenet.vw.api.VWQueueStats
Gets the ratio of the number of work objects queued to the number of time units in the evaluation period.
getQueueGrowthRate() - Method in class filenet.vw.api.VWQueueStats
Gets the ratio of the queued work objects to the dequeued work objects over the evaluation period.
getQueueName() - Method in class filenet.vw.api.VWLogElement
Gets the name of the queue that is associated with this log element and the current work object.
getQueueName() - Method in class filenet.vw.api.VWParticipantHistory
Returns the name of the queue for this step.
getQueueName() - Method in class filenet.vw.api.VWQueueElement
Gets the name of the queue in which this work object currently resides.
getQueueName() - Method in class filenet.vw.api.VWQueueStats
Gets the name of the queue for the statistics object.
getQueueName() - Method in class filenet.vw.api.VWRole.WorkBasketReference
Gets the name of the queue associated with the workbasket for this role.
getQueueName() - Method in class filenet.vw.api.VWStepDefinition
Gets the name of the queue associated with this step.
getQueueName() - Method in class filenet.vw.api.VWStepElement
Gets the queue class name for this instance.
getQueueName() - Method in class filenet.vw.api.VWWorkBasket
Gets the name of the queue with which the workbasket is associated.
getQueueName() - Method in class filenet.vw.api.VWWorkBasketDefinition
Gets the name of the queue associated with the work basket definition.
getQueueNames(boolean) - Method in class filenet.vw.api.VWSession
Deprecated. Replaced by fetchQueueNames.
getQueueType() - Method in class filenet.vw.api.VWQueue
Gets an integer value indicating the queue type.
getQueueType() - Method in class filenet.vw.api.VWQueueDefinition
Gets the queue type of this queue definition.
getReadSecurity() - Method in class filenet.vw.api.VWApplicationSpaceDefinition
Deprecated.  
getReadSecurity() - Method in class filenet.vw.api.VWQueueDefinition
Gets the names of the users and/or groups having Read access to this queue.
getReadSecurity() - Method in class filenet.vw.api.VWRosterDefinition
Lists the users and/or groups who currently have read access to the roster.
getReadSecurity() - Method in class filenet.vw.api.VWTableDefinition
Returns a String array of users and/or groups who have read access.
getReadSecurityPx() - Method in class filenet.vw.api.VWApplicationSpaceDefinition
Deprecated.  
getReadSecurityPx() - Method in class filenet.vw.api.VWQueueDefinition
Gets the VWParticipant objects for the users and/or groups having Write access to this queue.
getReadSecurityPx() - Method in class filenet.vw.api.VWRosterDefinition
Returns an array VWParticipant objects that specifies the users and/or groups who currently have read access to the roster.
getReadSecurityPx() - Method in class filenet.vw.api.VWTableDefinition
Returns an array of VWParticipant objects that specifies users and/or groups who have read access.
getRealCause(Throwable) - Static method in exception filenet.vw.api.VWException
Retrieves the error number associated with the exception message.
getReceiveInstructionRefs() - Method in class filenet.vw.api.VWPartnerLinkDefinition
Gets a Vector of references to all receive instructions in the containing workflow that use this partner link.
getReDo() - Method in class filenet.vw.api.VWRollbackInstruction
Gets this instruction's re-do expression.
getRegionTimeStamp() - Method in class filenet.vw.api.VWWorkflowRuntimeId
Returns the region time stamp.
getRelease() - Method in class filenet.vw.api.VWRouteDefinition
Indicates whether the release flag is set for this route.
getReminder() - Method in class filenet.vw.api.VWParticipantHistory
Gets reminder date/time information for the current participant.
getReminder() - Method in class filenet.vw.api.VWStepDefinition
Gets this step's reminder property.
getReminder() - Method in class filenet.vw.api.VWStepElement
Gets the date on which the application issues a reminder for this step.
getReminder() - Method in class filenet.vw.api.VWWorkflowDefinition
Retrieves the reminder property for this workflow definition.
getReminder() - Method in class filenet.vw.api.VWWorkObject
Returns the date on which a reminder is to be issued for the step.
getRequestedEndTime() - Method in class filenet.vw.api.VWQueueStats
Gets the time value the user specified as the end time for the queue statistics evaluation.
getRequestedEndTime() - Method in class filenet.vw.api.VWRosterStats
Gets the time value the user specified as the end time for the queue statistics evaluation.
getRequestedInterface() - Method in class filenet.vw.api.VWStepDefinition
Gets the name of the interface used for the step (usually a step processor name associated with the top level UI).
getRequestedStartTime() - Method in class filenet.vw.api.VWQueueStats
Gets the time value the user specified as the start time for the queue statistics evaluation.
getRequestedStartTime() - Method in class filenet.vw.api.VWRosterStats
Gets the time value the user specified as the start time for the queue statistics evaluation.
getRequestedTimeUnit() - Method in class filenet.vw.api.VWQueueStats
Gets the evaluation period unit of measure (or interval) specified by the user (for example, minutes, hours, days, etc.).
getRequestedTimeUnit() - Method in class filenet.vw.api.VWRosterStats
Gets evaluation period unit of measure (or interval) specified by the user (for example: minutes, hours, days, etc.).
getResponse() - Method in class filenet.vw.api.VWParticipantHistory
Returns the participant's response to the step.
getResponses() - Method in class filenet.vw.api.VWStepDefinition
Gets the responses to this step.
getRevision() - Method in class filenet.vw.api.VWApplicationSpaceDefinition
Gets the revision number for the application space.
getRevision() - Method in class filenet.vw.api.VWRole
Gets the revision number for the role.
getRevision() - Method in class filenet.vw.api.VWRoleDefinition
Gets the revision number for the role definition.
getRevision() - Method in class filenet.vw.api.VWWorkBasket
Gets the revision number of the workbasket.
getRevision() - Method in class filenet.vw.api.VWWorkBasketDefinition
Gets the revision number of the work basket definition.
getRoleDefinition(String) - Method in class filenet.vw.api.VWApplicationSpaceDefinition
Gets the specified role definition, or null if the role cannot be found.
getRoleDefinitions() - Method in class filenet.vw.api.VWApplicationSpaceDefinition
Gets the role definitions.
getRoleParticipantNames() - Method in class filenet.vw.api.VWRoleDefinition
Gets the members (users and/or groups) of this role definition.
getRootCause() - Method in exception filenet.vw.api.VWException
Returns the root cause of this VWException or null if the cause is nonexistent or unknown.
getRoster() - Method in class filenet.vw.api.VWRosterQuery
Gets a roster that was retrieved by the query initiated by either the VWRoster.createQuery() or VWRoster#startQuery(String, Object[], Object[], int, String, Object[]) methods.
getRoster(String) - Method in class filenet.vw.api.VWSession
Gets the roster object identified by the specified roster name.
getRosterDefinition(String) - Method in class filenet.vw.api.VWSystemConfiguration
Gets the roster definition with specified name.
getRosterDefinitions() - Method in class filenet.vw.api.VWSystemConfiguration
Gets the roster definitions associated with the current isolated region.
getRosterName() - Method in class filenet.vw.api.VWCreateLiveWOResult
Retrieves a string representation of roster name returned by the VWSession.createLiveWorkObject method.
getRosterName() - Method in class filenet.vw.api.VWProcess
Gets the roster name of this workflow process.
getRosterName() - Method in class filenet.vw.api.VWRosterElement
Gets the name of this roster.
getRosterName() - Method in class filenet.vw.api.VWRosterStats
Gets the name of the roster for the statistics being retrieved.
getRosterName() - Method in class filenet.vw.api.VWStepElement
Gets the name of the roster associated with this work item.
getRosterName() - Method in class filenet.vw.api.VWWorkflowDefinition
Gets this workflow definition's roster name.
getRosterName() - Method in class filenet.vw.api.VWWorkflowSignature
Returns the associated workflow definition's roster name.
getRosterName() - Method in class filenet.vw.api.VWWorkObject
Returns the name of the roster for this work object.
getRosterNames() - Method in class filenet.vw.api.VWSession
Deprecated. Replaced by VWSession.fetchQueueNames(int) or VWSession.fetchRosterNames(boolean).
getRoute(int) - Method in class filenet.vw.api.VWMapNode
Gets the route definition for the route ID specified.
getRouteFrom(int) - Method in class filenet.vw.api.VWMapNode
Gets the inbound route from another step.
getRouteId() - Method in class filenet.vw.api.VWRouteDefinition
Gets the value of the routeId property.
getRouterURL() - Method in class filenet.vw.api.VWSession
Gets the connection point name, formatted as follows: <:host name>:<port>/<router name>
getRouteTo(int) - Method in class filenet.vw.api.VWMapNode
Gets the outbound route to another step.
getRuleSetNames(int) - Method in class filenet.vw.api.VWMapNode
Retrieves the names of the rulesets for this step definition, based on the type specified by the ruleSetSelector parameter.
getRulesetNames() - Method in class filenet.vw.api.VWWorkflowSignature
Returns the list of rule sets for this instance.
getRuleSets(int) - Method in class filenet.vw.api.VWMapNode
Deprecated. Use getRuleSetNames() instead. With the inheritence of rulesets from parent workflows, there is no guarantee that this method will return a correct VWRuleSetDefinition object for all the rules on a step, although the name (returned by VWRuleSetDefinition.getValue()) will be acurate. For backward compatibility, this method will continue to return an array of VWRuleSetDefinition objects, but only the name will be guaranteed to be correct.
getRuleSets() - Method in class filenet.vw.api.VWWorkflowDefinition
Retrieves the rule sets for this workflow definition.
getRuntimeId() - Method in class filenet.vw.api.VWWorkflowDefinition
Gets the runtime ID for the workflow definition.
getSchema() - Method in class filenet.vw.api.VWSchema
Gets the schema text of this VWSchema object.
getSchema(String) - Method in class filenet.vw.api.VWWorkflowDefinition
Gets the specified schema for this workflow definition.
getSchemaName() - Method in class filenet.vw.api.VWXMLData
Gets the schema name
getSchemaNames() - Method in class filenet.vw.api.VWWorkflowSignature
Returns the list of schemas for this instance.
getSchemas() - Method in class filenet.vw.api.VWWorkflowDefinition
Retrieves the schemas for this workflow definition.
getSchemaSubType() - Method in class filenet.vw.api.VWWebServiceParameterDefinition
Returns the schema sub type for this parameter.
getSearchField() - Method in class filenet.vw.api.VWWorkBasketFilterDefinition
Gets the search field used for filtering.
getSecurityDatabaseType() - Method in class filenet.vw.api.VWSession
Returns the type of security database.
getSecurityGroup() - Method in class filenet.vw.api.VWReceiveInstruction
Gets the security group assigned for this receive instruction.
getSelectedResponse() - Method in class filenet.vw.api.VWLogElement
Returns the value in the F_Response field for this instance.
getSelectedResponse() - Method in class filenet.vw.api.VWQueueElement
Return the value in the F_Response system field for this object.
getSelectedResponse() - Method in class filenet.vw.api.VWRosterElement
Returns the value in the F_Response system field for this object.
getSelectedResponse() - Method in class filenet.vw.api.VWStepElement
Gets the response selected by the user for this step.
getSelectedResponse() - Method in class filenet.vw.api.VWWorkObject
Returns default response (the value in the F_Response system field) for this work object.
getSequenceNumber() - Method in class filenet.vw.api.VWLogElement
Gets the simple sequence number of the record, beginning the count at 1 and increasing by one with each new record.
getSequenceNumber() - Method in class filenet.vw.api.VWWebServiceParameterDefinition
Returns the unique sequence number for this parameter.
getServerAssignment() - Method in class filenet.vw.api.VWUserInfo
Deprecated. BPM 4.0 release farming does not support multiple servers
getServerId() - Method in class filenet.vw.api.VWQueueDefinition
Gets the server ID of this queue definition.
getServerId() - Method in class filenet.vw.api.VWRosterDefinition
Gets the home server ID of this roster definition.
getServerId() - Method in class filenet.vw.api.VWTableDefinition
Get the server ID location for one of the following: log, queue, or roster.
getServerIDs() - Method in class filenet.vw.api.VWSystemConfiguration
Lists the all available server IDs.
getServerLocation() - Method in class filenet.vw.api.VWInstructionElement
Deprecated. Gets the current server location of the work object.
getServerLocation() - Method in class filenet.vw.api.VWRosterElement
Gets the current server location of the work object.
getServerName() - Method in class filenet.vw.api.VWSession
Returns the name of the Process Engine's server for the current session.
getServiceName() - Method in class filenet.vw.api.VWWorkflowRuntimeId
Returns the service name.
getServiceSession() - Method in class filenet.vw.api.VWLog
Gets the session that contains the query object.
getServiceSession() - Method in class filenet.vw.api.VWQueue
Identifies the session that instantiated the search object.
getServiceSession() - Method in class filenet.vw.api.VWRoster
Identifies the session that originated the search object.
getSession() - Method in class filenet.vw.api.VWEventDefinition
Get the session associated with this event definition.
getSession() - Method in class filenet.vw.api.VWFaultDefinition
Get the session associated with this event definition.
getSession() - Method in class filenet.vw.api.VWMapNode
Get the session associated with this mapnode definition.
getSession() - Method in class filenet.vw.api.VWOperationDefinition
Get the session associated with this operation definition.
getSession() - Method in class filenet.vw.api.VWProcess
Get the session associated with this mapnode definition.
getSession() - Method in class filenet.vw.api.VWWebServiceParameterDefinition
Get the session associated with this event definition.
getSessionTimeOut() - Method in class filenet.vw.api.VWSystemAdministration
Gets the number minutes before a client/server session timeout.
getSource() - Method in class filenet.vw.api.VWWorkflowCollectionDefinition
Identifies the source of this collection.
getSourceDoc() - Method in class filenet.vw.api.VWStepElement
Returns the name of the source document for this instance.
getSourceName() - Method in class filenet.vw.api.VWExposedFieldDefinition
Gets the source name of this instance.
getSourceStep() - Method in class filenet.vw.api.VWRouteDefinition
Gets the source node (step).
getSourceStepId() - Method in class filenet.vw.api.VWRouteDefinition
Gets the integer value of the stepId property for the step source.
getSplitType() - Method in class filenet.vw.api.VWMapNode
Gets the step's split type.
getStartStep() - Method in class filenet.vw.api.VWMapDefinition
Gets the start step definition for this map.
getStartTime() - Method in class filenet.vw.api.VWQueueStats
Gets the time the evaluated request began on the server.
getStartTime() - Method in class filenet.vw.api.VWRosterStats
Gets the time the evaluated request began on the server.
getStatisticsCollection() - Method in class filenet.vw.api.VWSystemConfiguration
Gets the current state of the statistics collection option.
getStatisticsConsolidationInterval() - Method in class filenet.vw.api.VWSystemAdministration
Gets the interval (minutes) between updates to the domain-wide statistics stored in the database.
getStatisticsSnapshotInterval() - Method in class filenet.vw.api.VWSystemAdministration
Deprecated. Not replaced
getStep() - Method in class filenet.vw.api.VWInstructionDefinition
get a reference to the containing VWCompound step definition.
getStep(int) - Method in class filenet.vw.api.VWMapDefinition
Gets the step definition identified by the specified ID.
getStep(String) - Method in class filenet.vw.api.VWStepPaletteDefinition
Deprecated. Replaced by VWStepPaletteDefinition.getStep(int)
getStep(int) - Method in class filenet.vw.api.VWStepPaletteDefinition
Returns the step with the specified id, if found.
getStepDeadlineStatus() - Method in class filenet.vw.api.VWQueueElement
Gets the deadline status for the current step.
getStepDescription() - Method in class filenet.vw.api.VWStepElement
Gets the description of this instance.
getStepDescription() - Method in class filenet.vw.api.VWWorkObject
Gets the description of the step.
getStepId() - Method in class filenet.vw.api.VWMapNode
Gets the value of this step's stepId property.
getStepId() - Method in class filenet.vw.api.VWMilestoneElement
Gets the step ID of the step where the milestone event occurred.
getStepId() - Method in class filenet.vw.api.VWReturnStackElement
Gets the ID of the step for this stack object.
getStepId() - Method in class filenet.vw.api.VWStepHistory
Retrieves the value of the step Id.
getStepId() - Method in class filenet.vw.api.VWStepOccurrenceHistory
Gets the step id.
getStepId() - Method in class filenet.vw.api.VWStepWorkObjectHistory
Retrieves the Id number for the step processor.
getStepId() - Method in class filenet.vw.api.VWValidationError
Gets an integer representing the step ID property of the current validation error.
getStepName() - Method in class filenet.vw.api.VWInstructionElement
Deprecated. Gets the step name for this instance.
getStepName() - Method in class filenet.vw.api.VWLogElement
Gets the step name for this log element.
getStepName() - Method in class filenet.vw.api.VWQueueElement
Gets the step label for this queue element.
getStepName() - Method in class filenet.vw.api.VWReturnStackElement
Gets the name of the step for this stack object.
getStepName() - Method in class filenet.vw.api.VWRosterElement
Gets the step label for this roster element.
getStepName() - Method in class filenet.vw.api.VWStepElement
Gets the name of this step.
getStepName() - Method in class filenet.vw.api.VWStepHistory
Retrieves the step name.
getStepName() - Method in class filenet.vw.api.VWWorkObject
Gets the step label (name) for this work object.
getStepProcessorInfoDefinition(String) - Method in class filenet.vw.api.VWSystemConfiguration
Gets a step processor info definition, specified by name.
getStepProcessorInfoDefinitions() - Method in class filenet.vw.api.VWSystemConfiguration
Gets the VWStepProcessorInfoDefinition objects associated with this system configuration object.
getStepResponses() - Method in class filenet.vw.api.VWStepElement
Gets a list of available responses for this instance.
getStepResponses() - Method in class filenet.vw.api.VWWorkObject
Returns the list of available responses for this work object.
getSteps() - Method in class filenet.vw.api.VWMapDefinition
Gets all of the steps contained in this map.
getSteps() - Method in class filenet.vw.api.VWStepPaletteDefinition
Gets the set of steps associated with this step palette.
getStepStatus() - Method in class filenet.vw.api.VWParticipantHistory
Returns the activity status for the participant working on the step.
getStepStatus() - Method in class filenet.vw.api.VWStepOccurrenceHistory
Gets the step status of this step occurrence
getStringFromKey(String) - Static method in exception filenet.vw.api.VWException
Retrieves the string in the exceptions resource file that corresponds to the exception key.
getStringValue() - Method in interface filenet.vw.api.IVWField
Get the value from the field in String format.
getStringValue() - Method in class filenet.vw.api.VWDataField
Gets the data field value as a String.
getStringValue() - Method in class filenet.vw.api.VWFieldDefinition
Gets the initial value of the field type definition in String format, converted from any valid field type.
getStringValue() - Method in class filenet.vw.api.VWParameter
Converts the value of this parameter to a string.
getSubject() - Method in class filenet.vw.api.VWLogElement
Returns the value in the F_Subject field for this instance.
getSubject() - Method in class filenet.vw.api.VWQueueElement
Returns the value in the F_Subject system field for this object.
getSubject() - Method in class filenet.vw.api.VWRosterElement
Returns the value in the F_Subject system field for this object.
getSubject() - Method in class filenet.vw.api.VWStepElement
Gets the subject of the workflow associated with this instance.
getSubject() - Method in class filenet.vw.api.VWWorkflowDefinition
Gets the subject of this workflow definition (the value of the F_Subject system field).
getSubject() - Method in class filenet.vw.api.VWWorkObject
Returns the subject of the workflow (the value in the F_Subject system field) associated with this work object.
getSubStepId() - Method in class filenet.vw.api.VWValidationError
Gets an integer representing the ID property of the object that caused the current validation error within the current step.
getSummationActiveChild() - Method in class filenet.vw.api.VWRosterStats
Determines how many child work objects are alive in the system.
getSummationActiveParent() - Method in class filenet.vw.api.VWRosterStats
Determines how many parent work objects are alive in the system.
getSummationActiveWO() - Method in class filenet.vw.api.VWRosterStats
Determines how many work objects are alive in the system.
getSummationChildLifeSpan() - Method in class filenet.vw.api.VWRosterStats
Gets the life span of the child work objects.
getSummationDurationWOInQueue() - Method in class filenet.vw.api.VWQueueStats
Gets the summation of the durations of work objects in the queue, summed over the samples in the evaluation period.
getSummationParentLifeSpan() - Method in class filenet.vw.api.VWRosterStats
Gets the life span of the parent work objects.
getSummationQueueDepth() - Method in class filenet.vw.api.VWQueueStats
Gets a number representing the sum of all queue depths for the samples in the evaluation period.
getSummationWOLifeSpan() - Method in class filenet.vw.api.VWRosterStats
Gets the life span of the work objects.
getSummationWOLocked() - Method in class filenet.vw.api.VWQueueStats
Gets a number representing the summation of the counts of all work objects locked in the queue for each sample, summed over the samples in the evaluation period.
getSummationWOProcessed() - Method in class filenet.vw.api.VWQueueStats
Gets a number representing the sum of the counts of all work objects that have been advanced or updated for the samples in the evaluation period.
getSystemDefinedFieldNames() - Method in class filenet.vw.api.VWQueueElement
Lists the names of the system fields supported by this queue element.
getSystemWideFlags() - Method in class filenet.vw.api.VWSystemAdministration
Gets an integer that represents the combined system-wide configuration flags.
getTag() - Method in class filenet.vw.api.VWInstructionElement
Deprecated. Gets the workflow object tag, as the workflow system stores it in the database.
getTag() - Method in class filenet.vw.api.VWQueueElement
Gets the tag of the workflow object.
getTag() - Method in class filenet.vw.api.VWRosterElement
Gets the tag of the work object (as a string).
getTag() - Method in class filenet.vw.api.VWStepElement
Gets the work item tag.
getTag() - Method in class filenet.vw.api.VWWorkflowDefinition
Gets the tag expression of this workflow definition.
getTag() - Method in class filenet.vw.api.VWWorkObject
Returns a String version of the work object tag.
getTargetId() - Method in class filenet.vw.api.VWAssociationDefinition
Gets the target id for this association.
getTargetType() - Method in class filenet.vw.api.VWAssociationDefinition
Gets the target type for this association.
getText() - Method in class filenet.vw.api.VWLogElement
Gets the text entered in the log.
getTextAnnotation() - Method in class filenet.vw.api.VWAssociationDefinition
Gets the containing annotation object.
getTextAnnotation(int) - Method in class filenet.vw.api.VWMapDefinition
Gets the annotation object in this map based on the specified ID.
getTextAnnotations() - Method in class filenet.vw.api.VWMapDefinition
Gets all of the annotations contained in this map.
getTimeOut() - Method in class filenet.vw.api.VWWFEInstruction
Get the value of this instruction's timeOut expression property.
getTimeoutExpr() - Method in class filenet.vw.api.VWInvokeInstruction
Gets the timeout expression for this instance.
getTimeoutExpr() - Method in class filenet.vw.api.VWReceiveInstruction
Gets the timeout expression of this receive instruction, in the same format in which the expression was set.
getTimeoutMapName() - Method in class filenet.vw.api.VWInvokeInstruction
Gets the timeout map name for this instance.
getTimeoutMapName() - Method in class filenet.vw.api.VWReceiveInstruction
Gets the timeout map name of this receive instruction.
getTimeStamp() - Method in class filenet.vw.api.VWLogElement
Gets the timestamp of the current log record, as a date variable showing the time the log element was included in the log.
getTimestamp() - Method in class filenet.vw.api.VWMilestoneElement
Gets the timestamp of the milestone event, according to the time at which the milestone event was logged.
getToken() - Method in class filenet.vw.api.VWSession
Gets a token from the user logon, which a shared logon may use.
getTotalAbortedTime() - Method in class filenet.vw.api.VWQueueStats
Gets a double-precision number indicating the total queue time (in the requested work units) taken by work objects that were unlocked and never processed.
getTotalCreationRate() - Method in class filenet.vw.api.VWRosterStats
Gets the rate at which the application created work objects in the time interval, based on the time units entered.
getTotalGrowRate() - Method in class filenet.vw.api.VWRosterStats
Gets the rate at which work objects grew in the system; the grow rate is the relationship defined as the ratio of the creation rate to the termination rate.
getTotalNumberOfActiveWO() - Method in class filenet.vw.api.VWRosterStats
Determines how many active work objects existed at the sample point.
getTotalNumberOfCreatedWO() - Method in class filenet.vw.api.VWRosterStats
Determines how many work objects the application created within the time interval.
getTotalNumberOfRemainingWO() - Method in class filenet.vw.api.VWRosterStats
Gets the number of work objects that are alive at the end of the time interval.
getTotalNumberOfTerminatedWO() - Method in class filenet.vw.api.VWRosterStats
Determines how many work objects the application terminated since the beginning of the time interval.
getTotalServiceTime() - Method in class filenet.vw.api.VWQueueStats
Gets a double-precision number indicating the total queue time (in the requested work units) taken by locked work objects until they are advanced or updated.
getTotalTerminationRate() - Method in class filenet.vw.api.VWRosterStats
Gets the rate at which the application terminated work objects in the time interval, based on the time units entered.
getTotalWOAborted() - Method in class filenet.vw.api.VWQueueStats
Gets a number indicating the total number of the work objects that are locked and then unlocked without processing since the beginning of the time interval.
getTotalWODequeued() - Method in class filenet.vw.api.VWQueueStats
Gets a number that indicates the count of all of the work objects dequeued since the beginning of the time interval.
getTotalWOQueued() - Method in class filenet.vw.api.VWQueueStats
Gets a double-precision number that is the count of all work objects queued during the evaluation period.
getTrackAttachmentReferences() - Method in class filenet.vw.api.VWSystemConfiguration
Gets the current state, enabled or disabled, of the attachment tracking option.
getTrackers() - Method in class filenet.vw.api.VWWorkObject
Deprecated. Replaced by VWWorkObject.getTrackersPx(), which returns an array of VWParticipant objects for the tracker participants associated with this work object.
getTrackersPx() - Method in class filenet.vw.api.VWWorkObject
Returns an array of VWParticipant objects for the tracker participants associated with this work object.
getTransferDateTime() - Method in class filenet.vw.api.VWWorkflowSignature
Returns a date object containing the transfer date/time.
getTransferFlag() - Method in class filenet.vw.api.VWWorkflowDefinition
Returns the value of the transfer flag for this workflow definition.
getTransferUserId() - Method in class filenet.vw.api.VWWorkflowSignature
Returns the ID of the user who transferred the associated workflow definition.
getTransferUserName() - Method in class filenet.vw.api.VWWorkflowSignature
Returns the name of the user who transferred the associated workflow definition.
getTransferUserNamePx() - Method in class filenet.vw.api.VWWorkflowSignature
Returns the participant object for the user who transferred the associated workflow definition.
getTuple() - Method in exception filenet.vw.api.VWServerException
Retrieves the hex tuple from the exception associated with the server tuple.
getType() - Method in class filenet.vw.api.VWAttachment
Gets the attachment type value for the associated attachement.
getType() - Method in class filenet.vw.api.VWWorkBasket.Column
Gets the field type assigned to the workbasket column.
getType() - Method in class filenet.vw.api.VWWorkBasket.Filter
Gets the field type assigned to the workbasket filter.
getType() - Method in class filenet.vw.api.VWWorkBasketColumnDefinition
Gets the field type used for the workbasket column field.
getType() - Method in class filenet.vw.api.VWWorkBasketFilterDefinition
Gets the field type used for the work basket filter field.
getUserDefinedFieldNames() - Method in class filenet.vw.api.VWQueueElement
Lists the names of the user-defined fields supported by this queue element.
getUseReliableMessaging() - Method in class filenet.vw.api.VWInvokeInstruction
Indicates whether reliable messaging is used this invoke instruction.
getUserId() - Method in class filenet.vw.api.VWParticipant
Gets the user id associated with the VWParticipant object.
getUserName() - Method in class filenet.vw.api.VWLogElement
Gets the user name associated with the log record.
getUserName() - Method in class filenet.vw.api.VWParticipantHistory
Returns the name of the participant who completed, reassigned or delegated the work object for the step, as a String.
getUserNamePx() - Method in class filenet.vw.api.VWLogElement
Gets the security object of the user associated with the log record.
getUserNamePx() - Method in class filenet.vw.api.VWParticipantHistory
Returns a VWParticipant object for the participant who completed, reassigned or delegated the work object for this step.
getValidateFlag() - Method in class filenet.vw.api.VWWorkflowDefinition
Returns the value of the validate flag for this workflow definition.
getValidateUsingSchema() - Method in class filenet.vw.api.VWWorkflowDefinition
Indicates process orchestration messages are validated (at runtime) using the appropriate schema.
getValue() - Method in interface filenet.vw.api.IVWField
Get the value from the field as a java Object.
getValue() - Method in class filenet.vw.api.VWDataField
Gets the value of a field as a valid field type object.
getValue() - Method in class filenet.vw.api.VWEventDefinition
Gets this event's value expression.
getValue() - Method in class filenet.vw.api.VWFieldDefinition
Gets the value of the field in the format of any valid field type, as a Java Object.
getValue() - Method in class filenet.vw.api.VWParameter
Gets the value of the parameter.
getValue() - Method in class filenet.vw.api.VWParameterDefinition
Gets the value stored in the value property.
getValue() - Method in class filenet.vw.api.VWRuleSetDefinition
Deprecated. Use #getName() instead. This method calls getName() internally and will continue to work as expected. This method has been deprecated because the property termed "value" is more correctly represented by "name" in the current implementation.
getValue() - Method in class filenet.vw.api.VWWebServiceParameterDefinition
Returns the value of the value property; is not null.
getVersion() - Method in class filenet.vw.api.VWAttachment
Gets the version of this attachment.
getVersion() - Method in class filenet.vw.api.VWTransferResult
Retrieves a string representation of the version returned by the transfer.
getVersionAgnostic() - Method in class filenet.vw.api.VWWorkflowDefinition
Returns the value of the versionAgnostic flag set for this workflow definition.
getVersionAgnostic() - Method in class filenet.vw.api.VWWorkflowSignature
Returns the version agnostic flag; true indicates that Process Engine message correlation does not use the version of the workflow of the received instruction.
getVWFieldType(Object) - Static method in class filenet.vw.api.VWFieldType
Gets the field type of the passed object.
getWidth() - Method in class filenet.vw.api.VWStepProcessorInfo
Gets the width, in pixels, specified for the step processor.
getWidth() - Method in class filenet.vw.api.VWStepProcessorInfoDefinition
Gets the width of the step processor, specified in pixels.
getWorkBasketAuthoredName() - Method in class filenet.vw.api.VWRole.WorkBasketReference
Gets the name originally assigned to the workbasket associated with this role.
getWorkBasketColumnDefinition(String) - Method in class filenet.vw.api.VWWorkBasketDefinition
Gets the work basket column definition for the specified column.
getWorkBasketColumnDefinitions() - Method in class filenet.vw.api.VWWorkBasketDefinition
Gets the work basket columns defined for the work basket definition.
getWorkBasketDefinition(String) - Method in class filenet.vw.api.VWQueueDefinition
Gets the specified workbasket definition for this queue.
getWorkBasketDefinitions() - Method in class filenet.vw.api.VWQueueDefinition
Gets all of the workbasket definitions for this queue.
getWorkBasketDefinitions() - Method in class filenet.vw.api.VWRoleDefinition
Gets the workbaskets defined for this role definition.
getWorkBasketFilterDefinition(String) - Method in class filenet.vw.api.VWWorkBasketDefinition
Gets the specified work basket filter definition.
getWorkBasketFilterDefinitions() - Method in class filenet.vw.api.VWWorkBasketDefinition
Gets the work basket filters defined for the work basket definition.
getWorkBasketName() - Method in class filenet.vw.api.VWRole.WorkBasketReference
Gets the current name of the workbasket associated with this role.
getWorkBasketReferences() - Method in class filenet.vw.api.VWRole
Gets all of the workbaskets associated with this role.
getWorkClassId() - Method in class filenet.vw.api.VWStepElement
Gets the ID of the work class for this work item.
getWorkClassId() - Method in class filenet.vw.api.VWWorkflowRuntimeId
Returns the work class id.
getWorkClassName() - Method in class filenet.vw.api.VWEventDefinition
Gets the value of this event's work class name property.
getWorkClassName() - Method in class filenet.vw.api.VWInstructionElement
Deprecated. Gets the name of the work class which can be used to instantiate the workflow object.
getWorkClassName() - Method in class filenet.vw.api.VWLogElement
Gets the name of the work class from which the current work object is instantiated.
getWorkClassName() - Method in class filenet.vw.api.VWProcess
Gets the work class name associated with this workflow process.
getWorkClassName() - Method in class filenet.vw.api.VWQueueElement
Gets the name of the work class from which this workflow object is instantiated.
getWorkClassName() - Method in class filenet.vw.api.VWStepElement
Gets the name of the work class from which the application instantiates the work item.
getWorkClassName() - Method in class filenet.vw.api.VWWorkflowHistory
Returns the work class name of the workflow.
getWorkClassName() - Method in class filenet.vw.api.VWWorkObject
Returns the name of the work class from which the application instantiates this work object.
getWorkClassRevision() - Method in class filenet.vw.api.VWWorkflowRuntimeId
Returns the work class revision.
getWorkflow(String) - Method in class filenet.vw.api.VWWorkflowCollectionDefinition
Retrieves a workflow definition from this collection, based on the specified name.
getWorkflowIndex(String) - Method in class filenet.vw.api.VWWorkflowCollectionDefinition
Returns the index into the array of workflow definitions in this collection for specified workflow.
getWorkflowName() - Method in class filenet.vw.api.VWLogElement
Gets the name of the workflow.
getWorkflowName() - Method in class filenet.vw.api.VWQueueElement
Gets the name of the work class from which the workflow object logged was instantiated.
getWorkflowName() - Method in class filenet.vw.api.VWStepElement
Gets the name of the workflow associated with this instance.
getWorkflowName() - Method in class filenet.vw.api.VWWorkObject
Returns the name of the workflow associated with this step.
getWorkFlowNumber() - Method in class filenet.vw.api.VWInstructionElement
Deprecated. Gets the workflow number.
getWorkFlowNumber() - Method in class filenet.vw.api.VWRosterElement
Deprecated. Replaced by VWRosterElement.getWorkflowNumber()
getWorkflowNumber() - Method in class filenet.vw.api.VWRosterElement
Gets the workflow number.
getWorkFlowNumber() - Method in class filenet.vw.api.VWStepElement
Deprecated. Replaced by VWStepElement.getWorkflowNumber() Gets the string version of the workflow number. Use the returned F_WorkFlowNumber as an index key component.
getWorkflowNumber() - Method in class filenet.vw.api.VWStepElement
Gets the workflow number associated with this instance.
getWorkFlowNumber() - Method in class filenet.vw.api.VWWorkObject
Deprecated. Replaced by VWWorkObject.getWorkflowNumber()
getWorkflowNumber() - Method in class filenet.vw.api.VWWorkObject
Gets the workflow number.
getWorkflows() - Method in class filenet.vw.api.VWWorkflowCollectionDefinition
Gets the set of workflows associated with this collection.
getWorkflowSignature() - Method in class filenet.vw.api.VWWorkflowDefinition
(FileNet internal use only) Return a work class signature for this workflow definition.
getWorkObjectName() - Method in class filenet.vw.api.VWInstructionElement
Deprecated. Gets the workflow object name.
getWorkObjectName() - Method in class filenet.vw.api.VWQueueElement
Gets the name of this work object.
getWorkObjectName() - Method in class filenet.vw.api.VWRosterElement
Gets the name of this work object.
getWorkObjectName() - Method in class filenet.vw.api.VWStepElement
Gets the work item name.
getWorkObjectName() - Method in class filenet.vw.api.VWWorkObject
Returns the name of this work object.
getWorkObjectNumber() - Method in class filenet.vw.api.VWCreateLiveWOResult
Retrieves a String representation of F_WobNum returned by the VWSession.createLiveWorkObject() method.
getWorkObjectNumber() - Method in class filenet.vw.api.VWInstructionElement
Deprecated. Gets the string version of the F_WobNum(workflow object number).
getWorkObjectNumber() - Method in class filenet.vw.api.VWLogElement
Gets the string version of the work object number.
getWorkObjectNumber() - Method in class filenet.vw.api.VWParticipantHistory
Gets the current work object number for the activity history for the current participant.
getWorkObjectNumber() - Method in class filenet.vw.api.VWQueueElement
Gets the workflow object.
getWorkObjectNumber() - Method in class filenet.vw.api.VWRosterElement
Gets the work object number (as a string).
getWorkObjectNumber() - Method in class filenet.vw.api.VWStepElement
Returns the work item number in string format.
getWorkObjectNumber() - Method in class filenet.vw.api.VWStepWorkObjectHistory
Retrieves a string representation of the work object number.
getWorkObjectNumber() - Method in class filenet.vw.api.VWWorkObject
Returns a string version of the work object number.
getWorkObjectNumber() - Method in class filenet.vw.api.VWWorkObjectNumber
Retrieves a string representation of the WorkObjectNumber
getWorkObjects() - Method in class filenet.vw.api.VWWorkBasket.QueryResults
Gets the array of workobjects that is returned by the query.
getWorkObjectTag() - Method in class filenet.vw.api.VWLogElement
Gets the work object tag value.
getWorkOrderId() - Method in class filenet.vw.api.VWLogElement
Gets the authored work order ID for the instruction or step the work object was processing at the time the system logged the record.
getWorkOrderId() - Method in class filenet.vw.api.VWStepElement
Returns the work order ID.
getWorkOrderId() - Method in class filenet.vw.api.VWWorkObject
Returns the work order ID associated with this work object; may be null.
getWorkPerformerClassName() - Method in class filenet.vw.api.VWInstructionElement
Deprecated. Gets the name of the Work Performer Class associated with the queue on which the workflow object currently resides.
getWorkPerformerClassName() - Method in class filenet.vw.api.VWQueueElement
Deprecated. Replaced by VWQueueElement.getQueueName() Gets the name of the Work Performer Class associated with the queue on which the workflow object currently resides.
getWorkPerformerClassName() - Method in class filenet.vw.api.VWWorkObject
Returns the name of the work performer class associated with the queue on which the work object resides.
getWorkSpaceId() - Method in class filenet.vw.api.VWStepElement
Gets the ID of the work space for this work item.
getWorkSpaceId() - Method in class filenet.vw.api.VWWorkflowRuntimeId
Returns the work space id.
getWorkspaceId() - Method in class filenet.vw.api.VWWorkflowSignature
Returns the workspace ID.
getWriteSecurity() - Method in class filenet.vw.api.VWApplicationSpaceDefinition
Gets the users and/or groups who have write access to the application space.
getWriteSecurity() - Method in class filenet.vw.api.VWQueueDefinition
Gets the names of the users and/or groups having Write access to this queue.
getWriteSecurity() - Method in class filenet.vw.api.VWRosterDefinition
Lists users and/or groups who have write access to the roster.
getWriteSecurity() - Method in class filenet.vw.api.VWTableDefinition
Returns a String array of users and/or groups who have write access.
getWriteSecurityPx() - Method in class filenet.vw.api.VWApplicationSpaceDefinition
Gets the VWParticipant objects specifying the users and/or groups who have write access to the application space.
getWriteSecurityPx() - Method in class filenet.vw.api.VWQueueDefinition
Gets the VWParticipant objects for the users and/or groups having Write access to this queue.
getWriteSecurityPx() - Method in class filenet.vw.api.VWRosterDefinition
Returns an array of VWParticipant objects containing the names of the user and/or groups who have write access to this roster.
getWriteSecurityPx() - Method in class filenet.vw.api.VWTableDefinition
Returns an array of VWParticipant objects that specifies users and/or groups who have write access.
getWSDLVersion() - Method in class filenet.vw.api.VWWorkflowRuntimeId
Returns the WSDL version needed by process orchestration to generate the correct version of the WSDL for a workflow.
getXML() - Method in class filenet.vw.api.VWXMLData
Gets the XML string
getXMLSchemaElement() - Method in class filenet.vw.api.VWFieldDefinition
Get the XML Schema Element.
getXMLSchemaName() - Method in class filenet.vw.api.VWFieldDefinition
Get the XML Schema Name.

H

hasBeenAltered(String) - Method in class filenet.vw.api.VWInstructionElement
Deprecated. Determines whether or not the field has been modified.
hasBeenAltered(String) - Method in class filenet.vw.api.VWWorkObject
Indicates whether the specified field has changed in this work object.
hasChanged() - Method in class filenet.vw.api.VWExposedFieldDefinition
Returns whether or not this exposed field has changed.
hasChanged() - Method in class filenet.vw.api.VWStepProcessorInfoDefinition
Determines whether or not this step processor definition has changed.
hasField(String) - Method in class filenet.vw.api.VWLogElement
Determines whether or not the named user-defined field name exists.
hasFieldName(String) - Method in class filenet.vw.api.VWInstructionElement
Deprecated. Determines whether or not the specified field exists.
hasFieldName(String) - Method in class filenet.vw.api.VWQueueDefinition
Indicates whether the specified exposed field exists for this instance.
hasFieldName(String) - Method in class filenet.vw.api.VWQueueElement
Indicates whether the specified field exists.
hasFieldName(String) - Method in class filenet.vw.api.VWRosterElement
Indicates whether the specified field exists.
hasFieldName(String) - Method in class filenet.vw.api.VWTableDefinition
Determine whether a specified log, queue, or roster field exists.
hasFieldName(String) - Method in class filenet.vw.api.VWWorkObject
Indicates whether the specified data field exists in this work object.
hasNext() - Method in class filenet.vw.api.VWAttachmentTrackingQuery
Determines whether or not more roster elements exist beyond the current roster element.
hasNext() - Method in class filenet.vw.api.VWLogQuery
Determines whether or not more elements exist beyond the current element.
hasNext() - Method in class filenet.vw.api.VWParticipantList
Indicates whether another element can be fetched from this VWParticipantList instance.
hasNext() - Method in class filenet.vw.api.VWProcess
Determines whether there are more work objects to retrieve.
hasNext() - Method in class filenet.vw.api.VWQueueQuery
Indicates whether another element can be fetched from this VWQueueQuery instance.
hasNext() - Method in class filenet.vw.api.VWRosterQuery
Indicates whether another element can be fetched from this VWRosterQuery instance.
hasNext() - Method in class filenet.vw.api.VWSecurityList
Indicates whether another element can be fetched from this VWSecurityList instance.
hasNext() - Method in class filenet.vw.api.VWStepHistory
Indicates whether another element can be fetched from this VWStepHistory instance.
hasNext() - Method in class filenet.vw.api.VWStepOccurrenceHistory
Indicates whether another element can be fetched from this VWStepOccurrenceHistory instance.
hasNext() - Method in class filenet.vw.api.VWStepWorkObjectHistory
Indicates whether another element can be fetched from this VWStepWorkObjectHistory instance.
hasNext() - Method in class filenet.vw.api.VWWorkflowHistory
Indicates whether another element can be fetched from this VWWorkflowHistory instance.
hasNext() - Method in class filenet.vw.api.VWWorkflowMilestones
Returns true if the current VWWorkflowMilestones instance has more VWMilestoneElement object elements.
hasParameterName(String) - Method in class filenet.vw.api.VWStepElement
Indicates whether the specified parameter exists for this instance.
hasRoleParticipantsChanged() - Method in class filenet.vw.api.VWRoleDefinition
 
HOURS - Static variable in class filenet.vw.api.VWTimeUnitType
Value of 2. Specifies hours as the time unit.

I

IMPORT_EXCLUDE_USERINFO - Static variable in class filenet.vw.api.VWXMLConfiguration
Value of 16. Indicates exclusion of user info; the default is to import user info.
IMPORT_MERGE - Static variable in class filenet.vw.api.VWXMLConfiguration
Value of 2. Indicates import properties will be added to current Process Engine administration and configuration objects.
IMPORT_REPLACE - Static variable in class filenet.vw.api.VWXMLConfiguration
Value of 1. Indicates an import will replace current Process Engine administration and configuration objects.
importConfiguration(VWSession, String, int) - Static method in class filenet.vw.api.VWXMLConfiguration
Imports Process Engine administration and configuration properties from a String containing XML text representing the properties.
importConfigurationFromFile(VWSession, String, int) - Static method in class filenet.vw.api.VWXMLConfiguration
Imports Process Engine administration and configuration properties from an XML document.
initializeRegion() - Method in class filenet.vw.api.VWSystemAdministration
Initializes the current region.
insertField(VWFieldDefinition) - Method in class filenet.vw.api.VWWorkflowDefinition
Inserts a field in this workflow definition.
insertMap(VWMapDefinition) - Method in class filenet.vw.api.VWWorkflowDefinition
Inserts a map in this workflow definition.
insertMilestone(VWMilestoneDefinition) - Method in class filenet.vw.api.VWWorkflowDefinition
Inserts a milestone in this workflow definition.
insertPartnerLink(VWPartnerLinkDefinition) - Method in class filenet.vw.api.VWWorkflowDefinition
Inserts a partner link in this workflow definition.
insertRuleSet(VWRuleSetDefinition) - Method in class filenet.vw.api.VWWorkflowDefinition
Inserts a ruleset in this workflow definition.
insertSchema(VWSchema) - Method in class filenet.vw.api.VWWorkflowDefinition
Inserts a schema in this workflow definition.
isArray() - Method in interface filenet.vw.api.IVWField
Get the value of the isArray flag.
isArray() - Method in class filenet.vw.api.VWDataField
Determines whether the data field is an array.
isArray() - Method in class filenet.vw.api.VWFieldDefinition
Gets the value of the isArray flag.
isArray() - Method in class filenet.vw.api.VWParameter
Determines whether this parameter is of type array.
isAttachmentByValue() - Method in class filenet.vw.api.VWWebServiceParameterDefinition
Indicates whether the Process Engine will send the attachment data by value.
isCompoundStep() - Method in class filenet.vw.api.VWStepHistory
Indicates whether the step type of the current history object is a compound step.
isDefaultType() - Method in class filenet.vw.api.VWStepProcessorInfo
Indicates whether or not the step processor is a default step or launch processor.
isDefaultType() - Method in class filenet.vw.api.VWStepProcessorInfoDefinition
Determine whether or not the step processor is a default step or default launch processor.
isDone() - Method in class filenet.vw.api.VWQueueQuery
Deprecated. Replaced by VWQueueQuery.next()
isDone() - Method in class filenet.vw.api.VWRosterQuery
Deprecated. Replaced by VWRosterQuery.next().
isExistingWorkflowName(String) - Method in class filenet.vw.api.VWWorkflowCollectionDefinition
Check to see whether a workflow definition having the specified name exists in this collection.
isFieldArray(String) - Method in class filenet.vw.api.VWAttributeInfo
Determines whether a field is an array.
isFieldArray(String) - Method in class filenet.vw.api.VWUserInfo
Indicates whether a field is an array.
isGroup() - Method in class filenet.vw.api.VWParticipant
Indicates if the current instance of VWParticipant is a group.
isInstructionSheetName(String) - Method in class filenet.vw.api.VWWorkflowSignature
Indicates whether the specified instruction sheet is defined for this instance.
isLoggedOn() - Method in class filenet.vw.api.VWSession
Checks whether this session is currently logged on or not.
isMandatorySystemField() - Method in class filenet.vw.api.VWExposedFieldDefinition
Indicates whether the system data field is a mandatory or not.
isMandatorySystemIndex() - Method in class filenet.vw.api.VWIndexDefinition
Indicates whether or not the index is a mandatory system index.
isMemberOfGroup(String) - Method in class filenet.vw.api.VWSession
Determines whether or not the logged on user is a member of a specific group.
isMemberOfGroupByDomain(String, String) - Method in class filenet.vw.api.VWSession
Indicates whether or not the user currently logged on is a member of the specified group in the specified domain.
isMilestoneName(String) - Method in class filenet.vw.api.VWWorkflowSignature
Indicates whether the specified milestone is defined for this instance.
isMinimized() - Method in class filenet.vw.api.VWTextAnnotationDefinition
Indicates whether this annotation is displayed as minimized.
isNameCaseSensitive() - Method in class filenet.vw.api.VWSecurityDomain
Indicates if the names in this domain are case sensitive.
isPartnerlinkName(String) - Method in class filenet.vw.api.VWWorkflowSignature
Indicates whether the specified partner link is defined for this instance.
isRegionInitialized() - Method in class filenet.vw.api.VWSession
Indicates whether the isolated region has been initialized.
isRulesetName(String) - Method in class filenet.vw.api.VWWorkflowSignature
Indicates whether the specified rule set is defined for this instance.
isSchemaName(String) - Method in class filenet.vw.api.VWWorkflowSignature
Indicates whether the specified schema is defined for this instance.
isSortable() - Method in class filenet.vw.api.VWWorkBasket.Column
Indicates whether the workbasket column can be sorted.
isSortable() - Method in class filenet.vw.api.VWWorkBasketColumnDefinition
Indicates whether or not the workbasket column can be sorted.
isSystemField() - Method in class filenet.vw.api.VWExposedFieldDefinition
Determines whether the data field is a system field.
isSystemField(String) - Method in class filenet.vw.api.VWQueueElement
Indicates whether the field specified is a system field.
isSystemField(String) - Method in class filenet.vw.api.VWRosterElement
Indicates whether the field specified is a system field.
isSystemIndex() - Method in class filenet.vw.api.VWIndexDefinition
Indicates whether or not the index is a system index.
isSystemInstructionsOperation(int) - Static method in class filenet.vw.api.VWParticipantHistory
Indicates whether the operation is a system instructions operation.
isSystemParameter() - Method in class filenet.vw.api.VWParameter
Indicates whether this parameter is of type "system parameter".
isUserLoggingOption(int) - Static method in class filenet.vw.api.VWLoggingOptionType
Determines whether or not the logging option type is one of the available user log message types.
isValid(int) - Static method in class filenet.vw.api.VWActionType
Validates an action.
isValid(int) - Static method in class filenet.vw.api.VWAssociationTargetType
Indicates whether or not the target type is valid.
isValid(int) - Static method in class filenet.vw.api.VWAttachmentType
Validates whether the input value is a valid attachment type.
isValid(int) - Static method in class filenet.vw.api.VWFetchType
Determines if the specified integer value is valid.
isValid(int) - Static method in class filenet.vw.api.VWFieldType
Validates an integer to insure that it is valid field type.
isValid(Object) - Static method in class filenet.vw.api.VWFieldType
Validates whether the passed object type matches one of valid the field types.
isValid(int) - Static method in class filenet.vw.api.VWJoinType
Checks whether or not the specified join type value is valid.
isValid(int) - Static method in class filenet.vw.api.VWLibraryType
Validates the specified library or Object Store type.
isValid(int) - Static method in class filenet.vw.api.VWMergeType
Validates the specified merge type.
isValid(int) - Static method in class filenet.vw.api.VWModeType
Validates the mode type.
isValid(int) - Static method in class filenet.vw.api.VWNodeType
Returns whether or not the node type is valid.
isValid(int) - Static method in class filenet.vw.api.VWOperationType
Validates the specified operation type.
isValid(int) - Static method in class filenet.vw.api.VWQueueDefinition
Validates the queue type a valid type.
isValid(int) - Static method in class filenet.vw.api.VWSplitType
Determines whether or not the split type is in range.
isValid(int) - Static method in class filenet.vw.api.VWTableDefinition
Validates the config type (a process engine table type) as a valid type.
isValid(int) - Static method in class filenet.vw.api.VWTimeUnitType
Checks that a time unit type is within a valid range.
isValid(int) - Static method in class filenet.vw.api.VWUserInfo
Indicates whether the specified notification type is valid.
isValid(int) - Static method in class filenet.vw.api.VWXMLSchemaSubType
Validates a schema sub type.
isValidName(String) - Static method in class filenet.vw.api.VWFieldType
Validates the input string as a properly formed field name.
isVerified() - Method in class filenet.vw.api.VWParticipant
Return true if this object was initialized using data from the server
IVWField - Interface in filenet.vw.api
The IVWField class provides a definition for field values.
IVWPastable - Interface in filenet.vw.api
Catagorizes classes that can be pasted into a map.
IVWTableDefinition - Interface in filenet.vw.api
The VWTableDefinition class provides the definition for database tables.
IVWtoXML - Interface in filenet.vw.api
Provides a way to identify which objects implement a toXML() method.

J

JOIN_TYPE_AND - Static variable in class filenet.vw.api.VWJoinType
Value of 1. Indicates a join where work is received from multiple paths which must all be traversed.
JOIN_TYPE_NONE - Static variable in class filenet.vw.api.VWJoinType
Value of 3. Indicates there is no join at the step.
JOIN_TYPE_OR - Static variable in class filenet.vw.api.VWJoinType
Value of 2. Indicates a branch where work will be received from one among more than one paths.

L

LIBRARY_TYPE_CM - Static variable in class filenet.vw.api.VWLibraryType
 
LIBRARY_TYPE_CONTENT_ENGINE - Static variable in class filenet.vw.api.VWLibraryType
Value of 3. The library or Object Store is a Content Engine library.
LIBRARY_TYPE_GENERIC - Static variable in class filenet.vw.api.VWLibraryType
 
LIBRARY_TYPE_IDMDS - Static variable in class filenet.vw.api.VWLibraryType
Value of 2. The library is a Content Services (CS) library (Content Services was formerly known as Document Services).
LIBRARY_TYPE_IDMIS - Static variable in class filenet.vw.api.VWLibraryType
Value of 1. The library is an Image Services (IS) library.
LIBRARY_TYPE_OD - Static variable in class filenet.vw.api.VWLibraryType
 
LIBRARY_TYPE_UNDEFINED - Static variable in class filenet.vw.api.VWLibraryType
Value of 0. The library type is unknown or undefined.
LIST_GROUP - Static variable in class filenet.vw.api.VWParticipantList
Value of 2; indicates the listing type is "Group".
LIST_USER - Static variable in class filenet.vw.api.VWParticipantList
Value of 1; indicates the listing type is "User".
LIST_USER_AND_GROUP - Static variable in class filenet.vw.api.VWParticipantList
Value of 3; indicates the listing type is "User and Group".
lock(boolean) - Method in class filenet.vw.api.VWInstructionElement
Deprecated. Replaced by VWInstructionElement.doLock(boolean)
lock(boolean) - Method in class filenet.vw.api.VWWorkObject
Deprecated. Replaced by VWWorkObject.doLock( boolean)
LOCKED_BY_NONE - Static variable in class filenet.vw.api.VWQueueElement
Value of 0.
LOCKED_BY_SYSTEM - Static variable in class filenet.vw.api.VWQueueElement
Value of 2.  This value indicates whether a workflow object is locked by the system.
LOCKED_BY_USER - Static variable in class filenet.vw.api.VWQueueElement
Value of 1.  This value indicates whether a workflow object is locked by a user.
lockMany(VWInstructionElement[], boolean) - Static method in class filenet.vw.api.VWInstructionElement
Deprecated. Replaced by VWInstructionElement.doLockMany(VWInstructionElement[], boolean)
lockMany(VWWorkObject[], boolean) - Static method in class filenet.vw.api.VWWorkObject
Deprecated. Replaced by VWWorkObject.doLockMany(VWWorkObject[], boolean)
LOG_ALL - Static variable in class filenet.vw.api.VWSystemConfiguration
Integer value that is the sum of all the other logging options. Enables logging for all selections.
LOG_BEGIN_SERVICE_OPERATION - Static variable in class filenet.vw.api.VWSystemConfiguration
Value of 0x00100000 (1048576 decimal). Enables logging when a work performer and work object begin operation.
LOG_END_SERVICE_OPERATION - Static variable in class filenet.vw.api.VWSystemConfiguration
Value of 0x00400000 (4194304 decimal). Enables logging when work performer and work object end operation.
LOG_MILESTONES - Static variable in class filenet.vw.api.VWSystemConfiguration
Value of 0x00000040 (64 decimal). Enables logging for milestones.
LOG_NONE - Static variable in class filenet.vw.api.VWSystemConfiguration
Value of 0. Disables logging for all selections.
LOG_SYSTEM_MESSAGES - Static variable in class filenet.vw.api.VWSystemConfiguration
Value of 0x00010000 (65536 decimal). Enables logging for system messages.
LOG_USER_DEFINED_1 - Static variable in class filenet.vw.api.VWSystemConfiguration
Value of 0x40000000 (1073741824 decimal). Enables logging for user-defined message 1.
LOG_USER_DEFINED_2 - Static variable in class filenet.vw.api.VWSystemConfiguration
Value of 0x80000000 (2147483648 decimal). Enables logging for user-defined message 2.
LOG_WOBJ_ADMINISTRATION - Static variable in class filenet.vw.api.VWSystemConfiguration
Value of 0x00001000 ( 4096 decimal). Enables logging for work object administration messages.
LOG_WOBJ_CREATION - Static variable in class filenet.vw.api.VWSystemConfiguration
Value of 0x00000100 (256 decimal). Enables logging for work object creation.
LOG_WOBJ_EMPTY_STEP - Static variable in class filenet.vw.api.VWSystemConfiguration
Value of 0x00000010 (16 decimal). Enables logging for empty steps, (steps with no queue or participants).
LOG_WOBJ_EXCEPTION - Static variable in class filenet.vw.api.VWSystemConfiguration
Value of 0x00000400 (1024 decimal). Enables logging for work object exceptions.
LOG_WOBJ_RULES - Static variable in class filenet.vw.api.VWSystemConfiguration
Value of 0x00000020 (32 decimal). Enables logging for work object rules.
LOG_WOBJ_TERMINATION - Static variable in class filenet.vw.api.VWSystemConfiguration
Value of 0x00000200 (512 decimal). Enables logging for work object termination.
LOG_WOBJ_TRACE_INSTRUCTIONS - Static variable in class filenet.vw.api.VWSystemConfiguration
Value of 0x00000080 (128 decimal). Enables logging for work object trace instructions.
LOGGING_OPTION_TYPE_USER1_MESSAGE1 - Static variable in class filenet.vw.api.VWLoggingOptionType
Value of 410. Specifying this option logs message 1 of user 1 on the server.
LOGGING_OPTION_TYPE_USER1_MESSAGE2 - Static variable in class filenet.vw.api.VWLoggingOptionType
Value of 420. Specifying this option logs message 2 of user 1 on the server.
LOGGING_OPTION_TYPE_USER1_MESSAGE3 - Static variable in class filenet.vw.api.VWLoggingOptionType
Value of 430. Specifying this option logs message 3 of user 1 on the server.
LOGGING_OPTION_TYPE_USER1_MESSAGE4 - Static variable in class filenet.vw.api.VWLoggingOptionType
Value of 440. Specifying this option logs message 4 of user 1 on the server.
LOGGING_OPTION_TYPE_USER2_MESSAGE1 - Static variable in class filenet.vw.api.VWLoggingOptionType
Value of 450. Specifying this option logs message 1 of user 2 on the server.
LOGGING_OPTION_TYPE_USER2_MESSAGE2 - Static variable in class filenet.vw.api.VWLoggingOptionType
Value of 460. Specifying this option logs message 2 of user 2 on the server.
LOGGING_OPTION_TYPE_USER2_MESSAGE3 - Static variable in class filenet.vw.api.VWLoggingOptionType
Value of 470. Specifying this option logs message 3 of user 2 on the server.
LOGGING_OPTION_TYPE_USER2_MESSAGE4 - Static variable in class filenet.vw.api.VWLoggingOptionType
Value of 480. Specifying this option logs message 4 of user 2 on the server.
LOGGING_OPTION_TYPE_VW_VWEndCleanRepository - Static variable in class filenet.vw.api.VWLoggingOptionType
Value of 290. Clean repository finished.
LOGGING_OPTION_TYPE_VW_VWEndFullInitialize - Static variable in class filenet.vw.api.VWLoggingOptionType
Value of 330. Full initialize finished.
LOGGING_OPTION_TYPE_VW_VWEndInitRegion - Static variable in class filenet.vw.api.VWLoggingOptionType
Value of 310. Initialize region finished.
LOGGING_OPTION_TYPE_VW_VWEndTransfer - Static variable in class filenet.vw.api.VWLoggingOptionType
Value of 270. Transfer finished
LOGGING_OPTION_TYPE_VW_VWLogVectorChanged - Static variable in class filenet.vw.api.VWLoggingOptionType
Value of 230. The flags that control logging were changed.
LOGGING_OPTION_TYPE_VW_VWNewConfigMsg - Static variable in class filenet.vw.api.VWLoggingOptionType
Value of 265. New or modified workflow roster, work queue, or event log information was saved to the workflow database.
LOGGING_OPTION_TYPE_VW_VWNewWorkClassMsg - Static variable in class filenet.vw.api.VWLoggingOptionType
Value of 266. New or modified workflow definition was saved to the workflow database.
LOGGING_OPTION_TYPE_VW_VWRemoveDatabase - Static variable in class filenet.vw.api.VWLoggingOptionType
Value of 340. Database was removed.
LOGGING_OPTION_TYPE_VW_VWStartCleanRepository - Static variable in class filenet.vw.api.VWLoggingOptionType
Value of 280. Clean repository started.
LOGGING_OPTION_TYPE_VW_VWStartFullInitialize - Static variable in class filenet.vw.api.VWLoggingOptionType
Value of 320. Full initialize started.
LOGGING_OPTION_TYPE_VW_VWStartInitRegion - Static variable in class filenet.vw.api.VWLoggingOptionType
Value of 300. Initialize region started.
LOGGING_OPTION_TYPE_VW_VWStartTransfer - Static variable in class filenet.vw.api.VWLoggingOptionType
Value of 260. Transfer started
LOGGING_OPTION_TYPE_VW_VWUserLogin - Static variable in class filenet.vw.api.VWLoggingOptionType
Value of 240. User logged in.
LOGGING_OPTION_TYPE_VW_VWUserLogout - Static variable in class filenet.vw.api.VWLoggingOptionType
Value of 250. User logged out.
LOGGING_OPTION_TYPE_VW_WFTerminationMsg - Static variable in class filenet.vw.api.VWLoggingOptionType
Value of 165. Workflow (process) terminated.
LOGGING_OPTION_TYPE_VW_WOChildCreation - Static variable in class filenet.vw.api.VWLoggingOptionType
Value of 130. Work item.
LOGGING_OPTION_TYPE_VW_WOChildTermination - Static variable in class filenet.vw.api.VWLoggingOptionType
Value of 150. Work item.
LOGGING_OPTION_TYPE_VW_WOCompleteSysStepMsg - Static variable in class filenet.vw.api.VWLoggingOptionType
Value of 510. Work item, System step is complete
LOGGING_OPTION_TYPE_VW_WODeadline - Static variable in class filenet.vw.api.VWLoggingOptionType
Value of 172. Work item.
LOGGING_OPTION_TYPE_VW_WOEmptyStepMsg - Static variable in class filenet.vw.api.VWLoggingOptionType
Value of 500. Work item, Empty step (no queue, no participants) is complete.
LOGGING_OPTION_TYPE_VW_WOEvaluateRuleSet - Static variable in class filenet.vw.api.VWLoggingOptionType
Value of 115. Work item.
LOGGING_OPTION_TYPE_VW_WOException - Static variable in class filenet.vw.api.VWLoggingOptionType
Value of 170. Work item.
LOGGING_OPTION_TYPE_VW_WOForcedToDelete - Static variable in class filenet.vw.api.VWLoggingOptionType
Value of 200. Work item is forced to delete
LOGGING_OPTION_TYPE_VW_WOForcedToSkipInstruction - Static variable in class filenet.vw.api.VWLoggingOptionType
Value of 180. Work item is forced to skip an instruction
LOGGING_OPTION_TYPE_VW_WOForcedToTerminate - Static variable in class filenet.vw.api.VWLoggingOptionType
Value of 190. Work item is forced to terminate.
LOGGING_OPTION_TYPE_VW_WOMilestoneMsg - Static variable in class filenet.vw.api.VWLoggingOptionType
Value of 125. Work item.
LOGGING_OPTION_TYPE_VW_WOMovedToServer - Static variable in class filenet.vw.api.VWLoggingOptionType
Value of 110. Work item moved from one server to another during normal processing in a multiserver environment.
LOGGING_OPTION_TYPE_VW_WONameChanged - Static variable in class filenet.vw.api.VWLoggingOptionType
Value of 120. Work item's name is changed.
LOGGING_OPTION_TYPE_VW_WOParentCreation - Static variable in class filenet.vw.api.VWLoggingOptionType
Value of 140. Work item.
LOGGING_OPTION_TYPE_VW_WOParentTermination - Static variable in class filenet.vw.api.VWLoggingOptionType
Value of 160. Work item.
LOGGING_OPTION_TYPE_VW_WOReminder - Static variable in class filenet.vw.api.VWLoggingOptionType
Value of 174. Work item.
LOGGING_OPTION_TYPE_VW_WOSystemOperation - Static variable in class filenet.vw.api.VWLoggingOptionType
Value of 100. Work item.
LOGGING_OPTION_TYPE_VW_WPBeginService - Static variable in class filenet.vw.api.VWLoggingOptionType
Value of 350. Step processor or user locks a work item.
LOGGING_OPTION_TYPE_VW_WPCheckPoint - Static variable in class filenet.vw.api.VWLoggingOptionType
Value of 400. Queue.
LOGGING_OPTION_TYPE_VW_WPEndServiceAbnormal - Static variable in class filenet.vw.api.VWLoggingOptionType
Value of 370. Queue.
LOGGING_OPTION_TYPE_VW_WPEndServiceAbort - Static variable in class filenet.vw.api.VWLoggingOptionType
Value of 390. Queue.
LOGGING_OPTION_TYPE_VW_WPEndServiceNormal - Static variable in class filenet.vw.api.VWLoggingOptionType
Value of 360. Work item is updated and dispatched to the next queue.
LOGGING_OPTION_TYPE_VW_WPEndServiceRelease - Static variable in class filenet.vw.api.VWLoggingOptionType
Value of 380. Queue.
LOGGING_OPTION_TYPE_VW_WPEndServiceReleaseDelegate - Static variable in class filenet.vw.api.VWLoggingOptionType
Value of 382. Queue.
LOGGING_OPTION_TYPE_VW_WPEndServiceReleaseReassign - Static variable in class filenet.vw.api.VWLoggingOptionType
Value of 384. Queue.
LOGGING_OPTION_TYPE_VW_WPEndServiceReleaseReturn - Static variable in class filenet.vw.api.VWLoggingOptionType
Value of 386. Queue.
LOGGING_OPTION_TYPE_VW_WPExitingInstrSheet - Static variable in class filenet.vw.api.VWLoggingOptionType
Value of 405. Queue.
LOGGING_OPTION_TYPE_VW_WPReturnInstrSheetMsg - Static variable in class filenet.vw.api.VWLoggingOptionType
Value of 407. Queue.
LOGGING_OPTION_TYPE_VW_WPWOBSaveWithLock - Static variable in class filenet.vw.api.VWLoggingOptionType
Value of 365. Work item is saved locked.
LOGGING_OPTION_TYPE_VW_WPWorkObjectQueued - Static variable in class filenet.vw.api.VWLoggingOptionType
Value of 352. Work object entered a queue.
logMessage(int, String) - Method in class filenet.vw.api.VWInstructionElement
Deprecated. Logs a message to the default server log.
logoff() - Method in class filenet.vw.api.VWSession
Ends the session with the Process Engine and frees all resources.
logon(String, String, String) - Method in class filenet.vw.api.VWSession
Logs onto an existing session.
logon(String) - Method in class filenet.vw.api.VWSession
Logs on to an existing session in an environment where the JAAS context is already established.
logonByDomain(String, String, String, String) - Method in class filenet.vw.api.VWSession
Logs on to an existing session for a specified domain.
logonWithToken(String, String) - Method in class filenet.vw.api.VWSession
For FileNet Web Services and Open Client only, this method can establish a shared logon session.
LVALUE - Static variable in class filenet.vw.api.VWEventDefinition
Value of 0: this constant can be used to subscript into the left-hand side values of an event assignment array.
lValue(String, VWWorkflowSignature, VWWorkflowDefinition) - Static method in class filenet.vw.api.VWFieldType
Determines whether an expression is a valid as an array or single value on the left (target) side of an assignment statement.
LVALUE - Static variable in class filenet.vw.api.VWStepDefinition
Value of 0: Used as a subscript for the pre or post-assignment arrays.
LVALUE - Static variable in class filenet.vw.api.VWTableDefinition
Value of 0. This constant can be used to subscript into the pre or post assignment arrays.
LVALUE - Static variable in class filenet.vw.api.VWWorkflowDefinition
Value of 0: A subscript for the pre or post assignment arrays.

M

makeXMLBlock(IVWtoXML[]) - Static method in class filenet.vw.api.VWXMLConfiguration
Creates XML header information and XML text representing the specified administration and configuration objects implementing the IVWtoXML interface.
makeXMLBlock(IVWtoXML[], String) - Static method in class filenet.vw.api.VWXMLUtil
Creates XML header information and XML text representing runtime Process Engine API objects in an input array of runtime Process Engine API objects that implement the IVWtoXML interface.
makeXMLBlock(IVWtoXML) - Static method in class filenet.vw.api.VWXMLUtil
Creates XML header information and XML text representing runtime a Process Engine API object from a runtime Process Engine API object that implements the IVWtoXML interface.
MERGE_TYPE_ADD - Static variable in class filenet.vw.api.VWMergeType
Value of 5. Indicates an Add merge type.
MERGE_TYPE_APPEND - Static variable in class filenet.vw.api.VWMergeType
Value of 2. Indicates an Append merge type.
MERGE_TYPE_APPEND_NO_DUP - Static variable in class filenet.vw.api.VWMergeType
Value of 6. Indicates an Append without Duplicates merge type.
MERGE_TYPE_DEFAULT - Static variable in class filenet.vw.api.VWMergeType
Value of 1. Indicates a Default merge type.
MERGE_TYPE_OVERRIDE - Static variable in class filenet.vw.api.VWMergeType
Value of 3. Indicates an Override merge type.
MERGE_TYPE_OVERRIDE_ENTRY - Static variable in class filenet.vw.api.VWMergeType
Value of 4. Indicates an Override entry merge type.
MILESTONE_QUERY_WORKFLOW_NUMBER - Static variable in class filenet.vw.api.VWSession
Value of 1.
MILESTONE_QUERY_WORKOBJECT_NUMBER - Static variable in class filenet.vw.api.VWSession
Value of 0.
MINUTES - Static variable in class filenet.vw.api.VWTimeUnitType
Value of 1. Specifies minutes the time unit.
MODE_IN - Static variable in class filenet.vw.api.VWInstructionElement
Deprecated. Value of 1: indicates that the field has an IN mode.
MODE_IN_OUT - Static variable in class filenet.vw.api.VWInstructionElement
Deprecated. Value of 3: indicates that the field has an IN and OUT mode.
MODE_OUT - Static variable in class filenet.vw.api.VWInstructionElement
Deprecated. Value of 2: indicates that the field has an OUT mode.
MODE_TYPE_IN - Static variable in class filenet.vw.api.VWModeType
Value of 1. Indicates that the argument is an input parameter, which is passed by value.
MODE_TYPE_IN_OUT - Static variable in class filenet.vw.api.VWModeType
Value of 3. Indicates that the argument is an input/output parameter, which is passed by reference.
MODE_TYPE_OUT - Static variable in class filenet.vw.api.VWModeType
Value of 2. Indicates that the argument is an output parameter, which is passed by reference.
MONTHS - Static variable in class filenet.vw.api.VWTimeUnitType
Value of 5. Specifies months as the time unit.

N

next() - Method in class filenet.vw.api.VWAttachmentTrackingQuery
Gets the next roster element from the results of the "referencing attachment" query.
next() - Method in class filenet.vw.api.VWLogQuery
Gets the next log element in the collection (if one exists).
next() - Method in class filenet.vw.api.VWParticipantList
Retrieves the subsequent element for the current VWParticipantList instance.
next() - Method in class filenet.vw.api.VWProcess
Retrieves the subsequent work object in the series of active work objects associated with this process.
next() - Method in class filenet.vw.api.VWQueueQuery
Retrieves the subsequent element for this VWQueueQuery instance.
next() - Method in class filenet.vw.api.VWRosterQuery
Retrieves the subsequent element for this VWRosterQuery instance.
next() - Method in class filenet.vw.api.VWSecurityList
Retrieves the subsequent element for the current VWSecurityList instance.
next() - Method in class filenet.vw.api.VWStepHistory
Retrieves the subsequent element for this VWStepHistory instance.
next() - Method in class filenet.vw.api.VWStepOccurrenceHistory
Retrieves the subsequent element for this VWStepOccurrenceHistory instance.
next() - Method in class filenet.vw.api.VWStepWorkObjectHistory
Retrieves the subsequent element for this VWStepWorkObjectHistory instance.
next() - Method in class filenet.vw.api.VWWorkflowHistory
Retrieves the subsequent element for this VWWorkflowHistory instance.
next() - Method in class filenet.vw.api.VWWorkflowMilestones
Returns the next element in an iterated series of VWMilestoneElement members that belong to the current instance of the VWWorkflowMilestones class.
NODE_TYPE_LAUNCH - Static variable in class filenet.vw.api.VWNodeType
Value of 1
The node is a launch node, which is the first step in the main workflow definition map, which is called "Workflow".
NODE_TYPE_OTHER - Static variable in class filenet.vw.api.VWNodeType
Value of 3
The node is neither a start nor a launch node.
NODE_TYPE_START - Static variable in class filenet.vw.api.VWNodeType
Value of 2
The node is a start node, which is the first step in any workflow definition map other than the main map.
normalize() - Method in class filenet.vw.api.VWMapDefinition
Ensures that the start step (the step having an ID of zero) is the first step in this map.
NOTIFICATION_MILESTONE_ORIGINATOR - Static variable in class filenet.vw.api.VWUserInfo
Value of 512: signifies the notification flag is "Originator Milestone".
NOTIFICATION_MILESTONE_TRACKER - Static variable in class filenet.vw.api.VWUserInfo
Value of 256: signifies the notification flag is "Tracker Milestone".
NOTIFICATION_STEP_EXPIRED_DEADLINE - Static variable in class filenet.vw.api.VWUserInfo
Value of 2: signifies the notification flag is "Step Expired Deadline".
NOTIFICATION_STEP_NEW_ASSIGNMENT - Static variable in class filenet.vw.api.VWUserInfo
Value of 1: signifies the notification flag is "Step New Assignment".
NOTIFICATION_STEP_REMINDERS - Static variable in class filenet.vw.api.VWUserInfo
Value of 4: signifies the notification flag is "Step Reminders".
NOTIFICATION_TRACKER_EXPIRED_DEADLINE - Static variable in class filenet.vw.api.VWUserInfo
Value of 16: signifies the notification flag is "Tracker Expired Deadline".
NOTIFICATION_TRACKER_NEW_ASSIGNMENT - Static variable in class filenet.vw.api.VWUserInfo
Value of 32: signifies the notification flag is "Tracker New Assignment".
NOTIFICATION_TRACKER_REMINDERS - Static variable in class filenet.vw.api.VWUserInfo
Value of 64: signifies the notification flag is "Tracker Reminders".
NOTIFICATION_TRACKER_STEP_EXPIRED_DEADLINE - Static variable in class filenet.vw.api.VWUserInfo
Value of 128: signifies the notification flag is "Tracker Step Expired Deadline".
NOTIFICATION_TRACKER_WORKFLOW_EXCEPTION - Static variable in class filenet.vw.api.VWUserInfo
Value of 8: signifies the notification flag is "Tracker Workflow Exception".
NOTIFICATION_UNDEFINED - Static variable in class filenet.vw.api.VWUserInfo
Value of 0: signifies the notification flag is "Undefined".
numberOfParameters(int) - Static method in class filenet.vw.api.VWActionType
Gets the number of parameters required for an action.

O

OP_TYPE_ASSIGN - Static variable in class filenet.vw.api.VWOperationType
Value of 0.
OP_TYPE_BEGIN_SEQMODE - Static variable in class filenet.vw.api.VWOperationType
Value of 31.
OP_TYPE_BEGIN_TIMER - Static variable in class filenet.vw.api.VWOperationType
Value of 1.
OP_TYPE_BEGINCHECKPOINT - Static variable in class filenet.vw.api.VWOperationType
Value of 27.
OP_TYPE_BINDTOSTATION - Static variable in class filenet.vw.api.VWOperationType
Value of 2.
OP_TYPE_BINDTOUSER - Static variable in class filenet.vw.api.VWOperationType
Value of 3.
OP_TYPE_BRANCH - Static variable in class filenet.vw.api.VWOperationType
Value of 4.
OP_TYPE_BREAK - Static variable in class filenet.vw.api.VWOperationType
Value of 36.
OP_TYPE_CALL - Static variable in class filenet.vw.api.VWOperationType
Value of 5.
OP_TYPE_COMPOUND_STEP_SERVICE - Static variable in class filenet.vw.api.VWOperationType
Value of 34.
OP_TYPE_CREATE - Static variable in class filenet.vw.api.VWOperationType
Value of 6.
OP_TYPE_DB_EXECUTE - Static variable in class filenet.vw.api.VWOperationType
Value of 37.
OP_TYPE_DELAY_INST - Static variable in class filenet.vw.api.VWOperationType
Value of 7.
OP_TYPE_END_SEQMODE - Static variable in class filenet.vw.api.VWOperationType
Value of 32.
OP_TYPE_ENDALLTIMERS - Static variable in class filenet.vw.api.VWOperationType
Value of 8.
OP_TYPE_ENDCHECKPOINT - Static variable in class filenet.vw.api.VWOperationType
Value of 28.
OP_TYPE_ENDTIMER - Static variable in class filenet.vw.api.VWOperationType
Value of 9.
OP_TYPE_ENDWHILE - Static variable in class filenet.vw.api.VWOperationType
Value of 21.
OP_TYPE_GOTO - Static variable in class filenet.vw.api.VWOperationType
Value of 10.
OP_TYPE_IF - Static variable in class filenet.vw.api.VWOperationType
Value of 35.
OP_TYPE_INVOKE - Static variable in class filenet.vw.api.VWOperationType
Value of 39.
OP_TYPE_LABEL - Static variable in class filenet.vw.api.VWOperationType
Value of 11.
OP_TYPE_LEAF - Static variable in class filenet.vw.api.VWOperationType
Value of 26.
OP_TYPE_LOG - Static variable in class filenet.vw.api.VWOperationType
Value of 38.
OP_TYPE_NONE - Static variable in class filenet.vw.api.VWOperationType
Value of 25.
OP_TYPE_NONOP - Static variable in class filenet.vw.api.VWOperationType
Value of 24.
OP_TYPE_RECEIVE - Static variable in class filenet.vw.api.VWOperationType
Value of 40.
OP_TYPE_RELEASE - Static variable in class filenet.vw.api.VWOperationType
Value of 12.
OP_TYPE_RENDEZVOUS - Static variable in class filenet.vw.api.VWOperationType
Value of 22.
OP_TYPE_REPLY - Static variable in class filenet.vw.api.VWOperationType
Value of 41.
OP_TYPE_RESUMETIMER - Static variable in class filenet.vw.api.VWOperationType
Value of 13.
OP_TYPE_RETURN - Static variable in class filenet.vw.api.VWOperationType
Value of 14.
OP_TYPE_ROLLBACKCHECKPOINT - Static variable in class filenet.vw.api.VWOperationType
Value of 29.
OP_TYPE_STATICSPLIT - Static variable in class filenet.vw.api.VWOperationType
Value of 15.
OP_TYPE_STEP - Static variable in class filenet.vw.api.VWOperationType
Value of 33.
OP_TYPE_STOP - Static variable in class filenet.vw.api.VWOperationType
Value of 30.
OP_TYPE_SUSPENDTIMER - Static variable in class filenet.vw.api.VWOperationType
Value of 16.
OP_TYPE_TERMINATE - Static variable in class filenet.vw.api.VWOperationType
Deprecated. - use OP_TYPE_TERMINATE_BRANCH instead, to match the new terminology on the server, terminate was renamed "terminate branch" to distinguish it from the new "terminate process" operation. The value is 17 for both "terminate branch" and "terminate", but "terminate branch" is the preferred name.
OP_TYPE_TERMINATE_BRANCH - Static variable in class filenet.vw.api.VWOperationType
Value of 17 .
OP_TYPE_TERMINATE_PROCESS - Static variable in class filenet.vw.api.VWOperationType
Value of 42.
OP_TYPE_UNBIND - Static variable in class filenet.vw.api.VWOperationType
Value of 18.
OP_TYPE_USERDEFINED - Static variable in class filenet.vw.api.VWOperationType
Value of 23.
OP_TYPE_WAITFOREVENT - Static variable in class filenet.vw.api.VWOperationType
Value of 19.
OP_TYPE_WHILE - Static variable in class filenet.vw.api.VWOperationType
Value of 20.
OPERATOR_EQUAL - Static variable in class filenet.vw.api.VWWorkBasketFilterDefinition
Value of 0 (zero).
OPERATOR_GREATER_THAN - Static variable in class filenet.vw.api.VWWorkBasketFilterDefinition
Value of 2.
OPERATOR_GREATER_THAN_OR_EQUAL - Static variable in class filenet.vw.api.VWWorkBasketFilterDefinition
Value of 3.
OPERATOR_LESS_THAN - Static variable in class filenet.vw.api.VWWorkBasketFilterDefinition
Value of 4.
OPERATOR_LESS_THAN_OR_EQUAL - Static variable in class filenet.vw.api.VWWorkBasketFilterDefinition
Value of 5.
OPERATOR_LIKE - Static variable in class filenet.vw.api.VWWorkBasketFilterDefinition
Value of 6.
OPERATOR_NOT_EQUAL - Static variable in class filenet.vw.api.VWWorkBasketFilterDefinition
Value of 1.
OPERATOR_NOT_LIKE - Static variable in class filenet.vw.api.VWWorkBasketFilterDefinition
Value of 7.
optionalSystemFields() - Static method in class filenet.vw.api.VWLogDefinition
Returns workflow system exposed fields, which are marked as optional.
optionalSystemFields() - Static method in class filenet.vw.api.VWQueueDefinition
Gets definitions of optional exposed queue fields.
optionalSystemFields() - Static method in class filenet.vw.api.VWRosterDefinition
Returns workflow system exposed fields that are marked as optional.
optionalSystemFields(int) - Static method in class filenet.vw.api.VWTableDefinition
Gets optional exposed workflow system fields of type roster, queue, or log.

P

PARTICIPANT_TYPE_GROUP - Static variable in class filenet.vw.api.VWParticipant
Value of 2; indicates the participant type is group.
PARTICIPANT_TYPE_UNDEFINED - Static variable in class filenet.vw.api.VWParticipant
Value of 0; indicates the participant type is undefined.
PARTICIPANT_TYPE_USER - Static variable in class filenet.vw.api.VWParticipant
Value of 1; indicates the participant type is user.
paste(String) - Method in class filenet.vw.api.VWMapDefinition
Pastes steps and text annotations into the workflow definition.
pasteSteps(String) - Method in class filenet.vw.api.VWMapDefinition
Deprecated. use the IVWPastable paste(String) method instead. This method was deprecated because we can now paste VWTextAnnotations in addition to the VWMapNodes. This method may fail if it is used to paste an XML string that contains anything other than steps (i.e. classes that inherit from VWMapNode). Pastes steps into the workflow definition. The step definitions are contained in an XML-formatted string.
pasteSteps(String) - Method in class filenet.vw.api.VWStepPaletteDefinition
Pastes steps into the step palette definition.
POST_RULESETS - Static variable in class filenet.vw.api.VWMapNode
Indicates a type of ruleset that is executed the work object is dispatched.
PRE_RULESETS - Static variable in class filenet.vw.api.VWMapNode
Indicates a type of ruleset that is executed before a user gets the work object.
PRIVILEGES_ADMINISTRATOR - Static variable in class filenet.vw.api.VWSession
Value of 1.
PRIVILEGES_CONFIGURATION - Static variable in class filenet.vw.api.VWSession
Value of 2.
PROCESSOR_DEFAULT - Static variable in class filenet.vw.api.VWStepProcessorInfo
Value of 3. This value specifies the default launch and the default step processor.
PROCESSOR_DEFAULT - Static variable in class filenet.vw.api.VWStepProcessorInfoDefinition
Value of 3. This value indicates default launch and step processors. The VWStepProcessorInfoDefinition.getProcessorType(...) and the VWStepProcessorInfoDefinition.setProcessorType(...)
PROCESSOR_LAUNCH - Static variable in class filenet.vw.api.VWStepProcessorInfo
Value of 4. This value specifies the non-default launch step processor.
PROCESSOR_LAUNCH - Static variable in class filenet.vw.api.VWStepProcessorInfoDefinition
Value of 4. This value indicates that the step is the non-default launch step processor.
PROCESSOR_LAUNCH_DEFAULT - Static variable in class filenet.vw.api.VWStepProcessorInfo
Value of 1. This value specifies the default launch step processor.
PROCESSOR_LAUNCH_DEFAULT - Static variable in class filenet.vw.api.VWStepProcessorInfoDefinition
Value of 1. This value indicates that the step is the default launch step processor. The VWStepProcessorInfoDefinition.getProcessorType(...) and the VWStepProcessorInfoDefinition.setProcessorType(...)
PROCESSOR_STEP - Static variable in class filenet.vw.api.VWStepProcessorInfo
Value of 8. This value specifies the non-default step processor.
PROCESSOR_STEP - Static variable in class filenet.vw.api.VWStepProcessorInfoDefinition
Value of 8. This value indicates a non-default step processor. The VWStepProcessorInfoDefinition.getProcessorType(...) and the VWStepProcessorInfoDefinition.setProcessorType(...)
PROCESSOR_STEP_DEFAULT - Static variable in class filenet.vw.api.VWStepProcessorInfo
Value of 2. This value specifies the default step processor.
PROCESSOR_STEP_DEFAULT - Static variable in class filenet.vw.api.VWStepProcessorInfoDefinition
Value of 2. This value indicates a default step processor. The VWStepProcessorInfoDefinition.getProcessorType(...) and the VWStepProcessorInfoDefinition.setProcessorType(...)
PRODUCT_BPS - Static variable in class filenet.vw.api.VWSession
Deprecated. Replaced by use of VWSession.setDefaultWebApplication(int)
PRODUCT_CUSTOM - Static variable in class filenet.vw.api.VWSession
Deprecated. Replaced by use of VWSession.setDefaultWebApplication(int)
PRODUCT_OPEN_CLIENT - Static variable in class filenet.vw.api.VWSession
Deprecated. Replaced by use of VWSession.setDefaultWebApplication(int)
PRODUCT_PW - Static variable in class filenet.vw.api.VWSession
Deprecated. Replaced by use of VWSession.setDefaultWebApplication(int)

Q

QUERY_GET_NO_SYSTEM_FIELDS - Static variable in class filenet.vw.api.VWQueue
Value of 1024. Include this value in the queryFlags parameter of the createQuery() method to return objects without system fields.
QUERY_GET_NO_SYSTEM_FIELDS - Static variable in class filenet.vw.api.VWRoster
Value of 1024. Include this value in the queryFlags parameter of the createQuery() method to return objects without system fields.
QUERY_GET_NO_TRANSLATED_SYSTEM_FIELDS - Static variable in class filenet.vw.api.VWLog
Value of 2048. Include this value in the queryFlags parameter of the createQuery() method to return objects without translated system fields.
QUERY_GET_NO_TRANSLATED_SYSTEM_FIELDS - Static variable in class filenet.vw.api.VWQueue
Value of 2048. Include this value in the queryFlags parameter of the createQuery() method to return objects without translated system fields.
QUERY_GET_NO_TRANSLATED_SYSTEM_FIELDS - Static variable in class filenet.vw.api.VWRoster
Value of 2048. Include this value in the queryFlags parameter of the createQuery() method to return objects without translated fields.
QUERY_GET_SYSTEM_FIELDS - Static variable in class filenet.vw.api.VWQueue
Deprecated. Not replaced. This is the default.
QUERY_GET_SYSTEM_FIELDS - Static variable in class filenet.vw.api.VWRoster
Deprecated. Not replaced. This is the default.
QUERY_GET_TRANSLATED_SYSTEM_FIELDS - Static variable in class filenet.vw.api.VWQueue
Deprecated. Not replaced. This is the default.
QUERY_GET_TRANSLATED_SYSTEM_FIELDS - Static variable in class filenet.vw.api.VWRoster
Deprecated. Not replaced. This is the default.
QUERY_LOCK_OBJECTS - Static variable in class filenet.vw.api.VWQueue
Value of 16. Include this value in the queryFlags parameter of the createQuery() method to lock the work items returned from a search.
QUERY_MAX_VALUES_INCLUSIVE - Static variable in class filenet.vw.api.VWLog
Value of 64. This value is used as a possible value for the queryFlags parameter of the startQuery method.
QUERY_MAX_VALUES_INCLUSIVE - Static variable in class filenet.vw.api.VWQueue
Value of 64. Include this value in the queryFlags parameter of the createQuery() method to include maximum search values.
QUERY_MAX_VALUES_INCLUSIVE - Static variable in class filenet.vw.api.VWRoster
Value of 64. Pass this value in the queryFlags parameter of the createQuery method to specify the inclusion of maximum search values.
QUERY_MIN_VALUES_INCLUSIVE - Static variable in class filenet.vw.api.VWLog
Integer value of 32. This value is used as a possible value for the queryFlags parameter of the startQuery method.
QUERY_MIN_VALUES_INCLUSIVE - Static variable in class filenet.vw.api.VWQueue
Value of 32. Include this value in the queryFlags parameter of the createQuery() method to include minimum search values.
QUERY_MIN_VALUES_INCLUSIVE - Static variable in class filenet.vw.api.VWRoster
Value of 32. Pass this value in the queryFlags parameter of the createQuery method to specify the inclusion of minimum search values.
QUERY_NO_OPTIONS - Static variable in class filenet.vw.api.VWLog
Value of 0. This value is used as a possible value for the queryFlags parameter of the startQuery method.
QUERY_NO_OPTIONS - Static variable in class filenet.vw.api.VWQueue
Value of 0. Pass this value as the queryFlags parameter of the createQuery() method to use the no search options option.
QUERY_NO_OPTIONS - Static variable in class filenet.vw.api.VWRoster
Value of 0. Pass this value in the queryFlags parameter of the createQuery method to specify no search option.
QUERY_READ_BOUND - Static variable in class filenet.vw.api.VWQueue
Value of 2. Include this value in the queryFlags parameter of the createQuery() method to return work items that are bound to a user or machine.
QUERY_READ_LOCKED - Static variable in class filenet.vw.api.VWQueue
Value of 1. Include this value in the queryFlags parameter of the createQuery() method to return locked and unlocked work items.
QUERY_READ_UNWRITABLE - Static variable in class filenet.vw.api.VWQueue
Value of 4. Include this value in the queryFlags parameter of the createQuery() method to return writable and unwritable work items.
QUERY_READ_UNWRITABLE - Static variable in class filenet.vw.api.VWRoster
Value of 4. Pass this value in the queryFlags parameter of the createQuery method to specify the return of Read-only work items.
QUERY_RESOLVE_NAMES - Static variable in class filenet.vw.api.VWLog
Value of 8192.
QUERY_RESOLVE_NAMES - Static variable in class filenet.vw.api.VWQueue
Value of 8192.
QUERY_RESOLVE_NAMES - Static variable in class filenet.vw.api.VWRoster
Value of 8192.
QUEUE_IGNORE_SECURITY - Static variable in class filenet.vw.api.VWSession
Value of 16.
QUEUE_ON_ALL_SERVERS - Static variable in class filenet.vw.api.VWQueueDefinition
Signed integer value of -1. Not a queue type, this field value indicates that the queue is located on all servers.
QUEUE_PROCESS - Static variable in class filenet.vw.api.VWSession
Value of 1.
QUEUE_SYSTEM - Static variable in class filenet.vw.api.VWSession
Value of 4.
QUEUE_TYPE_PROCESS - Static variable in class filenet.vw.api.VWQueue
Value of 1. This value is returned by the getQueueType() method to indicate that the queue is a process queue.
QUEUE_TYPE_PROCESS - Static variable in class filenet.vw.api.VWQueueDefinition
Value of 1. This field value indicates a process queue type.
QUEUE_TYPE_SYSTEM - Static variable in class filenet.vw.api.VWQueue
Value of 3. This value is returned by the getQueueType method to indicate that the queue is a system queue.
QUEUE_TYPE_SYSTEM - Static variable in class filenet.vw.api.VWQueueDefinition
Value of 3. This field value indicates a System queue type.
QUEUE_TYPE_USER_CENTRIC - Static variable in class filenet.vw.api.VWQueue
Value of 2. This value is returned by the getQueueType method to indicate that the queue is a user queue.
QUEUE_TYPE_USER_CENTRIC - Static variable in class filenet.vw.api.VWQueueDefinition
Value of 2. This field value indicates a user-centric queue type.
QUEUE_USER_CENTRIC - Static variable in class filenet.vw.api.VWSession
Value of 2.
QUEUE_USER_CENTRIC_FOR_USER_ONLY - Static variable in class filenet.vw.api.VWSession
Value of 32.

R

read(InputStream) - Static method in class filenet.vw.api.VWStepPaletteDefinition
Creates the new VWStepPaletteDefinition using values it reads from the input stream.
read(InputStream) - Static method in class filenet.vw.api.VWWorkflowCollectionDefinition
Evaluates and creates a workflow collection based on the values read from a specified input stream.
read(InputStream) - Static method in class filenet.vw.api.VWWorkflowDefinition
Evaluates a workflow definition from an input stream.
readFromFile(String) - Static method in class filenet.vw.api.VWStepPaletteDefinition
Creates the new VWStepPaletteDefinition using values read from the named file.
readFromFile(String) - Static method in class filenet.vw.api.VWWorkflowCollectionDefinition
Evaluates and creates a workflow collection based on the values read from a specified file.
readFromFile(String) - Static method in class filenet.vw.api.VWWorkflowDefinition
Evaluates a workflow definition from a file.
RECEIVE_WORKFLOW_SIGNATURES - Static variable in class filenet.vw.api.VWSession
Value of 1.
recoverUser(String, String[]) - Method in class filenet.vw.api.VWSession
Recovers a user, given a list of queue names like the list produced by fetchQueueNames.
refresh(boolean, boolean) - Method in class filenet.vw.api.VWInstructionElement
Deprecated. Replaced by VWInstructionElement.doRefresh(boolean, boolean)
refresh(boolean, boolean) - Method in class filenet.vw.api.VWWorkObject
Deprecated. Replaced by VWWorkObject.doRefresh(boolean, boolean)
registerCollectionExtension(int, IVWCollectionExtension) - Method in class filenet.vw.api.VWWorkflowCollectionDefinition
Register a collection extension
removeAllRegions() - Method in class filenet.vw.api.VWSystemAdministration
Deletes information for all isolated regions.
removeLinkFlag(String) - Method in class filenet.vw.api.VWSystemAdministration
Deletes the linked-document indicator from a transferred work space.
removeRegion() - Method in class filenet.vw.api.VWSystemAdministration
Deletes the current isolated region and information that pertains to it.
removeWorkflow(String) - Method in class filenet.vw.api.VWWorkflowCollectionDefinition
Removes the specified workflow from this collection.
removeWorkflowDatabase() - Method in class filenet.vw.api.VWSystemAdministration
Deletes all workflow information from the database.
reorderRoutes(int[]) - Method in class filenet.vw.api.VWMapNode
Changes the order in which the system stores outbound routes in this map node.
resetFetch() - Method in class filenet.vw.api.VWAttachmentTrackingQuery
Resets the attachment tracking query.
resetFetch() - Method in class filenet.vw.api.VWLogQuery
Resets the last element fetched for the log query object.
resetFetch() - Method in class filenet.vw.api.VWParticipantList
Resets the last element fetched for this VWParticipantList object to the beginning of the query series
resetFetch() - Method in class filenet.vw.api.VWProcess
Sets the fetch items count to zero (0) so the application can refetch items.
resetFetch() - Method in class filenet.vw.api.VWQueueQuery
Resets the last element fetched for this queue query object.
resetFetch() - Method in class filenet.vw.api.VWRosterQuery
Resets the last element fetched for this RosterQuery object.
resetFetch() - Method in class filenet.vw.api.VWSecurityList
Resets the last element fetched for this VWSecurityList object to the beginning of the query series
resetFetch() - Method in class filenet.vw.api.VWStepHistory
Resets the last element fetched for the current step history object.
resetFetch() - Method in class filenet.vw.api.VWStepOccurrenceHistory
Resets the last element fetched for this step history object.
resetFetch() - Method in class filenet.vw.api.VWStepWorkObjectHistory
Resets the last element fetched for this step history object.
resetFetch() - Method in class filenet.vw.api.VWWorkflowHistory
Resets the last element fetched for this step history object.
resetFetch() - Method in class filenet.vw.api.VWWorkflowMilestones
Resets the last element fetched for this step history object.
RVALUE - Static variable in class filenet.vw.api.VWEventDefinition
Value of 1: this constant can be used to subscript into right-hand side values of an event assignment array.
RVALUE - Static variable in class filenet.vw.api.VWStepDefinition
Value of 1: Used as a subscript for the pre or post-assignment arrays.
RVALUE - Static variable in class filenet.vw.api.VWTableDefinition
Value of 1. This constant can be used to subscript into the pre or post assignment arrays.
RVALUE - Static variable in class filenet.vw.api.VWWorkflowDefinition
Value of 1: A subscript for the pre or post assignment arrays.

S

save() - Method in class filenet.vw.api.VWInstructionElement
Deprecated. Replaced by VWInstructionElement.doSave(boolean)
save() - Method in class filenet.vw.api.VWUserInfo
Saves the values set for this instance.
save() - Method in class filenet.vw.api.VWWorkObject
Deprecated. Replaced by VWWorkObject.doSave(boolean)
saveMany(VWInstructionElement[]) - Static method in class filenet.vw.api.VWInstructionElement
Deprecated. Replaced by VWInstructionElement.doSaveMany(VWInstructionElement[])
saveMany(VWWorkObject[]) - Static method in class filenet.vw.api.VWWorkObject
Deprecated. Replaced by VWWorkObject.doSaveMany(VWWorkObject[])
SCHEMA_TYPE_ANY_URI - Static variable in class filenet.vw.api.VWXMLSchemaSubType
Value of 34.
SCHEMA_TYPE_BASE_64_BINARY - Static variable in class filenet.vw.api.VWXMLSchemaSubType
Value of 5.
SCHEMA_TYPE_BOOLEAN - Static variable in class filenet.vw.api.VWXMLSchemaSubType
Value of 21.
SCHEMA_TYPE_BYTE - Static variable in class filenet.vw.api.VWXMLSchemaSubType
Value of 3.
SCHEMA_TYPE_DATE - Static variable in class filenet.vw.api.VWXMLSchemaSubType
Value of 25.
SCHEMA_TYPE_DATE_TIME - Static variable in class filenet.vw.api.VWXMLSchemaSubType
Value of 23.
SCHEMA_TYPE_DECIMAL - Static variable in class filenet.vw.api.VWXMLSchemaSubType
Value of 18.
SCHEMA_TYPE_DOUBLE - Static variable in class filenet.vw.api.VWXMLSchemaSubType
Value of 20.
SCHEMA_TYPE_DURATION - Static variable in class filenet.vw.api.VWXMLSchemaSubType
Value of 24.
SCHEMA_TYPE_ENTITIES - Static variable in class filenet.vw.api.VWXMLSchemaSubType
Value of 40.
SCHEMA_TYPE_ENTITY - Static variable in class filenet.vw.api.VWXMLSchemaSubType
Value of 39.
SCHEMA_TYPE_FLOAT - Static variable in class filenet.vw.api.VWXMLSchemaSubType
Value of 19.
SCHEMA_TYPE_G_DAY - Static variable in class filenet.vw.api.VWXMLSchemaSubType
Value of 29.
SCHEMA_TYPE_G_MONTH - Static variable in class filenet.vw.api.VWXMLSchemaSubType
Value of 26.
SCHEMA_TYPE_G_MONTH_DAY - Static variable in class filenet.vw.api.VWXMLSchemaSubType
Value of 30.
SCHEMA_TYPE_G_YEAR - Static variable in class filenet.vw.api.VWXMLSchemaSubType
Value of 27.
SCHEMA_TYPE_G_YEAR_MONTH - Static variable in class filenet.vw.api.VWXMLSchemaSubType
Value of 28.
SCHEMA_TYPE_HEX_BINARY - Static variable in class filenet.vw.api.VWXMLSchemaSubType
Value of 6.
SCHEMA_TYPE_ID - Static variable in class filenet.vw.api.VWXMLSchemaSubType
Value of 36.
SCHEMA_TYPE_IDREF - Static variable in class filenet.vw.api.VWXMLSchemaSubType
Value of 37.
SCHEMA_TYPE_IDREFS - Static variable in class filenet.vw.api.VWXMLSchemaSubType
Value of 38.
SCHEMA_TYPE_INT - Static variable in class filenet.vw.api.VWXMLSchemaSubType
Value of 12.
SCHEMA_TYPE_INTEGER - Static variable in class filenet.vw.api.VWXMLSchemaSubType
Value of 7.
SCHEMA_TYPE_LANGUAGE - Static variable in class filenet.vw.api.VWXMLSchemaSubType
Value of 35.
SCHEMA_TYPE_LONG - Static variable in class filenet.vw.api.VWXMLSchemaSubType
Value of 14.
SCHEMA_TYPE_NAME - Static variable in class filenet.vw.api.VWXMLSchemaSubType
Value of 31.
SCHEMA_TYPE_NCNAME - Static variable in class filenet.vw.api.VWXMLSchemaSubType
Value of 33.
SCHEMA_TYPE_NEGATIVE_INTEGER - Static variable in class filenet.vw.api.VWXMLSchemaSubType
Value of 9.
SCHEMA_TYPE_NMTOKEN - Static variable in class filenet.vw.api.VWXMLSchemaSubType
Value of 42.
SCHEMA_TYPE_NMTOKENS - Static variable in class filenet.vw.api.VWXMLSchemaSubType
Value of 43.
SCHEMA_TYPE_NON_NEGATIVE_INTEGER - Static variable in class filenet.vw.api.VWXMLSchemaSubType
Value of 10.
SCHEMA_TYPE_NON_POSITIVE_INTEGER - Static variable in class filenet.vw.api.VWXMLSchemaSubType
Value of 11.
SCHEMA_TYPE_NORMALIZED_STRING - Static variable in class filenet.vw.api.VWXMLSchemaSubType
Value of 1.
SCHEMA_TYPE_NOTATION - Static variable in class filenet.vw.api.VWXMLSchemaSubType
Value of 41.
SCHEMA_TYPE_POSITIVE_INTEGER - Static variable in class filenet.vw.api.VWXMLSchemaSubType
Value of 8.
SCHEMA_TYPE_QNAME - Static variable in class filenet.vw.api.VWXMLSchemaSubType
Value of 32.
SCHEMA_TYPE_SHORT - Static variable in class filenet.vw.api.VWXMLSchemaSubType
Value of 16.
SCHEMA_TYPE_STRING - Static variable in class filenet.vw.api.VWXMLSchemaSubType
Value of 0.
SCHEMA_TYPE_TIME - Static variable in class filenet.vw.api.VWXMLSchemaSubType
Value of 22.
SCHEMA_TYPE_TOKEN - Static variable in class filenet.vw.api.VWXMLSchemaSubType
Value of 2.
SCHEMA_TYPE_UNDEFINED - Static variable in class filenet.vw.api.VWXMLSchemaSubType
Value of -1.
SCHEMA_TYPE_UNSIGNED_BYTE - Static variable in class filenet.vw.api.VWXMLSchemaSubType
Value of 4.
SCHEMA_TYPE_UNSIGNED_INT - Static variable in class filenet.vw.api.VWXMLSchemaSubType
Value of 13.
SCHEMA_TYPE_UNSIGNED_LONG - Static variable in class filenet.vw.api.VWXMLSchemaSubType
Value of 15.
SCHEMA_TYPE_UNSIGNED_SHORT - Static variable in class filenet.vw.api.VWXMLSchemaSubType
Value of 17.
SEARCH_TYPE_CONTAINS - Static variable in class filenet.vw.api.VWSession
Value of 4.
SEARCH_TYPE_CUSTOM - Static variable in class filenet.vw.api.VWSession
Value of 1.
SEARCH_TYPE_NONE - Static variable in class filenet.vw.api.VWSession
Value of 0.
SEARCH_TYPE_PREFIX_MATCH - Static variable in class filenet.vw.api.VWSession
Value of 2.
SEARCH_TYPE_SUFFIX_MATCH - Static variable in class filenet.vw.api.VWSession
Value of 3.
SEPARATOR - Static variable in class filenet.vw.api.VWAttachment
Insert this separator ('|' or hex 7C) between attributes of a string-formatted attachment, as in an XML file or an XML transfer stream to the server.
SERVER_FILE_SCHEMA - Static variable in class filenet.vw.api.VWSession
Value of 1.
SERVER_FILE_TRANSFORM - Static variable in class filenet.vw.api.VWSession
Value of 2.
SERVER_ID_UNSPECIFIED - Static variable in class filenet.vw.api.VWUserInfo
Value of -1: signifies the Server ID is unspecified.
setApplicationName(String) - Method in class filenet.vw.api.VWStepProcessorInfoDefinition
Sets the application name.
setApplicationSpaceName(String) - Method in class filenet.vw.api.VWWorkflowCollectionDefinition
Set the application space name
setAppType(int) - Method in class filenet.vw.api.VWStepProcessorInfoDefinition
Sets the application type associated with this step processor's information.
setArrayAttributes(String) - Method in class filenet.vw.api.VWWebServiceParameterDefinition
Sets the attributes for an array specified by array tag and array namespace, for this parameter.
setArrayNameSpace(String) - Method in class filenet.vw.api.VWWebServiceParameterDefinition
Sets the namespace for an array tag for this parameter; may be null.
setArrayTag(String) - Method in class filenet.vw.api.VWWebServiceParameterDefinition
Sets the array tag name for this parameter
setAssignments(String[][]) - Method in class filenet.vw.api.VWEventDefinition
Sets the assignments property value for the event.
setAttachment(VWAttachment) - Method in class filenet.vw.api.VWAttachmentTrackingQuery
Changes the VWAttachment object associated with this VWAttachmentTrackingQuery object and resets the current attachment tracking query.
setAttachmentByValue(boolean) - Method in class filenet.vw.api.VWWebServiceParameterDefinition
Specifies whether the Process Engine will send the attachment data by value.
setAttachmentDescription(String) - Method in class filenet.vw.api.VWAttachment
Sets the description for an attachment.
setAttachmentName(String) - Method in class filenet.vw.api.VWAttachment
Sets the document name for this attachment.
setAttributeInfo(VWAttributeInfo) - Method in class filenet.vw.api.VWApplicationSpaceDefinition
Sets the attributes property value for the application space.
setAttributeInfo(VWAttributeInfo) - Method in class filenet.vw.api.VWMapNode
Sets a VWAttribute object containing attributes for this object.
setAttributeInfo(VWAttributeInfo) - Method in class filenet.vw.api.VWOperationDefinition
Sets a VWAttribute object containing attributes for this object.
setAttributeInfo(VWAttributeInfo) - Method in class filenet.vw.api.VWQueueDefinition
Sets the attributes for this instance.
setAttributeInfo(VWAttributeInfo) - Method in class filenet.vw.api.VWRoleDefinition
Sets the attributes property value for the role definition.
setAttributeInfo(VWAttributeInfo) - Method in class filenet.vw.api.VWRouteDefinition
Sets a VWAttribute object containing attributes for this object.
setAttributeInfo(VWAttributeInfo) - Method in class filenet.vw.api.VWSystemAdministration
Sets a VWAttribute object containing attributes for this object.
setAttributeInfo(VWAttributeInfo) - Method in class filenet.vw.api.VWSystemConfiguration
Sets a VWAttribute object containing attributes for this object.
setAttributeInfo(VWAttributeInfo) - Method in class filenet.vw.api.VWWorkBasketColumnDefinition
Sets the attributes property value for the workbasket column definition.
setAttributeInfo(VWAttributeInfo) - Method in class filenet.vw.api.VWWorkBasketDefinition
Sets the attributes property value for the work basket definition.
setAttributeInfo(VWAttributeInfo) - Method in class filenet.vw.api.VWWorkBasketFilterDefinition
Sets the attributes property value for the work basket filter definition.
setAttributeInfo(VWAttributeInfo) - Method in class filenet.vw.api.VWWorkflowDefinition
Sets a VWAttribute object containing attributes for this object.
setAttributes(String) - Method in class filenet.vw.api.VWWebServiceParameterDefinition
Sets the attributes for this parameter, as they are applied to this combination of namespace and parameter name.
setAuditState(String, Integer[]) - Method in class filenet.vw.api.VWSession
Deprecated. Replaced by inserting a copy of the fnlog4j.properties file in the fnsw\java\jre\lib directory. Edit this file to view or change logging properties.

For detail information on the components of the fnlog4j.properties file, see the documentation on the members of the java.util.logging class.

setAuthentication(boolean) - Method in class filenet.vw.api.VWReceiveInstruction
Sets the value of theAuthenticationFlag, indicating a Web Service security header authenticating the caller is to be used for this operation.
setAuthorTool(String) - Method in class filenet.vw.api.VWWorkflowCollectionDefinition
Specifies the identifier for the application that generated this instance.
setAuthorTool(String) - Method in class filenet.vw.api.VWWorkflowDefinition
Changes the value of this workflow definition's authorTool property.
setBaseWorkClassName(String) - Method in class filenet.vw.api.VWWorkflowDefinition
Changes the value of this workflow definition's base work class name.
setBgColor(Color) - Method in class filenet.vw.api.VWTextAnnotationDefinition
Sets the color display attribute of this annotation.
setBootstrapCEURI(String) - Method in class filenet.vw.api.VWSession
Sets the Content Engine URI to be used in discovering the connection points.
setBootstrapConfiguration(InputStream) - Method in class filenet.vw.api.VWSession
Sets the input stream to use for the Content Engine URI configuration data.
setBufferSize(int) - Method in class filenet.vw.api.VWAttachmentTrackingQuery
Changes the maximum number of VWRosterElements that are passed from the server to the client during a VWReferencedAttachmentQuery.next() call.
setBufferSize(int) - Method in class filenet.vw.api.VWLog
Sets the maximum number of elements to return in a fetch.
setBufferSize(int) - Method in class filenet.vw.api.VWProcess
Sets the maximum number of elements to return in a fetch.
setBufferSize(int) - Method in class filenet.vw.api.VWQueue
Sets the maximum number of elements to return in a fetch.
setBufferSize(int) - Method in class filenet.vw.api.VWRoster
Sets the integer value for the maximum number of elements to return in a fetch.
setBufferSize(int) - Method in class filenet.vw.api.VWStepHistory
Sets the maximum number of elements to return in a fetch.
setBufferSize(int) - Method in class filenet.vw.api.VWStepOccurrenceHistory
Sets the maximum number of elements to return in a fetch.
setBufferSize(int) - Method in class filenet.vw.api.VWStepWorkObjectHistory
Sets the maximum number of elements to return in a fetch.
setBufferSize(int) - Method in class filenet.vw.api.VWWorkflowHistory
Changes the maximum number of elements to return in a fetch.
setCallISName(String) - Method in class filenet.vw.api.VWEventDefinition
Changes the value of this event's instruction sheet call property.
setCallMap(String) - Method in class filenet.vw.api.VWStepElement
Specifies a map to be called when the system dispatches this work object.
setCallMap(String) - Method in class filenet.vw.api.VWWorkObject
Specifies a map to be called when this work object is dispatched.
setCanReassign(boolean) - Method in class filenet.vw.api.VWStepDefinition
Sets the canReassign property of the step: inputting TRUE will signify that the user can reassign the current step.
setCanViewHistory(boolean) - Method in class filenet.vw.api.VWStepDefinition
Sets the step's canViewHistory property to specify whether the user can view the history at this step.
setCanViewStatus(boolean) - Method in class filenet.vw.api.VWStepDefinition
Sets the step's canViewStatus property to specify whether the user can view the status of this step.
setCatchAllMap(String) - Method in class filenet.vw.api.VWInvokeInstruction
Sets the general fault-handling (catch all) map name.
setCatchAllOutput(String) - Method in class filenet.vw.api.VWInvokeInstruction
Sets the general fault-handling (catch all) output expression that will hold the fault information.
setCause(Throwable) - Method in exception filenet.vw.api.VWException
Initializes the cause of this VWException to the specified value.
setClientLocale(Locale) - Method in class filenet.vw.api.VWSession
Sets the client locale to be used when translating to a language other than the default language of the Process Engine server.
setColumn(VWExposedFieldDefinition) - Method in class filenet.vw.api.VWWorkBasketColumnDefinition
Gets the VWExposedFieldDefinition for the workbasket column definition.
setComment(String) - Method in class filenet.vw.api.VWStepElement
Sets the comment for this instance.
setComparisonOperator(String) - Method in class filenet.vw.api.VWEventDefinition
Changes the value of this event's comparison operator.
setCompCall(String) - Method in class filenet.vw.api.VWRollbackInstruction
Initialize or modify the name of the compensation call instruction sheet for this rollback instruction.
setCondition(String) - Method in class filenet.vw.api.VWRouteDefinition
Sets the condition property.
setCorrelationParameterSequenceNumber(int) - Method in class filenet.vw.api.VWReceiveInstruction
Sets the correlation parameter sequence number of this receive instruction; may be -1, indicating there is no correlation parameter.
setCorrelationSetName(String) - Method in class filenet.vw.api.VWReceiveInstruction
Sets the correlation set name; may be null.
setCorrelationSetName(String) - Method in class filenet.vw.api.VWReplyInstruction
Sets the correlation set name.
setCorrelationSetProperties(String[][]) - Method in class filenet.vw.api.VWReceiveInstruction
Sets the output correlation set properties.
setCorrelationSetProperties(String[][]) - Method in class filenet.vw.api.VWReplyInstruction
Sets the output correlation set properties for this reply message.
setCorrelationValueExpression(String) - Method in class filenet.vw.api.VWReceiveInstruction
Sets an expression that evaluates to the correlation set parameter value for this receive instruction; may be null.
setCreateSecurity(String[]) - Method in class filenet.vw.api.VWRosterDefinition
Sets create access to the roster for the passed-in list of users and/or groups.
setCreateSecurityPx(VWParticipant[]) - Method in class filenet.vw.api.VWRosterDefinition
Sets create access on the roster for the users and/or groups specified by the passed-in array of VWParticipant objects.
setDataFields(VWDataField[], boolean) - Method in class filenet.vw.api.VWWorkObject
Changes the values for specified data fields.
setDataType(int) - Method in class filenet.vw.api.VWParameterDefinition
Sets the data type for the parameter.
setDataType(int) - Method in class filenet.vw.api.VWWebServiceParameterDefinition
Sets the field data type.
setDatePattern(String) - Static method in class filenet.vw.api.VWXMLUtil
Sets the date pattern format for runtime toXML methods, such as VWQueueElement.toXML(StringBuffer).
setDateTimeZone(SimpleTimeZone) - Static method in class filenet.vw.api.VWXMLUtil
Sets the SimpleTimeZone used to format dates in runtime toXML methods, such as VWQueueElement.toXML(StringBuffer).
setDeadline(long) - Method in class filenet.vw.api.VWStepDefinition
Sets the deadline for this step.
setDeadline(long) - Method in class filenet.vw.api.VWWorkflowDefinition
Changes the deadline property for this workflow definition.
setDeadlineExpr(String) - Method in class filenet.vw.api.VWStepDefinition
Sets the value of the deadline expression property for this step definition.
setDeadlineMap(String) - Method in class filenet.vw.api.VWStepDefinition
Changes the name of the map to be called when the step deadline expires for this step definition.
setDefaultType(int) - Method in class filenet.vw.api.VWStepProcessorInfoDefinition
Sets the step processor default type.
setDefaultWebApplication(int) - Method in class filenet.vw.api.VWSession
Sets the default Web Application ID for a logged-on session; the default web application is applied to an initial transfer to a region.
setDescription(String) - Method in interface filenet.vw.api.IVWTableDefinition
Sets the description for this table definition
setDescription(String) - Method in class filenet.vw.api.VWApplicationSpaceDefinition
Sets the application space description.
setDescription(String) - Method in class filenet.vw.api.VWFieldDefinition
Modifies the String containing the description for the data field.
setDescription(String) - Method in class filenet.vw.api.VWLogDefinition
Sets the description for the log definition.
setDescription(String) - Method in class filenet.vw.api.VWMapDefinition
Sets the description for this map.
setDescription(String) - Method in class filenet.vw.api.VWMapNode
Sets the value of the current node's description property.
setDescription(String) - Method in class filenet.vw.api.VWOperationDefinition
Sets the description of this operation.
setDescription(String) - Method in class filenet.vw.api.VWParameterDefinition
Modifies the description for the parameter.
setDescription(String) - Method in class filenet.vw.api.VWQueueDefinition
Sets the description for this queue definition.
setDescription(String) - Method in class filenet.vw.api.VWRoleDefinition
Sets the role definition description.
setDescription(String) - Method in class filenet.vw.api.VWRosterDefinition
Sets the description for this roster definition.
setDescription(String) - Method in class filenet.vw.api.VWRouteDefinition
Sets the description property
setDescription(String) - Method in class filenet.vw.api.VWStepPaletteDefinition
Changes the value of the description property of this step palette.
setDescription(String) - Method in class filenet.vw.api.VWTableDefinition
Set the description for this table definition.
setDescription(String) - Method in class filenet.vw.api.VWWorkBasketDefinition
Sets the description of the work basket definition.
setDescription(String) - Method in class filenet.vw.api.VWWorkBasketFilterDefinition
Sets the description to use for the work basket filter definition.
setDescription(String) - Method in class filenet.vw.api.VWWorkflowCollectionDefinition
Specifies a description for this collection.
setDescription(String) - Method in class filenet.vw.api.VWWorkflowDefinition
Changes the description property of this workflow definition.
setDestinationStepId(int) - Method in class filenet.vw.api.VWRouteDefinition
Sets the integer value of the stepId property for the step destination.
setDimension(Dimension) - Method in class filenet.vw.api.VWTextAnnotationDefinition
Sets the display dimension attribute of this annotation.
setDisableEmailNotification(boolean) - Method in class filenet.vw.api.VWWorkflowDefinition
Sets the workflow's disable email notification property.
setDocumentation(String) - Method in class filenet.vw.api.VWMapNode
Sets the value of the current node's documentation property.
setElementName(String) - Method in class filenet.vw.api.VWXMLData
Sets the element name.
setEMailAddress(String) - Method in class filenet.vw.api.VWUserInfo
Sets the email address for the current user.
setEventLogName(String) - Method in class filenet.vw.api.VWWorkflowDefinition
Changes the event log name for this workflow definition.
setEventNumLoc(String) - Method in class filenet.vw.api.VWWFEInstruction
Change the value of this instruction's eventNumLoc expression property.
setEvents(VWEventDefinition[]) - Method in class filenet.vw.api.VWWFEInstruction
Sets the events contained in this VWWFEInstruction instance.
setException(String, String) - Method in class filenet.vw.api.VWInstructionElement
Deprecated. Sets a exception condition for the workflow object specified by the Instruction Element.
setException(String, String) - Method in class filenet.vw.api.VWStepElement
Sets an exception condition for the workflow map associated with this instance.
setException(String, String) - Method in class filenet.vw.api.VWWorkObject
Sets a Process Engine exception condition (not a Java exception) for this work object.
setExpensive(boolean) - Method in class filenet.vw.api.VWRuleSetDefinition
Permits asynchronous execution of this instance.
setFaultMapName(String) - Method in class filenet.vw.api.VWFaultDefinition
Sets the fault map name of this fault definition.
setFaultMessage(String) - Method in class filenet.vw.api.VWFaultDefinition
Sets the fault message of this fault definition.
setFaultName(String) - Method in class filenet.vw.api.VWReplyInstruction
Creates a fault in this VWReplyInstruction instance.
setFaults(VWFaultDefinition[]) - Method in class filenet.vw.api.VWInvokeInstruction
Sets the faults contained in this instance.
setFieldNames(String[]) - Method in class filenet.vw.api.VWIndexDefinition
Sets the index definition to the specified field names.
setFields(VWFieldDefinition[]) - Method in class filenet.vw.api.VWWorkflowSignature
Set the fields in the signature.
setFieldValue(String, Object) - Method in class filenet.vw.api.VWAttributeInfo
Initializes, updates, or deletes an attribute.
setFieldValue(String, Object) - Method in class filenet.vw.api.VWInstructionElement
Deprecated. Sets a value for the specified field.
setFieldValue(String, Object) - Method in class filenet.vw.api.VWUserInfo
Creates, deletes, or updates a field for this instance.
setFieldValue(String, Object) - Method in class filenet.vw.api.VWWorkObject
Deprecated. Replaced by VWWorkObject.setFieldValue(String, Object, boolean)
setFieldValue(String, Object, boolean) - Method in class filenet.vw.api.VWWorkObject
Changes the value of a specified data field in this work object.
setHasAttachments(boolean) - Method in class filenet.vw.api.VWReplyInstruction
Sets the HasAttachments flag, indicating whether the message is associated with one or more attachments.
setHasChanged(boolean) - Method in class filenet.vw.api.VWStepProcessorInfoDefinition
Sets the hasChanged property value.
setHeight(int) - Method in class filenet.vw.api.VWStepProcessorInfoDefinition
Sets the height of the step processor.
setHomePageURL(String) - Method in class filenet.vw.api.VWRoleDefinition
Sets the URL of the home page for the role definition.
setId(String) - Method in class filenet.vw.api.VWAttachment
Sets the document ID associated with the attachment.
setIgnoreInvalidUsers(boolean) - Method in class filenet.vw.api.VWStepDefinition
Sets the ignoreInvalidUsers property of the step: true signifies that an invalid participant in this step at runtime will not cause an exception.
setIncomingWSAttachmentFolder(String) - Method in class filenet.vw.api.VWWorkflowDefinition
Specifies a folder that will be used to store incoming Web Services attachments that are available through a receive instruction.
setIndexName(String) - Method in class filenet.vw.api.VWWorkBasketColumnDefinition
 
setIndexName(String) - Method in class filenet.vw.api.VWWorkBasketDefinition
Sets the search index to use.
setInputCorrelationSetName(String) - Method in class filenet.vw.api.VWInvokeInstruction
Sets the input correlation set name for this instance.
setInputCorrelationSetProperties(String[][]) - Method in class filenet.vw.api.VWInvokeInstruction
Sets the input correlation set properties for this instance.
setInputMsgExpr(String) - Method in class filenet.vw.api.VWInvokeInstruction
Sets the input message expression for this instance.
setInputMsgName(String) - Method in class filenet.vw.api.VWInvokeInstruction
Sets the input message name for this instance.
setInstructions(VWInstructionDefinition[]) - Method in class filenet.vw.api.VWCompoundStepDefinition
Changes the list instructions (as shown by VWCompoundStepDefinition.getInstructions()) contained in this VWCompoundStepDefinition instance, without adding or deleting members: the number of elements in the list does not change.
setIsArray(boolean) - Method in class filenet.vw.api.VWParameterDefinition
Sets the isArray flag on the parameter.
setIsArray(boolean) - Method in class filenet.vw.api.VWWebServiceParameterDefinition
Sets the isArray flag on the parameter, specifying whether the parameter is an array.
setIsConnectorQueue(boolean) - Method in class filenet.vw.api.VWQueueDefinition
Determines whether this queue is a connector.
setJoinType(int) - Method in class filenet.vw.api.VWMapNode
Sets the value of this step's JoinType property.
setLength(int) - Method in class filenet.vw.api.VWExposedFieldDefinition
Sets the byte length of string data to be stored in the search data field.
setLevel(int) - Method in class filenet.vw.api.VWMilestoneDefinition
Sets the level for the milestone.
setLexicalLevel(int) - Method in class filenet.vw.api.VWWebServiceParameterDefinition
Sets the level of nesting (containment) for this parameter.
setLibraryName(String) - Method in class filenet.vw.api.VWAttachment
Sets the name of the library or object store associated with this attachment.
setLibraryType(int) - Method in class filenet.vw.api.VWAttachment
Sets the library or object store type for the library or object store containing this attachment.
setLocation(Point) - Method in class filenet.vw.api.VWMapNode
Sets the value of the location property associated with this step.
setLocation(String) - Method in class filenet.vw.api.VWStepProcessorInfoDefinition
Deprecated. Replaced by VWStepProcessorInfoDefinition.setLocations(Hashtable).
setLocation(Point) - Method in class filenet.vw.api.VWTextAnnotationDefinition
Sets the value of the location property associated with this annotation.
setLocations(Hashtable) - Method in class filenet.vw.api.VWStepProcessorInfoDefinition
Sets the URL locations associated with this step processor, for each web application.
setLoggingState(int, boolean) - Method in class filenet.vw.api.VWSystemConfiguration
Enables or disables system logging options.
setMainAttachmentName(String) - Method in class filenet.vw.api.VWWorkflowDefinition
Modifies the main attachment name property of this workflow definition.
setMainWorkflowByName(String) - Method in class filenet.vw.api.VWWorkflowCollectionDefinition
Specifies the the main workflow in this collection.
setMaxDBOperations(int) - Method in class filenet.vw.api.VWSystemConfiguration
Sets the maximum number of database operations executed by the instruction sheet interpreter per transaction, which is used to maximize throughput between the workstation and the server.
setMaxInstructions(int) - Method in class filenet.vw.api.VWSystemConfiguration
Sets the maximum number of instructions executed by the instruction sheet interpreter per transaction, which is used to maximize throughput between the workstation and server.
setMergeType(int) - Method in class filenet.vw.api.VWFieldDefinition
Modifies the merge type property for the data field.
setMessage(String) - Method in class filenet.vw.api.VWMilestoneDefinition
Sets the message for the milestone.
setMessage(String) - Method in class filenet.vw.api.VWTextAnnotationDefinition
Sets the value of the message property associated with this annotation.
setMessageExpr(String) - Method in class filenet.vw.api.VWReceiveInstruction
Sets the message expression of this receive instruction.
setMessageExpr(String) - Method in class filenet.vw.api.VWReplyInstruction
Sets the message expression of this reply instruction.
setMessageFromElementName(String) - Method in class filenet.vw.api.VWReceiveInstruction
Sets the name of the schema element that defines the WSDL message associated with this receive message, where the schema is defined in the containing workflow definition.
setMessageFromElementName(String) - Method in class filenet.vw.api.VWReplyInstruction
Sets the name of the schema element that defines the WSDL message associated with this reply message, where the schema is defined in the containing workflow definition.
setMessageFromSchemaName(String) - Method in class filenet.vw.api.VWReceiveInstruction
Sets the name of the schema that defines the WSDL message associated with this receive message, where the schema is defined in the containing workflow definition.
setMessageFromSchemaName(String) - Method in class filenet.vw.api.VWReplyInstruction
Sets the name of the schema that defines the WSDL message associated with this reply message, where the schema is defined in the containing workflow definition.
setMilestones(VWMilestoneDefinition[]) - Method in class filenet.vw.api.VWWorkflowDefinition
Replaces or reorders the array of milestones for this workflow definition, without adding or deleting milestones.
setMinimized(boolean) - Method in class filenet.vw.api.VWTextAnnotationDefinition
Enables the minimized display of this annotation.
setMode(int) - Method in class filenet.vw.api.VWParameterDefinition
Sets the mode for the parameter.
setMyPortType(String) - Method in class filenet.vw.api.VWPartnerLinkDefinition
Sets the MyportType of this partner link.
setMyRole(String) - Method in class filenet.vw.api.VWPartnerLinkDefinition
Sets the MyRole of this partner link.
setName(String) - Method in class filenet.vw.api.VWAssociationDefinition
Sets the name of this association.
setName(String) - Method in class filenet.vw.api.VWFaultDefinition
Sets the name of this fault definition, which must be unique (within the containing invoke instruction), non-null, and non-empty.
setName(String) - Method in class filenet.vw.api.VWFieldDefinition
Changes the data field name property.
setName(String) - Method in class filenet.vw.api.VWMapDefinition
Sets the name for this map.
setName(String) - Method in class filenet.vw.api.VWMapNode
Sets the value of the current node's name property.
setName(String) - Method in class filenet.vw.api.VWMilestoneDefinition
Sets the name for the milestone.
setName(String) - Method in class filenet.vw.api.VWOperationDefinition
Sets the name of this operation.
setName(String) - Method in class filenet.vw.api.VWParameterDefinition
Renames this parameter.
setName(String) - Method in class filenet.vw.api.VWPartnerLinkDefinition
Sets the name of this partner link.
setName(String) - Method in class filenet.vw.api.VWRoleDefinition
Sets the role definition name.
setName(String) - Method in class filenet.vw.api.VWRouteDefinition
Sets the route name by modifying the name property.
setName(String) - Method in class filenet.vw.api.VWRuleSetDefinition
Sets the name for this instance.
setName(String) - Method in class filenet.vw.api.VWSchema
Sets the name of this schema.
setName(String) - Method in class filenet.vw.api.VWStepPaletteDefinition
Changes the value of the name property for this step palette.
setName(String) - Method in class filenet.vw.api.VWStepProcessorInfoDefinition
Sets the name associated with this step processor's information object.
setName(String) - Method in class filenet.vw.api.VWTextAnnotationDefinition
Sets the value of the name property associated with this annotation.
setName(String) - Method in class filenet.vw.api.VWUserInfo
Deprecated. VWUserInfo records are created on the server, the name cannot be changed
setName(String) - Method in class filenet.vw.api.VWWebServiceParameterDefinition
Renames this parameter.
setName(String) - Method in class filenet.vw.api.VWWorkBasketDefinition
Sets the name of the work basket definition.
setName(String) - Method in class filenet.vw.api.VWWorkBasketFilterDefinition
Sets the name for the work basket filter definition.
setName(String) - Method in class filenet.vw.api.VWWorkflowCollectionDefinition
Changes the name of this instance.
setName(String) - Method in class filenet.vw.api.VWWorkflowDefinition
Changes the name property for this workflow definition.
setNameSpace(String) - Method in class filenet.vw.api.VWWebServiceParameterDefinition
Sets the namespace for this parameter.
setNotificationFlags(int) - Method in class filenet.vw.api.VWUserInfo
Sets the notification flag settings for this instance.
setOperationName(String) - Method in class filenet.vw.api.VWInvokeInstruction
Sets the operation name for this instance.
setOperationName(String) - Method in class filenet.vw.api.VWReceiveInstruction
Sets the operation name of this receive instruction, which must be the name of an operation on the port type defined in the associated partner link.
setOperationName(String) - Method in class filenet.vw.api.VWReplyInstruction
Sets the operation name of this reply instruction, which must be the name of an operation on the port type defined in the associated partner link.
setOperationName(String) - Method in class filenet.vw.api.VWStepDefinition
Sets (or associates) an operation with the current step.
setOperationParameters(String[]) - Method in class filenet.vw.api.VWStepDefinition
Specifies the parameter expressions for the operation associated with this step.
setOperator(int) - Method in class filenet.vw.api.VWWorkBasketFilterDefinition
Sets the operator applied to the search field used for filtering.
setOutputCorrelationSetName(String) - Method in class filenet.vw.api.VWInvokeInstruction
Sets the output correlation set name for this instance.
setOutputCorrelationSetProperties(String[][]) - Method in class filenet.vw.api.VWInvokeInstruction
Sets the output correlation set properties for this instance.
setOutputMsgExpr(String) - Method in class filenet.vw.api.VWInvokeInstruction
Sets the output message expression for this instance.
setOutputMsgName(String) - Method in class filenet.vw.api.VWInvokeInstruction
Sets the output message name for this instance.
setParameters(VWParameter[], boolean) - Method in class filenet.vw.api.VWStepElement
Sets the values for specified parameters for this instance.
setParameterValue(String, Object, boolean) - Method in class filenet.vw.api.VWStepElement
Sets a value for a specified parameter in this instance.
setParams(String[]) - Method in class filenet.vw.api.VWRollbackInstruction
Initialize or modify the parameters of this instruction.
setParams(String[]) - Method in class filenet.vw.api.VWSimpleInstruction
Changes the value of this instruction's params property.
setParticipantName(String) - Method in class filenet.vw.api.VWParticipant
Sets the "short" or "logon" name of a participant user or group.
setParticipants(VWParticipant[]) - Method in class filenet.vw.api.VWStepDefinition
Sets the participant's property value for the step.
setPartnerEndPoint(String) - Method in class filenet.vw.api.VWPartnerLinkDefinition
Sets the end point of this partner link.
setPartnerLinkName(String) - Method in class filenet.vw.api.VWInvokeInstruction
Sets the partner link name for this instance.
setPartnerLinkName(String) - Method in class filenet.vw.api.VWReceiveInstruction
Sets the partner link name of this receive instruction.
setPartnerLinkName(String) - Method in class filenet.vw.api.VWReplyInstruction
Sets the partner link name of this reply instruction.
setPartnerLinks(VWPartnerLinkDefinition[]) - Method in class filenet.vw.api.VWWorkflowDefinition
Replaces or reorders the array of partner links for this workflow definition, without adding or deleting partner links.
setPartnerPortType(String) - Method in class filenet.vw.api.VWPartnerLinkDefinition
Sets the port type of this partner link.
setPartnerRole(String) - Method in class filenet.vw.api.VWPartnerLinkDefinition
Sets the partner role of this partner link.
setPostAssignments(String[][]) - Method in class filenet.vw.api.VWStepDefinition
Defines the field values to be performed after the step is processed.
setPostMilestone(String) - Method in class filenet.vw.api.VWStepDefinition
Sets this step's post-milestone property, which is the name of a milestone in this workflow which is reached just after this step finishes execution.
setPreAssignments(String[][]) - Method in class filenet.vw.api.VWStepDefinition
Defines the field values to be performed before the step is processed.
setPreferredLocale(Locale) - Method in class filenet.vw.api.VWUserInfo
Sets the preferred locale to be used for client email notification.
setPreMilestone(String) - Method in class filenet.vw.api.VWStepDefinition
Sets this step's pre-milestone property, which is the name of a milestone in this workflow which is reached just before this step begins execution.
setProcessorType(int) - Method in class filenet.vw.api.VWStepProcessorInfoDefinition
Sets the processorType associated with this step processor's information.
setProductId(int) - Method in class filenet.vw.api.VWSession
Deprecated. Replaced by VWSession.setDefaultWebApplication(int)
setPrompt(String) - Method in class filenet.vw.api.VWExposedFieldDefinition
Sets the the prompt of this instance.
setPrompt(String) - Method in class filenet.vw.api.VWWorkBasketColumnDefinition
Sets the name for the workbasket column definition.
setPrompt(String) - Method in class filenet.vw.api.VWWorkBasketFilterDefinition
Sets the prompt to use for the work basket filter definition.
setProxyUserName(String) - Method in class filenet.vw.api.VWUserInfo
Sets the proxy user name for this instance, within the default domain.
setProxyUserNameByDomain(String, String) - Method in class filenet.vw.api.VWUserInfo
Sets the proxy user name for this user information object.
setQueryFilterString(String) - Method in class filenet.vw.api.VWWorkBasketDefinition
Sets the queue query filter string.
setQueueName(String) - Method in class filenet.vw.api.VWStepDefinition
Associates the named queue with the current step.
setReadSecurity(String[]) - Method in class filenet.vw.api.VWQueueDefinition
Sets Read access to the current queue for the users and/or groups specified in the String array.
setReadSecurity(String[]) - Method in class filenet.vw.api.VWRosterDefinition
Sets read access on the roster for the passed-in list of users and/or groups.
setReadSecurityPx(VWParticipant[]) - Method in class filenet.vw.api.VWApplicationSpaceDefinition
Deprecated.  
setReadSecurityPx(VWParticipant[]) - Method in class filenet.vw.api.VWQueueDefinition
Sets Read access to the current queue for the users and/or groups referenced by the VWParticipant objects specified.
setReadSecurityPx(VWParticipant[]) - Method in class filenet.vw.api.VWRosterDefinition
Sets read access privilege on this roster for the users and/or groups represented by the passed-in array of VWParticipant objects.
setReDo(String) - Method in class filenet.vw.api.VWRollbackInstruction
Initialize or modify this rollback instruction's re-do expression.
setRelease(boolean) - Method in class filenet.vw.api.VWRouteDefinition
Sets the value of the release flag for this route.
setReminder(long) - Method in class filenet.vw.api.VWStepDefinition
Sets the reminder value for the step.
setReminder(long) - Method in class filenet.vw.api.VWWorkflowDefinition
Changes the reminder property for this workflow definition.
setRequestedInterface(String) - Method in class filenet.vw.api.VWStepDefinition
Specifies the interface the step is to use (usually a step processor name associated with the top level UI).
setResponses(String[]) - Method in class filenet.vw.api.VWStepDefinition
Sets the responses to this step.
setRoleParticipants(VWParticipant[]) - Method in class filenet.vw.api.VWRoleDefinition
Sets the members (users and/or groups) of this role definition.
setRosterName(String) - Method in class filenet.vw.api.VWWorkflowDefinition
Changes the roster name for this workflow definition.
setRuleSets(int, VWRuleSetDefinition[]) - Method in class filenet.vw.api.VWCompoundStepDefinition
Sets the rule set (VWRuleSetDefinitions) to use for this instance.
setRuleSets(int, VWRuleSetDefinition[]) - Method in class filenet.vw.api.VWMapNode
Deprecated. Use setRuleSets() instead. With the inheritence of rulesets from parent workflows, rules on a step should be set using an array of strings (the ruleset names), instead of an array of ruleset definitions. For backward compatibility this method will continue to accept an array of VWRuleSetDefinition objects, but only the name (returned by VWRuleSetDefinition.getValue()) will be used.
setRuleSets(int, String[]) - Method in class filenet.vw.api.VWMapNode
Sets the rulesets for this step definition.
setSchema(String) - Method in class filenet.vw.api.VWSchema
Sets the schema text of this VWSchema object.
setSchemaName(String) - Method in class filenet.vw.api.VWXMLData
Sets the schema name.
setSchemas(VWSchema[]) - Method in class filenet.vw.api.VWWorkflowDefinition
Replaces or reorders the array of schemas for this workflow definition, without adding or deleting schemas.
setSchemaSubType(int) - Method in class filenet.vw.api.VWWebServiceParameterDefinition
Sets the schema sub type for this parameter.
setSearchField(VWExposedFieldDefinition, int) - Method in class filenet.vw.api.VWWorkBasketFilterDefinition
Sets the search field used for filtering.
setSecurityGroup(String[]) - Method in class filenet.vw.api.VWReceiveInstruction
Sets the security group to use for this receive instruction.
setSelectedResponse(String) - Method in class filenet.vw.api.VWStepElement
Specifies a selected response for this step.
setSelectedResponse(String) - Method in class filenet.vw.api.VWWorkObject
Changes the selected (default) response for this work object.
setSequenceNumber(int) - Method in class filenet.vw.api.VWWebServiceParameterDefinition
Sets the unique sequence number for this parameter.
setServerAssignment(int) - Method in class filenet.vw.api.VWUserInfo
Deprecated. BPM 4.0 release farming does not support multiple servers
setServerId(int) - Method in class filenet.vw.api.VWQueueDefinition
Sets the server ID for the queue.
setServerId(int) - Method in class filenet.vw.api.VWRosterDefinition
Sets the home server ID of the roster.
setServerId(int) - Method in class filenet.vw.api.VWTableDefinition
Set the server ID location for one of the following: log, queue, or roster.
setSessionTimeOut(int) - Method in class filenet.vw.api.VWSystemAdministration
Sets the number of minutes used for all client/server sessions.
setSortable(boolean) - Method in class filenet.vw.api.VWWorkBasketColumnDefinition
 
setSourceStepId(int) - Method in class filenet.vw.api.VWRouteDefinition
Sets the integer value of the stepId property for the step source.
setSplitType(int) - Method in class filenet.vw.api.VWMapNode
Sets the value of this step's SplitType property.
setStatisticsCollection(boolean) - Method in class filenet.vw.api.VWSystemConfiguration
Enables or disables the statistics gathering.
setStatisticsConsolidationInterval(int) - Method in class filenet.vw.api.VWSystemAdministration
Sets the interval (minutes) between updates to the domain-wide statistics stored in the database.
setStatisticsSnapshotInterval(int) - Method in class filenet.vw.api.VWSystemAdministration
Deprecated. Not replaced
setSubject(String) - Method in class filenet.vw.api.VWWorkflowDefinition
Modifies the subject property of this workflow definition.
setSystemFlags(int) - Method in class filenet.vw.api.VWSystemAdministration
Sets the system-wide configuration flags.
setSystemWideFlags(int) - Method in class filenet.vw.api.VWSystemAdministration
Deprecated. Replaced by VWSystemAdministration.setSystemFlags(int), which requires VWSystemAdministration.commit() to save the flag values to the workflow server. This deprecated method saved the flag values automatically.
setTag(String) - Method in class filenet.vw.api.VWWorkflowDefinition
Changes the tag property of this workflow definition.
setTimeOut(String) - Method in class filenet.vw.api.VWWFEInstruction
Change the value of this instruction's timeOut expression property.
setTimeoutExpr(String) - Method in class filenet.vw.api.VWInvokeInstruction
Sets the timeout expression for this instance.
setTimeoutExpr(String) - Method in class filenet.vw.api.VWReceiveInstruction
Sets the timeout expression of this receive instruction; must be a valid time expression.
setTimeoutMapName(String) - Method in class filenet.vw.api.VWInvokeInstruction
Sets the timeout map name for this instance.
setTimeoutMapName(String) - Method in class filenet.vw.api.VWReceiveInstruction
Sets the timeout map name of this receive instruction.
setTrackAttachmentReferences(boolean) - Method in class filenet.vw.api.VWSystemConfiguration
Enables or disables the tracking of attachment references.
setTransferFlag(boolean) - Method in class filenet.vw.api.VWWorkflowDefinition
Sets the transfer flag for this workflow definition.
setType(int) - Method in class filenet.vw.api.VWAttachment
Sets the attachment type value for the associated attachment.
setUseReliableMessaging(boolean) - Method in class filenet.vw.api.VWInvokeInstruction
Specifies that reliable messaging (the WS-ReliableMessaging protocol) is to be used for this invoke instruction.
setValidateFlag(boolean) - Method in class filenet.vw.api.VWWorkflowDefinition
Sets the validate flag for this workflow definition.
setValidateUsingSchema(boolean) - Method in class filenet.vw.api.VWWorkflowDefinition
Determines whether process orchestration messages are to be validated (at runtime) using the appropriate schema.
setValue(Object) - Method in interface filenet.vw.api.IVWField
Set the value of the field unless it is a read-only or system field.
setValue(Object) - Method in class filenet.vw.api.VWDataField
Sets the value of data contained in an editable field.
setValue(String) - Method in class filenet.vw.api.VWEventDefinition
Changes the value of this event's value expression property.
setValue(Object) - Method in class filenet.vw.api.VWFieldDefinition
Modifies the value of the field, ensuring that the field type of this field definition matches the field type of the input value.
setValue(String, int, boolean) - Method in class filenet.vw.api.VWFieldDefinition
Modifies the value of the data field with a String-formatted input to represent the value and an input field type. This method is especially useful for modifying a field value with an expression.
setValue(Object) - Method in class filenet.vw.api.VWParameter
Sets the value of this parameter, which is of one of the VWFieldType types.
setValue(String) - Method in class filenet.vw.api.VWParameterDefinition
Modifies the parameter value.
setValue(String) - Method in class filenet.vw.api.VWRuleSetDefinition
Deprecated. Use #setName() instead. This method calls setName() internally and will continue to work as expected. This method has been deprecated because the property termed "value" is more correctly represented by "name" in the current implementation.
setValue(String) - Method in class filenet.vw.api.VWWebServiceParameterDefinition
Modifies the parameter value.
setVersion(String) - Method in class filenet.vw.api.VWAttachment
Sets the GUID for the attachment version for this attachment document.
setVersionAgnostic(boolean) - Method in class filenet.vw.api.VWWorkflowDefinition
Determines whether or not the workflow revision for the received instruction (the value of the F_WorkClassRevision field) is one of the selection criteria used to match the correct work item.
setWidth(int) - Method in class filenet.vw.api.VWStepProcessorInfoDefinition
Sets the width associated with this step processor's information.
setWorkBasketColumnDefinitions(VWWorkBasketColumnDefinition[]) - Method in class filenet.vw.api.VWWorkBasketDefinition
Sets the work basket column definitions for the work basket definition.
setWorkBasketDefinitions(VWWorkBasketDefinition[]) - Method in class filenet.vw.api.VWRoleDefinition
Sets the workbasket definitions for this role definition.
setWorkBasketFilterDefinitions(VWWorkBasketFilterDefinition[]) - Method in class filenet.vw.api.VWWorkBasketDefinition
Sets the work basket filter definitions for this work basket definition.
setWorkClassName(String) - Method in class filenet.vw.api.VWEventDefinition
Changes the value of this event's work class name property, which is the non-null name of the work class which contains this event.
setWriteSecurity(String[]) - Method in class filenet.vw.api.VWQueueDefinition
Sets Write access to the current queue for the users and/or groups specified in the String array.
setWriteSecurity(String[]) - Method in class filenet.vw.api.VWRosterDefinition
Sets write access to this roster for the users and/or groups specified by an input list.
setWriteSecurityPx(VWParticipant[]) - Method in class filenet.vw.api.VWApplicationSpaceDefinition
Sets the Write access for this object.
setWriteSecurityPx(VWParticipant[]) - Method in class filenet.vw.api.VWQueueDefinition
Sets Write access to the current queue for the users and/or groups referenced by the VWParticipant objects specified.
setWriteSecurityPx(VWParticipant[]) - Method in class filenet.vw.api.VWRosterDefinition
Sets write access to the current roster for the users and / or groups specified by the passed-in array of VWParticipant objects.
setXML(String) - Method in class filenet.vw.api.VWXMLData
Sets the XML string
setXMLSchemaElement(String) - Method in class filenet.vw.api.VWFieldDefinition
Set the XML Schema Element.
setXMLSchemaName(String) - Method in class filenet.vw.api.VWFieldDefinition
Set the XML Schema Name.
SORT_TYPE_ASCENDING - Static variable in class filenet.vw.api.VWSession
Value of 0.
SORT_TYPE_DESCENDING - Static variable in class filenet.vw.api.VWSession
Value of 0.
SORT_TYPE_NONE - Static variable in class filenet.vw.api.VWSession
Value of 0.
SPLIT_TYPE_AND - Static variable in class filenet.vw.api.VWSplitType
Value of 1. Indicates a split where work will be routed, in parallel, over multiple paths which must all be traversed.
SPLIT_TYPE_NONE - Static variable in class filenet.vw.api.VWSplitType
Value of 3. Indicates there is no split at the step.
SPLIT_TYPE_OR - Static variable in class filenet.vw.api.VWSplitType
Value of 2. Indicates a branch where work will be routed to one among more than one paths.
startQuery(String, Object[], Object[], int, String, Object[]) - Method in class filenet.vw.api.VWLog
Fetches log items based on conditions specified in the parameters.
startQuery(String, Object[], Object[], int, String, Object[]) - Method in class filenet.vw.api.VWQueue
Deprecated. Replaced by createQuery.

Note: Differences between the use of createQuery() and the deprecated startQuery() method include the following:

  • createQuery() uses a fetchType input parameter.
  • createQuery()'s resultant query object uses iterator methods VWQueueQuery.next() and VWQueueQuery.hasNext(), emulating the Collection Model in Java 2.
  • Warning You cannot use iterator methods next() or hasNext() on a VWQueueQuery object instantiated by the deprecated startQuery() method--the iterator methods throw an exception if you do.
The search conditions you specify in the parameters of this method cause the retrieval of queue items based on a filter condition and a range in a search index.

Use the following to limit your search:

  • Logical AND for the minimum and maximum search index values (minValue and maxValue).
  • Search options (queryFlags).
  • Filters with substitution variables (substitutionVars).

For this method to successfully return a VWQueueQuery object, a queue item must match all fetch criteria specified by the input parameters.

startQuery(String, Object[], Object[], int, String, Object[]) - Method in class filenet.vw.api.VWRoster
Deprecated. Replaced by createQuery
STATUS_COMPLETED - Static variable in class filenet.vw.api.VWStepOccurrenceHistory
 
STATUS_COMPLETED - Static variable in class filenet.vw.api.VWStepWorkObjectHistory
 
STATUS_COMPLETED_ABNORMAL - Static variable in class filenet.vw.api.VWParticipantHistory
Value of 3; indicates this participant's status for the step is Completed Abnormal.
STATUS_COMPLETED_NORMAL - Static variable in class filenet.vw.api.VWParticipantHistory
Value of 2; indicates this participant's status for the step is Completed Normal.
STATUS_DELEGATED - Static variable in class filenet.vw.api.VWParticipantHistory
Value of 6; indicates this participant's status for the step is Delegated.
STATUS_DELETED - Static variable in class filenet.vw.api.VWStepOccurrenceHistory
 
STATUS_DELETED - Static variable in class filenet.vw.api.VWStepWorkObjectHistory
 
STATUS_EXCEPTION - Static variable in class filenet.vw.api.VWParticipantHistory
Value of 11; indicates this participant's status for the step is Exception.
STATUS_EXCEPTION - Static variable in class filenet.vw.api.VWStepOccurrenceHistory
 
STATUS_EXCEPTION - Static variable in class filenet.vw.api.VWStepWorkObjectHistory
 
STATUS_GOTO_SUBMAP - Static variable in class filenet.vw.api.VWParticipantHistory
Value of 11; indicates this participant's status for the step is Goto Submap.
STATUS_GOTO_SUBMAP - Static variable in class filenet.vw.api.VWStepOccurrenceHistory
 
STATUS_GOTO_SUBMAP - Static variable in class filenet.vw.api.VWStepWorkObjectHistory
 
STATUS_IN_PROGRESS - Static variable in class filenet.vw.api.VWParticipantHistory
Value of 1; indicates this participant's status for the step is In Progress.
STATUS_IN_PROGRESS - Static variable in class filenet.vw.api.VWStepOccurrenceHistory
 
STATUS_IN_PROGRESS - Static variable in class filenet.vw.api.VWStepWorkObjectHistory
 
STATUS_NULL - Static variable in class filenet.vw.api.VWParticipantHistory
Value of 0; indicates this participant's status for the step is unknown or not set.
STATUS_OVERDUE - Static variable in class filenet.vw.api.VWParticipantHistory
Value of 9; indicates this participant's status for the step is Overdue.
STATUS_REASSIGNED - Static variable in class filenet.vw.api.VWParticipantHistory
Value of 7; indicates this participant's status for the step is Reassigned.
STATUS_REMINDED - Static variable in class filenet.vw.api.VWParticipantHistory
Value of 10; indicates this participant's status for the step is Reminded.
STATUS_RETURNED - Static variable in class filenet.vw.api.VWParticipantHistory
Value of 8; indicates this participant's status for the step is Returned.
STATUS_WO_FORCED_TO_DELETE - Static variable in class filenet.vw.api.VWParticipantHistory
Value of 4; indicates this participant's status for the step is Work Object Forced To Delete.
STATUS_WO_FORCED_TO_TERMINATE - Static variable in class filenet.vw.api.VWParticipantHistory
Value of 5; indicates this participant's status for the step is Work Object Forced To Terminate.
stringToType(String) - Static method in class filenet.vw.api.VWXMLSchemaSubType
Returns a schema sub type for an ascii string representing the schema sub type.
stringToValue(String, int, boolean) - Static method in class filenet.vw.api.VWFieldType
Returns an object or an array of objects of the specified type, as denoted by an input String.
success() - Method in class filenet.vw.api.VWCreateLiveWOResult
Determines whether a VWSession.createLiveWorkObject() method invocation was successful.
success() - Method in class filenet.vw.api.VWTransferResult
Determines whether a transfer was successful.
SYSTEM_WIDE_DELETE_PARENT - Static variable in class filenet.vw.api.VWSystemAdministration
Value of 4, indicating that the server should delete parent work objects when the children do not merge.
SYSTEM_WIDE_DISABLE_NOTIFICATION - Static variable in class filenet.vw.api.VWSystemAdministration
Value of 64, indicating that e-mail notification should be disabled on the server.
SYSTEM_WIDE_DISABLE_STATISTICS - Static variable in class filenet.vw.api.VWSystemAdministration
Value of 16, indicating that statistics should be disabled on the server.
SYSTEM_WIDE_DISABLE_TERMINATE - Static variable in class filenet.vw.api.VWSystemAdministration
Value of 32, indicating that logging of workflow termination events (F_EventType 165) should be disabled on the server.
SYSTEM_WIDE_FLAG_ALLOW_ASYNC_RULES - Static variable in class filenet.vw.api.VWSystemAdministration
Value of 2048, indicating that the option to run some rules asynchronously is enabled.
SYSTEM_WIDE_FLAG_CONSISTENT_RETURN - Static variable in class filenet.vw.api.VWSystemAdministration
Value of 512, indicating that returns will be consistent with the behavior of the return system instruction.
SYSTEM_WIDE_FLAG_ENABLE_RULES - Static variable in class filenet.vw.api.VWSystemAdministration
Value of 1024, indicating that rules engine is enabled.
SYSTEM_WIDE_FLAG_NO_ANALYSIS_ENG - Static variable in class filenet.vw.api.VWSystemAdministration
Value of 256, indicating that the analysis engine should be disabled on the server. SYSTEM_WIDE_LOOP_DETECTION - Static variable in class filenet.vw.api.VWSystemAdministration
Value of 1, indicating that the server should perform loop detection.
SYSTEM_WIDE_REMOVE_EXPIRED_TIMERS - Static variable in class filenet.vw.api.VWSystemAdministration
Value of 2, indicating that the server should remove expired timers from parent work objects.
SYSTEM_WIDE_UNDEFINED - Static variable in class filenet.vw.api.VWSystemAdministration
Value of 0, indicating the system-wide flag is undefined.

T

TARGET_TYPE_MAPNODE - Static variable in class filenet.vw.api.VWAssociationTargetType
Value of 1.
TARGET_TYPE_ROUTE - Static variable in class filenet.vw.api.VWAssociationTargetType
Value of 2.
terminate() - Method in class filenet.vw.api.VWInstructionElement
Deprecated. Replaced by VWInstructionElement.doTerminate()
terminate() - Method in class filenet.vw.api.VWWorkObject
Deprecated. Replaced by VWWorkObject.doTerminate()
terminateMany(VWInstructionElement[]) - Static method in class filenet.vw.api.VWInstructionElement
Deprecated. Replaced by VWInstructionElement.doTerminateMany(VWInstructionElement[])
terminateMany(VWWorkObject[]) - Static method in class filenet.vw.api.VWWorkObject
Deprecated. Replaced by VWWorkObject.doTerminateMany( VWWorkObject[])
TIME_MASK - Static variable in class filenet.vw.api.VWFieldType
Default date time mask "MM/dd/yyyy HH:mm:ss".
toString() - Method in interface filenet.vw.api.IVWTableDefinition
Provides a string version of the table definition.
toString() - Method in class filenet.vw.api.VWApplicationSpaceDefinition
Gets the String version of the application space name.
toString() - Method in class filenet.vw.api.VWAssociationDefinition
Gets the string representation of this instance.
toString() - Method in class filenet.vw.api.VWAttachment
Gets the String representation of a VWAttachment object associated with a document contained in library or object store The String contains seven elements; each element is delimited by the VWAttachment.SEPARATOR.
toString() - Method in class filenet.vw.api.VWAttachmentTrackingQuery
Gets a string representation of the attachment tracking query.
toString() - Method in class filenet.vw.api.VWCompoundStepDefinition
Gets the name of this instance.
toString() - Method in class filenet.vw.api.VWCreateLiveWOResult
Retrieves the string version of this transfer result object.
toString() - Method in class filenet.vw.api.VWDataField
Gets the data field value as a String.
toString() - Method in exception filenet.vw.api.VWException
Retrieves the associated string from the exceptions resource file.
toString() - Method in class filenet.vw.api.VWFieldDefinition
Gets the name of the data field.
toString() - Method in class filenet.vw.api.VWIndexDefinition
Gets a string version of the VWIndexDefinition object.
toString() - Method in class filenet.vw.api.VWInstructionDefinition
Gets a string representation of this object.
toString() - Method in class filenet.vw.api.VWInstructionElement
Deprecated. Provides a string version of the workflow object name.
toString() - Method in class filenet.vw.api.VWInvokeInstruction
Returns a String representation of this instance.
toString() - Method in class filenet.vw.api.VWLog
Gets the string version of the log name.
toString() - Method in class filenet.vw.api.VWLogDefinition
Returns the string representation of the log definition.
toString() - Method in class filenet.vw.api.VWLogElement
Gets a string version of the time stamp and sequence number for the record.
toString() - Method in class filenet.vw.api.VWLogQuery
Gets the string version of the name of the log the query retrieved.
toString() - Method in class filenet.vw.api.VWMapDefinition
Gets the String representation of this map name.
toString() - Method in class filenet.vw.api.VWMapNode
Returns a string representation of this map node object, typically used for debug echo statements.
toString() - Method in class filenet.vw.api.VWMilestoneElement
Gets a string version of the milestone, displaying several of its properties: ID, name, level, step, instruction sheet name, timestamp, and message.
toString() - Method in class filenet.vw.api.VWParameter
Gets a string representation for the value of this parameter.
toString() - Method in class filenet.vw.api.VWParameterDefinition
Returns a string version of the name of the definition object associated with the parameter.
toString() - Method in class filenet.vw.api.VWParticipant
Returns the "short" or "logon" name of a participant user or group.
toString() - Method in class filenet.vw.api.VWParticipantList
Gets the current in-memory participant list.
toString() - Method in class filenet.vw.api.VWQueue
Gets the string version of the queue name.
toString() - Method in class filenet.vw.api.VWQueueDefinition
Gets the string version of the queue definition.
toString() - Method in class filenet.vw.api.VWQueueElement
Gets the workflow object name.
toString() - Method in class filenet.vw.api.VWQueueQuery
Retrieves a string version of the current query's queue name.
toString() - Method in class filenet.vw.api.VWQueueStats
Gets the queue name and the start and end times of the statistics in a string format.
toString() - Method in class filenet.vw.api.VWReceiveInstruction
Gets the name of this VWReceiveInstruction instruction
toString() - Method in class filenet.vw.api.VWReplyInstruction
Gets the name of this VWReplyInstruction instruction
toString() - Method in class filenet.vw.api.VWRole
Gets a String version of the description for the role.
toString() - Method in class filenet.vw.api.VWRole.WorkBasketReference
Gets a String version of the workbasket description.
toString() - Method in class filenet.vw.api.VWRoleDefinition
Gets the String version of the role definition name.
toString() - Method in class filenet.vw.api.VWRollbackInstruction
Gets the name of this rollback instruction.
toString() - Method in class filenet.vw.api.VWRoster
Gets the roster name.
toString() - Method in class filenet.vw.api.VWRosterDefinition
Returns the string version of the roster definition.
toString() - Method in class filenet.vw.api.VWRosterElement
Gets a string version of a work object name.
toString() - Method in class filenet.vw.api.VWRosterQuery
Gets the name of the roster retrieved in a query.
toString() - Method in class filenet.vw.api.VWRosterStats
Gets the work class name and the interval start and end times in a specific string format.
toString() - Method in class filenet.vw.api.VWRouteDefinition
Gets the string version of the object.
toString() - Method in class filenet.vw.api.VWRuleSetDefinition
Gets the value of this rule set.
toString() - Method in class filenet.vw.api.VWSchema
Gets a string version of the schema name.
toString() - Method in class filenet.vw.api.VWSecurityDomain
Returns the domain name, formatted to be display-friendly.
toString() - Method in class filenet.vw.api.VWSecurityList
Gets the in-memory security list.
toString() - Method in class filenet.vw.api.VWSession
Gets the connection point name and isolated region, formatted as follows: <:host name>:<port>/<router name><space><integer>
toString() - Method in class filenet.vw.api.VWSimpleInstruction
Gets a String representing this Instruction.
toString() - Method in class filenet.vw.api.VWStepDefinition
Gets the name of the step definition object.
toString() - Method in class filenet.vw.api.VWStepElement
Gets the string version of this work item name.
toString() - Method in class filenet.vw.api.VWStepPaletteDefinition
Gets the String version of this object.
toString() - Method in class filenet.vw.api.VWStepProcessorInfoDefinition
Gets a string representation of the step processor object.
toString() - Method in class filenet.vw.api.VWSystemAdministration
Gets a string representation of the VWSystemAdministration object.
toString() - Method in class filenet.vw.api.VWSystemConfiguration
Gets the String representation of the VWSystemConfiguration object.
toString() - Method in class filenet.vw.api.VWTableDefinition
Get the string version of the table definition.
toString() - Method in class filenet.vw.api.VWTextAnnotationDefinition
Gets the String representation of this instance.
toString() - Method in class filenet.vw.api.VWTransferResult
Retrieves the string version of this transfer result object.
toString() - Method in class filenet.vw.api.VWUserInfo
Returns the String version of the user name for this instance.
toString() - Method in class filenet.vw.api.VWValidationError
Returns a String representing this instance.
toString() - Method in class filenet.vw.api.VWWebServiceParameterDefinition
Returns a string representation of this object
toString() - Method in class filenet.vw.api.VWWFEInstruction
Gets the name of this rollback instruction
toString() - Method in class filenet.vw.api.VWWorkBasket.Column
Gets a String representation of the column information for the workbasket.
toString() - Method in class filenet.vw.api.VWWorkBasket.Filter
Gets a String representation of the filter information for the workbasket.
toString() - Method in class filenet.vw.api.VWWorkBasket.QueryResults
Gets a String representation of the query results for the workbasket.
toString() - Method in class filenet.vw.api.VWWorkBasket
Gets a String representation of the workbasket information.
toString() - Method in class filenet.vw.api.VWWorkBasketColumnDefinition
Gets the String version of this workbasket column definition.
toString() - Method in class filenet.vw.api.VWWorkBasketDefinition
Gets the name of the work basket definition.
toString() - Method in class filenet.vw.api.VWWorkBasketFilterDefinition
Gets the String version of this work basket filter definition.
toString() - Method in class filenet.vw.api.VWWorkflowDefinition
Gets a String representation of this instance.
toString() - Method in class filenet.vw.api.VWWorkflowRuntimeId
Returns the String representation of the workflow runtime id.
toString() - Method in class filenet.vw.api.VWWorkObject
Retrieves the string version of the work object name.
toString() - Method in class filenet.vw.api.VWWorkObjectNumber
Retrieves a string representation of the WorkObjectNumber
toString() - Method in class filenet.vw.api.VWXMLData
Gets a string representation of this object.
toXML(StringBuffer) - Method in interface filenet.vw.api.IVWtoXML
Appends an XML string representing the object to the buffer specified.
toXML(StringBuffer) - Method in class filenet.vw.api.VWApplicationSpaceDefinition
Appends an XML string representing this instance to the buffer specified.
toXML(StringBuffer) - Method in class filenet.vw.api.VWAssociationDefinition
Appends an XML string representing this instance to the buffer specified.
toXML(StringBuffer) - Method in class filenet.vw.api.VWAttachment
Appends an XML string representing this instance to the buffer specified.
toXML(StringBuffer) - Method in class filenet.vw.api.VWAttributeInfo
Appends an XML string representing this instance to the buffer specified.
toXML(StringBuffer) - Method in class filenet.vw.api.VWCompoundStepDefinition
Appends an XML string representing this instance to the buffer specified.
toXML(StringBuffer) - Method in class filenet.vw.api.VWDataField
Appends an XML string representing this instance to the buffer specified.
toXML(StringBuffer) - Method in class filenet.vw.api.VWEventDefinition
Appends an XML string representing this instance to the buffer specified.
toXML(StringBuffer) - Method in class filenet.vw.api.VWExposedFieldDefinition
Appends an XML string representing this instance to the buffer specified.
toXML(StringBuffer) - Method in class filenet.vw.api.VWFaultDefinition
Appends an XML string representing this instance to the buffer specified.
toXML(StringBuffer) - Method in class filenet.vw.api.VWFieldDefinition
Appends an XML string representing this instance to the buffer specified.
toXML(StringBuffer) - Method in class filenet.vw.api.VWIndexDefinition
Appends an XML string representing this instance to the buffer specified.
toXML(StringBuffer) - Method in class filenet.vw.api.VWInstructionDefinition
Appends an XML string representing this instance to the buffer specified.
toXML(StringBuffer) - Method in class filenet.vw.api.VWInvokeInstruction
Appends an XML string representing this instance to the StringBuffer specified.
toXML(StringBuffer) - Method in class filenet.vw.api.VWLogDefinition
Appends an XML string representing this instance to the buffer specified.
toXML(StringBuffer) - Method in class filenet.vw.api.VWLogElement
Appends an XML string representing this instance to the buffer specified.
toXML(StringBuffer) - Method in class filenet.vw.api.VWMapDefinition
Appends an XML string representing this instance to the buffer specified.
toXML(StringBuffer) - Method in class filenet.vw.api.VWMapNode
Appends an XML string representing this instance to the buffer specified.
toXML(StringBuffer) - Method in class filenet.vw.api.VWMilestoneDefinition
Appends an XML string representing this instance to the buffer specified.
toXML(StringBuffer) - Method in class filenet.vw.api.VWMilestoneElement
Appends an XML string representing this instance to the buffer specified.
toXML(StringBuffer) - Method in class filenet.vw.api.VWOperationDefinition
Appends an XML string representing this instance to the buffer specified.
toXML(StringBuffer) - Method in class filenet.vw.api.VWParameter
Appends an XML string representing this instance to the buffer specified.
toXML(StringBuffer) - Method in class filenet.vw.api.VWParameterDefinition
Appends an XML string representing this instance to the buffer specified.
toXML(StringBuffer) - Method in class filenet.vw.api.VWParticipant
Appends an XML string representing this instance to the buffer specified.
toXML(StringBuffer) - Method in class filenet.vw.api.VWPartnerLinkDefinition
Appends an XML string representing this instance to the buffer specified.
toXML(StringBuffer) - Method in class filenet.vw.api.VWQueueDefinition
Appends an XML string representing this instance to the buffer specified.
toXML(StringBuffer) - Method in class filenet.vw.api.VWQueueElement
Appends an XML string representing this instance to the buffer specified.
toXML(StringBuffer) - Method in class filenet.vw.api.VWReceiveInstruction
Appends an XML string representing this instance to the buffer specified.
toXML(StringBuffer) - Method in class filenet.vw.api.VWReplyInstruction
Appends an XML string representing this instance to the buffer specified.
toXML(StringBuffer) - Method in class filenet.vw.api.VWRoleDefinition
Appends an XML string representing this instance to the buffer specified.
toXML(StringBuffer) - Method in class filenet.vw.api.VWRollbackInstruction
Appends an XML string representing this instance to the buffer specified.
toXML(StringBuffer) - Method in class filenet.vw.api.VWRosterDefinition
Appends an XML string representing this instance to the buffer specified.
toXML(StringBuffer) - Method in class filenet.vw.api.VWRosterElement
Appends an XML string representing this instance to the buffer specified.
toXML(StringBuffer) - Method in class filenet.vw.api.VWRouteDefinition
Appends an XML string representing this instance to the buffer specified.
toXML(StringBuffer) - Method in class filenet.vw.api.VWRuleSetDefinition
Appends an XML string representing this instance to the buffer specified.
toXML(StringBuffer) - Method in class filenet.vw.api.VWSchema
Appends an XML string representing this instance to the buffer specified.
toXML(StringBuffer) - Method in class filenet.vw.api.VWSimpleInstruction
Appends an XML string representing this instance to the buffer specified.
toXML(StringBuffer) - Method in class filenet.vw.api.VWStepDefinition
Appends an XML string representing this instance to the buffer specified.
toXML(StringBuffer) - Method in class filenet.vw.api.VWStepElement
Appends an XML string representing this instance to the buffer specified.
toXML(StringBuffer) - Method in class filenet.vw.api.VWStepPaletteDefinition
Appends an XML String that represents this VWStepPaletteDefinition object to the buffer specified by the input parameter.
toXML(StringBuffer) - Method in class filenet.vw.api.VWStepProcessorInfo
Appends an XML string representing this instance to the buffer specified.
toXML(StringBuffer) - Method in class filenet.vw.api.VWStepProcessorInfoDefinition
Appends an XML string representing this instance to the buffer specified.
toXML(StringBuffer) - Method in class filenet.vw.api.VWSystemAdministration
Appends an XML string representing this instance to the buffer specified.
toXML(StringBuffer) - Method in class filenet.vw.api.VWSystemConfiguration
Appends an XML string representing this instance to the buffer specified.
toXML(StringBuffer) - Method in class filenet.vw.api.VWTextAnnotationDefinition
Appends an XML string that represents this instance to the buffer specified by the theBuffer parameter.
toXML(StringBuffer) - Method in class filenet.vw.api.VWUserInfo
Appends an XML string representing this instance to the buffer specified.
toXML(StringBuffer) - Method in class filenet.vw.api.VWWebServiceParameterDefinition
Appends an XML string representing this instance to the buffer specified.
toXML(StringBuffer) - Method in class filenet.vw.api.VWWFEInstruction
Appends an XML string representing this instance to the buffer specified.
toXML(StringBuffer) - Method in class filenet.vw.api.VWWorkBasketColumnDefinition
Appends an XML string representing this instance to the buffer specified.
toXML(StringBuffer) - Method in class filenet.vw.api.VWWorkBasketDefinition
Appends an XML string representing this instance to the buffer specified.
toXML(StringBuffer) - Method in class filenet.vw.api.VWWorkBasketFilterDefinition
Appends an XML string representing this instance to the buffer specified.
toXML(StringBuffer) - Method in class filenet.vw.api.VWWorkflowDefinition
Appends an XML string representing this instance to the buffer specified.
toXML(StringBuffer) - Method in class filenet.vw.api.VWWorkflowRuntimeId
Appends an XML string representing this instance to the buffer specified.
toXML(StringBuffer) - Method in class filenet.vw.api.VWXMLData
Appends an XML string that represents this VWXMLData object to the buffer specified by the input parameter.
toXPDL(String, StringBuffer) - Method in class filenet.vw.api.VWAssociationDefinition
Appends an XPDL string that represents this instance to the buffer specified.
toXPDL(String, StringBuffer) - Method in class filenet.vw.api.VWCompoundStepDefinition
Appends an XPDL string representing this instance to the buffer specified.
toXPDL(String, StringBuffer) - Method in class filenet.vw.api.VWEventDefinition
Appends an XPDL string representing this instance to the buffer specified.
toXPDL(String, StringBuffer, boolean, VWCompoundStepDefinition) - Method in class filenet.vw.api.VWFaultDefinition
Appends an XPDL string representing this instance to the buffer specified.
toXPDL(String, StringBuffer) - Method in class filenet.vw.api.VWFieldDefinition
Appends an XPDL string representing this instance to the buffer specified.
toXPDL(String, StringBuffer) - Method in class filenet.vw.api.VWInvokeInstruction
Appends an XPDL string representing this instance to the StringBuffer specified.
toXPDL(String, StringBuffer) - Method in class filenet.vw.api.VWMapDefinition
Appends an XPDL string representing this instance to the buffer specified.
toXPDL(String, StringBuffer) - Method in class filenet.vw.api.VWMapNode
Appends an XPDL string that represents this instance to the buffer specified.
toXPDL(String, StringBuffer) - Method in class filenet.vw.api.VWMilestoneDefinition
Appends an XPDL string that represents this instance to the buffer specified.
toXPDL(String, StringBuffer) - Method in class filenet.vw.api.VWParameterDefinition
Appends an XPDL string representing this instance to the buffer specified.
toXPDL(String, StringBuffer) - Method in class filenet.vw.api.VWPartnerLinkDefinition
Appends an XPDL string representing this instance to the buffer specified.
toXPDL(String, StringBuffer) - Method in class filenet.vw.api.VWReceiveInstruction
Appends an XPDL string representing this instance to the buffer specified.
toXPDL(String, StringBuffer) - Method in class filenet.vw.api.VWReplyInstruction
Appends an XPDL string representing this instance to the buffer specified.
toXPDL(String, StringBuffer) - Method in class filenet.vw.api.VWRouteDefinition
Appends an XPDL string representing this instance to the buffer specified.
toXPDL(String, StringBuffer) - Method in class filenet.vw.api.VWStepDefinition
Appends an XPDL string representing this instance to the buffer specified.
toXPDL(String, StringBuffer) - Method in class filenet.vw.api.VWTextAnnotationDefinition
Appends an XPDL String that represents this instance to the buffer specified by the theBuffer parameter.
toXPDL(String, StringBuffer) - Method in class filenet.vw.api.VWWebServiceParameterDefinition
Appends an XPDL string representing this instance to the buffer specified.
toXPDL(String, StringBuffer) - Method in class filenet.vw.api.VWWFEInstruction
Appends an XPDL string representing this instance to the buffer specified.
toXPDL(StringBuffer) - Method in class filenet.vw.api.VWWorkflowCollectionDefinition
Appends an XPDL string representing this instance to the buffer specified.
toXPDL(String, StringBuffer) - Method in class filenet.vw.api.VWWorkflowDefinition
Appends an XPDL string representing this instance to the buffer specified.
transfer(VWWorkflowDefinition, String, boolean, boolean) - Method in class filenet.vw.api.VWSession
Transfers the workflow definition object, saving it on the Process Engine.The work class name saved on the Process Engine will be the name that is returned by the VWWorkflowDefinition.getName() method of of the input workflow definition.
transferWFCollection(VWWorkflowCollectionDefinition, String, boolean, boolean) - Method in class filenet.vw.api.VWSession
Transfers a workflow definition collection object, saving it on the Process Engine.The work class names saved on the Process Engine will be the name that is returned by the VWWorkflowDefinition.getName() method for each individual workflow definition in the workflow collection parameter.

U

unlock(boolean, boolean) - Method in class filenet.vw.api.VWInstructionElement
Deprecated. Replaced by VWInstructionElement.doUnlockMany(VWInstructionElement[], boolean, boolean)
unlock(boolean, boolean) - Method in class filenet.vw.api.VWWorkObject
Deprecated. Replaced by VWWorkObject.doSave(boolean)
unlockMany(VWInstructionElement[], boolean, boolean) - Static method in class filenet.vw.api.VWInstructionElement
Deprecated. Replaced by VWInstructionElement.doUnlockMany(VWInstructionElement[], boolean, boolean)
unlockMany(VWWorkObject[], boolean, boolean) - Static method in class filenet.vw.api.VWWorkObject
Deprecated. Replaced by VWWorkObject.doUnlockMany(VWWorkObject[], boolean, boolean)
UPDATE_RULESETS - Static variable in class filenet.vw.api.VWMapNode
Indicates a type of ruleset that is executed when the work object is saved.
updateAPIUserCache() - Method in class filenet.vw.api.VWSession
Refreshes the internal cache of user names, which is populated by calls from convertIdtoUserName(), convertUserNametoId() and getUserNames(), for performance.
updateApplicationSpaceDefinition(VWApplicationSpaceDefinition) - Method in class filenet.vw.api.VWSystemConfiguration
Updates an application space definition.
updateLogDefinition(VWLogDefinition) - Method in class filenet.vw.api.VWSystemConfiguration
Updates a log definition.
updateQueueDefinition(VWQueueDefinition) - Method in class filenet.vw.api.VWSystemConfiguration
Updates a queue definition.
updateRoleDefinition(VWRoleDefinition) - Method in class filenet.vw.api.VWApplicationSpaceDefinition
Updates a role definition.
updateRosterDefinition(VWRosterDefinition) - Method in class filenet.vw.api.VWSystemConfiguration
Updates a roster definition.

V

validate(Vector, VWMapDefinition, int) - Method in class filenet.vw.api.VWAssociationDefinition
Validates this instance, appending any validation errors found to the specified Vector object.
validate(VWSession, Vector) - Method in class filenet.vw.api.VWCompoundStepDefinition
Validates this instance, appending any validation errors found to the specified Vector object.
validate(VWSession, VWWorkflowDefinition, Vector, VWCompoundStepDefinition, int, int) - Method in class filenet.vw.api.VWEventDefinition
Validates this instance, appending any validation errors found to the specified Vector object.
validate(VWSession, Vector, VWCompoundStepDefinition, int, int) - Method in class filenet.vw.api.VWFaultDefinition
Validates this instance, appending any validation errors found to the specified Vector object.
validate(VWSession, Vector) - Method in class filenet.vw.api.VWFieldDefinition
Validates this instance, appending any validation errors found to the specified Vector object.
validate(VWSession, Vector, VWCompoundStepDefinition) - Method in class filenet.vw.api.VWInstructionDefinition
Validates this instance, appending any validation errors found to the specified Vector object.
validate(VWSession, Vector, VWCompoundStepDefinition) - Method in class filenet.vw.api.VWInvokeInstruction
Validates this instance, appending any validation errors found to the specified Vector object.
validate(VWSession, Vector) - Method in class filenet.vw.api.VWMapNode
Validates this instance, appending any validation errors found to the specified Vector object.
validate(VWSession, Vector) - Method in class filenet.vw.api.VWMilestoneDefinition
Validates this instance, appending any validation errors found to the specified Vector object.
validate(Vector) - Method in class filenet.vw.api.VWParameterDefinition
Validates this instance, appending any validation errors found to the specified Vector object.
validate(VWSession, Vector) - Method in class filenet.vw.api.VWPartnerLinkDefinition
Validates this instance, appending any validation errors found to the specified Vector object.
validate(VWSession, Vector, VWCompoundStepDefinition) - Method in class filenet.vw.api.VWReceiveInstruction
Validates this instance, appending any validation errors found to the specified Vector object.
validate(VWSession, Vector, VWCompoundStepDefinition) - Method in class filenet.vw.api.VWReplyInstruction
Validates this instance, appending any validation errors found to the specified Vector object.
validate(VWSession, Vector, VWCompoundStepDefinition) - Method in class filenet.vw.api.VWRollbackInstruction
Validates this instance, appending any validation errors found to the specified Vector object.
validate(Vector) - Method in class filenet.vw.api.VWRouteDefinition
Validates this instance, appending any validation errors found to the specified Vector object.
validate(VWSession, Vector) - Method in class filenet.vw.api.VWRuleSetDefinition
Validates this instance, appending any validation errors found to the specified Vector object.
validate(VWSession, Vector) - Method in class filenet.vw.api.VWSchema
Validates this instance, appending any validation errors found to the specified Vector object.
validate(VWSession, Vector, VWCompoundStepDefinition) - Method in class filenet.vw.api.VWSimpleInstruction
Validates this instance, appending any validation errors found to the specified Vector object.
validate(VWSession, Vector) - Method in class filenet.vw.api.VWStepDefinition
Validates this instance, appending any validation errors found to the specified Vector object.
validate(Vector) - Method in class filenet.vw.api.VWTextAnnotationDefinition
Validates this instance, appending any validation errors found to the specified Vector.
validate(Vector, VWCompoundStepDefinition) - Method in class filenet.vw.api.VWWebServiceParameterDefinition
Validates this instance, appending any validation errors found to the specified Vector object.
validate(VWSession, Vector, VWCompoundStepDefinition) - Method in class filenet.vw.api.VWWFEInstruction
Validates this instance, appending any validation errors found to the specified Vector object.
validate(VWSession, boolean) - Method in class filenet.vw.api.VWWorkflowCollectionDefinition
Validates this instance.
validate(VWSession, boolean) - Method in class filenet.vw.api.VWWorkflowDefinition
Validates this instance.
VALIDATION_LEVEL_ERROR - Static variable in class filenet.vw.api.VWValidationError
Value of 1. Indicates that a validation error will either cause the transfer to fail or cause a problem at runtime.
VALIDATION_LEVEL_WARNING - Static variable in class filenet.vw.api.VWValidationError
Value of 2. Indicates that a validation error may possibly either cause the transfer to fail or cause a problem at runtime.
VALIDATION_TYPE_ANNOTATION - Static variable in class filenet.vw.api.VWValidationError
Integer value 12. Specifies that the validation item is a text annotation definition.
VALIDATION_TYPE_FIELD - Static variable in class filenet.vw.api.VWValidationError
Integer value 4. Specifies that the validation item is a field.
VALIDATION_TYPE_INSTRUCTION - Static variable in class filenet.vw.api.VWValidationError
Integer value 7. Specifies that the validation item is a instruction.
VALIDATION_TYPE_MILESTONE - Static variable in class filenet.vw.api.VWValidationError
Integer value 8. Specifies that the validation item is a milestone.
VALIDATION_TYPE_PARAMETER - Static variable in class filenet.vw.api.VWValidationError
Integer value 3. Specifies that the validation item is a parameter.
VALIDATION_TYPE_PARTNERLINK - Static variable in class filenet.vw.api.VWValidationError
Integer value 10. Specifies that the validation item is a partnerlink.
VALIDATION_TYPE_ROUTE - Static variable in class filenet.vw.api.VWValidationError
Integer value 2. Specifies that the validation item is a route.
VALIDATION_TYPE_RULESET - Static variable in class filenet.vw.api.VWValidationError
Integer value 9. Specifies that the validation item is a ruleset.
VALIDATION_TYPE_SCHEMA - Static variable in class filenet.vw.api.VWValidationError
Integer value 11. Specifies that the validation item is a schema definition.
VALIDATION_TYPE_STEP - Static variable in class filenet.vw.api.VWValidationError
Value of 1.
VALIDATION_TYPE_WORKFLOW - Static variable in class filenet.vw.api.VWValidationError
Integer value 6. Specifies that the validation item is a workflow.
VALIDATION_TYPE_WORKFLOW_COLLECTION - Static variable in class filenet.vw.api.VWValidationError
Integer value 13. Specifies that the validation item is a workflow collection.
VARIABLE_PARAMS - Static variable in class filenet.vw.api.VWActionType
Value of 999. Flag value returned by VWActionType.numberOfParameters(int) to indicate that an action requires a variable number of parameters.
VWActionType - Class in filenet.vw.api
This class defines constants to represent various actions that can be used in a compound step definition, and accesses fundamental information about these actions.
VWActionType() - Constructor for class filenet.vw.api.VWActionType
 
VWApplicationSpaceDefinition - Class in filenet.vw.api
Use this class to create, read, delete, or modify application space properties.
VWAssociationDefinition - Class in filenet.vw.api
Represents a connection from a text annotation in a map to a route or a node (step) in the same map.
VWAssociationTargetType - Class in filenet.vw.api
Specifies whether the type of target an association references is a node (step) or route in a map.
VWAssociationTargetType() - Constructor for class filenet.vw.api.VWAssociationTargetType
 
VWAttachment - Class in filenet.vw.api
Use this class to access the identity, associated library or object store, type, Document ID, and version series of an attachment used in a workflow process.
VWAttachment() - Constructor for class filenet.vw.api.VWAttachment
Creates a VWAttachment object with empty values, initially.
VWAttachment(String) - Constructor for class filenet.vw.api.VWAttachment
Creates a VWAttachment object and sets the initial value.
VWAttachmentTrackingQuery - Class in filenet.vw.api
Use this class to query for roster elements that reference a specific attachment.
VWAttachmentType - Class in filenet.vw.api
Use this class to access the type information for an attachment.
VWAttachmentType() - Constructor for class filenet.vw.api.VWAttachmentType
 
VWAttributeInfo - Class in filenet.vw.api
VWAttributeInfo objects contain a set of name-value pairs; the VWAttributeInfo class enables users to associate properties they define with VWOperationDefinition, VWQueueDefinition, VWStepDefinition, VWSystemAdministration, VWSystemConfiguration, and VWWorkflowDefinition objects.
VWAttributeInfo() - Constructor for class filenet.vw.api.VWAttributeInfo
Constructor for creating a VWAttributeInfo Object.
VWCompoundStepDefinition - Class in filenet.vw.api
Use this class to create, delete, and order a series of workflow map nodes to execute various action types of workflow system instructions.
VWCreateLiveWOResult - Class in filenet.vw.api
Use this class to access the return value of a VWSession.createLiveWorkObject() method call.
VWDataField - Class in filenet.vw.api
Use this class to access a workflow object data field.
VWEventDefinition - Class in filenet.vw.api
The VWEventDefinition class encapsulates methods and data that define events.
VWException - Exception in filenet.vw.api
This is the base class for all workflow exceptions. Use this class to access the resource strings an application uses to create the exceptions.
VWException(Throwable) - Constructor for exception filenet.vw.api.VWException
Constructor
VWException(String, String) - Constructor for exception filenet.vw.api.VWException
Constructor
VWException(String, String, Object) - Constructor for exception filenet.vw.api.VWException
Constructor
VWException(String, String, Object, Object) - Constructor for exception filenet.vw.api.VWException
Constructor
VWException(String, String, Object, Object, Object) - Constructor for exception filenet.vw.api.VWException
Constructor
VWException(String, String, Object[]) - Constructor for exception filenet.vw.api.VWException
Constructor
VWExposedFieldDefinition - Class in filenet.vw.api
Use this class to designate specific search fields for roster, queue, and log classes.
VWFaultDefinition - Class in filenet.vw.api
Use the VWFaultDefinition class to retrieve and set the name, map name (optional), and message for a Web Services fault, represented by a VWFaultDefinition object. Additional functions of methods in this class include validating a fault or converting a fault into an XML String.
VWFetchType - Class in filenet.vw.api
Use this class to determine the fetch type and retrieve a string version of the type.
VWFetchType() - Constructor for class filenet.vw.api.VWFetchType
 
VWFieldDefinition - Class in filenet.vw.api
Use this class to access a field definition object, which is the authoring-time representation of a field in a workflow.
VWFieldType - Class in filenet.vw.api
Use this class to determine the data field types available in a workflow.
VWFieldType() - Constructor for class filenet.vw.api.VWFieldType
 
VWIndexDefinition - Class in filenet.vw.api
Use this class to define an index that contains concatenated field names--names which consist of the exposed or system fields.
VWInstructionDefinition - Class in filenet.vw.api
This class represents an individual instruction within a compound step definition.
VWInstructionElement - Class in filenet.vw.api
Deprecated. Replaced by VWStepElement
VWInvokeInstruction - Class in filenet.vw.api
Use this class to invoke an external Web Service.
VWJoinType - Class in filenet.vw.api
Use this class to access the join type for branching of the workflow. The join type is a property of a step in a workflow graph which has multiple execution routes.
VWJoinType() - Constructor for class filenet.vw.api.VWJoinType
 
VWLibraryType - Class in filenet.vw.api
Use this class to determine whether the library or Object Store type is Image Services, Content Services, or undefined.
VWLibraryType() - Constructor for class filenet.vw.api.VWLibraryType
 
VWLog - Class in filenet.vw.api
Use this class to query logs, determine the associated session, and access the log definition.
VWLogDefinition - Class in filenet.vw.api
VWLogDefinition administers properties of event log definitions for the default event log and roster event logs.
VWLogElement - Class in filenet.vw.api
Use this class to retrieve log element information, which is retrieved from the event log record.
VWLoggingOptionType - Class in filenet.vw.api
Use this class to set the option type for logging a message on the server.
VWLoggingOptionType() - Constructor for class filenet.vw.api.VWLoggingOptionType
 
VWLogQuery - Class in filenet.vw.api
Use this class to query for log elements.
VWMapDefinition - Class in filenet.vw.api
Use this class to access workflow steps and properties of the workflow map.
VWMapNode - Class in filenet.vw.api
An abstract base class that encapsulates the routing, location, and other properties related to the steps of a map.
VWMergeType - Class in filenet.vw.api
Use this class to get the merge type for data fields.
VWMergeType() - Constructor for class filenet.vw.api.VWMergeType
 
VWMilestoneDefinition - Class in filenet.vw.api
Use this class to access the name, message, level, and other properties of a milestone used in a workflow process.
VWMilestoneElement - Class in filenet.vw.api
Use this class to encapsulate a milestone log record.
VWModeType - Class in filenet.vw.api
Use this class to specify a directional attribute of an object such as, for example, a parameter of an operation or a step.
VWModeType() - Constructor for class filenet.vw.api.VWModeType
 
VWNodeType - Class in filenet.vw.api
Use this class to classify the nodes on a map into the following categories: Launch Start Other You can query an object derived from VWMapNode to find out its node type.
VWNodeType() - Constructor for class filenet.vw.api.VWNodeType
 
VWOperationDefinition - Class in filenet.vw.api
A VWOperationDefinition object specifies an operation within a queue that performs a specific task. The definition includes the operation name, a set of parameters needed to perform the operation, and an optional description.
VWOperationType - Class in filenet.vw.api
Use this class to determine the operation type for a step.
VWOperationType() - Constructor for class filenet.vw.api.VWOperationType
 
VWParameter - Class in filenet.vw.api
Use this class to access the parameter values for a step.
VWParameterDefinition - Class in filenet.vw.api
Use this class to access the definition object for a parameter.
VWParticipant - Class in filenet.vw.api
Use this class to represent the name of a user or user group in any of the following ways: "Short" (logon) name Distinguished name (DN) Display name (configurable)
VWParticipant() - Constructor for class filenet.vw.api.VWParticipant
Constructs a participant object.
VWParticipant(String) - Constructor for class filenet.vw.api.VWParticipant
Constructs a participant object and sets the participant name property.
VWParticipantHistory - Class in filenet.vw.api
Use this class to access the participant history for a step element.
VWParticipantList - Class in filenet.vw.api
Use the VWParticipantList class to query a list of participants (VWParticipant objects).
VWPartnerLinkDefinition - Class in filenet.vw.api
Use this class to access name, port type, role, endpoint, and other properties of a partner link used in a workflow process.
VWProcess - Class in filenet.vw.api
Use this class to access information about an executing workflow, such as status, history, or child/split work object information.
VWQueue - Class in filenet.vw.api
Use this class to access the contents of a queue.
VWQueueDefinition - Class in filenet.vw.api
Use this class to administer queue definitions.
VWQueueElement - Class in filenet.vw.api
Accesses queue fields and Instruction Elements of a workflow object associated with a queue.
VWQueueQuery - Class in filenet.vw.api
Use this class to query for queue elements, work objects, or Instruction elements.
VWQueueStats - Class in filenet.vw.api
Use this class to encapsulate the statistical results for a queue.
VWReceiveInstruction - Class in filenet.vw.api
This class represents a Process Engine workflow step instruction that allows a Process Engine to communicate through a local web service listener and receive either an XML message or a set of Process Engine workflow operation parameters.
VWReplyInstruction - Class in filenet.vw.api
This class defines a workflow step instruction that allows a Process Engine to communicate through a local Web Service and send a reply XML message to a location defined by the associated partner link, or it may send parameters to this location.
VWReturnStackElement - Class in filenet.vw.api
Encapsulates a stack frame object for a work object, containing map and step identification and error description information.
VWRole - Class in filenet.vw.api
Use this class to retrieve information about a role.
VWRole.WorkBasketReference - Class in filenet.vw.api
Use this class to retrieve information about a workbasket associated with a role.
VWRoleDefinition - Class in filenet.vw.api
Use this class to create, read, delete, or modify role definition properties.
VWRollbackInstruction - Class in filenet.vw.api
This class encapsulates rollback instructions for a compound step definition.
VWRoster - Class in filenet.vw.api
Use this class to access the contents of a roster or manage running workflows.
VWRosterDefinition - Class in filenet.vw.api
Use the VWRosterDefinition.java class to retrieve and administer roster definition information.
VWRosterElement - Class in filenet.vw.api
Use this class to access a roster element and fetch a work object or an instruction element.
VWRosterQuery - Class in filenet.vw.api
Use this class to query roster elements or work objects.
VWRosterStats - Class in filenet.vw.api
Use this class to retrieve roster statistics.
VWRouteDefinition - Class in filenet.vw.api
Use this class to access an object that represents the workflow authoring-time definition of a route.
VWRuleSetDefinition - Class in filenet.vw.api
Enables business rules to be independently applied to workflows.
VWSchema - Class in filenet.vw.api
This class represents an XML schema that can be a property of a workflow definition.
VWSecurityDomain - Class in filenet.vw.api
This class represents a Process Engine security domain.
VWSecurityList - Class in filenet.vw.api
Use the VWSecurityList class to query a list of user objects.
VWServerException - Exception in filenet.vw.api
This is the base class for all workflow exceptions.
VWServerException(String, String, Long) - Constructor for exception filenet.vw.api.VWServerException
Constructor
VWServerException(String, String, Long, Object) - Constructor for exception filenet.vw.api.VWServerException
Constructor
VWServerException(String, String, Long, Object, Object) - Constructor for exception filenet.vw.api.VWServerException
Constructor
VWServerException(String, String, Long, Object, Object, Object) - Constructor for exception filenet.vw.api.VWServerException
Constructor
VWServerException(String, String, Long, Object[]) - Constructor for exception filenet.vw.api.VWServerException
Constructor
VWSession - Class in filenet.vw.api
Use this class to establish a session and log onto a Process Engine.
VWSession() - Constructor for class filenet.vw.api.VWSession
Use this with FileNet Web Services or Open Client.
VWSession(String) - Constructor for class filenet.vw.api.VWSession
Creates a new session in an environment where the Java™ Authentication and Authorization Service (JAAS) context is already established.
VWSession(String, String, String) - Constructor for class filenet.vw.api.VWSession
Establishes a new session based on a specified connection point.
VWSession(String, String, String, String) - Constructor for class filenet.vw.api.VWSession
Establishes a session for a specified domain and connection point.
VWSimpleInstruction - Class in filenet.vw.api
The VWSimpleInstruction class encapsulates simple instructions in a compound step definition.
VWSplitType - Class in filenet.vw.api
Use this class to access the split type for branching of the workflow. The split type is a property of a step in a workflow graph which has multiple execution routes.
VWSplitType() - Constructor for class filenet.vw.api.VWSplitType
 
VWStepDefinition - Class in filenet.vw.api
Use this class to create, delete, or modify step properties.
VWStepElement - Class in filenet.vw.api
Use this class to access a step in a workflow process.
VWStepHistory - Class in filenet.vw.api
Use this class to query for a step history.
VWStepOccurrenceHistory - Class in filenet.vw.api
Use this class to query the step occurrence history of work objects for a step.
VWStepPaletteDefinition - Class in filenet.vw.api
This class encapsulates a step palette
VWStepPaletteDefinition() - Constructor for class filenet.vw.api.VWStepPaletteDefinition
Public constructor for the VWStepPaletteDefinition class.
VWStepProcessorInfo - Class in filenet.vw.api
Use this class to access properties of the step processor object that are useful for launching a step, such as its dimensions, processor name and type, and Web application location.
VWStepProcessorInfo() - Constructor for class filenet.vw.api.VWStepProcessorInfo
Creates a VWStepProcessorInfo object with empty initial values.
VWStepProcessorInfoDefinition - Class in filenet.vw.api
Use this class' methods to administer Step Processor information. Create this object with VWSystemConfiguration.createStepProcessorInfoDefinition().
VWStepProcessorInfoDefinition() - Constructor for class filenet.vw.api.VWStepProcessorInfoDefinition
Creates a minimal VWStepProcessorInfoDefinition object.
VWStepProcessorInfoDefinition(int, int, String, int, String, int, int, String) - Constructor for class filenet.vw.api.VWStepProcessorInfoDefinition
Deprecated. Replaced by VWStepProcessorInfoDefinition.VWStepProcessorInfoDefinition(int, int, String, int, Hashtable, int, int, String), which inputs a hashtable of the locations associated with this step processor, for each web application.
VWStepProcessorInfoDefinition(int, int, String, int, Hashtable, int, int, String) - Constructor for class filenet.vw.api.VWStepProcessorInfoDefinition
Creates a VWStepProcessorInfoDefinition object using input arguments, including a hashtable of the locations associated with this step processor, for each web application.
VWStepProcessorInfoDefinition(VWStepProcessorInfo) - Constructor for class filenet.vw.api.VWStepProcessorInfoDefinition
Creates a VWStepProcessorInfoDefinition object using the specified step processor info object.
VWStepWorkObjectHistory - Class in filenet.vw.api
Use this class to query the participant histories of a step occurrence history item.
VWSystemAdministration - Class in filenet.vw.api
Use this class to access and modify system-wide administration information or tasks.
VWSystemConfiguration - Class in filenet.vw.api
Use this class to access configuration information for an isolated region.
VWSystemConfiguration() - Constructor for class filenet.vw.api.VWSystemConfiguration
 
VWTableDefinition - Class in filenet.vw.api
Defines database tables for use with queues, rosters, and logs.
VWTextAnnotationDefinition - Class in filenet.vw.api
Represents a text annotation in a map.
VWTimeUnitType - Class in filenet.vw.api
Use this class to define the time unit types used in computing statistical results.
VWTimeUnitType() - Constructor for class filenet.vw.api.VWTimeUnitType
 
VWTransferResult - Class in filenet.vw.api
Use this class to access the value returned by a VWSession.transfer() method call.
VWUserInfo - Class in filenet.vw.api
Use this class to access information for a specific user.
VWValidationError - Class in filenet.vw.api
Use this class to access information about errors encountered during the workflow definition validation process.
VWWebServiceParameterDefinition - Class in filenet.vw.api
Use this class to access the definition object for a web service parameter.
VWWFEInstruction - Class in filenet.vw.api
This class encapsulates wait for event instructions in a compound step definition.
VWWorkBasket - Class in filenet.vw.api
Use this class to retrieve information about a workbasket, its columns, filters, or query results.
VWWorkBasket.Column - Class in filenet.vw.api
Represents a read-only, runtime column for the workbasket.
VWWorkBasket.Filter - Class in filenet.vw.api
Represents a read-only, runtime filter for the workbasket.
VWWorkBasket.QueryResults - Class in filenet.vw.api
Represents the query result as returned by the fetchNextBatch method.
VWWorkBasketColumnDefinition - Class in filenet.vw.api
Use this class to create, read, delete, or modify workbasket column definition properties.
VWWorkBasketDefinition - Class in filenet.vw.api
Use this class to create, read, delete, or modify work basket definition properties.
VWWorkBasketFilterDefinition - Class in filenet.vw.api
Use this class to create, read, delete, or modify work basket filter definition properties.
VWWorkflowCollectionDefinition - Class in filenet.vw.api
Represents zero or more workflow definitions.
VWWorkflowCollectionDefinition() - Constructor for class filenet.vw.api.VWWorkflowCollectionDefinition
 
VWWorkflowDefinition - Class in filenet.vw.api
Use this class to create, delete, and access a workflow and its sub-objects.
VWWorkflowDefinition() - Constructor for class filenet.vw.api.VWWorkflowDefinition
Creates a VWWorkflowDefinition instance.
VWWorkflowHistory - Class in filenet.vw.api
Use this class to query step history information.
VWWorkflowMilestones - Class in filenet.vw.api
Queries for workflow milestone occurrences in the workflow log.
VWWorkflowRuntimeId - Class in filenet.vw.api
This class designates a workflow runtime ID for a workflow definition that has been transferred and compiled.
VWWorkflowSignature - Class in filenet.vw.api
This class designates a workflow signature, which represents a work class on the Process Engine after it has been transferred, but before it becomes an executing workflow process.
VWWorkObject - Class in filenet.vw.api
Use this class to access all data fields in a work object and fetch instruction element information associated with the work object.
VWWorkObjectNumber - Class in filenet.vw.api
Use this class only as a substitution value type for queries.
VWWorkObjectNumber(String) - Constructor for class filenet.vw.api.VWWorkObjectNumber
 
VWXMLConfiguration - Class in filenet.vw.api
VWXMLConfiguration imports and exports XML text representing Process Engine administration and configuration objects that implement the IVWtoXML interface.
VWXMLConfiguration() - Constructor for class filenet.vw.api.VWXMLConfiguration
 
VWXMLData - Class in filenet.vw.api
Use this class to retrieve or set schemas, elements, and XML Strings for the workflow fields that are the XML data fields for Web Services.
VWXMLData() - Constructor for class filenet.vw.api.VWXMLData
Public constructor
VWXMLData(String, String, String) - Constructor for class filenet.vw.api.VWXMLData
Public constructor.
VWXMLSchemaSubType - Class in filenet.vw.api
This class defines constants to represent various tyeps that can be used in generating or interpreting WSDL files used in web services operations.
VWXMLSchemaSubType() - Constructor for class filenet.vw.api.VWXMLSchemaSubType
 
VWXMLUtil - Class in filenet.vw.api
VWXMLUtil creates and processes blocks of XML from Process Engine API runtime objects that implement the IVWtoXML interface.
VWXMLUtil() - Constructor for class filenet.vw.api.VWXMLUtil
 

W

WEBAPP_COLLABORATION - Static variable in class filenet.vw.api.VWSession
Value of 4.
WEBAPP_CUSTOM - Static variable in class filenet.vw.api.VWSession
Value of 100.
WEBAPP_ECM_WIDGETS - Static variable in class filenet.vw.api.VWSession
Value of 8.
WEBAPP_NONE - Static variable in class filenet.vw.api.VWSession
Value of 0. Indicates the web application is not set.
WEBAPP_OPEN_CLIENT - Static variable in class filenet.vw.api.VWSession
Value of 3.
WEBAPP_RECORDS_MANAGER - Static variable in class filenet.vw.api.VWSession
Value of 6.
WEBAPP_WCM - Static variable in class filenet.vw.api.VWSession
Value of 5.
WEBAPP_WEB_WORKFLO - Static variable in class filenet.vw.api.VWSession
Value of 2.
WEBAPP_WORKPLACE - Static variable in class filenet.vw.api.VWSession
Value of 1.
WEBAPP_WORKPLACE_XT - Static variable in class filenet.vw.api.VWSession
Value of 7.
WEEKS - Static variable in class filenet.vw.api.VWTimeUnitType
Value of 4. Specifies weeks as the time unit.
WORKFLOW_COLLECTION_SOURCE_NEW - Static variable in class filenet.vw.api.VWWorkflowCollectionDefinition
Indicates there is no source of the workflow collection (it is new).
WORKFLOW_COLLECTION_SOURCE_PEP - Static variable in class filenet.vw.api.VWWorkflowCollectionDefinition
Indicates a PEP file is the source of the workflow collection.
WORKFLOW_COLLECTION_SOURCE_XPDL - Static variable in class filenet.vw.api.VWWorkflowCollectionDefinition
Indicates an XPDL file is the source of the workflow collection.
write(OutputStream) - Method in class filenet.vw.api.VWStepPaletteDefinition
Writes this VWStepPaletteDefinition object to an output stream.
write(OutputStream) - Method in class filenet.vw.api.VWWorkflowCollectionDefinition
Writes this instance to a specified output stream.
write(OutputStream) - Method in class filenet.vw.api.VWWorkflowDefinition
Writes this instance to an output stream.
writeToFile(String) - Method in class filenet.vw.api.VWStepPaletteDefinition
Writes this VWStepPaletteDefinition object to a file.
writeToFile(String) - Method in class filenet.vw.api.VWWorkflowCollectionDefinition
Writes this instance to a specified file.
writeToFile(String) - Method in class filenet.vw.api.VWWorkflowDefinition
Writes this instance to a file.

Y

YEARS - Static variable in class filenet.vw.api.VWTimeUnitType
Value of 6. Specifies years as the time unit.

_

_get_FILE_AUTHOR() - Static method in class filenet.vw.api.VWActionType
For FileNet internal use only, do not call.
_get_FILE_AUTHOR() - Static method in class filenet.vw.api.VWApplicationSpaceDefinition
For FileNet internal use only, do not call
_get_FILE_AUTHOR() - Static method in class filenet.vw.api.VWAssociationDefinition
For FileNet internal use only, do not call.
_get_FILE_AUTHOR() - Static method in class filenet.vw.api.VWAssociationTargetType
For FileNet internal use only, do not call.
_get_FILE_AUTHOR() - Static method in class filenet.vw.api.VWAttachment
For FileNet internal use only, do not call.
_get_FILE_AUTHOR() - Static method in class filenet.vw.api.VWAttachmentTrackingQuery
For FileNet internal use only, do not call.
_get_FILE_AUTHOR() - Static method in class filenet.vw.api.VWAttachmentType
For FileNet internal use only, do not call.
_get_FILE_AUTHOR() - Static method in class filenet.vw.api.VWAttributeInfo
For FileNet internal use only, do not call.
_get_FILE_AUTHOR() - Static method in class filenet.vw.api.VWCompoundStepDefinition
For FileNet internal use only, do not call.
_get_FILE_AUTHOR() - Static method in class filenet.vw.api.VWCreateLiveWOResult
For FileNet internal use only, do not call.
_get_FILE_AUTHOR() - Static method in class filenet.vw.api.VWDataField
For FileNet internal use only, do not call.
_get_FILE_AUTHOR() - Static method in class filenet.vw.api.VWEventDefinition
For FileNet internal use only, do not call.
_get_FILE_AUTHOR() - Static method in exception filenet.vw.api.VWException
For FileNet internal use only, do not call.
_get_FILE_AUTHOR() - Static method in class filenet.vw.api.VWExposedFieldDefinition
For FileNet internal use only, do not call.
_get_FILE_AUTHOR() - Static method in class filenet.vw.api.VWFaultDefinition
For FileNet internal use only, do not call.
_get_FILE_AUTHOR() - Static method in class filenet.vw.api.VWFetchType
For FileNet internal use only, do not call.
_get_FILE_AUTHOR() - Static method in class filenet.vw.api.VWFieldDefinition
For FileNet internal use only, do not call.
_get_FILE_AUTHOR() - Static method in class filenet.vw.api.VWFieldType
For FileNet internal use only, do not call.
_get_FILE_AUTHOR() - Static method in class filenet.vw.api.VWIndexDefinition
For FileNet internal use only, do not call.
_get_FILE_AUTHOR() - Static method in class filenet.vw.api.VWInstructionDefinition
For FileNet internal use only, do not call.
_get_FILE_AUTHOR() - Static method in class filenet.vw.api.VWInstructionElement
Deprecated. For FileNet internal use only, do not call.
_get_FILE_AUTHOR() - Static method in class filenet.vw.api.VWInvokeInstruction
For FileNet internal use only, do not call.
_get_FILE_AUTHOR() - Static method in class filenet.vw.api.VWJoinType
For FileNet internal use only, do not call.
_get_FILE_AUTHOR() - Static method in class filenet.vw.api.VWLibraryType
For FileNet internal use only, do not call.
_get_FILE_AUTHOR() - Static method in class filenet.vw.api.VWLog
For FileNet internal use only, do not call.
_get_FILE_AUTHOR() - Static method in class filenet.vw.api.VWLogDefinition
For FileNet internal use only, do not call.
_get_FILE_AUTHOR() - Static method in class filenet.vw.api.VWLogElement
For FileNet internal use only, do not call.
_get_FILE_AUTHOR() - Static method in class filenet.vw.api.VWLoggingOptionType
For FileNet internal use only, do not call.
_get_FILE_AUTHOR() - Static method in class filenet.vw.api.VWLogQuery
For FileNet internal use only, do not call.
_get_FILE_AUTHOR() - Static method in class filenet.vw.api.VWMapDefinition
For FileNet internal use only, do not call.
_get_FILE_AUTHOR() - Static method in class filenet.vw.api.VWMapNode
For FileNet internal use only, do not call.
_get_FILE_AUTHOR() - Static method in class filenet.vw.api.VWMergeType
For FileNet internal use only, do not call.
_get_FILE_AUTHOR() - Static method in class filenet.vw.api.VWMilestoneDefinition
For FileNet internal use only, do not call.
_get_FILE_AUTHOR() - Static method in class filenet.vw.api.VWModeType
For FileNet internal use only, do not call.
_get_FILE_AUTHOR() - Static method in class filenet.vw.api.VWNodeType
For FileNet internal use only, do not call.
_get_FILE_AUTHOR() - Static method in class filenet.vw.api.VWOperationDefinition
For FileNet internal use only, do not call.
_get_FILE_AUTHOR() - Static method in class filenet.vw.api.VWOperationType
For FileNet internal use only, do not call.
_get_FILE_AUTHOR() - Static method in class filenet.vw.api.VWParameter
For FileNet internal use only, do not call.
_get_FILE_AUTHOR() - Static method in class filenet.vw.api.VWParameterDefinition
For FileNet internal use only, do not call.
_get_FILE_AUTHOR() - Static method in class filenet.vw.api.VWParticipant
For FileNet internal use only, do not call.
_get_FILE_AUTHOR() - Static method in class filenet.vw.api.VWParticipantHistory
For FileNet internal use only, do not call.
_get_FILE_AUTHOR() - Static method in class filenet.vw.api.VWParticipantList
For FileNet internal use only, do not call.
_get_FILE_AUTHOR() - Static method in class filenet.vw.api.VWPartnerLinkDefinition
For FileNet internal use only, do not call.
_get_FILE_AUTHOR() - Static method in class filenet.vw.api.VWProcess
For FileNet internal use only, do not call.
_get_FILE_AUTHOR() - Static method in class filenet.vw.api.VWQueue
For FileNet internal use only, do not call.
_get_FILE_AUTHOR() - Static method in class filenet.vw.api.VWQueueDefinition
For FileNet internal use only, do not call.
_get_FILE_AUTHOR() - Static method in class filenet.vw.api.VWQueueElement
For FileNet internal use only, do not call.
_get_FILE_AUTHOR() - Static method in class filenet.vw.api.VWQueueQuery
For FileNet internal use only, do not call.
_get_FILE_AUTHOR() - Static method in class filenet.vw.api.VWQueueStats
For FileNet internal use only, do not call.
_get_FILE_AUTHOR() - Static method in class filenet.vw.api.VWReceiveInstruction
For FileNet internal use only, do not call.
_get_FILE_AUTHOR() - Static method in class filenet.vw.api.VWReplyInstruction
For FileNet internal use only, do not call.
_get_FILE_AUTHOR() - Static method in class filenet.vw.api.VWReturnStackElement
For FileNet internal use only, do not call.
_get_FILE_AUTHOR() - Static method in class filenet.vw.api.VWRoleDefinition
For FileNet internal use only, do not call
_get_FILE_AUTHOR() - Static method in class filenet.vw.api.VWRollbackInstruction
For FileNet internal use only, do not call.
_get_FILE_AUTHOR() - Static method in class filenet.vw.api.VWRoster
For FileNet internal use only, do not call.
_get_FILE_AUTHOR() - Static method in class filenet.vw.api.VWRosterDefinition
For FileNet internal use only, do not call.
_get_FILE_AUTHOR() - Static method in class filenet.vw.api.VWRosterElement
For FileNet internal use only, do not call.
_get_FILE_AUTHOR() - Static method in class filenet.vw.api.VWRosterQuery
For FileNet internal use only, do not call.
_get_FILE_AUTHOR() - Static method in class filenet.vw.api.VWRosterStats
For FileNet internal use only, do not call.
_get_FILE_AUTHOR() - Static method in class filenet.vw.api.VWRouteDefinition
For FileNet internal use only, do not call.
_get_FILE_AUTHOR() - Static method in class filenet.vw.api.VWRuleSetDefinition
For FileNet internal use only, do not call.
_get_FILE_AUTHOR() - Static method in class filenet.vw.api.VWSchema
For FileNet internal use only, do not call.
_get_FILE_AUTHOR() - Static method in class filenet.vw.api.VWSecurityDomain
For FileNet internal use only, do not call.
_get_FILE_AUTHOR() - Static method in class filenet.vw.api.VWSecurityList
For FileNet internal use only, do not call.
_get_FILE_AUTHOR() - Static method in exception filenet.vw.api.VWServerException
For FileNet internal use only, do not call.
_get_FILE_AUTHOR() - Static method in class filenet.vw.api.VWSession
For FileNet internal use only, do not call.
_get_FILE_AUTHOR() - Static method in class filenet.vw.api.VWSimpleInstruction
For FileNet internal use only, do not call.
_get_FILE_AUTHOR() - Static method in class filenet.vw.api.VWSplitType
For FileNet internal use only, do not call.
_get_FILE_AUTHOR() - Static method in class filenet.vw.api.VWStepDefinition
For FileNet internal use only, do not call.
_get_FILE_AUTHOR() - Static method in class filenet.vw.api.VWStepElement
For FileNet internal use only, do not call.
_get_FILE_AUTHOR() - Static method in class filenet.vw.api.VWStepHistory
For FileNet internal use only, do not call.
_get_FILE_AUTHOR() - Static method in class filenet.vw.api.VWStepOccurrenceHistory
For FileNet internal use only, do not call.
_get_FILE_AUTHOR() - Static method in class filenet.vw.api.VWStepPaletteDefinition
For FileNet internal use only, do not call.
_get_FILE_AUTHOR() - Static method in class filenet.vw.api.VWStepProcessorInfo
For FileNet internal use only, do not call.
_get_FILE_AUTHOR() - Static method in class filenet.vw.api.VWStepProcessorInfoDefinition
For FileNet internal use only, do not call.
_get_FILE_AUTHOR() - Static method in class filenet.vw.api.VWStepWorkObjectHistory
For FileNet internal use only, do not call.
_get_FILE_AUTHOR() - Static method in class filenet.vw.api.VWSystemAdministration
For FileNet internal use only, do not call.
_get_FILE_AUTHOR() - Static method in class filenet.vw.api.VWSystemConfiguration
For FileNet internal use only, do not call.
_get_FILE_AUTHOR() - Static method in class filenet.vw.api.VWTableDefinition
For FileNet internal use only, do not call
_get_FILE_AUTHOR() - Static method in class filenet.vw.api.VWTextAnnotationDefinition
For FileNet internal use only, do not call.
_get_FILE_AUTHOR() - Static method in class filenet.vw.api.VWTimeUnitType
For FileNet internal use only, do not call.
_get_FILE_AUTHOR() - Static method in class filenet.vw.api.VWTransferResult
For FileNet internal use only, do not call.
_get_FILE_AUTHOR() - Static method in class filenet.vw.api.VWUserInfo
For FileNet internal use only, do not call.
_get_FILE_AUTHOR() - Static method in class filenet.vw.api.VWValidationError
For FileNet internal use only, do not call.
_get_FILE_AUTHOR() - Static method in class filenet.vw.api.VWWebServiceParameterDefinition
For FileNet internal use only, do not call.
_get_FILE_AUTHOR() - Static method in class filenet.vw.api.VWWFEInstruction
For FileNet internal use only, do not call.
_get_FILE_AUTHOR() - Static method in class filenet.vw.api.VWWorkBasket
For FileNet internal use only, do not call.
_get_FILE_AUTHOR() - Static method in class filenet.vw.api.VWWorkBasketColumnDefinition
For FileNet internal use only, do not call.
_get_FILE_AUTHOR() - Static method in class filenet.vw.api.VWWorkBasketDefinition
For FileNet internal use only, do not call.
_get_FILE_AUTHOR() - Static method in class filenet.vw.api.VWWorkBasketFilterDefinition
For FileNet internal use only, do not call.
_get_FILE_AUTHOR() - Static method in class filenet.vw.api.VWWorkflowCollectionDefinition
For FileNet internal use only, do not call.
_get_FILE_AUTHOR() - Static method in class filenet.vw.api.VWWorkflowDefinition
For FileNet internal use only, do not call.
_get_FILE_AUTHOR() - Static method in class filenet.vw.api.VWWorkflowHistory
For FileNet internal use only, do not call.
_get_FILE_AUTHOR() - Static method in class filenet.vw.api.VWWorkflowMilestones
For FileNet internal use only, do not call.
_get_FILE_AUTHOR() - Static method in class filenet.vw.api.VWWorkflowRuntimeId
For FileNet internal use only, do not call.
_get_FILE_AUTHOR() - Static method in class filenet.vw.api.VWWorkflowSignature
For FileNet internal use only, do not call.
_get_FILE_AUTHOR() - Static method in class filenet.vw.api.VWWorkObject
For FileNet internal use only, do not call.
_get_FILE_AUTHOR() - Static method in class filenet.vw.api.VWWorkObjectNumber
For FileNet internal use only, do not call.
_get_FILE_AUTHOR() - Static method in class filenet.vw.api.VWXMLConfiguration
For FileNet internal use only, do not call.
_get_FILE_AUTHOR() - Static method in class filenet.vw.api.VWXMLData
For FileNet internal use only, do not call.
_get_FILE_AUTHOR() - Static method in class filenet.vw.api.VWXMLSchemaSubType
For FileNet internal use only, do not call.
_get_FILE_AUTHOR() - Static method in class filenet.vw.api.VWXMLUtil
For FileNet internal use only, do not call.
_get_FILE_DATE() - Static method in class filenet.vw.api.VWActionType
For FileNet internal use only, do not call.
_get_FILE_DATE() - Static method in class filenet.vw.api.VWApplicationSpaceDefinition
For FileNet internal use only, do not call
_get_FILE_DATE() - Static method in class filenet.vw.api.VWAssociationDefinition
For FileNet internal use only, do not call.
_get_FILE_DATE() - Static method in class filenet.vw.api.VWAssociationTargetType
For FileNet internal use only, do not call.
_get_FILE_DATE() - Static method in class filenet.vw.api.VWAttachment
For FileNet internal use only, do not call.
_get_FILE_DATE() - Static method in class filenet.vw.api.VWAttachmentTrackingQuery
For FileNet internal use only, do not call.
_get_FILE_DATE() - Static method in class filenet.vw.api.VWAttachmentType
For FileNet internal use only, do not call.
_get_FILE_DATE() - Static method in class filenet.vw.api.VWAttributeInfo
For FileNet internal use only, do not call.
_get_FILE_DATE() - Static method in class filenet.vw.api.VWCompoundStepDefinition
For FileNet internal use only, do not call.
_get_FILE_DATE() - Static method in class filenet.vw.api.VWCreateLiveWOResult
For FileNet internal use only, do not call.
_get_FILE_DATE() - Static method in class filenet.vw.api.VWDataField
For FileNet internal use only, do not call.
_get_FILE_DATE() - Static method in class filenet.vw.api.VWEventDefinition
For FileNet internal use only, do not call.
_get_FILE_DATE() - Static method in exception filenet.vw.api.VWException
For FileNet internal use only, do not call.
_get_FILE_DATE() - Static method in class filenet.vw.api.VWExposedFieldDefinition
For FileNet internal use only, do not call.
_get_FILE_DATE() - Static method in class filenet.vw.api.VWFaultDefinition
For FileNet internal use only, do not call.
_get_FILE_DATE() - Static method in class filenet.vw.api.VWFetchType
For FileNet internal use only, do not call.
_get_FILE_DATE() - Static method in class filenet.vw.api.VWFieldDefinition
For FileNet internal use only, do not call.
_get_FILE_DATE() - Static method in class filenet.vw.api.VWFieldType
For FileNet internal use only, do not call.
_get_FILE_DATE() - Static method in class filenet.vw.api.VWIndexDefinition
For FileNet internal use only, do not call.
_get_FILE_DATE() - Static method in class filenet.vw.api.VWInstructionDefinition
For FileNet internal use only, do not call.
_get_FILE_DATE() - Static method in class filenet.vw.api.VWInstructionElement
Deprecated. For FileNet internal use only, do not call.
_get_FILE_DATE() - Static method in class filenet.vw.api.VWInvokeInstruction
For FileNet internal use only, do not call.
_get_FILE_DATE() - Static method in class filenet.vw.api.VWJoinType
For FileNet internal use only, do not call.
_get_FILE_DATE() - Static method in class filenet.vw.api.VWLibraryType
For FileNet internal use only, do not call.
_get_FILE_DATE() - Static method in class filenet.vw.api.VWLog
For FileNet internal use only, do not call.
_get_FILE_DATE() - Static method in class filenet.vw.api.VWLogDefinition
For FileNet internal use only, do not call.
_get_FILE_DATE() - Static method in class filenet.vw.api.VWLogElement
For FileNet internal use only, do not call.
_get_FILE_DATE() - Static method in class filenet.vw.api.VWLoggingOptionType
For FileNet internal use only, do not call.
_get_FILE_DATE() - Static method in class filenet.vw.api.VWLogQuery
For FileNet internal use only, do not call.
_get_FILE_DATE() - Static method in class filenet.vw.api.VWMapDefinition
For FileNet internal use only, do not call.
_get_FILE_DATE() - Static method in class filenet.vw.api.VWMapNode
For FileNet internal use only, do not call.
_get_FILE_DATE() - Static method in class filenet.vw.api.VWMergeType
For FileNet internal use only, do not call.
_get_FILE_DATE() - Static method in class filenet.vw.api.VWMilestoneDefinition
For FileNet internal use only, do not call.
_get_FILE_DATE() - Static method in class filenet.vw.api.VWModeType
For FileNet internal use only, do not call.
_get_FILE_DATE() - Static method in class filenet.vw.api.VWNodeType
For FileNet internal use only, do not call.
_get_FILE_DATE() - Static method in class filenet.vw.api.VWOperationDefinition
For FileNet internal use only, do not call.
_get_FILE_DATE() - Static method in class filenet.vw.api.VWOperationType
For FileNet internal use only, do not call.
_get_FILE_DATE() - Static method in class filenet.vw.api.VWParameter
For FileNet internal use only, do not call.
_get_FILE_DATE() - Static method in class filenet.vw.api.VWParameterDefinition
For FileNet internal use only, do not call.
_get_FILE_DATE() - Static method in class filenet.vw.api.VWParticipant
For FileNet internal use only, do not call.
_get_FILE_DATE() - Static method in class filenet.vw.api.VWParticipantHistory
For FileNet internal use only, do not call.
_get_FILE_DATE() - Static method in class filenet.vw.api.VWParticipantList
For FileNet internal use only, do not call.
_get_FILE_DATE() - Static method in class filenet.vw.api.VWPartnerLinkDefinition
For FileNet internal use only, do not call.
_get_FILE_DATE() - Static method in class filenet.vw.api.VWProcess
For FileNet internal use only, do not call.
_get_FILE_DATE() - Static method in class filenet.vw.api.VWQueue
For FileNet internal use only, do not call.
_get_FILE_DATE() - Static method in class filenet.vw.api.VWQueueDefinition
For FileNet internal use only, do not call.
_get_FILE_DATE() - Static method in class filenet.vw.api.VWQueueElement
For FileNet internal use only, do not call.
_get_FILE_DATE() - Static method in class filenet.vw.api.VWQueueQuery
For FileNet internal use only, do not call.
_get_FILE_DATE() - Static method in class filenet.vw.api.VWQueueStats
For FileNet internal use only, do not call.
_get_FILE_DATE() - Static method in class filenet.vw.api.VWReceiveInstruction
For FileNet internal use only, do not call.
_get_FILE_DATE() - Static method in class filenet.vw.api.VWReplyInstruction
For FileNet internal use only, do not call.
_get_FILE_DATE() - Static method in class filenet.vw.api.VWReturnStackElement
For FileNet internal use only, do not call.
_get_FILE_DATE() - Static method in class filenet.vw.api.VWRoleDefinition
For FileNet internal use only, do not call
_get_FILE_DATE() - Static method in class filenet.vw.api.VWRollbackInstruction
For FileNet internal use only, do not call.
_get_FILE_DATE() - Static method in class filenet.vw.api.VWRoster
For FileNet internal use only, do not call.
_get_FILE_DATE() - Static method in class filenet.vw.api.VWRosterDefinition
For FileNet internal use only, do not call.
_get_FILE_DATE() - Static method in class filenet.vw.api.VWRosterElement
For FileNet internal use only, do not call.
_get_FILE_DATE() - Static method in class filenet.vw.api.VWRosterQuery
For FileNet internal use only, do not call.
_get_FILE_DATE() - Static method in class filenet.vw.api.VWRosterStats
For FileNet internal use only, do not call.
_get_FILE_DATE() - Static method in class filenet.vw.api.VWRouteDefinition
For FileNet internal use only, do not call.
_get_FILE_DATE() - Static method in class filenet.vw.api.VWRuleSetDefinition
For FileNet internal use only, do not call.
_get_FILE_DATE() - Static method in class filenet.vw.api.VWSchema
For FileNet internal use only, do not call.
_get_FILE_DATE() - Static method in class filenet.vw.api.VWSecurityDomain
For FileNet internal use only, do not call.
_get_FILE_DATE() - Static method in class filenet.vw.api.VWSecurityList
For FileNet internal use only, do not call.
_get_FILE_DATE() - Static method in exception filenet.vw.api.VWServerException
For FileNet internal use only, do not call.
_get_FILE_DATE() - Static method in class filenet.vw.api.VWSession
For FileNet internal use only, do not call.
_get_FILE_DATE() - Static method in class filenet.vw.api.VWSimpleInstruction
For FileNet internal use only, do not call.
_get_FILE_DATE() - Static method in class filenet.vw.api.VWSplitType
For FileNet internal use only, do not call.
_get_FILE_DATE() - Static method in class filenet.vw.api.VWStepDefinition
For FileNet internal use only, do not call.
_get_FILE_DATE() - Static method in class filenet.vw.api.VWStepElement
For FileNet internal use only, do not call.
_get_FILE_DATE() - Static method in class filenet.vw.api.VWStepHistory
For FileNet internal use only, do not call.
_get_FILE_DATE() - Static method in class filenet.vw.api.VWStepOccurrenceHistory
For FileNet internal use only, do not call.
_get_FILE_DATE() - Static method in class filenet.vw.api.VWStepPaletteDefinition
For FileNet internal use only, do not call.
_get_FILE_DATE() - Static method in class filenet.vw.api.VWStepProcessorInfo
For FileNet internal use only, do not call.
_get_FILE_DATE() - Static method in class filenet.vw.api.VWStepProcessorInfoDefinition
For FileNet internal use only, do not call.
_get_FILE_DATE() - Static method in class filenet.vw.api.VWStepWorkObjectHistory
For FileNet internal use only, do not call.
_get_FILE_DATE() - Static method in class filenet.vw.api.VWSystemAdministration
For FileNet internal use only, do not call.
_get_FILE_DATE() - Static method in class filenet.vw.api.VWSystemConfiguration
For FileNet internal use only, do not call.
_get_FILE_DATE() - Static method in class filenet.vw.api.VWTableDefinition
For FileNet internal use only, do not call
_get_FILE_DATE() - Static method in class filenet.vw.api.VWTextAnnotationDefinition
For FileNet internal use only, do not call.
_get_FILE_DATE() - Static method in class filenet.vw.api.VWTimeUnitType
For FileNet internal use only, do not call.
_get_FILE_DATE() - Static method in class filenet.vw.api.VWTransferResult
For FileNet internal use only, do not call.
_get_FILE_DATE() - Static method in class filenet.vw.api.VWUserInfo
For FileNet internal use only, do not call.
_get_FILE_DATE() - Static method in class filenet.vw.api.VWValidationError
For FileNet internal use only, do not call.
_get_FILE_DATE() - Static method in class filenet.vw.api.VWWebServiceParameterDefinition
For FileNet internal use only, do not call.
_get_FILE_DATE() - Static method in class filenet.vw.api.VWWFEInstruction
For FileNet internal use only, do not call.
_get_FILE_DATE() - Static method in class filenet.vw.api.VWWorkBasket
For FileNet internal use only, do not call.
_get_FILE_DATE() - Static method in class filenet.vw.api.VWWorkBasketColumnDefinition
For FileNet internal use only, do not call.
_get_FILE_DATE() - Static method in class filenet.vw.api.VWWorkBasketDefinition
For FileNet internal use only, do not call.
_get_FILE_DATE() - Static method in class filenet.vw.api.VWWorkBasketFilterDefinition
For FileNet internal use only, do not call.
_get_FILE_DATE() - Static method in class filenet.vw.api.VWWorkflowCollectionDefinition
For FileNet internal use only, do not call.
_get_FILE_DATE() - Static method in class filenet.vw.api.VWWorkflowDefinition
For FileNet internal use only, do not call.
_get_FILE_DATE() - Static method in class filenet.vw.api.VWWorkflowHistory
For FileNet internal use only, do not call.
_get_FILE_DATE() - Static method in class filenet.vw.api.VWWorkflowMilestones
For FileNet internal use only, do not call.
_get_FILE_DATE() - Static method in class filenet.vw.api.VWWorkflowRuntimeId
For FileNet internal use only, do not call.
_get_FILE_DATE() - Static method in class filenet.vw.api.VWWorkflowSignature
For FileNet internal use only, do not call.
_get_FILE_DATE() - Static method in class filenet.vw.api.VWWorkObject
For FileNet internal use only, do not call.
_get_FILE_DATE() - Static method in class filenet.vw.api.VWWorkObjectNumber
For FileNet internal use only, do not call.
_get_FILE_DATE() - Static method in class filenet.vw.api.VWXMLConfiguration
For FileNet internal use only, do not call.
_get_FILE_DATE() - Static method in class filenet.vw.api.VWXMLData
For FileNet internal use only, do not call.
_get_FILE_DATE() - Static method in class filenet.vw.api.VWXMLSchemaSubType
For FileNet internal use only, do not call.
_get_FILE_DATE() - Static method in class filenet.vw.api.VWXMLUtil
For FileNet internal use only, do not call.
_get_FILE_REVISION() - Static method in class filenet.vw.api.VWActionType
For FileNet internal use only, do not call.
_get_FILE_REVISION() - Static method in class filenet.vw.api.VWApplicationSpaceDefinition
For FileNet internal use only, do not call
_get_FILE_REVISION() - Static method in class filenet.vw.api.VWAssociationDefinition
For FileNet internal use only, do not call.
_get_FILE_REVISION() - Static method in class filenet.vw.api.VWAssociationTargetType
For FileNet internal use only, do not call.
_get_FILE_REVISION() - Static method in class filenet.vw.api.VWAttachment
For FileNet internal use only, do not call.
_get_FILE_REVISION() - Static method in class filenet.vw.api.VWAttachmentTrackingQuery
For FileNet internal use only, do not call.
_get_FILE_REVISION() - Static method in class filenet.vw.api.VWAttachmentType
For FileNet internal use only, do not call.
_get_FILE_REVISION() - Static method in class filenet.vw.api.VWAttributeInfo
For FileNet internal use only, do not call.
_get_FILE_REVISION() - Static method in class filenet.vw.api.VWCompoundStepDefinition
For FileNet internal use only, do not call.
_get_FILE_REVISION() - Static method in class filenet.vw.api.VWCreateLiveWOResult
For FileNet internal use only, do not call.
_get_FILE_REVISION() - Static method in class filenet.vw.api.VWDataField
For FileNet internal use only, do not call.
_get_FILE_REVISION() - Static method in class filenet.vw.api.VWEventDefinition
For FileNet internal use only, do not call.
_get_FILE_REVISION() - Static method in exception filenet.vw.api.VWException
For FileNet internal use only, do not call.
_get_FILE_REVISION() - Static method in class filenet.vw.api.VWExposedFieldDefinition
For FileNet internal use only, do not call.
_get_FILE_REVISION() - Static method in class filenet.vw.api.VWFaultDefinition
For FileNet internal use only, do not call.
_get_FILE_REVISION() - Static method in class filenet.vw.api.VWFetchType
For FileNet internal use only, do not call.
_get_FILE_REVISION() - Static method in class filenet.vw.api.VWFieldDefinition
For FileNet internal use only, do not call.
_get_FILE_REVISION() - Static method in class filenet.vw.api.VWFieldType
For FileNet internal use only, do not call.
_get_FILE_REVISION() - Static method in class filenet.vw.api.VWIndexDefinition
For FileNet internal use only, do not call.
_get_FILE_REVISION() - Static method in class filenet.vw.api.VWInstructionDefinition
For FileNet internal use only, do not call.
_get_FILE_REVISION() - Static method in class filenet.vw.api.VWInstructionElement
Deprecated. For FileNet internal use only, do not call.
_get_FILE_REVISION() - Static method in class filenet.vw.api.VWInvokeInstruction
For FileNet internal use only, do not call.
_get_FILE_REVISION() - Static method in class filenet.vw.api.VWJoinType
For FileNet internal use only, do not call.
_get_FILE_REVISION() - Static method in class filenet.vw.api.VWLibraryType
For FileNet internal use only, do not call.
_get_FILE_REVISION() - Static method in class filenet.vw.api.VWLog
For FileNet internal use only, do not call.
_get_FILE_REVISION() - Static method in class filenet.vw.api.VWLogDefinition
For FileNet internal use only, do not call.
_get_FILE_REVISION() - Static method in class filenet.vw.api.VWLogElement
For FileNet internal use only, do not call.
_get_FILE_REVISION() - Static method in class filenet.vw.api.VWLoggingOptionType
For FileNet internal use only, do not call.
_get_FILE_REVISION() - Static method in class filenet.vw.api.VWLogQuery
For FileNet internal use only, do not call.
_get_FILE_REVISION() - Static method in class filenet.vw.api.VWMapDefinition
For FileNet internal use only, do not call.
_get_FILE_REVISION() - Static method in class filenet.vw.api.VWMapNode
For FileNet internal use only, do not call.
_get_FILE_REVISION() - Static method in class filenet.vw.api.VWMergeType
For FileNet internal use only, do not call.
_get_FILE_REVISION() - Static method in class filenet.vw.api.VWMilestoneDefinition
For FileNet internal use only, do not call.
_get_FILE_REVISION() - Static method in class filenet.vw.api.VWModeType
For FileNet internal use only, do not call.
_get_FILE_REVISION() - Static method in class filenet.vw.api.VWNodeType
For FileNet internal use only, do not call.
_get_FILE_REVISION() - Static method in class filenet.vw.api.VWOperationDefinition
For FileNet internal use only, do not call.
_get_FILE_REVISION() - Static method in class filenet.vw.api.VWOperationType
For FileNet internal use only, do not call.
_get_FILE_REVISION() - Static method in class filenet.vw.api.VWParameter
For FileNet internal use only, do not call.
_get_FILE_REVISION() - Static method in class filenet.vw.api.VWParameterDefinition
For FileNet internal use only, do not call.
_get_FILE_REVISION() - Static method in class filenet.vw.api.VWParticipant
For FileNet internal use only, do not call.
_get_FILE_REVISION() - Static method in class filenet.vw.api.VWParticipantHistory
For FileNet internal use only, do not call.
_get_FILE_REVISION() - Static method in class filenet.vw.api.VWParticipantList
For FileNet internal use only, do not call.
_get_FILE_REVISION() - Static method in class filenet.vw.api.VWPartnerLinkDefinition
For FileNet internal use only, do not call.
_get_FILE_REVISION() - Static method in class filenet.vw.api.VWProcess
For FileNet internal use only, do not call.
_get_FILE_REVISION() - Static method in class filenet.vw.api.VWQueue
For FileNet internal use only, do not call.
_get_FILE_REVISION() - Static method in class filenet.vw.api.VWQueueDefinition
For FileNet internal use only, do not call.
_get_FILE_REVISION() - Static method in class filenet.vw.api.VWQueueElement
For FileNet internal use only, do not call.
_get_FILE_REVISION() - Static method in class filenet.vw.api.VWQueueQuery
For FileNet internal use only, do not call.
_get_FILE_REVISION() - Static method in class filenet.vw.api.VWQueueStats
For FileNet internal use only, do not call.
_get_FILE_REVISION() - Static method in class filenet.vw.api.VWReceiveInstruction
For FileNet internal use only, do not call.
_get_FILE_REVISION() - Static method in class filenet.vw.api.VWReplyInstruction
For FileNet internal use only, do not call.
_get_FILE_REVISION() - Static method in class filenet.vw.api.VWReturnStackElement
For FileNet internal use only, do not call.
_get_FILE_REVISION() - Static method in class filenet.vw.api.VWRoleDefinition
For FileNet internal use only, do not call
_get_FILE_REVISION() - Static method in class filenet.vw.api.VWRollbackInstruction
For FileNet internal use only, do not call.
_get_FILE_REVISION() - Static method in class filenet.vw.api.VWRoster
For FileNet internal use only, do not call.
_get_FILE_REVISION() - Static method in class filenet.vw.api.VWRosterDefinition
For FileNet internal use only, do not call.
_get_FILE_REVISION() - Static method in class filenet.vw.api.VWRosterElement
For FileNet internal use only, do not call.
_get_FILE_REVISION() - Static method in class filenet.vw.api.VWRosterQuery
For FileNet internal use only, do not call.
_get_FILE_REVISION() - Static method in class filenet.vw.api.VWRosterStats
For FileNet internal use only, do not call.
_get_FILE_REVISION() - Static method in class filenet.vw.api.VWRouteDefinition
For FileNet internal use only, do not call.
_get_FILE_REVISION() - Static method in class filenet.vw.api.VWRuleSetDefinition
For FileNet internal use only, do not call.
_get_FILE_REVISION() - Static method in class filenet.vw.api.VWSchema
For FileNet internal use only, do not call.
_get_FILE_REVISION() - Static method in class filenet.vw.api.VWSecurityDomain
For FileNet internal use only, do not call.
_get_FILE_REVISION() - Static method in class filenet.vw.api.VWSecurityList
For FileNet internal use only, do not call.
_get_FILE_REVISION() - Static method in exception filenet.vw.api.VWServerException
For FileNet internal use only, do not call.
_get_FILE_REVISION() - Static method in class filenet.vw.api.VWSession
For FileNet internal use only, do not call.
_get_FILE_REVISION() - Static method in class filenet.vw.api.VWSimpleInstruction
For FileNet internal use only, do not call.
_get_FILE_REVISION() - Static method in class filenet.vw.api.VWSplitType
For FileNet internal use only, do not call.
_get_FILE_REVISION() - Static method in class filenet.vw.api.VWStepDefinition
For FileNet internal use only, do not call.
_get_FILE_REVISION() - Static method in class filenet.vw.api.VWStepElement
For FileNet internal use only, do not call.
_get_FILE_REVISION() - Static method in class filenet.vw.api.VWStepHistory
For FileNet internal use only, do not call.
_get_FILE_REVISION() - Static method in class filenet.vw.api.VWStepOccurrenceHistory
For FileNet internal use only, do not call.
_get_FILE_REVISION() - Static method in class filenet.vw.api.VWStepPaletteDefinition
For FileNet internal use only, do not call.
_get_FILE_REVISION() - Static method in class filenet.vw.api.VWStepProcessorInfo
For FileNet internal use only, do not call.
_get_FILE_REVISION() - Static method in class filenet.vw.api.VWStepProcessorInfoDefinition
For FileNet internal use only, do not call.
_get_FILE_REVISION() - Static method in class filenet.vw.api.VWStepWorkObjectHistory
For FileNet internal use only, do not call.
_get_FILE_REVISION() - Static method in class filenet.vw.api.VWSystemAdministration
For FileNet internal use only, do not call.
_get_FILE_REVISION() - Static method in class filenet.vw.api.VWSystemConfiguration
For FileNet internal use only, do not call.
_get_FILE_REVISION() - Static method in class filenet.vw.api.VWTableDefinition
For FileNet internal use only, do not call
_get_FILE_REVISION() - Static method in class filenet.vw.api.VWTextAnnotationDefinition
For FileNet internal use only, do not call.
_get_FILE_REVISION() - Static method in class filenet.vw.api.VWTimeUnitType
For FileNet internal use only, do not call.
_get_FILE_REVISION() - Static method in class filenet.vw.api.VWTransferResult
For FileNet internal use only, do not call.
_get_FILE_REVISION() - Static method in class filenet.vw.api.VWUserInfo
For FileNet internal use only, do not call.
_get_FILE_REVISION() - Static method in class filenet.vw.api.VWValidationError
For FileNet internal use only, do not call.
_get_FILE_REVISION() - Static method in class filenet.vw.api.VWWebServiceParameterDefinition
For FileNet internal use only, do not call.
_get_FILE_REVISION() - Static method in class filenet.vw.api.VWWFEInstruction
For FileNet internal use only, do not call.
_get_FILE_REVISION() - Static method in class filenet.vw.api.VWWorkBasket
For FileNet internal use only, do not call.
_get_FILE_REVISION() - Static method in class filenet.vw.api.VWWorkBasketColumnDefinition
For FileNet internal use only, do not call.
_get_FILE_REVISION() - Static method in class filenet.vw.api.VWWorkBasketDefinition
For FileNet internal use only, do not call.
_get_FILE_REVISION() - Static method in class filenet.vw.api.VWWorkBasketFilterDefinition
For FileNet internal use only, do not call.
_get_FILE_REVISION() - Static method in class filenet.vw.api.VWWorkflowCollectionDefinition
For FileNet internal use only, do not call.
_get_FILE_REVISION() - Static method in class filenet.vw.api.VWWorkflowDefinition
For FileNet internal use only, do not call.
_get_FILE_REVISION() - Static method in class filenet.vw.api.VWWorkflowHistory
For FileNet internal use only, do not call.
_get_FILE_REVISION() - Static method in class filenet.vw.api.VWWorkflowMilestones
For FileNet internal use only, do not call.
_get_FILE_REVISION() - Static method in class filenet.vw.api.VWWorkflowRuntimeId
For FileNet internal use only, do not call.
_get_FILE_REVISION() - Static method in class filenet.vw.api.VWWorkflowSignature
For FileNet internal use only, do not call.
_get_FILE_REVISION() - Static method in class filenet.vw.api.VWWorkObject
For FileNet internal use only, do not call.
_get_FILE_REVISION() - Static method in class filenet.vw.api.VWWorkObjectNumber
For FileNet internal use only, do not call.
_get_FILE_REVISION() - Static method in class filenet.vw.api.VWXMLConfiguration
For FileNet internal use only, do not call.
_get_FILE_REVISION() - Static method in class filenet.vw.api.VWXMLData
For FileNet internal use only, do not call.
_get_FILE_REVISION() - Static method in class filenet.vw.api.VWXMLSchemaSubType
For FileNet internal use only, do not call.
_get_FILE_REVISION() - Static method in class filenet.vw.api.VWXMLUtil
For FileNet internal use only, do not call.

A B C D E F G H I J L M N O P Q R S T U V W Y _
Process API

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