|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StandardResultField | |
---|---|
org.kuali.rice.kew.framework.document.search | Copyright 2005-2013 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. |
Uses of StandardResultField in org.kuali.rice.kew.framework.document.search |
---|
Methods in org.kuali.rice.kew.framework.document.search that return StandardResultField | |
---|---|
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. |
Methods in org.kuali.rice.kew.framework.document.search that return types with arguments of type StandardResultField | |
---|---|
List<StandardResultField> |
DocumentSearchResultSetConfiguration.getStandardResultFieldsToRemove()
|
List<StandardResultField> |
DocumentSearchResultSetConfiguration.Builder.getStandardResultFieldsToRemove()
|
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. |
Method parameters in org.kuali.rice.kew.framework.document.search with type arguments of type StandardResultField | |
---|---|
void |
DocumentSearchResultSetConfiguration.Builder.setStandardResultFieldsToRemove(List<StandardResultField> standardResultFieldsToRemove)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |