service Group in module com::sun::star::sdbcx::

(Global Index)

Syntax

service Group;

Description

represents a group of users, which has certain access rights for the objects of the database.

Exported Interfaces

com::sun::star::sdbcx::XUsersSupplier

Description

gives access to the users which contains to this group.


com::sun::star::sdbcx::XAuthorizable

Description

shows the access rights of this group.


com::sun::star::beans::XPropertySet

Description

provides information about and access to the properties from an implementation.


Property Summary

Name is the name of the group.

Property Details



Name

Syntax

[readonly] string Name;

Description

is the name of the group.

Top of Page