C D E F G I S T V 

C

com.opencloud.slee.resources.sis.script.in.scs - package com.opencloud.slee.resources.sis.script.in.scs
 
com.opencloud.slee.resources.sis.script.scs - package com.opencloud.slee.resources.sis.script.scs
 
com.opencloud.slee.resources.sis.script.variables - package com.opencloud.slee.resources.sis.script.variables
 
compositionNotFound() - Method in interface com.opencloud.slee.resources.sis.script.scs.SCSActivity
Notify the SIS that a suitable composition could not be found for the request encapsulated in the SCSEvent fired on this activity.
compositionNotFound() - Method in interface com.opencloud.slee.resources.sis.script.scs.SCSEvent
Notify the SIS that a suitable composition could not be found for the request.
compositionSelected(CompositionID) - Method in interface com.opencloud.slee.resources.sis.script.scs.SCSActivity
Notify the SIS that a composition has been selected for the request encapsulated in the SCSEvent fired on this activity.
compositionSelected(CompositionID) - Method in interface com.opencloud.slee.resources.sis.script.scs.SCSEvent
Notify the SIS that a composition has been selected for the request.

D

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.
DialogTerminationPrimitive - Enum in com.opencloud.slee.resources.sis.script.in.scs
Enumeration of TCAP dialog primitives that terminate a dialog.

E

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

failWithInvoke(TcapOperation, Object, boolean) - Method in interface com.opencloud.slee.resources.sis.script.in.scs.INSCSActivity
Deprecated.
use INSCSActivity.terminateWithInvoke(TcapOperation, Object, DialogTerminationPrimitive, boolean) instead, which provides the same functionality but allows you to indicate whether or not to record the result in statistics as a reject.
failWithInvoke(TcapOperation, Object, boolean) - Method in interface com.opencloud.slee.resources.sis.script.in.scs.INSCSEvent
Deprecated.
use INSCSEvent.terminateWithInvoke(TcapOperation, Object, DialogTerminationPrimitive, boolean) instead, which provides the same functionality but allows you to indicate whether or not to record the result in statistics as a reject.
failWithRedirect(String, String, String, boolean) - Method in interface com.opencloud.slee.resources.sis.script.in.scs.INSCSActivity
Deprecated.
use INSCSActivity.terminateWithRedirect(String, String, String, DialogTerminationPrimitive, boolean) instead, which provides the same functionality but allows you to indicate whether or not to record the result in statistics as a reject.
failWithRedirect(String, String, String, boolean) - Method in interface com.opencloud.slee.resources.sis.script.in.scs.INSCSEvent
Deprecated.
use INSCSEvent.terminateWithRedirect(String, String, String, DialogTerminationPrimitive, boolean) instead, which provides the same functionality but allows you to indicate whether or not to record the result in statistics as a reject.
failWithUserError(TcapError, Object, boolean) - Method in interface com.opencloud.slee.resources.sis.script.in.scs.INSCSActivity
Deprecated.
use INSCSActivity.terminateWithUserError(TcapError, Object, DialogTerminationPrimitive, boolean) instead, which provides the same functionality but allows you to indicate whether or not to record the result in statistics as a reject.
failWithUserError(TcapError, Object, boolean) - Method in interface com.opencloud.slee.resources.sis.script.in.scs.INSCSEvent
Deprecated.
use INSCSEvent.terminateWithUserError(TcapError, Object, DialogTerminationPrimitive, boolean) instead, which provides the same functionality but allows you to indicate whether or not to record the result in statistics as a reject.

G

getActivityContextInterface(INSCSActivity) - Method in interface com.opencloud.slee.resources.sis.script.in.scs.INSCSActitivtyContextInterfaceFactory
Create an Activity Context Interface for an IN Service Composition Selection activity.
getEvent() - Method in interface com.opencloud.slee.resources.sis.script.scs.SCSActivity
Get the last service composition selection event fired on this activity by the SIS.
getName() - Method in interface com.opencloud.slee.resources.sis.script.variables.ScriptVariable
Get the name of the variable.
getOpenRequest() - Method in interface com.opencloud.slee.resources.sis.script.in.scs.INSCSEvent
Get the open request received from the network.
getRequest() - Method in interface com.opencloud.slee.resources.sis.script.scs.SCSEvent
Get the request event received from the network.
getServiceCompositionSelectionActivity(Dialog) - Method in interface com.opencloud.slee.resources.sis.script.in.scs.INSCSExtensionsProvider
Get the IN Service Composition Selection Activity for the specified CGIN dialog activity.
getType() - Method in interface com.opencloud.slee.resources.sis.script.variables.ScriptVariable
Get the type of the variable.
getValue() - Method in enum com.opencloud.slee.resources.sis.script.scs.SCSExtensionsProvider.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.scs.SCSActivity
Get a script variable.

I

INSCSActitivtyContextInterfaceFactory - Interface in com.opencloud.slee.resources.sis.script.in.scs
SLEE Activity Context Interface Factory for the IN Service Composition Selection Resource Adaptor Type.
INSCSActivity - Interface in com.opencloud.slee.resources.sis.script.in.scs
The IN Service Composition Selection Activity is the activity type that Service Composition Selection Events for IN dialogs are fired on.
INSCSEvent - Interface in com.opencloud.slee.resources.sis.script.in.scs
An IN Service Composition Selection Event is fired to a service on an IN Service Composition Selection Activity.
INSCSExtensionsProvider - Interface in com.opencloud.slee.resources.sis.script.in.scs
Resource adaptor interface for IN Service Composition Selection Extensions.

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.
SCSActivity - Interface in com.opencloud.slee.resources.sis.script.scs
The Service Composition Selection Activity is the activity type that Service Composition Selection Events are fired on.
SCSEvent - Interface in com.opencloud.slee.resources.sis.script.scs
A Service Composition Selection Event is fired to a service on a Service Composition Selection Activity.
SCSExtensionsProvider - Interface in com.opencloud.slee.resources.sis.script.scs
Resource adaptor interface for Service Composition Selection Extensions.
SCSExtensionsProvider.Metadata - Enum in com.opencloud.slee.resources.sis.script.scs
 
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.

T

terminateWithInvoke(TcapOperation, Object, DialogTerminationPrimitive, boolean) - Method in interface com.opencloud.slee.resources.sis.script.in.scs.INSCSActivity
Notify the SIS that trigger evaluation should be terminated for the initial request event encapsulated in the INSCSEvent fired on this activity.
terminateWithInvoke(TcapOperation, Object, DialogTerminationPrimitive, boolean) - Method in interface com.opencloud.slee.resources.sis.script.in.scs.INSCSEvent
Notify the SIS that trigger evaluation should be terminated for the initial request event.
terminateWithRedirect(String, String, String, DialogTerminationPrimitive, boolean) - Method in interface com.opencloud.slee.resources.sis.script.in.scs.INSCSActivity
Notify the SIS that trigger evaluation should be terminated for the initial request event encapsulated in the INSCSEvent fired on this activity.
terminateWithRedirect(String, String, String, DialogTerminationPrimitive, boolean) - Method in interface com.opencloud.slee.resources.sis.script.in.scs.INSCSEvent
Notify the SIS that trigger evaluation should be terminated for the initial request event.
terminateWithUserError(TcapError, Object, DialogTerminationPrimitive, boolean) - Method in interface com.opencloud.slee.resources.sis.script.in.scs.INSCSActivity
Notify the SIS that trigger evaluation should be terminated for the initial request event encapsulated in the INSCSEvent fired on this activity.
terminateWithUserError(TcapError, Object, DialogTerminationPrimitive, boolean) - Method in interface com.opencloud.slee.resources.sis.script.in.scs.INSCSEvent
Notify the SIS that trigger evaluation should be terminated for the initial request event.
toString() - Method in enum com.opencloud.slee.resources.sis.script.scs.SCSExtensionsProvider.Metadata
Returns the value associated with this enum.

V

valueOf(String) - Static method in enum com.opencloud.slee.resources.sis.script.in.scs.DialogTerminationPrimitive
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.opencloud.slee.resources.sis.script.scs.SCSExtensionsProvider.Metadata
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.scs.DialogTerminationPrimitive
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.scs.SCSExtensionsProvider.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.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.
C D E F G I S T V