Package | Description |
---|---|
org.kuali.rice.kew.api.document |
Copyright 2005-2015 The Kuali Foundation
Licensed under the Educational Community License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
|
org.kuali.rice.kew.api.document.search |
Copyright 2005-2015 The Kuali Foundation
Licensed under the Educational Community License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
|
org.kuali.rice.kew.docsearch | |
org.kuali.rice.kew.docsearch.service | |
org.kuali.rice.kew.docsearch.service.impl | |
org.kuali.rice.kew.doctype.service | |
org.kuali.rice.kew.doctype.service.impl | |
org.kuali.rice.kew.impl.document | |
org.kuali.rice.kew.impl.document.search |
Modifier and Type | Method and Description |
---|---|
DocumentSearchResults |
WorkflowDocumentService.documentSearch(String principalId,
DocumentSearchCriteria criteria)
Executes a search for workflow documents using the given criteria and as the principal with the given id.
|
Modifier and Type | Method and Description |
---|---|
DocumentSearchResults |
DocumentSearchResults.Builder.build() |
Modifier and Type | Method and Description |
---|---|
DocumentSearchResultValues |
DocumentSearchCustomizationMediatorImpl.customizeResults(DocumentType documentType,
DocumentSearchCriteria documentSearchCriteria,
DocumentSearchResults results) |
DocumentSearchResultValues |
DocumentSearchCustomizationMediator.customizeResults(DocumentType documentType,
DocumentSearchCriteria documentSearchCriteria,
DocumentSearchResults results)
Optionally performs customization on the given set of document search results.
|
Modifier and Type | Method and Description |
---|---|
DocumentSearchResults |
DocumentSearchService.lookupDocuments(String principalId,
DocumentSearchCriteria criteria)
This method performs a standard document search for the given criteria.
|
Modifier and Type | Method and Description |
---|---|
DocumentSearchResults |
DocumentSearchServiceImpl.lookupDocuments(String principalId,
DocumentSearchCriteria criteria) |
Modifier and Type | Method and Description |
---|---|
Set<String> |
DocumentSecurityService.documentSearchResultAuthorized(String principalId,
DocumentSearchResults results,
SecuritySession securitySession) |
Modifier and Type | Method and Description |
---|---|
Set<String> |
DocumentSecurityServiceImpl.documentSearchResultAuthorized(String principalId,
DocumentSearchResults results,
SecuritySession securitySession) |
Modifier and Type | Method and Description |
---|---|
DocumentSearchResults |
WorkflowDocumentServiceImpl.documentSearch(String principalId,
DocumentSearchCriteria criteria) |
Modifier and Type | Method and Description |
---|---|
protected void |
DocumentSearchCriteriaBoLookupableHelperService.populateResultWarningMessages(DocumentSearchResults searchResults)
Inspects the lookup results to determine if any warning messages should be published to the message map.
|
protected void |
DocumentSearchCriteriaBoLookupableHelperService.postProcessResults(Collection<ResultRow> resultRows,
DocumentSearchResults searchResults)
Takes a collection of result rows and does final processing on them.
|
Copyright © 2005-2015 The Kuali Foundation. All Rights Reserved.