Platform SDK Java 8.5 API Reference

com.genesyslab.platform.configuration.protocol.confserver.requests.security
Class RequestUpdatePermissions

java.lang.Object
  extended by com.genesyslab.platform.commons.protocol.DataObject
      extended by com.genesyslab.platform.commons.protocol.Message
          extended by com.genesyslab.platform.configuration.protocol.confserver.requests.security.RequestUpdatePermissions
All Implemented Interfaces:
ProtocolDescriptionSupport

public abstract class RequestUpdatePermissions
extends Message


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

ID

public static final int ID
See Also:
Constant Field Values

NAME

public static final java.lang.String NAME
See Also:
Constant Field Values
Method Detail

create

public static RequestUpdatePermissions create()
Creates instance of RequestUpdatePermissions with no parameters set.

Returns:
instance of RequestUpdatePermissions

create

public static RequestUpdatePermissions create(org.w3c.dom.Document confPermissions)
Deprecated. Use new configuration server structures instead of DOM.

Creates instance of RequestUpdatePermissions.

Parameters:
confPermissions - Access Control List
Returns:
instance of RequestUpdatePermissions

create

public static RequestUpdatePermissions create(org.w3c.dom.Document confPermissions,
                                              java.lang.Integer recursion)
Deprecated. Use new configuration server structures instead of DOM.

Creates instance of RequestUpdatePermissions.

Parameters:
confPermissions - Access Control List
recursion - flag of 'recursive' appliance of the permissions on the underlying objects
Returns:
instance of RequestUpdatePermissions

create

public static RequestUpdatePermissions create(ConfStructure confPermissionsACL)
Creates instance of RequestUpdatePermissions.

Parameters:
confPermissionsACL - Access Control List
Returns:
instance of RequestUpdatePermissions

create

public static RequestUpdatePermissions create(ConfStructure confPermissionsACL,
                                              java.lang.Integer recursion)
Creates instance of RequestUpdatePermissions.

Parameters:
confPermissionsACL - Access Control List
recursion - flag of 'recursive' appliance of the permissions on the underlying objects
Returns:
instance of RequestUpdatePermissions

getReferenceId

public abstract java.lang.Integer getReferenceId()
Reference ID to connect response to request. If set to 0, it means that ReferenceID should be assigned by ReferenceBuilder.


setReferenceId

public abstract void setReferenceId(java.lang.Integer referenceId)
Reference ID to connect response to request. If set to 0, it means that ReferenceID should be assigned by ReferenceBuilder.


setReferenceId

public abstract void setReferenceId(int referenceId)
Reference ID to connect response to request. If set to 0, it means that ReferenceID should be assigned by ReferenceBuilder.


getConfPermissions

@Deprecated
public abstract org.w3c.dom.Document getConfPermissions()
Deprecated. 

Genesys Configuration Server Access Control List.


setConfPermissions

@Deprecated
public abstract void setConfPermissions(org.w3c.dom.Document confPermissions)
Deprecated. 

Genesys Configuration Server Access Control List.


getConfPermissionsACL

public abstract ConfStructure getConfPermissionsACL()
Genesys Configuration Server Access Control List.


setConfPermissionsACL

public abstract void setConfPermissionsACL(ConfStructure confPermissionsACL)
Genesys Configuration Server Access Control List.


getRecursion

public abstract java.lang.Integer getRecursion()
Flag of 'recursive' appliance of the permissions on the underlying objects.


setRecursion

public abstract void setRecursion(java.lang.Integer recursion)
Flag of 'recursive' appliance of the permissions on the underlying objects.


setRecursion

public abstract void setRecursion(int recursion)
Flag of 'recursive' appliance of the permissions on the underlying objects.


getParameters

public abstract KeyValueCollection getParameters()
TKVList containing additional parameters (if needed)

Returns:
property value

setParameters

public abstract void setParameters(KeyValueCollection parameters)
TKVList containing additional parameters (if needed)

Parameters:
parameters - new value of the property

Platform SDK Java 8.5 API Reference

Send comments on this topicTechpubs.webadmin@genesys.com.
Document version: 8.5.302.00
Copyright © 2006–2017 Genesys Telecommunications Laboratories, Inc. All rights reserved.