Platform SDK Java 8.5 API Reference

com.genesyslab.platform.applicationblocks.com
Interface PermissionDescriptor


Deprecated.

@Deprecated
public interface PermissionDescriptor

This interface represents access permissions of an associated Configuration Server object.

Author:
Petr Makagon, Vladislav Baranovsky, Alexander Filatov, Anton Brazhnyk, Sergii Volokh
See Also:
CfgObject.retrieveACL(), CfgObject.retrieveAccountPermissions(CfgObject)

Method Summary
 int getAccessMask()
          Deprecated. The access mask applicable to the specified object.
 int getObjectDbid()
          Deprecated. The dbid of the specified object.
 int getObjectType()
          Deprecated. The object type of the specified object.
 ICfgObject retrieveObject(IConfService service)
          Deprecated. Retrieves an instance of the object specified by the dbid and object type properties of this object.
 

Method Detail

retrieveObject

ICfgObject retrieveObject(IConfService service)
                          throws ConfigException
Deprecated. 
Retrieves an instance of the object specified by the dbid and object type properties of this object.

Parameters:
service - The configuration cfgService to use to retrieve the data
Returns:
An object retrieved from Configuration Server
Throws:
ConfigException - in case of configuration read error

getAccessMask

int getAccessMask()
Deprecated. 
The access mask applicable to the specified object.

Returns:
access mask

getObjectDbid

int getObjectDbid()
Deprecated. 
The dbid of the specified object.

Returns:
object dbid

getObjectType

int getObjectType()
Deprecated. 
The object type of the specified object.

Returns:
object type

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.