|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.kuali.rice.kew.framework.document.search.DocumentSearchResultValues.Builder
public static final class DocumentSearchResultValues.Builder
A builder which can be used to construct DocumentSearchResultValues
instances. Enforces the
constraints of the DocumentSearchResultValuesContract
.
Method Summary | |
---|---|
DocumentSearchResultValues |
build()
Returns an instance of the object being built by this builder based on the current state of the builder. |
static DocumentSearchResultValues.Builder |
create()
Creates new empty builder instance. |
static DocumentSearchResultValues.Builder |
create(DocumentSearchResultValuesContract contract)
Creates a new builder instance initialized with copies of the properties from the given contract. |
List<DocumentSearchResultValue.Builder> |
getResultValues()
Returns an unmodifiable list of the result values, one for each customized document. |
void |
setResultValues(List<DocumentSearchResultValue.Builder> resultValues)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static DocumentSearchResultValues.Builder create()
public static DocumentSearchResultValues.Builder create(DocumentSearchResultValuesContract contract)
contract
- the contract from which to copy properties
IllegalArgumentException
- if the given contract is nullpublic DocumentSearchResultValues build()
ModelBuilder
build
in interface ModelBuilder
public List<DocumentSearchResultValue.Builder> getResultValues()
DocumentSearchResultValuesContract
getResultValues
in interface DocumentSearchResultValuesContract
public void setResultValues(List<DocumentSearchResultValue.Builder> resultValues)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |