Uses of Interface
ARoad0.gBaseInterface.ACSObjectAddon

Packages that use ACSObjectAddon
ARoad0.AcsAddon.Accbee.MySQL.gBase Provides the gBase classes for modelling a MySQL 5 server as an extension, in the AcsAddon MySQL, of the generic ARoad0.gBase package. 
ARoad0.AcsAddon.Accbee.MySQL.gBaseInterface Contains interfaces for modelizing a MySQL 5 server, as an extension of the generic ARoad0.gBaseInterface package, in the AcsAddon MySQL. 
ARoad0.AcsAddon.Accbee.Ubuntu.gBase Provides the gBase classes for modelizing a Linux Ubuntu operating system, as an extension, in the AcsAddon Ubuntu, of the generic ARoad0.gBase package. 
ARoad0.AcsAddon.Accbee.Ubuntu.gBaseInterface Contains interfaces for modelizing a Linux Ubuntu operating system, as an extension of the generic ARoad0.gBaseInterface package, in the AcsAddon Ubuntu. 
ARoad0.gBase CORE OF THE PROGRAM This package contains the fresh object-oriented database management system for Access Road; this package documentation page is recommended as a first reading for all the Access Road developers. 
 

Uses of ACSObjectAddon in ARoad0.AcsAddon.Accbee.MySQL.gBase
 

Classes in ARoad0.AcsAddon.Accbee.MySQL.gBase that implement ACSObjectAddon
 class ActorMySQLImpl
          This class is responsible for modeling a MySQL Actor to implement varied constraints on the instance, the property isRightProxy_ and the inherited AclEntries.
 class BasesSetMySQLImpl
          This class is responsible for modeling a BasesSetMySQL which is a set of databases having a wildcard in its name, like 'BASE O%', as child of the Directory '|pattern-name_bases sets|'.
 class DirectoryMySQLImpl
          This class is responsible to manage the inherited AclEntries of the children, to manage the global rights, and to provide the main documentation for all the ResourceMySQL classes.
 class GroupIDMySQLImpl
          This class is responsible for modeling a MySQL GroupID to manage the constraints on the account membership and group names.
 class ProxyMySQLImpl
          This class is responsible for modeling a MySQL proxy user having a proxied account as a non-generic alias reference.
 class ResourceMySQLImpl
          This class is responsible for modeling a MySQL resource, mainly to implement the AclEntry sorting for the direct and the inherited ACL.
 class RoleMySQLImpl
          Currently unused.
 class UserIDMySQLImpl
          This class is responsible for modeling a MySQL account to manage the constraints on the account membership, always with the type 'account'.
 class VirtualFolderMySQLImpl
          This class is responsible to simulate a MySQL view, adding a view delegate under the database node in the resources tree.
 

Uses of ACSObjectAddon in ARoad0.AcsAddon.Accbee.MySQL.gBaseInterface
 

Subinterfaces of ACSObjectAddon in ARoad0.AcsAddon.Accbee.MySQL.gBaseInterface
 interface ActorMySQL
          This interface is responsible for modeling a MySQL Actor to forbid the editing of the default true value on the property isRightProxy_.
 interface BasesSetMySQL
          This interface is responsible for modeling a set of databases having a wildcard in its name, like 'BASE O%'.
 interface DirectoryMySQL
          This interface is responsible for modeling a MySQL Directory to manage the inherited AclEntries in the Directory children.
 interface GroupIDMySQL
          This interface is responsible for modeling a MySQL GroupID to manage the constraints on the account membership.
 interface ProxyMySQL
          This interface is responsible for modeling a MySQL proxy user having a proxied user as hard alias reference.
 interface ResourceMySQL
          This interface is responsible for modeling a MySQL resource.
 interface RoleMySQL
          This interface is responsible for modeling a role into the MySQL Workbench software.
 interface UserIDMySQL
          This interface is responsible for modeling a MySQL UserID to manage the constraints on the account membership.
 interface VirtualFolderMySQL
          This interface is a VirtualFolder for simulating a MySQL view.
 

Uses of ACSObjectAddon in ARoad0.AcsAddon.Accbee.Ubuntu.gBase
 

Classes in ARoad0.AcsAddon.Accbee.Ubuntu.gBase that implement ACSObjectAddon
 class ActorUbuntuImpl
          This class is responsible for modeling a Linux Ubuntu actor which may have access to controled resources.
 class DirectoryUbuntuImpl
          This class is responsible for modeling a Linux/Unix directory which contains children (resources and others directories).
 class ExecutableUbuntuImpl
          This class is responsible for modeling a Linux Ubuntu executable, which may have Linux/Unix setUID and setGID capabilities.
 class ResourceUbuntuImpl
          This class is responsible for modeling a Linux Ubuntu resource.
 

Uses of ACSObjectAddon in ARoad0.AcsAddon.Accbee.Ubuntu.gBaseInterface
 

Subinterfaces of ACSObjectAddon in ARoad0.AcsAddon.Accbee.Ubuntu.gBaseInterface
 interface ActorUbuntu
          This interface is responsible for modeling a Linux Ubuntu actor.
 interface DirectoryUbuntu
          This interface is responsible for modeling a Linux Ubuntu directory.
 interface ExecutableUbuntu
          This interface is responsible for modeling a Linux/Unix executable, which may have setUID and setGID capabilities.
 interface ResourceUbuntu
          This interface is responsible for modeling a Linux Ubuntu resource.
 

Uses of ACSObjectAddon in ARoad0.gBase
 

Methods in ARoad0.gBase with parameters of type ACSObjectAddon
 void UtilityImpl.addAddonInnerPropertyChangeListener(java.beans.PropertyChangeListener _listener, ACSObjectAddon _obj)
          Registers for the specific events to listen, because these events should change the rights of an ACSObject in an ACS Addon.
private  void UtilityImpl.changeAddonInnerPropertyChangeListener(java.beans.PropertyChangeListener _listener, ACSObjectAddon _obj, boolean _toAdd)
          Registers or unregisters for the specific events to listen, because these events should change the rights of an ACSObject in an ACS Addon.
 void UtilityImpl.removeAddonInnerPropertyChangeListener(java.beans.PropertyChangeListener _listener, ACSObjectAddon _obj)
          Unregisters for the specific events to listen, because these events should change the rights of an ACSObject in an ACS Addon.