ICfgFilterBasedQuery<CfgScript>
, ICfgQuery<CfgScript>
, ICfgQueryObjectClass<CfgScript>
@Generated(value="com.genesyslab.platform.applicationblocks.com.generator.COMGenerator", date="2021-06-14T15:47:13-07:00") public class CfgScriptQuery extends CfgFilterBasedQuery<CfgScript>
ConfService
,
CfgScript
Constructor | Description |
---|---|
CfgScriptQuery() |
Create query object with default filter value for configuration objects
of CfgScript type.
|
CfgScriptQuery(int dbid) |
Create query object with filter initialized for the object DBID.
|
CfgScriptQuery(IConfService service) |
Create query object with default filter value for configuration objects
of CfgScript type.
|
CfgScriptQuery(java.lang.String name) |
Create query object with filter initialized for object name value.
|
Modifier and Type | Method | Description |
---|---|---|
AsyncRequestResult<CfgScript> |
beginExecute(Action<AsyncRequestResult<CfgScript>> callback,
java.lang.Object state) |
Begins the asynchronous execution of the current query.
|
java.util.Collection<CfgScript> |
execute() |
Executes the query and returns a list of CfgScript objects.
|
CfgScript |
executeSingleResult() |
Executes a query the result of which is a single object.
|
int |
getCapacityAgentDbid() |
A unique identifier of Person/Agent.
|
int |
getCapacityAgentGroupDbid() |
Unique identifier of an AgentGroup.
|
int |
getCapacityPlaceDbid() |
Unique identifier of a Place.
|
int |
getCapacityPlaceGroupDbid() |
Unique identifier of a PlaceGroup.
|
int |
getCapacityTenantDbid() |
A unique identifier of Tenant.
|
int |
getDbid() |
A unique identifier of a script.
|
int |
getExcludeBytecode() |
A flag controlling how the bytecode
binary option from the userProperties field will be returned.
|
int |
getExcludeLongstrings() |
A flag controlling how the string options longer that 255 chars userProperties field ( or options for objects that support them) field will be returned.
|
java.lang.String |
getName() |
Name of a script.
|
CfgScriptType |
getScriptType() |
Type of the script (see
CfgScriptType
).
|
CfgObjectState |
getState() |
Current state of a script (see
CfgObjectState
).
|
int |
getTenantDbid() |
A unique identifier of a tenant.
|
void |
setCapacityAgentDbid(int value) |
A unique identifier of Person/Agent.
|
void |
setCapacityAgentGroupDbid(int value) |
Unique identifier of an AgentGroup.
|
void |
setCapacityPlaceDbid(int value) |
Unique identifier of a Place.
|
void |
setCapacityPlaceGroupDbid(int value) |
Unique identifier of a PlaceGroup.
|
void |
setCapacityTenantDbid(int value) |
A unique identifier of Tenant.
|
void |
setDbid(int value) |
A unique identifier of a script.
|
void |
setExcludeBytecode(int value) |
A flag controlling how the bytecode
binary option from the userProperties field will be returned.
|
void |
setExcludeLongstrings(int value) |
A flag controlling how the string options longer that 255 chars userProperties field ( or options for objects that support them) field will be returned.
|
void |
setName(java.lang.String value) |
Name of a script.
|
void |
setScriptType(CfgScriptType value) |
Type of the script (see
CfgScriptType
).
|
void |
setState(CfgObjectState value) |
Current state of a script (see
CfgObjectState
).
|
void |
setTenantDbid(int value) |
A unique identifier of a tenant.
|
equals, getCfgObjectClass, getCfgObjectType, getDoRequestFolderId, getDoRequestObjectPath, getExtraFilter, getFilter, getInt, getProperty, getQueryObjectClass, getString, hashCode, setDoRequestFolderId, setDoRequestObjectPath, setObjectClass, setProperty, toString
beginExecute, endExecute, execute, executeSingleResult
beginExecute, endExecute, execute, executeSingleResult
public CfgScriptQuery()
public CfgScriptQuery(IConfService service)
service
- The configuration service to use when executing this querypublic CfgScriptQuery(int dbid)
dbid
- value for filter on object dbidsetDbid(int)
public CfgScriptQuery(java.lang.String name)
name
- value for filter on object namesetName(String)
public CfgScript executeSingleResult() throws ConfigException
executeSingleResult
in class CfgQuery<CfgScript>
ConfigException
public java.util.Collection<CfgScript> execute() throws ConfigException, java.lang.InterruptedException
execute
in class CfgQuery<CfgScript>
ConfigException
java.lang.InterruptedException
public AsyncRequestResult<CfgScript> beginExecute(Action<AsyncRequestResult<CfgScript>> callback, java.lang.Object state) throws ConfigException
callback
- The method to be called when query results are availablestate
- a user-defined object that qualifies or contains information about an asynchronous operationConfigException
public final void setTenantDbid(int value)
value
- filter value on field "tenant_dbid".public final int getTenantDbid()
setTenantDbid(int)
public final void setScriptType(CfgScriptType value)
value
- filter value on field "script_type".public final CfgScriptType getScriptType()
setScriptType(CfgScriptType)
public final void setState(CfgObjectState value)
value
- filter value on field "state".public final CfgObjectState getState()
setState(CfgObjectState)
public final void setDbid(int value)
value
- filter value on field "dbid".public final int getDbid()
setDbid(int)
public final void setName(java.lang.String value)
value
- filter value on field "name".public final java.lang.String getName()
setName(String)
public final void setCapacityTenantDbid(int value)
value
- filter value on field "capacity_tenant_dbid".public final int getCapacityTenantDbid()
setCapacityTenantDbid(int)
public final void setCapacityAgentDbid(int value)
value
- filter value on field "capacity_agent_dbid".public final int getCapacityAgentDbid()
setCapacityAgentDbid(int)
public final void setCapacityAgentGroupDbid(int value)
value
- filter value on field "capacity_agent_group_dbid".public final int getCapacityAgentGroupDbid()
setCapacityAgentGroupDbid(int)
public final void setCapacityPlaceDbid(int value)
value
- filter value on field "capacity_place_dbid".public final int getCapacityPlaceDbid()
setCapacityPlaceDbid(int)
public final void setCapacityPlaceGroupDbid(int value)
value
- filter value on field "capacity_place_group_dbid".public final int getCapacityPlaceGroupDbid()
setCapacityPlaceGroupDbid(int)
public final void setExcludeBytecode(int value)
value
- filter value on field "exclude_bytecode".public final int getExcludeBytecode()
setExcludeBytecode(int)
public final void setExcludeLongstrings(int value)
value
- filter value on field "exclude_longstrings".public final int getExcludeLongstrings()
setExcludeLongstrings(int)
Send comments on this topicTechpubs.webadmin@genesys.com.
Document version: 9.0.006.00
Copyright © 2006–2019 Genesys Telecommunications Laboratories, Inc. All rights reserved.