A B C D E G I N S T U V 
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

com.opencloud.slee.resources.sis.script.activity - package com.opencloud.slee.resources.sis.script.activity
 
com.opencloud.slee.resources.sis.script.in.activity - package com.opencloud.slee.resources.sis.script.in.activity
 
com.opencloud.slee.resources.sis.script.variables - package com.opencloud.slee.resources.sis.script.variables
 
CompositionActivity - Interface in com.opencloud.slee.resources.sis.script.activity
Activity type for the SIS Composition Activity Provider Resource Adaptor Type.
CompositionActivityContextInterfaceFactory - Interface in com.opencloud.slee.resources.sis.script.activity
Composition Activity Context Interface Factory for the Composition Activity Provider Resource Adaptor Type.
CompositionActivityExtensionsProvider - Interface in com.opencloud.slee.resources.sis.script.activity
Resource adaptor interface for Composition Activity Extensions.
CompositionActivityExtensionsProvider.Metadata - Enum in com.opencloud.slee.resources.sis.script.activity
 
COMPOUND - com.opencloud.slee.resources.sis.script.variables.VariableType
A variable that is a compound structure containing sub-variables.

D

DECIMAL - com.opencloud.slee.resources.sis.script.variables.VariableType
A variable with the Java type Float, Double, or BigDecimal.
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.

E

ENUMERATED - com.opencloud.slee.resources.sis.script.variables.VariableType
A variable with the Java type Enum or NamedInteger.
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.

G

getActivityContextInterface(CompositionActivity) - Method in interface com.opencloud.slee.resources.sis.script.activity.CompositionActivityContextInterfaceFactory
Create an Activity Context Interface for a Composition Activity.
getCompositionActivity(Dialog) - Method in interface com.opencloud.slee.resources.sis.script.in.activity.INCompositionActivityExtensionsProvider
Get the Composition Activity for the specified CGIN dialog activity.
getName() - Method in interface com.opencloud.slee.resources.sis.script.variables.ScriptVariable
Get the name of the variable.
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.activity.CompositionActivityExtensionsProvider.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.activity.CompositionActivity
Get a script variable.

I

INCompositionActivityExtensionsProvider - Interface in com.opencloud.slee.resources.sis.script.in.activity
Resource adaptor interface for IN Composition Activity Extensions.
INTEGER - com.opencloud.slee.resources.sis.script.variables.VariableType
A variable with the Java type Integer, Long, or BigInteger.

N

NAME - com.opencloud.slee.resources.sis.script.activity.CompositionActivityExtensionsProvider.Metadata
Enum containing the name string of the Composition Activity Extensions Resource Adaptor Type as the associated value.
NULL - com.opencloud.slee.resources.sis.script.variables.VariableType
A variable with no 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.
STRING - com.opencloud.slee.resources.sis.script.variables.VariableType
A variable with the Java type String.

T

toString() - Method in enum com.opencloud.slee.resources.sis.script.activity.CompositionActivityExtensionsProvider.Metadata
Returns the value associated with this enum.

U

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.

V

valueOf(String) - Static method in enum com.opencloud.slee.resources.sis.script.activity.CompositionActivityExtensionsProvider.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.activity.CompositionActivityExtensionsProvider.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.
VENDOR - com.opencloud.slee.resources.sis.script.activity.CompositionActivityExtensionsProvider.Metadata
Enum containing the vendor string of the Composition Activity Extensions Resource Adaptor Type as the associated value.
VERSION - com.opencloud.slee.resources.sis.script.activity.CompositionActivityExtensionsProvider.Metadata
Enum containing the version string of the Composition Activity Extensions Resource Adaptor Type as the associated value.
A B C D E G I N S T U V 
All Classes All Packages