com.ibm.portal.pcm.dialog.model
Interface Transition

All Superinterfaces:
Identifiable, Localized, MetaDataProvider<java.lang.String,java.util.Map.Entry<java.lang.String,java.lang.String>>, TimeStamped

public interface Transition
extends TimeStamped, Identifiable, Localized, MetaDataProvider<java.lang.String,java.util.Map.Entry<java.lang.String,java.lang.String>>

Representation of a dialog transition.

Since:
8.0.0

Method Summary
 ObjectID getSourceEndpointID()
          Returns the endpoint ObjectID of the transition source.
 javax.xml.namespace.QName getSourceEvent()
          Returns the source (incoming) event QName of the transition.
 ObjectID getTargetEndpointID()
          Returns the endpoint ObjectID of the transition target.
 javax.xml.namespace.QName getTargetEvent()
          Returns the target (outgoing) event QName of the transition.
 
Methods inherited from interface com.ibm.portal.TimeStamped
getCreated, getLastModified
 
Methods inherited from interface com.ibm.portal.Identifiable
getObjectID
 
Methods inherited from interface com.ibm.portal.Localized
getDescription, getLocales, getTitle
 
Methods inherited from interface com.ibm.portal.MetaDataProvider
getMetaData
 

Method Detail

getSourceEndpointID

ObjectID getSourceEndpointID()
Returns the endpoint ObjectID of the transition source.

Returns:
ObjectID of the endpoint.

getSourceEvent

javax.xml.namespace.QName getSourceEvent()
Returns the source (incoming) event QName of the transition.

Returns:
QName of the source event.

getTargetEndpointID

ObjectID getTargetEndpointID()
Returns the endpoint ObjectID of the transition target.

Returns:
ObjectID of the endpoint.

getTargetEvent

javax.xml.namespace.QName getTargetEvent()
Returns the target (outgoing) event QName of the transition.

Returns:
QName of the target event.