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


org.wfmc.wapi2.WAPI2

WAPI2
public interface WAPI2 extends WAPI(Code)
Additional functions described in WfMC-TC-1009 Version 2.0e (Beta).
author:
   Adrian Price




Method Summary
 voidaddEntityAttributeValue(WMEntity entityHandle, String attributeName, int attributeType, String attributeValue)
     Not yet implemented - do not call.
 voidaddProcessDataAttribute(String procModelId, String procDataId, String attributeName, int attributeType, int attributeLength, String attributeValue)
     Not yet implemented - do not call.
 WMEntityaddTransition(String procModelId, String sourceActDefId, String targetActDefId)
     Not yet implemented - do not call.
 voidassignEntityAttributeValue(WMEntity entityHandle, String attributeName, int attributeType, String attributeValue)
     Not yet implemented - do not call.
 voidclearEntityAttributeList(WMEntity entityHandle, String attributeName)
     Not yet implemented - do not call.
 voidcloseProcessDefinition(WMEntity procModelHandle)
     Not yet implemented - do not call.
 voidcloseWorkflowDefinition(WMEntity workflowDefinitionHandle)
     Not yet implemented - do not call.
 WMEntitycreateEntity(WMEntity scopingEntity, String entityClass, String entityName)
     Not yet implemented - do not call.
 StringcreatePackage()
     Not yet implemented - do not call.
 voiddeleteEntity(WMEntity scopingEntity, String entityId)
     Not yet implemented - do not call.
 voiddeleteProcessDefinition(String processDefinitionId)
     Not yet implemented - do not call.
 WMAttributegetEntityAttributeValue(WMEntity scopingEntity, WMEntity entityHandle, String attributeName)
     Not yet implemented - do not call.
 booleanisActivityAdminProfileSupported()
    
 booleanisActivityControlStatusProfileSupported()
    
 booleanisAuditRecordProfileSupported()
    
 booleanisEntityHandlerProfileSupported()
    
 booleanisProcessAdminProfileSupported()
    
 booleanisProcessControlStatusProfileSupported()
    
 booleanisProcessDefinitionProfileSupported()
    
 booleanisToolAgentProfileSupported()
    
 booleanisWorkListHandlerProfileSupported()
    
 WMEntityIteratorlistEntities(WMEntity scopingEntity, WMFilter filter, boolean countFlag)
     Not yet implemented - do not call.
 WMAttributeIteratorlistEntityAttributeValues(WMEntity scopingEntity, String entityHandle, String attributeName)
     Not yet implemented - do not call.
 WMAttributeIteratorlistEntityAttributes(WMEntity scopingEntity, String entityId, WMFilter filter, boolean countFlag)
     Not yet implemented - do not call.
 WMEntityopenProcessDefinition(String procDefId)
     Not yet implemented - do not call.
 WMEntityopenWorkflowDefinition(String name, String scope)
     Not yet implemented - do not call.
 voidremoveProcessDataAttribute(String procModelId, String procDataId, String attributeName)
     Not yet implemented - do not call.



Method Detail
addEntityAttributeValue
void addEntityAttributeValue(WMEntity entityHandle, String attributeName, int attributeType, String attributeValue) throws WMWorkflowException(Code)
Not yet implemented - do not call. This is one of the online Process Definition Profile methods.
Parameters:
  entityHandle -
Parameters:
  attributeName -
Parameters:
  attributeType -
Parameters:
  attributeValue -
throws:
  WMWorkflowException -



addProcessDataAttribute
void addProcessDataAttribute(String procModelId, String procDataId, String attributeName, int attributeType, int attributeLength, String attributeValue) throws WMWorkflowException(Code)
Not yet implemented - do not call. This is one of the online Process Definition Profile methods.
Parameters:
  procModelId -
Parameters:
  procDataId -
Parameters:
  attributeName -
Parameters:
  attributeType -
Parameters:
  attributeLength -
Parameters:
  attributeValue -
throws:
  WMWorkflowException -



addTransition
WMEntity addTransition(String procModelId, String sourceActDefId, String targetActDefId) throws WMWorkflowException(Code)
Not yet implemented - do not call. This is one of the online Process Definition Profile methods.
Parameters:
  procModelId -
Parameters:
  sourceActDefId -
Parameters:
  targetActDefId - The transition entity.
throws:
  WMWorkflowException -



assignEntityAttributeValue
void assignEntityAttributeValue(WMEntity entityHandle, String attributeName, int attributeType, String attributeValue) throws WMWorkflowException(Code)
Not yet implemented - do not call. This is one of the online Process Definition Profile methods.
Parameters:
  entityHandle -
Parameters:
  attributeName -
Parameters:
  attributeType -
Parameters:
  attributeValue -
throws:
  WMWorkflowException -



clearEntityAttributeList
void clearEntityAttributeList(WMEntity entityHandle, String attributeName) throws WMWorkflowException(Code)
Not yet implemented - do not call. This is one of the online Process Definition Profile methods.
Parameters:
  entityHandle -
Parameters:
  attributeName -
throws:
  WMWorkflowException -



closeProcessDefinition
void closeProcessDefinition(WMEntity procModelHandle) throws WMWorkflowException(Code)
Not yet implemented - do not call. This is one of the online Process Definition Profile methods.
Parameters:
  procModelHandle -
throws:
  WMWorkflowException -



closeWorkflowDefinition
void closeWorkflowDefinition(WMEntity workflowDefinitionHandle) throws WMWorkflowException(Code)
Not yet implemented - do not call. This is one of the online Process Definition Profile methods.
Parameters:
  workflowDefinitionHandle -
throws:
  WMWorkflowException -



createEntity
WMEntity createEntity(WMEntity scopingEntity, String entityClass, String entityName) throws WMWorkflowException(Code)
Not yet implemented - do not call. This is one of the online Process Definition Profile methods.
Parameters:
  scopingEntity -
Parameters:
  entityClass -
Parameters:
  entityName - The workflow entity.
throws:
  WMWorkflowException -



createPackage
String createPackage() throws WMWorkflowException(Code)
Not yet implemented - do not call. This is one of the online Process Definition Profile methods. The package Id.
throws:
  WMWorkflowException -



deleteEntity
void deleteEntity(WMEntity scopingEntity, String entityId) throws WMWorkflowException(Code)
Not yet implemented - do not call. This is one of the online Process Definition Profile methods.
Parameters:
  scopingEntity -
Parameters:
  entityId -
throws:
  WMWorkflowException -



deleteProcessDefinition
void deleteProcessDefinition(String processDefinitionId) throws WMWorkflowException(Code)
Not yet implemented - do not call. This is one of the online Process Definition Profile methods.
Parameters:
  processDefinitionId -
throws:
  WMWorkflowException -



getEntityAttributeValue
WMAttribute getEntityAttributeValue(WMEntity scopingEntity, WMEntity entityHandle, String attributeName) throws WMWorkflowException(Code)
Not yet implemented - do not call. This is one of the online Process Definition Profile methods.
Parameters:
  scopingEntity -
Parameters:
  entityHandle -
Parameters:
  attributeName - The entity attribute value.
throws:
  WMWorkflowException -



isActivityAdminProfileSupported
boolean isActivityAdminProfileSupported()(Code)



isActivityControlStatusProfileSupported
boolean isActivityControlStatusProfileSupported()(Code)



isAuditRecordProfileSupported
boolean isAuditRecordProfileSupported()(Code)



isEntityHandlerProfileSupported
boolean isEntityHandlerProfileSupported()(Code)



isProcessAdminProfileSupported
boolean isProcessAdminProfileSupported()(Code)



isProcessControlStatusProfileSupported
boolean isProcessControlStatusProfileSupported()(Code)



isProcessDefinitionProfileSupported
boolean isProcessDefinitionProfileSupported()(Code)



isToolAgentProfileSupported
boolean isToolAgentProfileSupported()(Code)



isWorkListHandlerProfileSupported
boolean isWorkListHandlerProfileSupported()(Code)



listEntities
WMEntityIterator listEntities(WMEntity scopingEntity, WMFilter filter, boolean countFlag) throws WMWorkflowException(Code)
Not yet implemented - do not call. This is one of the online Process Definition Profile methods.
Parameters:
  scopingEntity -
Parameters:
  filter -
Parameters:
  countFlag - An iterator for retrieving the selected entities.
throws:
  WMWorkflowException -



listEntityAttributeValues
WMAttributeIterator listEntityAttributeValues(WMEntity scopingEntity, String entityHandle, String attributeName) throws WMWorkflowException(Code)
Not yet implemented - do not call. This is one of the online Process Definition Profile methods.
Parameters:
  scopingEntity -
Parameters:
  entityHandle -
Parameters:
  attributeName - An iterator for retrieving the selected entity attribute values.
throws:
  WMWorkflowException -



listEntityAttributes
WMAttributeIterator listEntityAttributes(WMEntity scopingEntity, String entityId, WMFilter filter, boolean countFlag) throws WMWorkflowException(Code)
Not yet implemented - do not call. This is one of the online Process Definition Profile methods.
Parameters:
  scopingEntity -
Parameters:
  entityId -
Parameters:
  filter -
Parameters:
  countFlag - An iterator for retrieving the selected entity attributes.
throws:
  WMWorkflowException -



openProcessDefinition
WMEntity openProcessDefinition(String procDefId) throws WMWorkflowException(Code)
Not yet implemented - do not call. This is one of the online Process Definition Profile methods.
Parameters:
  procDefId - The process definition entity.
throws:
  WMWorkflowException -



openWorkflowDefinition
WMEntity openWorkflowDefinition(String name, String scope) throws WMWorkflowException(Code)
Not yet implemented - do not call. This is one of the online Process Definition Profile methods.
Parameters:
  name -
Parameters:
  scope - The workflow definition entity.
throws:
  WMWorkflowException -



removeProcessDataAttribute
void removeProcessDataAttribute(String procModelId, String procDataId, String attributeName) throws WMWorkflowException(Code)
Not yet implemented - do not call. This is one of the online Process Definition Profile methods.
Parameters:
  procModelId -
Parameters:
  procDataId -
Parameters:
  attributeName -
throws:
  WMWorkflowException -



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