org.netbeans.modules.bpel.model.api

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 » IDE Netbeans » bpel » org.netbeans.modules.bpel.model.api 
org.netbeans.modules.bpel.model.api
Java Source File NameTypeComment
AbstractVariableDeclaration.javaInterface
author:
   nk160297
author:
   This interface is common interface for various variable
author:
   declarations.
author:
   It is used for referencing to such variable declaration
author:
   from other entities.
Activity.javaInterface

Java class for tActivity complex type.

ActivityHolder.javaInterface

Java class for tActivityContainer complex type.

AnotherVersionBpelComponent.javaInterface This is common interface for BPEL processes that are not recognized by current impl of BPEL OM.
AnotherVersionBpelProcess.javaInterface This is root component representing BPEL process with version that differ from currently supported.
Assign.javaInterface

Java class for tAssign complex type.

AssignChild.javaInterface This is marker interface.
BaseCorrelation.javaInterface

Java class for tCorrelation complex type.

BaseFaultHandlers.javaInterface

Java class for tFaultHandlers complex type.

BaseScope.javaInterface
BooleanExpr.javaInterface
BpelContainer.javaInterface
BPELElementsBuilder.javaInterface This is factory class for entities creation.
BpelEntity.javaInterface Marker interface.
BpelModel.javaInterface This interface is start point for BPEL model access.
Branches.javaInterface
Catch.javaInterface

Java class for tCatch complex type.

CatchAll.javaInterface
CompensatableActivityHolder.javaInterface An empty extension from bpws:tActivityContainer to denote where the compensate activity is allowed

Java class for tActivityOrCompensateContainer complex type.

Compensate.javaInterface

Java class for tCompensate complex type.

CompensateScope.javaInterface
CompensationHandler.javaInterface

Java class for tCompensationHandler complex type.

CompensationHandlerHolder.javaInterface
CompletionCondition.javaInterface
CompositeActivity.javaInterface
Condition.javaInterface
ConditionHolder.javaInterface
ContentElement.javaInterface
Copy.javaInterface

Java class for tCopy complex type.

Correlation.javaInterface
CorrelationContainer.javaInterface

Java class for tCorrelations complex type.

CorrelationSet.javaInterface

Java class for tCorrelationSet complex type.

CorrelationSetContainer.javaInterface

Java class for tCorrelationSets complex type.

CorrelationsHolder.javaInterface
CreateInstanceActivity.javaInterface
DeadlineExpression.javaInterface
Documentation.javaInterface
DurationExpression.javaInterface
ElementReference.javaInterface
Else.javaInterface
author:
   ads
author:
   This interface represent "else" tag in If container.
author:
   It is needed because "then" tag could be represented as ActivityHolder in the
author:
   same If container.
ElseIf.javaInterface
Empty.javaInterface

Java class for tEmpty complex type.

EventHandlers.javaInterface

Java class for tEventHandlers complex type.

Exit.javaInterface

Java class for tTerminate complex type.

Expression.javaInterface
ExpressionLanguageSpec.javaInterface
ExtendableActivity.javaInterface
ExtensibleAssign.javaInterface
ExtensibleElements.javaInterface This type is extended by other component types to allow elements and attributes from other namespaces to be added.
Extension.javaInterface
ExtensionActivity.javaInterface
ExtensionContainer.javaInterface
ExtensionEntity.javaInterface
FaultHandler.javaInterface An empty extension from bpws:tActivityContainer to denote the fault handler activity (i.e.
FaultHandlers.javaInterface
FaultNameReference.javaInterface
FinalCounterValue.javaInterface
Flow.javaInterface

Java class for tFlow complex type.

For.javaInterface
ForEach.javaInterface
From.javaInterface

The following schema fragment specifies the expected content contained within this class.

FromChild.javaInterface This interfce represent child in From container.
FromHolder.javaInterface
FromPart.javaInterface
author:
   ads
author:
  


author:
   Java class for tFromPart complex type.
author:
  


author:
   The following schema fragment specifies the expected content
author:
   contained within this class.
author:
  


author:
   <complexType name="tFromPart">
author:
   <complexContent>
author:
   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
author:
   <attribute name="part" use="required" type="{http://www.w3.org/2001/XMLSchema}NCName" />
author:
   <attribute name="toVariable" use="required" type="{http://www.w3.org/2001/XMLSchema}NCName" />
author:
   </restriction>
author:
   </complexContent>
author:
   </complexType>
author:
  

author:
   This interface extends VariableDeclaration interface
author:
   only if it child of OnEvent.
FromPartContainer.javaInterface
FromPartsHolder.javaInterface This is holder for fromParts elements.
If.javaInterface
Import.javaInterface
author:
   ads
author:
  


author:
   The <import> element is used within a WS-BPEL process to
author:
   explicitly indicate a dependency on external XML Schema or WSDL
author:
   definitions.

Invoke.javaInterface

Java class for tInvoke complex type.

JoinFailureSuppressor.javaInterface
Link.javaInterface

Java class for tLink complex type.

LinkContainer.javaInterface

Java class for tLinks complex type.

LinkReference.javaInterface
Literal.javaInterface
MessageExchange.javaInterface
MessageExchangeContainer.javaInterface
MessageExchangeReference.javaInterface
MessageTypeReference.javaInterface
NamedElement.javaInterface
NamespaceSpec.javaInterface
OnAlarmEvent.javaInterface
OnAlarmPick.javaInterface
OnEvent.javaInterface
author:
   ads
author:
  


author:
   Java class for tOnEvent complex type.
author:
  


author:
   The following schema fragment specifies the expected content
author:
   contained within this class.
author:
  


author:
   <complexType name="tOnEvent">
author:
   <complexContent>
author:
   <extension base="{http://docs.oasis-open.org/wsbpel/2.0/process/executable}tOnMsgCommon">
author:
   <sequence>
author:
   <element ref="{http://docs.oasis-open.org/wsbpel/2.0/process/executable}scope"/>
author:
   </sequence>
author:
   <attribute name="messageType" use="required" type="{http://www.w3.org/2001/XMLSchema}QName" />
author:
   <attribute name="variable" use="required" type="{http://www.w3.org/2001/XMLSchema}NCName" />
author:
   </extension>
author:
   </complexContent>
author:
   </complexType>
author:
  

author:
   This interface should not extend VariableReference becuase it doesn't
author:
   reference to Variable.
OnMessage.javaInterface

Java class for tOnMessage complex type.

OnMessageCommon.javaInterface
OperationReference.javaInterface It seems "operation" attribute should be String, not QName.
PartnerLink.javaInterface

Java class for tPartnerLink complex type.

PartnerLinkContainer.javaInterface

Java class for tPartnerLinks complex type.

PartnerLinkReference.javaInterface
PartReference.javaInterface
PatternedCorrelation.javaInterface

Java class for tCorrelationWithPattern complex type.

PatternedCorrelationContainer.javaInterface

Java class for tCorrelationsWithPattern complex type.

Pick.javaInterface

Java class for tPick complex type.

PortTypeReference.javaInterface
Process.javaInterface

Java class for tProcess complex type.

PropertyReference.javaInterface
Query.javaInterface
QueryLanguageSpec.javaInterface
Receive.javaInterface

Java class for tReceive complex type.

RepeatEvery.javaInterface
RepeatUntil.javaInterface
Reply.javaInterface

Java class for tReply complex type.

Requester.javaInterface This is just marker interface.
Responder.javaInterface This is just marker interface.
ReThrow.javaInterface
Scope.javaInterface

Java class for tScope complex type.

ScopeHolder.javaInterface
Sequence.javaInterface

Java class for tSequence complex type.

ServiceRef.javaInterface

Java class for ServiceRefType complex type.

The following schema fragment specifies the expected content contained within this class.

 <xsd:element name="service-ref" type="sref:ServiceRefType">
 <xsd:annotation>
 <xsd:documentation>
 This element can be used within a from-spec.
 </xsd:documentation>
 </xsd:annotation>
 </xsd:element>
 <xsd:complexType name="ServiceRefType">
 <xsd:annotation>
 <xsd:documentation>
 This type definition is for service reference container.
 This container is used as envelope to wrap around the actual endpoint reference value,
 when a BPEL process interacts the endpoint reference of a partnerLink.
 It provides pluggability of different versions of service referencing schemes
 being used within a BPEL program.
Source.javaInterface

Java class for tSource complex type.

SourceContainer.javaInterface
StartCounterValue.javaInterface
Target.javaInterface Java class for tTarget complex type.
TargetContainer.javaInterface
TerminationHandler.javaInterface
Throw.javaInterface

Java class for tThrow complex type.

TimeEvent.javaInterface
TimeEventHolder.javaInterface
To.javaInterface

Java class for tTo complex type.

ToPart.javaInterface
ToPartContainer.javaInterface
ToPartsHolder.javaInterface
Validate.javaInterface
Variable.javaInterface

Java class for tVariable complex type.

VariableContainer.javaInterface

Java class for tVariables complex type.

VariableDeclaration.javaInterface
author:
   ads
author:
   This interface is common interface for various variable
author:
   declarations.
author:
   It is used for referencing to such variable declaration
author:
   from other entities.
VariableDeclarationScope.javaInterface
VariableReference.javaInterface
Wait.javaInterface

Java class for tWait complex type.

While.javaInterface

Java class for tWhile complex type.

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