|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ImmutablePrivilegeSource
This interface is responsible for modeling the source which is connected to Privileges. A privilege instance is crontolled by the ACS, and it is then appliable to any couple (source, target) which belong to the ACS. There are different types of privilege (defined in PrivilegeAbst class) and interfaces. See the Copyright.
PrivilegeAbst
Method Summary | |
---|---|
java.util.List |
getEorL_SourcePrivilegeForLinks()
Gets all the PrivilegeForLinks linked to this source. |
java.util.List |
getEorL_SourcePrivilegeForTypes()
Gets all the PrivilegeForTypes of this source. |
java.util.List |
getEorL_SourcePrivileges()
Gets all the privileges which are associated to this source. |
Methods inherited from interface ARoad0.gBaseInterface.ImmutableSource |
---|
getEorAliasAsInternalHardReference, getEorReferenceAsInternalHardAlias, getHasSoftAlias, getL_AcsOfSoftReferences, getL_SoftAlias, getType |
Methods inherited from interface ARoad0.gBaseInterface.ACSObject |
---|
getAcsName, getEorACS |
Methods inherited from interface ARoad0.gBaseInterface.BaseObject |
---|
equals, getFullName, getName, getNickName, hashCode |
Methods inherited from interface ARoad0.gBaseInterface.BaseBeanManager |
---|
addPropertyChangeListener, addPropertyChangeListener, removePropertyChangeListener, removePropertyChangeListener |
Methods inherited from interface java.lang.Comparable |
---|
compareTo |
Method Detail |
---|
java.util.List getEorL_SourcePrivileges()
- PrivilegeForLinks: linked privilege established for a couple (ACSObject, privilege),
- PrivilegeForType: typed privilege, where the ACSObject and the privilege has a common type, but without the TYPED_FOR_SEED and TYPED_CLASSED_SPECIFIC privileges.
java.util.List getEorL_SourcePrivilegeForTypes()
java.util.List getEorL_SourcePrivilegeForLinks()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |