Uses of Interface
com.ebmwebsourcing.easybpel.model.bpel.api.compiler.validation.validator.Validator

Packages that use Validator
com.ebmwebsourcing.easybpel.model.bpel.api   
com.ebmwebsourcing.easybpel.model.bpel.api.activity   
com.ebmwebsourcing.easybpel.model.bpel.api.activity.element.elements4assign   
com.ebmwebsourcing.easybpel.model.bpel.api.activity.element.elements4pick   
com.ebmwebsourcing.easybpel.model.bpel.api.activity.extension   
com.ebmwebsourcing.easybpel.model.bpel.api.compiler.validation.validator   
com.ebmwebsourcing.easybpel.model.bpel.api.containers   
com.ebmwebsourcing.easybpel.model.bpel.api.correlation   
com.ebmwebsourcing.easybpel.model.bpel.api.extension   
com.ebmwebsourcing.easybpel.model.bpel.api.fault   
com.ebmwebsourcing.easybpel.model.bpel.api.partnerLink   
com.ebmwebsourcing.easybpel.model.bpel.api.variable   
com.ebmwebsourcing.easybpel.model.bpel.api.wsdlImports   
 

Uses of Validator in com.ebmwebsourcing.easybpel.model.bpel.api
 

Subinterfaces of Validator in com.ebmwebsourcing.easybpel.model.bpel.api
 interface BPELElement
          This interface represents all BPEL Elements
 interface BPELProcess
           
 

Classes in com.ebmwebsourcing.easybpel.model.bpel.api that implement Validator
 class BPELElementImpl<E>
           
 

Uses of Validator in com.ebmwebsourcing.easybpel.model.bpel.api.activity
 

Subinterfaces of Validator in com.ebmwebsourcing.easybpel.model.bpel.api.activity
 interface Activity
           
 interface Assign
           
 interface Empty
           
 interface Exit
           
 interface Flow
           
 interface ForEach
           
 interface If
           
 interface Invoke
           
 interface Pick
           
 interface Receive
           
 interface RepeatUntil
           
 interface Reply
           
 interface ReThrow
           
 interface Scope
           
 interface Sequence
           
 interface Throw
           
 interface Wait
           
 interface While
           
 

Classes in com.ebmwebsourcing.easybpel.model.bpel.api.activity that implement Validator
 class AbstractActivityImpl<E extends TActivity>
           
 

Uses of Validator in com.ebmwebsourcing.easybpel.model.bpel.api.activity.element.elements4assign
 

Subinterfaces of Validator in com.ebmwebsourcing.easybpel.model.bpel.api.activity.element.elements4assign
 interface Copy
           
 interface From
           
 interface FromAndTo
           
 interface Literal
           
 interface Query
           
 interface To
           
 

Uses of Validator in com.ebmwebsourcing.easybpel.model.bpel.api.activity.element.elements4pick
 

Subinterfaces of Validator in com.ebmwebsourcing.easybpel.model.bpel.api.activity.element.elements4pick
 interface OnAlarm
           
 interface OnMessage
           
 

Uses of Validator in com.ebmwebsourcing.easybpel.model.bpel.api.activity.extension
 

Subinterfaces of Validator in com.ebmwebsourcing.easybpel.model.bpel.api.activity.extension
 interface ExtensionActivity
           
 

Uses of Validator in com.ebmwebsourcing.easybpel.model.bpel.api.compiler.validation.validator
 

Subinterfaces of Validator in com.ebmwebsourcing.easybpel.model.bpel.api.compiler.validation.validator
 interface ActivityValidator<A extends Activity>
           
 interface AssignValidator
           
 interface CatchValidator
           
 interface CopyValidator
           
 interface CorrelationSetValidator
           
 interface CorrelationValidator
           
 interface EmptyValidator
           
 interface ExchangeValidator<A extends Activity>
           
 interface ExitValidator
           
 interface ExtensionActivityValidator
           
 interface ExtensionsValidator
           
 interface ExtensionValidator
           
 interface FaultHandlersValidator
           
 interface FlowValidator
           
 interface ForEachValidator
           
 interface FromValidator
           
 interface IfValidator
           
 interface ImportValidator
           
 interface InvokeValidator
           
 interface LiteralValidator
           
 interface OnAlarmValidator
           
 interface OnMessageValidator
           
 interface PartnerLinkValidator
           
 interface PickValidator
           
 interface ProcessValidator
           
 interface QueryValidator
           
 interface ReceiveValidator
           
 interface RepeatUntilValidator
           
 interface ReplyValidator
           
 interface ReThrowValidator
           
 interface ScopeValidator
           
 interface SequenceValidator
           
 interface ThrowValidator
           
 interface ToValidator
           
 interface VariableValidator
           
 interface WaitValidator
           
 interface WhileValidator
           
 

Uses of Validator in com.ebmwebsourcing.easybpel.model.bpel.api.containers
 

Classes in com.ebmwebsourcing.easybpel.model.bpel.api.containers that implement Validator
 class ContainersImpl<E extends TExtensibleElements>
           
 class SourcesImpl
           
 class TargetsImpl
           
 

Uses of Validator in com.ebmwebsourcing.easybpel.model.bpel.api.correlation
 

Subinterfaces of Validator in com.ebmwebsourcing.easybpel.model.bpel.api.correlation
 interface Correlation
           
 interface CorrelationSet
           
 

Uses of Validator in com.ebmwebsourcing.easybpel.model.bpel.api.extension
 

Subinterfaces of Validator in com.ebmwebsourcing.easybpel.model.bpel.api.extension
 interface Extension
           
 interface Extensions
           
 

Uses of Validator in com.ebmwebsourcing.easybpel.model.bpel.api.fault
 

Subinterfaces of Validator in com.ebmwebsourcing.easybpel.model.bpel.api.fault
 interface Catch
           
 interface CatchAll
           
 interface FaultHandlers
           
 

Uses of Validator in com.ebmwebsourcing.easybpel.model.bpel.api.partnerLink
 

Subinterfaces of Validator in com.ebmwebsourcing.easybpel.model.bpel.api.partnerLink
 interface PartnerLink
           
 interface ServiceRef
           
 

Uses of Validator in com.ebmwebsourcing.easybpel.model.bpel.api.variable
 

Subinterfaces of Validator in com.ebmwebsourcing.easybpel.model.bpel.api.variable
 interface BPELDateVariable
           
 interface BPELElementVariable
           
 interface BPELIntVariable
           
 interface BPELLongVariable
           
 interface BPELStringVariable
           
 interface BPELVariable<T>
           
 

Classes in com.ebmwebsourcing.easybpel.model.bpel.api.variable that implement Validator
 class BPELVariableImpl<T>
           
 

Uses of Validator in com.ebmwebsourcing.easybpel.model.bpel.api.wsdlImports
 

Subinterfaces of Validator in com.ebmwebsourcing.easybpel.model.bpel.api.wsdlImports
 interface Import
           
 



Copyright © 2011 Petals Link. All Rights Reserved.