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


java.lang.Object
   hero.client.grapheditor.WFPersistence

WFPersistence
public class WFPersistence (Code)


Field Summary
final public static  ImageIconicon
    
final public static  StringimageBase
    
public  booleanpermission
    
public  BonitaClientsoapclient
    

Constructor Summary
public  WFPersistence(String managerProject, BonitaClient soapclient)
    

Method Summary
public  StringaddEdge(String src, String dest)
    
public  voidaddIteration(String from, String to, String condition)
    
public  voidaddNode(String name, String type)
    
public  voidaddNodeInterHook(String nodeName, String hookName, String event, String value)
    
public  voidaddNodeProperty(String nodeName, String key, String value, boolean propagate)
    
public  voidaddNodeSubProcess(String name, String projectName)
    
public  voidaddPerformerAssigment(String node, String performerName, String type, String property)
    
public  voidaddProjectInterHook(String hookName, String event, String value)
    
public  voidaddProjectProperty(String key, String value)
    
public  voidaddRole(String name, String desc)
    
public  voidaddRoleMapper(String role, String mapper, String type)
    
public  voidaddUser(String name)
    
public  booleancloneProject(String projectSrc, String projectDest)
    
public  booleancloneSubProject(String projectSrc, String projectDest)
    
public  booleancontainsNode(String value)
    
public  booleancontainsProject(String value)
    
public  booleancreateModel(String modelName)
    
public  booleancreateProject(String projectName)
    
public  voiddeleteEdges(Object[] edges)
    
public  booleandeleteNode(String node)
    
public  booleandeleteProject(String project)
    
public  Object[]getAllUsers()
    
public  StringgetDeadline(String name)
    
public  StringgetEdgeCondition(String edgeName)
    
public  StringgetEdgeInNode(String name)
    
public  StringgetEdgeOutNode(String name)
    
public  Object[]getEdges()
    
public  CollectiongetIterations()
    
public  booleangetNodeAnticipable(String nodeName)
    
public  StringgetNodeDescription(String nodeName)
    
public  StringgetNodeInterHookValue(String nodeName, String hookName)
    
public  intgetNodeState(String name)
    
public  intgetNodeType(String name)
    
public  Object[]getNodes()
    
public  StringgetProjectInterHookValue(String hookName)
    
public  StringgetProjectName()
    
public  StrutsNodeValuegetProjectNode(String nodeName)
    
public  Object[]getProjectNodes()
    
public  Object[]getProjectNodesArray()
    
public  Object[]getProjects()
    
public  CollectiongetProperties()
    
public  StringgetRole(String name)
    
public  Object[]getRoles()
    
public  StringgetState(String name)
    
public  intgetStateInt(String state)
    
public  StringgetStateString(int state)
    
public  StringgetType(String name)
    
public  StringgetTypeString(int type)
    
public  StringgetUser()
    
public  Object[]getUsersInProject()
    
public  booleanhasPermission()
    
public  booleanisActive(String name)
    
public  booleanisInRole(String name, String role)
    
public  booleanopenProject(String projectName)
    
public  voidsetDeadline(String name, long dl)
    
public  StringsetEdgeCondition(String edgeName, String condition)
    
public  voidsetEditNode(String node, String role, String description, Date deadline)
    
public  voidsetNodeAnticipable(String nodeName)
    
public  voidsetNodeDescription(String nodeName, String description)
    
public  voidsetNodeInterHookValue(String nodeName, String hookName, String value)
    
public  voidsetNodeRole(String node, String newRole)
    
public  voidsetNodeTraditional(String nodeName)
    
public  voidsetProjectInterHookValue(String hookName, String value)
    
public  voidsetProjectNodeDeadline(String nodeName, long deadline)
    
public  voidsetProjectNodeDescription(String nodeName, String description)
    
public  voidsetProjectNodeRole(String nodeName, String role)
    
public  voidsetProjectNodeState(String nodeName, int state)
    
public  voidsetProjectNodes()
    
public  voidsetUserRole(String name, String role)
    
public  voidwindowMessage(String msg)
    

Field Detail
icon
final public static ImageIcon icon(Code)



imageBase
final public static String imageBase(Code)



permission
public boolean permission(Code)



soapclient
public BonitaClient soapclient(Code)




Constructor Detail
WFPersistence
public WFPersistence(String managerProject, BonitaClient soapclient) throws Exception(Code)




Method Detail
addEdge
public String addEdge(String src, String dest) throws Exception(Code)



addIteration
public void addIteration(String from, String to, String condition) throws Exception(Code)



addNode
public void addNode(String name, String type) throws Exception(Code)



addNodeInterHook
public void addNodeInterHook(String nodeName, String hookName, String event, String value) throws Exception(Code)



addNodeProperty
public void addNodeProperty(String nodeName, String key, String value, boolean propagate) throws Exception(Code)



addNodeSubProcess
public void addNodeSubProcess(String name, String projectName) throws Exception(Code)



addPerformerAssigment
public void addPerformerAssigment(String node, String performerName, String type, String property) throws Exception(Code)



addProjectInterHook
public void addProjectInterHook(String hookName, String event, String value) throws Exception(Code)



addProjectProperty
public void addProjectProperty(String key, String value) throws Exception(Code)



addRole
public void addRole(String name, String desc) throws Exception(Code)



addRoleMapper
public void addRoleMapper(String role, String mapper, String type) throws Exception(Code)



addUser
public void addUser(String name) throws Exception(Code)



cloneProject
public boolean cloneProject(String projectSrc, String projectDest) throws Exception(Code)



cloneSubProject
public boolean cloneSubProject(String projectSrc, String projectDest) throws Exception(Code)



containsNode
public boolean containsNode(String value) throws Exception(Code)



containsProject
public boolean containsProject(String value) throws Exception(Code)



createModel
public boolean createModel(String modelName) throws Exception(Code)



createProject
public boolean createProject(String projectName) throws Exception(Code)



deleteEdges
public void deleteEdges(Object[] edges) throws Exception(Code)



deleteNode
public boolean deleteNode(String node) throws Exception(Code)



deleteProject
public boolean deleteProject(String project) throws Exception(Code)



getAllUsers
public Object[] getAllUsers() throws Exception(Code)



getDeadline
public String getDeadline(String name) throws Exception(Code)



getEdgeCondition
public String getEdgeCondition(String edgeName) throws Exception(Code)



getEdgeInNode
public String getEdgeInNode(String name) throws Exception(Code)



getEdgeOutNode
public String getEdgeOutNode(String name) throws Exception(Code)



getEdges
public Object[] getEdges() throws Exception(Code)



getIterations
public Collection getIterations() throws Exception(Code)



getNodeAnticipable
public boolean getNodeAnticipable(String nodeName) throws Exception(Code)



getNodeDescription
public String getNodeDescription(String nodeName) throws Exception(Code)



getNodeInterHookValue
public String getNodeInterHookValue(String nodeName, String hookName) throws Exception(Code)



getNodeState
public int getNodeState(String name) throws Exception(Code)



getNodeType
public int getNodeType(String name) throws Exception(Code)



getNodes
public Object[] getNodes() throws Exception(Code)



getProjectInterHookValue
public String getProjectInterHookValue(String hookName) throws Exception(Code)



getProjectName
public String getProjectName()(Code)



getProjectNode
public StrutsNodeValue getProjectNode(String nodeName) throws Exception(Code)



getProjectNodes
public Object[] getProjectNodes() throws Exception(Code)



getProjectNodesArray
public Object[] getProjectNodesArray() throws Exception(Code)



getProjects
public Object[] getProjects() throws Exception(Code)



getProperties
public Collection getProperties() throws Exception(Code)



getRole
public String getRole(String name) throws Exception(Code)



getRoles
public Object[] getRoles() throws Exception(Code)



getState
public String getState(String name) throws Exception(Code)



getStateInt
public int getStateInt(String state) throws Exception(Code)



getStateString
public String getStateString(int state) throws Exception(Code)



getType
public String getType(String name) throws Exception(Code)



getTypeString
public String getTypeString(int type) throws Exception(Code)



getUser
public String getUser() throws Exception(Code)



getUsersInProject
public Object[] getUsersInProject() throws Exception(Code)



hasPermission
public boolean hasPermission()(Code)



isActive
public boolean isActive(String name) throws Exception(Code)



isInRole
public boolean isInRole(String name, String role) throws Exception(Code)



openProject
public boolean openProject(String projectName) throws Exception(Code)



setDeadline
public void setDeadline(String name, long dl) throws Exception(Code)



setEdgeCondition
public String setEdgeCondition(String edgeName, String condition) throws Exception(Code)



setEditNode
public void setEditNode(String node, String role, String description, Date deadline) throws Exception(Code)



setNodeAnticipable
public void setNodeAnticipable(String nodeName) throws Exception(Code)



setNodeDescription
public void setNodeDescription(String nodeName, String description) throws Exception(Code)



setNodeInterHookValue
public void setNodeInterHookValue(String nodeName, String hookName, String value) throws Exception(Code)



setNodeRole
public void setNodeRole(String node, String newRole) throws Exception(Code)



setNodeTraditional
public void setNodeTraditional(String nodeName) throws Exception(Code)



setProjectInterHookValue
public void setProjectInterHookValue(String hookName, String value) throws Exception(Code)



setProjectNodeDeadline
public void setProjectNodeDeadline(String nodeName, long deadline) throws Exception(Code)



setProjectNodeDescription
public void setProjectNodeDescription(String nodeName, String description) throws Exception(Code)



setProjectNodeRole
public void setProjectNodeRole(String nodeName, String role) throws Exception(Code)



setProjectNodeState
public void setProjectNodeState(String nodeName, int state) throws Exception(Code)



setProjectNodes
public void setProjectNodes() throws Exception(Code)



setUserRole
public void setUserRole(String name, String role) throws Exception(Code)



windowMessage
public void windowMessage(String msg)(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.