Uses of Class
ARoad0.gWork.LinkRightsImpl

Packages that use LinkRightsImpl
ARoad0.AcsAddon.Accbee.MySQL.gWork Provides the gWork classes for creating and analyzing a MySQL 5 database management system, as an extension of the generic ARoad0.gWork package, in the AcsAddon MySQL. 
ARoad0.AcsAddon.Accbee.Ubuntu.gWork Contains gWork classes for creating and analyzing a Linux Ubuntu operating system, as an extension of the generic ARoad0.gWork package, in the AcsAddon Ubuntu. 
 

Uses of LinkRightsImpl in ARoad0.AcsAddon.Accbee.MySQL.gWork
 

Subclasses of LinkRightsImpl in ARoad0.AcsAddon.Accbee.MySQL.gWork
 class LinkRightsMySQLImpl
          This class provides utilities about DisplayableLinkImpls on the MySQL server.
 

Constructors in ARoad0.AcsAddon.Accbee.MySQL.gWork with parameters of type LinkRightsImpl
NodeRightsMySQLImpl(AlgorithmInterpreter _interpreter, LinkRightsImpl _utility)
          Only one constructor, called by RightsMediatorImpl.
 

Uses of LinkRightsImpl in ARoad0.AcsAddon.Accbee.Ubuntu.gWork
 

Subclasses of LinkRightsImpl in ARoad0.AcsAddon.Accbee.Ubuntu.gWork
 class LinkRightsUbuntuImpl
          This class provides utilities about rights and links for Linux Ubuntu.
 

Constructors in ARoad0.AcsAddon.Accbee.Ubuntu.gWork with parameters of type LinkRightsImpl
NodeRightsUbuntuImpl(AlgorithmInterpreter _interpreter, LinkRightsImpl _utility)
          Only one constructor, called by RightsMediatorImpl.