Java Doc for PackageValidatorMessages.java in  » Workflow-Engines » obe-1.0 » org » obe » client » api » 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 » obe 1.0 » org.obe.client.api.xpdl 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


org.obe.client.api.xpdl.PackageValidatorMessages

All known Subclasses:   org.obe.client.api.xpdl.PackageValidator,
PackageValidatorMessages
public interface PackageValidatorMessages (Code)
Provides error codes for package validator messages.
author:
   Adrian Price


Field Summary
 intACTIVITY_BODY_MISSING
     Message: Activity[{0}]: must include only one of: Route, Implementation, or BlockActivity.
 intCOUNT_INCORRECT
     Message: {0}: Property {1} count incorrect: expected <{2}>, actual <{3}>.
 intDATATYPE_NOT_FOUND
    
 intEVENT_TRANSITION_MISMATCH
     Message: Transition[{0}]: OBE event transitions cannot be used in conjunction with an XPDL transition type {1}.
 intEXCEPTION_NOT_HANDLED
     Message: Activity[{0}]: ExceptionName[{1}] is not handled by any efferent (outbound) transition.
 intEXIT_ACTIVITY_REQUIRED
     Message: {0}: must have at least one exit activity (one with no efferent (outbound) transitions).
 intID_ALREADY_DEFINED
     Message: {0} is already defined.
 intID_MUST_BE_SPECIFIED
     Message: {0}: Id must be specified.
 intINCOMPATIBLE_TRANSITION
     Message: Activity[{0}]: is incompatible with Transition[{1}]/ExtendedAttribute[Execution].
 intINVALID_FROM_TO_DATES
     Message: Invalid ValidFrom/ValidTo specification: {0,date}/{1,date}.
 intINVALID_NMTOKEN
     Message: <{0}> is not a valid XPDL identifier (NMTOKEN).
 intINVALID_SCRIPT
     Message: Script[{0}] is not a valid script declaration.
 intINVALID_TRANSITION_REF
     Message: Activity[{0}]: a TransitionRef references non-efferent (non-outbound) Transition[{1}].
 intINVALID_TYPE_DECL
     Message: {0} is not a valid type declaration: a type is required.
 intJOIN_REQUIRED
     Message: Activity[{0}] has {1} afferent (inbound) transitions, and therefore requires a Join.
 intMAX_ONE_SYNC_DEADLINE
     Message: Activity[{0}]: activities can only contain one synchronous deadline.
 intOTHERWISE_ALREADY_DEFINED
     Message: Activity[{0}]: an OTHERWISE transition has already been defined.
 intOTHERWISE_REQUIRED
     Message: Activity[{0}] is in a FULL_BLOCKED WorkflowProcess and has an XOR-Split, and therefore requires an OTHERWISE or unconditional transition.
 intPROPERTY_MISSING
     Message: {0}: Property {1} must be specified.
 intPROPERTY_VALUE_TOO_LOW
     Message: {0}: Property {1} value must be at least <{2}>.
 intROUTE_CANNOT_HAVE_PERFORMER
     Message: Activity[{0}]: a Route cannot have a Performer.
 intSPLIT_MISSING_REFERENCES
     Message: Activity[{0}]: the Split does not reference any transitions.
 intSPLIT_REQUIRED
     Message: Activity[{0}] has {1} regular efferent (outbound) transitions, and therefore requires a Split.
 intSTART_ACTIVITY_REQUIRED
     Message: {0}: must have at least one start activity (one with no afferent (inbound) transitions).
 intTRANSITION_FROM_ACTIVITY_UNDEFINED
     Message: Transition [{0}] references an undefined 'from' Activity[{1}].
 intTRANSITION_REF_MISSING
     Message: Activity[{0}]: the Split does not reference Transition[{1}].
 intTRANSITION_RESTRICTIONS_ONLY_ONE_JOIN
     Message: Activity[{0}]: TransitionRestrictions can only contain one Join.
 intTRANSITION_RESTRICTIONS_ONLY_ONE_SPLIT
     Message: Activity[{0}]: TransitionRestrictions can only contain one Split in OBE (XPDL permits more, but does not define the semantics).
 intTRANSITION_TO_ACTIVITY_UNDEFINED
     Message: Transition [{0}] references an undefined 'to' Activity[{1}].
 intUNDEFINED_ACTIVITY_SET
     Message: {0}: the BlockActivity references an undefined ActivitySet[{1}].
 intUNDEFINED_REFERENCE
     Message: {0} references an undefined {1}[{2}].
 intUNDEFINED_SUBPROCESS
     Message: Activity[{0}]: the SubFlow references an undefined WorkflowProcess[{1}].
 intUNSUPPORTED_CODEPAGE
     Message: Unsupported codepage: {0}.
 intUNSUPPORTED_COUNTRY
     Message: Unsupported country: {0}.
 intUNSUPPORTED_TYPE_CONVERSION
     Message: Unsupported type conversion: from <${0}> to <${1}>.



Field Detail
ACTIVITY_BODY_MISSING
int ACTIVITY_BODY_MISSING(Code)
Message: Activity[{0}]: must include only one of: Route, Implementation, or BlockActivity.



COUNT_INCORRECT
int COUNT_INCORRECT(Code)
Message: {0}: Property {1} count incorrect: expected <{2}>, actual <{3}>.



DATATYPE_NOT_FOUND
int DATATYPE_NOT_FOUND(Code)
Message: Unable to determine DataType for ActualParameter[{0}]: {1}



EVENT_TRANSITION_MISMATCH
int EVENT_TRANSITION_MISMATCH(Code)
Message: Transition[{0}]: OBE event transitions cannot be used in conjunction with an XPDL transition type {1}.



EXCEPTION_NOT_HANDLED
int EXCEPTION_NOT_HANDLED(Code)
Message: Activity[{0}]: ExceptionName[{1}] is not handled by any efferent (outbound) transition.



EXIT_ACTIVITY_REQUIRED
int EXIT_ACTIVITY_REQUIRED(Code)
Message: {0}: must have at least one exit activity (one with no efferent (outbound) transitions).



ID_ALREADY_DEFINED
int ID_ALREADY_DEFINED(Code)
Message: {0} is already defined. Remove the duplicate entity or assign it a unique ID.



ID_MUST_BE_SPECIFIED
int ID_MUST_BE_SPECIFIED(Code)
Message: {0}: Id must be specified.



INCOMPATIBLE_TRANSITION
int INCOMPATIBLE_TRANSITION(Code)
Message: Activity[{0}]: is incompatible with Transition[{1}]/ExtendedAttribute[Execution].



INVALID_FROM_TO_DATES
int INVALID_FROM_TO_DATES(Code)
Message: Invalid ValidFrom/ValidTo specification: {0,date}/{1,date}. \ ValidFrom must pre-date ValidTo.



INVALID_NMTOKEN
int INVALID_NMTOKEN(Code)
Message: <{0}> is not a valid XPDL identifier (NMTOKEN).



INVALID_SCRIPT
int INVALID_SCRIPT(Code)
Message: Script[{0}] is not a valid script declaration. Script type is an extended MIME Media Type and must start with "text/xml/x-" or "text/x-".



INVALID_TRANSITION_REF
int INVALID_TRANSITION_REF(Code)
Message: Activity[{0}]: a TransitionRef references non-efferent (non-outbound) Transition[{1}].



INVALID_TYPE_DECL
int INVALID_TYPE_DECL(Code)
Message: {0} is not a valid type declaration: a type is required.



JOIN_REQUIRED
int JOIN_REQUIRED(Code)
Message: Activity[{0}] has {1} afferent (inbound) transitions, and therefore requires a Join.



MAX_ONE_SYNC_DEADLINE
int MAX_ONE_SYNC_DEADLINE(Code)
Message: Activity[{0}]: activities can only contain one synchronous deadline.



OTHERWISE_ALREADY_DEFINED
int OTHERWISE_ALREADY_DEFINED(Code)
Message: Activity[{0}]: an OTHERWISE transition has already been defined.



OTHERWISE_REQUIRED
int OTHERWISE_REQUIRED(Code)
Message: Activity[{0}] is in a FULL_BLOCKED WorkflowProcess and has an XOR-Split, and therefore requires an OTHERWISE or unconditional transition.



PROPERTY_MISSING
int PROPERTY_MISSING(Code)
Message: {0}: Property {1} must be specified.



PROPERTY_VALUE_TOO_LOW
int PROPERTY_VALUE_TOO_LOW(Code)
Message: {0}: Property {1} value must be at least <{2}>.



ROUTE_CANNOT_HAVE_PERFORMER
int ROUTE_CANNOT_HAVE_PERFORMER(Code)
Message: Activity[{0}]: a Route cannot have a Performer.



SPLIT_MISSING_REFERENCES
int SPLIT_MISSING_REFERENCES(Code)
Message: Activity[{0}]: the Split does not reference any transitions.



SPLIT_REQUIRED
int SPLIT_REQUIRED(Code)
Message: Activity[{0}] has {1} regular efferent (outbound) transitions, and therefore requires a Split.



START_ACTIVITY_REQUIRED
int START_ACTIVITY_REQUIRED(Code)
Message: {0}: must have at least one start activity (one with no afferent (inbound) transitions).



TRANSITION_FROM_ACTIVITY_UNDEFINED
int TRANSITION_FROM_ACTIVITY_UNDEFINED(Code)
Message: Transition [{0}] references an undefined 'from' Activity[{1}].



TRANSITION_REF_MISSING
int TRANSITION_REF_MISSING(Code)
Message: Activity[{0}]: the Split does not reference Transition[{1}].



TRANSITION_RESTRICTIONS_ONLY_ONE_JOIN
int TRANSITION_RESTRICTIONS_ONLY_ONE_JOIN(Code)
Message: Activity[{0}]: TransitionRestrictions can only contain one Join.



TRANSITION_RESTRICTIONS_ONLY_ONE_SPLIT
int TRANSITION_RESTRICTIONS_ONLY_ONE_SPLIT(Code)
Message: Activity[{0}]: TransitionRestrictions can only contain one Split in OBE (XPDL permits more, but does not define the semantics).



TRANSITION_TO_ACTIVITY_UNDEFINED
int TRANSITION_TO_ACTIVITY_UNDEFINED(Code)
Message: Transition [{0}] references an undefined 'to' Activity[{1}].



UNDEFINED_ACTIVITY_SET
int UNDEFINED_ACTIVITY_SET(Code)
Message: {0}: the BlockActivity references an undefined ActivitySet[{1}].



UNDEFINED_REFERENCE
int UNDEFINED_REFERENCE(Code)
Message: {0} references an undefined {1}[{2}].



UNDEFINED_SUBPROCESS
int UNDEFINED_SUBPROCESS(Code)
Message: Activity[{0}]: the SubFlow references an undefined WorkflowProcess[{1}].



UNSUPPORTED_CODEPAGE
int UNSUPPORTED_CODEPAGE(Code)
Message: Unsupported codepage: {0}.



UNSUPPORTED_COUNTRY
int UNSUPPORTED_COUNTRY(Code)
Message: Unsupported country: {0}.



UNSUPPORTED_TYPE_CONVERSION
int UNSUPPORTED_TYPE_CONVERSION(Code)
Message: Unsupported type conversion: from <${0}> to <${1}>.





www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.