| Package | Description |
|---|---|
| org.kuali.rice.kew.api.document.search |
Copyright 2005-2018 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.
|
| 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.
|
Copyright © 2005–2018 The Kuali Foundation. All rights reserved.