Class TargetDaoRetrieveMembershipsRequest
java.lang.Object
edu.internet2.middleware.grouper.app.provisioning.targetDao.TargetDaoRetrieveMembershipsRequest
-
Constructor Summary
ConstructorDescriptionTargetDaoRetrieveMembershipsRequest
(List<ProvisioningMembership> targetMemberships) depends on type of membership provisioning. -
Method Summary
Modifier and TypeMethodDescriptionif doing entity attributes, then these are entities with some values that should be retrieved (not all)if doing group attributes, then these are groups with some values that should be retrieved (not all)void
setTargetEntities
(List<ProvisioningEntity> targetEntities) if doing entity attributes, then these are entities with some values that should be retrieved (not all)void
setTargetGroups
(List<ProvisioningGroup> targetGroups) if doing group attributes, then these are groups with some values that should be retrieved (not all)void
setTargetMemberships
(List<ProvisioningMembership> targetMemberships)
-
Constructor Details
-
TargetDaoRetrieveMembershipsRequest
depends on type of membership provisioning. This is ProvisioningGroup if groupMemberships, ProvisioningEntity if entityAttributes, and ProvisioningMembership if memberships- Parameters:
targetMemberships
-
-
TargetDaoRetrieveMembershipsRequest
public TargetDaoRetrieveMembershipsRequest()
-
-
Method Details
-
getTargetGroups
if doing group attributes, then these are groups with some values that should be retrieved (not all)- Returns:
-
setTargetGroups
if doing group attributes, then these are groups with some values that should be retrieved (not all)- Parameters:
targetGroups
-
-
getTargetEntities
if doing entity attributes, then these are entities with some values that should be retrieved (not all)- Returns:
-
setTargetEntities
if doing entity attributes, then these are entities with some values that should be retrieved (not all)- Parameters:
targetEntities
-
-
getTargetMemberships
- Returns:
-
setTargetMemberships
- Parameters:
targetMemberships
-
-