Java Doc for XPDLUtils.java in  » Workflow-Engines » JaWE » org » enhydra » jawe » 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 » JaWE » org.enhydra.jawe 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   org.enhydra.jawe.XPDLUtils

XPDLUtils
public class XPDLUtils (Code)
Various utilities.
author:
   Sasa Bojanic




Method Summary
public  booleancorrectSplitAndJoin(Activity act)
    
public  booleancorrectSplitsAndJoins(Package pkg)
    
public  booleancorrectSplitsAndJoins(WorkflowProcess wp)
    
public  booleancorrectSplitsAndJoins(List acts)
    
public  booleandoesCrossreferenceExist(Package pkg)
    
public  ListgetActivities(Package pkg, List types)
    
public  ListgetActivities(WorkflowProcess wp, List types)
    
public  ListgetActivities(Activities acts, List types)
    
public  ListgetActivitySetReferences(WorkflowProcess wp, String referencedId)
    
public  SetgetAllExtendedAttributeNames(XMLComplexElement cel, XPDLHandler xpdlh)
    
public  SetgetAllExtendedAttributeNames(Package pkg, XMLComplexElement cel)
    
public  SetgetAllExtendedAttributeNames(Collection extAttribs)
    
public  SetgetAllExtendedAttributeNamesForElements(Collection elements)
    
public  ListgetAllExternalPackageReferences(Package pkg, Package referenced)
    
public  ListgetApplicationReferences(XMLComplexElement pkgOrWp, String referencedId)
    
public  ListgetApplicationReferences(Package pkg, String referencedId)
    
public  ListgetApplicationReferences(WorkflowProcess wp, String referencedId)
    
public  ListgetDataFieldReferences(XMLComplexElement pkgOrWp, String referencedId)
    
public  ListgetDataFieldReferences(Package pkg, String referencedId)
    
public  ListgetDataFieldReferences(WorkflowProcess wp, String referencedId)
    
public  ListgetFormalParameterReferences(WorkflowProcess wp, String referencedId)
    
public  ListgetParticipantReferences(XMLComplexElement pkgOrWp, String referencedId)
    
public  ListgetParticipantReferences(Package pkg, String referencedId)
    
public  ListgetParticipantReferences(WorkflowProcess wp, String referencedId)
    
public  SequencedHashMapgetPossibleResponsibles(Responsibles resp, Responsible rsp)
    
public  ListgetReferences(XMLComplexElement pkgOrWp, XMLComplexElement referenced)
    
public  ListgetReferences(Package pkg, XMLComplexElement referenced)
    
public  ListgetReferences(WorkflowProcess wp, XMLComplexElement referenced)
    
public  ListgetReferences(Package pkg)
    
public  ListgetReferences(Package pkg, TypeDeclaration referenced)
    
public  ListgetReferences(WorkflowProcess wp, TypeDeclaration referenced)
    
public  ListgetReferences(TypeDeclaration td, TypeDeclaration referenced)
    
public  ListgetReferences(Package pkg, Participant referenced)
    
public  ListgetReferences(WorkflowProcess wp, Participant referenced)
    
public  ListgetReferences(Package pkg, Application referenced)
    
public  ListgetReferences(WorkflowProcess wp, Application referenced)
    
public  ListgetReferences(Package pkg, DataField referenced)
    
public  ListgetReferences(WorkflowProcess wp, DataField referenced)
    
public  ListgetReferences(Package pkg, WorkflowProcess referenced)
    
public  ListgetReferences(WorkflowProcess wp, WorkflowProcess referenced)
    
public  ListgetReferences(WorkflowProcess wp, FormalParameter referenced)
    
public  ListgetReferences(WorkflowProcess wp, ActivitySet referenced)
    
public  ListgetReferences(ActivitySet as, ActivitySet referenced)
    
public  ListgetReferences(ActivitySet as, String referencedId)
    
public  ListgetReferences(Activity act)
    
public  ListgetReferences(Transition tra)
    
public  ListgetReferencingDeclaredTypes(DataTypes dts, String typeDeclarationId)
    
public  ListgetTransitions(Transitions tras, String actId, boolean isToAct)
    
protected  SetgetTransitionsForActivity(Activity act)
    
public  ListgetTypeDeclarationReferences(Package pkg, String referencedId)
    
protected  ListgetVariableReferences(XMLCollectionElement wpOrAs, String dfOrFpId)
    
public  ListgetWorkflowProcessReferences(Package pkg, String referencedId)
    
public  ListgetWorkflowProcessReferences(WorkflowProcess wp, String referencedId)
    
public  booleanhasCircularTransitions(Set transitions)
    
public  booleanisEndingActivity(Activity act)
    
public  booleanisStartingActivity(Activity act)
    
public  voidremoveTransitionsForActivities(List acts)
    
public  voidremoveTransitionsForActivity(Activity act)
    
public  ListtGetActivitySetReferences(XMLCollectionElement wpOrAs, String referencedId)
    
protected  ListtGetApplicationReferences(XMLCollectionElement wpOrAs, String referencedId)
    
protected  ListtGetParticipantReferences(XMLComplexElement pkgOrWpOrAs, String referencedId)
    
protected  ListtGetTypeDeclarationReferences(XMLComplexElement pkgOrWp, String referencedId)
    
protected  ListtGetWorkflowProcessReferences(XMLCollectionElement wpOrAs, String referencedId)
    
public  voidupdateActivitiesOnTransitionFromChange(Activities acts, String traId, String traOldFromId, String traNewFromId)
    
public  voidupdateActivitiesOnTransitionToChange(Activities acts, String traId, String traOldToId, String traNewToId)
    
public  voidupdateActivityOnTransitionIdChange(Activities acts, String actFromId, String oldTraId, String newTraId)
    
public  voidupdateActivityOnTransitionIdChange(Activity act, String oldTraId, String newTraId)
    
public  voidupdateActivitySetReferences(List refBlocks, String newAsId)
    
public  voidupdateApplicationReferences(List refTools, String newAppId)
    
public  voidupdateParticipantReferences(List refPerfsAndResps, String newParId)
    
public  voidupdateTransitionsOnActivityIdChange(Transitions tras, String oldActId, String newActId)
    
public  voidupdateTypeDeclarationReferences(List refDeclaredTypes, String newTdId)
    
public  voidupdateVariableReferences(List refAPsOrPerfsOrCondsOrDlConds, String oldDfOrFpId, String newDfOrFpId)
    
public  voidupdateWorkflowProcessReferences(List refSbflws, String newWpId)
    



Method Detail
correctSplitAndJoin
public boolean correctSplitAndJoin(Activity act)(Code)



correctSplitsAndJoins
public boolean correctSplitsAndJoins(Package pkg)(Code)



correctSplitsAndJoins
public boolean correctSplitsAndJoins(WorkflowProcess wp)(Code)



correctSplitsAndJoins
public boolean correctSplitsAndJoins(List acts)(Code)



doesCrossreferenceExist
public boolean doesCrossreferenceExist(Package pkg)(Code)



getActivities
public List getActivities(Package pkg, List types)(Code)



getActivities
public List getActivities(WorkflowProcess wp, List types)(Code)



getActivities
public List getActivities(Activities acts, List types)(Code)



getActivitySetReferences
public List getActivitySetReferences(WorkflowProcess wp, String referencedId)(Code)



getAllExtendedAttributeNames
public Set getAllExtendedAttributeNames(XMLComplexElement cel, XPDLHandler xpdlh)(Code)



getAllExtendedAttributeNames
public Set getAllExtendedAttributeNames(Package pkg, XMLComplexElement cel)(Code)



getAllExtendedAttributeNames
public Set getAllExtendedAttributeNames(Collection extAttribs)(Code)



getAllExtendedAttributeNamesForElements
public Set getAllExtendedAttributeNamesForElements(Collection elements)(Code)



getAllExternalPackageReferences
public List getAllExternalPackageReferences(Package pkg, Package referenced)(Code)



getApplicationReferences
public List getApplicationReferences(XMLComplexElement pkgOrWp, String referencedId)(Code)



getApplicationReferences
public List getApplicationReferences(Package pkg, String referencedId)(Code)



getApplicationReferences
public List getApplicationReferences(WorkflowProcess wp, String referencedId)(Code)



getDataFieldReferences
public List getDataFieldReferences(XMLComplexElement pkgOrWp, String referencedId)(Code)



getDataFieldReferences
public List getDataFieldReferences(Package pkg, String referencedId)(Code)



getDataFieldReferences
public List getDataFieldReferences(WorkflowProcess wp, String referencedId)(Code)



getFormalParameterReferences
public List getFormalParameterReferences(WorkflowProcess wp, String referencedId)(Code)



getParticipantReferences
public List getParticipantReferences(XMLComplexElement pkgOrWp, String referencedId)(Code)



getParticipantReferences
public List getParticipantReferences(Package pkg, String referencedId)(Code)



getParticipantReferences
public List getParticipantReferences(WorkflowProcess wp, String referencedId)(Code)



getPossibleResponsibles
public SequencedHashMap getPossibleResponsibles(Responsibles resp, Responsible rsp)(Code)



getReferences
public List getReferences(XMLComplexElement pkgOrWp, XMLComplexElement referenced)(Code)



getReferences
public List getReferences(Package pkg, XMLComplexElement referenced)(Code)



getReferences
public List getReferences(WorkflowProcess wp, XMLComplexElement referenced)(Code)



getReferences
public List getReferences(Package pkg)(Code)



getReferences
public List getReferences(Package pkg, TypeDeclaration referenced)(Code)



getReferences
public List getReferences(WorkflowProcess wp, TypeDeclaration referenced)(Code)



getReferences
public List getReferences(TypeDeclaration td, TypeDeclaration referenced)(Code)



getReferences
public List getReferences(Package pkg, Participant referenced)(Code)



getReferences
public List getReferences(WorkflowProcess wp, Participant referenced)(Code)



getReferences
public List getReferences(Package pkg, Application referenced)(Code)



getReferences
public List getReferences(WorkflowProcess wp, Application referenced)(Code)



getReferences
public List getReferences(Package pkg, DataField referenced)(Code)



getReferences
public List getReferences(WorkflowProcess wp, DataField referenced)(Code)



getReferences
public List getReferences(Package pkg, WorkflowProcess referenced)(Code)



getReferences
public List getReferences(WorkflowProcess wp, WorkflowProcess referenced)(Code)



getReferences
public List getReferences(WorkflowProcess wp, FormalParameter referenced)(Code)



getReferences
public List getReferences(WorkflowProcess wp, ActivitySet referenced)(Code)



getReferences
public List getReferences(ActivitySet as, ActivitySet referenced)(Code)



getReferences
public List getReferences(ActivitySet as, String referencedId)(Code)



getReferences
public List getReferences(Activity act)(Code)



getReferences
public List getReferences(Transition tra)(Code)



getReferencingDeclaredTypes
public List getReferencingDeclaredTypes(DataTypes dts, String typeDeclarationId)(Code)



getTransitions
public List getTransitions(Transitions tras, String actId, boolean isToAct)(Code)



getTransitionsForActivity
protected Set getTransitionsForActivity(Activity act)(Code)



getTypeDeclarationReferences
public List getTypeDeclarationReferences(Package pkg, String referencedId)(Code)



getVariableReferences
protected List getVariableReferences(XMLCollectionElement wpOrAs, String dfOrFpId)(Code)



getWorkflowProcessReferences
public List getWorkflowProcessReferences(Package pkg, String referencedId)(Code)



getWorkflowProcessReferences
public List getWorkflowProcessReferences(WorkflowProcess wp, String referencedId)(Code)



hasCircularTransitions
public boolean hasCircularTransitions(Set transitions)(Code)



isEndingActivity
public boolean isEndingActivity(Activity act)(Code)



isStartingActivity
public boolean isStartingActivity(Activity act)(Code)



removeTransitionsForActivities
public void removeTransitionsForActivities(List acts)(Code)



removeTransitionsForActivity
public void removeTransitionsForActivity(Activity act)(Code)



tGetActivitySetReferences
public List tGetActivitySetReferences(XMLCollectionElement wpOrAs, String referencedId)(Code)



tGetApplicationReferences
protected List tGetApplicationReferences(XMLCollectionElement wpOrAs, String referencedId)(Code)



tGetParticipantReferences
protected List tGetParticipantReferences(XMLComplexElement pkgOrWpOrAs, String referencedId)(Code)



tGetTypeDeclarationReferences
protected List tGetTypeDeclarationReferences(XMLComplexElement pkgOrWp, String referencedId)(Code)



tGetWorkflowProcessReferences
protected List tGetWorkflowProcessReferences(XMLCollectionElement wpOrAs, String referencedId)(Code)



updateActivitiesOnTransitionFromChange
public void updateActivitiesOnTransitionFromChange(Activities acts, String traId, String traOldFromId, String traNewFromId)(Code)



updateActivitiesOnTransitionToChange
public void updateActivitiesOnTransitionToChange(Activities acts, String traId, String traOldToId, String traNewToId)(Code)



updateActivityOnTransitionIdChange
public void updateActivityOnTransitionIdChange(Activities acts, String actFromId, String oldTraId, String newTraId)(Code)



updateActivityOnTransitionIdChange
public void updateActivityOnTransitionIdChange(Activity act, String oldTraId, String newTraId)(Code)



updateActivitySetReferences
public void updateActivitySetReferences(List refBlocks, String newAsId)(Code)



updateApplicationReferences
public void updateApplicationReferences(List refTools, String newAppId)(Code)



updateParticipantReferences
public void updateParticipantReferences(List refPerfsAndResps, String newParId)(Code)



updateTransitionsOnActivityIdChange
public void updateTransitionsOnActivityIdChange(Transitions tras, String oldActId, String newActId)(Code)



updateTypeDeclarationReferences
public void updateTypeDeclarationReferences(List refDeclaredTypes, String newTdId)(Code)



updateVariableReferences
public void updateVariableReferences(List refAPsOrPerfsOrCondsOrDlConds, String oldDfOrFpId, String newDfOrFpId)(Code)



updateWorkflowProcessReferences
public void updateWorkflowProcessReferences(List refSbflws, String newWpId)(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.