Uploaded image for project: 'Grouper'
  1. Grouper
  2. GRP-1042

Provide find methods to return instances of Attribute usage

    XMLWordPrintable

Details

    • New Feature
    • Resolution: Fixed
    • Minor
    • 2.2.1, 2.3.0
    • 2.2.0
    • API
    • None

    Description

      Finding all the AttributeAssigns for a specific attribute is not straight forward:

      Set<AttributeAssign> attributeAssigns = GrouperDAOFactory.getFactory()
      .getAttributeAssign().findStemAttributeAssignments(null, null, GrouperUtil.toSet(attributeDefName.getId()), null, null, true, false);

      There is an AttributeAssignFinder object which I had hoped would have a .findByDefName and/or .findByDef, which perhaps as an overload that takes a bitwise parameter to specify the object type(s) desired.

      Attachments

        Activity

          People

            chris.hyzer@at.internet2.edu Chris Hyzer (upenn.edu)
            john.gasper@at.internet2.edu John Gasper (unicon.net)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: