|
Process API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfilenet.vw.api.VWOperationType
public final class VWOperationType
Use this class to determine the operation type for a step. Valid operation type values are listed below:
VWStepDefinition
Field Summary | |
---|---|
static int |
OP_TYPE_ASSIGN
Value of 0. |
static int |
OP_TYPE_BEGIN_SEQMODE
Value of 31. |
static int |
OP_TYPE_BEGIN_TIMER
Value of 1. |
static int |
OP_TYPE_BEGINCHECKPOINT
Value of 27. |
static int |
OP_TYPE_BINDTOSTATION
Value of 2. |
static int |
OP_TYPE_BINDTOUSER
Value of 3. |
static int |
OP_TYPE_BRANCH
Value of 4. |
static int |
OP_TYPE_BREAK
Value of 36. |
static int |
OP_TYPE_CALL
Value of 5. |
static int |
OP_TYPE_COMPOUND_STEP_SERVICE
Value of 34. |
static int |
OP_TYPE_CREATE
Value of 6. |
static int |
OP_TYPE_DB_EXECUTE
Value of 37. |
static int |
OP_TYPE_DELAY_INST
Value of 7. |
static int |
OP_TYPE_END_SEQMODE
Value of 32. |
static int |
OP_TYPE_ENDALLTIMERS
Value of 8. |
static int |
OP_TYPE_ENDCHECKPOINT
Value of 28. |
static int |
OP_TYPE_ENDTIMER
Value of 9. |
static int |
OP_TYPE_ENDWHILE
Value of 21. |
static int |
OP_TYPE_GOTO
Value of 10. |
static int |
OP_TYPE_IF
Value of 35. |
static int |
OP_TYPE_INVOKE
Value of 39. |
static int |
OP_TYPE_LABEL
Value of 11. |
static int |
OP_TYPE_LEAF
Value of 26. |
static int |
OP_TYPE_LOG
Value of 38. |
static int |
OP_TYPE_NONE
Value of 25. |
static int |
OP_TYPE_NONOP
Value of 24. |
static int |
OP_TYPE_RECEIVE
Value of 40. |
static int |
OP_TYPE_RELEASE
Value of 12. |
static int |
OP_TYPE_RENDEZVOUS
Value of 22. |
static int |
OP_TYPE_REPLY
Value of 41. |
static int |
OP_TYPE_RESUMETIMER
Value of 13. |
static int |
OP_TYPE_RETURN
Value of 14. |
static int |
OP_TYPE_ROLLBACKCHECKPOINT
Value of 29. |
static int |
OP_TYPE_STATICSPLIT
Value of 15. |
static int |
OP_TYPE_STEP
Value of 33. |
static int |
OP_TYPE_STOP
Value of 30. |
static int |
OP_TYPE_SUSPENDTIMER
Value of 16. |
static int |
OP_TYPE_TERMINATE
Deprecated. - 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. |
static int |
OP_TYPE_TERMINATE_BRANCH
Value of 17 . |
static int |
OP_TYPE_TERMINATE_PROCESS
Value of 42. |
static int |
OP_TYPE_UNBIND
Value of 18. |
static int |
OP_TYPE_USERDEFINED
Value of 23. |
static int |
OP_TYPE_WAITFOREVENT
Value of 19. |
static int |
OP_TYPE_WHILE
Value of 20. |
Constructor Summary | |
---|---|
VWOperationType()
|
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 theOperationType)
Gets a localized string representation of the operation type. |
static boolean |
isValid(int theOperationType)
Validates the specified operation type. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int OP_TYPE_ASSIGN
public static final int OP_TYPE_BEGIN_TIMER
public static final int OP_TYPE_BINDTOSTATION
public static final int OP_TYPE_BINDTOUSER
public static final int OP_TYPE_BRANCH
public static final int OP_TYPE_CALL
public static final int OP_TYPE_CREATE
public static final int OP_TYPE_DELAY_INST
public static final int OP_TYPE_ENDALLTIMERS
public static final int OP_TYPE_ENDTIMER
public static final int OP_TYPE_GOTO
public static final int OP_TYPE_LABEL
public static final int OP_TYPE_RELEASE
public static final int OP_TYPE_RESUMETIMER
public static final int OP_TYPE_RETURN
public static final int OP_TYPE_STATICSPLIT
public static final int OP_TYPE_SUSPENDTIMER
public static final int OP_TYPE_TERMINATE
public static final int OP_TYPE_TERMINATE_BRANCH
public static final int OP_TYPE_UNBIND
public static final int OP_TYPE_WAITFOREVENT
public static final int OP_TYPE_WHILE
public static final int OP_TYPE_ENDWHILE
public static final int OP_TYPE_RENDEZVOUS
public static final int OP_TYPE_USERDEFINED
public static final int OP_TYPE_NONOP
public static final int OP_TYPE_NONE
public static final int OP_TYPE_LEAF
public static final int OP_TYPE_BEGINCHECKPOINT
public static final int OP_TYPE_ENDCHECKPOINT
public static final int OP_TYPE_ROLLBACKCHECKPOINT
public static final int OP_TYPE_STOP
public static final int OP_TYPE_BEGIN_SEQMODE
public static final int OP_TYPE_END_SEQMODE
public static final int OP_TYPE_STEP
public static final int OP_TYPE_COMPOUND_STEP_SERVICE
public static final int OP_TYPE_IF
public static final int OP_TYPE_BREAK
public static final int OP_TYPE_DB_EXECUTE
public static final int OP_TYPE_LOG
public static final int OP_TYPE_INVOKE
public static final int OP_TYPE_RECEIVE
public static final int OP_TYPE_REPLY
public static final int OP_TYPE_TERMINATE_PROCESS
Constructor Detail |
---|
public VWOperationType()
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 java.lang.String getLocalizedString(int theOperationType) throws VWException
theOperationType
- An integer value of associated with the
operation type.
VWException
- The method throws an exception
if the operation type specified in the theOperationType
parameter is invalid.public static boolean isValid(int theOperationType)
theOperationType
- An integer value for the
operation type being validated.
true
if the
value specified in the theOperationType parameter is valid;
otherwise, the method returns false
.
|
Process API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |