Uses of Class
ARoad0.CNot.AccessControlLinkImpl

Packages that use AccessControlLinkImpl
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.CNot Provides classes that are dedicated to the access paths data. 
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 AccessControlLinkImpl in ARoad0.AcsAddon.Accbee.MySQL.gWork
 

Methods in ARoad0.AcsAddon.Accbee.MySQL.gWork that return AccessControlLinkImpl
 AccessControlLinkImpl NodeRightsMySQLImpl.getL_accessRightsThroughNodesTree(ImmutableLeaf _res, ImmutableEligibleParty _ep, ImmutableGroupID _grp)
          This important method returns in an AccessControlLink the inherited rights that are given by the directory tree, as inherited rights on a resource.
 AccessControlLinkImpl NodeRightsMySQLImpl.getMergedInheritedAclPriRightsAndComments(ImmutableSource _so, ImmutableLeaf _targ, AccessControlLinkImpl _upd_acLink, StringRight[] _l_transientInheritedRights)
          Gets the effective ACL rights of the source on the target when there are non-null inherited rights through the nodes tree, adds the current user as comment, and adds the comment 'database mixed ACL' for the direct AclEntries on databases.
 

Methods in ARoad0.AcsAddon.Accbee.MySQL.gWork with parameters of type AccessControlLinkImpl
 AccessControlLinkImpl NodeRightsMySQLImpl.getMergedInheritedAclPriRightsAndComments(ImmutableSource _so, ImmutableLeaf _targ, AccessControlLinkImpl _upd_acLink, StringRight[] _l_transientInheritedRights)
          Gets the effective ACL rights of the source on the target when there are non-null inherited rights through the nodes tree, adds the current user as comment, and adds the comment 'database mixed ACL' for the direct AclEntries on databases.
 

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

Methods in ARoad0.AcsAddon.Accbee.Ubuntu.gWork that return AccessControlLinkImpl
protected  AccessControlLinkImpl NodeRightsUbuntuImpl.addOtherRightsToAccessControlLink(ImmutableGroupIDMember _gm, ResourceUbuntu _node)
          This specialized AcsAddon method defines the effective applicable 'other' rights for any pair of nodes in a DisplayableLink.
 AccessControlLinkImpl NodeRightsUbuntuImpl.getL_accessRightsThroughNodesTree(ImmutableLeaf _res, ImmutableEligibleParty _ep, ImmutableGroupID _grp)
          Returns the inherited rights given by the directory tree, as AGO rights.
 

Methods in ARoad0.AcsAddon.Accbee.Ubuntu.gWork with parameters of type AccessControlLinkImpl
 boolean LinkRightsUbuntuImpl.isTransferingAGcontext(AccessControlLinkImpl _acLink, ImmutableACS _firstACS, ImmutableACS _secondACS)
          Adds to the super method, the transfering capacity when the type is GLOBAL with the comment NodeRightsUbuntuImpl.ACLINK_C_AGO_OTHER.
 

Uses of AccessControlLinkImpl in ARoad0.CNot
 

Methods in ARoad0.CNot that return AccessControlLinkImpl
 AccessControlLinkImpl[] DisplayableLinkImpl.getEorAllACLinks()
          Gets an array of all the AccessControlLinkImpl in this DisplayableLinkImpl.
 AccessControlLinkImpl[] DisplayableLinkImpl.getEorConnectedLinks(BaseObject _obj)
          Gets the 2 AccessControlLinks connected to a BaseObject which this DisplayableLinkImpl contains.
 AccessControlLinkImpl DisplayableLinkImpl.getEorFirstLink()
          If the instance is simple, return the single aclink.
 AccessControlLinkImpl DisplayableLinkImpl.getEorLastLink()
          If the instance is simple, returns the single aclink.
 

Methods in ARoad0.CNot with parameters of type AccessControlLinkImpl
 void DisplayableLinkImpl.addEorNode(int _index, BaseObject _newNode, AccessControlLinkImpl _firstLink, AccessControlLinkImpl _secondLink)
          Adds a node at the position _index with its two AccessControlLinkImpl.
 BaseObject[] DisplayableLinkImpl.getEorConnectedNodes(AccessControlLinkImpl _link)
           
 boolean AccessControlLinkImpl.mergeAccessControlLinkWithoutFiltering(AccessControlLinkImpl _acLink)
          Adds all the argument rights and comments in the rights and comments of this instance, for each activated type in the argument.
 void AccessControlLinkImpl.mergeCommentsWithoutFiltering(AccessControlLinkImpl _acLink)
          Adds all the argument comments to this instance comments, whatever the link type value in the argument and this instance.
 void AccessControlLinkImpl.setLinkTypesWithoutFiltering(AccessControlLinkImpl _acLink)
          Sets all the link types with the _acLink link types.
static DisplayableLinkImpl DisplayableLinkImpl.valueOf(DisplayableLinkImpl _dLink, BaseObject _secondEnd, AccessControlLinkImpl _lastLink)
          To create a new DisplayableLinkImpl, extends a current DisplayableLinkImpl _dLink to which, after a deep copy, a new node is added as the new second end.
 

Constructors in ARoad0.CNot with parameters of type AccessControlLinkImpl
DisplayableLinkImpl(BaseObject _firstEnd, BaseObject _secondEnd, AccessControlLinkImpl _link)
           
 

Uses of AccessControlLinkImpl in ARoad0.gWork
 

Methods in ARoad0.gWork that return AccessControlLinkImpl
 AccessControlLinkImpl AclRightsFactoryImpl.addAclInAccessControlLink(ImmutableResource _res, ImmutableEligibleParty _ep, AccessControlLinkImpl _upd_acLink)
          Adds the AclEntry rights and comments to an AccessControlLinkImpl.
 AccessControlLinkImpl PrivilegeRightsFactoryImpl.addPrivilegeInAccessControlLink(ImmutablePrivilegeTarget _pt, ImmutablePrivilegeSource _ps, AccessControlLinkImpl _upd_acLink)
          Adds the privilege rights to an AccessControlLinkImpl.
 AccessControlLinkImpl NodeRightsImpl.getL_accessRightsThroughNodesTree(ImmutableLeaf _res, ImmutableEligibleParty _ep, ImmutableGroupID _grp)
          Returns in an AccessControlLink the inherited rights given by the directory tree or virtual folder tree, as AG, ACL or LPRI rights.
 AccessControlLinkImpl NodeRightsImpl.getMergedInheritedAclPriRightsAndComments(ImmutableSource _so, ImmutableLeaf _targ, AccessControlLinkImpl _upd_acLink, StringRight[] _l_transientInheritedRights)
          Gets the effective ACL or LPRI rights of the source on the target when there are non-null inherited rights through the nodes tree, and adds some specific comments for the ACL or PRI rights from an AcsAddon, even if there is no inherited rights.
 

Methods in ARoad0.gWork with parameters of type AccessControlLinkImpl
 AccessControlLinkImpl AclRightsFactoryImpl.addAclInAccessControlLink(ImmutableResource _res, ImmutableEligibleParty _ep, AccessControlLinkImpl _upd_acLink)
          Adds the AclEntry rights and comments to an AccessControlLinkImpl.
 AccessControlLinkImpl PrivilegeRightsFactoryImpl.addPrivilegeInAccessControlLink(ImmutablePrivilegeTarget _pt, ImmutablePrivilegeSource _ps, AccessControlLinkImpl _upd_acLink)
          Adds the privilege rights to an AccessControlLinkImpl.
 AccessControlLinkImpl NodeRightsImpl.getMergedInheritedAclPriRightsAndComments(ImmutableSource _so, ImmutableLeaf _targ, AccessControlLinkImpl _upd_acLink, StringRight[] _l_transientInheritedRights)
          Gets the effective ACL or LPRI rights of the source on the target when there are non-null inherited rights through the nodes tree, and adds some specific comments for the ACL or PRI rights from an AcsAddon, even if there is no inherited rights.
 boolean LinkRightsImpl.isTransferingAGcontext(AccessControlLinkImpl _acLink, ImmutableACS _firstACS, ImmutableACS _secondACS)
          Called by setNextNodeAGrunningContext() and updateAGrunningContext().
 

Uses of AccessControlLinkImpl in ARoad0.gWorkInterface
 

Methods in ARoad0.gWorkInterface that return AccessControlLinkImpl
 AccessControlLinkImpl NodeRights.getL_accessRightsThroughNodesTree(ImmutableLeaf _res, ImmutableEligibleParty _acc, ImmutableGroupID _grp)
          Returns in an AccessControlLink the inherited rights given by the directory tree or virtual folder tree, as AG, ACL or LPRI rights.
 AccessControlLinkImpl NodeRights.getMergedInheritedAclPriRightsAndComments(ImmutableSource _so, ImmutableLeaf _targ, AccessControlLinkImpl _upd_acLink, StringRight[] _l_transientInheritedRights)
          Gets the effective ACL or LPRI rights of the source on the target when there are non-null inherited rights through the nodes tree, and adds some specific comments for the ACL or PRI rights from an AcsAddon, even if there is no inherited rights.
 

Methods in ARoad0.gWorkInterface with parameters of type AccessControlLinkImpl
 AccessControlLinkImpl NodeRights.getMergedInheritedAclPriRightsAndComments(ImmutableSource _so, ImmutableLeaf _targ, AccessControlLinkImpl _upd_acLink, StringRight[] _l_transientInheritedRights)
          Gets the effective ACL or LPRI rights of the source on the target when there are non-null inherited rights through the nodes tree, and adds some specific comments for the ACL or PRI rights from an AcsAddon, even if there is no inherited rights.