Modifier and Type | Method | Description |
---|---|---|
static PartyInfo |
PartyInfo.create() |
Creates instance of PartyInfo with no parameters set.
|
static PartyInfo |
PartyInfo.create(PartyType partyType,
java.lang.Integer tenantId,
java.lang.String strategyId,
java.lang.String routerId,
java.lang.String placeId,
java.lang.String agentId,
TargetType targetType,
java.lang.String targetQueue,
java.lang.String targetWorkbin,
java.lang.String targetPlace,
java.lang.String targetAgent,
java.lang.String targetPlaceGroup,
java.lang.String targetAgentGroup,
VisibilityMode visibilityMode) |
Creates instance of PartyInfo.
|
static PartyInfo |
PartyInfo.create(PartyType partyType,
java.lang.Integer tenantId,
java.lang.String strategyId,
java.lang.String routerId,
java.lang.String placeId,
java.lang.String agentId,
java.lang.Integer placeDbId,
java.lang.Integer agentDbId,
TargetType targetType,
java.lang.String targetQueue,
java.lang.String targetWorkbin,
java.lang.String targetPlace,
java.lang.String targetAgent,
java.lang.String targetPlaceGroup,
java.lang.String targetAgentGroup,
VisibilityMode visibilityMode) |
Creates instance of PartyInfo.
|
Modifier and Type | Method | Description |
---|---|---|
abstract PartyInfo |
EventAgentInvited.getParty() |
|
abstract PartyInfo |
EventForcedAgentStateChange.getParty() |
|
abstract PartyInfo |
EventPartyAdded.getParty() |
|
abstract PartyInfo |
EventPartyRemoved.getParty() |
|
abstract PartyInfo |
EventRejected.getParty() |
|
abstract PartyInfo |
EventRevoked.getParty() |
|
abstract PartyInfo |
EventTakenFromQueue.getParty() |
|
abstract PartyInfo |
EventTakenFromWorkbin.getParty() |
Modifier and Type | Method | Description |
---|---|---|
static EventAgentInvited |
EventAgentInvited.create(java.lang.Integer proxyClientId,
java.lang.Integer ticketId,
InteractionOperation operation,
java.util.Date eventTime,
java.util.Date submittedToRouterAt,
InteractionProperties interaction,
ActorInfo actor,
ReasonInfo reason,
PartyInfo party,
KeyValueCollection extension) |
Creates instance of EventAgentInvited with all parameters set.
|
static EventAgentInvited |
EventAgentInvited.create(java.lang.Integer ticketId,
java.util.Date eventTime,
InteractionProperties interaction,
ActorInfo actor,
ReasonInfo reason,
PartyInfo party) |
Creates instance of EventAgentInvited with required parameters set.
|
static EventForcedAgentStateChange |
EventForcedAgentStateChange.create(PartyInfo party) |
Creates instance of EventForcedAgentStateChange with required parameters set.
|
static EventForcedAgentStateChange |
EventForcedAgentStateChange.create(java.lang.Integer proxyClientId,
KeyValueCollection mediaList,
java.lang.Boolean donotDisturb,
AgentStateChangeOperation agentStateChangeOperation,
java.lang.String mediaTypeName,
java.util.Date eventTime,
KeyValueCollection extension,
PartyInfo party,
ReasonInfo reason) |
Creates instance of EventForcedAgentStateChange with all parameters set.
|
static EventPartyAdded |
EventPartyAdded.create(java.lang.Integer proxyClientId,
InteractionOperation operation,
java.util.Date eventTime,
java.util.Date submittedToRouterAt,
java.lang.Boolean initialInFocusState,
InteractionProperties interaction,
ActorInfo actor,
PartyInfo party,
ReasonInfo reason,
KeyValueCollection extension) |
Creates instance of EventPartyAdded with all parameters set.
|
static EventPartyAdded |
EventPartyAdded.create(java.util.Date eventTime,
InteractionProperties interaction,
ActorInfo actor,
PartyInfo party,
ReasonInfo reason) |
Creates instance of EventPartyAdded with required parameters set.
|
static EventPartyRemoved |
EventPartyRemoved.create(java.lang.Integer proxyClientId,
InteractionOperation operation,
java.util.Date eventTime,
java.util.Date submittedToRouterAt,
InteractionProperties interaction,
ActorInfo actor,
PartyInfo party,
ReasonInfo reason,
KeyValueCollection extension) |
Creates instance of EventPartyRemoved.
|
static EventPartyRemoved |
EventPartyRemoved.create(java.util.Date eventTime,
InteractionProperties interaction,
ActorInfo actor,
PartyInfo party,
ReasonInfo reason) |
Creates instance of EventPartyRemoved.
|
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.
|
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 EventRevoked |
EventRevoked.create(java.lang.Integer proxyClientId,
InteractionOperation operation,
java.util.Date eventTime,
java.util.Date submittedToRouterAt,
InteractionProperties interaction,
ActorInfo actor,
PartyInfo party,
ReasonInfo reason,
KeyValueCollection extension) |
Creates instance of EventRevoked with all parameters set.
|
static EventTakenFromQueue |
EventTakenFromQueue.create(java.lang.Integer proxyClientId,
InteractionOperation operation,
java.util.Date eventTime,
java.util.Date submittedToRouterAt,
InteractionProperties interaction,
ActorInfo actor,
PartyInfo party,
ReasonInfo reason,
KeyValueCollection extension,
java.lang.Boolean initialInFocusState) |
Creates instance of EventTakenFromQueue with all parameters set.
|
static EventTakenFromWorkbin |
EventTakenFromWorkbin.create(InteractionOperation operation,
java.util.Date eventTime,
InteractionProperties interaction,
ActorInfo actor,
PartyInfo party,
ReasonInfo reason) |
Creates instance of EventTakenFromWorkbin with required parameters set.
|
static EventTakenFromWorkbin |
EventTakenFromWorkbin.create(java.lang.Integer proxyClientId,
InteractionOperation operation,
java.util.Date eventTime,
java.util.Date submittedToRouterAt,
InteractionProperties interaction,
ActorInfo actor,
PartyInfo party,
ReasonInfo reason,
java.lang.Boolean initialInFocusState,
KeyValueCollection extension) |
Creates instance of EventTakenFromWorkbin with all parameters set.
|
abstract void |
EventAgentInvited.setParty(PartyInfo party) |
|
abstract void |
EventForcedAgentStateChange.setParty(PartyInfo party) |
|
abstract void |
EventPartyAdded.setParty(PartyInfo party) |
|
abstract void |
EventPartyRemoved.setParty(PartyInfo party) |
|
abstract void |
EventRejected.setParty(PartyInfo party) |
|
abstract void |
EventRevoked.setParty(PartyInfo party) |
|
abstract void |
EventTakenFromQueue.setParty(PartyInfo party) |
|
abstract void |
EventTakenFromWorkbin.setParty(PartyInfo party) |
Modifier and Type | Method | Description |
---|---|---|
abstract PartyInfo |
EventCustomReporting.getParty() |
Modifier and Type | Method | Description |
---|---|---|
static EventCustomReporting |
EventCustomReporting.create(java.lang.Integer customEventId,
java.lang.Integer proxyClientId,
KeyValueCollection extension,
java.lang.String mediaTypeName,
KeyValueCollection eventContent,
java.util.Date eventTime,
InteractionProperties interaction,
PartyInfo party,
ReasonInfo reason) |
Creates instance of EventCustomReporting with all parameters set.
|
abstract void |
EventCustomReporting.setParty(PartyInfo party) |
Modifier and Type | Method | Description |
---|---|---|
abstract PartyInfo |
RequestDistributeEvent.getParty() |
Modifier and Type | Method | Description |
---|---|---|
static RequestDistributeEvent |
RequestDistributeEvent.create(java.lang.Integer customEventId,
java.lang.Integer proxyClientId,
KeyValueCollection extension,
java.lang.String mediaTypeName,
KeyValueCollection eventContent,
InteractionProperties interaction,
PartyInfo party,
ReasonInfo reason) |
Creates instance of RequestDistributeEvent with all parameters set.
|
abstract void |
RequestDistributeEvent.setParty(PartyInfo party) |
Send comments on this topicTechpubs.webadmin@genesys.com.
Document version: 9.0.006.00
Copyright © 2006–2019 Genesys Telecommunications Laboratories, Inc. All rights reserved.