|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PrivilegeForType | |
---|---|
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. |
ARoad0.gWorkInterface | Contains interfaces to process the search of rights in the views, as a support to the gWork package. |
Uses of PrivilegeForType in ARoad0.gBase |
---|
Classes in ARoad0.gBase that implement PrivilegeForType | |
---|---|
class |
PrivilegeForTypeImpl
This class is responsible for modeling a set of rights from a source with a given type, to an access target with another given type. |
Fields in ARoad0.gBase with type parameters of type PrivilegeForType | |
---|---|
protected java.util.ArrayList<PrivilegeForType> |
CPrivilegeUserImpl.l_T_TypedPrivileges_
list of typed privileges for the master as target. isTarget_ has to be true. |
Methods in ARoad0.gBase that return types with arguments of type PrivilegeForType | |
---|---|
java.util.List<PrivilegeForType> |
EligiblePartyImpl.getEorL_SourcePrivilegeForTypes()
Gets all the PrivilegeForTypes of this source. |
protected java.util.List<PrivilegeForType> |
CPrivilegeUserImpl.getEorL_TargetPrivilegeForTypes()
Gets all the privilegeForTypes linked to this target, not the privilegeForLinks. |
java.util.List<PrivilegeForType> |
ResourceImpl.getEorL_TargetPrivilegeForTypes()
Gets all the PrivilegeForTypes of this target. |
Methods in ARoad0.gBase with parameters of type PrivilegeForType | |
---|---|
void |
ActorImpl.addEorPrivilegeForTypeToSource(PrivilegeForType _priv)
Sets a privilege as applicable to this access source, and this is called only by the program. |
void |
EligiblePartyImpl.addEorPrivilegeForTypeToSource(PrivilegeForType _priv)
Sets a privilege as applicable to this access source. |
void |
ResourceImpl.addEorPrivilegeForTypeToTarget(PrivilegeForType _priv)
Sets a privilege as applicable to this access target. |
void |
VirtualFolderImpl.addEorPrivilegeForTypeToTarget(PrivilegeForType _priv)
Sets a privilege as applicable to this access target, and called only by the program. |
Uses of PrivilegeForType in ARoad0.gBaseInterface |
---|
Methods in ARoad0.gBaseInterface with parameters of type PrivilegeForType | |
---|---|
void |
PrivilegeSource.addEorPrivilegeForTypeToSource(PrivilegeForType _priv)
Sets a privilege as applicable to this access source, and this is called only by the program. |
void |
PrivilegeTarget.addEorPrivilegeForTypeToTarget(PrivilegeForType _priv)
Sets a privilege as applicable to this access target, and called only by the program. |
Uses of PrivilegeForType in ARoad0.gWork |
---|
Methods in ARoad0.gWork that return types with arguments of type PrivilegeForType | |
---|---|
java.util.List<PrivilegeForType> |
PrivilegeRightsFactoryImpl.getL_typedPrivilege(ImmutablePrivilegeSource _so,
ImmutablePrivilegeTarget _pt)
Gets the typed privileges which connect the target and the source. |
Methods in ARoad0.gWork with parameters of type PrivilegeForType | |
---|---|
java.util.List<PrivilegeSource> |
LinkRightsImpl.getEorL_SourcesForPrivilegeForType(PrivilegeForType _priv,
ImmutableACS _acs)
Gets all the PrivilegeSources using a given PrivilegeForType. |
java.util.List<PrivilegeTarget> |
LinkRightsImpl.getEorL_TargetsForPrivilegeForType(PrivilegeForType _priv,
ImmutableACS _acs)
Gets all the PrivilegeTargets using a given PrivilegeForType. |
boolean |
LinkRightsImpl.isSourceForPrivilegeForType(PrivilegeForType _priv,
ImmutablePrivilegeSource _ps)
NO USE - Returns true if a PrivilegeSource uses a given PrivilegeForType. |
boolean |
LinkRightsImpl.isTargetForPrivilegeForType(PrivilegeForType _priv,
ImmutablePrivilegeTarget _pt)
Returns true if a PrivilegeTarget uses a given PrivilegeForType. |
Uses of PrivilegeForType in ARoad0.gWorkInterface |
---|
Methods in ARoad0.gWorkInterface with parameters of type PrivilegeForType | |
---|---|
java.util.List<PrivilegeSource> |
LinkRights.getEorL_SourcesForPrivilegeForType(PrivilegeForType _priv,
ImmutableACS _acs)
Gets all the PrivilegeSources using a given PrivilegeForType. |
java.util.List<PrivilegeTarget> |
LinkRights.getEorL_TargetsForPrivilegeForType(PrivilegeForType _priv,
ImmutableACS _acs)
Gets all the PrivilegeTargets using a given PrivilegeForType. |
boolean |
LinkRights.isSourceForPrivilegeForType(PrivilegeForType _priv,
ImmutablePrivilegeSource _ps)
Returns true if a PrivilegeSource uses a given PrivilegeForType. |
boolean |
LinkRights.isTargetForPrivilegeForType(PrivilegeForType _priv,
ImmutablePrivilegeTarget _pt)
Returns true if a PrivilegeTarget uses a given PrivilegeForType. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |