A B C D E F G H I M N O P R S T U V
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- ARRAY - com.opencloud.slee.resources.sis.script.variables.VariableType
-
A variable that is an array of some other type.
B
- BIT_STRING - com.opencloud.slee.resources.sis.script.variables.VariableType
-
A variable with the Java type
BitString
- BOOLEAN - com.opencloud.slee.resources.sis.script.variables.VariableType
-
A variable with the Java type
Boolean
.
C
- Close - Class in com.opencloud.slee.resources.sis.script.in.interceptors
-
A close dialog primitive sent or received by an interceptor extension component.
- Close(boolean) - Constructor for class com.opencloud.slee.resources.sis.script.in.interceptors.Close
-
Create a new close dialog primitive.
- CLOSE - com.opencloud.slee.resources.sis.script.in.interceptors.DialogPrimitive.Type
- com.opencloud.slee.resources.sis.script.in.interceptors - package com.opencloud.slee.resources.sis.script.in.interceptors
- com.opencloud.slee.resources.sis.script.interceptors - package com.opencloud.slee.resources.sis.script.interceptors
- com.opencloud.slee.resources.sis.script.variables - package com.opencloud.slee.resources.sis.script.variables
- Completed(Object, UserVariables) - Constructor for class com.opencloud.slee.resources.sis.script.interceptors.InterceptorInvocationResult.Completed
-
Create a new interceptor invocation completed result.
- COMPLETED - com.opencloud.slee.resources.sis.script.interceptors.InterceptorInvocationResult.Outcome
-
The interceptor has completed.
- COMPOUND - com.opencloud.slee.resources.sis.script.variables.VariableType
-
A variable that is a compound structure containing sub-variables.
- continueProcessing() - Method in interface com.opencloud.slee.resources.sis.script.interceptors.InterceptorActivity
-
Notify the SIS that evaluation of the current interceptor should be continued.
- continueProcessing() - Method in interface com.opencloud.slee.resources.sis.script.interceptors.InterceptorExtensionInvocationEvent
-
Notify the SIS that evaluation of the interceptor invocation related to this event should be continued.
- continueProcessing(int) - Method in interface com.opencloud.slee.resources.sis.script.interceptors.InterceptorInvocationActivity
-
Notify the SIS that evaluation of the interceptor invocation with the given id should be continued.
- continueProcessing(int, Object) - Method in interface com.opencloud.slee.resources.sis.script.interceptors.InterceptorInvocationActivity
-
Notify the SIS that evaluation of the interceptor invocation with the given id should be continued.
- continueProcessing(Operation) - Method in interface com.opencloud.slee.resources.sis.script.in.interceptors.INInterceptorActivity
-
Notify the SIS that evaluation of the current interceptor should be continued.
- continueProcessing(Operation[]) - Method in interface com.opencloud.slee.resources.sis.script.in.interceptors.INInterceptorActivity
-
Notify the SIS that evaluation of the current interceptor should be continued.
- continueProcessing(Operation[], boolean) - Method in interface com.opencloud.slee.resources.sis.script.in.interceptors.INInterceptorActivity
-
Deprecated.use
INInterceptorActivity.continueProcessing(Operation[], DialogPrimitive)
instead for greater flexibility. - continueProcessing(Operation[], DialogPrimitive) - Method in interface com.opencloud.slee.resources.sis.script.in.interceptors.INInterceptorActivity
-
Notify the SIS that evaluation of the current output interceptor should be continued.
- continueProcessing(Object) - Method in interface com.opencloud.slee.resources.sis.script.interceptors.InterceptorExtensionInvocationEvent
-
Notify the SIS that evaluation of the interceptor invocation related to this event should be continued.
- createInterceptorInvocationActivity() - Method in interface com.opencloud.slee.resources.sis.script.interceptors.InterceptorExtensionsProvider
-
Create a new Interceptor Invocation Activity.
D
- DECIMAL - com.opencloud.slee.resources.sis.script.variables.VariableType
- delete() - Method in interface com.opencloud.slee.resources.sis.script.variables.ScriptVariable
-
Delete the variable.
- delete(Object) - Method in interface com.opencloud.slee.resources.sis.script.variables.ScriptVariable
-
Delete the variable.
- Delimiter - Class in com.opencloud.slee.resources.sis.script.in.interceptors
-
A delimiter dialog primitive sent or received by an interceptor extension component.
- Delimiter() - Constructor for class com.opencloud.slee.resources.sis.script.in.interceptors.Delimiter
-
Create a new delimiter dialog primitive.
- DELIMITER - com.opencloud.slee.resources.sis.script.in.interceptors.DialogPrimitive.Type
- DialogPrimitive - Class in com.opencloud.slee.resources.sis.script.in.interceptors
-
A dialog primitive sent or received by an interceptor extension component.
- DialogPrimitive() - Constructor for class com.opencloud.slee.resources.sis.script.in.interceptors.DialogPrimitive
- DialogPrimitive.Type - Enum in com.opencloud.slee.resources.sis.script.in.interceptors
-
The type of dialog primitive.
- Downcall - Interface in com.opencloud.slee.resources.sis.script.in.interceptors
-
Interceptor extension component event type describing a complete TCAP-delimitered package of operations sent towards the network.
E
- endActivity() - Method in interface com.opencloud.slee.resources.sis.script.interceptors.InterceptorInvocationActivity
-
End the interceptor invocation activity.
- ENUMERATED - com.opencloud.slee.resources.sis.script.variables.VariableType
-
A variable with the Java type
Enum
orNamedInteger
. - exists() - Method in interface com.opencloud.slee.resources.sis.script.variables.ScriptVariable
-
Determine if the variable exists without the need of an event object.
- exists(Object) - Method in interface com.opencloud.slee.resources.sis.script.variables.ScriptVariable
-
Determine if the variable exists in the given event object.
F
- Failed(InterceptorInvocationResult.Failed.Reason, String) - Constructor for class com.opencloud.slee.resources.sis.script.interceptors.InterceptorInvocationResult.Failed
-
Create a new interceptor invocation failed result.
- FAILED - com.opencloud.slee.resources.sis.script.interceptors.InterceptorInvocationResult.Outcome
-
The interceptor invocation failed, typically because the referenced interceptor could not be found.
G
- getActivity() - Method in class com.opencloud.slee.resources.sis.script.interceptors.InterceptorInvocationResult.InProgress
-
Get the
InterceptorInvocationActivity
on which theInterceptorInvocationCompletedEvent
will be fired on when the interceptor completes. - getActivityContextInterface(INInterceptorActivity) - Method in interface com.opencloud.slee.resources.sis.script.in.interceptors.INInterceptorActivityContextInterfaceFactory
-
Create an Activity Context Interface for an IN Interceptor activity.
- getActivityContextInterface(InterceptorInvocationActivity) - Method in interface com.opencloud.slee.resources.sis.script.in.interceptors.INInterceptorActivityContextInterfaceFactory
-
Create an Activity Context Interface for an Interceptor Invocation activity.
- getActivityContextInterface(InterceptorInvocationActivity) - Method in interface com.opencloud.slee.resources.sis.script.interceptors.InterceptorActivityContextInterfaceFactory
-
Create an Activity Context Interface for an Interceptor Invocation activity.
- getApplicationContext() - Method in interface com.opencloud.slee.resources.sis.script.in.interceptors.INInterceptorActivity
-
Get the application context that the underlying network dialog was created with.
- getArgument() - Method in class com.opencloud.slee.resources.sis.script.in.interceptors.OperationInvoke
-
Get the operation argument.
- getCause() - Method in class com.opencloud.slee.resources.sis.script.interceptors.InterceptorInvocationResult.Failed
-
Get the cause description for the failure.
- getDialogID() - Method in interface com.opencloud.slee.resources.sis.script.in.interceptors.INInterceptorActivity
-
Get the unique dialog identifier for the underlying network dialog.
- getDialogPrimitive() - Method in interface com.opencloud.slee.resources.sis.script.in.interceptors.Downcall
-
Get the dialog primitive associated with the operations.
- getError() - Method in class com.opencloud.slee.resources.sis.script.in.interceptors.OperationUserError
-
Get the error metadata that describes the operation error.
- getEvent() - Method in interface com.opencloud.slee.resources.sis.script.interceptors.InterceptorActivity
-
Get the last interceptor extension event fired on this activity by the SIS.
- getInput() - Method in interface com.opencloud.slee.resources.sis.script.interceptors.InterceptorExtensionInvocationEvent
-
Get the input object that the interceptor is currently processing.
- getInterceptorActivity(Dialog) - Method in interface com.opencloud.slee.resources.sis.script.in.interceptors.INInterceptorExtensionsProvider
-
Get the Interceptor Activity for the specified CGIN dialog activity.
- getInterceptorContext(Dialog) - Method in interface com.opencloud.slee.resources.sis.script.in.interceptors.INInterceptorExtensionsProvider
-
Get the Interceptor Context for the specific CGIN dialog activity.
- getInvocationID() - Method in interface com.opencloud.slee.resources.sis.script.interceptors.InterceptorExtensionInvocationEvent
-
Get the invocation id of the interceptor invocation.
- getInvocationID() - Method in interface com.opencloud.slee.resources.sis.script.interceptors.InterceptorInvocationCompletedEvent
-
Get the invocation id of the interceptor invocation that has completed.
- getInvocationID() - Method in class com.opencloud.slee.resources.sis.script.interceptors.InterceptorInvocationResult.InProgress
-
Get the invocation id of this interceptor invocation.
- getInvokeID() - Method in class com.opencloud.slee.resources.sis.script.in.interceptors.Operation
-
Get the invoke ID for the operation.
- getInvokeTimeout() - Method in class com.opencloud.slee.resources.sis.script.in.interceptors.OperationInvoke
-
Get the invoke timeout, if available.
- getLinkedID() - Method in class com.opencloud.slee.resources.sis.script.in.interceptors.OperationInvoke
-
Get the linked ID.
- getName() - Method in class com.opencloud.slee.resources.sis.script.in.interceptors.Close
- getName() - Method in class com.opencloud.slee.resources.sis.script.in.interceptors.Delimiter
- getName() - Method in class com.opencloud.slee.resources.sis.script.in.interceptors.DialogPrimitive
-
Get a descriptive name for this dialog primitive.
- getName() - Method in class com.opencloud.slee.resources.sis.script.in.interceptors.Operation
-
Get a descriptive name for this operation.
- getName() - Method in class com.opencloud.slee.resources.sis.script.in.interceptors.OperationInvoke
- getName() - Method in class com.opencloud.slee.resources.sis.script.in.interceptors.OperationProviderError
- getName() - Method in class com.opencloud.slee.resources.sis.script.in.interceptors.OperationResult
- getName() - Method in class com.opencloud.slee.resources.sis.script.in.interceptors.OperationUserError
- getName() - Method in interface com.opencloud.slee.resources.sis.script.variables.ScriptVariable
-
Get the name of the variable.
- getOperation() - Method in class com.opencloud.slee.resources.sis.script.in.interceptors.Operation
-
Get the TCAP operation metadata that describes the operation.
- getOperations() - Method in interface com.opencloud.slee.resources.sis.script.in.interceptors.Downcall
-
Get the list of operations sent.
- getOutcome() - Method in class com.opencloud.slee.resources.sis.script.interceptors.InterceptorInvocationResult
-
Get the outcome of the interceptor invocation.
- getParameter() - Method in class com.opencloud.slee.resources.sis.script.in.interceptors.OperationUserError
-
Get the parameter associated with the error.
- getProvider() - Method in interface com.opencloud.slee.resources.sis.script.in.interceptors.INInterceptorActivity
-
Get the provider that created the network dialog.
- getReason() - Method in class com.opencloud.slee.resources.sis.script.in.interceptors.OperationProviderError
-
Get the reason for the provider error.
- getReason() - Method in class com.opencloud.slee.resources.sis.script.interceptors.InterceptorInvocationResult.Failed
-
Get the reason why the interceptor invocation failed.
- getRejectProblem() - Method in class com.opencloud.slee.resources.sis.script.in.interceptors.OperationProviderError
-
Get the optional reject problem.
- getResult() - Method in class com.opencloud.slee.resources.sis.script.in.interceptors.OperationResult
-
Get the operation argument.
- getResult() - Method in interface com.opencloud.slee.resources.sis.script.interceptors.InterceptorInvocationCompletedEvent
-
Get the result of the interceptor invocation.
- getResult() - Method in class com.opencloud.slee.resources.sis.script.interceptors.InterceptorInvocationResult.Completed
-
Get the output object produced by the interceptor.
- getType() - Method in class com.opencloud.slee.resources.sis.script.in.interceptors.Close
- getType() - Method in class com.opencloud.slee.resources.sis.script.in.interceptors.Delimiter
- getType() - Method in class com.opencloud.slee.resources.sis.script.in.interceptors.DialogPrimitive
-
Get the type of dialog primitive.
- getType() - Method in class com.opencloud.slee.resources.sis.script.in.interceptors.Operation
-
Get the type of operation.
- getType() - Method in class com.opencloud.slee.resources.sis.script.in.interceptors.OperationInvoke
- getType() - Method in class com.opencloud.slee.resources.sis.script.in.interceptors.OperationProviderError
- getType() - Method in class com.opencloud.slee.resources.sis.script.in.interceptors.OperationResult
- getType() - Method in class com.opencloud.slee.resources.sis.script.in.interceptors.OperationUserError
- getType() - Method in interface com.opencloud.slee.resources.sis.script.variables.ScriptVariable
-
Get the type of the variable.
- getUserVariables() - Method in class com.opencloud.slee.resources.sis.script.interceptors.InterceptorInvocationResult.Completed
-
Get the set of user variables stored in the interceptor invocation context after the interceptor has completed.
- getValue() - Method in enum com.opencloud.slee.resources.sis.script.interceptors.InterceptorExtensionsProvider.Metadata
-
Get the value associated with this enum.
- getValue() - Method in interface com.opencloud.slee.resources.sis.script.variables.ScriptVariable
-
Get the variable's value.
- getValue(Object) - Method in interface com.opencloud.slee.resources.sis.script.variables.ScriptVariable
-
Get the variable's value.
- getVariable(String) - Method in interface com.opencloud.slee.resources.sis.script.interceptors.InterceptorActivity
-
Get a script variable.
- getVariable(String) - Method in interface com.opencloud.slee.resources.sis.script.interceptors.InterceptorContext
-
Get a script variable.
- getVariable(String) - Method in interface com.opencloud.slee.resources.sis.script.interceptors.InterceptorInvocationActivity
-
Get a script variable.
H
- halt() - Method in interface com.opencloud.slee.resources.sis.script.interceptors.InterceptorActivity
-
Notify the SIS that evaluation of the composition should be immediately halted.
- halt() - Method in interface com.opencloud.slee.resources.sis.script.interceptors.InterceptorExtensionInvocationEvent
-
Notify the SIS that further evaluation of the interceptor invocation related to this event should be immediately halted.
- halt(int) - Method in interface com.opencloud.slee.resources.sis.script.interceptors.InterceptorInvocationActivity
-
Notify the SIS that further evaluation of the interceptor invocation with the given id should be immediately halted.
- hasInvokeID() - Method in class com.opencloud.slee.resources.sis.script.in.interceptors.OperationInvoke
-
Determine if the operation has an invoke ID.
- hasLinkedID() - Method in class com.opencloud.slee.resources.sis.script.in.interceptors.OperationInvoke
-
Determine if the operation has a linked ID.
I
- IN_PROGRESS - com.opencloud.slee.resources.sis.script.interceptors.InterceptorInvocationResult.Outcome
-
The interceptor execution is in progress and will complete asynchronously.
- INInterceptorActivity - Interface in com.opencloud.slee.resources.sis.script.in.interceptors
-
The IN Interceptor Activity is the activity type on which SIS IN variants fire events to interceptor extension components.
- INInterceptorActivityContextInterfaceFactory - Interface in com.opencloud.slee.resources.sis.script.in.interceptors
-
SLEE Activity Context Interface Factory for the SIS-IN Interceptor Extension Resource Adaptor Type.
- INInterceptorExtensionsProvider - Interface in com.opencloud.slee.resources.sis.script.in.interceptors
-
Resource adaptor interface for SIS-IN Interceptor Extensions.
- InProgress(int, InterceptorInvocationActivity) - Constructor for class com.opencloud.slee.resources.sis.script.interceptors.InterceptorInvocationResult.InProgress
-
Create a new interceptor invocation in-progress result.
- INSTANCE - Static variable in class com.opencloud.slee.resources.sis.script.in.interceptors.Delimiter
- INTEGER - com.opencloud.slee.resources.sis.script.variables.VariableType
- InterceptorActivity - Interface in com.opencloud.slee.resources.sis.script.interceptors
-
The Interceptor Activity is the activity type on which the SIS fires events to interceptor extension components.
- InterceptorActivityContextInterfaceFactory - Interface in com.opencloud.slee.resources.sis.script.interceptors
-
SLEE Activity Context Interface Factory for the SIS Interceptor Extension Resource Adaptor Type.
- InterceptorContext - Interface in com.opencloud.slee.resources.sis.script.interceptors
-
An Interceptor Context is a view over the context that SIS interceptors run for a particular network dialog.
- InterceptorExtensionInvocationEvent - Interface in com.opencloud.slee.resources.sis.script.interceptors
-
Event type denoting that an interceptor directly invoked by a SLEE application has requested an interceptor extension be invoked.
- InterceptorExtensionsProvider - Interface in com.opencloud.slee.resources.sis.script.interceptors
-
Resource adaptor interface for SIS Interceptor Extensions.
- InterceptorExtensionsProvider.Metadata - Enum in com.opencloud.slee.resources.sis.script.interceptors
- InterceptorInvocationActivity - Interface in com.opencloud.slee.resources.sis.script.interceptors
-
The Interceptor Invocation Activity is the activity type on which the SIS fires events to interceptor extension components from interceptors that have been invoked directly by SLEE applications.
- InterceptorInvocationCompletedEvent - Interface in com.opencloud.slee.resources.sis.script.interceptors
-
Event type denoting that an interceptor directly invoked by a SLEE application has completed asynchronously.
- InterceptorInvocationResult - Class in com.opencloud.slee.resources.sis.script.interceptors
-
Class representing the result of an interceptor invocation.
- InterceptorInvocationResult.Completed - Class in com.opencloud.slee.resources.sis.script.interceptors
-
Class representing the result of an interceptor invocation that has completed successfully.
- InterceptorInvocationResult.Failed - Class in com.opencloud.slee.resources.sis.script.interceptors
-
Class representing a failed result trying to invoke an interceptor.
- InterceptorInvocationResult.Failed.Reason - Enum in com.opencloud.slee.resources.sis.script.interceptors
-
Interceptor invocation failure reasons.
- InterceptorInvocationResult.InProgress - Class in com.opencloud.slee.resources.sis.script.interceptors
-
Class representing that an interceptor invocation is currently in progress and will complete asynchronously.
- InterceptorInvocationResult.Outcome - Enum in com.opencloud.slee.resources.sis.script.interceptors
-
Interceptor invocation outcome.
- INVOKE - com.opencloud.slee.resources.sis.script.in.interceptors.Operation.Type
- invokeInterceptor(String, Object) - Method in interface com.opencloud.slee.resources.sis.script.interceptors.InterceptorExtensionsProvider
-
Invoke a SIS interceptor.
- invokeInterceptor(String, Object, InterceptorInvocationActivity) - Method in interface com.opencloud.slee.resources.sis.script.interceptors.InterceptorExtensionsProvider
-
Invoke a SIS interceptor.
- invokeInterceptor(String, Object, InterceptorInvocationActivity, UserVariables) - Method in interface com.opencloud.slee.resources.sis.script.interceptors.InterceptorExtensionsProvider
-
Invoke a SIS interceptor.
- invokeInterceptor(String, Object, UserVariables) - Method in interface com.opencloud.slee.resources.sis.script.interceptors.InterceptorExtensionsProvider
-
Invoke a SIS interceptor.
- isLast() - Method in class com.opencloud.slee.resources.sis.script.in.interceptors.OperationResult
-
Determine if this is the last result for the operation.
- isPrearrangedEnd() - Method in class com.opencloud.slee.resources.sis.script.in.interceptors.Close
-
Determine if the close represents a pre-arranged end.
M
- MISSING_INTERCEPTOR - com.opencloud.slee.resources.sis.script.interceptors.InterceptorInvocationResult.Failed.Reason
-
The interceptor reference does not reference a valid interceptor.
N
- NAME - com.opencloud.slee.resources.sis.script.interceptors.InterceptorExtensionsProvider.Metadata
-
Enum containing the name string of the Interceptor Extensions Resource Adaptor Type as the associated value.
- NULL - com.opencloud.slee.resources.sis.script.variables.VariableType
-
A variable with no type.
O
- Operation - Class in com.opencloud.slee.resources.sis.script.in.interceptors
-
An operation sent or received by an interceptor extension component.
- Operation.Type - Enum in com.opencloud.slee.resources.sis.script.in.interceptors
-
The type of operation.
- OperationError - Class in com.opencloud.slee.resources.sis.script.in.interceptors
-
An operation error result sent or received by an interceptor extension component.
- OperationInvoke - Class in com.opencloud.slee.resources.sis.script.in.interceptors
-
An operation invoke request sent or received by an interceptor extension component.
- OperationInvoke(OperationInvokeEvent, TcapOperation, Object) - Constructor for class com.opencloud.slee.resources.sis.script.in.interceptors.OperationInvoke
-
Create a new operation representing an invoke request that replaces an existing invoke request.
- OperationInvoke(OperationInvokeEvent, TcapOperation, Object, long) - Constructor for class com.opencloud.slee.resources.sis.script.in.interceptors.OperationInvoke
-
Create a new operation representing an invoke request that replaces an existing invoke request.
- OperationInvoke(OperationInvokeEvent, Object) - Constructor for class com.opencloud.slee.resources.sis.script.in.interceptors.OperationInvoke
-
Create a new operation representing an invoke request that replaces an existing invoke request of the same type.
- OperationInvoke(OperationInvokeEvent, Object, long) - Constructor for class com.opencloud.slee.resources.sis.script.in.interceptors.OperationInvoke
-
Create a new operation representing an invoke request that replaces an existing invoke request of the same type.
- OperationInvoke(TcapOperation, boolean, int, Object, boolean, int) - Constructor for class com.opencloud.slee.resources.sis.script.in.interceptors.OperationInvoke
-
Create a new operation representing an invoke request.
- OperationInvoke(TcapOperation, boolean, int, Object, boolean, int, long) - Constructor for class com.opencloud.slee.resources.sis.script.in.interceptors.OperationInvoke
-
Create a new operation representing an invoke request.
- OperationInvoke(OperationInvoke, TcapOperation, Object) - Constructor for class com.opencloud.slee.resources.sis.script.in.interceptors.OperationInvoke
-
Create a new operation representing an invoke request that replaces an existing invoke request.
- OperationInvoke(OperationInvoke, Object) - Constructor for class com.opencloud.slee.resources.sis.script.in.interceptors.OperationInvoke
-
Create a new operation representing an invoke request that replaces an existing invoke request of the same type.
- OperationProviderError - Class in com.opencloud.slee.resources.sis.script.in.interceptors
-
An operation provider error result sent or received by an interceptor extension component.
- OperationProviderError(TcapOperation, int, ProviderErrorReason, RejectProblem) - Constructor for class com.opencloud.slee.resources.sis.script.in.interceptors.OperationProviderError
-
Create a new operation representing an invoke provider error result.
- OperationResult - Class in com.opencloud.slee.resources.sis.script.in.interceptors
-
An operation invoke result sent or received by an interceptor extension component.
- OperationResult(OperationResultEvent, TcapOperation, Object) - Constructor for class com.opencloud.slee.resources.sis.script.in.interceptors.OperationResult
-
Create a new operation representing an invoke result that replaces an existing invoke result.
- OperationResult(OperationResultEvent, Object) - Constructor for class com.opencloud.slee.resources.sis.script.in.interceptors.OperationResult
-
Create a new operation representing an invoke result that replaces an existing invoke result of the same type.
- OperationResult(TcapOperation, int, Object, boolean) - Constructor for class com.opencloud.slee.resources.sis.script.in.interceptors.OperationResult
-
Create a new operation representing an invoke result.
- OperationResult(OperationResult, TcapOperation, Object) - Constructor for class com.opencloud.slee.resources.sis.script.in.interceptors.OperationResult
-
Create a new operation representing an invoke result that replaces an existing invoke result.
- OperationResult(OperationResult, Object) - Constructor for class com.opencloud.slee.resources.sis.script.in.interceptors.OperationResult
-
Create a new operation representing an invoke result that replaces an existing invoke result of the same type.
- OperationUserError - Class in com.opencloud.slee.resources.sis.script.in.interceptors
-
An operation user error result sent or received by an interceptor extension component.
- OperationUserError(TcapOperation, int, TcapError, Object) - Constructor for class com.opencloud.slee.resources.sis.script.in.interceptors.OperationUserError
-
Create a new operation representing an invoke provider error result.
- OTHER - com.opencloud.slee.resources.sis.script.interceptors.InterceptorInvocationResult.Failed.Reason
-
The interceptor invocation failed for some other reason.
P
- PROVIDER_ERROR - com.opencloud.slee.resources.sis.script.in.interceptors.Operation.Type
- put(String, Object) - Method in class com.opencloud.slee.resources.sis.script.interceptors.UserVariables
-
Associates the specified value with the user variable with the specified name in this map.
R
- RESULT - com.opencloud.slee.resources.sis.script.in.interceptors.Operation.Type
S
- ScriptVariable - Interface in com.opencloud.slee.resources.sis.script.variables
-
Descriptor class for a composition script variable obtainable by an SBB via an SCS Activity, Interceptor Activity, or Composition Activity.
- setValue(Object) - Method in interface com.opencloud.slee.resources.sis.script.variables.ScriptVariable
-
Set the variable's value.
- setValue(Object, Object) - Method in interface com.opencloud.slee.resources.sis.script.variables.ScriptVariable
-
Set the variable's value.
- SIS_NOT_ACTIVE - com.opencloud.slee.resources.sis.script.interceptors.InterceptorInvocationResult.Failed.Reason
-
The SIS instance is not active and thus cannot process the invocation request.
- STRING - com.opencloud.slee.resources.sis.script.variables.VariableType
-
A variable with the Java type
String
.
T
- toString() - Method in class com.opencloud.slee.resources.sis.script.in.interceptors.Close
- toString() - Method in class com.opencloud.slee.resources.sis.script.in.interceptors.Delimiter
- toString() - Method in class com.opencloud.slee.resources.sis.script.in.interceptors.OperationInvoke
- toString() - Method in class com.opencloud.slee.resources.sis.script.in.interceptors.OperationProviderError
- toString() - Method in class com.opencloud.slee.resources.sis.script.in.interceptors.OperationResult
- toString() - Method in class com.opencloud.slee.resources.sis.script.in.interceptors.OperationUserError
- toString() - Method in enum com.opencloud.slee.resources.sis.script.interceptors.InterceptorExtensionsProvider.Metadata
-
Returns the value associated with this enum.
- toString() - Method in class com.opencloud.slee.resources.sis.script.interceptors.InterceptorInvocationResult.Completed
- toString() - Method in class com.opencloud.slee.resources.sis.script.interceptors.InterceptorInvocationResult.Failed
- toString() - Method in class com.opencloud.slee.resources.sis.script.interceptors.InterceptorInvocationResult.InProgress
U
- UNKNOWN_INTERCEPTOR_REF - com.opencloud.slee.resources.sis.script.interceptors.InterceptorInvocationResult.Failed.Reason
-
The named interceptor reference doesn't exist in the SIS.
- UNRESOLVED - com.opencloud.slee.resources.sis.script.variables.VariableType
-
A variable that has been created via an import or some other means where its name could not be resolved at instantiation time.
- USER - com.opencloud.slee.resources.sis.script.variables.VariableType
-
A user-defined variable.
- USER_ERROR - com.opencloud.slee.resources.sis.script.in.interceptors.Operation.Type
- UserVariables - Class in com.opencloud.slee.resources.sis.script.interceptors
-
A collection of user variables, mapping from variable name to variable value.
- UserVariables() - Constructor for class com.opencloud.slee.resources.sis.script.interceptors.UserVariables
V
- valueOf(String) - Static method in enum com.opencloud.slee.resources.sis.script.in.interceptors.DialogPrimitive.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.opencloud.slee.resources.sis.script.in.interceptors.Operation.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.opencloud.slee.resources.sis.script.interceptors.InterceptorExtensionsProvider.Metadata
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.opencloud.slee.resources.sis.script.interceptors.InterceptorInvocationResult.Failed.Reason
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.opencloud.slee.resources.sis.script.interceptors.InterceptorInvocationResult.Outcome
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.opencloud.slee.resources.sis.script.variables.VariableType
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.opencloud.slee.resources.sis.script.in.interceptors.DialogPrimitive.Type
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.opencloud.slee.resources.sis.script.in.interceptors.Operation.Type
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.opencloud.slee.resources.sis.script.interceptors.InterceptorExtensionsProvider.Metadata
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.opencloud.slee.resources.sis.script.interceptors.InterceptorInvocationResult.Failed.Reason
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.opencloud.slee.resources.sis.script.interceptors.InterceptorInvocationResult.Outcome
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.opencloud.slee.resources.sis.script.variables.VariableType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- VariableType - Enum in com.opencloud.slee.resources.sis.script.variables
-
Enumeration of SIS script variable types.
- VENDOR - com.opencloud.slee.resources.sis.script.interceptors.InterceptorExtensionsProvider.Metadata
-
Enum containing the vendor string of the Interceptor Extensions Resource Adaptor Type as the associated value.
- VERSION - com.opencloud.slee.resources.sis.script.interceptors.InterceptorExtensionsProvider.Metadata
-
Enum containing the version string of the Interceptor Extensions Resource Adaptor Type as the associated value.
All Classes All Packages