|
Platform SDK Java 8.5 API Reference | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@Deprecated public interface PermissionDescriptor
This interface represents access permissions of an associated Configuration Server object.
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 |
---|
ICfgObject retrieveObject(IConfService service) throws ConfigException
service
- The configuration cfgService to use to retrieve the data
ConfigException
- in case of configuration read errorint getAccessMask()
int getObjectDbid()
int getObjectType()
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |