Package | Description |
---|---|
psdi.mbo |
Modifier and Type | Field and Description |
---|---|
LRUCache<java.lang.String,DataRestrictionCache.RestrictionBundle> |
DataRestrictionCache.fastAccess
Enable instant retrival of a already figured out ResourceBundle.
|
Modifier and Type | Method and Description |
---|---|
DataRestrictionCache.RestrictionBundle |
DataRestrictionCache.get(int level,
MboSetRemote msr)
Get a HashSet of DataRestriction objects of the specified restriction level for the given object.
|
DataRestrictionCache.RestrictionBundle |
DataRestrictionCache.get(int level,
MboSetRemote msr,
java.lang.String attrName)
Get a restrictions of the specified restriction level for the given attribute, or object
if the attribute parameter is null.
|
DataRestrictionCache.RestrictionBundle |
MboSet.getAttrRestrictions(int levelRequested,
java.lang.String attr)
Get an array of Data Restriction objects for attribute restriction what would need to apply to
the attribute of the records in this mbo set.
|
DataRestrictionCache.RestrictionBundle |
Mbo.getAttrRestrictions(int levelRequested,
java.lang.String attr)
Returns an array list of the attribute restrictions of the requested restriction level that applies to the
attribute.
|
DataRestrictionCache.RestrictionBundle |
MboSet.getRowRestrictions(int levelRequested)
Get an array of Data Restriction objeccts for row restriction that would need to apply to rows in the
MboSet.
|
Modifier and Type | Method and Description |
---|---|
boolean |
Mbo.andEvaluateConditions(DataRestrictionCache.RestrictionBundle restrictions)
Evaluate a bundle of restrictions.
|
boolean |
Mbo.orEvaluateConditions(DataRestrictionCache.RestrictionBundle restrictions)
Evaluate the restrictions according to a OR logic.
|