Deprecated API
Contents
-
Deprecated Classes Class and Description filenet.vw.api.VWInstructionElement Replaced byVWStepElementfilenet.vw.api.VWQueueStats This class has been deprecated since BPM release 4.0. Use Case Analyzer for Workflow Statistics.filenet.vw.api.VWRosterStats This class has been deprecated since BPM release 4.0. Use Case Analyzer for Workflow Statistics.
-
Deprecated Fields Field and Description filenet.vw.api.VWActionType.ACTION_TYPE_TERMINATE Value of 17. Ends processing of a workflow branch, other work objects in a workflow (e.g. if splits have occurred), will continue processing.filenet.vw.api.VWFieldType.FIELD_TYPEDEF_TIME32 for creation. Use FIELD_TYPEDEF_TIME instead. All times created in P8 4.6.0 are 64 bit.filenet.vw.api.VWFieldType.FIELD_TYPEDEF_TIME64 for creation. Use FIELD_TYPEDEF_TIME instead. All times created in P8 4.6.0 are 64 bit.filenet.vw.api.VWLoggingOptionType.LOGGING_OPTION_TYPE_VW_WOMovedToServer filenet.vw.api.VWOperationType.OP_TYPE_TERMINATE - 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.filenet.vw.api.VWSession.PRODUCT_BPS Replaced by use ofVWSession.setDefaultWebApplication(int)filenet.vw.api.VWSession.PRODUCT_CUSTOM Replaced by use ofVWSession.setDefaultWebApplication(int)filenet.vw.api.VWSession.PRODUCT_OPEN_CLIENT Replaced by use ofVWSession.setDefaultWebApplication(int)filenet.vw.api.VWSession.PRODUCT_PW Replaced by use ofVWSession.setDefaultWebApplication(int)filenet.vw.api.VWRoster.QUERY_GET_SYSTEM_FIELDS Not replaced. This is the default.filenet.vw.api.VWQueue.QUERY_GET_SYSTEM_FIELDS Not replaced. This is the default.filenet.vw.api.VWRoster.QUERY_GET_TRANSLATED_SYSTEM_FIELDS Not replaced. This is the default.filenet.vw.api.VWQueue.QUERY_GET_TRANSLATED_SYSTEM_FIELDS Not replaced. This is the default.
-
Deprecated Constructors Constructor and Description filenet.vw.api.VWStepProcessorInfoDefinition(int, int, String, int, String, int, int, String) Replaced byVWStepProcessorInfoDefinition.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.