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 class
InterceptorInvocationResult.Completed
Class representing the result of an interceptor invocation that has completed successfully.static class
InterceptorInvocationResult.Failed
Class representing a failed result trying to invoke an interceptor.static class
InterceptorInvocationResult.InProgress
Class 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 InterceptorInvocationResult
InterceptorExtensionsProvider. invokeInterceptor(String interceptorRef, Object input)
Invoke a SIS interceptor.InterceptorInvocationResult
InterceptorExtensionsProvider. invokeInterceptor(String interceptorRef, Object input, InterceptorInvocationActivity activity)
Invoke a SIS interceptor.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.
-