|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EventRejected | |
---|---|
com.genesyslab.platform.openmedia.protocol.interactionserver.events |
Uses of EventRejected in com.genesyslab.platform.openmedia.protocol.interactionserver.events |
---|
Methods in com.genesyslab.platform.openmedia.protocol.interactionserver.events that return EventRejected | |
---|---|
static EventRejected |
EventRejected.create()
Creates instance of EventRejected with no parameters set. |
static EventRejected |
EventRejected.create(java.lang.Integer ticketId,
java.util.Date eventTime,
InteractionProperties interaction,
ActorInfo actor,
ReasonInfo reason,
PartyInfo party)
Creates instance of EventRejected with required parameters set. |
static EventRejected |
EventRejected.create(java.lang.Integer proxyClientId,
java.lang.Integer ticketId,
java.util.Date eventTime,
java.util.Date submittedToRouterAt,
InteractionProperties interaction,
ActorInfo actor,
ReasonInfo reason,
PartyInfo party,
KeyValueCollection extension)
Creates instance of EventRejected with all parameters set. |
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |