|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ImmutableVirtualFolder | |
---|---|
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.CNot | Provides classes that are dedicated to the access paths data. |
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.Gui2 | Provides the classes for displaying the tree frames and the GraphicViews which display the diagrams in the desktop, following the gDMak package requests. |
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 ImmutableVirtualFolder in ARoad0.AcsAddon.Accbee.MySQL.gBase |
---|
Classes in ARoad0.AcsAddon.Accbee.MySQL.gBase that implement ImmutableVirtualFolder | |
---|---|
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 ImmutableVirtualFolder in ARoad0.AcsAddon.Accbee.MySQL.gBaseInterface |
---|
Subinterfaces of ImmutableVirtualFolder in ARoad0.AcsAddon.Accbee.MySQL.gBaseInterface | |
---|---|
interface |
VirtualFolderMySQL
This interface is a VirtualFolder for simulating a MySQL view. |
Uses of ImmutableVirtualFolder in ARoad0.CNot |
---|
Methods in ARoad0.CNot that return ImmutableVirtualFolder | |
---|---|
ImmutableVirtualFolder |
DisplayableLinkImpl.getEorLastVirtualFolderInPath()
The path contains all the intermediate nodes between the two ends. |
Uses of ImmutableVirtualFolder in ARoad0.gBase |
---|
Classes in ARoad0.gBase that implement ImmutableVirtualFolder | |
---|---|
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 ImmutableVirtualFolder | |
---|---|
protected ImmutableVirtualFolder |
VirtualFolderImpl.parent_
|
Methods in ARoad0.gBase that return ImmutableVirtualFolder | |
---|---|
ImmutableVirtualFolder[] |
VirtualFolderImpl.getEorL_Children()
An array of external object references on the children of this node. |
Uses of ImmutableVirtualFolder in ARoad0.gBaseInterface |
---|
Subinterfaces of ImmutableVirtualFolder in ARoad0.gBaseInterface | |
---|---|
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 ImmutableVirtualFolder | |
---|---|
ImmutableVirtualFolder[] |
ImmutableVirtualFolder.getEorL_Children()
An array of external object references on the children of this node, which are virtual folders. |
Uses of ImmutableVirtualFolder in ARoad0.Gui2 |
---|
Methods in ARoad0.Gui2 with parameters of type ImmutableVirtualFolder | |
---|---|
static javax.swing.tree.DefaultTreeModel |
ACSTreeUtilities.buildUpVirtualFolderTree(ACS _acs,
javax.swing.tree.DefaultTreeModel _treeModel,
javax.swing.tree.DefaultMutableTreeNode _node,
ImmutableVirtualFolder _vf)
Builds up a subtree for a virtual folder, including both the children abd the members. |
static javax.swing.tree.DefaultMutableTreeNode |
ACSTreeUtilities.getCurrentParentOfVirtualFolderInTree(javax.swing.tree.DefaultMutableTreeNode _rootNode,
ImmutableVirtualFolder _vf)
Gets the parent node of a VirtualFolder in a tree, in the explorer or another ACS tree. |
private static boolean[] |
ACSTreeUtilities.setGraphicalVirtualFolderChildren(ImmutableVirtualFolder _vf)
Creates the non-null children as TreeNodes in a graphical tree. |
Uses of ImmutableVirtualFolder in ARoad0.gWork |
---|
Fields in ARoad0.gWork with type parameters of type ImmutableVirtualFolder | |
---|---|
private java.util.Set<ImmutableVirtualFolder> |
CompoundRightsFactoryImpl.l_virtualFoldersToTest_
|
Methods in ARoad0.gWork with parameters of type ImmutableVirtualFolder | |
---|---|
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. |
java.util.Set<DisplayableLinkImpl> |
CompoundRightsFactoryImpl.selectDirectHiddenMembersForVirtualFolder(GraphicView _gview,
EPRViewInBase _viewInBase,
ImmutableVirtualFolder _vf)
Detects the paths from a VirtualFolder to its members, considering the paths only if the member ACS manages the VirtualFolder rights propagation to the members. |
Uses of ImmutableVirtualFolder in ARoad0.gWorkInterface |
---|
Methods in ARoad0.gWorkInterface with parameters of type ImmutableVirtualFolder | |
---|---|
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 |