Package com.ibm.portal.pcm.dialog.model

Interface Summary
DialogDefinition Provides access to the definition of a dialog in the scope of the PCM feature.
DialogDefinitionLocator<E extends Object & DialogDefinition> A locator for finding DialogDefinitions in a dialog model.
DialogModel<T extends DialogDefinition> Interface for a dialog model.
ReferencedResource A referenced resource references a portal resource either by specifying its unique name or a metadata key assigned to that resource.
Transition Representation of a dialog transition.
TransitionEndpoint Provides access to a transition endpoint being part of a dialog in the scope of the UX Screen Flow Manager.
TransitionEndpointLocator<E extends Object & TransitionEndpoint> A locator for finding TransitionEndpoints in a transition endpoint model.
TransitionEndpointModel<T extends Object & TransitionEndpoint> Interface for a transition endpoint model.
TransitionEndpointModelProvider Interface that allows to retrieve the transition endpoints declared within a dialog.
TransitionLocator<E extends Object & Transition> A locator for finding Transitions in a transition model.
TransitionModel<T extends Transition> Interface for a transition model.
TransitionModelProvider Interface that allows to retrieve the transitions declared within a dialog.
 

Enum Summary
ReferencedResource.ResourceType