Class TargetDaoRetrieveAllGroupsRequest
java.lang.Object
edu.internet2.middleware.grouper.app.provisioning.targetDao.TargetDaoRetrieveAllGroupsRequest
-
Constructor Summary
ConstructorDescriptionTargetDaoRetrieveAllGroupsRequest
(boolean includeAllMembershipsIfApplicable) -
Method Summary
Modifier and TypeMethodDescriptionboolean
if memberships are part of entity (e.g.void
setIncludeAllMembershipsIfApplicable
(boolean includeAllMembershipsIfApplicable) if memberships are part of entity (e.g.
-
Constructor Details
-
TargetDaoRetrieveAllGroupsRequest
public TargetDaoRetrieveAllGroupsRequest() -
TargetDaoRetrieveAllGroupsRequest
public TargetDaoRetrieveAllGroupsRequest(boolean includeAllMembershipsIfApplicable)
-
-
Method Details
-
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
-
-