Uses of Class
com.opencloud.slee.resources.sis.script.interceptors.UserVariables
-
Packages that use UserVariables Package Description com.opencloud.slee.resources.sis.script.interceptors -
-
Uses of UserVariables in com.opencloud.slee.resources.sis.script.interceptors
Methods in com.opencloud.slee.resources.sis.script.interceptors that return UserVariables Modifier and Type Method Description UserVariables
InterceptorInvocationResult.Completed. getUserVariables()
Get the set of user variables stored in the interceptor invocation context after the interceptor has completed.Methods in com.opencloud.slee.resources.sis.script.interceptors with parameters of type UserVariables Modifier and Type Method Description InterceptorInvocationResult
InterceptorExtensionsProvider. invokeInterceptor(String interceptorRef, Object input, InterceptorInvocationActivity activity, UserVariables userVariables)
Invoke a SIS interceptor.InterceptorInvocationResult
InterceptorExtensionsProvider. invokeInterceptor(String interceptorRef, Object input, UserVariables userVariables)
Invoke a SIS interceptor.Constructors in com.opencloud.slee.resources.sis.script.interceptors with parameters of type UserVariables Constructor Description Completed(Object result, UserVariables userVariables)
Create a new interceptor invocation completed result.
-