Package | Description |
---|---|
org.kuali.rice.kew.api.document.search |
Copyright 2005-2016 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.service | |
org.kuali.rice.kew.docsearch.service.impl | |
org.kuali.rice.kew.impl.document.search |
Modifier and Type | Method and Description |
---|---|
static DocumentSearchCriteria.Builder |
DocumentSearchCriteria.Builder.create()
Creates an empty builder instance.
|
static DocumentSearchCriteria.Builder |
DocumentSearchCriteria.Builder.create(DocumentSearchCriteriaContract contract)
Creates a new builder instance initialized with copies of the properties from the given contract.
|
DocumentSearchCriteria.Builder |
DocumentSearchResults.Builder.getCriteria() |
Modifier and Type | Method and Description |
---|---|
static DocumentSearchResults.Builder |
DocumentSearchResults.Builder.create(DocumentSearchCriteria.Builder criteria)
Create a builder for the document search result and initialize it with the given document search criteria
builder.
|
void |
DocumentSearchResults.Builder.setCriteria(DocumentSearchCriteria.Builder criteria)
Sets the criteria builder on this builder to the given value.
|
Modifier and Type | Method and Description |
---|---|
void |
DocumentSearchService.validateDocumentSearchCriteria(DocumentSearchGenerator docSearchGenerator,
DocumentSearchCriteria.Builder criteria) |
Modifier and Type | Method and Description |
---|---|
protected DocumentSearchCriteria.Builder |
DocumentSearchServiceImpl.createEmptyComparisonCriteria(DocumentSearchCriteria criteria) |
Modifier and Type | Method and Description |
---|---|
void |
DocumentSearchServiceImpl.validateDocumentSearchCriteria(DocumentSearchGenerator docSearchGenerator,
DocumentSearchCriteria.Builder criteria) |
protected List<WorkflowServiceError> |
DocumentSearchServiceImpl.validateWorkflowDocumentSearchCriteria(DocumentSearchCriteria.Builder criteria) |
Modifier and Type | Method and Description |
---|---|
protected void |
DocumentSearchCriteriaTranslatorImpl.applyDateRangeField(DocumentSearchCriteria.Builder criteria,
String fieldName,
String fieldValue) |
protected void |
DocumentSearchCriteriaTranslatorImpl.applyDocumentAttribute(DocumentSearchCriteria.Builder criteria,
String documentAttributeName,
String attributeValue) |
protected void |
DocumentSearchCriteriaTranslatorImpl.translateDocumentAttributeFieldsToCriteria(Map<String,String> fieldValues,
List<String> fields,
DocumentSearchCriteria.Builder criteria) |
List<RemotableAttributeError> |
DocumentSearchGeneratorImpl.validateSearchableAttributes(DocumentSearchCriteria.Builder criteria) |
List<RemotableAttributeError> |
DocumentSearchGenerator.validateSearchableAttributes(DocumentSearchCriteria.Builder criteria) |
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.