Java Doc for WMProcessInstanceState.java in  » Workflow-Engines » shark » org » enhydra » shark » api » client » 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 » shark » org.enhydra.shark.api.client.wfmc.wapi 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   org.enhydra.shark.api.client.wfmc.wapi.WMObjectState
      org.enhydra.shark.api.client.wfmc.wapi.WMProcessInstanceState

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


Field Summary
final public static  intABORT_ACTION
     Abort the instance.
final public static  WMProcessInstanceStateCLOSED_ABORTED
     Enactment of the process instance has been aborted by a user.
final public static  intCLOSED_ABORTED_INT
    
final public static  StringCLOSED_ABORTED_TAG
    
final public static  WMProcessInstanceStateCLOSED_COMPLETED
     Enactment of the process instance has completed normally.
final public static  intCLOSED_COMPLETED_INT
    
final public static  StringCLOSED_COMPLETED_TAG
    
final public static  WMProcessInstanceStateCLOSED_TERMINATED
     Enactment of the process instance has been terminated by a user.
final public static  intCLOSED_TERMINATED_INT
    
final public static  StringCLOSED_TERMINATED_TAG
    
final public static  intCOMPLETE_ACTION
     Complete the instance.
final public static  intCREATE_ACTION
     Create the instance.
final public static  intDELETE_ACTION
     Delete the instance.
final public static  WMProcessInstanceStateOPEN_NOTRUNNING_NOTSTARTED
     The process instance has been created, but was not started yet.
final public static  intOPEN_NOTRUNNING_NOTSTARTED_INT
    
final public static  StringOPEN_NOTRUNNING_NOTSTARTED_TAG
    
final public static  WMProcessInstanceStateOPEN_NOTRUNNING_SUSPENDED
     Execution of the process instance was temporarily suspended.
final public static  intOPEN_NOTRUNNING_SUSPENDED_INT
    
final public static  StringOPEN_NOTRUNNING_SUSPENDED_TAG
    
final public static  WMProcessInstanceStateOPEN_RUNNING
     The process instance is executing.
final public static  intOPEN_RUNNING_INT
    
final public static  StringOPEN_RUNNING_TAG
    
final public static  intRESUME_ACTION
     Resume the instance.
final public static  intSTART_ACTION
     Start the instance.
final public static  intSUSPEND_ACTION
     Suspend the instance.
final public static  intTERMINATE_ACTION
     Terminate the instance.
final static  longserialVersionUID
    

Constructor Summary
public  WMProcessInstanceState()
    

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  WMProcessInstanceState[]states()
    
public static  WMProcessInstanceStatevalueOf(String state)
    
public static  WMProcessInstanceStatevalueOf(int state)
    

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



CLOSED_ABORTED
final public static WMProcessInstanceState CLOSED_ABORTED(Code)
Enactment of the process instance has been aborted by a user. (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:   WMProcessInstanceState.CLOSED_ABORTED
See Also:   



CLOSED_ABORTED_TAG
final public static String CLOSED_ABORTED_TAG(Code)

See Also:   WMProcessInstanceState.CLOSED_ABORTED
See Also:   



CLOSED_COMPLETED
final public static WMProcessInstanceState CLOSED_COMPLETED(Code)
Enactment of the process instance has completed normally. (i.e., was not forced by a user).



CLOSED_COMPLETED_INT
final public static int CLOSED_COMPLETED_INT(Code)

See Also:   WMProcessInstanceState.CLOSED_COMPLETED
See Also:   



CLOSED_COMPLETED_TAG
final public static String CLOSED_COMPLETED_TAG(Code)

See Also:   WMProcessInstanceState.CLOSED_COMPLETED
See Also:   



CLOSED_TERMINATED
final public static WMProcessInstanceState CLOSED_TERMINATED(Code)
Enactment of the process instance has been terminated by a user. (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:   WMProcessInstanceState.CLOSED_TERMINATED
See Also:   



CLOSED_TERMINATED_TAG
final public static String CLOSED_TERMINATED_TAG(Code)

See Also:   WMProcessInstanceState.CLOSED_TERMINATED
See Also:   



COMPLETE_ACTION
final public static int COMPLETE_ACTION(Code)
Complete the instance.



CREATE_ACTION
final public static int CREATE_ACTION(Code)
Create the instance.



DELETE_ACTION
final public static int DELETE_ACTION(Code)
Delete the instance.



OPEN_NOTRUNNING_NOTSTARTED
final public static WMProcessInstanceState OPEN_NOTRUNNING_NOTSTARTED(Code)
The process instance has been created, but was not started yet.



OPEN_NOTRUNNING_NOTSTARTED_INT
final public static int OPEN_NOTRUNNING_NOTSTARTED_INT(Code)

See Also:   WMProcessInstanceState.OPEN_NOTRUNNING_NOTSTARTED
See Also:   



OPEN_NOTRUNNING_NOTSTARTED_TAG
final public static String OPEN_NOTRUNNING_NOTSTARTED_TAG(Code)

See Also:   WMProcessInstanceState.OPEN_NOTRUNNING_NOTSTARTED
See Also:   



OPEN_NOTRUNNING_SUSPENDED
final public static WMProcessInstanceState OPEN_NOTRUNNING_SUSPENDED(Code)
Execution of the process instance was temporarily suspended.



OPEN_NOTRUNNING_SUSPENDED_INT
final public static int OPEN_NOTRUNNING_SUSPENDED_INT(Code)

See Also:   WMProcessInstanceState.OPEN_NOTRUNNING_SUSPENDED
See Also:   



OPEN_NOTRUNNING_SUSPENDED_TAG
final public static String OPEN_NOTRUNNING_SUSPENDED_TAG(Code)

See Also:   WMProcessInstanceState.OPEN_NOTRUNNING_SUSPENDED
See Also:   



OPEN_RUNNING
final public static WMProcessInstanceState OPEN_RUNNING(Code)
The process instance is executing.



OPEN_RUNNING_INT
final public static int OPEN_RUNNING_INT(Code)

See Also:   WMProcessInstanceState.OPEN_RUNNING
See Also:   



OPEN_RUNNING_TAG
final public static String OPEN_RUNNING_TAG(Code)

See Also:   WMProcessInstanceState.OPEN_RUNNING
See Also:   



RESUME_ACTION
final public static int RESUME_ACTION(Code)
Resume the instance.



START_ACTION
final public static int START_ACTION(Code)
Start the instance.



SUSPEND_ACTION
final public static int SUSPEND_ACTION(Code)
Suspend the instance.



TERMINATE_ACTION
final public static int TERMINATE_ACTION(Code)
Terminate the instance.



serialVersionUID
final static long serialVersionUID(Code)




Constructor Detail
WMProcessInstanceState
public WMProcessInstanceState()(Code)




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 WMProcessInstanceState[] states()(Code)



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



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



Fields inherited from org.enhydra.shark.api.client.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 int NO_ACTION(Code)(Java Doc)
protected int _state(Code)(Java Doc)
final static long serialVersionUID(Code)(Java Doc)

Methods inherited from org.enhydra.shark.api.client.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)
public int get_state()(Code)(Java Doc)
final public int hashCode()(Code)(Java Doc)
final protected Object readResolve() throws ObjectStreamException(Code)(Java Doc)
public void set_state(int _state)(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)

w__w___w_.j__av_a__2s___.___c_o_m__ | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.