PREV CLASS
NEXT CLASS
|
|
SUMMARY: NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD |
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
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.
PREV CLASS
NEXT CLASS
|
|
SUMMARY: NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD |