|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Node | |
---|---|
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.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.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. |
Uses of Node in ARoad0.AcsAddon.Accbee.MySQL.gBase |
---|
Classes in ARoad0.AcsAddon.Accbee.MySQL.gBase that implement Node | |
---|---|
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 |
VirtualFolderMySQLImpl
This class is responsible to simulate a MySQL view, adding a view delegate under the database node in the resources tree. |
Methods in ARoad0.AcsAddon.Accbee.MySQL.gBase with parameters of type Node | |
---|---|
java.lang.Object |
VirtualFolderMySQLImpl.copy(ImmutableName _name,
ACS _acs,
Node _parent,
java.lang.Boolean _toRegisterInManager)
This method provides a copy of the instance with another name, without children copying because the copy order will not be always correct. |
Uses of Node in ARoad0.AcsAddon.Accbee.MySQL.gBaseInterface |
---|
Subinterfaces of Node in ARoad0.AcsAddon.Accbee.MySQL.gBaseInterface | |
---|---|
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 |
VirtualFolderMySQL
This interface is a VirtualFolder for simulating a MySQL view. |
Uses of Node in ARoad0.AcsAddon.Accbee.Ubuntu.gBase |
---|
Classes in ARoad0.AcsAddon.Accbee.Ubuntu.gBase that implement Node | |
---|---|
class |
DirectoryUbuntuImpl
This class is responsible for modeling a Linux/Unix directory which contains children (resources and others directories). |
Uses of Node in ARoad0.AcsAddon.Accbee.Ubuntu.gBaseInterface |
---|
Subinterfaces of Node in ARoad0.AcsAddon.Accbee.Ubuntu.gBaseInterface | |
---|---|
interface |
DirectoryUbuntu
This interface is responsible for modeling a Linux Ubuntu directory. |
Uses of Node in ARoad0.gBase |
---|
Classes in ARoad0.gBase that implement Node | |
---|---|
class |
DirectoryImpl
This class is responsible for modeling a directory which contains children, as resources and other directories. |
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 Node | |
---|---|
protected Node |
CNodeImpl.master_
|
Methods in ARoad0.gBase with parameters of type Node | |
---|---|
protected CNodeImpl |
CNodeImpl.cloneC(Node _master)
Clone for embeddd class without registering the new object in the ACSs. |
java.lang.Object |
PrivilegeForLinksImpl.copy(ImmutableName _name,
ACS _acs,
Node _parent,
java.lang.Boolean _toRegisterInManager)
TO REVIEW This method provides a copy of the instance, in the same ACS or another one, on the contrary of PrivilegeForTypeImpl.copy(). |
java.lang.Object |
PrivilegeForTypeImpl.copy(ImmutableName _name,
ACS _acs,
Node _parent,
java.lang.Boolean _toRegisterInManager)
This method provides a copy of the instance with another name, only for another ACS. |
java.lang.Object |
VirtualFolderImpl.copy(ImmutableName _name,
ACS _acs,
Node _parent,
java.lang.Boolean _toRegisterInManager)
This method provides a copy of the instance with another name, without children copying because the copy order will not be always correct. |
protected CNodeImpl |
CNodeImpl.copy(Node _masterCopy)
This method provides a copy of the instance with another name, without children copying because the copy order will not be always correct. |
void |
ResourceImpl.setEorParent(Node _par,
java.lang.Object _caller)
Deprecated. finalizeForBase() uses parent_.removeEorChild() |
Constructors in ARoad0.gBase with parameters of type Node | |
---|---|
CNodeImpl(Node _master)
Used by the master constructor. |
Uses of Node in ARoad0.gBaseInterface |
---|
Subinterfaces of Node in ARoad0.gBaseInterface | |
---|---|
interface |
Directory
The directory is composed of directories and files as children, and it is a kind of resource. |
interface |
VirtualFolder
This interface is a Resources folder belonging to one ACS, responsible for being a privilege target, an alias or an alias reference. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |