|
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.requests.security.RequestUpdatePermissions
public abstract class RequestUpdatePermissions
Field Summary | |
---|---|
static int |
ID
|
static java.lang.String |
NAME
|
Method Summary | |
---|---|
static RequestUpdatePermissions |
create()
Creates instance of RequestUpdatePermissions with no parameters set. |
static RequestUpdatePermissions |
create(ConfStructure confPermissionsACL)
Creates instance of RequestUpdatePermissions. |
static RequestUpdatePermissions |
create(ConfStructure confPermissionsACL,
java.lang.Integer recursion)
Creates instance of RequestUpdatePermissions. |
static RequestUpdatePermissions |
create(org.w3c.dom.Document confPermissions)
Deprecated. Use new configuration server structures instead of DOM. |
static RequestUpdatePermissions |
create(org.w3c.dom.Document confPermissions,
java.lang.Integer recursion)
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 KeyValueCollection |
getParameters()
TKVList containing additional parameters (if needed) |
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 void |
setConfPermissions(org.w3c.dom.Document confPermissions)
Deprecated. |
abstract void |
setConfPermissionsACL(ConfStructure confPermissionsACL)
Genesys Configuration Server Access Control List. |
abstract void |
setParameters(KeyValueCollection parameters)
TKVList containing additional parameters (if needed) |
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. |
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 RequestUpdatePermissions create()
public static RequestUpdatePermissions create(org.w3c.dom.Document confPermissions)
confPermissions
- Access Control List
public static RequestUpdatePermissions create(org.w3c.dom.Document confPermissions, java.lang.Integer recursion)
confPermissions
- Access Control Listrecursion
- flag of 'recursive' appliance of the permissions on the underlying objects
public static RequestUpdatePermissions create(ConfStructure confPermissionsACL)
confPermissionsACL
- Access Control List
public static RequestUpdatePermissions create(ConfStructure confPermissionsACL, java.lang.Integer recursion)
confPermissionsACL
- Access Control Listrecursion
- flag of 'recursive' appliance of the permissions on the underlying objects
public abstract java.lang.Integer getReferenceId()
public abstract void setReferenceId(java.lang.Integer referenceId)
public abstract void setReferenceId(int referenceId)
@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 getRecursion()
public abstract void setRecursion(java.lang.Integer recursion)
public abstract void setRecursion(int recursion)
public abstract KeyValueCollection getParameters()
public abstract void setParameters(KeyValueCollection parameters)
parameters
- 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 |