| filenet.vw.api.VWWorkflowDefinition.createFieldUsingObject(String, Object)
|
| filenet.vw.api.VWCompoundStepDefinition.createTerminateInstruction()
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.
|
| filenet.vw.api.VWSystemAdministration.createUserInfo()
VWUserInfo records are created on the server in P8PE4.0
|
| filenet.vw.api.VWWorkflowDefinition.deleteMap(int)
|
| filenet.vw.api.VWWorkflowDefinition.deleteRuleSet(VWRuleSetDefinition)
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()).
|
| filenet.vw.api.VWStepPaletteDefinition.deleteStep(String)
|
| filenet.vw.api.VWSession.fetchAttachmentIsReferencedBy(VWAttachment)
|
| filenet.vw.api.VWSession.fetchAttachmentIsReferencedBy(VWAttachment, int)
|
| filenet.vw.api.VWWorkBasket.fetchBatchCount(int, String, String[], Object[], int)
Replaced by #fetchFilteredCount()
|
filenet.vw.api.VWQueue.fetchIndexFields()
Replaced by fetchQueueDefinition
Fetches the user-defined index names
for a specified queue.
|
filenet.vw.api.VWQueue.fetchIndexKeyFields(String)
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.
|
filenet.vw.api.VWWorkObject.fetchInstructionElement(boolean, boolean)
Use fetchStepElement instead.
Fetches the instruction element information associated with
this work object.
|
| filenet.vw.api.VWRosterElement.fetchInstructionElement(boolean, boolean)
|
filenet.vw.api.VWQueueElement.fetchInstructionElement(boolean, boolean)
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.
|
| filenet.vw.api.VWQueueQuery.fetchInstructionElements(int)
|
| filenet.vw.api.VWSession.fetchLimitApplicationFunctionalityFlag()
since PE 4.5.1
|
| filenet.vw.api.VWSession.fetchMyRole(String, String)
|
| filenet.vw.api.VWSession.fetchMyRoles(String)
|
| filenet.vw.api.VWWorkBasket.fetchNextBatch(int, int, String, String[], Object[], String, int)
@deprecated Replaced by #fetchFilteredBatch()
|
| filenet.vw.api.VWQueueQuery.fetchQueueElements(int)
|
filenet.vw.api.VWQueue.fetchQueueFields()
Replaced by fetchQueueDefinition
Fetches the user-defined search
fields for a specified queue.
|
| filenet.vw.api.VWSession.fetchRole(String, String)
|
| filenet.vw.api.VWRosterQuery.fetchRosterElements(int)
|
| filenet.vw.api.VWRoster.fetchStatistics(Date, Date, int)
This method has been deprecated as of BPM release 4.0. Use Case Analyzer for Workflow Statistics.
|
| filenet.vw.api.VWQueue.fetchStatistics(Date, Date, int)
This method has been deprecated as of BPM release 4.0. Use Case Analyzer for Workflow Statistics.
|
| filenet.vw.api.VWSession.fetchUserGroups(int)
|
| filenet.vw.api.VWSession.fetchUserGroupsPx(int)
|
| filenet.vw.api.VWSession.fetchUsers(int, boolean)
|
| filenet.vw.api.VWSession.fetchUsersPx(int, boolean)
|
filenet.vw.api.VWProcess.fetchWorkflowDefinition()
Replaced by fetchWorkflowDefinition
Fetches the workflow definition for this workflow process.
|
filenet.vw.api.VWSession.fetchWorkflowDefinition(int, String)
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.
|
| filenet.vw.api.VWRosterQuery.fetchWorkObjects(int)
|
| filenet.vw.api.VWQueueQuery.fetchWorkObjects(int)
|
| filenet.vw.api.VWRoster.getCount()
|
| filenet.vw.api.VWQueue.getCount()
|
| filenet.vw.api.VWSession.getDefaultSecurityDomain()
P8 PE BPM 4.0 does not support the concept of "default security domain."
|
| filenet.vw.api.VWWorkObject.getExceptionInstructionSheet()
|
filenet.vw.api.VWValidationError.getId()
Replaced by VWValidationError.getStepId(), VWMapDefinition.getMapId(), and VWValidationError.getSubStepId() in
combination.
Gets the value in the ID property of this validation error.
|
| filenet.vw.api.VWFieldType.getLocalizedDefinitionString(int)
|
| filenet.vw.api.VWStepProcessorInfoDefinition.getLocation()
|
| filenet.vw.api.VWStepProcessorInfo.getLocation()
|
filenet.vw.api.VWWorkflowDefinition.getMap(int)
Replaced by VWWorkflowDefinition.getMap(String). Note: getMap(String) takes
a map name as a parameter, rather than a map ID.
|
| filenet.vw.api.VWSystemConfiguration.getObjectStoreId()
replaced by VWSession.getObjectStoreId()
|
| filenet.vw.api.VWSystemConfiguration.getObjectStoreSymbolicName()
Replaced by VWSession.getObjectStoreSymbolicName();
|
| filenet.vw.api.VWWorkObject.getProcess()
|
| filenet.vw.api.VWRosterElement.getProcess()
|
| filenet.vw.api.VWDBExecuteConnection.getPWD() |
| filenet.vw.api.VWSession.getQueueNames(boolean)
|
| filenet.vw.api.VWApplicationSpaceDefinition.getReadSecurity() |
| filenet.vw.api.VWApplicationSpaceDefinition.getReadSecurityPx() |
| filenet.vw.api.VWSession.getRosterNames()
|
filenet.vw.api.VWMapNode.getRuleSets(int)
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.
|
| filenet.vw.api.VWLogElement.getSequenceNumber()
sequence number is a double in VWLog since CPE 5.2.1, keep this method for the compatibility with existing customer application
should use getSequenceNumberAsDouble() method or getFieldValue("F_SeqNumber")
|
| filenet.vw.api.VWUserInfo.getServerAssignment()
BPM 4.0 release farming does not support multiple servers
|
| filenet.vw.api.VWSystemConfiguration.getStatisticsCollection()
since PE 5.2.0.0
|
| filenet.vw.api.VWSystemAdministration.getStatisticsConsolidationInterval()
PA should be used for statistics
|
| filenet.vw.api.VWSystemAdministration.getStatisticsSnapshotInterval()
Not replaced
|
| filenet.vw.api.VWStepPaletteDefinition.getStep(String)
|
| filenet.vw.api.VWWorkObject.getTrackers()
Replaced by VWWorkObject.getTrackersPx(), which
returns an array of VWParticipant objects for the tracker
participants associated with this work object.
|
| filenet.vw.api.VWRuleSetDefinition.getValue()
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.
|
| filenet.vw.api.VWWorkObject.getWorkFlowNumber()
|
filenet.vw.api.VWStepElement.getWorkFlowNumber()
Replaced by VWStepElement.getWorkflowNumber()
Gets the string version of the workflow number. Use the
returned F_WorkFlowNumber as an index key component.
|
| filenet.vw.api.VWRosterElement.getWorkFlowNumber()
|
filenet.vw.api.VWQueueElement.getWorkPerformerClassName()
Replaced by VWQueueElement.getQueueName()
Gets the name of the Work Performer Class associated with the
queue on which the workflow object currently resides.
|
| filenet.vw.api.VWRosterQuery.isDone()
|
| filenet.vw.api.VWQueueQuery.isDone()
|
| filenet.vw.api.VWWorkObject.lock(boolean)
|
| filenet.vw.api.VWInstructionElement.lock(boolean)
|
| filenet.vw.api.VWInstructionElement.lockMany(VWInstructionElement[], boolean)
|
| filenet.vw.api.VWWorkObject.lockMany(VWWorkObject[], boolean)
|
| filenet.vw.api.VWMapDefinition.pasteSteps(String)
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.
|
| filenet.vw.api.VWWorkObject.refresh(boolean, boolean)
|
| filenet.vw.api.VWInstructionElement.refresh(boolean, boolean)
|
| filenet.vw.api.VWWorkObject.save()
|
| filenet.vw.api.VWInstructionElement.save()
|
| filenet.vw.api.VWInstructionElement.saveMany(VWInstructionElement[])
|
| filenet.vw.api.VWWorkObject.saveMany(VWWorkObject[])
|
filenet.vw.api.VWSession.setAuditState(String, Integer[])
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.
|
| filenet.vw.api.VWWorkObject.setFieldValue(String, Object)
|
| filenet.vw.api.VWStepProcessorInfoDefinition.setLocation(String)
|
| filenet.vw.api.VWUserInfo.setName(String)
VWUserInfo records are created on the server, the name cannot be
changed
|
| filenet.vw.api.VWSystemConfiguration.setObjectStoreId(VWGuid)
(no replacement method)
|
| filenet.vw.api.VWSystemConfiguration.setObjectStoreSymbolicName(String)
(no replacement method)
|
| filenet.vw.api.VWSession.setProductId(int)
|
| filenet.vw.api.VWApplicationSpaceDefinition.setReadSecurityPx(VWParticipant[]) |
filenet.vw.api.VWMapNode.setRuleSets(int, VWRuleSetDefinition[])
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.
|
| filenet.vw.api.VWUserInfo.setServerAssignment(int)
BPM 4.0 release farming does not support multiple servers
|
| filenet.vw.api.VWSystemConfiguration.setStatisticsCollection(boolean)
since PE 5.2.0.0
|
| filenet.vw.api.VWSystemAdministration.setStatisticsConsolidationInterval(int)
Process Analysis should be used for statistics; see the
Process Analysis User's Guide for information.
|
| filenet.vw.api.VWSystemAdministration.setStatisticsSnapshotInterval(int)
Not replaced
|
filenet.vw.api.VWSystemAdministration.setSystemWideFlags(int)
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.
|
| filenet.vw.api.VWRuleSetDefinition.setValue(String)
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.
|
| filenet.vw.api.VWRoster.startQuery(String, Object[], Object[], int, String, Object[])
|
filenet.vw.api.VWQueue.startQuery(String, Object[], Object[], int, String, Object[])
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.
|
| filenet.vw.api.VWWorkObject.terminate()
|
| filenet.vw.api.VWInstructionElement.terminate()
|
| filenet.vw.api.VWInstructionElement.terminateMany(VWInstructionElement[])
|
| filenet.vw.api.VWWorkObject.terminateMany(VWWorkObject[])
|
| filenet.vw.api.VWWorkflowDefinition.toXML(StringBuffer)
|
| filenet.vw.api.VWWorkBasketFilterDefinition.toXML(StringBuffer)
|
| filenet.vw.api.VWWorkBasketDefinition.toXML(StringBuffer)
|
| filenet.vw.api.VWWorkBasketColumnDefinition.toXML(StringBuffer)
|
| filenet.vw.api.VWWebServiceParameterDefinition.toXML(StringBuffer)
|
| filenet.vw.api.VWWFEInstruction.toXML(StringBuffer)
|
| filenet.vw.api.VWTextAnnotationDefinition.toXML(StringBuffer)
|
| filenet.vw.api.VWSystemConfiguration.toXML(StringBuffer)
|
| filenet.vw.api.VWSystemAdministration.toXML(StringBuffer)
|
| filenet.vw.api.VWStepProcessorInfoDefinition.toXML(StringBuffer)
|
| filenet.vw.api.VWStepPaletteDefinition.toXML(StringBuffer)
|
| filenet.vw.api.VWStepDefinition.toXML(StringBuffer)
|
| filenet.vw.api.VWSimpleInstruction.toXML(StringBuffer)
|
| filenet.vw.api.VWSchema.toXML(StringBuffer)
|
| filenet.vw.api.VWRuleSetDefinition.toXML(StringBuffer)
|
| filenet.vw.api.VWRouteDefinition.toXML(StringBuffer)
|
| filenet.vw.api.VWRosterDefinition.toXML(StringBuffer)
|
| filenet.vw.api.VWRollbackInstruction.toXML(StringBuffer)
|
| filenet.vw.api.VWRoleDefinition.toXML(StringBuffer)
|
| filenet.vw.api.VWReplyInstruction.toXML(StringBuffer)
|
| filenet.vw.api.VWReceiveInstruction.toXML(StringBuffer)
|
| filenet.vw.api.VWQueueDefinition.toXML(StringBuffer)
|
| filenet.vw.api.VWPartnerLinkDefinition.toXML(StringBuffer)
|
| filenet.vw.api.VWParameterDefinition.toXML(StringBuffer)
|
| filenet.vw.api.VWOperationDefinition.toXML(StringBuffer)
|
| filenet.vw.api.VWMilestoneDefinition.toXML(StringBuffer)
|
| filenet.vw.api.VWMapNode.toXML(StringBuffer)
|
| filenet.vw.api.VWMapDefinition.toXML(StringBuffer)
|
| filenet.vw.api.VWLogDefinition.toXML(StringBuffer)
|
| filenet.vw.api.VWInvokeInstruction.toXML(StringBuffer)
|
| filenet.vw.api.VWInstructionDefinition.toXML(StringBuffer)
|
| filenet.vw.api.VWIndexDefinition.toXML(StringBuffer)
|
| filenet.vw.api.VWFieldDefinition.toXML(StringBuffer)
|
| filenet.vw.api.VWFaultDefinition.toXML(StringBuffer)
|
| filenet.vw.api.VWExposedFieldDefinition.toXML(StringBuffer)
|
| filenet.vw.api.VWEventDefinition.toXML(StringBuffer)
|
| filenet.vw.api.VWDBExecuteConnection.toXML(StringBuffer)
|
| filenet.vw.api.VWCompoundStepDefinition.toXML(StringBuffer)
|
| filenet.vw.api.VWAssociationDefinition.toXML(StringBuffer)
|
| filenet.vw.api.VWApplicationSpaceDefinition.toXML(StringBuffer)
|
| filenet.vw.api.VWWorkflowCollectionDefinition.toXPDL(StringBuffer)
Use write() or writeToFile() methods.
|
| filenet.vw.api.VWWorkflowDefinition.toXPDL(String, StringBuffer)
|
| filenet.vw.api.VWWebServiceParameterDefinition.toXPDL(String, StringBuffer)
|
| filenet.vw.api.VWWFEInstruction.toXPDL(String, StringBuffer)
|
| filenet.vw.api.VWTextAnnotationDefinition.toXPDL(String, StringBuffer)
|
| filenet.vw.api.VWStepDefinition.toXPDL(String, StringBuffer)
|
| filenet.vw.api.VWRouteDefinition.toXPDL(String, StringBuffer)
|
| filenet.vw.api.VWReplyInstruction.toXPDL(String, StringBuffer)
|
| filenet.vw.api.VWReceiveInstruction.toXPDL(String, StringBuffer)
|
| filenet.vw.api.VWPartnerLinkDefinition.toXPDL(String, StringBuffer)
|
| filenet.vw.api.VWParameterDefinition.toXPDL(String, StringBuffer)
|
| filenet.vw.api.VWMilestoneDefinition.toXPDL(String, StringBuffer)
|
| filenet.vw.api.VWMapNode.toXPDL(String, StringBuffer)
|
| filenet.vw.api.VWMapDefinition.toXPDL(String, StringBuffer)
|
| filenet.vw.api.VWInvokeInstruction.toXPDL(String, StringBuffer)
|
| filenet.vw.api.VWFieldDefinition.toXPDL(String, StringBuffer)
|
| filenet.vw.api.VWEventDefinition.toXPDL(String, StringBuffer)
|
| filenet.vw.api.VWCompoundStepDefinition.toXPDL(String, StringBuffer)
|
| filenet.vw.api.VWAssociationDefinition.toXPDL(String, StringBuffer)
|
| filenet.vw.api.VWFaultDefinition.toXPDL(String, StringBuffer, boolean, VWCompoundStepDefinition)
|
| filenet.vw.api.VWWorkObject.unlock(boolean, boolean)
|
| filenet.vw.api.VWInstructionElement.unlock(boolean, boolean)
|
| filenet.vw.api.VWInstructionElement.unlockMany(VWInstructionElement[], boolean, boolean)
|
| filenet.vw.api.VWWorkObject.unlockMany(VWWorkObject[], boolean, boolean)
|
| filenet.vw.api.VWTextAnnotationDefinition.validate(Vector)
|
| filenet.vw.api.VWRouteDefinition.validate(Vector)
|
| filenet.vw.api.VWParameterDefinition.validate(Vector)
|
| filenet.vw.api.VWWebServiceParameterDefinition.validate(Vector, VWCompoundStepDefinition)
|
| filenet.vw.api.VWAssociationDefinition.validate(Vector, VWMapDefinition, int)
|
| filenet.vw.api.VWWorkflowDefinition.validate(VWSession, boolean)
|
| filenet.vw.api.VWWorkflowCollectionDefinition.validate(VWSession, boolean)
|
| filenet.vw.api.VWStepDefinition.validate(VWSession, Vector)
Use VWWorkflowDefinition or VWWorkflowCollectionDefinition validate methods.
|
| filenet.vw.api.VWSchema.validate(VWSession, Vector)
|
| filenet.vw.api.VWPartnerLinkDefinition.validate(VWSession, Vector)
use the validation methods in VWWorkflowDefinition or VWWorkflowCollectionDefinition
|
| filenet.vw.api.VWMilestoneDefinition.validate(VWSession, Vector)
|
| filenet.vw.api.VWMapNode.validate(VWSession, Vector)
|
| filenet.vw.api.VWFieldDefinition.validate(VWSession, Vector)
|
| filenet.vw.api.VWCompoundStepDefinition.validate(VWSession, Vector)
Use VWWorkflowDefinition or VWWorkflowCollectionDefinition validate methods.
|
| filenet.vw.api.VWWFEInstruction.validate(VWSession, Vector, VWCompoundStepDefinition)
|
| filenet.vw.api.VWSimpleInstruction.validate(VWSession, Vector, VWCompoundStepDefinition)
|
| filenet.vw.api.VWRollbackInstruction.validate(VWSession, Vector, VWCompoundStepDefinition)
|
| filenet.vw.api.VWReplyInstruction.validate(VWSession, Vector, VWCompoundStepDefinition)
|
| filenet.vw.api.VWReceiveInstruction.validate(VWSession, Vector, VWCompoundStepDefinition)
Use VWWorkflowDefinition or VWWorkflowCollectionDefinition validate methods.
|
| filenet.vw.api.VWInvokeInstruction.validate(VWSession, Vector, VWCompoundStepDefinition)
|
| filenet.vw.api.VWInstructionDefinition.validate(VWSession, Vector, VWCompoundStepDefinition)
|
| filenet.vw.api.VWFaultDefinition.validate(VWSession, Vector, VWCompoundStepDefinition, int, int)
Use VWWorkflowDefinition or VWWorkflowCollectionDefinition validate methods.
|
| filenet.vw.api.VWEventDefinition.validate(VWSession, VWWorkflowDefinition, Vector, VWCompoundStepDefinition, int, int)
|