|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use VirtualFolder | |
---|---|
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.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. |
Uses of VirtualFolder in ARoad0.AcsAddon.Accbee.MySQL.gBase |
---|
Classes in ARoad0.AcsAddon.Accbee.MySQL.gBase that implement VirtualFolder | |
---|---|
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 VirtualFolder in ARoad0.AcsAddon.Accbee.MySQL.gBaseInterface |
---|
Subinterfaces of VirtualFolder in ARoad0.AcsAddon.Accbee.MySQL.gBaseInterface | |
---|---|
interface |
VirtualFolderMySQL
This interface is a VirtualFolder for simulating a MySQL view. |
Uses of VirtualFolder in ARoad0.gBase |
---|
Classes in ARoad0.gBase that implement VirtualFolder | |
---|---|
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 VirtualFolder | |
---|---|
protected VirtualFolder[] |
ACSImpl.l_VirtualFolders_
Array of all the ACS virtual folders |
Fields in ARoad0.gBase with type parameters of type VirtualFolder | |
---|---|
protected java.util.ArrayList<VirtualFolder> |
CFolderMemberImpl.l_VirtualFolders_
list of VirtualFolder that contains this instance. |
Methods in ARoad0.gBase that return VirtualFolder | |
---|---|
VirtualFolder[] |
ACSImpl.getEorL_ExternalVirtualFolders()
Copy of the external virtual folders in a new array. |
VirtualFolder[] |
ACSImpl.getEorL_VirtualFolders()
Gets the virtual folders managed by this ACS. |
VirtualFolder |
ACSImpl.getOneVirtualFolder(ImmutableName _name)
Gets a virtual folder managed by this ACS. |
static VirtualFolder |
VirtualFolderImpl.valueOf(ImmutableName _name,
ACS _acs,
VirtualFolder _parent,
java.lang.String _type,
java.lang.Boolean _forResourcesOnly)
No use, since CollectionPropertyEditor calls BaseObjectHandler. |
Methods in ARoad0.gBase that return types with arguments of type VirtualFolder | |
---|---|
java.util.List<VirtualFolder> |
ACSImpl.getEorL_EPVirtualFolders()
Gets the virtual folders managed by this ACS and which contain only eligible parties. |
java.util.List<VirtualFolder> |
ACSImpl.getEorL_ResourceVirtualFolders()
Gets the virtual folders managed by this ACS and which contain only resources. |
java.util.List<VirtualFolder> |
BasicImpl.getVirtualFolders()
Gets the virtual folders containing the master. |
protected java.util.List<VirtualFolder> |
CFolderMemberImpl.getVirtualFolders()
Gets the virtual folders containing the master. |
Methods in ARoad0.gBase with parameters of type VirtualFolder | |
---|---|
protected void |
BasicImpl.addInVFolderList(VirtualFolder _folder)
Registers the folder as containing this instance. |
protected void |
CFolderMemberImpl.addInVFolderList(VirtualFolder _folder)
Registers the folder as containing the master. |
protected void |
ACSImpl.addVirtualFolder(VirtualFolder _fold)
Registers a new virtual folder in this ACS. |
protected void |
ACSImpl.newEorVirtualFolder(VirtualFolder _fold)
Registers a new virtual folder in this ACS. |
protected void |
ACSImpl.removeEorVirtualFolder(VirtualFolder _fold)
Unregisters a virtual folder in this ACS. |
protected boolean |
BasicImpl.removeInVFolderList(VirtualFolder _folder)
Unregisters the folder when it does not contain this instance. |
protected boolean |
CFolderMemberImpl.removeInVFolderList(VirtualFolder _folder)
Unregisters the folder when it does not contain the master. |
static VirtualFolder |
VirtualFolderImpl.valueOf(ImmutableName _name,
ACS _acs,
VirtualFolder _parent,
java.lang.String _type,
java.lang.Boolean _forResourcesOnly)
No use, since CollectionPropertyEditor calls BaseObjectHandler. |
Constructors in ARoad0.gBase with parameters of type VirtualFolder | |
---|---|
VirtualFolderImpl(ImmutableName _name,
ACS _acs,
VirtualFolder _parent,
java.lang.String _type,
java.lang.Boolean _forResourcesOnly)
Used by the beamer editor for the ACS VirtualFolders list, from the 'New' button, and by the gWork.AcsFactory. |
|
VirtualFolderImpl(ImmutableName _name,
ACS _acs,
VirtualFolder _parent,
java.lang.String _type,
java.lang.Boolean _forResourcesOnly,
boolean _toRegisterInManager)
This is the main constructor. |
Uses of VirtualFolder in ARoad0.gBaseInterface |
---|
Methods in ARoad0.gBaseInterface that return VirtualFolder | |
---|---|
VirtualFolder[] |
ACSCatalog.getEorL_ExternalVirtualFolders()
Copy of the external virtual folders in a new array. |
VirtualFolder[] |
ACSCatalog.getEorL_VirtualFolders()
Gets the virtual folders managed by this ACS. |
VirtualFolder |
ACSCatalog.getOneVirtualFolder(ImmutableName _name)
Gets a virtual folder managed by this ACS. |
Methods in ARoad0.gBaseInterface that return types with arguments of type VirtualFolder | |
---|---|
java.util.List<VirtualFolder> |
ACSCatalog.getEorL_EPVirtualFolders()
Gets the virtual folders managed by this ACS and which contain only eligible parties. |
java.util.List<VirtualFolder> |
ACSCatalog.getEorL_ResourceVirtualFolders()
Gets the virtual folders managed by this ACS and which contain only resources. |
Uses of VirtualFolder in ARoad0.Gui2 |
---|
Fields in ARoad0.Gui2 declared as VirtualFolder | |
---|---|
protected VirtualFolder |
GraphicVirtualFolder.vf_
|
Constructors in ARoad0.Gui2 with parameters of type VirtualFolder | |
---|---|
GraphicVirtualFolder(GraphicView _gView,
VirtualFolder _vf)
|
Uses of VirtualFolder in ARoad0.gWork |
---|
Methods in ARoad0.gWork that return types with arguments of type VirtualFolder | |
---|---|
static java.util.List<VirtualFolder> |
ACS_Facade.getOwnEPVirtualFolderList(ACS _acs)
Builds up an ordered array of references to the ACS own Eligible Party VirtualFolders. |
static java.util.List<VirtualFolder> |
ACS_Facade.getOwnResourceVirtualFolderList(ACS _acs)
Builds up an ordered array of references to the ACS own Resource VirtualFolders. |
Methods in ARoad0.gWork with parameters of type VirtualFolder | |
---|---|
java.util.Map |
ThreeNodesRightsFactoryImpl.selectOneHiddenNodePathsForVirtualFolder(VirtualFolder _vf,
GraphicView _gview,
EPRViewInBase _viewInBase,
java.util.Map _m_l_DisplayableLinks,
java.util.HashSet _l_ObjectToRegister)
Defines all the 8+11 3-nodes access paths when the first end is a VirtualFolder. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |