ICfgFilterBasedQuery<CfgAppPrototype>
, ICfgQuery<CfgAppPrototype>
, ICfgQueryObjectClass<CfgAppPrototype>
@Generated(value="com.genesyslab.platform.applicationblocks.com.generator.COMGenerator", date="2021-06-14T15:47:13-07:00") public class CfgAppPrototypeQuery extends CfgFilterBasedQuery<CfgAppPrototype>
ConfService
,
CfgAppPrototype
Constructor | Description |
---|---|
CfgAppPrototypeQuery() |
Create query object with default filter value for configuration objects
of CfgAppPrototype type.
|
CfgAppPrototypeQuery(int dbid) |
Create query object with filter initialized for the object DBID.
|
CfgAppPrototypeQuery(IConfService service) |
Create query object with default filter value for configuration objects
of CfgAppPrototype type.
|
CfgAppPrototypeQuery(java.lang.String name) |
Create query object with filter initialized for object name value.
|
Modifier and Type | Method | Description |
---|---|---|
AsyncRequestResult<CfgAppPrototype> |
beginExecute(Action<AsyncRequestResult<CfgAppPrototype>> callback,
java.lang.Object state) |
Begins the asynchronous execution of the current query.
|
java.util.Collection<CfgAppPrototype> |
execute() |
Executes the query and returns a list of CfgAppPrototype objects.
|
CfgAppPrototype |
executeSingleResult() |
Executes a query the result of which is a single object.
|
CfgAppType |
getAppType() |
Type of the application (see type
CfgAppType
).
|
int |
getDbid() |
A unique identifier of an application.
|
java.lang.String |
getName() |
Name of an application prototype.
|
CfgObjectState |
getState() |
Current state of an application prototype
(see
CfgObjectState
).
|
java.lang.String |
getVersion() |
A version of the application.
|
void |
setAppType(CfgAppType value) |
Type of the application (see type
CfgAppType
).
|
void |
setDbid(int value) |
A unique identifier of an application.
|
void |
setName(java.lang.String value) |
Name of an application prototype.
|
void |
setState(CfgObjectState value) |
Current state of an application prototype
(see
CfgObjectState
).
|
void |
setVersion(java.lang.String value) |
A version of the application.
|
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 CfgAppPrototypeQuery()
public CfgAppPrototypeQuery(IConfService service)
service
- The configuration service to use when executing this querypublic CfgAppPrototypeQuery(int dbid)
dbid
- value for filter on object dbidsetDbid(int)
public CfgAppPrototypeQuery(java.lang.String name)
name
- value for filter on object namesetName(String)
public CfgAppPrototype executeSingleResult() throws ConfigException
executeSingleResult
in class CfgQuery<CfgAppPrototype>
ConfigException
public java.util.Collection<CfgAppPrototype> execute() throws ConfigException, java.lang.InterruptedException
execute
in class CfgQuery<CfgAppPrototype>
ConfigException
java.lang.InterruptedException
public AsyncRequestResult<CfgAppPrototype> beginExecute(Action<AsyncRequestResult<CfgAppPrototype>> 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 setAppType(CfgAppType value)
value
- filter value on field "app_type".public final CfgAppType getAppType()
setAppType(CfgAppType)
public final void setState(CfgObjectState value)
value
- filter value on field "state".public final CfgObjectState getState()
setState(CfgObjectState)
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 setDbid(int value)
value
- filter value on field "dbid".public final int getDbid()
setDbid(int)
public final void setVersion(java.lang.String value)
value
- filter value on field "version".public final java.lang.String getVersion()
setVersion(String)
Send comments on this topicTechpubs.webadmin@genesys.com.
Document version: 9.0.006.00
Copyright © 2006–2019 Genesys Telecommunications Laboratories, Inc. All rights reserved.