| Package | Description |
|---|---|
| org.kuali.rice.kew.framework.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 StandardResultField |
StandardResultField.fromFieldName(String fieldName) |
static StandardResultField |
StandardResultField.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StandardResultField[] |
StandardResultField.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
List<StandardResultField> |
DocumentSearchResultSetConfigurationContract.getStandardResultFieldsToRemove()
Returns a list of the standard (built-in) document search result fields which should not be displayed in the
result set.
|
List<StandardResultField> |
DocumentSearchResultSetConfiguration.getStandardResultFieldsToRemove() |
List<StandardResultField> |
DocumentSearchResultSetConfiguration.Builder.getStandardResultFieldsToRemove() |
| Modifier and Type | Method and Description |
|---|---|
void |
DocumentSearchResultSetConfiguration.Builder.setStandardResultFieldsToRemove(List<StandardResultField> standardResultFieldsToRemove) |
Copyright © 2005–2018 The Kuali Foundation. All rights reserved.