psdi.mbo

Class DataRestrictionCache.RestrictionBundle

  • java.lang.Object
    • psdi.mbo.DataRestrictionCache.RestrictionBundle
  • Enclosing class:
    DataRestrictionCache


    public static class DataRestrictionCache.RestrictionBundle
    extends java.lang.Object
    This class represent a collection of restrictions of a certain restriction level that can be applied to an object or attribute.
    • Constructor Detail

      • RestrictionBundle

        public RestrictionBundle()
    • Method Detail

      • isEmpty

        public boolean isEmpty()
      • getNoGrpNoAppRestriction

        public DataRestriction getNoGrpNoAppRestriction()
      • getNoGrpWithAppRestriction

        public DataRestriction getNoGrpWithAppRestriction()
      • getPerGrpRestrictions

        public java.util.ArrayList getPerGrpRestrictions()
      • markGrpNoRestriction

        public void markGrpNoRestriction(java.lang.String grp)