Java Doc for RoleDefinition.java in  » Workflow-Engines » wilos » wilos » model » spem2 » role » 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 » wilos » wilos.model.spem2.role 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   wilos.model.spem2.element.Element
      wilos.model.spem2.role.RoleDefinition

All known Subclasses:   wilos.business.webservices.transfertobject.RoleDefinitionTO,
RoleDefinition
public class RoleDefinition extends Element implements Cloneable(Code)
A RoleDefinition is an Element that defines a set of related skills, competencies, and responsibilities. Roles are used by Tasks to define who performs them as well as define a set of work products they are responsible for.

It's an element of the SPEM2 specification of the OMG organization (http://www.omg.org/).




Constructor Summary
public  RoleDefinition()
     Class constructor.

Method Summary
public  voidaddAllGuidances(Set<Guidance> _guidances)
    
public  voidaddAllRoleDescriptors(Set<RoleDescriptor> _role)
    
public  voidaddGuidance(Guidance _guidance)
    
public  voidaddRoleDescriptor(RoleDescriptor _role)
    
public  RoleDefinitionclone()
    
protected  voidcopy(RoleDefinition _roleDefinition)
     Copy the values of the specified RoleDefinition into the current instance of the class.
public  booleanequals(Object obj)
     Defines if the specified Object is the same or has the same values as the current instance of the RoleDefinition.
public  StringgetAssignmentApproaches()
    
public  Set<Guidance>getGuidances()
    
public  Set<RoleDescriptor>getRoleDescriptors()
     Getter of roleDescriptors.
public  StringgetSkills()
    
public  StringgetSynonyms()
    
public  inthashCode()
     Returns a hash code value for the object.
public  voidremoveAllGuidances()
    
public  voidremoveAllRoleDescriptors()
    
public  voidremoveGuidance(Guidance _guidance)
    
public  voidremoveRoleDescriptor(RoleDescriptor _role)
    
public  voidsetAssignmentApproaches(String _assignmentApproaches)
    
public  voidsetGuidances(Set<Guidance> guidances)
    
public  voidsetRoleDescriptors(Set<RoleDescriptor> _roleDescriptors)
     Setter of roleDescriptors.
public  voidsetSkills(String _skills)
    
public  voidsetSynonyms(String _synonyms)
    


Constructor Detail
RoleDefinition
public RoleDefinition()(Code)
Class constructor.




Method Detail
addAllGuidances
public void addAllGuidances(Set<Guidance> _guidances)(Code)
Adds all the Guidance of the Collection in parameter to the RoleDefinition
Parameters:
  _guidances - to be related to the RoleDefinition



addAllRoleDescriptors
public void addAllRoleDescriptors(Set<RoleDescriptor> _role)(Code)
Adds a RoleDescriptor collection to the RoleDescriptor collection of an RoleDefinition
Parameters:
  _role -



addGuidance
public void addGuidance(Guidance _guidance)(Code)
Adds a relation between the RoleDefinition and the specified Guidance
Parameters:
  _guidance - the Guidance to be link to the RoleDefinition



addRoleDescriptor
public void addRoleDescriptor(RoleDescriptor _role)(Code)
Adds a RoleDescriptor to the Set of the RoleDefinition
Parameters:
  _role -



clone
public RoleDefinition clone() throws CloneNotSupportedException(Code)
Returns a copy of the current instance of RoleDefinition a copy of the RoleDefinition
throws:
  CloneNotSupportedException -



copy
protected void copy(RoleDefinition _roleDefinition)(Code)
Copy the values of the specified RoleDefinition into the current instance of the class.
Parameters:
  _roleDefinition - The RoleDefinition to copy.



equals
public boolean equals(Object obj)(Code)
Defines if the specified Object is the same or has the same values as the current instance of the RoleDefinition.
Parameters:
  obj - the Object to be compare to the RoleDefinition true if the specified Object is the same, false otherwise



getAssignmentApproaches
public String getAssignmentApproaches()(Code)
Returns the assignment approaches of the RoleDefinition the string that symbolizes the assignment approaches



getGuidances
public Set<Guidance> getGuidances()(Code)
Returns the Guidance related to the RoleDefinition a Set of Guidance



getRoleDescriptors
public Set<RoleDescriptor> getRoleDescriptors()(Code)
Getter of roleDescriptors. the roleDescriptors.



getSkills
public String getSkills()(Code)
Returns the skills for the RoleDefinition the skills for the RoleDefinition



getSynonyms
public String getSynonyms()(Code)
Returns the synonyms for the RoleDefinition the synonyms for the RoleDefinition



hashCode
public int hashCode()(Code)
Returns a hash code value for the object. This method is supported for the benefit of hash tables. the hash code of the current instance of RoleDefinition



removeAllGuidances
public void removeAllGuidances()(Code)
Removes all the Guidance related to the RoleDefinition



removeAllRoleDescriptors
public void removeAllRoleDescriptors()(Code)
Removes from a RoleDefinition all its RoleDescriptor



removeGuidance
public void removeGuidance(Guidance _guidance)(Code)
Removes the relation between the RoleDefinition and the specified Guidance
Parameters:
  _guidance - the Guidance to be unlinked to



removeRoleDescriptor
public void removeRoleDescriptor(RoleDescriptor _role)(Code)
Removes a RoleDescriptor from the RoleDefinition
Parameters:
  _role -



setAssignmentApproaches
public void setAssignmentApproaches(String _assignmentApproaches)(Code)
Sets the assignment approaches of the RoleDefinition
Parameters:
  _assignmentApproaches - the assignment approaches to be set



setGuidances
public void setGuidances(Set<Guidance> guidances)(Code)
Sets the Collection of Guidance to the RoleDefinition
Parameters:
  guidances - the Collection of Guidance to assigned to the RoleDefinition



setRoleDescriptors
public void setRoleDescriptors(Set<RoleDescriptor> _roleDescriptors)(Code)
Setter of roleDescriptors.
Parameters:
  _roleDescriptors - The roleDescriptors to set.



setSkills
public void setSkills(String _skills)(Code)
Sets the skills for the RoleDefinition
Parameters:
  _skills - the string to set the skills



setSynonyms
public void setSynonyms(String _synonyms)(Code)
Sets the synonyms for the RoleDefinition
Parameters:
  _synonyms - the String to st the synonyms of the RoleDefinition



Methods inherited from wilos.model.spem2.element.Element
public Element clone() throws CloneNotSupportedException(Code)(Java Doc)
protected void copy(Element _element)(Code)(Java Doc)
public boolean equals(Object _obj)(Code)(Java Doc)
public String getDescription()(Code)(Java Doc)
public String getGuid()(Code)(Java Doc)
public String getId()(Code)(Java Doc)
public int getInsertionOrder()(Code)(Java Doc)
public String getKeyConsiderations()(Code)(Java Doc)
public String getMainDescription()(Code)(Java Doc)
public String getName()(Code)(Java Doc)
public int hashCode()(Code)(Java Doc)
public void setDescription(String _description)(Code)(Java Doc)
public void setGuid(String _guid)(Code)(Java Doc)
public void setInsertionOrder(int _insertionOrder)(Code)(Java Doc)
public void setKeyConsiderations(String _keyConsiderations)(Code)(Java Doc)
public void setMainDescription(String _mainDescription)(Code)(Java Doc)
public void setName(String _name)(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.