Uses of Interface
ARoad0.gWorkInterface.NodeRights

Packages that use NodeRights
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. 
ARoad0.gWork Contains the classes of the second core of the program that processes the search of rights in the open views. 
ARoad0.gWorkInterface Contains interfaces to process the search of rights in the views, as a support to the gWork package. 
 

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

Classes in ARoad0.AcsAddon.Accbee.MySQL.gWork that implement NodeRights
 class NodeRightsMySQLImpl
          This complex class is responsible for getting the rights for an MySQL node in a view, for the AcsAddon MySQL.
 

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

Classes in ARoad0.AcsAddon.Accbee.Ubuntu.gWork that implement NodeRights
 class NodeRightsUbuntuImpl
          This class is responsible for getting the rights for an Ubuntu node in a view, for the AcsAddon Ubuntu.
 

Uses of NodeRights in ARoad0.gWork
 

Classes in ARoad0.gWork that implement NodeRights
 class NodeRightsImpl
          This class is responsible for getting the rights for a node in a view, and since each implied ACS may be generic or from an AcsAddon, the main job of this class is to give the correct method to use for each ACS and each search.
 

Fields in ARoad0.gWork with type parameters of type NodeRights
private  java.util.Map<ImmutableName,NodeRights> RightsMediatorImpl.m_NodeRights_
          Map of the instances of the NodeRights or its subclasses for the view nodes and the analyzed or intermediate nodes.
 

Methods in ARoad0.gWork that return NodeRights
 NodeRights RightsMediatorImpl.addInstancesForNode(BaseObject _node)
          Creates a new NodeRights and a new LinkRights instances for a view node, an analyzed or an intermediate node.
 

Methods in ARoad0.gWork that return types with arguments of type NodeRights
 java.util.Map<ImmutableName,NodeRights> RightsMediatorImpl.getNodeRightsInstances()
          Gets the map of the NodeRights instances to use for each view node, analyzed or intermediate node.
 

Uses of NodeRights in ARoad0.gWorkInterface
 

Methods in ARoad0.gWorkInterface that return NodeRights
 NodeRights AlgorithmInterpreter.addInstancesForNode(BaseObject _node)
          Creates a new NodeRights and a new LinkRights instances for a view node or an intermediate node.
 

Methods in ARoad0.gWorkInterface that return types with arguments of type NodeRights
 java.util.Map<ImmutableName,NodeRights> AlgorithmInterpreter.getNodeRightsInstances()
          Gets the map of the NodeRights instances to use for each view node or intermediate node.