Package | Description |
---|---|
org.kuali.rice.kew.framework.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.
|
Modifier and Type | Method and Description |
---|---|
static DocumentSearchResultValue.Builder |
DocumentSearchResultValue.Builder.create(DocumentSearchResultValueContract contract)
Creates a new builder instance initialized with copies of the properties from the given contract.
|
static DocumentSearchResultValue.Builder |
DocumentSearchResultValue.Builder.create(String documentId)
Creates a new builder instance initialized with the given document id.
|
Modifier and Type | Method and Description |
---|---|
List<DocumentSearchResultValue.Builder> |
DocumentSearchResultValues.Builder.getResultValues() |
Modifier and Type | Method and Description |
---|---|
void |
DocumentSearchResultValues.Builder.setResultValues(List<DocumentSearchResultValue.Builder> resultValues) |
Copyright © 2005-2015 The Kuali Foundation. All Rights Reserved.