Uses of Class
com.opencloud.slee.resources.sis.script.in.scs.DialogTerminationPrimitive
-
Packages that use DialogTerminationPrimitive Package Description com.opencloud.slee.resources.sis.script.in.scs -
-
Uses of DialogTerminationPrimitive in com.opencloud.slee.resources.sis.script.in.scs
Methods in com.opencloud.slee.resources.sis.script.in.scs that return DialogTerminationPrimitive Modifier and Type Method Description static DialogTerminationPrimitive
DialogTerminationPrimitive. valueOf(String name)
Returns the enum constant of this type with the specified name.static DialogTerminationPrimitive[]
DialogTerminationPrimitive. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.opencloud.slee.resources.sis.script.in.scs with parameters of type DialogTerminationPrimitive Modifier and Type Method Description void
INSCSActivity. terminateWithInvoke(TcapOperation operation, Object arg, DialogTerminationPrimitive dialogTerminationPrimitive, boolean recordAsReject)
Notify the SIS that trigger evaluation should be terminated for the initial request event encapsulated in theINSCSEvent
fired on this activity.void
INSCSEvent. terminateWithInvoke(TcapOperation operation, Object arg, DialogTerminationPrimitive dialogTerminationPrimitive, boolean recordAsReject)
Notify the SIS that trigger evaluation should be terminated for the initial request event.void
INSCSActivity. terminateWithRedirect(String iddPrefix, String countryCode, String redirectPrefix, DialogTerminationPrimitive dialogTerminationPrimitive, boolean recordAsReject)
Notify the SIS that trigger evaluation should be terminated for the initial request event encapsulated in theINSCSEvent
fired on this activity.void
INSCSEvent. terminateWithRedirect(String iddPrefix, String countryCode, String redirectPrefix, DialogTerminationPrimitive dialogTerminationPrimitive, boolean recordAsReject)
Notify the SIS that trigger evaluation should be terminated for the initial request event.void
INSCSActivity. terminateWithUserError(TcapError error, Object parameter, DialogTerminationPrimitive dialogTerminationPrimitive, boolean recordAsReject)
Notify the SIS that trigger evaluation should be terminated for the initial request event encapsulated in theINSCSEvent
fired on this activity.void
INSCSEvent. terminateWithUserError(TcapError error, Object parameter, DialogTerminationPrimitive dialogTerminationPrimitive, boolean recordAsReject)
Notify the SIS that trigger evaluation should be terminated for the initial request event.
-