Uses of Class
com.opencloud.slee.resources.sis.script.interceptors.InterceptorInvocationResult
-
Packages that use InterceptorInvocationResult Package Description com.opencloud.slee.resources.sis.script.interceptors -
-
Uses of InterceptorInvocationResult in com.opencloud.slee.resources.sis.script.interceptors
Subclasses of InterceptorInvocationResult in com.opencloud.slee.resources.sis.script.interceptors Modifier and Type Class Description static classInterceptorInvocationResult.CompletedClass representing the result of an interceptor invocation that has completed successfully.static classInterceptorInvocationResult.FailedClass representing a failed result trying to invoke an interceptor.static classInterceptorInvocationResult.InProgressClass representing that an interceptor invocation is currently in progress and will complete asynchronously.Methods in com.opencloud.slee.resources.sis.script.interceptors that return InterceptorInvocationResult Modifier and Type Method Description InterceptorInvocationResultInterceptorExtensionsProvider. invokeInterceptor(String interceptorRef, Object input)Invoke a SIS interceptor.InterceptorInvocationResultInterceptorExtensionsProvider. invokeInterceptor(String interceptorRef, Object input, InterceptorInvocationActivity activity)Invoke a SIS interceptor.InterceptorInvocationResultInterceptorExtensionsProvider. invokeInterceptor(String interceptorRef, Object input, InterceptorInvocationActivity activity, UserVariables userVariables)Invoke a SIS interceptor.InterceptorInvocationResultInterceptorExtensionsProvider. invokeInterceptor(String interceptorRef, Object input, UserVariables userVariables)Invoke a SIS interceptor.
-