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


java.lang.Object
   org.enhydra.shark.xpdl.StandardPackageValidator

StandardPackageValidator
public class StandardPackageValidator implements XMLValidator(Code)
Represents coresponding element from XPDL schema.
author:
   Sasa Bojanic


Field Summary
final public static  StringALLOW_UNDEFINED_END
    
final public static  StringALLOW_UNDEFINED_START
    
final public static  StringCHECK_EXTERNAL_PACKAGES
    
final protected static  StringCURRENT_XPDL_VERSION
    
final public static  StringENCODING
    
final public static  StringGET_EXISTING_SCHEMA_VALIDATION_ERRORS
    
final public static  StringLOCALE
    
final public static  StringVALIDATE_ACTUAL_PARAMETER_EXPRESSIONS
    
final public static  StringVALIDATE_CONDITION_BY_TYPE
    
final public static  StringVALIDATE_CONDITION_EXPRESSIONS
    
final public static  StringVALIDATE_DEADLINE_EXPRESSIONS
    
final public static  StringVALIDATE_PERFORMER_EXPRESSIONS
    
final public static  StringVALIDATE_SUBFLOW_REFERENCES
    
final public static  StringVALIDATE_UNUSED_VARIABLES
    
protected  MapepsValidationErrors
    
protected  Propertiesproperties
    
protected  MapschemaValidationErrors
    
protected  Propertiessettings
    
protected  XMLInterfacexmlInterface
    

Constructor Summary
public  StandardPackageValidator()
    
public  StandardPackageValidator(Properties settings)
    

Method Summary
protected  booleancheckANDSplit(Activity act)
    
protected  booleancheckActivityConnection(Activity act, List existingErrors, boolean fullCheck)
     Checks if given activity is well connected.
protected  booleancheckActivityId(Activity newEl)
    
protected  voidcheckBlockId(XMLAttribute bId, List existingErrors)
    
protected  voidcheckDeclaredTypeId(XMLAttribute dtId, List existingErrors)
    
protected  voidcheckExternalPackages(Package pkg, List existingErrors, boolean fullCheck)
    
protected  booleancheckGraphConformanceForWpOrAs(XMLCollectionElement wpOrAs, List existingErrors, boolean fullCheck)
     Checks if graph conforms to the given conformance class.
protected  booleancheckGraphConnectionsForWpOrAs(XMLCollectionElement wpOrAs, List existingErrors, boolean fullCheck)
    
protected  voidcheckMultipleOtherwiseOrDefaultExceptionTransitions(Activity act, Set outTrans, List existingErrors, boolean fullCheck)
    
protected static  voidcheckParameterMatching(FormalParameters fps, ActualParameters aps, List existingErrors, boolean checkExpression, boolean fullCheck)
    
protected  booleancheckSubFlowId(XMLAttribute sbflwId, List existingErrors, boolean fullCheck)
    
protected  booleancheckToolId(XMLAttribute tlId, List existingErrors, boolean fullCheck)
    
protected  voidcheckTransitionFrom(XMLAttribute from, List existingErrors)
    
protected  booleancheckTransitionId(Transition newEl)
    
protected  voidcheckTransitionRefId(XMLAttribute trfId, List existingErrors, boolean fullCheck)
    
protected  voidcheckTransitionTo(XMLAttribute to, List existingErrors)
    
protected  booleancheckXORSplit(Activity act)
    
public  voidclearCache(Package pkg)
    
public  voidclearCache()
    
protected  booleancontainsTransitionWithId(Set trans, String id)
    
protected  boolean[][]createIncidenceMatrix(Activities activities)
    
protected  StandardPackageValidatorcreateValidatorInstance()
    
public  MapgetExtPkgValidationErrors()
    
protected  intgetNoOfANDSplitsOrJoins(Set acts, int sOrJ)
     Returns the number of activities in the given set that have split or join, depending on second parameter.
protected  intgetNoOfReferences(Class parentCls, XMLComplexElement parent, Class elCls, XMLElement el)
    
protected  booleanhasAnyPostcondition(Activity act)
    
public  booleanhasErrors(List l)
    
public  voidinit(XMLInterface pXmlInterface, Package pPkg, boolean pGetExistingSchemaValidationErrors, String pEncoding, String pLocale)
    
public  voidinit(Properties props)
    
public  voidinit(Properties pProps, XMLInterface pXmlInterface)
    
public static  booleanisEmpty(String str)
    
protected  booleanisIdUnique(XMLCollectionElement newEl)
    
protected  booleanisIdValid(String id)
    
protected  booleanisRemoteSubflowIdOK(String subflowId)
    
public static  voidmain(String[] args)
    
public  StringprepareMessageString(String msg)
    
public static  voidprintIM(boolean[][] im, java.util.List acts)
    
public static  voidprintIM2(boolean[][] im, java.util.List acts)
    
public  ListreCheckExternalPackage(Package p)
    
protected  voidvalidateAgainstXPDLSchema(Package pkg, List existingErrors, boolean fullCheck)
    
public  voidvalidateElement(XMLElement el, List existingErrors, boolean fullCheck)
    
public  voidvalidateElement(XMLAttribute el, List existingErrors, boolean fullCheck)
    
public  voidvalidateElement(XMLComplexChoice el, List existingErrors, boolean fullCheck)
    
public  voidvalidateElement(XMLEmptyChoiceElement el, List existingErrors, boolean fullCheck)
    
public  voidvalidateElement(XMLCollection el, List existingErrors, boolean fullCheck)
    
public  voidvalidateElement(XMLCollectionElement el, List existingErrors, boolean fullCheck)
    
public  voidvalidateElement(XMLComplexElement el, List existingErrors, boolean fullCheck)
    
public  voidvalidateElement(XMLSimpleElement el, List existingErrors, boolean fullCheck)
    
public  voidvalidateElement(Activities el, List existingErrors, boolean fullCheck)
    
public  voidvalidateElement(Activity el, List existingErrors, boolean fullCheck)
    
public  voidvalidateElement(ActivitySet el, List existingErrors, boolean fullCheck)
    
public  voidvalidateElement(ActivitySets el, List existingErrors, boolean fullCheck)
    
public  voidvalidateElement(ActivityTypes el, List existingErrors, boolean fullCheck)
    
public  voidvalidateElement(ActualParameter el, List existingErrors, boolean fullCheck)
    
public  voidvalidateElement(ActualParameters el, List existingErrors, boolean fullCheck)
    
public  voidvalidateElement(Application el, List existingErrors, boolean fullCheck)
    
public  voidvalidateElement(Applications el, List existingErrors, boolean fullCheck)
    
public  voidvalidateElement(ApplicationTypes el, List existingErrors, boolean fullCheck)
    
public  voidvalidateElement(ArrayType el, List existingErrors, boolean fullCheck)
    
public  voidvalidateElement(Author el, List existingErrors, boolean fullCheck)
    
public  voidvalidateElement(Automatic el, List existingErrors, boolean fullCheck)
    
public  voidvalidateElement(BasicType el, List existingErrors, boolean fullCheck)
    
public  voidvalidateElement(BlockActivity el, List existingErrors, boolean fullCheck)
    
public  voidvalidateElement(Codepage el, List existingErrors, boolean fullCheck)
    
public  voidvalidateElement(Condition el, List existingErrors, boolean fullCheck)
    
public  voidvalidateElement(ConformanceClass el, List existingErrors, boolean fullCheck)
    
public  voidvalidateElement(Cost el, List existingErrors, boolean fullCheck)
    
public  voidvalidateElement(CostUnit el, List existingErrors, boolean fullCheck)
    
public  voidvalidateElement(Countrykey el, List existingErrors, boolean fullCheck)
    
public  voidvalidateElement(Created el, List existingErrors, boolean fullCheck)
    
public  voidvalidateElement(DataField el, List existingErrors, boolean fullCheck)
    
public  voidvalidateElement(DataFields el, List existingErrors, boolean fullCheck)
    
public  voidvalidateElement(DataType el, List existingErrors, boolean fullCheck)
    
public  voidvalidateElement(DataTypes el, List existingErrors, boolean fullCheck)
    
public  voidvalidateElement(Deadline el, List existingErrors, boolean fullCheck)
    
public  voidvalidateElement(DeadlineCondition el, List existingErrors, boolean fullCheck)
    
public  voidvalidateElement(Deadlines el, List existingErrors, boolean fullCheck)
    
public  voidvalidateElement(DeclaredType el, List existingErrors, boolean fullCheck)
    
public  voidvalidateElement(Description el, List existingErrors, boolean fullCheck)
    
public  voidvalidateElement(Documentation el, List existingErrors, boolean fullCheck)
    
public  voidvalidateElement(Duration el, List existingErrors, boolean fullCheck)
    
public  voidvalidateElement(EnumerationType el, List existingErrors, boolean fullCheck)
    
public  voidvalidateElement(EnumerationValue el, List existingErrors, boolean fullCheck)
    
public  voidvalidateElement(ExceptionName el, List existingErrors, boolean fullCheck)
    
public  voidvalidateElement(ExtendedAttribute el, List existingErrors, boolean fullCheck)
    
public  voidvalidateElement(ExtendedAttributes el, List existingErrors, boolean fullCheck)
    
public  voidvalidateElement(ExternalPackage el, List existingErrors, boolean fullCheck)
    
public  voidvalidateElement(ExternalPackages el, List existingErrors, boolean fullCheck)
    
public  voidvalidateElement(ExternalReference el, List existingErrors, boolean fullCheck)
    
public  voidvalidateElement(FinishMode el, List existingErrors, boolean fullCheck)
    
public  voidvalidateElement(FormalParameter el, List existingErrors, boolean fullCheck)
    
public  voidvalidateElement(FormalParameters el, List existingErrors, boolean fullCheck)
    
public  voidvalidateElement(Icon el, List existingErrors, boolean fullCheck)
    
public  voidvalidateElement(Implementation el, List existingErrors, boolean fullCheck)
    
public  voidvalidateElement(ImplementationTypes el, List existingErrors, boolean fullCheck)
    
public  voidvalidateElement(InitialValue el, List existingErrors, boolean fullCheck)
    
public  voidvalidateElement(Join el, List existingErrors, boolean fullCheck)
    
public  voidvalidateElement(Length el, List existingErrors, boolean fullCheck)
    
public  voidvalidateElement(Limit el, List existingErrors, boolean fullCheck)
    
public  voidvalidateElement(ListType el, List existingErrors, boolean fullCheck)
    
public  voidvalidateElement(Manual el, List existingErrors, boolean fullCheck)
    
public  voidvalidateElement(Member el, List existingErrors, boolean fullCheck)
    
public  voidvalidateElement(Namespace el, List existingErrors, boolean fullCheck)
    
public  voidvalidateElement(Namespaces el, List existingErrors, boolean fullCheck)
    
public  voidvalidateElement(No el, List existingErrors, boolean fullCheck)
    
public  voidvalidateElement(org.enhydra.shark.xpdl.elements.Package el, List existingErrors, boolean fullCheck)
    
public  voidvalidateElement(PackageHeader el, List existingErrors, boolean fullCheck)
    
public  voidvalidateElement(Participant el, List existingErrors, boolean fullCheck)
    
public  voidvalidateElement(Participants el, List existingErrors, boolean fullCheck)
    
public  voidvalidateElement(ParticipantType el, List existingErrors, boolean fullCheck)
    
public  voidvalidateElement(Performer el, List existingErrors, boolean fullCheck)
    
public  voidvalidateElement(Priority el, List existingErrors, boolean fullCheck)
    
public  voidvalidateElement(PriorityUnit el, List existingErrors, boolean fullCheck)
    
public  voidvalidateElement(ProcessHeader el, List existingErrors, boolean fullCheck)
    
public  voidvalidateElement(RecordType el, List existingErrors, boolean fullCheck)
    
public  voidvalidateElement(RedefinableHeader el, List existingErrors, boolean fullCheck)
    
public  voidvalidateElement(Responsible el, List existingErrors, boolean fullCheck)
    
public  voidvalidateElement(Responsibles el, List existingErrors, boolean fullCheck)
    
public  voidvalidateElement(Route el, List existingErrors, boolean fullCheck)
    
public  voidvalidateElement(SchemaType el, List existingErrors, boolean fullCheck)
    
public  voidvalidateElement(Script el, List existingErrors, boolean fullCheck)
    
public  voidvalidateElement(SimulationInformation el, List existingErrors, boolean fullCheck)
    
public  voidvalidateElement(Split el, List existingErrors, boolean fullCheck)
    
public  voidvalidateElement(StartFinishModes el, List existingErrors, boolean fullCheck)
    
public  voidvalidateElement(StartMode el, List existingErrors, boolean fullCheck)
    
public  voidvalidateElement(SubFlow el, List existingErrors, boolean fullCheck)
    
public  voidvalidateElement(TimeEstimation el, List existingErrors, boolean fullCheck)
    
public  voidvalidateElement(Tool el, List existingErrors, boolean fullCheck)
    
public  voidvalidateElement(Tools el, List existingErrors, boolean fullCheck)
    
public  voidvalidateElement(Transition el, List existingErrors, boolean fullCheck)
    
public  voidvalidateElement(TransitionRef el, List existingErrors, boolean fullCheck)
    
public  voidvalidateElement(TransitionRefs el, List existingErrors, boolean fullCheck)
    
public  voidvalidateElement(TransitionRestriction el, List existingErrors, boolean fullCheck)
    
public  voidvalidateElement(TransitionRestrictions el, List existingErrors, boolean fullCheck)
    
public  voidvalidateElement(Transitions el, List existingErrors, boolean fullCheck)
    
public  voidvalidateElement(TypeDeclaration el, List existingErrors, boolean fullCheck)
    
public  voidvalidateElement(TypeDeclarations el, List existingErrors, boolean fullCheck)
    
public  voidvalidateElement(UnionType el, List existingErrors, boolean fullCheck)
    
public  voidvalidateElement(ValidFrom el, List existingErrors, boolean fullCheck)
    
public  voidvalidateElement(ValidTo el, List existingErrors, boolean fullCheck)
    
public  voidvalidateElement(Vendor el, List existingErrors, boolean fullCheck)
    
public  voidvalidateElement(Version el, List existingErrors, boolean fullCheck)
    
public  voidvalidateElement(WaitingTime el, List existingErrors, boolean fullCheck)
    
public  voidvalidateElement(WorkflowProcess el, List existingErrors, boolean fullCheck)
    
public  voidvalidateElement(WorkflowProcesses el, List existingErrors, boolean fullCheck)
    
public  voidvalidateElement(WorkingTime el, List existingErrors, boolean fullCheck)
    
public  voidvalidateElement(XPDLVersion el, List existingErrors, boolean fullCheck)
    
protected  voidvalidateStandard(XMLElement el, List existingErrors, boolean fullCheck)
    

Field Detail
ALLOW_UNDEFINED_END
final public static String ALLOW_UNDEFINED_END(Code)



ALLOW_UNDEFINED_START
final public static String ALLOW_UNDEFINED_START(Code)



CHECK_EXTERNAL_PACKAGES
final public static String CHECK_EXTERNAL_PACKAGES(Code)



CURRENT_XPDL_VERSION
final protected static String CURRENT_XPDL_VERSION(Code)



ENCODING
final public static String ENCODING(Code)



GET_EXISTING_SCHEMA_VALIDATION_ERRORS
final public static String GET_EXISTING_SCHEMA_VALIDATION_ERRORS(Code)



LOCALE
final public static String LOCALE(Code)



VALIDATE_ACTUAL_PARAMETER_EXPRESSIONS
final public static String VALIDATE_ACTUAL_PARAMETER_EXPRESSIONS(Code)



VALIDATE_CONDITION_BY_TYPE
final public static String VALIDATE_CONDITION_BY_TYPE(Code)



VALIDATE_CONDITION_EXPRESSIONS
final public static String VALIDATE_CONDITION_EXPRESSIONS(Code)



VALIDATE_DEADLINE_EXPRESSIONS
final public static String VALIDATE_DEADLINE_EXPRESSIONS(Code)



VALIDATE_PERFORMER_EXPRESSIONS
final public static String VALIDATE_PERFORMER_EXPRESSIONS(Code)



VALIDATE_SUBFLOW_REFERENCES
final public static String VALIDATE_SUBFLOW_REFERENCES(Code)



VALIDATE_UNUSED_VARIABLES
final public static String VALIDATE_UNUSED_VARIABLES(Code)



epsValidationErrors
protected Map epsValidationErrors(Code)



properties
protected Properties properties(Code)



schemaValidationErrors
protected Map schemaValidationErrors(Code)



settings
protected Properties settings(Code)



xmlInterface
protected XMLInterface xmlInterface(Code)




Constructor Detail
StandardPackageValidator
public StandardPackageValidator()(Code)



StandardPackageValidator
public StandardPackageValidator(Properties settings)(Code)




Method Detail
checkANDSplit
protected boolean checkANDSplit(Activity act)(Code)



checkActivityConnection
protected boolean checkActivityConnection(Activity act, List existingErrors, boolean fullCheck)(Code)
Checks if given activity is well connected. String describing the error, or empty string if there is no connection errorfor giving activity.



checkActivityId
protected boolean checkActivityId(Activity newEl)(Code)



checkBlockId
protected void checkBlockId(XMLAttribute bId, List existingErrors)(Code)



checkDeclaredTypeId
protected void checkDeclaredTypeId(XMLAttribute dtId, List existingErrors)(Code)



checkExternalPackages
protected void checkExternalPackages(Package pkg, List existingErrors, boolean fullCheck)(Code)



checkGraphConformanceForWpOrAs
protected boolean checkGraphConformanceForWpOrAs(XMLCollectionElement wpOrAs, List existingErrors, boolean fullCheck)(Code)
Checks if graph conforms to the given conformance class. true if graph is conformant, false otherwise



checkGraphConnectionsForWpOrAs
protected boolean checkGraphConnectionsForWpOrAs(XMLCollectionElement wpOrAs, List existingErrors, boolean fullCheck)(Code)



checkMultipleOtherwiseOrDefaultExceptionTransitions
protected void checkMultipleOtherwiseOrDefaultExceptionTransitions(Activity act, Set outTrans, List existingErrors, boolean fullCheck)(Code)



checkParameterMatching
protected static void checkParameterMatching(FormalParameters fps, ActualParameters aps, List existingErrors, boolean checkExpression, boolean fullCheck)(Code)



checkSubFlowId
protected boolean checkSubFlowId(XMLAttribute sbflwId, List existingErrors, boolean fullCheck)(Code)



checkToolId
protected boolean checkToolId(XMLAttribute tlId, List existingErrors, boolean fullCheck)(Code)



checkTransitionFrom
protected void checkTransitionFrom(XMLAttribute from, List existingErrors)(Code)



checkTransitionId
protected boolean checkTransitionId(Transition newEl)(Code)



checkTransitionRefId
protected void checkTransitionRefId(XMLAttribute trfId, List existingErrors, boolean fullCheck)(Code)



checkTransitionTo
protected void checkTransitionTo(XMLAttribute to, List existingErrors)(Code)



checkXORSplit
protected boolean checkXORSplit(Activity act)(Code)



clearCache
public void clearCache(Package pkg)(Code)



clearCache
public void clearCache()(Code)



containsTransitionWithId
protected boolean containsTransitionWithId(Set trans, String id)(Code)



createIncidenceMatrix
protected boolean[][] createIncidenceMatrix(Activities activities)(Code)



createValidatorInstance
protected StandardPackageValidator createValidatorInstance()(Code)



getExtPkgValidationErrors
public Map getExtPkgValidationErrors()(Code)



getNoOfANDSplitsOrJoins
protected int getNoOfANDSplitsOrJoins(Set acts, int sOrJ)(Code)
Returns the number of activities in the given set that have split or join, depending on second parameter.
Parameters:
  acts - The set of activities that are searched for split or join
Parameters:
  sOrJ - 0 -> searching for split, otherwise, searching for join



getNoOfReferences
protected int getNoOfReferences(Class parentCls, XMLComplexElement parent, Class elCls, XMLElement el)(Code)



hasAnyPostcondition
protected boolean hasAnyPostcondition(Activity act)(Code)



hasErrors
public boolean hasErrors(List l)(Code)



init
public void init(XMLInterface pXmlInterface, Package pPkg, boolean pGetExistingSchemaValidationErrors, String pEncoding, String pLocale)(Code)



init
public void init(Properties props)(Code)



init
public void init(Properties pProps, XMLInterface pXmlInterface)(Code)



isEmpty
public static boolean isEmpty(String str)(Code)



isIdUnique
protected boolean isIdUnique(XMLCollectionElement newEl)(Code)



isIdValid
protected boolean isIdValid(String id)(Code)



isRemoteSubflowIdOK
protected boolean isRemoteSubflowIdOK(String subflowId)(Code)



main
public static void main(String[] args)(Code)



prepareMessageString
public String prepareMessageString(String msg)(Code)



printIM
public static void printIM(boolean[][] im, java.util.List acts)(Code)
Used for debug only



printIM2
public static void printIM2(boolean[][] im, java.util.List acts)(Code)
Used for debug only



reCheckExternalPackage
public List reCheckExternalPackage(Package p)(Code)



validateAgainstXPDLSchema
protected void validateAgainstXPDLSchema(Package pkg, List existingErrors, boolean fullCheck)(Code)



validateElement
public void validateElement(XMLElement el, List existingErrors, boolean fullCheck)(Code)



validateElement
public void validateElement(XMLAttribute el, List existingErrors, boolean fullCheck)(Code)



validateElement
public void validateElement(XMLComplexChoice el, List existingErrors, boolean fullCheck)(Code)



validateElement
public void validateElement(XMLEmptyChoiceElement el, List existingErrors, boolean fullCheck)(Code)



validateElement
public void validateElement(XMLCollection el, List existingErrors, boolean fullCheck)(Code)



validateElement
public void validateElement(XMLCollectionElement el, List existingErrors, boolean fullCheck)(Code)



validateElement
public void validateElement(XMLComplexElement el, List existingErrors, boolean fullCheck)(Code)



validateElement
public void validateElement(XMLSimpleElement el, List existingErrors, boolean fullCheck)(Code)



validateElement
public void validateElement(Activities el, List existingErrors, boolean fullCheck)(Code)



validateElement
public void validateElement(Activity el, List existingErrors, boolean fullCheck)(Code)



validateElement
public void validateElement(ActivitySet el, List existingErrors, boolean fullCheck)(Code)



validateElement
public void validateElement(ActivitySets el, List existingErrors, boolean fullCheck)(Code)



validateElement
public void validateElement(ActivityTypes el, List existingErrors, boolean fullCheck)(Code)



validateElement
public void validateElement(ActualParameter el, List existingErrors, boolean fullCheck)(Code)



validateElement
public void validateElement(ActualParameters el, List existingErrors, boolean fullCheck)(Code)



validateElement
public void validateElement(Application el, List existingErrors, boolean fullCheck)(Code)



validateElement
public void validateElement(Applications el, List existingErrors, boolean fullCheck)(Code)



validateElement
public void validateElement(ApplicationTypes el, List existingErrors, boolean fullCheck)(Code)



validateElement
public void validateElement(ArrayType el, List existingErrors, boolean fullCheck)(Code)



validateElement
public void validateElement(Author el, List existingErrors, boolean fullCheck)(Code)



validateElement
public void validateElement(Automatic el, List existingErrors, boolean fullCheck)(Code)



validateElement
public void validateElement(BasicType el, List existingErrors, boolean fullCheck)(Code)



validateElement
public void validateElement(BlockActivity el, List existingErrors, boolean fullCheck)(Code)



validateElement
public void validateElement(Codepage el, List existingErrors, boolean fullCheck)(Code)



validateElement
public void validateElement(Condition el, List existingErrors, boolean fullCheck)(Code)



validateElement
public void validateElement(ConformanceClass el, List existingErrors, boolean fullCheck)(Code)



validateElement
public void validateElement(Cost el, List existingErrors, boolean fullCheck)(Code)



validateElement
public void validateElement(CostUnit el, List existingErrors, boolean fullCheck)(Code)



validateElement
public void validateElement(Countrykey el, List existingErrors, boolean fullCheck)(Code)



validateElement
public void validateElement(Created el, List existingErrors, boolean fullCheck)(Code)



validateElement
public void validateElement(DataField el, List existingErrors, boolean fullCheck)(Code)



validateElement
public void validateElement(DataFields el, List existingErrors, boolean fullCheck)(Code)



validateElement
public void validateElement(DataType el, List existingErrors, boolean fullCheck)(Code)



validateElement
public void validateElement(DataTypes el, List existingErrors, boolean fullCheck)(Code)



validateElement
public void validateElement(Deadline el, List existingErrors, boolean fullCheck)(Code)



validateElement
public void validateElement(DeadlineCondition el, List existingErrors, boolean fullCheck)(Code)



validateElement
public void validateElement(Deadlines el, List existingErrors, boolean fullCheck)(Code)



validateElement
public void validateElement(DeclaredType el, List existingErrors, boolean fullCheck)(Code)



validateElement
public void validateElement(Description el, List existingErrors, boolean fullCheck)(Code)



validateElement
public void validateElement(Documentation el, List existingErrors, boolean fullCheck)(Code)



validateElement
public void validateElement(Duration el, List existingErrors, boolean fullCheck)(Code)



validateElement
public void validateElement(EnumerationType el, List existingErrors, boolean fullCheck)(Code)



validateElement
public void validateElement(EnumerationValue el, List existingErrors, boolean fullCheck)(Code)



validateElement
public void validateElement(ExceptionName el, List existingErrors, boolean fullCheck)(Code)



validateElement
public void validateElement(ExtendedAttribute el, List existingErrors, boolean fullCheck)(Code)



validateElement
public void validateElement(ExtendedAttributes el, List existingErrors, boolean fullCheck)(Code)



validateElement
public void validateElement(ExternalPackage el, List existingErrors, boolean fullCheck)(Code)



validateElement
public void validateElement(ExternalPackages el, List existingErrors, boolean fullCheck)(Code)



validateElement
public void validateElement(ExternalReference el, List existingErrors, boolean fullCheck)(Code)



validateElement
public void validateElement(FinishMode el, List existingErrors, boolean fullCheck)(Code)



validateElement
public void validateElement(FormalParameter el, List existingErrors, boolean fullCheck)(Code)



validateElement
public void validateElement(FormalParameters el, List existingErrors, boolean fullCheck)(Code)



validateElement
public void validateElement(Icon el, List existingErrors, boolean fullCheck)(Code)



validateElement
public void validateElement(Implementation el, List existingErrors, boolean fullCheck)(Code)



validateElement
public void validateElement(ImplementationTypes el, List existingErrors, boolean fullCheck)(Code)



validateElement
public void validateElement(InitialValue el, List existingErrors, boolean fullCheck)(Code)



validateElement
public void validateElement(Join el, List existingErrors, boolean fullCheck)(Code)



validateElement
public void validateElement(Length el, List existingErrors, boolean fullCheck)(Code)



validateElement
public void validateElement(Limit el, List existingErrors, boolean fullCheck)(Code)



validateElement
public void validateElement(ListType el, List existingErrors, boolean fullCheck)(Code)



validateElement
public void validateElement(Manual el, List existingErrors, boolean fullCheck)(Code)



validateElement
public void validateElement(Member el, List existingErrors, boolean fullCheck)(Code)



validateElement
public void validateElement(Namespace el, List existingErrors, boolean fullCheck)(Code)



validateElement
public void validateElement(Namespaces el, List existingErrors, boolean fullCheck)(Code)



validateElement
public void validateElement(No el, List existingErrors, boolean fullCheck)(Code)



validateElement
public void validateElement(org.enhydra.shark.xpdl.elements.Package el, List existingErrors, boolean fullCheck)(Code)



validateElement
public void validateElement(PackageHeader el, List existingErrors, boolean fullCheck)(Code)



validateElement
public void validateElement(Participant el, List existingErrors, boolean fullCheck)(Code)



validateElement
public void validateElement(Participants el, List existingErrors, boolean fullCheck)(Code)



validateElement
public void validateElement(ParticipantType el, List existingErrors, boolean fullCheck)(Code)



validateElement
public void validateElement(Performer el, List existingErrors, boolean fullCheck)(Code)



validateElement
public void validateElement(Priority el, List existingErrors, boolean fullCheck)(Code)



validateElement
public void validateElement(PriorityUnit el, List existingErrors, boolean fullCheck)(Code)



validateElement
public void validateElement(ProcessHeader el, List existingErrors, boolean fullCheck)(Code)



validateElement
public void validateElement(RecordType el, List existingErrors, boolean fullCheck)(Code)



validateElement
public void validateElement(RedefinableHeader el, List existingErrors, boolean fullCheck)(Code)



validateElement
public void validateElement(Responsible el, List existingErrors, boolean fullCheck)(Code)



validateElement
public void validateElement(Responsibles el, List existingErrors, boolean fullCheck)(Code)



validateElement
public void validateElement(Route el, List existingErrors, boolean fullCheck)(Code)



validateElement
public void validateElement(SchemaType el, List existingErrors, boolean fullCheck)(Code)



validateElement
public void validateElement(Script el, List existingErrors, boolean fullCheck)(Code)



validateElement
public void validateElement(SimulationInformation el, List existingErrors, boolean fullCheck)(Code)



validateElement
public void validateElement(Split el, List existingErrors, boolean fullCheck)(Code)



validateElement
public void validateElement(StartFinishModes el, List existingErrors, boolean fullCheck)(Code)



validateElement
public void validateElement(StartMode el, List existingErrors, boolean fullCheck)(Code)



validateElement
public void validateElement(SubFlow el, List existingErrors, boolean fullCheck)(Code)



validateElement
public void validateElement(TimeEstimation el, List existingErrors, boolean fullCheck)(Code)



validateElement
public void validateElement(Tool el, List existingErrors, boolean fullCheck)(Code)



validateElement
public void validateElement(Tools el, List existingErrors, boolean fullCheck)(Code)



validateElement
public void validateElement(Transition el, List existingErrors, boolean fullCheck)(Code)



validateElement
public void validateElement(TransitionRef el, List existingErrors, boolean fullCheck)(Code)



validateElement
public void validateElement(TransitionRefs el, List existingErrors, boolean fullCheck)(Code)



validateElement
public void validateElement(TransitionRestriction el, List existingErrors, boolean fullCheck)(Code)



validateElement
public void validateElement(TransitionRestrictions el, List existingErrors, boolean fullCheck)(Code)



validateElement
public void validateElement(Transitions el, List existingErrors, boolean fullCheck)(Code)



validateElement
public void validateElement(TypeDeclaration el, List existingErrors, boolean fullCheck)(Code)



validateElement
public void validateElement(TypeDeclarations el, List existingErrors, boolean fullCheck)(Code)



validateElement
public void validateElement(UnionType el, List existingErrors, boolean fullCheck)(Code)



validateElement
public void validateElement(ValidFrom el, List existingErrors, boolean fullCheck)(Code)



validateElement
public void validateElement(ValidTo el, List existingErrors, boolean fullCheck)(Code)



validateElement
public void validateElement(Vendor el, List existingErrors, boolean fullCheck)(Code)



validateElement
public void validateElement(Version el, List existingErrors, boolean fullCheck)(Code)



validateElement
public void validateElement(WaitingTime el, List existingErrors, boolean fullCheck)(Code)



validateElement
public void validateElement(WorkflowProcess el, List existingErrors, boolean fullCheck)(Code)



validateElement
public void validateElement(WorkflowProcesses el, List existingErrors, boolean fullCheck)(Code)



validateElement
public void validateElement(WorkingTime el, List existingErrors, boolean fullCheck)(Code)



validateElement
public void validateElement(XPDLVersion el, List existingErrors, boolean fullCheck)(Code)



validateStandard
protected void validateStandard(XMLElement el, List existingErrors, boolean fullCheck)(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.