|
Process API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfilenet.vw.api.VWFetchType
public final class VWFetchType
Use this class to determine the fetch type and retrieve a string
version of the type.
Call the VWQueue.createQuery() or VWRoster.createQuery() methods and
pass the following integer values to get the localized string
version for the following fetch types:
VWRoster.createQuery(java.lang.String, java.lang.Object[], java.lang.Object[], int, java.lang.String, java.lang.Object[], int)
,
VWRosterQuery
,
VWQueue.createQuery(java.lang.String, java.lang.Object[], java.lang.Object[], int, java.lang.String, java.lang.Object[], int)
,
VWQueueQuery
Field Summary | |
---|---|
static int |
FETCH_TYPE_INSTRUCTION_ELEMENT
Value of 2. Return instruction elements by passing the integer as a parameter in the VWQueue.createQuery() method. |
static int |
FETCH_TYPE_QUEUE_ELEMENT
Value of 3. Return queue elements by passing the integer as a parameter in the VWQueue.createQuery() method. |
static int |
FETCH_TYPE_ROSTER_ELEMENT
Value of 4. Return roster elements by passing the integer as a parameter in the VWRoster.createQuery() method. |
static int |
FETCH_TYPE_STEP_ELEMENT
Value of 5. Return step elements by passing the integer as a parameter in the VWQueue.createQuery() method. |
static int |
FETCH_TYPE_WORKOBJECT
Value of 1. Return work items by passing the integer as a parameter in the VWQueue.createQuery() or VWRoster.createQuery() methods. |
Constructor Summary | |
---|---|
VWFetchType()
|
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. |
static java.lang.String |
getLocalizedString(int fetchType)
Gets the localized fetch type description. |
static boolean |
isValid(int fetchType)
Determines if the specified integer value is valid. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int FETCH_TYPE_WORKOBJECT
public static final int FETCH_TYPE_INSTRUCTION_ELEMENT
public static final int FETCH_TYPE_QUEUE_ELEMENT
public static final int FETCH_TYPE_ROSTER_ELEMENT
public static final int FETCH_TYPE_STEP_ELEMENT
Constructor Detail |
---|
public VWFetchType()
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 static boolean isValid(int fetchType)
fetchType
- An integer value associated with the available,
well-known fetch types.
public static java.lang.String getLocalizedString(int fetchType) throws VWException
fetchType
- An integer value associated with the fetch type.
VWException
- The method throws an exception if the
integer value specified in the fetchType parameter is not valid.
|
Process API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |