|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ACSObject | |
---|---|
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.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.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.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.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. |
ARoad0.gBaseInterface | Contains the interfaces of the generic gBase classes. |
ARoad0.Gui1 | Provides the internal frames and standard panels for handling the CRUD operations on the database objects, for the Access Road desktop. |
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 ACSObject in ARoad0.AcsAddon.Accbee.MySQL.gBase |
---|
Classes in ARoad0.AcsAddon.Accbee.MySQL.gBase that implement ACSObject | |
---|---|
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 ACSObject in ARoad0.AcsAddon.Accbee.MySQL.gBaseInterface |
---|
Subinterfaces of ACSObject 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 ACSObject in ARoad0.AcsAddon.Accbee.MySQL.gWork |
---|
Method parameters in ARoad0.AcsAddon.Accbee.MySQL.gWork with type arguments of type ACSObject | |
---|---|
java.util.List<DisplayableLinkImpl> |
NodeRightsMySQLImpl.selectAddonNewHiddenNodeForGroupIDMember(EPRViewInBase _viewInBase,
ImmutableGroupIDMember _node,
java.util.Set<DisplayableLinkImpl> _l_dLinks,
java.util.Map _m_l_DisplayableLinks,
java.util.List<ACSObject> _upd_l_NoProxyOrNoExecuteNodes)
Detects the hidden actors that are linked to a GroupIDMember as access source, to extend the current DisplayableLinkImpls this GroupIDMember ends. |
Uses of ACSObject in ARoad0.AcsAddon.Accbee.Ubuntu.gBase |
---|
Classes in ARoad0.AcsAddon.Accbee.Ubuntu.gBase that implement ACSObject | |
---|---|
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. |
class |
UserIDUbuntuImpl
This class is responsible for modeling an account in an ACS Ubuntu, as a kind of eligible party. |
Uses of ACSObject in ARoad0.AcsAddon.Accbee.Ubuntu.gBaseInterface |
---|
Subinterfaces of ACSObject 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. |
interface |
UserIDUbuntu
This interface is the immutable version of UserID for Ubuntu. |
Uses of ACSObject in ARoad0.AcsAddon.Accbee.Ubuntu.gWork |
---|
Method parameters in ARoad0.AcsAddon.Accbee.Ubuntu.gWork with type arguments of type ACSObject | |
---|---|
java.util.List<DisplayableLinkImpl> |
NodeRightsUbuntuImpl.selectAddonNewHiddenNodeForActor(EPRViewInBase _viewInBase,
ImmutableActor _node,
java.util.Set<DisplayableLinkImpl> _l_dLinks,
java.util.Map _m_l_DisplayableLinks,
java.util.List<ACSObject> _upd_l_NoProxyOrNoExecuteNodes)
Detects the hidden actors that are linked to an Ubuntu Actor as access source, to extend the current DisplayableLinks ended by this actor. |
java.util.List<DisplayableLinkImpl> |
NodeRightsUbuntuImpl.selectAddonNewHiddenNodeForGroupIDMember(EPRViewInBase _viewInBase,
ImmutableGroupIDMember _node,
java.util.Set<DisplayableLinkImpl> _l_dLinks,
java.util.Map _m_l_DisplayableLinks,
java.util.List<ACSObject> _upd_l_NoProxyOrNoExecuteNodes)
Detects the hidden nodes that are linked to an Ubuntu GroupIDMember as access source, to extend the current DisplayableLinks ended by this GroupIDMember. |
Uses of ACSObject in ARoad0.gBase |
---|
Classes in ARoad0.gBase that implement ACSObject | |
---|---|
class |
AclEntryImpl
This important class is responsible for modeling an access control entry which manages some access rights or some access restrictions from an eligible party to a resource. |
class |
ActorImpl
This class is responsible for modeling an acting entity which may have access to controlled resources. |
class |
BasicImpl
This class is responsible for modeling the member of a folder (VirtualFolder or ViewInBase) in an ACS, and it ensures the handling of Privileges. |
class |
DirectoryImpl
This class is responsible for modeling a directory which contains children, as resources and other directories. |
class |
EligiblePartyImpl
This class is responsible for modeling the simplest rights user for which an ACS grants access or denies access to some targets through AclEntries or Privileges. |
class |
GroupIDImpl
This class is responsible for modeling a GroupIDMember that owns a set of members, and which has Account/Group rights on Resources. |
class |
GroupIDMemberImpl
This class is responsible for modeling the entity which is a GroupID member. |
class |
PrivilegeAbst
This abstract class is used by its subclasses for creating the Privileges. |
class |
PrivilegeForLinksImpl
This class is responsible for modeling the direct links which manages some access rights from a EligibleParty list (or only one GroupID) to a privilege targets list (or only one target). |
class |
PrivilegeForTypeImpl
This class is responsible for modeling a set of rights from a source with a given type, to an access target with another given type. |
class |
ResourceImpl
This class is responsible for modeling a resource, that is an access target, in an access control system on which it is registered. |
class |
UserIDImpl
This class is responsible for modeling an account in an ACS, as a kind of GroupIDMember that owns some resources and a primary groupID. |
class |
VirtualFolderImpl
This class is a container of Resources belonging to one ACS, responsible for being a PrivilegeTarget, an alias or an alias reference. |
Fields in ARoad0.gBase declared as ACSObject | |
---|---|
protected ACSObject |
CAliasImpl.hardReferenceOrAlias_
|
protected ACSObject |
CAliasImpl.master_
|
protected ACSObject |
CFolderMemberImpl.master_
|
Methods in ARoad0.gBase that return ACSObject | |
---|---|
ACSObject |
BasicImpl.getEorAliasAsInternalHardReference()
Get the unique ACSObject, if any, of this ACS for which this object is an internal hard reference. |
protected ACSObject |
CAliasImpl.getEorAliasAsInternalHardReference()
Get the unique ACSObject, if any, of this ACS for which this object is an internal hard reference. |
ACSObject |
VirtualFolderImpl.getEorAliasAsInternalHardReference()
Get the unique ACSObject, if any, of this ACS for which this object is an internal hard reference. |
ACSObject |
BasicImpl.getEorReferenceAsInternalHardAlias()
Get the unique ACSObject, if any, of this ACS as reference for which this object is an internal hard alias. |
protected ACSObject |
CAliasImpl.getEorReferenceAsInternalHardAlias()
Get the unique ACSObject, if any, of this ACS for which this object is an internal hard alias. |
ACSObject |
VirtualFolderImpl.getEorReferenceAsInternalHardAlias()
Get the unique ACSObject, if any, of this ACS as reference for which this object is an internal hard alias. |
ACSObject |
ACSImpl.getReferenceOfSoftAlias(ACSObject _alias)
Gets the reference in this ACS for an external or internal soft alias, by the way of a specific algorithm. |
Methods in ARoad0.gBase with parameters of type ACSObject | |
---|---|
void |
UtilityImpl.addAddonParentPropertyChangeListener(java.beans.PropertyChangeListener _listener,
ACSObject _obj)
Registers the specific events to listen on a Resource or a VirtualFolder, and its direct and indirect parents, because these events should change the rights of the Resource or VirtualFolder in an ACS Addon. |
static void |
AssociateUtilityImpl.addAssociatesAfterCreation(ACSObject _master)
Executes the ACS associations after the creation of an ACSObject. |
protected void |
NoThanViewInBaseImpl.addEorHardAlias(ACSObject _obj)
Empty method since the NoThanView does not handle the alias relation as the EPRView. |
protected void |
EPRViewInBaseImpl.addEorHardAliasOrReference(ACSObject _obj)
If an added ACSObject in the view is an alias or an alias reference, adds to the view its associated object. |
protected void |
ACSImpl.addRootForChildACS(ImmutableName _child,
ACSObject _root)
Adds an ACSObject which has at least one relation with any opened child ACS, among the possible relations <ForChildAcsOpeningAndClosing>, <ForChildAcsOpeningNoClosing> and <ForChildAcsIntegrity>. |
private void |
UtilityImpl.changeAddonParentPropertyChangeListener(java.beans.PropertyChangeListener _listener,
ACSObject _obj,
boolean _toAdd)
Registers or unregisters the specific events to listen on a Resource or a VirtualFolder, and its direct and indirect parents, because these events should change the rights of the Resource or VirtualFolder in an ACS Addon. |
protected CAliasImpl |
CAliasImpl.cloneC(ACSObject _master)
Clone for embeddd class without registering the new object in the ACSs. |
protected CAliasImpl |
CAliasImpl.copy(ACSObject _masterCopy)
This method provides a copy of the instance with another name, without children copying because the copy order will not be always correct. |
protected CFolderMemberImpl |
CFolderMemberImpl.copy(ACSObject _masterCopy)
This method provides a copy of the instance with another name, without children copying because the copy order will not be always correct. |
protected static boolean |
VirtualFolderImpl.detectMemberInFolderTree(ACS _acs,
java.lang.String _folderType,
ACSObject _obj)
This method is used when memberOneTimeInTree_ is true, to detect the member in all the folders of the tree, for given virtual folder type. |
static java.util.Set<java.lang.String> |
AssociateUtilityImpl.getL_MapKeyMatchingForAssociationsOnNewObject(ACSObject _obj)
Defines the possible cases for associations, and it depends on the argument type. |
static boolean |
BaseUtilityImpl.getNoDisplayThisRightProperty(ACSObject _object,
java.beans.PropertyDescriptor _propertyDescriptor,
ACS _acs)
Detects the need to display a right property in the beamer, following the ACS policy about its standard and specialized rights. |
ACSObject |
ACSImpl.getReferenceOfSoftAlias(ACSObject _alias)
Gets the reference in this ACS for an external or internal soft alias, by the way of a specific algorithm. |
protected void |
ACSImpl.handleAssociationsForInnerObject(ACSObject _obj,
boolean _creating)
Noop. |
protected void |
ACSImpl.handleAssociationsForRootsOfChildACS(ACSObject _root,
boolean _opening)
Noop. |
void |
UtilityImpl.removeAddonParentPropertyChangeListener(java.beans.PropertyChangeListener _listener,
ACSObject _obj)
Unregisters the specific events to listen on a Resource or a VirtualFolder, and its direct and indirect parents, because these events should change the rights of the Resource or VirtualFolder in an ACS Addon. |
static void |
AssociateUtilityImpl.removeAssociatesAfterDeletion(ACSObject _deletedObject,
ACS _acsChild)
Removes the ACS associations after the deletion of an ACSObject. |
protected void |
NoThanViewInBaseImpl.removeEorHardAlias(ACSObject _obj)
Empty method since the NoThanView does not handle the alias relation as the EPRView. |
protected void |
EPRViewInBaseImpl.removeEorHardAliasOrReference(ACSObject _obj)
If a removed ACSObject in the view is an alias or an alias reference, removes from the view its associated object. |
protected void |
ACSImpl.removeRootForChildACS(ImmutableName _child,
ACSObject _root)
Removes an ACSObject which has no more relations with any opened child ACS, among the possible relations <ForChildAcsOpeningAndClosing>, <ForChildAcsOpeningNoClosing> and <ForChildAcsIntegrity>. |
protected void |
BasicImpl.setEorAliasAsInternalHardReference(ACSObject _ali)
Set the unique ACSObject, if any, of this ACS for which this object is an internal hard reference. |
protected void |
CAliasImpl.setEorAliasAsInternalHardReference(ACSObject _ali)
Sets the unique ACSObject, if any, of this ACS for which this object is an internal hard reference. |
protected void |
VirtualFolderImpl.setEorAliasAsInternalHardReference(ACSObject _ali)
Set the unique ACSObject, if any, of this ACS for which this object is an internal hard reference. |
protected void |
BasicImpl.setEorReferenceAsInternalHardAlias(ACSObject _ref)
Set the unique ACSObject, if any, of this ACS for which this object is an internal hard alias. |
protected void |
CAliasImpl.setEorReferenceAsInternalHardAlias(ACSObject _ref)
Sets the unique ACSObject, if any, of this ACS for which this object is an internal hard alias. |
protected void |
VirtualFolderImpl.setEorReferenceAsInternalHardAlias(ACSObject _ref)
Set the unique ACSObject, if any, of this ACS for which this object is an internal hard alias. |
Constructors in ARoad0.gBase with parameters of type ACSObject | |
---|---|
CAliasImpl(ACSObject _master)
Used by the master constructor. |
|
CFolderMemberImpl(ACSObject _master)
Used by the master constructor. |
Uses of ACSObject in ARoad0.gBaseInterface |
---|
Subinterfaces of ACSObject in ARoad0.gBaseInterface | |
---|---|
interface |
AclEntry
This interface is responsible for modeling the access control list entry which manages some access grantings or some access denyings from an EligibleParty to a Resource. |
interface |
ACSObjectAddon
This interface is responsible for describing the bound properties of an ACSObject in an ACS Addon package. |
interface |
Actor
This class is responsible for modeling an acting entity which may access to resources controlled by the ACS, and which may play some special roles, as a bridge, between an another actor and some resources. |
interface |
Basic
This interface is responsible for modeling the member of a folder (VirtualFolder or ViewInBase) in an ACS, and it ensures the handling of Privileges. |
interface |
Directory
The directory is composed of directories and files as children, and it is a kind of resource. |
interface |
EligibleParty
This interface is is responsible for modeling the simplest rights user for which an ACS grants access or denies access to some targets through AclEntries or Privileges. |
interface |
GroupID
This interface is responsible for modeling a GroupIDMember that owns a set of members, and which has Account/Group rights on Resources. |
interface |
GroupIDMember
This interface is responsible for modeling any EligibleParty which is a group member. |
interface |
ImmutableAclEntry
This important interface is responsible for modeling an access control entry which manages some access rights or some access restrictions from an eligible party to a resource. |
interface |
ImmutableActor
This immutable interface is responsible for modeling an acting entity which may access to resources controlled by the ACS, and which may play some special roles, as a bridge, between an another actor and some resources. |
interface |
ImmutableBasic
This interface is responsible for modeling the member of a folder (VirtualFolder or ViewInBase) in an ACS. |
interface |
ImmutableDirectory
This immutable interface is responsible for modeling a directory which contains children (resources and others directories). |
interface |
ImmutableEligibleParty
This interface is responsible for modeling the simplest rights user for which an ACS grants access or denies access to some targets through AclEntries or Privileges. |
interface |
ImmutableGroupID
This immutable interface is responsible for modeling a GroupIDMember that owns a set of members, and which has Account/Group rights on Resources. |
interface |
ImmutableGroupIDMember
This interface is responsible for modeling any entity which is a group member. |
interface |
ImmutableLeaf
This immutable interface is responsible for modeling a leaf in a tree. |
interface |
ImmutableNode
This interface is the immutable version of Node. |
interface |
ImmutablePrivilege
This interface models the Privilege, which, like ACL or AGO rights, is a type of granted or denied access right delivered to an access source for accessing to a target. |
interface |
ImmutablePrivilegeSource
This interface is responsible for modeling the source which is connected to Privileges. |
interface |
ImmutablePrivilegeTarget
This interface is responsible for modeling the target which is connected to Privileges. |
interface |
ImmutableResource
This interface is the immutable version of Resource. |
interface |
ImmutableSource
This interface is responsible for modeling the source that is implied in an access. |
interface |
ImmutableTarget
This interface is responsible for modeling the target that is implied in an access. |
interface |
ImmutableUserID
This interface is the immutable version of UserID. |
interface |
ImmutableVirtualFolder
This interface models a container of Resources belonging to one ACS, responsible for being a PrivilegeTarget, an alias or an alias reference. |
interface |
Leaf
Leaf is the usual interface for resources and virtual folders which are objects in a tree. |
interface |
Node
A node is a container of leaves or others nodes in a tree of ACSObjects. |
interface |
Privilege
This interface is used for modeling the Privilege, which, like ACL or AGO rights, is a type of granted or denied access right delivered to an access source for accessing to a target. |
interface |
PrivilegeForLinks
This interface is responsible for modeling the privileges which manages some access rights from a privilege sources list (or only one GroupID) to a privilege targets list (or only one target). |
interface |
PrivilegeForType
This interface is responsible for modeling rights from a source with a given type, to an access target with another given type. |
interface |
PrivilegeSource
This interface is responsible for modeling the source which is connected to Privileges. |
interface |
PrivilegeTarget
This interface is responsible for modeling the target which is connected to Privileges. |
interface |
PrivilegeUser
This interface is responsible for modeling the superclass of both the privilege source and the privilege target interfaces, for BasicImpl. |
interface |
Resource
This interface is responsible for modeling a resource in an ACS. |
interface |
UserID
This interface is responsible for modeling an account in an ACS, as a kind of GroupIDMember that owns some resources and a primary groupID. |
interface |
VirtualFolder
This interface is a Resources folder belonging to one ACS, responsible for being a privilege target, an alias or an alias reference. |
Methods in ARoad0.gBaseInterface that return ACSObject | |
---|---|
ACSObject |
ImmutableBasic.getEorAliasAsInternalHardReference()
Get the unique ACSObject, if any, of this ACS for which this object is an internal hard reference. |
ACSObject |
ImmutableSource.getEorAliasAsInternalHardReference()
Get the unique ACSObject, if any, of this ACS for which this object is an internal hard reference. |
ACSObject |
ImmutableTarget.getEorAliasAsInternalHardReference()
Get the unique ACSObject, if any, of this ACS for which this object is an internal hard reference. |
ACSObject |
ImmutableBasic.getEorReferenceAsInternalHardAlias()
Get the unique ACSObject, if any, of this ACS as reference for which this object is an internal hard alias. |
ACSObject |
ImmutableSource.getEorReferenceAsInternalHardAlias()
Get the unique ACSObject, if any, of this ACS for which this object is an internal hard alias. |
ACSObject |
ImmutableTarget.getEorReferenceAsInternalHardAlias()
Get the unique ACSObject, if any, of this ACS for which this object is an internal hard alias. |
ACSObject |
ImmutableACS.getReferenceOfSoftAlias(ACSObject _alias)
Gets the reference in this ACS for an external or internal soft alias, by the way of a specific algorithm. |
Methods in ARoad0.gBaseInterface with parameters of type ACSObject | |
---|---|
ACSObject |
ImmutableACS.getReferenceOfSoftAlias(ACSObject _alias)
Gets the reference in this ACS for an external or internal soft alias, by the way of a specific algorithm. |
Uses of ACSObject in ARoad0.Gui1 |
---|
Methods in ARoad0.Gui1 with parameters of type ACSObject | |
---|---|
static java.lang.Class<?> |
BeamerManager.getACSAllowedType(ACSObject _object,
java.lang.Class<?> _type)
Detect the subtype which is allowed by the acs, if there are some restrictions. |
Uses of ACSObject in ARoad0.gWork |
---|
Methods in ARoad0.gWork that return ACSObject | |
---|---|
static ACSObject |
ACS_Facade.getACSObjectFromDetailledName(ACS _acs,
java.lang.String _detailledName)
Gets the ACSObject from its detailled name. |
Methods in ARoad0.gWork with parameters of type ACSObject | |
---|---|
protected DisplayableLinkImpl |
CompoundRightsFactoryImpl.selectDirectHardAliasInViewForReference(EPRViewInBase _viewInBase,
ACSObject _ref)
Defines the link from an ACSObject as hard reference to its alias when the alias is in the view. |
protected DisplayableLinkImpl |
CompoundRightsFactoryImpl.selectDirectHardReferenceInViewForAlias(EPRViewInBase _viewInBase,
ACSObject _alias)
Defines the link from an ACSObject as hard alias to its reference when the reference is in the view. |
java.util.Set<DisplayableLinkImpl> |
CompoundRightsFactoryImpl.selectDirectHiddenReferenceForAlias(GraphicView _gview,
EPRViewInBase _viewInBase,
ACSObject _ali)
Detects the references of an alias that are not in _viewInBase. |
protected java.util.Set<DisplayableLinkImpl> |
CompoundRightsFactoryImpl.selectDirectReferencesInViewForAlias(EPRViewInBase _viewInBase,
ACSObject _alias)
Defines the links from an ACSObject as alias to its references when the references are in the view. |
java.util.Set<DisplayableLinkImpl> |
DisplayableLinkUtilities.selectDisplayableLinkWithStartPath(ACSObject[] _l_path,
java.util.Map _m_l_DisplayableLinks)
Selects the DisplayableLinks which contain _l_path at the beginning of their node chains. |
Method parameters in ARoad0.gWork with type arguments of type ACSObject | |
---|---|
java.util.List<DisplayableLinkImpl> |
NodeRightsImpl.selectAddonNewHiddenNodeForActor(EPRViewInBase _viewInBase,
ImmutableActor _node,
java.util.Set<DisplayableLinkImpl> _l_dLinks,
java.util.Map _m_l_DisplayableLinks,
java.util.List<ACSObject> _upd_l_NoProxyOrNoExecuteNodes)
Detects the hidden nodes that are linked to an Actor as access source, to extend the current DisplayableLinks ended by this actor. |
java.util.List<DisplayableLinkImpl> |
NodeRightsImpl.selectAddonNewHiddenNodeForGroupIDMember(EPRViewInBase _viewInBase,
ImmutableGroupIDMember _node,
java.util.Set<DisplayableLinkImpl> _l_dLinks,
java.util.Map _m_l_DisplayableLinks,
java.util.List<ACSObject> _upd_l_NoProxyOrNoExecuteNodes)
Detects the hidden nodes that are linked to a GroupIDMember as access source, to extend the current DisplayableLinks ended by this GroupIDMember. |
java.util.List<DisplayableLinkImpl> |
NodeRightsImpl.selectAddonNewHiddenNodeForVirtualFolder(EPRViewInBase _viewInBase,
ImmutableVirtualFolder _node,
java.util.Set<DisplayableLinkImpl> _l_dLinks,
java.util.Map _m_l_DisplayableLinks,
java.util.List<ACSObject> _upd_l_NoProxyOrNoExecuteNodes)
Detects the hidden nodes that are linked to a VirtualFolder as access source, to extend the current DisplayableLinks ended by this VirtualFolder. |
Uses of ACSObject in ARoad0.gWorkInterface |
---|
Method parameters in ARoad0.gWorkInterface with type arguments of type ACSObject | |
---|---|
java.util.List<DisplayableLinkImpl> |
NodeRights.selectAddonNewHiddenNodeForActor(EPRViewInBase _viewInBase,
ImmutableActor _node,
java.util.Set<DisplayableLinkImpl> _l_dLinks,
java.util.Map _m_l_DisplayableLinks,
java.util.List<ACSObject> _upd_l_NoProxyOrNoExecuteNodes)
Detects the hidden nodes that are linked to an Actor as access source, to extend the current DisplayableLinks ended by this actor. |
java.util.List<DisplayableLinkImpl> |
NodeRights.selectAddonNewHiddenNodeForGroupIDMember(EPRViewInBase _viewInBase,
ImmutableGroupIDMember _node,
java.util.Set<DisplayableLinkImpl> _l_dLinks,
java.util.Map _m_l_DisplayableLinks,
java.util.List<ACSObject> _upd_l_NoProxyOrNoExecuteNodes)
Detects the hidden nodes that are linked to a GroupIDMember as access source, to extend the current DisplayableLinks ended by this groupIDMember. |
java.util.List<DisplayableLinkImpl> |
NodeRights.selectAddonNewHiddenNodeForVirtualFolder(EPRViewInBase _viewInBase,
ImmutableVirtualFolder _node,
java.util.Set<DisplayableLinkImpl> _l_dLinks,
java.util.Map _m_l_DisplayableLinks,
java.util.List<ACSObject> _upd_l_NoProxyOrNoExecuteNodes)
Detects the hidden nodes that are linked to a VirtualFolder as access source, to extend the current DisplayableLinks ended by this VirtualFolder. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |