Class TargetDaoRetrieveEntityRequest
java.lang.Object
edu.internet2.middleware.grouper.app.provisioning.targetDao.TargetDaoRetrieveEntityRequest
-
Constructor Summary
ConstructorsConstructorDescriptionTargetDaoRetrieveEntityRequest(ProvisioningEntity targetEntity, boolean includeAllMembershipsIfApplicable) -
Method Summary
Modifier and TypeMethodDescriptionto search forvalue to search forbooleanif memberships are part of entity (e.g. in attribute), then if true, get all memberships too, otherwise just get entity partbooleanvoidsetIncludeAllMembershipsIfApplicable(boolean includeAllMembershipsIfApplicable) if memberships are part of entity (e.g. in attribute), then if true, get all memberships too, otherwise just get entity partvoidsetIncludeNativeEntity(boolean includeNativeEntity) voidsetSearchAttribute(String searchAttribute) to search forvoidsetSearchAttributeValue(Object searchAttributeValue) value to search forvoidsetTargetEntity(ProvisioningEntity targetEntity)
-
Constructor Details
-
TargetDaoRetrieveEntityRequest
public TargetDaoRetrieveEntityRequest() -
TargetDaoRetrieveEntityRequest
public TargetDaoRetrieveEntityRequest(ProvisioningEntity targetEntity, boolean includeAllMembershipsIfApplicable)
-
-
Method Details
-
isIncludeNativeEntity
public boolean isIncludeNativeEntity() -
setIncludeNativeEntity
public void setIncludeNativeEntity(boolean includeNativeEntity) -
getSearchAttribute
to search for- Returns:
-
setSearchAttribute
to search for- Parameters:
searchAttribute-
-
getSearchAttributeValue
value to search for- Returns:
-
setSearchAttributeValue
value to search for- Parameters:
searchAttributeValue-
-
getTargetEntity
-
setTargetEntity
-
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-
-