Deprecated Methods |
filenet.vw.api.VWSession.createNewWorkObject(String)
Replaced by VWSession.createLiveWorkObject(String[], Object[], String, int) |
filenet.vw.api.VWRoster.createWorkObject()
Replaced by VWSession.createNewWorkObject(String) |
filenet.vw.api.VWWorkflowDefinition.deleteMap(int)
Replaced by VWWorkflowDefinition.deleteMap(String) |
filenet.vw.api.VWQueue.fetchIndexFields()
Replaced by VWQueue.fetchQueueDefinition() |
filenet.vw.api.VWQueue.fetchIndexKeyFields(String)
Replaced by VWQueue.fetchQueueDefinition() |
filenet.vw.api.VWQueueQuery.fetchInstructionElements(int)
Replaced by VWQueueQuery.next() |
filenet.vw.api.VWQueueQuery.fetchQueueElements(int)
Replaced by VWQueueQuery.next() |
filenet.vw.api.VWQueue.fetchQueueFields()
Replaced by VWQueue.fetchQueueDefinition() |
filenet.vw.api.VWProcess.fetchWorkflowDefinition()
Replaced by
fetchWorkflowDefinition(boolean),
which can handle workflow definitions that
reference work classes from a previous version of Process
that was
known as Panagon Visual WorkFlo. This method also can include
references to workflow definitions that need to explicitly
incorporate a default terminate or malfunction map. |
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)
Replaced by VWRosterQuery.next() |
filenet.vw.api.VWQueueQuery.fetchWorkObjects(int)
Replaced by VWQueueQuery.next() |
filenet.vw.api.VWRoster.getCount()
Replaced by VWRoster.fetchCount() |
filenet.vw.api.VWQueue.getCount()
Replaced by VWQueue.fetchCount() |
filenet.vw.api.VWWorkObject.getExceptionInstructionSheet()
Replaced by VWWorkObject.getExceptionMap() |
filenet.vw.api.VWValidationError.getId()
Replaced by VWValidationError.getStepId() , VWMapDefinition.getMapId() , and VWValidationError.getSubStepId() in
combination. For compatibility,
this method returns a Step ID, but
the use of sub-maps in the workflow definition
means that a Step ID alone is no longer sufficient to locate the
object causing a validation error.Note
An error in a simple step requires the Step ID and the Map ID;
an error in a compound step instruction
requires a Map ID, a Step ID, and a sub-step ID.
|
filenet.vw.api.VWRoster.getInjectSessionInfo(String, boolean)
Replaced by VWSession.createLiveWorkObject(String[], Object[], String, int)
and VWCreateLiveWOResult . |
filenet.vw.api.VWStepProcessorInfo.getLocation()
Replaced by getLocation(int). |
filenet.vw.api.VWStepProcessorInfoDefinition.getLocation()
Replaced by VWStepProcessorInfoDefinition.getLocation(int) . |
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.VWWorkObject.getProcess()
Replaced by VWWorkObject.fetchProcess() |
filenet.vw.api.VWRosterElement.getProcess()
Replaced by VWStepElement.fetchProcess() or
VWWorkObject.fetchProcess() , depending on the type of process |
filenet.vw.api.VWSession.getQueueNames(boolean)
Replaced by VWSession.fetchQueueNames(int) |
filenet.vw.api.VWSession.getRosterNames()
Replaced by VWSession.fetchQueueNames(int) |
filenet.vw.api.VWSystemAdministration.getStatisticsSnapshotInterval()
Not replaced |
filenet.vw.api.VWSession.getUserNames()
Replaced by VWSession.fetchUsers(int, boolean) |
filenet.vw.api.VWStepElement.getWorkFlowNumber()
Replaced by VWStepElement.getWorkflowNumber() |
filenet.vw.api.VWWorkObject.getWorkFlowNumber()
Replaced by VWWorkObject.getWorkflowNumber() |
filenet.vw.api.VWRosterElement.getWorkFlowNumber()
Replaced by VWRosterElement.getWorkflowNumber() |
filenet.vw.api.VWQueueElement.getWorkPerformerClassName()
Replaced by VWQueueElement.getQueueName() |
filenet.vw.api.VWRosterQuery.isDone()
Replaced by VWRosterQuery.next() . |
filenet.vw.api.VWQueueQuery.isDone()
Replaced by VWQueueQuery.next() |
filenet.vw.api.VWWorkObject.lock(boolean)
Replaced by VWWorkObject.doLock( boolean) |
filenet.vw.api.VWInstructionElement.lock(boolean)
Replaced by VWInstructionElement.doLock(boolean) |
filenet.vw.api.VWInstructionElement.lockMany(VWInstructionElement[], boolean)
Replaced by VWInstructionElement.doLockMany(VWInstructionElement[], boolean) |
filenet.vw.api.VWWorkObject.lockMany(VWWorkObject[], boolean)
Replaced by VWWorkObject.doLockMany(VWWorkObject[], boolean) |
filenet.vw.api.VWWorkObject.refresh(boolean, boolean)
Replaced by VWWorkObject.doRefresh(boolean, boolean) |
filenet.vw.api.VWInstructionElement.refresh(boolean, boolean)
Replaced by VWInstructionElement.doRefresh(boolean, boolean) |
filenet.vw.api.VWWorkObject.save()
Replaced by VWWorkObject.doSave(boolean) |
filenet.vw.api.VWInstructionElement.save()
Replaced by VWInstructionElement.doSave(boolean) |
filenet.vw.api.VWInstructionElement.saveMany(VWInstructionElement[])
Replaced by VWInstructionElement.doSaveMany(VWInstructionElement[]) |
filenet.vw.api.VWWorkObject.saveMany(VWWorkObject[])
Replaced by VWWorkObject.doSaveMany(VWWorkObject[]) |
filenet.vw.api.VWSession.setAuditState(String, Integer[])
Replaced by inserting a copy of the
fnlogging.properties file in the <JRE>\lib
directory. Edit this file to view or
change
logging properties.
For detail information on the components of the
fnlogging.properties file, see the Sun Javadoc documentation
on the members of the java.util.logging class. |
filenet.vw.api.VWWorkObject.setFieldValue(String, Object)
Replaced by VWWorkObject.setFieldValue(String, Object, boolean) |
filenet.vw.api.VWStepProcessorInfoDefinition.setLocation(String)
Replaced by VWStepProcessorInfoDefinition.setLocations(Hashtable) . |
filenet.vw.api.VWSession.setProductId(int)
Replaced by VWSession.setDefaultWebApplication(int) |
filenet.vw.api.VWSystemAdministration.setStatisticsSnapshotInterval(int)
Not replaced |
filenet.vw.api.VWSystemAdministration.setSystemWideFlags(int)
Replaced by setSystemFlags, which requires
VWSystemAdministration.commit() to save the flag values to the workflow
server. This deprecated method saved the flag values
automatically. |
filenet.vw.api.VWRoster.startQuery(String, Object[], Object[], int, String, Object[])
Replaced by VWRoster.createQuery(String, Object[], Object[], int, String, Object[], int) |
filenet.vw.api.VWQueue.startQuery(String, Object[], Object[], int, String, Object[])
Replaced by VWQueue.createQuery( String, Object[], Object[], int, String, Object[], int) .
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.
|
filenet.vw.api.VWWorkObject.terminate()
Replaced by VWWorkObject.doTerminate() |
filenet.vw.api.VWInstructionElement.terminate()
Replaced by VWInstructionElement.doTerminate() |
filenet.vw.api.VWInstructionElement.terminateMany(VWInstructionElement[])
Replaced by VWInstructionElement.doTerminateMany(VWInstructionElement[]) |
filenet.vw.api.VWWorkObject.terminateMany(VWWorkObject[])
Replaced by VWWorkObject.doTerminateMany( VWWorkObject[]) |
filenet.vw.api.VWWorkObject.unlock(boolean, boolean)
Replaced by VWWorkObject.doSave(boolean) |
filenet.vw.api.VWInstructionElement.unlock(boolean, boolean)
Replaced by VWInstructionElement.doUnlockMany(VWInstructionElement[], boolean, boolean) |
filenet.vw.api.VWInstructionElement.unlockMany(VWInstructionElement[], boolean, boolean)
Replaced by VWInstructionElement.doUnlockMany(VWInstructionElement[], boolean, boolean) |
filenet.vw.api.VWWorkObject.unlockMany(VWWorkObject[], boolean, boolean)
Replaced by VWWorkObject.doUnlockMany(VWWorkObject[], boolean, boolean) |