|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CreateError | |
---|---|
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.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.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.gWork | Contains the classes of the second core of the program that processes the search of rights in the open views. |
Uses of CreateError in ARoad0.AcsAddon.Accbee.MySQL.gBase |
---|
Methods in ARoad0.AcsAddon.Accbee.MySQL.gBase that throw CreateError | |
---|---|
AclEntry |
ActorMySQLImpl.addAclEntry(ImmutableACS _aclAcs,
ImmutableEligibleParty _ep,
StringRight[] _l_right,
java.lang.Boolean _positiveRight,
ImmutableGroupID _conditionGroup)
Creates the AclEntry, and sorts the new AclEntry list. |
AclEntry |
BasesSetMySQLImpl.addAclEntry(ImmutableACS _aclAcs,
ImmutableEligibleParty _ep,
StringRight[] _l_right,
java.lang.Boolean _positiveRight,
ImmutableGroupID _conditionGroup)
Adds the AclEntry as direct AclEntry on this bases set and as inherited AclEntry in the connected databases, and sorts the new direct AclEntry list. |
AclEntry |
DirectoryMySQLImpl.addAclEntry(ImmutableACS _aclAcs,
ImmutableEligibleParty _ep,
StringRight[] _l_right,
java.lang.Boolean _positiveRight,
ImmutableGroupID _conditionGroup)
Updates the inherited AclEntry in the children, the primary and the global rights maps, if it is applicable, and sorts the new direct AclEntry list. |
AclEntry |
ResourceMySQLImpl.addAclEntry(ImmutableACS _aclAcs,
ImmutableEligibleParty _ep,
StringRight[] _l_right,
java.lang.Boolean _positiveRight,
ImmutableGroupID _conditionGroup)
Creates the AclEntry, and sorts the new AclEntry list. |
static void |
ResourceMySQLImpl.addDatabaseGroupsACL(Resource _res)
Currently unused. |
void |
VirtualFolderMySQLImpl.addEorBaseObject(BaseObject _obj)
Adds a member to this virtual folder. |
void |
GroupIDMySQLImpl.addEorMember(GroupIDMember _gm)
Adds an UserIDMySQL as a member of this GroupIDMySQL, which may have the type 'host' or one of the three standard groups. |
void |
RoleMySQLImpl.addEorMember(GroupIDMember _gm)
Adds a GroupIDMember as a member of this GroupID. |
protected void |
GroupIDMySQLImpl.addEorMemberToPatternNameGroup(GroupIDMember _gm)
Adds a GroupIDMember as a member of a non-standard pattern-name GroupID. |
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 |
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. |
protected ResourceMySQLImpl |
ResourceMySQLImpl.copyOwnAcl(ResourceMySQLImpl _result,
boolean _withoutInternalAcl,
boolean _withoutExternalAcl)
This method provides a copy of the AclEntries, all the AclEntries (see restrictions) or only the external ones. |
protected ActorMySQLImpl |
ActorMySQLImpl.copyOwnVariables(ActorMySQLImpl _result,
boolean _withoutInternalAcl)
This method provides a copy of the instance variables. |
protected BasesSetMySQLImpl |
BasesSetMySQLImpl.copyOwnVariables(BasesSetMySQLImpl _result,
boolean _withoutInternalAcl)
This method provides a copy of the instance variables. |
protected DirectoryMySQLImpl |
DirectoryMySQLImpl.copyOwnVariables(DirectoryMySQLImpl _result,
boolean _withoutInternalAcl)
This method provides a copy of the instance variables. |
protected GroupIDMySQLImpl |
GroupIDMySQLImpl.copyOwnVariables(GroupIDMySQLImpl _result,
boolean _withoutInternalAcl)
This method provides a copy of the instance variables. |
protected ProxyMySQLImpl |
ProxyMySQLImpl.copyOwnVariables(ProxyMySQLImpl _result,
boolean _withoutInternalAcl)
This method provides a copy of the instance variables. |
protected ResourceMySQLImpl |
ResourceMySQLImpl.copyOwnVariables(ResourceMySQLImpl _result,
boolean _withoutInternalAcl)
This method provides a copy of the instance variables. |
protected RoleMySQLImpl |
RoleMySQLImpl.copyOwnVariables(RoleMySQLImpl _result,
boolean _withoutInternalAcl)
This method provides a copy of the instance variables. |
protected UserIDMySQLImpl |
UserIDMySQLImpl.copyOwnVariables(UserIDMySQLImpl _result,
boolean _withoutInternalAcl)
This method provides a copy of the instance variables. |
protected VirtualFolderImpl |
VirtualFolderMySQLImpl.copyOwnVariables(VirtualFolderMySQLImpl _result)
UNUSED - This method provides a copy of the instance variables. |
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. |
protected void |
ACSMySQLImpl.newEorEligibleParty(ImmutableEligibleParty _ep)
Registers a new own eligible party in the ACS and controls that the eligible party type is allowed. |
protected void |
ACSMySQLImpl.newEorResource(ImmutableResource _res)
Registers a new own resource with a type control, and fires the bound properties 'M_OwnResources' or 'M_ExternalResources', 'OneResource' and 'OneBaseObject' only if it is not an Actor. |
void |
GroupIDMySQLImpl.removeEorMember(GroupIDMember _gm)
Called by the GUI, and throws an exception if the group is not standard. |
void |
RoleMySQLImpl.removeEorMember(GroupIDMember _gm)
Removes a groupID member, and updates the member through the removeGroupToGM() method, if the group is not immutable. |
void |
GroupIDMySQLImpl.removeEorMemberWithoutControl(GroupIDMember _gm)
Removes the groupID member of a host, without any control like in removeEorMember(). |
void |
RoleMySQLImpl.removeEorMemberWithoutControl(GroupIDMember _gm)
Removes the groupID member of a host, without any control like in the basic same method. |
protected static void |
ProxyMySQLImpl.setValueOf(ProxyMySQLImpl _user,
GroupIDMySQLImpl _host,
UserIDMySQLImpl _proxiedAccount)
Sets, for the constructors, a new account as member of the matched pattern-name groups and member of its mandatory host. |
protected static void |
UserIDMySQLImpl.setValueOf(UserIDMySQLImpl _user,
GroupIDMySQLImpl _host)
Sets, for the constructors, a new account as member of the matched pattern-name groups and member of its mandatory host. |
static VirtualFolderMySQL |
VirtualFolderMySQLImpl.valueOf(ImmutableName _name,
ACS _acs,
VirtualFolderMySQL _parent,
java.lang.String _type,
UserID _definer,
GroupIDMySQL _host)
No use, since CollectionPropertyEditor calls BaseObjectHandler. |
Constructors in ARoad0.AcsAddon.Accbee.MySQL.gBase that throw CreateError | |
---|---|
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. |
|
GroupIDMySQLImpl(ImmutableName _name,
ACS _acs,
java.lang.String _epType,
java.lang.Boolean _isAdmin)
Constructor used in the beamer by the editor for the ACS EP list, from 'New'. |
|
GroupIDMySQLImpl(ImmutableName _name,
ACS _acs,
java.lang.String _epType,
boolean _isAdmin,
boolean _toRegisterInManager)
Used for the creation of a GroupIDMySQL. |
|
ProxyMySQLImpl(ImmutableName _name,
ACS _acs,
java.lang.String _epType,
java.lang.Boolean _isAdmin,
GroupIDMySQLImpl _host,
UserIDMySQLImpl _proxiedAccount)
Constructor used in the beamer, from the 'New' button, to create a proxy account. |
|
ProxyMySQLImpl(ImmutableName _name,
ACS _acs,
java.lang.String _epType,
boolean _isAdmin,
GroupIDMySQLImpl _host,
UserIDMySQLImpl _proxiedAccount,
boolean _toRegisterInManager)
Unused for the creation of a ProxyMySQL. |
|
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. |
|
RoleMySQLImpl(ImmutableName _name,
ACS _acs,
java.lang.String _epType,
java.lang.Boolean _isAdmin)
Constructor used in the beamer by the editor for the ACS EP list, from 'New'. |
|
RoleMySQLImpl(ImmutableName _name,
ACS _acs,
java.lang.String _epType,
boolean _isAdmin,
boolean _toRegisterInManager)
Used for the creation of a RoleIDMySQL instance. |
|
UserIDMySQLImpl(ImmutableName _name,
ACS _acs,
java.lang.String _epType,
java.lang.Boolean _isAdmin,
GroupIDMySQLImpl _host)
Constructor used in the beamer, from the 'New' button, to create an account. |
|
UserIDMySQLImpl(ImmutableName _name,
ACS _acs,
java.lang.String _epType,
boolean _isAdmin,
GroupIDMySQLImpl _host,
boolean _toRegisterInManager)
Currently unused. |
|
VirtualFolderMySQLImpl(ImmutableName _name,
ACS _acs,
VirtualFolderMySQL _parent,
java.lang.String _type,
UserID _definer,
GroupIDMySQL _host)
This is the main constructor. |
Uses of CreateError in ARoad0.AcsAddon.Accbee.Ubuntu.gBase |
---|
Methods in ARoad0.AcsAddon.Accbee.Ubuntu.gBase that throw CreateError | |
---|---|
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. |
(package private) CAgoUserUbuntuImpl |
CAgoUserUbuntuImpl.copy(ResourceUbuntu _masterCopy)
This method provides a copy of the instance with another master. |
protected ActorUbuntuImpl |
ActorUbuntuImpl.copyOwnVariables(ActorUbuntuImpl _result,
boolean _withoutInternalAcl)
This method provides a copy of the instance variables. |
protected DirectoryUbuntuImpl |
DirectoryUbuntuImpl.copyOwnVariables(DirectoryUbuntuImpl _result,
boolean _withoutInternalAcl)
This method provides a copy of the instance variables. |
protected ExecutableUbuntuImpl |
ExecutableUbuntuImpl.copyOwnVariables(ExecutableUbuntuImpl _result,
boolean _withoutInternalAcl)
This method provides a copy of the instance variables. |
protected ResourceUbuntuImpl |
ResourceUbuntuImpl.copyOwnVariables(ResourceUbuntuImpl _result,
boolean _withoutInternalAcl)
This method provides a copy of the instance variables. |
protected UserIDUbuntuImpl |
UserIDUbuntuImpl.copyOwnVariables(UserIDUbuntuImpl _result,
boolean _withoutInternalAcl)
This method provides a copy of the instance variables. |
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. |
protected void |
ACSUbuntuImpl.newEorEligibleParty(ImmutableEligibleParty _ep)
Registers a new own eligible party in the ACS and controls that the eligible party type is allowed. |
protected void |
ACSUbuntuImpl.newEorResource(ImmutableResource _res)
Registers a new own resource with a type control, and fires the bound properties 'M_OwnResources' or 'M_ExternalResources', 'OneResource' and 'OneBaseObject' only if it is not an Actor. |
Constructors in ARoad0.AcsAddon.Accbee.Ubuntu.gBase that throw CreateError | |
---|---|
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. |
|
CAgoUserUbuntuImpl(ResourceUbuntu _master)
Used by the master constructor before the registration in the 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. |
|
UserIDUbuntuImpl(ImmutableName _name,
ACS _acs,
java.lang.String _epType,
java.lang.Boolean _isAdmin)
Constructor used in the beamer by the editor for the ACS EP list, from the 'New' button. |
|
UserIDUbuntuImpl(ImmutableName _name,
ACS _acs,
java.lang.String _epType,
boolean _isAdmin,
boolean _toRegisterInManager)
Used for the creation of an userID. |
Uses of CreateError in ARoad0.gBase |
---|
Methods in ARoad0.gBase that throw CreateError | |
---|---|
AclEntry |
ResourceImpl.addAclEntry(ImmutableACS _aclAcs,
ImmutableEligibleParty _ep,
StringRight[] _l_right,
java.lang.Boolean _positiveRight,
ImmutableGroupID _conditionGroup)
Creates a new AclEntry which delivers rights to an eligible party to access or to deny access to this resource. |
protected void |
ACSImpl.addAcsController(ImmutableName _ACSname)
Called by addResource() and addVirtualFolder(). |
protected void |
ResourceImpl.addAcsController(Name _ACSname)
Called by addAclEntry() and addEorPrivilegeForLinksToTarget(). |
protected void |
ACSImpl.addEligibleParty(ImmutableEligibleParty _ep)
Registers a new own or an external eligible party in the ACS, without type control. |
void |
EPRViewInBaseImpl.addEorBaseObject(BaseObject _obj)
Adds a baseObject to the base. |
void |
FolderAbst.addEorBaseObject(BaseObject _obj)
Adds a base object to the folder. |
void |
VirtualFolderImpl.addEorBaseObject(BaseObject _obj)
Adds a member to this virtual folder. |
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. |
void |
GroupIDImpl.addEorMember(GroupIDMember _gm)
Adds a GroupIDMember as a member of this groupID, and update the member through the addGroupToGM method. |
void |
EPRViewInBaseImpl.addEorSource(ImmutableSource _sour)
Updates all the internal maps after a test of the parameter type. |
void |
NoThanViewInBaseImpl.addEorSource(ImmutableSource _sour)
Adds a view Source which is not a Target, and this does not exist. |
void |
EPRViewInBaseImpl.addEorTarget(ImmutableTarget _targ)
Updates all the internal maps after a test of the parameter type. |
void |
NoThanViewInBaseImpl.addEorTarget(ImmutableTarget _targ)
Checks if there is not more that 8 elements, and forbids it otherwise. |
protected void |
ACSImpl.addInParentACS(java.util.List<ImmutableName> _l_roots)
Adds the root properties to the parent ACS, and to the roots themself in the parent ACS. |
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.addOwnActorBridgeSource(ImmutableActor _actor)
Sets an own actor as a bridge source for an external actor. |
protected void |
ACSImpl.addOwnActorBridgeTarget(ImmutableActor _source,
ImmutableActor _target)
Sets an own actor as a bridge target for an external actor. |
protected void |
ACSImpl.addResource(ImmutableResource _res)
Registers a new own or a controlled resource without type control, and fires the bound properties 'M_OwnResources' or 'OneExternalResource', 'OneResource' and 'OneBaseObject' only if it is not an Actor. |
void |
ACSFactoryImpl.addRight(StringRight _right)
Registers a new ACS right through the ACSpreFactoryBeanInfo or from gWork. |
void |
ACSImpl.addRight(StringRight _right)
UNUSED METHOD, to implement ACSRun. |
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>. |
protected void |
ACSImpl.addVirtualFolder(VirtualFolder _fold)
Registers a new virtual folder in this ACS. |
static java.lang.String |
AclEntryImpl.buildUpDetailledName(ImmutableName _epName,
ImmutableName _resName,
boolean _positiveRight,
java.lang.String _conditionGroupName)
This method creates the detailled name of an internal AclEntry, that is unique in its ACS, and it provides the preprocessing of the detailled name for an external AclEntry. |
protected static java.lang.String |
PrivilegeAbst.buildUpDetailledName(java.lang.String _mainType,
java.lang.String _nickName,
java.lang.String _firstRight,
java.lang.String _sourceType,
java.lang.String _targetType)
This method allows to create the detailled name, unique in the ACS. |
protected static java.lang.String |
PrivilegeForTypeImpl.buildUpDetailledName(java.lang.String _mainType,
java.lang.String _nickName,
java.lang.String _firstRight,
java.lang.String _sourceType,
java.lang.String _targetType)
This method allows to create the detailled name, unique in the ACS. |
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. |
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. |
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. |
protected CPrivilegeUserImpl |
CPrivilegeUserImpl.copy(PrivilegeUser _masterCopy)
This method provides a copy of the instance with another master. |
AclEntry |
AclEntryImpl.copy(Resource _newRes)
Copy the AclEntry for a resource of the same ACS. |
protected ResourceImpl |
ResourceImpl.copyOwnAcl(ResourceImpl _result,
boolean _withoutInternalAcl,
boolean _withoutExternalAcl)
This method provides a copy of the AclEntries, all the AclEntries (see restrictions) or only the external ones. |
protected ActorImpl |
ActorImpl.copyOwnVariables(ActorImpl _result,
boolean _withoutInternalAcl)
This method provides a copy of the instance variables. |
protected BasicImpl |
BasicImpl.copyOwnVariables(BasicImpl _result)
UNUSED This method provides a copy of the instance variables. |
protected DirectoryImpl |
DirectoryImpl.copyOwnVariables(DirectoryImpl _result,
boolean _withoutInternalAcl)
This method provides a copy of the instance variables. |
protected EligiblePartyImpl |
EligiblePartyImpl.copyOwnVariables(EligiblePartyImpl _result,
boolean _withoutInternalAcl)
This method provides a copy of the instance variables. |
protected GroupIDImpl |
GroupIDImpl.copyOwnVariables(GroupIDImpl _result,
boolean _withoutInternalAcl)
This method provides a copy of the instance variables. |
protected GroupIDMemberImpl |
GroupIDMemberImpl.copyOwnVariables(GroupIDMemberImpl _result,
boolean _withoutInternalAcl)
This method provides a copy of the instance variables. |
protected ResourceImpl |
ResourceImpl.copyOwnVariables(ResourceImpl _result,
boolean _withoutInternalAcl)
This method provides a copy of the instance variables. |
protected UserIDImpl |
UserIDImpl.copyOwnVariables(UserIDImpl _result,
boolean _withoutInternalAcl)
This method provides a copy of the instance variables. |
protected VirtualFolderImpl |
VirtualFolderImpl.copyOwnVariables(VirtualFolderImpl _result)
UNUSED This method provides a copy of the instance variables. |
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. |
java.lang.Object[] |
PrivilegeForLinksImpl.getKeyReferencesFromName(ImmutableName _privName)
Gets the main components from the linked privilege name as a string, returned by getName(). |
java.lang.Object[] |
PrivilegeForTypeImpl.getKeyReferencesFromName(ImmutableName _privName)
Gets the main components from the typed privilege name as a string, returned by getName(). |
protected void |
ACSImpl.newEorAclEntry(ImmutableAclEntry _acl)
Method called by Resource.addAclEntry() before the updating of Resource.getL_aclEntry() and, indirectly, also called by checkClosedAclEntries(). |
protected void |
ACSImpl.newEorEligibleParty(ImmutableEligibleParty _ep)
Registers a new own eligible party in the ACS and controls that the eligible party type is allowed. |
protected void |
ACSImpl.newEorPrivilege(Privilege _priv)
Registers a new privilege in this ACS. |
protected void |
ACSImpl.newEorResource(ImmutableResource _res)
Registers a new own resource with a type control. |
protected void |
BaseManagerImpl.newEorView(ViewInBase _view)
Called by the ViewInBaseImpl constructor for registering the instance. |
protected void |
ACSImpl.newEorVirtualFolder(VirtualFolder _fold)
Registers a new virtual folder in this ACS. |
static void |
BaseManagerImpl.newMetaRight(StringMetaRight _right,
boolean _toSave)
Register a new metaright. |
protected void |
AclEntryImpl.removeConditionSourceGroup(ImmutableGroupID _grp)
Removes a condition group. |
void |
EPRViewInBaseImpl.removeEorBaseObject(BaseObject _obj)
Overrides ViewInBaseImpl.removeEorBaseObject() to update sources and targets maps. |
void |
FolderAbst.removeEorBaseObject(BaseObject _obj)
Removes a base object to the folder. |
void |
VirtualFolderImpl.removeEorBaseObject(BaseObject _obj)
Removes a member to the folder and unregisters it in the object. |
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. |
void |
GroupIDImpl.removeEorMember(GroupIDMember _gm)
Removes a groupID member, and update the member through the removeGroupToGM method, if the group is not immutable. |
void |
EPRViewInBaseImpl.removeEorSource(ImmutableSource _sour)
Updates all the internal maps after a test of the parameter type. |
void |
NoThanViewInBaseImpl.removeEorSource(ImmutableSource _sour)
Removes a view Source which is not a Target, and this does not exist. |
void |
EPRViewInBaseImpl.removeEorTarget(ImmutableTarget _targ)
Updates all the internal maps after a test of the parameter type. |
void |
NoThanViewInBaseImpl.removeEorTarget(ImmutableTarget _targ)
Removes a view node. |
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. |
protected void |
BaseManagerImpl.removeMetaRight(StringMetaRight _right)
UNUSED METHOD. |
protected void |
ACSImpl.removeOwnActorBridgeSource(ImmutableActor _actor)
Removes an own actor which is a bridge source for an external actor. |
protected void |
ACSImpl.removeOwnActorBridgeTarget(ImmutableActor _target)
Removes an own actor as bridge targets for one or several external actor sources. |
protected void |
ACSImpl.removeOwnActorBridgeTargetFromSource(ImmutableActor _source,
BaseObject _caller)
Removes an own actor as a bridge target for an external actor source. |
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 int |
AclEntryImpl.setConditionSourceGroupsFromRights()
Main method to update the right-defined condition group at every rights updating. |
void |
ActorImpl.setEorACSBridgeTarget(Actor _target)
Sets the another-ACS actor for which this instance is a bridge source. |
protected void |
ActorImpl.setEorACSBridgeTarget(Actor _target,
BaseObject _caller)
Sets the another-ACS actor for which this resource is a bridge source. |
void |
GroupIDImpl.setEorL_Members(GroupIDMember[] _L)
Defines the groupID members, and updates the members through the add/removeGroupToGM methods. |
protected void |
AclEntryImpl.setL_Rights(StringRight[] _st)
Sets the rights of the AclEntry, from which the effective rights given by getRight() are derived. |
void |
AclEntryImpl.setL_RightsForUser(StringRight[] _st)
Sets the rights of the AclEntry, from which the effective rights given by getRight() are derived. |
protected void |
PrivilegeAbst.setRights(StringRight[] _st)
Sets the rights array mainly at the instance construction. |
void |
PrivilegeForTypeImpl.setSourceClassOneTime(java.lang.String _class)
Sets the interface which may be assignable from the effective source class. |
void |
PrivilegeForTypeImpl.setTargetClassOneTime(java.lang.String _class)
Sets the interface which may be assignable from the effective targets class. |
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 that throw CreateError | |
---|---|
AclEntryImpl(ImmutableACS _aCS,
ImmutableResource _res,
ImmutableEligibleParty _ep,
StringRight[] _l_right,
boolean _positiveRight,
ImmutableGroupID _conditionGroup)
This is the standard way to create an instance, only from a resource in gBase. |
|
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. |
|
BasicImpl(ImmutableName _name,
ACS _acs)
Used for the creation of a Basic by the subclass constructors. |
|
CAliasImpl(ACSObject _master)
Used by the master constructor. |
|
CFolderMemberImpl(ACSObject _master)
Used by the master constructor. |
|
CNodeImpl(Node _master)
Used by the master constructor. |
|
CPrivilegeUserImpl(PrivilegeUser _master)
Called by the methods addEorPrivilegeForType/LinksToSource/Target in the PrivilegeSources and the PrivilegeTargets. |
|
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. |
|
EligiblePartyImpl(ImmutableName _name,
ACS _acs,
java.lang.String _epType)
Constructor used in the beamer by the editor for the ACS EP list, from 'New'. |
|
EligiblePartyImpl(ImmutableName _name,
ACS _acs,
java.lang.String _epType,
boolean _toRegisterInManager)
Used for the creation of an eligible party alias without base registration. |
|
EPRViewInBaseImpl(ImmutableName _name)
|
|
EPRViewInBaseImpl(ImmutableName _name,
java.util.Map _m_BaseObjects,
boolean _toRegisterInManager)
This constructor is used by BaseManagerImpl.openView() to create every instance. |
|
FolderAbst(ImmutableName _name)
|
|
FolderAbst(ImmutableName _name,
java.util.Map _m_BaseObjects)
This constructor provides a FolderAbst instance from a map of base objects. |
|
GroupIDImpl(ImmutableName _name,
ACS _acs,
java.lang.String _epType,
java.lang.Boolean _isAdmin)
Constructor used in the beamer by the editor for the ACS EP list, from 'New'. |
|
GroupIDImpl(ImmutableName _name,
ACS _acs,
java.lang.String _epType,
boolean _isAdmin,
boolean _toRegisterInManager)
Used for the creation of a groupID. |
|
GroupIDMemberImpl(ImmutableName _name,
ACS _acs,
java.lang.String _epType,
java.lang.Boolean _isAdmin)
Constructor used in the beamer by the editor for the ACS EP list, from 'New'. |
|
GroupIDMemberImpl(ImmutableName _name,
ACS _acs,
java.lang.String _epType,
boolean _isAdmin,
boolean _toRegisterInManager)
Used for the creation of a GroupIDMember alias, without base registration. |
|
ISNodeImpl(ImmutableNameISTree _iSTree,
ImmutableName _nodeName)
Registers this instance has a listener of BaseManagerImpl for the events 'OneInformationSystem', 'InformationSystemChange', if the node is not the IS structure root. |
|
NameISTreeImpl(ImmutableName _root_name,
boolean _is_hub)
Constructor. |
|
NameTreeImpl(ImmutableName _root_name,
java.lang.String _node_type,
boolean _is_hub)
Constructor. |
|
NoThanViewInBaseImpl(ImmutableName _name)
|
|
NoThanViewInBaseImpl(ImmutableName _name,
java.util.Map _m_BaseObjects,
boolean _toRegisterInManager)
This constructor is used by BaseManagerImpl.openView() to create every instance. |
|
PrivilegeAbst(ACS _aCS,
java.lang.String _nickName,
java.lang.String _mainType,
StringRight[] _l_rights,
java.lang.String _secondType)
This is the only way to create an instance. |
|
PrivilegeForLinksImpl(ACS _aCS,
java.lang.String _nickName,
java.lang.String _mainType,
StringRight[] _l_rights,
java.lang.String _secondType)
This is the only way to create a linked privilege instance from the GUI. |
|
PrivilegeForLinksImpl(ACS _aCS,
java.lang.String _nickName,
java.lang.String _mainType,
StringRight[] _l_rights,
java.lang.String _secondType,
boolean _toRegisterInManager)
This is the only way to create a linked privilege instance. |
|
PrivilegeForTypeImpl(ACS _aCS,
java.lang.String _nickName,
java.lang.String _sourceType,
java.lang.String _targetType,
java.lang.String _mainType,
StringRight[] _l_rights,
java.lang.String _secondType)
This is the only way to request the creation of a typed privilege instance from the GUI. |
|
PrivilegeForTypeImpl(ACS _aCS,
java.lang.String _sourceType,
java.lang.String _targetType,
java.lang.String _nickName,
java.lang.String _mainType,
StringRight[] _l_rights,
java.lang.String _secondType,
boolean _toRegisterInManager)
This is the only way to create a typed privilege, with one of the four possible types. |
|
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. |
|
SketchViewInBaseImpl(ImmutableName _name)
|
|
SketchViewInBaseImpl(ImmutableName _name,
java.util.Map _m_BaseObjects)
This constructor is used by ViewInBase_Facade.createSketchView(). |
|
StringMetaRightImpl(java.lang.String _kernelRight,
java.lang.String _targetClass,
java.lang.Integer _internalKey,
java.lang.Integer _power,
java.lang.Integer _field,
boolean _grant)
Effective constructor. |
|
StringRightImpl(java.lang.String _kernelRight,
java.lang.Integer _internalKey,
java.lang.String _targetClass)
Constructor used for the creation of an embedded right in a StringMetaRightImpl instance. |
|
StringRightImpl(java.lang.String _kernelRight,
StringMetaRight _meta,
java.lang.Integer _internalKey,
StringRightImpl[] _l_upperRights,
java.lang.String _targetClassType,
ACSRun _acsRun)
Constructor used for the creation of an ACS right. |
|
UserIDImpl(ImmutableName _name,
ACS _acs,
java.lang.String _epType,
java.lang.Boolean _isAdmin)
Constructor used in the beamer by the editor for the ACS EP list, from the 'New' button. |
|
UserIDImpl(ImmutableName _name,
ACS _acs,
java.lang.String _epType,
boolean _isAdmin,
boolean _toRegisterInManager)
Used for the creation of an UserID. |
|
ViewInBaseImpl(ImmutableName _name)
This constructor is used by the GUI. |
|
ViewInBaseImpl(ImmutableName _name,
boolean _toRegisterInManager)
This constructor allows the subclasses to manage directly the registration in BaseManagerImpl, to initialize their properties before the firing of the 'OpenViews' event by BaseManagerImpl. |
|
ViewInBaseImpl(ImmutableName _name,
java.util.Map _m_BaseObjects,
boolean _toRegisterInManager)
This constructor provides a ViewInBaseImpl instance from a map of base objects. |
|
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 CreateError in ARoad0.gBaseInterface |
---|
Methods in ARoad0.gBaseInterface that throw CreateError | |
---|---|
AclEntry |
Resource.addAclEntry(ImmutableACS _aclAcs,
ImmutableEligibleParty _ep,
StringRight[] _right,
java.lang.Boolean _positiveRight,
ImmutableGroupID _conditionGroup)
Creates a new aclEntry which delivers rights to an eligible party to access or to deny access to this resource. |
void |
Folder.addEorBaseObject(BaseObject _obj)
Adds a base object to the folder. |
void |
GroupID.addEorMember(GroupIDMember _ep)
Adds a GroupIDMember as a member of this groupID, and update the member through the addGroupToGM method. |
void |
EPRViewInBase.addEorSource(ImmutableSource _sour)
Updates all the internal maps after a test of the parameter type. |
void |
EPRViewInBase.addEorTarget(ImmutableTarget _targ)
Updates all the internal maps after a test of the parameter type. |
void |
ACSRun.addRight(StringRight _right)
Register a new acsright in this ACS. |
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. |
AclEntry |
ImmutableAclEntry.copy(Resource _newRes)
Copy the AclEntry for a resource of the same ACS. |
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. |
java.lang.Object[] |
ImmutablePrivilege.getKeyReferencesFromName(ImmutableName _privName)
Gets the main components from the privilege name as a string, returned by getName(). |
void |
Folder.removeEorBaseObject(BaseObject _obj)
Removes a base object to the folder. |
void |
GroupID.removeEorMember(GroupIDMember _ep)
Removes a groupID member, and update it. |
void |
EPRViewInBase.removeEorSource(ImmutableSource _sour)
Updates all the internal maps after a test of the parameter type. |
void |
EPRViewInBase.removeEorTarget(ImmutableTarget _targ)
Updates all the internal maps after a test of the parameter type. |
void |
Actor.setEorACSBridgeTarget(Actor _target)
Sets the another-ACS actor for which this actor is a bridge source. |
void |
GroupID.setEorL_Members(GroupIDMember[] _L)
Defines the groupID members, and update the members. |
void |
AclEntry.setL_RightsForUser(StringRight[] _st)
Sets the rights of the AclEntry, from which the effective rights given by getRight() are derived. |
void |
PrivilegeForType.setSourceClassOneTime(java.lang.String _class)
Sets the interface which may be assignable from the effective source class. |
void |
PrivilegeForType.setTargetClassOneTime(java.lang.String _class)
Sets the interface which may be assignable from the effective targets class. |
Uses of CreateError in ARoad0.gWork |
---|
Methods in ARoad0.gWork that throw CreateError | |
---|---|
static EPRViewInBase |
ViewInBase_Facade.createEPRView(ImmutableName _name,
java.util.Set _l_BaseObject)
Creates a new view for EligibleParties and Resources, then registers and saves it. |
static NoThanViewInBase |
ViewInBase_Facade.createNoThanView(ImmutableName _name,
java.util.Set _l_BaseObject)
COMMENTS TO DO Creates a new view for EligibleParties and Resources, then registers and saves it. |
static SketchViewInBase |
ViewInBase_Facade.createSketchView(ImmutableName _name)
Creates a new sketch view without registering nor saving it in the base. |
static ViewInBase |
ViewInBase_Facade.createView(ImmutableName _name,
java.util.Map _m_BaseObjects)
Creates a new classical view for BaseObjects, then save it. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |