|
Platform SDK Java 8.5 API Reference | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.genesyslab.platform.commons.protocol.DataObject
com.genesyslab.platform.commons.protocol.Message
com.genesyslab.platform.configuration.protocol.confserver.events.EventPermissionsUpdated
public abstract class EventPermissionsUpdated
Field Summary | |
---|---|
static int |
ID
|
static java.lang.String |
NAME
|
Method Summary | |
---|---|
static EventPermissionsUpdated |
create()
Creates instance of EventPermissionsUpdated with no parameters set. |
static EventPermissionsUpdated |
create(java.lang.Integer recursion)
Creates instance of EventPermissionsUpdated. |
static EventPermissionsUpdated |
create(java.lang.Integer recursion,
org.w3c.dom.Document confPermissions,
java.lang.Integer unsolisitedEventNumber,
java.lang.Integer time)
Deprecated. Use new configuration server structures instead of DOM. |
abstract org.w3c.dom.Document |
getConfPermissions()
Deprecated. |
abstract ConfStructure |
getConfPermissionsACL()
Genesys Configuration Server Access Control List. |
abstract java.lang.Integer |
getRecursion()
Flag of 'recursive' appliance of the permissions on the underlying objects. |
abstract java.lang.Integer |
getReferenceId()
Reference ID to connect response to request. |
abstract java.lang.Integer |
getTime()
Time when the event was issued by Configuration Server |
abstract java.lang.Integer |
getUnsolisitedEventNumber()
Unsolicited notification event's number |
abstract void |
setConfPermissions(org.w3c.dom.Document confPermissions)
Deprecated. |
abstract void |
setConfPermissionsACL(ConfStructure confPermissionsACL)
Genesys Configuration Server Access Control List. |
abstract void |
setRecursion(int recursion)
Flag of 'recursive' appliance of the permissions on the underlying objects. |
abstract void |
setRecursion(java.lang.Integer recursion)
Flag of 'recursive' appliance of the permissions on the underlying objects. |
abstract void |
setReferenceId(int referenceId)
Reference ID to connect response to request. |
abstract void |
setReferenceId(java.lang.Integer referenceId)
Reference ID to connect response to request. |
abstract void |
setTime(int time)
Time when the event was issued by Configuration Server |
abstract void |
setTime(java.lang.Integer time)
Time when the event was issued by Configuration Server |
abstract void |
setUnsolisitedEventNumber(int unsolisitedEventNumber)
Unsolicited notification event's number |
abstract void |
setUnsolisitedEventNumber(java.lang.Integer unsolisitedEventNumber)
Unsolicited notification event's number |
Methods inherited from class com.genesyslab.platform.commons.protocol.Message |
---|
cloneMessage, getEndpoint, getMessageAttribute, getProtocolDescription, getProtocolId, messageId, messageName, setProtocolDescription |
Methods inherited from class com.genesyslab.platform.commons.protocol.DataObject |
---|
equals, hashCode, toString, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final int ID
public static final java.lang.String NAME
Method Detail |
---|
public static EventPermissionsUpdated create()
public static EventPermissionsUpdated create(java.lang.Integer recursion)
recursion
- flag of 'recursive' appliance of the permissions on the underlying objects
public static EventPermissionsUpdated create(java.lang.Integer recursion, org.w3c.dom.Document confPermissions, java.lang.Integer unsolisitedEventNumber, java.lang.Integer time)
recursion
- flag of 'recursive' appliance of the permissions on the underlying objectsconfPermissions
- Access Control ListunsolisitedEventNumber
- Unsolicited notification event's numbertime
- Time when the event was issued by Configuration Server
public abstract java.lang.Integer getReferenceId()
public abstract void setReferenceId(java.lang.Integer referenceId)
public abstract void setReferenceId(int referenceId)
public abstract java.lang.Integer getRecursion()
public abstract void setRecursion(java.lang.Integer recursion)
public abstract void setRecursion(int recursion)
@Deprecated public abstract org.w3c.dom.Document getConfPermissions()
@Deprecated public abstract void setConfPermissions(org.w3c.dom.Document confPermissions)
public abstract ConfStructure getConfPermissionsACL()
public abstract void setConfPermissionsACL(ConfStructure confPermissionsACL)
public abstract java.lang.Integer getUnsolisitedEventNumber()
public abstract void setUnsolisitedEventNumber(java.lang.Integer unsolisitedEventNumber)
unsolisitedEventNumber
- new value of the propertypublic abstract void setUnsolisitedEventNumber(int unsolisitedEventNumber)
unsolisitedEventNumber
- new value of the propertypublic abstract java.lang.Integer getTime()
public abstract void setTime(java.lang.Integer time)
time
- new value of the propertypublic abstract void setTime(int time)
time
- new value of the property
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |