|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DialogService
The dialog service interface does provide access to several dialog related services in the same scope this service has been retrieved for.
DialogStateManager
,
DialogStackManager
,
DCXManager
Method Summary | |
---|---|
DCXManager |
getDCXManager()
Returns the dialog context manager. |
DialogDefinition |
getDialogDefinition()
Returns the DialogDefinition corresponding to the dialog that is currently executing. |
ObjectID |
getDialogInstanceID()
Deprecated. Do not use this method to obtain the current dialog instance ObjectID , use
getDialogStackManager() and DialogStackManager.getActiveDCX() instead. |
DialogStackManager |
getDialogStackManager()
Returns the dialog stack manager. |
DialogStateManager |
getDialogStateManager()
Returns the dialog state manager. |
ListModel<ObjectID> |
getSuspendedDialogInstanceIDs()
Deprecated. Do not use this method to obtain the suspended dialog instance ObjectID s, use
getDialogStackManager() and DialogStackManager.getSuspendedDCXs() instead. |
Method Detail |
---|
DialogDefinition getDialogDefinition()
DialogDefinition
corresponding to the dialog that is currently executing.
DialogDefinition
of the currently active dialog.ObjectID getDialogInstanceID()
ObjectID
, use
getDialogStackManager()
and DialogStackManager.getActiveDCX()
instead.
ObjectID
.
ObjectID
of the currently running dialog, null
if no dialog is running.ListModel<ObjectID> getSuspendedDialogInstanceIDs()
ObjectID
s, use
getDialogStackManager()
and DialogStackManager.getSuspendedDCXs()
instead.
ObjectID
s.
ListModel
containing the list of suspended dialog instances, never null
.DialogStateManager getDialogStateManager()
DialogStateManager
valid in the scope this dialog service is valid in. Never null
.DialogStackManager getDialogStackManager()
DialogStackManager
valid in the scope this dialog service is valid in. Never null
.DCXManager getDCXManager()
DCXManager
valid in the scope this dialog service is valid in. Never null
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |