@Component public class AccCertQueryHelper extends Object
Modifier and Type | Field and Description |
---|---|
protected AccCertGeneralHelper |
helper |
protected RepositoryService |
repositoryService |
Constructor and Description |
---|
AccCertQueryHelper() |
Modifier and Type | Method and Description |
---|---|
protected List<com.evolveum.midpoint.xml.ns._public.common.common_3.AccessCertificationCaseType> |
doSortingAndPaging(List<com.evolveum.midpoint.xml.ns._public.common.common_3.AccessCertificationCaseType> caseList,
ObjectPaging paging) |
protected List<com.evolveum.midpoint.xml.ns._public.common.common_3.AccessCertificationCaseType> |
getCases(com.evolveum.midpoint.xml.ns._public.common.common_3.AccessCertificationCampaignType campaign,
ObjectFilter filter,
Task task,
OperationResult parentResult) |
protected List<com.evolveum.midpoint.xml.ns._public.common.common_3.AccessCertificationCaseType> |
searchCases(String campaignOid,
ObjectQuery query,
Collection<SelectorOptions<GetOperationOptions>> options,
Task task,
OperationResult result) |
protected List<com.evolveum.midpoint.xml.ns._public.common.common_3.AccessCertificationCaseType> |
searchDecisions(ObjectQuery campaignQuery,
ObjectQuery caseQuery,
String reviewerOid,
boolean notDecidedOnly,
Collection<SelectorOptions<GetOperationOptions>> options,
Task task,
OperationResult result) |
@Autowired protected AccCertGeneralHelper helper
@Autowired @Qualifier(value="cacheRepositoryService") protected RepositoryService repositoryService
protected List<com.evolveum.midpoint.xml.ns._public.common.common_3.AccessCertificationCaseType> searchCases(String campaignOid, ObjectQuery query, Collection<SelectorOptions<GetOperationOptions>> options, Task task, OperationResult result) throws ObjectNotFoundException, SchemaException, SecurityViolationException, CommunicationException, ConfigurationException
protected List<com.evolveum.midpoint.xml.ns._public.common.common_3.AccessCertificationCaseType> searchDecisions(ObjectQuery campaignQuery, ObjectQuery caseQuery, String reviewerOid, boolean notDecidedOnly, Collection<SelectorOptions<GetOperationOptions>> options, Task task, OperationResult result) throws SchemaException, ObjectNotFoundException, SecurityViolationException, CommunicationException, ConfigurationException
protected List<com.evolveum.midpoint.xml.ns._public.common.common_3.AccessCertificationCaseType> doSortingAndPaging(List<com.evolveum.midpoint.xml.ns._public.common.common_3.AccessCertificationCaseType> caseList, ObjectPaging paging)
protected List<com.evolveum.midpoint.xml.ns._public.common.common_3.AccessCertificationCaseType> getCases(com.evolveum.midpoint.xml.ns._public.common.common_3.AccessCertificationCampaignType campaign, ObjectFilter filter, Task task, OperationResult parentResult) throws ObjectNotFoundException, SchemaException, SecurityViolationException, CommunicationException, ConfigurationException
Copyright © 2015 evolveum. All rights reserved.