Class TargetDaoRetrieveGroupsRequest
java.lang.Object
edu.internet2.middleware.grouper.app.provisioning.targetDao.TargetDaoRetrieveGroupsRequest
-
Constructor Summary
ConstructorsConstructorDescriptionTargetDaoRetrieveGroupsRequest(List<ProvisioningGroup> targetGroups, boolean includeAllMembershipsIfApplicable) -
Method Summary
Modifier and TypeMethodDescriptionto search forvalues to search forbooleanif memberships are part of entity (e.g. in attribute), then if true, get all memberships too, otherwise just get entity partvoidsetIncludeAllMembershipsIfApplicable(boolean includeAllMembershipsIfApplicable) if memberships are part of entity (e.g. in attribute), then if true, get all memberships too, otherwise just get entity partvoidsetSearchAttribute(String searchAttribute) to search forvoidsetSearchAttributeValues(Set<Object> searchAttributeValues) values to search forvoidsetTargetGroups(List<ProvisioningGroup> targetGroups)
-
Constructor Details
-
TargetDaoRetrieveGroupsRequest
public TargetDaoRetrieveGroupsRequest() -
TargetDaoRetrieveGroupsRequest
public TargetDaoRetrieveGroupsRequest(List<ProvisioningGroup> targetGroups, boolean includeAllMembershipsIfApplicable)
-
-
Method Details
-
getSearchAttribute
to search for- Returns:
-
setSearchAttribute
to search for- Parameters:
searchAttribute-
-
getSearchAttributeValues
values to search for- Returns:
-
setSearchAttributeValues
values to search for- Parameters:
searchAttributeValues-
-
getTargetGroups
-
setTargetGroups
-
isIncludeAllMembershipsIfApplicable
public boolean isIncludeAllMembershipsIfApplicable()if memberships are part of entity (e.g. in attribute), then if true, get all memberships too, otherwise just get entity part- Returns:
-
setIncludeAllMembershipsIfApplicable
public void setIncludeAllMembershipsIfApplicable(boolean includeAllMembershipsIfApplicable) if memberships are part of entity (e.g. in attribute), then if true, get all memberships too, otherwise just get entity part- Parameters:
includeAllMembershipsIfApplicable-
-