public class NotificationQuery
extends java.lang.Object
Constructor | Description |
---|---|
NotificationQuery() |
Creates a new instance of subscription request query object.
|
Modifier and Type | Method | Description |
---|---|---|
java.util.Hashtable<java.lang.String,java.lang.Object> |
getFilter() |
|
java.lang.Integer |
getObjectDbid() |
This property is used if the client wants to follow changes in a specific object.
|
CfgObjectType |
getObjectType() |
This property is used if the client wants to subscribe to all events happening with all objects
of a the specific type.
|
java.lang.Integer |
getTenantDbid() |
This property is used if the client wants to subscribe to all events happening at the specific
Tenant.
|
void |
setObjectDbid(java.lang.Integer dbid) |
This property is used if the client wants to follow changes in a specific object.
|
void |
setObjectType(CfgObjectType type) |
This property is used if the client wants to subscribe to all events happening with all objects
of a the specific type.
|
void |
setTenantDbid(java.lang.Integer dbid) |
This property is used if the client wants to subscribe to all events happening at the specific
Tenant.
|
public NotificationQuery()
public void setObjectDbid(java.lang.Integer dbid)
setObjectType(CfgObjectType)
.dbid
- dbid of the object to be monitoredpublic java.lang.Integer getObjectDbid()
getObjectType()
.setObjectDbid(Integer)
public void setTenantDbid(java.lang.Integer dbid)
dbid
- dbid of the tenant to be monitoredpublic java.lang.Integer getTenantDbid()
setTenantDbid(Integer)
public void setObjectType(CfgObjectType type)
type
- object type for monitoringpublic CfgObjectType getObjectType()
setObjectType(CfgObjectType)
public final java.util.Hashtable<java.lang.String,java.lang.Object> getFilter()
Send comments on this topicTechpubs.webadmin@genesys.com.
Document version: 9.0.006.00
Copyright © 2006–2019 Genesys Telecommunications Laboratories, Inc. All rights reserved.