Package | Description |
---|---|
org.kuali.rice.kew.docsearch | |
org.kuali.rice.kew.framework.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.
|
Modifier and Type | Method and Description |
---|---|
protected List<AttributeFields> |
DocumentSearchCustomizationMediatorImpl.flattenOrderedFieldMap(LinkedHashMap<String,AttributeFields> orderedFieldMap) |
Modifier and Type | Method and Description |
---|---|
protected List<AttributeFields> |
DocumentSearchCustomizationMediatorImpl.flattenOrderedFieldMap(LinkedHashMap<String,AttributeFields> orderedFieldMap) |
protected void |
DocumentSearchCustomizationMediatorImpl.mergeAttributeFields(List<AttributeFields> attributeFieldsList,
LinkedHashMap<String,AttributeFields> orderedFieldMap) |
protected void |
DocumentSearchCustomizationMediatorImpl.mergeAttributeFields(List<AttributeFields> attributeFieldsList,
LinkedHashMap<String,AttributeFields> orderedFieldMap) |
Modifier and Type | Method and Description |
---|---|
static AttributeFields |
AttributeFields.create(String attributeName,
List<RemotableAttributeField> attributeFields)
Construct a new instance of
AttributeFields with the given attribute name and list of remotable attribute
fields. |
Modifier and Type | Method and Description |
---|---|
List<AttributeFields> |
DocumentSearchCriteriaConfigurationContract.getSearchAttributeFields()
Returns the additional attribute fields that should be included as part of the document search criteria on the
document search user interface.
|
List<AttributeFields> |
DocumentSearchCriteriaConfiguration.getSearchAttributeFields() |
List<AttributeFields> |
DocumentSearchCriteriaConfiguration.Builder.getSearchAttributeFields() |
Modifier and Type | Method and Description |
---|---|
void |
DocumentSearchCriteriaConfiguration.Builder.setSearchAttributeFields(List<AttributeFields> searchAttributeFields)
Sets the search attribute fields on this builder to the given list of attribute fields.
|
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.