Java Doc for ProcessImpl.java in  » Workflow-Engines » osbl-1_0 » newprocess » impl » 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 » osbl 1_0 » newprocess.impl 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


newprocess.impl.ElementImpl
   newprocess.impl.ProcessImpl

ProcessImpl
public class ProcessImpl extends ElementImpl implements newprocess.Process,ProcessValidator(Code)
An implementation of the model object 'Process'.

The following features are implemented:


author:
   sh


Field Summary
final protected static  StringNAMESPACE_EDEFAULT
     The default value of the ' ProcessImpl.getNamespace() Namespace ' attribute.
final protected static  StringSUBJECT_EDEFAULT
     The default value of the ' ProcessImpl.getSubject() Subject ' attribute.
protected  EList<Actor>hasActors
     The cached value of the ' ProcessImpl.getHasActors() Has Actors ' containment reference list.
protected  EList<AsyncActivity>hasAsyncActivities
     The cached value of the ' ProcessImpl.getHasAsyncActivities() Has Async Activities ' containment reference list.
protected  EList<Conclusion>hasConclusions
     The cached value of the ' ProcessImpl.getHasConclusions() Has Conclusions ' containment reference list.
protected  EList<ConditionProxy>hasConditionProxy
     The cached value of the ' ProcessImpl.getHasConditionProxy() Has Condition Proxy ' containment reference list.
protected  EList<Event>hasEvents
     The cached value of the ' ProcessImpl.getHasEvents() Has Events ' containment reference list.
protected  EList<Expansion>hasExpansions
     The cached value of the ' ProcessImpl.getHasExpansions() Has Expansions ' containment reference list.
protected  GlobalshasGlobals
     The cached value of the ' ProcessImpl.getHasGlobals() Has Globals ' containment reference.
protected  EList<Listener>hasListeners
     The cached value of the ' ProcessImpl.getHasListeners() Has Listeners ' containment reference list.
protected  EList<Message>hasMessages
     The cached value of the ' ProcessImpl.getHasMessages() Has Messages ' containment reference list.
protected  EList<SyncActivity>hasSyncActivities
     The cached value of the ' ProcessImpl.getHasSyncActivities() Has Sync Activities ' containment reference list.
protected  Stringnamespace
     The cached value of the ' ProcessImpl.getNamespace() Namespace ' attribute.
protected  Stringsubject
     The cached value of the ' ProcessImpl.getSubject() Subject ' attribute.

Constructor Summary
protected  ProcessImpl()
    

Method Summary
public  NotificationChainbasicSetHasGlobals(Globals newHasGlobals, NotificationChain msgs)
    
public  ObjecteGet(int featureID, boolean resolve, boolean coreType)
    
public  NotificationChaineInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
    
public  booleaneIsSet(int featureID)
    
public  voideSet(int featureID, Object newValue)
    
protected  EClasseStaticClass()
    
public  voideUnset(int featureID)
    
public  EList<Actor>getHasActors()
    
public  EList<AsyncActivity>getHasAsyncActivities()
    
public  EList<Conclusion>getHasConclusions()
    
public  EList<ConditionProxy>getHasConditionProxy()
    
public  EList<Event>getHasEvents()
    
public  EList<Expansion>getHasExpansions()
    
public  GlobalsgetHasGlobals()
    
public  EList<Listener>getHasListeners()
    
public  EList<Message>getHasMessages()
    
public  EList<SyncActivity>getHasSyncActivities()
    
public  StringgetNamespace()
    
public  StringgetSubject()
    
public  voidsetHasGlobals(Globals newHasGlobals)
    
public  voidsetNamespace(String newNamespace)
    
public  voidsetSubject(String newSubject)
    
public  StringtoString()
    
public  booleanvalidateImplementation(Process proc)
    
public  booleanvalidateName(Process proc)
    
public  booleanvalidateNamespace(Process proc)
    
public  booleanvalidateSubject(Process proc)
    

Field Detail
NAMESPACE_EDEFAULT
final protected static String NAMESPACE_EDEFAULT(Code)
The default value of the ' ProcessImpl.getNamespace() Namespace ' attribute.
See Also:   ProcessImpl.getNamespace()



SUBJECT_EDEFAULT
final protected static String SUBJECT_EDEFAULT(Code)
The default value of the ' ProcessImpl.getSubject() Subject ' attribute.
See Also:   ProcessImpl.getSubject()



hasActors
protected EList<Actor> hasActors(Code)
The cached value of the ' ProcessImpl.getHasActors() Has Actors ' containment reference list.
See Also:   ProcessImpl.getHasActors()



hasAsyncActivities
protected EList<AsyncActivity> hasAsyncActivities(Code)
The cached value of the ' ProcessImpl.getHasAsyncActivities() Has Async Activities ' containment reference list.
See Also:   ProcessImpl.getHasAsyncActivities()



hasConclusions
protected EList<Conclusion> hasConclusions(Code)
The cached value of the ' ProcessImpl.getHasConclusions() Has Conclusions ' containment reference list.
See Also:   ProcessImpl.getHasConclusions()



hasConditionProxy
protected EList<ConditionProxy> hasConditionProxy(Code)
The cached value of the ' ProcessImpl.getHasConditionProxy() Has Condition Proxy ' containment reference list.
See Also:   ProcessImpl.getHasConditionProxy()



hasEvents
protected EList<Event> hasEvents(Code)
The cached value of the ' ProcessImpl.getHasEvents() Has Events ' containment reference list.
See Also:   ProcessImpl.getHasEvents()



hasExpansions
protected EList<Expansion> hasExpansions(Code)
The cached value of the ' ProcessImpl.getHasExpansions() Has Expansions ' containment reference list.
See Also:   ProcessImpl.getHasExpansions()



hasGlobals
protected Globals hasGlobals(Code)
The cached value of the ' ProcessImpl.getHasGlobals() Has Globals ' containment reference.
See Also:   ProcessImpl.getHasGlobals()



hasListeners
protected EList<Listener> hasListeners(Code)
The cached value of the ' ProcessImpl.getHasListeners() Has Listeners ' containment reference list.
See Also:   ProcessImpl.getHasListeners()



hasMessages
protected EList<Message> hasMessages(Code)
The cached value of the ' ProcessImpl.getHasMessages() Has Messages ' containment reference list.
See Also:   ProcessImpl.getHasMessages()



hasSyncActivities
protected EList<SyncActivity> hasSyncActivities(Code)
The cached value of the ' ProcessImpl.getHasSyncActivities() Has Sync Activities ' containment reference list.
See Also:   ProcessImpl.getHasSyncActivities()



namespace
protected String namespace(Code)
The cached value of the ' ProcessImpl.getNamespace() Namespace ' attribute.
See Also:   ProcessImpl.getNamespace()



subject
protected String subject(Code)
The cached value of the ' ProcessImpl.getSubject() Subject ' attribute.
See Also:   ProcessImpl.getSubject()




Constructor Detail
ProcessImpl
protected ProcessImpl()(Code)




Method Detail
basicSetHasGlobals
public NotificationChain basicSetHasGlobals(Globals newHasGlobals, NotificationChain msgs)(Code)



eGet
public Object eGet(int featureID, boolean resolve, boolean coreType)(Code)



eInverseRemove
public NotificationChain eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)(Code)



eIsSet
public boolean eIsSet(int featureID)(Code)



eSet
public void eSet(int featureID, Object newValue)(Code)



eStaticClass
protected EClass eStaticClass()(Code)



eUnset
public void eUnset(int featureID)(Code)



getHasActors
public EList<Actor> getHasActors()(Code)



getHasAsyncActivities
public EList<AsyncActivity> getHasAsyncActivities()(Code)



getHasConclusions
public EList<Conclusion> getHasConclusions()(Code)



getHasConditionProxy
public EList<ConditionProxy> getHasConditionProxy()(Code)



getHasEvents
public EList<Event> getHasEvents()(Code)



getHasExpansions
public EList<Expansion> getHasExpansions()(Code)



getHasGlobals
public Globals getHasGlobals()(Code)



getHasListeners
public EList<Listener> getHasListeners()(Code)



getHasMessages
public EList<Message> getHasMessages()(Code)



getHasSyncActivities
public EList<SyncActivity> getHasSyncActivities()(Code)



getNamespace
public String getNamespace()(Code)



getSubject
public String getSubject()(Code)



setHasGlobals
public void setHasGlobals(Globals newHasGlobals)(Code)



setNamespace
public void setNamespace(String newNamespace)(Code)



setSubject
public void setSubject(String newSubject)(Code)



toString
public String toString()(Code)



validateImplementation
public boolean validateImplementation(Process proc)(Code)
Validates the Implementation of the Process
author:
   sh



validateName
public boolean validateName(Process proc)(Code)
Validates the Name of the Process
author:
   sh



validateNamespace
public boolean validateNamespace(Process proc)(Code)
Validates the Namespace of the Process
author:
   sh



validateSubject
public boolean validateSubject(Process proc)(Code)
Validates the Subject of the Process
author:
   sh



Fields inherited from newprocess.impl.ElementImpl
final protected static String DESCRIPTION_EDEFAULT(Code)(Java Doc)
final protected static String ID_EDEFAULT(Code)(Java Doc)
final protected static String IMPLEMENTATION_EDEFAULT(Code)(Java Doc)
final protected static String NAME_EDEFAULT(Code)(Java Doc)
protected String description(Code)(Java Doc)
protected EList<EnvEntry> hasEnvEntries(Code)(Java Doc)
protected String id(Code)(Java Doc)
protected String implementation(Code)(Java Doc)
protected String name(Code)(Java Doc)
protected EList<String> url(Code)(Java Doc)

Methods inherited from newprocess.impl.ElementImpl
public Object eGet(int featureID, boolean resolve, boolean coreType)(Code)(Java Doc)
public NotificationChain eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)(Code)(Java Doc)
public boolean eIsSet(int featureID)(Code)(Java Doc)
public void eSet(int featureID, Object newValue)(Code)(Java Doc)
protected EClass eStaticClass()(Code)(Java Doc)
public void eUnset(int featureID)(Code)(Java Doc)
public String getDescription()(Code)(Java Doc)
public EList<EnvEntry> getHasEnvEntries()(Code)(Java Doc)
public String getId()(Code)(Java Doc)
public String getImplementation()(Code)(Java Doc)
public String getName()(Code)(Java Doc)
public EList<String> getUrl()(Code)(Java Doc)
public void setDescription(String newDescription)(Code)(Java Doc)
public void setId(String newId)(Code)(Java Doc)
public void setImplementation(String newImplementation)(Code)(Java Doc)
public void setName(String newName)(Code)(Java Doc)
public String toString()(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.