Modifier and Type | Method | Description |
---|---|---|
CfgScript |
CapacityRuleHelper.getCfgScript() |
Gets COM AB CfgScript object instance.
|
Modifier and Type | Method | Description |
---|---|---|
static CapacityRuleHelper |
CapacityRuleHelper.create(CfgScript script) |
Creates instance of CapacityRuleHelper class.
|
Modifier and Type | Method | Description |
---|---|---|
CfgScript |
CfgAlarmCondition.getAlarmDetectScript() |
A unique identifier of a script which describes the logic
to be applied to detect an alarm based on this alarm condition.
|
CfgScript |
CfgDeltaAlarmCondition.getAlarmDetectScript() |
A unique identifier of a script which describes the logic
to be applied to detect an alarm based on this alarm condition.
|
CfgScript |
CfgAgentInfo.getCapacityRule() |
A unique identifier of the capacity rule (
CfgScript
)
associated with this agent. |
CfgScript |
CfgDeltaGroup.getCapacityRule() |
A unique identifier of the capacity rule (
Script
) associated
with this group. |
CfgScript |
CfgDeltaPlace.getCapacityRule() |
A unique identifier of the capacity rule
(
CfgScript
)
associated with this place. |
CfgScript |
CfgGroup.getCapacityRule() |
A unique identifier of the capacity rule (
Script
) associated
with this group. |
CfgScript |
CfgPlace.getCapacityRule() |
A unique identifier of the capacity rule
(
CfgScript
)
associated with this place. |
CfgScript |
CfgDeltaTenant.getDefaultCapacityRule() |
A unique identifier of the capacity rule (
CfgScript
)
associated with this tenant. |
CfgScript |
CfgTenant.getDefaultCapacityRule() |
A unique identifier of the capacity rule (
CfgScript
)
associated with this tenant. |
CfgScript |
CfgCampaignGroup.getInteractionQueue() |
A unique identifier of the
Script
of type CFGInteractionQueue for this campaign group. |
CfgScript |
CfgDeltaCampaignGroup.getInteractionQueue() |
A unique identifier of the
Script
of type CFGInteractionQueue for this campaign group. |
CfgScript |
CfgCallingList.getScript() |
A unique identifier of the
CfgScript
for this calling list. |
CfgScript |
CfgCampaign.getScript() |
A unique identifier of the campaign
CfgScript
. |
CfgScript |
CfgCampaignGroup.getScript() |
A unique identifier of the
Script
for group/campaign. |
CfgScript |
CfgCampaignGroupInfo.getScript() |
|
CfgScript |
CfgDeltaCallingList.getScript() |
A unique identifier of the
CfgScript
for this calling list. |
CfgScript |
CfgDeltaCampaign.getScript() |
A unique identifier of the campaign
CfgScript
. |
CfgScript |
CfgDeltaCampaignGroup.getScript() |
A unique identifier of the
Script
for group/campaign. |
CfgScript |
CfgDeltaVoicePrompt.getScript() |
A unique identifier of the
CfgScript
for this voice prompt. |
CfgScript |
CfgVoicePrompt.getScript() |
A unique identifier of the
CfgScript
for this voice prompt. |
CfgScript |
CfgDeltaScript.retrieveCfgScript() |
Read base CfgScript configuration object caused this event.
|
Modifier and Type | Method | Description |
---|---|---|
java.util.Collection<CfgScript> |
CfgDeltaAlarmCondition.getAddedClearanceScripts() |
A pointer to a list of identifiers of the
CfgScript
that describe
clearance to an alarm based on this alarm condition. |
java.util.Collection<CfgScript> |
CfgDeltaAlarmCondition.getAddedReactionScripts() |
A pointer to a list of identifiers of the
CfgScript
that describe
reactions to an alarm based on this alarm condition. |
java.util.Collection<CfgScript> |
CfgAlarmCondition.getClearanceScripts() |
A pointer to a list of identifiers of the
CfgScript
that describe
clearance to an alarm based on this alarm condition. |
java.util.Collection<CfgScript> |
CfgDeltaAlarmCondition.getDeletedClearanceScripts() |
A pointer to a list of identifiers of the scripts excluded
from clearance to the alarm based on this alarm condition.
|
java.util.Collection<CfgScript> |
CfgDeltaAlarmCondition.getDeletedReactionScripts() |
A pointer to a list of identifiers of the scripts excluded
from reactions to the alarm based on this alarm condition.
|
java.util.Collection<CfgScript> |
CfgAlarmCondition.getReactionScripts() |
A pointer to a list of identifiers of the
CfgScript
that describe
reactions to an alarm based on this alarm condition. |
Modifier and Type | Method | Description |
---|---|---|
void |
CfgAlarmCondition.setAlarmDetectScript(CfgScript value) |
A unique identifier of a script which describes the logic
to be applied to detect an alarm based on this alarm condition.
|
void |
CfgAgentInfo.setCapacityRule(CfgScript value) |
A unique identifier of the capacity rule (
CfgScript
)
associated with this agent. |
void |
CfgGroup.setCapacityRule(CfgScript value) |
A unique identifier of the capacity rule (
Script
) associated
with this group. |
void |
CfgPlace.setCapacityRule(CfgScript value) |
A unique identifier of the capacity rule
(
CfgScript
)
associated with this place. |
void |
CfgTenant.setDefaultCapacityRule(CfgScript value) |
A unique identifier of the capacity rule (
CfgScript
)
associated with this tenant. |
void |
CfgCampaignGroup.setInteractionQueue(CfgScript value) |
A unique identifier of the
Script
of type CFGInteractionQueue for this campaign group. |
void |
CfgCallingList.setScript(CfgScript value) |
A unique identifier of the
CfgScript
for this calling list. |
void |
CfgCampaign.setScript(CfgScript value) |
A unique identifier of the campaign
CfgScript
. |
void |
CfgCampaignGroup.setScript(CfgScript value) |
A unique identifier of the
Script
for group/campaign. |
void |
CfgCampaignGroupInfo.setScript(CfgScript value) |
|
void |
CfgVoicePrompt.setScript(CfgScript value) |
A unique identifier of the
CfgScript
for this voice prompt. |
Modifier and Type | Method | Description |
---|---|---|
void |
CfgAlarmCondition.setClearanceScripts(java.util.Collection<CfgScript> value) |
A pointer to a list of identifiers of the
CfgScript
that describe
clearance to an alarm based on this alarm condition. |
void |
CfgAlarmCondition.setReactionScripts(java.util.Collection<CfgScript> value) |
A pointer to a list of identifiers of the
CfgScript
that describe
reactions to an alarm based on this alarm condition. |
Modifier and Type | Method | Description |
---|---|---|
CfgScript |
CfgScriptQuery.executeSingleResult() |
Executes a query the result of which is a single object.
|
Modifier and Type | Method | Description |
---|---|---|
AsyncRequestResult<CfgScript> |
CfgScriptQuery.beginExecute(Action<AsyncRequestResult<CfgScript>> callback,
java.lang.Object state) |
Begins the asynchronous execution of the current query.
|
java.util.Collection<CfgScript> |
CfgScriptQuery.execute() |
Executes the query and returns a list of CfgScript objects.
|
Modifier and Type | Method | Description |
---|---|---|
AsyncRequestResult<CfgScript> |
CfgScriptQuery.beginExecute(Action<AsyncRequestResult<CfgScript>> callback,
java.lang.Object state) |
Begins the asynchronous execution of the current query.
|
Send comments on this topicTechpubs.webadmin@genesys.com.
Document version: 9.0.006.00
Copyright © 2006–2019 Genesys Telecommunications Laboratories, Inc. All rights reserved.