|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Directory | |
---|---|
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. |
ARoad0.gDMak | Provides the decision makers, responsible for managing all the events in the Access Road menu, and by this way, contains the managers of the basic operations. |
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. |
Uses of Directory in ARoad0.AcsAddon.Accbee.MySQL.gBase |
---|
Classes in ARoad0.AcsAddon.Accbee.MySQL.gBase that implement Directory | |
---|---|
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. |
Methods in ARoad0.AcsAddon.Accbee.MySQL.gBase with parameters of type Directory | |
---|---|
java.lang.Object |
ActorMySQLImpl.copy(ImmutableName _name,
ACS _acs,
Directory _parent,
java.lang.Boolean _toRegisterInManager)
This method provides a copy of the instance with another name, following Copyable. |
java.lang.Object |
DirectoryMySQLImpl.copy(ImmutableName _name,
ACS _acs,
Directory _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. |
java.lang.Object |
GroupIDMySQLImpl.copy(ImmutableName _name,
ACS _acs,
Directory _parent,
java.lang.Boolean _toRegisterInManager)
This method provides a copy of the instance with another name. |
java.lang.Object |
ProxyMySQLImpl.copy(ImmutableName _name,
ACS _acs,
Directory _parent,
java.lang.Boolean _toRegisterInManager)
This method provides a copy of the instance with another name. |
java.lang.Object |
ResourceMySQLImpl.copy(ImmutableName _name,
ACS _acs,
Directory _parent,
java.lang.Boolean _toRegisterInManager)
Provides a copy of the instance with another name. |
java.lang.Object |
RoleMySQLImpl.copy(ImmutableName _name,
ACS _acs,
Directory _parent,
java.lang.Boolean _toRegisterInManager)
This method provides a copy of the instance with another name. |
java.lang.Object |
UserIDMySQLImpl.copy(ImmutableName _name,
ACS _acs,
Directory _parent,
java.lang.Boolean _toRegisterInManager)
This method provides a copy of the instance with another name. |
java.lang.Object |
ActorMySQLImpl.copyWithoutInternalAcl(ImmutableName _name,
ACS _acs,
Directory _parent,
java.lang.Boolean _toRegisterInManager)
This method provides a copy of the instance as copy() but without copying the internal AclEntries. |
java.lang.Object |
DirectoryMySQLImpl.copyWithoutInternalAcl(ImmutableName _name,
ACS _acs,
Directory _parent,
java.lang.Boolean _toRegisterInManager)
This method provides a copy of the instance as Copyable.copy(), but without copying the internal aclEntries. |
java.lang.Object |
GroupIDMySQLImpl.copyWithoutInternalAcl(ImmutableName _name,
ACS _acs,
Directory _parent,
java.lang.Boolean _toRegisterInManager)
This method provides a copy of the instance as copy(), but without copying the EligibleParty internal aclEntries. |
java.lang.Object |
ProxyMySQLImpl.copyWithoutInternalAcl(ImmutableName _name,
ACS _acs,
Directory _parent,
java.lang.Boolean _toRegisterInManager)
This method provides a copy of the instance as copy() but without copying the internal AclEntries. |
java.lang.Object |
ResourceMySQLImpl.copyWithoutInternalAcl(ImmutableName _name,
ACS _acs,
Directory _parent,
java.lang.Boolean _toRegisterInManager)
Provides a copy of the instance as Copyable.copy(), but without copying the internal aclEntries. |
java.lang.Object |
RoleMySQLImpl.copyWithoutInternalAcl(ImmutableName _name,
ACS _acs,
Directory _parent,
java.lang.Boolean _toRegisterInManager)
This method provides a copy of the instance as copy(), but without copying the EligibleParty internal aclEntries. |
java.lang.Object |
UserIDMySQLImpl.copyWithoutInternalAcl(ImmutableName _name,
ACS _acs,
Directory _parent,
java.lang.Boolean _toRegisterInManager)
This method provides a copy of the instance as copy() but without copying the internal AclEntries. |
Constructors in ARoad0.AcsAddon.Accbee.MySQL.gBase with parameters of type Directory | |
---|---|
ActorMySQLImpl(ImmutableName _name,
ACS _acs,
Directory _parent,
UserID _owner,
java.lang.String _resourceType,
GroupIDMySQL _host)
Used for the creation of an instance through the GUI. |
|
BasesSetMySQLImpl(ImmutableName _name,
ACS _acs,
Directory _parent,
UserID _owner,
java.lang.String _resourceType)
This constructor is set by the beamer editor for the ACS resources list, from the 'New' button, or from the gWork.AcsFactoryUbuntu. |
|
BasesSetMySQLImpl(ImmutableName _name,
ACS _acs,
Directory _parent,
UserID _owner,
java.lang.String _resourceType,
boolean _toRegisterInManager)
This constructor is called by the other constructor. |
|
DirectoryMySQLImpl(ImmutableName _name,
ACS _acs,
Directory _parent,
UserID _owner,
java.lang.String _resourceType)
This constructor is set by the beamer editor for the ACS resources list, from the 'New' button, or from the gWork.AcsFactoryUbuntu. |
|
DirectoryMySQLImpl(ImmutableName _name,
ACS _acs,
Directory _parent,
UserID _owner,
java.lang.String _resourceType,
boolean _toRegisterInManager)
This constructor is called by the other constructor. |
|
ResourceMySQLImpl(ImmutableName _name,
ACS _acs,
Directory _parent,
UserID _owner,
java.lang.String _resourceType)
Used by the beamer editor for the ACS resources list, from the 'New' button, and by the gWork.AcsFactory. |
|
ResourceMySQLImpl(ImmutableName _name,
ACS _acs,
Directory _parent,
UserID _owner,
java.lang.String _resourceType,
boolean _toRegisterInManager)
Used by the other constructor. |
Uses of Directory in ARoad0.AcsAddon.Accbee.MySQL.gBaseInterface |
---|
Subinterfaces of Directory 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. |
Uses of Directory in ARoad0.AcsAddon.Accbee.Ubuntu.gBase |
---|
Classes in ARoad0.AcsAddon.Accbee.Ubuntu.gBase that implement Directory | |
---|---|
class |
DirectoryUbuntuImpl
This class is responsible for modeling a Linux/Unix directory which contains children (resources and others directories). |
Methods in ARoad0.AcsAddon.Accbee.Ubuntu.gBase with parameters of type Directory | |
---|---|
java.lang.Object |
ActorUbuntuImpl.copy(ImmutableName _name,
ACS _acs,
Directory _parent,
java.lang.Boolean _toRegisterInManager)
This method provides a copy of the instance with another name. |
java.lang.Object |
DirectoryUbuntuImpl.copy(ImmutableName _name,
ACS _acs,
Directory _parent,
java.lang.Boolean _toRegisterInManager)
This method provides a copy of the instance with another name. |
java.lang.Object |
ExecutableUbuntuImpl.copy(ImmutableName _name,
ACS _acs,
Directory _parent,
java.lang.Boolean _toRegisterInManager)
UNUSED. |
java.lang.Object |
ResourceUbuntuImpl.copy(ImmutableName _name,
ACS _acs,
Directory _parent,
java.lang.Boolean _toRegisterInManager)
This method provides a copy of the instance with another name. |
java.lang.Object |
UserIDUbuntuImpl.copy(ImmutableName _name,
ACS _acs,
Directory _parent,
java.lang.Boolean _toRegisterInManager)
This method provides a copy of the instance with another name. |
java.lang.Object |
ExecutableUbuntuImpl.copyWithoutInternalAcl(ImmutableName _name,
ACS _acs,
Directory _parent,
java.lang.Boolean _toRegisterInManager)
UNUSED. |
java.lang.Object |
UserIDUbuntuImpl.copyWithoutInternalAcl(ImmutableName _name,
ACS _acs,
Directory _parent,
java.lang.Boolean _toRegisterInManager)
This method provides a copy of the instance as copy() but without copying the internal aclEntries. |
Constructors in ARoad0.AcsAddon.Accbee.Ubuntu.gBase with parameters of type Directory | |
---|---|
ActorUbuntuImpl(ImmutableName _name,
ACS _acs,
Directory _parent,
UserID _owner,
java.lang.String _resourceType,
ImmutableActor _bridgeTarget)
Registers the new instance in the eligible parties map in the main ACS. |
|
ActorUbuntuImpl(ImmutableName _name,
ACS _acs,
Directory _parent,
UserID _owner,
java.lang.String _resourceType,
ImmutableActor _bridgeTarget,
boolean _toRegisterInManager)
Registers the new instance in the eligible parties map in the main ACS. |
|
DirectoryUbuntuImpl(ImmutableName _name,
ACS _acs,
Directory _parent,
UserID _owner,
java.lang.String _resourceType)
This constructor sets this instance as the ACS own resources root if _parent is null. |
|
DirectoryUbuntuImpl(ImmutableName _name,
ACS _acs,
Directory _parent,
UserID _owner,
java.lang.String _resourceType,
boolean _toRegisterInManager)
This constructor sets this instance as the ACS own resources root if _parent is null. |
|
ExecutableUbuntuImpl(ImmutableName _name,
ACS _acs,
Directory _parent,
UserID _owner,
java.lang.String _resourceType,
ImmutableActor _bridgeRef)
Used by the beamer editor for the ACS resources list, from the 'New' button, and by the gWork.AcsFactoryUbuntu. |
|
ResourceUbuntuImpl(ImmutableName _name,
ACS _acs,
Directory _parent,
UserID _owner,
java.lang.String _resourceType)
Used by the beamer editor for the ACS resources list, from the 'New' button, and by the gWork.AcsFactory. |
|
ResourceUbuntuImpl(ImmutableName _name,
ACS _acs,
Directory _parent,
UserID _owner,
java.lang.String _resourceType,
boolean _toRegisterInManager)
Used by the other constructor. |
Uses of Directory in ARoad0.AcsAddon.Accbee.Ubuntu.gBaseInterface |
---|
Subinterfaces of Directory in ARoad0.AcsAddon.Accbee.Ubuntu.gBaseInterface | |
---|---|
interface |
DirectoryUbuntu
This interface is responsible for modeling a Linux Ubuntu directory. |
Uses of Directory in ARoad0.gBase |
---|
Classes in ARoad0.gBase that implement Directory | |
---|---|
class |
DirectoryImpl
This class is responsible for modeling a directory which contains children, as resources and other directories. |
Fields in ARoad0.gBase declared as Directory | |
---|---|
protected Directory |
ResourceImpl.parent_
|
Methods in ARoad0.gBase that return Directory | |
---|---|
static Directory |
BaseUtilityImpl.copyDirectoriesAndActorsWithoutInternalAcl(Directory _dirToCopy,
Directory _dir)
Copies all the actors and all the subdirectories without internal acl copy. |
static Directory |
BaseUtilityImpl.copyDirectoriesAndResources(Directory _dirToCopy,
Directory _dir)
Applies ((ResourceImpl)child).copyOwnAcl() to each element under _dir. |
static Directory |
BaseUtilityImpl.copyDirectoryChildren(Directory _dirToCopy,
Directory _dir)
Copies a DirectoryImpl, and copies all the children and children of children without any specific order. |
Methods in ARoad0.gBase with parameters of type Directory | |
---|---|
java.lang.Object |
ActorImpl.copy(ImmutableName _name,
ACS _acs,
Directory _parent,
java.lang.Boolean _toRegisterInManager)
This method provides a copy of the instance with another name, following Copyable. |
java.lang.Object |
BasicImpl.copy(ImmutableName _name,
ACS _acs,
Directory _parent,
java.lang.Boolean _toRegisterInManager)
This method provides a copy of the instance with another name. |
java.lang.Object |
DirectoryImpl.copy(ImmutableName _name,
ACS _acs,
Directory _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. |
java.lang.Object |
EligiblePartyImpl.copy(ImmutableName _name,
ACS _acs,
Directory _parent,
java.lang.Boolean _toRegisterInManager)
This method provides a copy of the instance with another name. |
java.lang.Object |
GroupIDImpl.copy(ImmutableName _name,
ACS _acs,
Directory _parent,
java.lang.Boolean _toRegisterInManager)
This method provides a copy of the instance with another name. |
java.lang.Object |
ResourceImpl.copy(ImmutableName _name,
ACS _acs,
Directory _parent,
java.lang.Boolean _toRegisterInManager)
Provides a copy of the instance with another name. |
java.lang.Object |
UserIDImpl.copy(ImmutableName _name,
ACS _acs,
Directory _parent,
java.lang.Boolean _toRegisterInManager)
This method provides a copy of the instance with another name. |
java.lang.Object |
GroupIDMemberImpl.copy(ImmutableName _name,
ACS _acs,
Directory _parent,
java.lang.Object _aliasRef,
java.lang.Boolean _toRegisterInManager)
This method provides a copy of the instance with another name. |
static Directory |
BaseUtilityImpl.copyDirectoriesAndActorsWithoutInternalAcl(Directory _dirToCopy,
Directory _dir)
Copies all the actors and all the subdirectories without internal acl copy. |
static Directory |
BaseUtilityImpl.copyDirectoriesAndResources(Directory _dirToCopy,
Directory _dir)
Applies ((ResourceImpl)child).copyOwnAcl() to each element under _dir. |
static Directory |
BaseUtilityImpl.copyDirectoryChildren(Directory _dirToCopy,
Directory _dir)
Copies a DirectoryImpl, and copies all the children and children of children without any specific order. |
java.lang.Object |
GroupIDMemberImpl.copyWithoutAcl(ImmutableName _name,
ACS _acs,
Directory _parent,
java.lang.Object _aliasRef,
java.lang.Boolean _toRegisterInManager)
This method provides a copy of the instance as copy() but without copying the aclEntries. |
java.lang.Object |
ActorImpl.copyWithoutInternalAcl(ImmutableName _name,
ACS _acs,
Directory _parent,
java.lang.Boolean _toRegisterInManager)
This method provides a copy of the instance as copy() but without copying internal aclEntries. |
java.lang.Object |
DirectoryImpl.copyWithoutInternalAcl(ImmutableName _name,
ACS _acs,
Directory _parent,
java.lang.Boolean _toRegisterInManager)
This method provides a copy of the instance as Copyable.copy(), but without copying the internal aclEntries. |
java.lang.Object |
EligiblePartyImpl.copyWithoutInternalAcl(ImmutableName _name,
ACS _acs,
Directory _parent,
java.lang.Boolean _toRegisterInManager)
This method provides a copy of the instance as Copyable.copy(), but without copying the internal aclEntries. |
java.lang.Object |
GroupIDImpl.copyWithoutInternalAcl(ImmutableName _name,
ACS _acs,
Directory _parent,
java.lang.Boolean _toRegisterInManager)
This method provides a copy of the instance as copy(), but without copying the EligibleParty internal aclEntries. |
java.lang.Object |
ResourceImpl.copyWithoutInternalAcl(ImmutableName _name,
ACS _acs,
Directory _parent,
java.lang.Boolean _toRegisterInManager)
Provides a copy of the instance as Copyable.copy(), but without copying the internal aclEntries. |
java.lang.Object |
UserIDImpl.copyWithoutInternalAcl(ImmutableName _name,
ACS _acs,
Directory _parent,
java.lang.Boolean _toRegisterInManager)
This method provides a copy of the instance as copy() but without copying the internal AclEntries. |
Constructors in ARoad0.gBase with parameters of type Directory | |
---|---|
ActorImpl(ImmutableName _name,
ACS _acs,
Directory _parent,
UserID _owner,
java.lang.String _resourceType,
ImmutableActor _bridgeTarget)
Registers the new instance in the eligible parties map in the main ACS. |
|
ActorImpl(ImmutableName _name,
ACS _acs,
Directory _parent,
UserID _owner,
java.lang.String _resourceType,
ImmutableActor _bridgeTarget,
boolean _toRegisterInManager)
Used for the creation of an actor. |
|
DirectoryImpl(ImmutableName _name,
ACS _acs,
Directory _parent,
UserID _owner,
java.lang.String _resourceType)
This constructor sets this instance as the ACS own resources root if _parent is null. |
|
DirectoryImpl(ImmutableName _name,
ACS _acs,
Directory _parent,
UserID _owner,
java.lang.String _resourceType,
boolean _toRegisterInManager)
This constructor sets this instance as own resources root if the ACS has not one yet. |
|
ResourceImpl(ImmutableName _name,
ACS _acs,
Directory _parent,
UserID _owner,
java.lang.String _resourceType)
Used by the beamer editor for the ACS resources list, from the 'New' button, and by the gWork.AcsFactory. |
|
ResourceImpl(ImmutableName _name,
ACS _acs,
Directory _parent,
UserID _owner,
java.lang.String _resourceType,
boolean _toRegisterInManager)
Used for the creation of a resource with its type. |
Uses of Directory in ARoad0.gBaseInterface |
---|
Methods in ARoad0.gBaseInterface with parameters of type Directory | |
---|---|
java.lang.Object |
Copyable.copy(ImmutableName _name,
ACS _acs,
Directory _parent,
java.lang.Boolean _toRegisterInManager)
This method provides a copy of the instance with another name. |
java.lang.Object |
EligibleParty.copyWithoutInternalAcl(ImmutableName _name,
ACS _acs,
Directory _parent,
java.lang.Boolean _toRegisterInManager)
This method provides a copy of the instance as Copyable.copy(), but without copying the internal aclEntries. |
java.lang.Object |
Resource.copyWithoutInternalAcl(ImmutableName _name,
ACS _acs,
Directory _parent,
java.lang.Boolean _toRegisterInManager)
This method provides a copy of the instance as Copyable.copy(), but without copying the internal aclEntries. |
Uses of Directory in ARoad0.gDMak |
---|
Fields in ARoad0.gDMak declared as Directory | |
---|---|
protected Directory |
ActionCopy.dirToCopy_
The object to copy, only if it is a Directory. |
Methods in ARoad0.gDMak with parameters of type Directory | |
---|---|
private void |
ActionNewACSyst.setNewResource(ACS _acs,
Directory _parent,
java.lang.String _typeStarting)
Handles the definition by the user of the type, name and account of a new resource, and creates it. |
Uses of Directory in ARoad0.Gui2 |
---|
Methods in ARoad0.Gui2 with parameters of type Directory | |
---|---|
private static boolean[] |
ACSTree.buildUpGraphicalDirectoryChildren(Directory _dir)
Creates the non-null children as TreeNodes in a graphical tree. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |