Uses of Interface
com.ebmwebsourcing.easyviper.core.api.engine.Scope

Packages that use Scope
com.ebmwebsourcing.easyviper.core.api.engine   
com.ebmwebsourcing.easyviper.core.api.engine.expression   
com.ebmwebsourcing.easyviper.core.api.engine.fault   
com.ebmwebsourcing.easyviper.core.api.engine.handler   
com.ebmwebsourcing.easyviper.core.api.soa.correlation   
 

Uses of Scope in com.ebmwebsourcing.easyviper.core.api.engine
 

Subinterfaces of Scope in com.ebmwebsourcing.easyviper.core.api.engine
 interface Process
           
 

Methods in com.ebmwebsourcing.easyviper.core.api.engine that return Scope
 Scope Execution.getParentScope()
           
 Scope Scope.getParentScope()
           
 

Methods in com.ebmwebsourcing.easyviper.core.api.engine that return types with arguments of type Scope
 java.util.List<Scope> Scope.getAllScopes()
           
 java.util.Map<Fault,Scope> Scope.getExceptions()
           
 

Methods in com.ebmwebsourcing.easyviper.core.api.engine with parameters of type Scope
 void Scope.setBehavioursState(Scope scope, Behaviour.State state)
           
 

Method parameters in com.ebmwebsourcing.easyviper.core.api.engine with type arguments of type Scope
 void Scope.setExceptions(java.util.Map<Fault,Scope> exceptions)
           
 

Uses of Scope in com.ebmwebsourcing.easyviper.core.api.engine.expression
 

Methods in com.ebmwebsourcing.easyviper.core.api.engine.expression with parameters of type Scope
 Expression Assigner.affect(Scope scope, Expression left, Expression right)
           
 E Expression.evaluate(Scope scope)
           
 

Uses of Scope in com.ebmwebsourcing.easyviper.core.api.engine.fault
 

Methods in com.ebmwebsourcing.easyviper.core.api.engine.fault with parameters of type Scope
<Ex extends CoreException>
Ex
FaultHandler.getModelExceptionFromGenericException(Scope scope, java.lang.Exception e)
           
 boolean FaultHandler.match(Scope scope, Fault f, java.lang.Exception e, Scope faultScope)
           
 

Uses of Scope in com.ebmwebsourcing.easyviper.core.api.engine.handler
 

Methods in com.ebmwebsourcing.easyviper.core.api.engine.handler with parameters of type Scope
 void TerminationHandler.end(Scope scope)
           
 

Uses of Scope in com.ebmwebsourcing.easyviper.core.api.soa.correlation
 

Methods in com.ebmwebsourcing.easyviper.core.api.soa.correlation with parameters of type Scope
 boolean CorrelationMatcher.match(Scope scope, javax.xml.namespace.QName variableName, InternalMessage<?> message)
           
 



Copyright © 2012 Petals Link. All Rights Reserved.