Provide find methods to return instances of Attribute usage

XMLWordPrintable

    • Type: New Feature
    • Resolution: Fixed
    • Priority: Minor
    • 2.2.1, 2.3.0
    • Affects Version/s: 2.2.0
    • Component/s: API
    • None

      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.

            Assignee:
            Chris Hyzer (upenn.edu)
            Reporter:
            John Gasper (unicon.net) (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: