edu.internet2.middleware.grouper.internal.dao
Interface AttributeAssignDAO

All Superinterfaces:
GrouperDAO
All Known Implementing Classes:
Hib3AttributeAssignDAO

public interface AttributeAssignDAO
extends GrouperDAO

attribute assign data access methods


Method Summary
 void delete(AttributeAssign attributeAssign)
          delete an attribute assign object
 Set<AttributeAssign> findAnyMembershipAttributeAssignments(Collection<String> attributeAssignIds, Collection<String> attributeDefIds, Collection<String> attributeDefNameIds, Collection<org.apache.commons.collections.keyvalue.MultiKey> groupIdsAndMemberIds, Collection<String> actions, Boolean enabled, boolean includeAssignmentsOnAssignments)
          securely search for assignments.
 Set<AttributeDefName> findAnyMembershipAttributeDefNames(Collection<String> attributeAssignIds, Collection<String> attributeDefIds, Collection<String> attributeDefNameIds, Collection<org.apache.commons.collections.keyvalue.MultiKey> groupIdsAndMemberIds, Collection<String> actions, Boolean enabled)
          securely search for attribute def names.
 Set<AttributeAssign> findAssignmentsOnAssignments(Collection<AttributeAssign> attributeAssigns, AttributeAssignType attributeAssignType, Boolean enabled)
          find assignments on assignments.
 Set<AttributeAssign> findAttributeDefAttributeAssignments(Collection<String> attributeAssignIds, Collection<String> attributeDefIds, Collection<String> attributeDefNameIds, Collection<String> attributeDefAssignToIds, Collection<String> actions, Boolean enabled, boolean includeAssignmentsOnAssignments)
          securely search for assignments.
 Set<AttributeDefName> findAttributeDefAttributeDefNames(Collection<String> attributeAssignIds, Collection<String> attributeDefIds, Collection<String> attributeDefNameIds, Collection<String> attributeDefAssignToIds, Collection<String> actions, Boolean enabled)
          securely search for attributeDefNames.
 Set<AttributeDefName> findAttributeDefNamesByAttrAssignIdAndAttributeDefId(String attrAssignIdToAssignTo, String attributeDefIdToAssign)
          find attribute def names (distinct) by attribute def id
 Set<AttributeDefName> findAttributeDefNamesByAttributeDefIdAndAttributeDefId(String attributeDefIdToAssignTo, String attributeDefIdToAssign)
          find attribute def names (distinct) by attribute def id
 Set<AttributeDefName> findAttributeDefNamesByGroupIdAndAttributeDefId(String groupId, String attributeDefId)
          find attribute def names (distinct) by attribute def id
 Set<AttributeDefName> findAttributeDefNamesByGroupIdMemberIdAndAttributeDefId(String groupId, String memberId, String attributeDefIdToAssign)
          find attribute def names (distinct) by attribute def id
 Set<AttributeDefName> findAttributeDefNamesByMemberIdAndAttributeDefId(String memberId, String attributeDefId)
          find attribute def names (distinct) by attribute def id
 Set<AttributeDefName> findAttributeDefNamesByMembershipIdAndAttributeDefId(String membershipIdToAssignTo, String attributeDefIdToAssign)
          find attribute def names (distinct) by attribute def id
 Set<AttributeDefName> findAttributeDefNamesByStemIdAndAttributeDefId(String stemId, String attributeDefId)
          find attribute def names (distinct) by attribute def id
 Set<AttributeDef> findAttributeDefsByAttributeDefNameId(String attributeDefNameId)
           
 Set<AttributeAssign> findByActionId(String actionId)
           
 Set<AttributeAssign> findByAttrAssignIdAndAttributeDefId(String attrAssignIdToAssignTo, String attributeDefIdToAssign)
           
 Set<AttributeAssign> findByAttrAssignIdAndAttributeDefNameId(String attrAssignIdToAssignTo, String attributeDefNameIdToAssign)
           
 Set<AttributeAssign> findByAttributeDefIdAndAttributeDefId(String attributeDefIdToAssignTo, String attributeDefIdToAssign)
           
 Set<AttributeAssign> findByAttributeDefIdAndAttributeDefNameId(String attributeDefIdToAssignTo, String attributeDefNameIdToAssign)
           
 Set<AttributeAssign> findByAttributeDefNameId(String attributeDefNameId)
           
 Set<AttributeAssign> findByGroupIdAndAttributeDefId(String groupId, String attributeDefId)
           
 Set<AttributeAssign> findByGroupIdAndAttributeDefNameId(String groupId, String attributeDefNameId)
           
 Set<AttributeAssign> findByGroupIdMemberIdAndAttributeDefId(String groupId, String memberId, String attributeDefIdToAssign)
           
 Set<AttributeAssign> findByGroupIdMemberIdAndAttributeDefNameId(String groupId, String memberId, String attributeDefNameIdToAssign)
           
 AttributeAssign findById(String id, boolean exceptionIfNotFound)
           
 Set<AttributeAssign> findByMemberIdAndAttributeDefId(String memberId, String attributeDefId)
           
 Set<AttributeAssign> findByMemberIdAndAttributeDefNameId(String memberId, String attributeDefNameId)
           
 Set<AttributeAssign> findByMembershipIdAndAttributeDefId(String membershipIdToAssignTo, String attributeDefIdToAssign)
           
 Set<AttributeAssign> findByMembershipIdAndAttributeDefNameId(String membershipIdToAssignTo, String attributeDefNameIdToAssign)
           
 Set<AttributeAssign> findByOwnerAttributeAssignId(String ownerAttributeAssignId)
           
 Set<AttributeAssign> findByOwnerAttributeDefId(String ownerAttributeDefId)
           
 Set<AttributeAssign> findByOwnerGroupId(String ownerGroupId)
           
 Set<AttributeAssign> findByOwnerMemberId(String ownerMemberId)
           
 Set<AttributeAssign> findByOwnerMembershipId(String ownerMembershipId)
           
 Set<AttributeAssign> findByOwnerStemId(String ownerStemId)
           
 Set<AttributeAssign> findByStemIdAndAttributeDefId(String stemId, String attributeDefId)
           
 Set<AttributeAssign> findByStemIdAndAttributeDefNameId(String stemId, String attributeDefNameId)
           
 AttributeAssign findByUuidOrKey(Collection<String> idsToIgnore, String id, String attributeDefNameId, String attributeAssignActionId, String ownerAttributeAssignId, String ownerAttributeDefId, String ownerGroupId, String ownerMemberId, String ownerMembershipId, String ownerStemId, boolean exceptionIfNull, Long disabledTimeDb, Long enabledTimeDb, String notes)
           
 Set<AttributeAssign> findGroupAttributeAssignments(Collection<String> attributeAssignIds, Collection<String> attributeDefIds, Collection<String> attributeDefNameIds, Collection<String> groupIds, Collection<String> actions, Boolean enabled, boolean includeAssignmentsOnAssignments)
          securely search for assignments.
 Set<AttributeDefName> findGroupAttributeDefNames(Collection<String> attributeAssignIds, Collection<String> attributeDefIds, Collection<String> attributeDefNameIds, Collection<String> groupIds, Collection<String> actions, Boolean enabled)
          securely search for attribute def names.
 Set<AttributeAssign> findMemberAttributeAssignments(Collection<String> attributeAssignIds, Collection<String> attributeDefIds, Collection<String> attributeDefNameIds, Collection<String> memberIds, Collection<String> actions, Boolean enabled, boolean includeAssignmentsOnAssignments)
          securely search for assignments.
 Set<AttributeDefName> findMemberAttributeDefNames(Collection<String> attributeAssignIds, Collection<String> attributeDefIds, Collection<String> attributeDefNameIds, Collection<String> memberIds, Collection<String> actions, Boolean enabled)
          securely search for attribute def names.
 Set<AttributeAssign> findMembershipAttributeAssignments(Collection<String> attributeAssignIds, Collection<String> attributeDefIds, Collection<String> attributeDefNameIds, Collection<String> membershipIds, Collection<String> actions, Boolean enabled, boolean includeAssignmentsOnAssignments)
          securely search for assignments.
 Set<AttributeDefName> findMembershipAttributeDefNames(Collection<String> attributeAssignIds, Collection<String> attributeDefIds, Collection<String> attributeDefNameIds, Collection<String> membershipIds, Collection<String> actions, Boolean enabled)
          securely search for attribute def names.
 Set<AttributeAssign> findStemAttributeAssignments(Collection<String> attributeAssignIds, Collection<String> attributeDefIds, Collection<String> attributeDefNameIds, Collection<String> stemIds, Collection<String> actions, Boolean enabled, boolean includeAssignmentsOnAssignments)
          securely search for assignments.
 Set<AttributeDefName> findStemAttributeDefNames(Collection<String> attributeAssignIds, Collection<String> attributeDefIds, Collection<String> attributeDefNameIds, Collection<String> stemIds, Collection<String> actions, Boolean enabled)
          securely search for attribute def names.
 void saveOrUpdate(AttributeAssign attributeAssign)
          insert or update an attribute assign object
 void saveUpdateProperties(AttributeAssign attributeAssign)
          save the update properties which are auto saved when business method is called
 

Method Detail

saveOrUpdate

void saveOrUpdate(AttributeAssign attributeAssign)
insert or update an attribute assign object

Parameters:
attributeAssign -

delete

void delete(AttributeAssign attributeAssign)
delete an attribute assign object

Parameters:
attributeAssign -

findById

AttributeAssign findById(String id,
                         boolean exceptionIfNotFound)
Parameters:
id -
exceptionIfNotFound -
Returns:
the attribute assign or null if not there

findByGroupIdAndAttributeDefNameId

Set<AttributeAssign> findByGroupIdAndAttributeDefNameId(String groupId,
                                                        String attributeDefNameId)
Parameters:
groupId -
attributeDefNameId -
Returns:
the attribute assigns or null if not there

findByGroupIdAndAttributeDefId

Set<AttributeAssign> findByGroupIdAndAttributeDefId(String groupId,
                                                    String attributeDefId)
Parameters:
groupId -
attributeDefId -
Returns:
the attribute assigns or null if not there

findAttributeDefNamesByGroupIdAndAttributeDefId

Set<AttributeDefName> findAttributeDefNamesByGroupIdAndAttributeDefId(String groupId,
                                                                      String attributeDefId)
find attribute def names (distinct) by attribute def id

Parameters:
groupId -
attributeDefId -
Returns:
the attribute defs

findByMemberIdAndAttributeDefNameId

Set<AttributeAssign> findByMemberIdAndAttributeDefNameId(String memberId,
                                                         String attributeDefNameId)
Parameters:
memberId -
attributeDefNameId -
Returns:
the attribute assigns or null if not there

findByMemberIdAndAttributeDefId

Set<AttributeAssign> findByMemberIdAndAttributeDefId(String memberId,
                                                     String attributeDefId)
Parameters:
memberId -
attributeDefId -
Returns:
the attribute assigns or null if not there

findAttributeDefNamesByMemberIdAndAttributeDefId

Set<AttributeDefName> findAttributeDefNamesByMemberIdAndAttributeDefId(String memberId,
                                                                       String attributeDefId)
find attribute def names (distinct) by attribute def id

Parameters:
memberId -
attributeDefId -
Returns:
the attribute defs

findByStemIdAndAttributeDefNameId

Set<AttributeAssign> findByStemIdAndAttributeDefNameId(String stemId,
                                                       String attributeDefNameId)
Parameters:
stemId -
attributeDefNameId -
Returns:
the attribute assigns or null if not there

findByStemIdAndAttributeDefId

Set<AttributeAssign> findByStemIdAndAttributeDefId(String stemId,
                                                   String attributeDefId)
Parameters:
stemId -
attributeDefId -
Returns:
the attribute assigns or null if not there

findAttributeDefNamesByStemIdAndAttributeDefId

Set<AttributeDefName> findAttributeDefNamesByStemIdAndAttributeDefId(String stemId,
                                                                     String attributeDefId)
find attribute def names (distinct) by attribute def id

Parameters:
stemId -
attributeDefId -
Returns:
the attribute defs

findAttributeDefNamesByAttributeDefIdAndAttributeDefId

Set<AttributeDefName> findAttributeDefNamesByAttributeDefIdAndAttributeDefId(String attributeDefIdToAssignTo,
                                                                             String attributeDefIdToAssign)
find attribute def names (distinct) by attribute def id

Parameters:
attributeDefIdToAssignTo -
attributeDefIdToAssign -
Returns:
the attribute defs

findByAttributeDefIdAndAttributeDefId

Set<AttributeAssign> findByAttributeDefIdAndAttributeDefId(String attributeDefIdToAssignTo,
                                                           String attributeDefIdToAssign)
Parameters:
attributeDefIdToAssignTo -
attributeDefIdToAssign -
Returns:
the attribute assigns or null if not there

findByAttributeDefIdAndAttributeDefNameId

Set<AttributeAssign> findByAttributeDefIdAndAttributeDefNameId(String attributeDefIdToAssignTo,
                                                               String attributeDefNameIdToAssign)
Parameters:
attributeDefIdToAssignTo -
attributeDefNameIdToAssign -
Returns:
the attribute assigns or null if not there

findByOwnerAttributeAssignId

Set<AttributeAssign> findByOwnerAttributeAssignId(String ownerAttributeAssignId)
Parameters:
ownerAttributeAssignId -
Returns:
the attribute assigns or empty if not there

findByOwnerAttributeDefId

Set<AttributeAssign> findByOwnerAttributeDefId(String ownerAttributeDefId)
Parameters:
ownerAttributeDefId -
Returns:
the attribute assigns or empty if not there

findAttributeDefsByAttributeDefNameId

Set<AttributeDef> findAttributeDefsByAttributeDefNameId(String attributeDefNameId)
Parameters:
attributeDefNameId -
Returns:
the attribute defs or empty if not there

findByOwnerGroupId

Set<AttributeAssign> findByOwnerGroupId(String ownerGroupId)
Parameters:
ownerGroupId -
Returns:
the attribute assigns or empty if not there

findByOwnerStemId

Set<AttributeAssign> findByOwnerStemId(String ownerStemId)
Parameters:
ownerStemId -
Returns:
the attribute assigns or empty if not there

findByOwnerMemberId

Set<AttributeAssign> findByOwnerMemberId(String ownerMemberId)
Parameters:
ownerMemberId -
Returns:
the attribute assigns or empty if not there

findByOwnerMembershipId

Set<AttributeAssign> findByOwnerMembershipId(String ownerMembershipId)
Parameters:
ownerMembershipId -
Returns:
the attribute assigns or empty if not there

findAttributeDefNamesByMembershipIdAndAttributeDefId

Set<AttributeDefName> findAttributeDefNamesByMembershipIdAndAttributeDefId(String membershipIdToAssignTo,
                                                                           String attributeDefIdToAssign)
find attribute def names (distinct) by attribute def id

Parameters:
membershipIdToAssignTo -
attributeDefIdToAssign -
Returns:
the attribute defs

findByMembershipIdAndAttributeDefId

Set<AttributeAssign> findByMembershipIdAndAttributeDefId(String membershipIdToAssignTo,
                                                         String attributeDefIdToAssign)
Parameters:
membershipIdToAssignTo -
attributeDefIdToAssign -
Returns:
the attribute assigns or null if not there

findByMembershipIdAndAttributeDefNameId

Set<AttributeAssign> findByMembershipIdAndAttributeDefNameId(String membershipIdToAssignTo,
                                                             String attributeDefNameIdToAssign)
Parameters:
membershipIdToAssignTo -
attributeDefNameIdToAssign -
Returns:
the attribute assigns or null if not there

findAttributeDefNamesByAttrAssignIdAndAttributeDefId

Set<AttributeDefName> findAttributeDefNamesByAttrAssignIdAndAttributeDefId(String attrAssignIdToAssignTo,
                                                                           String attributeDefIdToAssign)
find attribute def names (distinct) by attribute def id

Parameters:
attrAssignIdToAssignTo -
attributeDefIdToAssign -
Returns:
the attribute defs

findByAttrAssignIdAndAttributeDefId

Set<AttributeAssign> findByAttrAssignIdAndAttributeDefId(String attrAssignIdToAssignTo,
                                                         String attributeDefIdToAssign)
Parameters:
attrAssignIdToAssignTo -
attributeDefIdToAssign -
Returns:
the attribute assigns or null if not there

findByAttributeDefNameId

Set<AttributeAssign> findByAttributeDefNameId(String attributeDefNameId)
Parameters:
attributeDefNameId -
Returns:
the attribute assigns or empty if not there

findByAttrAssignIdAndAttributeDefNameId

Set<AttributeAssign> findByAttrAssignIdAndAttributeDefNameId(String attrAssignIdToAssignTo,
                                                             String attributeDefNameIdToAssign)
Parameters:
attrAssignIdToAssignTo -
attributeDefNameIdToAssign -
Returns:
the attribute assigns or null if not there

findAttributeDefNamesByGroupIdMemberIdAndAttributeDefId

Set<AttributeDefName> findAttributeDefNamesByGroupIdMemberIdAndAttributeDefId(String groupId,
                                                                              String memberId,
                                                                              String attributeDefIdToAssign)
find attribute def names (distinct) by attribute def id

Parameters:
groupId -
memberId -
attributeDefIdToAssign -
Returns:
the attribute defs

findByGroupIdMemberIdAndAttributeDefId

Set<AttributeAssign> findByGroupIdMemberIdAndAttributeDefId(String groupId,
                                                            String memberId,
                                                            String attributeDefIdToAssign)
Parameters:
groupId -
memberId -
attributeDefIdToAssign -
Returns:
the attribute assigns or null if not there

findByGroupIdMemberIdAndAttributeDefNameId

Set<AttributeAssign> findByGroupIdMemberIdAndAttributeDefNameId(String groupId,
                                                                String memberId,
                                                                String attributeDefNameIdToAssign)
Parameters:
groupId -
memberId -
attributeDefNameIdToAssign -
Returns:
the attribute assigns or null if not there

saveUpdateProperties

void saveUpdateProperties(AttributeAssign attributeAssign)
save the update properties which are auto saved when business method is called

Parameters:
attributeAssign -

findByUuidOrKey

AttributeAssign findByUuidOrKey(Collection<String> idsToIgnore,
                                String id,
                                String attributeDefNameId,
                                String attributeAssignActionId,
                                String ownerAttributeAssignId,
                                String ownerAttributeDefId,
                                String ownerGroupId,
                                String ownerMemberId,
                                String ownerMembershipId,
                                String ownerStemId,
                                boolean exceptionIfNull,
                                Long disabledTimeDb,
                                Long enabledTimeDb,
                                String notes)
                                throws GrouperDAOException
Parameters:
id - if find by id, that is it
idsToIgnore - dont return anything in this list, already used or will be used
attributeDefNameId - which attribute is assigned
attributeAssignActionId - is the action for this assignment
ownerAttributeAssignId - owner must match
ownerAttributeDefId - owner must match
ownerGroupId - owner must match
ownerMemberId - owner must match
ownerMembershipId - owner must match
ownerStemId - owner must match
exceptionIfNull -
disabledTimeDb - if there are multiple without id match, and this matches, that is good
enabledTimeDb - if there are multiple without id match, this is good
notes - if there are multiple without id match, this is good
Returns:
the attribute assign or null
Throws:
GrouperDAOException
Since:
1.6.0

findByActionId

Set<AttributeAssign> findByActionId(String actionId)
Parameters:
actionId -
Returns:
the assignments

findGroupAttributeAssignments

Set<AttributeAssign> findGroupAttributeAssignments(Collection<String> attributeAssignIds,
                                                   Collection<String> attributeDefIds,
                                                   Collection<String> attributeDefNameIds,
                                                   Collection<String> groupIds,
                                                   Collection<String> actions,
                                                   Boolean enabled,
                                                   boolean includeAssignmentsOnAssignments)
securely search for assignments. need to pass in either the assign ids, def ids, def name ids, or group ids cannot have more than 100 bind variables

Parameters:
attributeAssignIds -
attributeDefIds - optional
attributeDefNameIds - mutually exclusive with attributeDefIds
groupIds - optional
actions - (null means all actions)
enabled - (null means all, true means enabled, false means disabled)
includeAssignmentsOnAssignments - if assignments on assignments should also be included
Returns:
the assignments

findStemAttributeAssignments

Set<AttributeAssign> findStemAttributeAssignments(Collection<String> attributeAssignIds,
                                                  Collection<String> attributeDefIds,
                                                  Collection<String> attributeDefNameIds,
                                                  Collection<String> stemIds,
                                                  Collection<String> actions,
                                                  Boolean enabled,
                                                  boolean includeAssignmentsOnAssignments)
securely search for assignments. need to pass in either the assign ids, def ids, def name ids, or stem ids cannot have more than 100 bind variables

Parameters:
attributeAssignIds -
attributeDefIds - optional
attributeDefNameIds - mutually exclusive with attributeDefIds
stemIds - optional
actions - (null means all actions)
enabled - (null means all, true means enabled, false means disabled)
includeAssignmentsOnAssignments - if assignments on assignments should also be included
Returns:
the assignments

findMemberAttributeAssignments

Set<AttributeAssign> findMemberAttributeAssignments(Collection<String> attributeAssignIds,
                                                    Collection<String> attributeDefIds,
                                                    Collection<String> attributeDefNameIds,
                                                    Collection<String> memberIds,
                                                    Collection<String> actions,
                                                    Boolean enabled,
                                                    boolean includeAssignmentsOnAssignments)
securely search for assignments. need to pass in either the assign ids, def ids, def name ids, or member ids cannot have more than 100 bind variables

Parameters:
attributeAssignIds -
attributeDefIds - optional
attributeDefNameIds - mutually exclusive with attributeDefIds
memberIds - optional
actions - (null means all actions)
enabled - (null means all, true means enabled, false means disabled)
includeAssignmentsOnAssignments - if assignments on assignments should also be included
Returns:
the assignments

findAttributeDefAttributeAssignments

Set<AttributeAssign> findAttributeDefAttributeAssignments(Collection<String> attributeAssignIds,
                                                          Collection<String> attributeDefIds,
                                                          Collection<String> attributeDefNameIds,
                                                          Collection<String> attributeDefAssignToIds,
                                                          Collection<String> actions,
                                                          Boolean enabled,
                                                          boolean includeAssignmentsOnAssignments)
securely search for assignments. need to pass in either the assign ids, def ids, def name ids, or attribute def assign to ids cannot have more than 100 bind variables

Parameters:
attributeAssignIds -
attributeDefIds - optional
attributeDefNameIds - mutually exclusive with attributeDefIds
attributeDefAssignToIds - optional
actions - (null means all actions)
enabled - (null means all, true means enabled, false means disabled)
includeAssignmentsOnAssignments - if assignments on assignments should also be included
Returns:
the assignments

findMembershipAttributeAssignments

Set<AttributeAssign> findMembershipAttributeAssignments(Collection<String> attributeAssignIds,
                                                        Collection<String> attributeDefIds,
                                                        Collection<String> attributeDefNameIds,
                                                        Collection<String> membershipIds,
                                                        Collection<String> actions,
                                                        Boolean enabled,
                                                        boolean includeAssignmentsOnAssignments)
securely search for assignments. need to pass in either the assign ids, def ids, def name ids, or membership ids cannot have more than 100 bind variables

Parameters:
attributeAssignIds -
attributeDefIds - optional
attributeDefNameIds - mutually exclusive with attributeDefIds
membershipIds - optional
actions - (null means all actions)
enabled - (null means all, true means enabled, false means disabled)
includeAssignmentsOnAssignments - if assignments on assignments should also be included
Returns:
the assignments

findAnyMembershipAttributeAssignments

Set<AttributeAssign> findAnyMembershipAttributeAssignments(Collection<String> attributeAssignIds,
                                                           Collection<String> attributeDefIds,
                                                           Collection<String> attributeDefNameIds,
                                                           Collection<org.apache.commons.collections.keyvalue.MultiKey> groupIdsAndMemberIds,
                                                           Collection<String> actions,
                                                           Boolean enabled,
                                                           boolean includeAssignmentsOnAssignments)
securely search for assignments. need to pass in either the assign ids, def ids, def name ids, or membership ids cannot have more than 100 bind variables

Parameters:
attributeAssignIds -
attributeDefIds - optional
attributeDefNameIds - mutually exclusive with attributeDefIds
groupIdsAndMemberIds - optional
actions - (null means all actions)
enabled - (null means all, true means enabled, false means disabled)
includeAssignmentsOnAssignments - if assignments on assignments should also be included
Returns:
the assignments

findAssignmentsOnAssignments

Set<AttributeAssign> findAssignmentsOnAssignments(Collection<AttributeAssign> attributeAssigns,
                                                  AttributeAssignType attributeAssignType,
                                                  Boolean enabled)
find assignments on assignments. Note, it is assumed the current user can read the assignments passed in (and other underlying objects), so only the attributeDefs of the assignments on assignments are checked for security

Parameters:
attributeAssigns - to find assignments on these assignments
attributeAssignType - of the assignments we are looking for
enabled - null for all, true for enabled only, false for disabled only
Returns:
the assignments

findGroupAttributeDefNames

Set<AttributeDefName> findGroupAttributeDefNames(Collection<String> attributeAssignIds,
                                                 Collection<String> attributeDefIds,
                                                 Collection<String> attributeDefNameIds,
                                                 Collection<String> groupIds,
                                                 Collection<String> actions,
                                                 Boolean enabled)
securely search for attribute def names. need to pass in either the assign ids, def ids, def name ids, or group ids cannot have more than 100 bind variables

Parameters:
attributeAssignIds -
attributeDefIds - optional
attributeDefNameIds - mutually exclusive with attributeDefIds
groupIds - optional
actions - (null means all actions)
enabled - (null means all, true means enabled, false means disabled)
Returns:
the assignments

findMemberAttributeDefNames

Set<AttributeDefName> findMemberAttributeDefNames(Collection<String> attributeAssignIds,
                                                  Collection<String> attributeDefIds,
                                                  Collection<String> attributeDefNameIds,
                                                  Collection<String> memberIds,
                                                  Collection<String> actions,
                                                  Boolean enabled)
securely search for attribute def names. need to pass in either the assign ids, def ids, def name ids, or member ids cannot have more than 100 bind variables

Parameters:
attributeAssignIds -
attributeDefIds - optional
attributeDefNameIds - mutually exclusive with attributeDefIds
memberIds - optional
actions - (null means all actions)
enabled - (null means all, true means enabled, false means disabled)
Returns:
the assignments

findMembershipAttributeDefNames

Set<AttributeDefName> findMembershipAttributeDefNames(Collection<String> attributeAssignIds,
                                                      Collection<String> attributeDefIds,
                                                      Collection<String> attributeDefNameIds,
                                                      Collection<String> membershipIds,
                                                      Collection<String> actions,
                                                      Boolean enabled)
securely search for attribute def names. need to pass in either the assign ids, def ids, def name ids, or membership ids cannot have more than 100 bind variables

Parameters:
attributeAssignIds -
attributeDefIds - optional
attributeDefNameIds - mutually exclusive with attributeDefIds
membershipIds - optional
actions - (null means all actions)
enabled - (null means all, true means enabled, false means disabled)
Returns:
the assignments

findStemAttributeDefNames

Set<AttributeDefName> findStemAttributeDefNames(Collection<String> attributeAssignIds,
                                                Collection<String> attributeDefIds,
                                                Collection<String> attributeDefNameIds,
                                                Collection<String> stemIds,
                                                Collection<String> actions,
                                                Boolean enabled)
securely search for attribute def names. need to pass in either the assign ids, def ids, def name ids, or stem ids cannot have more than 100 bind variables

Parameters:
attributeAssignIds -
attributeDefIds - optional
attributeDefNameIds - mutually exclusive with attributeDefIds
stemIds - optional
actions - (null means all actions)
enabled - (null means all, true means enabled, false means disabled)
Returns:
the assignments

findAnyMembershipAttributeDefNames

Set<AttributeDefName> findAnyMembershipAttributeDefNames(Collection<String> attributeAssignIds,
                                                         Collection<String> attributeDefIds,
                                                         Collection<String> attributeDefNameIds,
                                                         Collection<org.apache.commons.collections.keyvalue.MultiKey> groupIdsAndMemberIds,
                                                         Collection<String> actions,
                                                         Boolean enabled)
securely search for attribute def names. need to pass in either the assign ids, def ids, def name ids, or membership ids cannot have more than 100 bind variables

Parameters:
attributeAssignIds -
attributeDefIds - optional
attributeDefNameIds - mutually exclusive with attributeDefIds
groupIdsAndMemberIds - optional
actions - (null means all actions)
enabled - (null means all, true means enabled, false means disabled)
Returns:
the assignments

findAttributeDefAttributeDefNames

Set<AttributeDefName> findAttributeDefAttributeDefNames(Collection<String> attributeAssignIds,
                                                        Collection<String> attributeDefIds,
                                                        Collection<String> attributeDefNameIds,
                                                        Collection<String> attributeDefAssignToIds,
                                                        Collection<String> actions,
                                                        Boolean enabled)
securely search for attributeDefNames. need to pass in either the assign ids, def ids, def name ids, or attribute def assign to ids cannot have more than 100 bind variables

Parameters:
attributeAssignIds -
attributeDefIds - optional
attributeDefNameIds - mutually exclusive with attributeDefIds
attributeDefAssignToIds - optional
actions - (null means all actions)
enabled - (null means all, true means enabled, false means disabled)
Returns:
the assignments