Uses of Class
com.opencloud.slee.resources.sis.script.interceptors.InterceptorInvocationResult.Outcome
-
Packages that use InterceptorInvocationResult.Outcome Package Description com.opencloud.slee.resources.sis.script.interceptors -
-
Uses of InterceptorInvocationResult.Outcome in com.opencloud.slee.resources.sis.script.interceptors
Methods in com.opencloud.slee.resources.sis.script.interceptors that return InterceptorInvocationResult.Outcome Modifier and Type Method Description InterceptorInvocationResult.Outcome
InterceptorInvocationResult. getOutcome()
Get the outcome of the interceptor invocation.static InterceptorInvocationResult.Outcome
InterceptorInvocationResult.Outcome. valueOf(String name)
Returns the enum constant of this type with the specified name.static InterceptorInvocationResult.Outcome[]
InterceptorInvocationResult.Outcome. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-