|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kuali.rice.kew.framework.document.search.DocumentSearchCriteriaConfiguration.Builder
public static final class DocumentSearchCriteriaConfiguration.Builder
A builder which can be used to construct DocumentSearchCriteriaConfiguration instances. Enforces the
constraints of the DocumentSearchCriteriaConfigurationContract.
| Method Summary | |
|---|---|
DocumentSearchCriteriaConfiguration |
build()
Returns an instance of the object being built by this builder based on the current state of the builder. |
static DocumentSearchCriteriaConfiguration.Builder |
create()
Creates new empty builder instance. |
static DocumentSearchCriteriaConfiguration.Builder |
create(DocumentSearchCriteriaConfigurationContract contract)
Creates a new builder instance initialized with copies of the properties from the given contract. |
List<AttributeFields> |
getSearchAttributeFields()
Returns the additional attribute fields that should be included as part of the document search criteria on the document search user interface. |
void |
setSearchAttributeFields(List<AttributeFields> searchAttributeFields)
Sets the search attribute fields on this builder to the given list of attribute fields. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static DocumentSearchCriteriaConfiguration.Builder create()
public static DocumentSearchCriteriaConfiguration.Builder create(DocumentSearchCriteriaConfigurationContract contract)
contract - the contract from which to copy properties
IllegalArgumentException - if the given contract is nullpublic DocumentSearchCriteriaConfiguration build()
ModelBuilder
build in interface ModelBuilderpublic List<AttributeFields> getSearchAttributeFields()
DocumentSearchCriteriaConfigurationContract
getSearchAttributeFields in interface DocumentSearchCriteriaConfigurationContractpublic void setSearchAttributeFields(List<AttributeFields> searchAttributeFields)
searchAttributeFields - the list of search attribute fields to set
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||