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


java.lang.Object
   wilos.model.misc.concretebreakdownelement.ConcreteBreakdownElement
      wilos.model.misc.concreteworkproduct.ConcreteWorkProductDescriptor

All known Subclasses:   wilos.business.webservices.transfertobject.ConcreteWorkProductDescriptorTO,
ConcreteWorkProductDescriptor
public class ConcreteWorkProductDescriptor extends ConcreteBreakdownElement (Code)
A ConcreteRoleDescriptor is a specific WorkProductDescriptor for a Project .



Constructor Summary
public  ConcreteWorkProductDescriptor()
    

Method Summary
public  voidaddAllMandatoryUserConcreteTasks(Set<TaskDescriptor> _mandatoryUserTasks, Project _project)
     Adds a relation between the current instance of ConcreteWorkProductDescriptor, the specified Project and all the specified mandatory user TaskDescriptor.
public  voidaddAllOptionalUserConcreteTasks(Set<TaskDescriptor> _optionalUserTasks, Project _project)
     Adds a relation between the current instance of ConcreteWorkProductDescriptor, the specified Project and all the specified optional TaskDescriptor.
public  voidaddAllProducerConcreteTasks(Set<TaskDescriptor> _producerTasks, Project _project)
     Adds a relation between the current instance of ConcreteWorkProductDescriptor, the specified Project and all the specified producer TaskDescriptor.
public  voidaddMandatoryUserConcreteTask(ConcreteTaskDescriptor _user)
     Adds a relation between the current instance of ConcreteWorkProductDescriptor and a specified mandatory user ConcreteTaskDescriptor.
public  voidaddOptionalUserConcreteTask(ConcreteTaskDescriptor _user)
     Adds a relation between the current instance of ConcreteWorkProductDescriptor and a specified optional ConcreteTaskDescriptor.
public  voidaddProducerConcreteTask(ConcreteTaskDescriptor _producer)
     Adds a relation between the current instance of ConcreteWorkProductDescriptor and a specified ConcreteTaskDescriptor.
public  voidaddResponsibleConcreteRoleDescriptor(ConcreteRoleDescriptor _responsible)
     Adds a relation between the current instance of ConcreteWorkProductDescriptor and a specified ConcreteRoleDescriptor.
public  voidaddWorkProductDescriptor(WorkProductDescriptor _workProductDescriptor)
     Adds a relation between the current instance of ConcreteWorkProductDescriptor and a specified WorkProductDescriptor.
public  ConcreteWorkProductDescriptorclone()
    
protected  voidcopy(ConcreteWorkProductDescriptor _concreteWorkProductDescriptor)
     Copy the values of the specified ConcreteWorkProductDescriptor 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 class.
public  Set<ConcreteTaskDescriptor>getMandatoryUserConcreteTasks()
    
public  Set<ConcreteTaskDescriptor>getOptionalUserConcreteTasks()
    
public  ParticipantgetParticipant()
    
public  Set<ConcreteTaskDescriptor>getProducerConcreteTasks()
    
public  ConcreteRoleDescriptorgetResponsibleConcreteRoleDescriptor()
    
public  StringgetState()
    
public  WorkProductDescriptorgetWorkProductDescriptor()
    
public  inthashCode()
     Returns a hash code value for the object.
public  booleanisDeliverable()
    
public  voidremoveAllMandatoryUserConcreteTasks()
    
public  voidremoveAllOptionalUserConcreteTasks()
    
public  voidremoveAllProducerConcreteTasks()
    
public  voidremoveMandatoryUserConcreteTask(ConcreteTaskDescriptor _user)
     Removes the relation between the current instance of ConcreteWorkProductDescriptor and a specified mandatory user ConcreteTaskDescriptor.
public  voidremoveOptionalUserConcreteTask(ConcreteTaskDescriptor _user)
     Removes the relation between the current instance of ConcreteWorkProductDescriptor and a specified optional ConcreteTaskDescriptor.
public  voidremoveProducerConcreteTask(ConcreteTaskDescriptor _producer)
     REmoves the relation between the current instance of ConcreteWorkProductDescriptor and a specified ConcreteTaskDescriptor.
public  voidremoveResponsibleConcreteRoleDescriptor(ConcreteRoleDescriptor _responsible)
     Removes the relation between the current instance of ConcreteWorkProductDescriptor and a specified ConcreteRoleDescriptor.
public  voidremoveWorkProductDescriptor(WorkProductDescriptor _workProductDescriptor)
     Removes the relation between the current instance of ConcreteWorkProductDescriptor and a specified WorkProductDescriptor.
public  voidsetDeliverable(boolean _isDeliverable)
    
public  voidsetMandatoryUserConcreteTasks(Set<ConcreteTaskDescriptor> _mandatoryUserConcreteTasks)
    
public  voidsetOptionalUserConcreteTasks(Set<ConcreteTaskDescriptor> _optionalUserConcreteTasks)
    
public  voidsetParticipant(Participant _participant)
    
public  voidsetProducerConcreteTasks(Set<ConcreteTaskDescriptor> _producerConcreteTasks)
    
public  voidsetResponsibleConcreteRoleDescriptor(ConcreteRoleDescriptor _responsibleConcreteRoleDescriptor)
    
public  voidsetState(String state)
    
public  voidsetWorkProductDescriptor(WorkProductDescriptor _workProductDescriptor)
    


Constructor Detail
ConcreteWorkProductDescriptor
public ConcreteWorkProductDescriptor()(Code)
Class constructor




Method Detail
addAllMandatoryUserConcreteTasks
public void addAllMandatoryUserConcreteTasks(Set<TaskDescriptor> _mandatoryUserTasks, Project _project)(Code)
Adds a relation between the current instance of ConcreteWorkProductDescriptor, the specified Project and all the specified mandatory user TaskDescriptor.
Parameters:
  _optionalUserTasks - the Collection of mandatory user TaskDescriptor
Parameters:
  _project - the Project related to the ConcreteWorkProductDescriptor



addAllOptionalUserConcreteTasks
public void addAllOptionalUserConcreteTasks(Set<TaskDescriptor> _optionalUserTasks, Project _project)(Code)
Adds a relation between the current instance of ConcreteWorkProductDescriptor, the specified Project and all the specified optional TaskDescriptor.
Parameters:
  _optionalUserTasks - the Collection of optional TaskDescriptor
Parameters:
  _project - the Project related to the ConcreteWorkProductDescriptor



addAllProducerConcreteTasks
public void addAllProducerConcreteTasks(Set<TaskDescriptor> _producerTasks, Project _project)(Code)
Adds a relation between the current instance of ConcreteWorkProductDescriptor, the specified Project and all the specified producer TaskDescriptor.
Parameters:
  _producerTasks - the Collection of producer TaskDescriptor
Parameters:
  _project - the Project related to the ConcreteWorkProductDescriptor



addMandatoryUserConcreteTask
public void addMandatoryUserConcreteTask(ConcreteTaskDescriptor _user)(Code)
Adds a relation between the current instance of ConcreteWorkProductDescriptor and a specified mandatory user ConcreteTaskDescriptor.
Parameters:
  _user - Activity which uses this workproduct



addOptionalUserConcreteTask
public void addOptionalUserConcreteTask(ConcreteTaskDescriptor _user)(Code)
Adds a relation between the current instance of ConcreteWorkProductDescriptor and a specified optional ConcreteTaskDescriptor.
Parameters:
  _user - Activity which uses this workproduct



addProducerConcreteTask
public void addProducerConcreteTask(ConcreteTaskDescriptor _producer)(Code)
Adds a relation between the current instance of ConcreteWorkProductDescriptor and a specified ConcreteTaskDescriptor.
Parameters:
  _producer - Task which produces this workproduct



addResponsibleConcreteRoleDescriptor
public void addResponsibleConcreteRoleDescriptor(ConcreteRoleDescriptor _responsible)(Code)
Adds a relation between the current instance of ConcreteWorkProductDescriptor and a specified ConcreteRoleDescriptor.
Parameters:
  _responsible - the ConcreteRoleDescriptor to link



addWorkProductDescriptor
public void addWorkProductDescriptor(WorkProductDescriptor _workProductDescriptor)(Code)
Adds a relation between the current instance of ConcreteWorkProductDescriptor and a specified WorkProductDescriptor.
Parameters:
  _workProductDescriptor - the WorkProductDescriptor to link



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



copy
protected void copy(ConcreteWorkProductDescriptor _concreteWorkProductDescriptor)(Code)
Copy the values of the specified ConcreteWorkProductDescriptor into the current instance of the class.
Parameters:
  _concreteWorkProductDescriptor - the ConcreteWorkProductDescriptor 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 class.
Parameters:
  obj - the Object to be compare to the ConcreteWorkProductDescriptor true if the specified Object is the same, false otherwise



getMandatoryUserConcreteTasks
public Set<ConcreteTaskDescriptor> getMandatoryUserConcreteTasks()(Code)
Returns the Collection of mandatory user ConcreteTaskDescriptor related to the ConcreteWorkProductDescriptor the mandatoryUserConcreteTasks



getOptionalUserConcreteTasks
public Set<ConcreteTaskDescriptor> getOptionalUserConcreteTasks()(Code)
Returns the Collection of optional ConcreteTaskDescriptor related to the ConcreteWorkProductDescriptor the optionalUserConcreteTasks



getParticipant
public Participant getParticipant()(Code)
Returns the Participant assigned to the ConcreteWorkProductDescriptor the participant



getProducerConcreteTasks
public Set<ConcreteTaskDescriptor> getProducerConcreteTasks()(Code)
Returns the Collection of ConcreteTaskDescriptor related to the ConcreteWorkProductDescriptor the producerConcreteTasks



getResponsibleConcreteRoleDescriptor
public ConcreteRoleDescriptor getResponsibleConcreteRoleDescriptor()(Code)
Returns the ConcreteRoleDescriptor assigned to the ConcreteWorkProductDescriptor the responsibleConcreteRoleDescriptor



getState
public String getState()(Code)
Returns the state of the ConcreteWorkProductDescriptor the String that symbolizes the ConcreteWorkProductDescriptorstate



getWorkProductDescriptor
public WorkProductDescriptor getWorkProductDescriptor()(Code)
Returns the WorkProductDescriptor of the ConcreteWorkProductDescriptor
Parameters:
  _workProductDescriptor - the WorkProductDescriptor to get



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 ofConcreteWorkProductDescriptor



isDeliverable
public boolean isDeliverable()(Code)
Defines whether a ConcreteWorkProductDescriptor is deliverable or not true if the ConcreteWorkProductDescriptor is deliverable, falseotherwise



removeAllMandatoryUserConcreteTasks
public void removeAllMandatoryUserConcreteTasks()(Code)
remove all mandatoryuser/mandatoryinput links between the task and the workproduct



removeAllOptionalUserConcreteTasks
public void removeAllOptionalUserConcreteTasks()(Code)
remove all optionaluser/optionalinput links between the task and the workproduct



removeAllProducerConcreteTasks
public void removeAllProducerConcreteTasks()(Code)
remove all producer/output links between the task and the workproduct



removeMandatoryUserConcreteTask
public void removeMandatoryUserConcreteTask(ConcreteTaskDescriptor _user)(Code)
Removes the relation between the current instance of ConcreteWorkProductDescriptor and a specified mandatory user ConcreteTaskDescriptor.
Parameters:
  _user - Activity which uses this workproduct



removeOptionalUserConcreteTask
public void removeOptionalUserConcreteTask(ConcreteTaskDescriptor _user)(Code)
Removes the relation between the current instance of ConcreteWorkProductDescriptor and a specified optional ConcreteTaskDescriptor.
Parameters:
  _user - Activity which uses this workproduct



removeProducerConcreteTask
public void removeProducerConcreteTask(ConcreteTaskDescriptor _producer)(Code)
REmoves the relation between the current instance of ConcreteWorkProductDescriptor and a specified ConcreteTaskDescriptor.
Parameters:
  _producer - Task which produces this workproduct



removeResponsibleConcreteRoleDescriptor
public void removeResponsibleConcreteRoleDescriptor(ConcreteRoleDescriptor _responsible)(Code)
Removes the relation between the current instance of ConcreteWorkProductDescriptor and a specified ConcreteRoleDescriptor.
Parameters:
  _responsible - the ConcreteRoleDescriptor to unlink



removeWorkProductDescriptor
public void removeWorkProductDescriptor(WorkProductDescriptor _workProductDescriptor)(Code)
Removes the relation between the current instance of ConcreteWorkProductDescriptor and a specified WorkProductDescriptor.
Parameters:
  _workProductDescriptor - the WorkProductDescriptor to unlink



setDeliverable
public void setDeliverable(boolean _isDeliverable)(Code)
Sets the deliverable status of the ConcreteWorkProductDescriptor
Parameters:
  _isDeliverable - the isDeliverable to set



setMandatoryUserConcreteTasks
public void setMandatoryUserConcreteTasks(Set<ConcreteTaskDescriptor> _mandatoryUserConcreteTasks)(Code)
Sets the Collection of mandatory user ConcreteTaskDescriptor related to the ConcreteWorkProductDescriptor with the one in parameter
Parameters:
  _mandatoryUserConcreteTasks - the mandatoryUserConcreteTasks to set



setOptionalUserConcreteTasks
public void setOptionalUserConcreteTasks(Set<ConcreteTaskDescriptor> _optionalUserConcreteTasks)(Code)
Sets the Collection of optional ConcreteTaskDescriptor related to the ConcreteWorkProductDescriptor with the one in parameter
Parameters:
  _optionalUserConcreteTasks - the optionalUserConcreteTasks to set



setParticipant
public void setParticipant(Participant _participant)(Code)
Sets the Participant assigned to the ConcreteWorkProductDescriptor
Parameters:
  _participant - the participant to set



setProducerConcreteTasks
public void setProducerConcreteTasks(Set<ConcreteTaskDescriptor> _producerConcreteTasks)(Code)
Sets the Collection of ConcreteTaskDescriptor related to the ConcreteWorkProductDescriptor with the one in parameter
Parameters:
  _producerConcreteTasks - the producerConcreteTasks to set



setResponsibleConcreteRoleDescriptor
public void setResponsibleConcreteRoleDescriptor(ConcreteRoleDescriptor _responsibleConcreteRoleDescriptor)(Code)
Sets the ConcreteRoleDescriptor assigned to the ConcreteWorkProductDescriptor
Parameters:
  _responsibleConcreteRoleDescriptor - the responsibleConcreteRoleDescriptor to set



setState
public void setState(String state)(Code)
Sets the state of the ConcreteWorkProductDescriptor
Parameters:
  state - the state to set



setWorkProductDescriptor
public void setWorkProductDescriptor(WorkProductDescriptor _workProductDescriptor)(Code)
Assigns a WorkProductDescriptor to the current instance of ConcreteWorkProductDescriptor
Parameters:
  _workProductDescriptor - the WorkProductDescriptor to assigned



Methods inherited from wilos.model.misc.concretebreakdownelement.ConcreteBreakdownElement
public void addAllSuperActivities(Set<ConcreteActivity> _superConcreteActivities)(Code)(Java Doc)
public void addBreakdownElement(BreakdownElement _breakdownElement)(Code)(Java Doc)
public void addSuperConcreteActivity(ConcreteActivity _superConcreteActivity)(Code)(Java Doc)
public ConcreteBreakdownElement clone() throws CloneNotSupportedException(Code)(Java Doc)
public int compareTo(ConcreteBreakdownElement _arg0)(Code)(Java Doc)
protected void copy(ConcreteBreakdownElement _concreteBreakdownElement)(Code)(Java Doc)
public boolean equals(Object obj)(Code)(Java Doc)
public BreakdownElement getBreakdownElement()(Code)(Java Doc)
public String getConcreteName()(Code)(Java Doc)
public String getDisplayOrder()(Code)(Java Doc)
public String getId()(Code)(Java Doc)
public int getInstanciationOrder()(Code)(Java Doc)
public Project getProject()(Code)(Java Doc)
public Set<ConcreteActivity> getSuperConcreteActivities()(Code)(Java Doc)
public int hashCode()(Code)(Java Doc)
public void removeAllSuperConcreteActivities()(Code)(Java Doc)
public void removeBreakdownElement(BreakdownElement _breakdownElement)(Code)(Java Doc)
public void removeSuperConcreteActivity(ConcreteActivity _superConcreteActivity)(Code)(Java Doc)
public void setBreakdownElement(BreakdownElement breakdownElement)(Code)(Java Doc)
public void setConcreteName(String concreteName)(Code)(Java Doc)
public void setDisplayOrder(String displayOrder)(Code)(Java Doc)
protected void setId(String _id)(Code)(Java Doc)
public void setInstanciationOrder(int instanciationOrder)(Code)(Java Doc)
public void setProject(Project project)(Code)(Java Doc)
public void setSuperConcreteActivities(Set<ConcreteActivity> superConcreteActivities)(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.