public interface IMetaObjectAccess
| Modifier and Type | Method and Description | 
|---|---|
List<String> | 
getAllowedUserRoles()  | 
UUID | 
getId()
Returns the unique id of this security setting. 
 | 
Set<UUID> | 
getIdsOfSameXPathConstraints()
Only for internal use. 
 | 
Set<String> | 
getReadAccessMembers()  | 
Set<String> | 
getWriteAccessMembers()  | 
String | 
getXpathConstraint()  | 
boolean | 
isAllowCreate()  | 
boolean | 
isAllowDelete()  | 
boolean | 
providesReadAccess(String memberName)
Returns whether this security setting provides read access to the given attribute. 
 | 
boolean | 
providesWriteAccess(String memberName)
Returns whether this security setting provides write access to the given attribute. 
 | 
UUID getId()
boolean isAllowCreate()
boolean isAllowDelete()
String getXpathConstraint()
Set<String> getWriteAccessMembers()
boolean providesReadAccess(String memberName)
memberName - the name of the attribute to get security information of.boolean providesWriteAccess(String memberName)
memberName - the name of the attribute to get security information of.