Java Doc for BnNodeBean.java in  » Workflow-Engines » bonita-v3.1 » hero » entity » 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 » bonita v3.1 » hero.entity 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   hero.entity.BnNodeBean

BnNodeBean
abstract public class BnNodeBean implements EntityBean(Code)
The Entity bean represents a BnUser
author:
   Fran?s Charoy
version:
   $Revision: 1.37 $


Field Summary
public  EntityContextmContext
    


Method Summary
public  voidejbActivate()
    
public  BnNodePKejbCreate(BnNodeValue nd)
     Create a BnNode based on the supplied BnNode Value Object.
public  BnNodePKejbCreate(String name, int type)
     Create a BnNode based on the supplied Name and type.
public  CollectionejbHomeGetAdminActivitiesByExecutor(String userName, String role, String instance, String cooperative)
    
public  CollectionejbHomeGetAdminActivitiesByPerformer(String userName, String role, String instance, String cooperative)
    
public  CollectionejbHomeGetAdminActivitiesByProcess(String userName, String role, String instance, String cooperative)
    
public  CollectionejbHomeGetAdminActivitiesByState(String userName, String role, String instance, String cooperative)
    
public  voidejbLoad()
    
public  voidejbPassivate()
    
public  voidejbPostCreate(BnNodeValue nd)
    
public  voidejbRemove()
    
abstract public  CollectionejbSelectAdminActivitiesByExecutor(java.lang.String userName, java.lang.String role, java.lang.String instance, java.lang.String cooperative)
    
abstract public  CollectionejbSelectAdminActivitiesByPerformer(java.lang.String userName, java.lang.String role, java.lang.String instance, java.lang.String cooperative)
    
abstract public  CollectionejbSelectAdminActivitiesByProcess(java.lang.String userName, java.lang.String role, java.lang.String instance, java.lang.String cooperative)
    
abstract public  CollectionejbSelectAdminActivitiesByState(java.lang.String userName, java.lang.String role, java.lang.String instance, java.lang.String cooperative)
    
public  voidejbStore()
    
abstract public  StringgetActivityPerformer()
     Retrieve the BnNode's activityPerformer.
abstract public  booleangetAnticipable()
     Retrieve the BnNode's anticipation mode.
abstract public  CollectiongetBnHooks()
    
abstract public  CollectiongetBnInterHooks()
    
abstract public  BnNodeLightValuegetBnNodeLightValue()
    
abstract public  BnNodePerformerAssignLocalgetBnNodePerformerAssign()
     Retrieve the performerAssign for the node.
abstract public  BnNodeValuegetBnNodeValue()
    
abstract public  BnProjectLocalgetBnProject()
    
abstract public  CollectiongetBnProperties()
    
abstract public  BnRoleLocalgetBnRole()
     Retrieve the BnNode's BnRole.
abstract public  DategetCreationDate()
    
abstract public  StringgetCreator()
     Retrieve the BnNode's Creator.
abstract public  CollectiongetDeadlines()
     Retrieve the BnNode's Deadlines.
abstract public  StringgetDescription()
     Retrieve the BnNode's Description.
abstract public  DategetEndDate()
     Retrieve the BnNode's EndDate.
abstract public  StringgetExecutor()
     Retrieve the BnNode's Executor.
abstract public  StringgetId()
     Retrieve the BnNode's id.
abstract public  CollectiongetInBnAgentEdges()
    
abstract public  CollectiongetInBnEdges()
    
abstract public  StringgetName()
     Retrieve the BnNode's Name.
abstract public  CollectiongetOutBnEdges()
    
abstract public  StringgetReference()
     Retrieve the BnNode's Reference.
abstract public  CollectiongetRelativeDeadlines()
     Retrieve the BnNode's RelativeDeadlines.
abstract public  DategetStartDate()
     Retrieve the BnNode's StartDate.
abstract public  intgetState()
     Retrieve the BnNode's state.
abstract public  intgetType()
     Retrieve the BnNode's type.
public  booleanisCancelled()
    
public  booleanisExecuting()
    
public  booleanisTerminated()
    
abstract public  voidsetActivityPerformer(String pActivityPerformer)
     Set the BnNode's activityPerformer.
abstract public  voidsetAnticipable(boolean pAnticipable)
     Set the BnNode's Anticipable mode.
abstract public  voidsetBnHooks(Collection pHook)
    
abstract public  voidsetBnInterHooks(Collection pHook)
    
abstract public  voidsetBnNodeLightValue(BnNodeLightValue v)
    
abstract public  voidsetBnNodePerformerAssign(BnNodePerformerAssignLocal pPerformerAssign)
    
abstract public  voidsetBnNodeValue(BnNodeValue v)
    
abstract public  voidsetBnProject(BnProjectLocal pProject)
     Set the BnProject Name.
Parameters:
  pName - The Name of this BnNode.
abstract public  voidsetBnProperties(Collection pPrp)
    
abstract public  voidsetBnRole(BnRoleLocal role)
     Set the BnNode's Creator.
Parameters:
  pCreator - The creator of this BnNode.
abstract public  voidsetCreationDate(Date pDate)
    
abstract public  voidsetCreator(String pCreator)
     Set the BnNode's Creator.
abstract public  voidsetDeadlines(Collection pDeadlines)
     Set the BnNode's Deadlines.
abstract public  voidsetDescription(String pDescription)
     Set the BnNode's Description.
abstract public  voidsetEndDate(Date pEndDate)
     Set the BnNode's EndDate.
public  voidsetEntityContext(EntityContext lContext)
    
abstract public  voidsetExecutor(String pExecutor)
     Set the BnNode's Executor.
Parameters:
  pCreator - The creator of this BnNode.
abstract public  voidsetId(String pId)
     Set the BnNode's id.
Parameters:
  pId - The id of this BnNode.
abstract public  voidsetInBnAgentEdges(Collection pAgentEdges)
    
abstract public  voidsetInBnEdges(Collection pEdges)
    
abstract public  voidsetName(String pName)
     Set the BnNode's Name.
Parameters:
  pName - The Name of this BnNode.
abstract public  voidsetOutBnEdges(Collection pEdges)
    
abstract public  voidsetReference(String nReference)
     Set the BnNode's Reference.
abstract public  voidsetRelativeDeadlines(Collection pDeadlines)
     Set the BnNode's Relative Deadlines.
abstract public  voidsetStartDate(Date pStartDate)
     Set the BnNode's StartDate.
abstract public  voidsetState(int pState)
     Set the BnNode's state.
Parameters:
  pState - The type of this BnNode.
abstract public  voidsetType(int pType)
     Set the BnNode's type.
Parameters:
  pType - The type of this BnNode.
public  voidunsetEntityContext()
    

Field Detail
mContext
public EntityContext mContext(Code)





Method Detail
ejbActivate
public void ejbActivate()(Code)



ejbCreate
public BnNodePK ejbCreate(BnNodeValue nd) throws InvalidValueException, EJBException, CreateException(Code)
Create a BnNode based on the supplied BnNode Value Object.
throws:
  InvalidValueException - If one of the values are not correct,this will not roll back the transactionbecause the caller has the chance tofix the problem and try again
throws:
  EJBException - If no new unique ID could be retrieved this willrollback the transaction because there is nohope to try again
throws:
  CreateException - Because we have to do so (EJB spec.)



ejbCreate
public BnNodePK ejbCreate(String name, int type) throws InvalidValueException, EJBException, CreateException(Code)
Create a BnNode based on the supplied Name and type.
throws:
  InvalidValueException - If one of the values are not correct,this will not roll back the transactionbecause the caller has the chance tofix the problem and try again
throws:
  EJBException - If no new unique ID could be retrieved this willrollback the transaction because there is nohope to try again
throws:
  CreateException - Because we have to do so (EJB spec.)



ejbHomeGetAdminActivitiesByExecutor
public Collection ejbHomeGetAdminActivitiesByExecutor(String userName, String role, String instance, String cooperative) throws HeroException(Code)

Parameters:
  userName - name of the user



ejbHomeGetAdminActivitiesByPerformer
public Collection ejbHomeGetAdminActivitiesByPerformer(String userName, String role, String instance, String cooperative) throws HeroException(Code)

Parameters:
  userName - name of the user



ejbHomeGetAdminActivitiesByProcess
public Collection ejbHomeGetAdminActivitiesByProcess(String userName, String role, String instance, String cooperative) throws HeroException(Code)

Parameters:
  userName - name of the user



ejbHomeGetAdminActivitiesByState
public Collection ejbHomeGetAdminActivitiesByState(String userName, String role, String instance, String cooperative) throws HeroException(Code)

Parameters:
  userName - name of the user



ejbLoad
public void ejbLoad()(Code)



ejbPassivate
public void ejbPassivate()(Code)



ejbPostCreate
public void ejbPostCreate(BnNodeValue nd)(Code)



ejbRemove
public void ejbRemove() throws RemoveException(Code)



ejbSelectAdminActivitiesByExecutor
abstract public Collection ejbSelectAdminActivitiesByExecutor(java.lang.String userName, java.lang.String role, java.lang.String instance, java.lang.String cooperative) throws FinderException(Code)



ejbSelectAdminActivitiesByPerformer
abstract public Collection ejbSelectAdminActivitiesByPerformer(java.lang.String userName, java.lang.String role, java.lang.String instance, java.lang.String cooperative) throws FinderException(Code)



ejbSelectAdminActivitiesByProcess
abstract public Collection ejbSelectAdminActivitiesByProcess(java.lang.String userName, java.lang.String role, java.lang.String instance, java.lang.String cooperative) throws FinderException(Code)



ejbSelectAdminActivitiesByState
abstract public Collection ejbSelectAdminActivitiesByState(java.lang.String userName, java.lang.String role, java.lang.String instance, java.lang.String cooperative) throws FinderException(Code)



ejbStore
public void ejbStore()(Code)



getActivityPerformer
abstract public String getActivityPerformer()(Code)
Retrieve the BnNode's activityPerformer. Returns the activityPerformer of the node



getAnticipable
abstract public boolean getAnticipable()(Code)
Retrieve the BnNode's anticipation mode. Returns a boolean indicating if the node is anticipable



getBnHooks
abstract public Collection getBnHooks()(Code)
the Hooks of the node



getBnInterHooks
abstract public Collection getBnInterHooks()(Code)
the Hooks of the node



getBnNodeLightValue
abstract public BnNodeLightValue getBnNodeLightValue()(Code)



getBnNodePerformerAssign
abstract public BnNodePerformerAssignLocal getBnNodePerformerAssign()(Code)
Retrieve the performerAssign for the node. Returns the node performerAssign.



getBnNodeValue
abstract public BnNodeValue getBnNodeValue()(Code)



getBnProject
abstract public BnProjectLocal getBnProject()(Code)
the project of the BnNode



getBnProperties
abstract public Collection getBnProperties()(Code)
the properties of the node



getBnRole
abstract public BnRoleLocal getBnRole()(Code)
Retrieve the BnNode's BnRole. Returns a String representing the ole associated to the BnNode.



getCreationDate
abstract public Date getCreationDate()(Code)
Return the creation date of the BnNode



getCreator
abstract public String getCreator()(Code)
Retrieve the BnNode's Creator. Returns the node creator



getDeadlines
abstract public Collection getDeadlines()(Code)
Retrieve the BnNode's Deadlines. Returns the collection of deadlines of the node



getDescription
abstract public String getDescription()(Code)
Retrieve the BnNode's Description. Returns the description of the node



getEndDate
abstract public Date getEndDate()(Code)
Retrieve the BnNode's EndDate. Returns the end date of the node



getExecutor
abstract public String getExecutor()(Code)
Retrieve the BnNode's Executor. Returns the node executor



getId
abstract public String getId()(Code)
Retrieve the BnNode's id. Returns an int representing the id of this BnNode.



getInBnAgentEdges
abstract public Collection getInBnAgentEdges()(Code)
the ingoing AgentEdges of the node



getInBnEdges
abstract public Collection getInBnEdges()(Code)
the ingoing edges of the node



getName
abstract public String getName()(Code)
Retrieve the BnNode's Name. Returns an int representing the Name of this BnNode.



getOutBnEdges
abstract public Collection getOutBnEdges()(Code)
the outgoing edges of the node



getReference
abstract public String getReference()(Code)
Retrieve the BnNode's Reference. Returns an int representing the Reference pointed by this Node (only for subProcesses)



getRelativeDeadlines
abstract public Collection getRelativeDeadlines()(Code)
Retrieve the BnNode's RelativeDeadlines. Returns the collection of relative deadlines of the node



getStartDate
abstract public Date getStartDate()(Code)
Retrieve the BnNode's StartDate. Returns the start date of the node



getState
abstract public int getState()(Code)
Retrieve the BnNode's state. Returns an int representing the state of this BnNode.



getType
abstract public int getType()(Code)
Retrieve the BnNode's type. Returns an int representing the type of this BnNode.



isCancelled
public boolean isCancelled()(Code)
true if the BnNode is Cancelled



isExecuting
public boolean isExecuting()(Code)
true if the BnNode is executing



isTerminated
public boolean isTerminated()(Code)
true if the BnNode is TErminated



setActivityPerformer
abstract public void setActivityPerformer(String pActivityPerformer)(Code)
Set the BnNode's activityPerformer.
Parameters:
  pActivityPerformer - The ActivityPerformer of this BnNode.



setAnticipable
abstract public void setAnticipable(boolean pAnticipable)(Code)
Set the BnNode's Anticipable mode.
Parameters:
  pAnticipate - The mode of this BnNode.



setBnHooks
abstract public void setBnHooks(Collection pHook)(Code)
Set the Hooks of the node
Parameters:
  pHook - the outgoing edges of the node



setBnInterHooks
abstract public void setBnInterHooks(Collection pHook)(Code)
Set the Hooks of the node
Parameters:
  pHook - the outgoing edges of the node



setBnNodeLightValue
abstract public void setBnNodeLightValue(BnNodeLightValue v)(Code)



setBnNodePerformerAssign
abstract public void setBnNodePerformerAssign(BnNodePerformerAssignLocal pPerformerAssign)(Code)
Set the Nodes of this performerAssign
Parameters:
  pPerformerAssign - performerAssign of the node



setBnNodeValue
abstract public void setBnNodeValue(BnNodeValue v)(Code)



setBnProject
abstract public void setBnProject(BnProjectLocal pProject)(Code)
Set the BnProject Name.
Parameters:
  pName - The Name of this BnNode. Is set at creation time.



setBnProperties
abstract public void setBnProperties(Collection pPrp)(Code)
Set the properties of the node
Parameters:
  pPrp - the outgoing edges of the node



setBnRole
abstract public void setBnRole(BnRoleLocal role)(Code)
Set the BnNode's Creator.
Parameters:
  pCreator - The creator of this BnNode. Is set at creation time.



setCreationDate
abstract public void setCreationDate(Date pDate)(Code)

Parameters:
  pDate - the creation date of the BnNode



setCreator
abstract public void setCreator(String pCreator)(Code)
Set the BnNode's Creator.
Parameters:
  pCreator - The creator of this BnNode.



setDeadlines
abstract public void setDeadlines(Collection pDeadlines)(Code)
Set the BnNode's Deadlines.
Parameters:
  pDeadlines - The Collection of Deadlines of this BnNode.



setDescription
abstract public void setDescription(String pDescription)(Code)
Set the BnNode's Description.
Parameters:
  pDescription - The Description of this BnNode.



setEndDate
abstract public void setEndDate(Date pEndDate)(Code)
Set the BnNode's EndDate.
Parameters:
  pEndDate - The end date of this BnNode.



setEntityContext
public void setEntityContext(EntityContext lContext)(Code)



setExecutor
abstract public void setExecutor(String pExecutor)(Code)
Set the BnNode's Executor.
Parameters:
  pCreator - The creator of this BnNode. Is set at creation time.



setId
abstract public void setId(String pId)(Code)
Set the BnNode's id.
Parameters:
  pId - The id of this BnNode. Is set at creation time.



setInBnAgentEdges
abstract public void setInBnAgentEdges(Collection pAgentEdges)(Code)
Set the Ingoing AgentEdges of the node
Parameters:
  pAgentEdges - the ingoing AgentEdges of the node



setInBnEdges
abstract public void setInBnEdges(Collection pEdges)(Code)
Set the Ingoing edges of the node
Parameters:
  pEdges - the ingoing edges of the node



setName
abstract public void setName(String pName)(Code)
Set the BnNode's Name.
Parameters:
  pName - The Name of this BnNode. Is set at creation time.



setOutBnEdges
abstract public void setOutBnEdges(Collection pEdges)(Code)
Set the Outgoing edges of the node
Parameters:
  pEdges - the outgoing edges of the node



setReference
abstract public void setReference(String nReference)(Code)
Set the BnNode's Reference.
Parameters:
  nReference - Reference pointed by this Node (only for subProcesses)



setRelativeDeadlines
abstract public void setRelativeDeadlines(Collection pDeadlines)(Code)
Set the BnNode's Relative Deadlines.
Parameters:
  pDeadlines - The Collection of Relative Deadlines of this BnNode.



setStartDate
abstract public void setStartDate(Date pStartDate)(Code)
Set the BnNode's StartDate.
Parameters:
  pStartDate - The StartDate of this BnNode.



setState
abstract public void setState(int pState)(Code)
Set the BnNode's state.
Parameters:
  pState - The type of this BnNode. Is set at creation time.



setType
abstract public void setType(int pType)(Code)
Set the BnNode's type.
Parameters:
  pType - The type of this BnNode. Is set at creation time.



unsetEntityContext
public void unsetEntityContext()(Code)



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.