Java Doc for WMWorkItemState.java in  » Workflow-Engines » obe-1.0 » org » wfmc » wapi » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » Workflow Engines » obe 1.0 » org.wfmc.wapi 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   org.wfmc.wapi.WMObjectState
      org.wfmc.wapi.WMWorkItemState

WMWorkItemState
final public class WMWorkItemState extends WMObjectState (Code)
Describes the supported states of a work item. The states and their descriptions are taken from WfMC Interface 2/3.
author:
   Adrian Price


Field Summary
final public static  intABORT_ACTION
     Abort the work item.
final public static  intASSIGN_ACTION
     Assign the work item.
final public static  WMWorkItemStateCLOSED_ABORTED
     Enactment of the work item has been aborted, probably due to abortion of the owning process instance.
final public static  intCLOSED_ABORTED_INT
    
final public static  StringCLOSED_ABORTED_TAG
    
final public static  WMWorkItemStateCLOSED_COMPLETED
     Enactment of the work item has completed normally.
final public static  intCLOSED_COMPLETED_INT
    
final public static  StringCLOSED_COMPLETED_TAG
    
final public static  WMWorkItemStateCLOSED_TERMINATED
     Enactment of the work item has been terminated , probably due to termination of the owning process instance (see the specification of WMTerminateProcessInstance for a definition of termination in contrast to abortion).
final public static  intCLOSED_TERMINATED_INT
    
final public static  StringCLOSED_TERMINATED_TAG
    
final public static  intCOMPLETE_ACTION
     Complete the work item.
final public static  intCREATE_ACTION
     Create the work item.
final public static  WMWorkItemStateOPEN_NOTRUNNING
     The work item is ready, but has not been started yet.
final public static  intOPEN_NOTRUNNING_INT
    
final public static  StringOPEN_NOTRUNNING_TAG
    
final public static  WMWorkItemStateOPEN_RUNNING
     The work item is executing.
final public static  intOPEN_RUNNING_INT
    
final public static  StringOPEN_RUNNING_TAG
    
final public static  WMWorkItemStateOPEN_SUSPENDED
     Execution of the work item was temporarily suspended.
final public static  intOPEN_SUSPENDED_INT
    
final public static  StringOPEN_SUSPENDED_TAG
    
final public static  intRESUME_ACTION
     Resume the work item.
final public static  intSTART_ACTION
     Start the work item.
final public static  intSTOP_ACTION
     Stop the work item.
final public static  intSUSPEND_ACTION
     Suspend the work item.
final public static  intTERMINATE_ACTION
     Terminate the work item.


Method Summary
protected  int[]getActionsByState()
    
protected  int[]getStatesByAction()
    
protected  String[]getTags()
    
protected  WMObjectState[]getValues()
    
public  booleanisClosed()
    
public static  booleanisClosed(int state)
    
public  booleanisOpen()
    
public static  booleanisOpen(int state)
    
public static  WMWorkItemState[]states()
    
public static  WMWorkItemStatevalueOf(String state)
    
public static  WMWorkItemStatevalueOf(int state)
    

Field Detail
ABORT_ACTION
final public static int ABORT_ACTION(Code)
Abort the work item.



ASSIGN_ACTION
final public static int ASSIGN_ACTION(Code)
Assign the work item.



CLOSED_ABORTED
final public static WMWorkItemState CLOSED_ABORTED(Code)
Enactment of the work item has been aborted, probably due to abortion of the owning process instance. (See the specification of WMAbortProcessInstance for a definition of abortion in contrast to termination).



CLOSED_ABORTED_INT
final public static int CLOSED_ABORTED_INT(Code)

See Also:   WMWorkItemState.CLOSED_ABORTED



CLOSED_ABORTED_TAG
final public static String CLOSED_ABORTED_TAG(Code)

See Also:   WMWorkItemState.CLOSED_ABORTED



CLOSED_COMPLETED
final public static WMWorkItemState CLOSED_COMPLETED(Code)
Enactment of the work item has completed normally. (i.e., was not forced by a user or by a state change of its owning process instance).



CLOSED_COMPLETED_INT
final public static int CLOSED_COMPLETED_INT(Code)

See Also:   WMWorkItemState.CLOSED_COMPLETED



CLOSED_COMPLETED_TAG
final public static String CLOSED_COMPLETED_TAG(Code)

See Also:   WMWorkItemState.CLOSED_COMPLETED



CLOSED_TERMINATED
final public static WMWorkItemState CLOSED_TERMINATED(Code)
Enactment of the work item has been terminated , probably due to termination of the owning process instance (see the specification of WMTerminateProcessInstance for a definition of termination in contrast to abortion).



CLOSED_TERMINATED_INT
final public static int CLOSED_TERMINATED_INT(Code)

See Also:   WMWorkItemState.CLOSED_TERMINATED



CLOSED_TERMINATED_TAG
final public static String CLOSED_TERMINATED_TAG(Code)

See Also:   WMWorkItemState.CLOSED_TERMINATED



COMPLETE_ACTION
final public static int COMPLETE_ACTION(Code)
Complete the work item.



CREATE_ACTION
final public static int CREATE_ACTION(Code)
Create the work item.



OPEN_NOTRUNNING
final public static WMWorkItemState OPEN_NOTRUNNING(Code)
The work item is ready, but has not been started yet.



OPEN_NOTRUNNING_INT
final public static int OPEN_NOTRUNNING_INT(Code)

See Also:   WMWorkItemState.OPEN_NOTRUNNING



OPEN_NOTRUNNING_TAG
final public static String OPEN_NOTRUNNING_TAG(Code)

See Also:   WMWorkItemState.OPEN_NOTRUNNING



OPEN_RUNNING
final public static WMWorkItemState OPEN_RUNNING(Code)
The work item is executing.



OPEN_RUNNING_INT
final public static int OPEN_RUNNING_INT(Code)

See Also:   WMWorkItemState.OPEN_RUNNING



OPEN_RUNNING_TAG
final public static String OPEN_RUNNING_TAG(Code)

See Also:   WMWorkItemState.OPEN_RUNNING



OPEN_SUSPENDED
final public static WMWorkItemState OPEN_SUSPENDED(Code)
Execution of the work item was temporarily suspended.



OPEN_SUSPENDED_INT
final public static int OPEN_SUSPENDED_INT(Code)

See Also:   WMWorkItemState.OPEN_SUSPENDED



OPEN_SUSPENDED_TAG
final public static String OPEN_SUSPENDED_TAG(Code)

See Also:   WMWorkItemState.OPEN_SUSPENDED



RESUME_ACTION
final public static int RESUME_ACTION(Code)
Resume the work item.



START_ACTION
final public static int START_ACTION(Code)
Start the work item.



STOP_ACTION
final public static int STOP_ACTION(Code)
Stop the work item.



SUSPEND_ACTION
final public static int SUSPEND_ACTION(Code)
Suspend the work item.



TERMINATE_ACTION
final public static int TERMINATE_ACTION(Code)
Terminate the work item.





Method Detail
getActionsByState
protected int[] getActionsByState()(Code)



getStatesByAction
protected int[] getStatesByAction()(Code)



getTags
protected String[] getTags()(Code)



getValues
protected WMObjectState[] getValues()(Code)



isClosed
public boolean isClosed()(Code)



isClosed
public static boolean isClosed(int state)(Code)



isOpen
public boolean isOpen()(Code)



isOpen
public static boolean isOpen(int state)(Code)



states
public static WMWorkItemState[] states()(Code)



valueOf
public static WMWorkItemState valueOf(String state)(Code)



valueOf
public static WMWorkItemState valueOf(int state)(Code)



Fields inherited from org.wfmc.wapi.WMObjectState
final public static int DEFAULT_INT(Code)(Java Doc)
final public static int FORCED_ACTION(Code)(Java Doc)
final public static int ILLEGAL_ACTION(Code)(Java Doc)
final public static String MESSAGE(Code)(Java Doc)
final public static int NO_ACTION(Code)(Java Doc)
protected int _state(Code)(Java Doc)

Methods inherited from org.wfmc.wapi.WMObjectState
final public int checkTransition(WMObjectState newState, boolean throwException) throws WMTransitionNotAllowedException(Code)(Java Doc)
final public int checkTransition(int newState, boolean throwException) throws WMTransitionNotAllowedException(Code)(Java Doc)
final public boolean equals(Object obj)(Code)(Java Doc)
abstract protected int[] getActionsByState()(Code)(Java Doc)
final public WMObjectState[] getStates()(Code)(Java Doc)
abstract protected int[] getStatesByAction()(Code)(Java Doc)
abstract protected String[] getTags()(Code)(Java Doc)
final public int getValue()(Code)(Java Doc)
abstract protected WMObjectState[] getValues()(Code)(Java Doc)
final public int hashCode()(Code)(Java Doc)
final protected Object readResolve() throws ObjectStreamException(Code)(Java Doc)
final protected int stateFromAction(int action) throws WMTransitionNotAllowedException(Code)(Java Doc)
final public String stringValue()(Code)(Java Doc)
final public String toString()(Code)(Java Doc)
final public int value()(Code)(Java Doc)
protected static WMObjectState valueOf(String[] tags, WMObjectState[] values, String state)(Code)(Java Doc)

Methods inherited from java.lang.Object
native protected Object clone() throws CloneNotSupportedException(Code)(Java Doc)
public boolean equals(Object obj)(Code)(Java Doc)
protected void finalize() throws Throwable(Code)(Java Doc)
final native public Class getClass()(Code)(Java Doc)
native public int hashCode()(Code)(Java Doc)
final native public void notify()(Code)(Java Doc)
final native public void notifyAll()(Code)(Java Doc)
public String toString()(Code)(Java Doc)
final native public void wait(long timeout) throws InterruptedException(Code)(Java Doc)
final public void wait(long timeout, int nanos) throws InterruptedException(Code)(Java Doc)
final public void wait() throws InterruptedException(Code)(Java Doc)

www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.