|
Process API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfilenet.vw.api.VWWorkflowMilestones
public final class VWWorkflowMilestones
Queries for workflow milestone occurrences in the workflow log.
Use VWProcess.fetchReachedWorkflowMilestones(int)
to create an object of this class, so that you can iteratively fetch
milestone items (VWMilestoneElement objects) with the next()
method. This API makes use of methods next() and hasNext() in a
way that is similar to the Iterator interface in Java 2.
A query ends when the next() method returns null. Use the hasNext() method if you wish to check for more elements in the iterated series of milestone items.
VWProcess.fetchReachedWorkflowMilestones(int)
,
VWMilestoneElement
,
VWMilestoneDefinition
Method Summary | |
---|---|
static java.lang.String |
_get_FILE_AUTHOR()
For FileNet internal use only, do not call. |
static java.lang.String |
_get_FILE_DATE()
For FileNet internal use only, do not call. |
static java.lang.String |
_get_FILE_REVISION()
For FileNet internal use only, do not call. |
boolean |
hasNext()
Returns true if the current VWWorkflowMilestones
instance has more VWMilestoneElement object elements. |
VWMilestoneElement |
next()
Returns the next element in an iterated series of VWMilestoneElement members that belong to the current instance of the VWWorkflowMilestones class. |
void |
resetFetch()
Resets the last element fetched for this step history object. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static java.lang.String _get_FILE_DATE()
public static java.lang.String _get_FILE_AUTHOR()
public static java.lang.String _get_FILE_REVISION()
public void resetFetch()
public boolean hasNext() throws VWException
true
if the current VWWorkflowMilestones
instance has more VWMilestoneElement object elements. (In other
words, returns true if next()
would return a non-null
element.)
true
if the current VWWorkflowMilestones
instance has more VWMilestoneElement object elements
VWException
public VWMilestoneElement next() throws VWException
VWException
- Thrown if there is a problem with
retrieval of subsequent milestone occurrencesVWProcess.fetchReachedWorkflowMilestones(int)
|
Process API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |