|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LinkRights | |
---|---|
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 LinkRights in ARoad0.AcsAddon.Accbee.MySQL.gWork |
---|
Classes in ARoad0.AcsAddon.Accbee.MySQL.gWork that implement LinkRights | |
---|---|
class |
LinkRightsMySQLImpl
This class provides utilities about DisplayableLinkImpls on the MySQL server. |
Uses of LinkRights in ARoad0.AcsAddon.Accbee.Ubuntu.gWork |
---|
Classes in ARoad0.AcsAddon.Accbee.Ubuntu.gWork that implement LinkRights | |
---|---|
class |
LinkRightsUbuntuImpl
This class provides utilities about rights and links for Linux Ubuntu. |
Uses of LinkRights in ARoad0.gWork |
---|
Classes in ARoad0.gWork that implement LinkRights | |
---|---|
class |
LinkRightsImpl
This class provides detection and filtering operations about links and privileges, for a given ACS. |
Fields in ARoad0.gWork declared as LinkRights | |
---|---|
protected LinkRights |
NodeRightsImpl.link_
instance of LinkRightsImpl or one of its subclass |
Fields in ARoad0.gWork with type parameters of type LinkRights | |
---|---|
private java.util.Map<ImmutableName,LinkRights> |
RightsMediatorImpl.m_LinkRights_
Map of the instances of the LinkRights or its subclasses for the view nodes and the analyzed or intermediate nodes. |
Methods in ARoad0.gWork that return types with arguments of type LinkRights | |
---|---|
java.util.Collection<LinkRights> |
RightsMediatorImpl.getAllLinkRights(java.util.Collection<DisplayableLinkImpl> _l_dLinks)
Gets the collection of all the LinkRights associated to the nodes in the DisplayableLinkImpls of a collection. |
java.util.Map<ImmutableName,LinkRights> |
RightsMediatorImpl.getLinkRightsInstances()
Gets the map of the LinkRights instances to use for each view node, analyzed or intermediate node. |
Constructors in ARoad0.gWork with parameters of type LinkRights | |
---|---|
NodeRightsImpl(AlgorithmInterpreter _interpreter,
LinkRights _link)
Only one constructor, called by RightsMediatorImpl after the creation of the DisplayableLinkUtilities instance of _interpreter. |
Uses of LinkRights in ARoad0.gWorkInterface |
---|
Methods in ARoad0.gWorkInterface that return types with arguments of type LinkRights | |
---|---|
java.util.Collection<LinkRights> |
AlgorithmInterpreter.getAllLinkRights(java.util.Collection<DisplayableLinkImpl> _l_dLinks)
Gets all the LinkRights associated to the nodes in the DisplayableLinkImpls of a collection. |
java.util.Map<ImmutableName,LinkRights> |
AlgorithmInterpreter.getLinkRightsInstances()
Gets the map of the LinkRights instances to use for each view node or intermediate node. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |