Uses of Interface
org.kuali.rice.kew.docsearch.SearchableAttributeValue

Packages that use SearchableAttributeValue
org.kuali.rice.kew.docsearch   
org.kuali.rice.kew.docsearch.service.impl   
org.kuali.rice.kew.docsearch.xml   
org.kuali.rice.kew.routeheader   
org.kuali.rice.kew.routeheader.dao   
org.kuali.rice.kew.routeheader.dao.impl   
org.kuali.rice.kew.routeheader.service   
org.kuali.rice.kew.routeheader.service.impl   
org.kuali.rice.kew.web   
org.kuali.rice.krad.workflow.attribute   
org.kuali.rice.krad.workflow.service Workflow service interfaces. 
org.kuali.rice.krad.workflow.service.impl Workflow service implementations. 
 

Uses of SearchableAttributeValue in org.kuali.rice.kew.docsearch
 

Classes in org.kuali.rice.kew.docsearch that implement SearchableAttributeValue
 class SearchableAttributeDateTimeValue
           
 class SearchableAttributeFloatValue
           
 class SearchableAttributeLongValue
           
 class SearchableAttributeStringValue
           
 

Fields in org.kuali.rice.kew.docsearch declared as SearchableAttributeValue
private  SearchableAttributeValue SearchAttributeCriteriaComponent.searchableAttributeValue
           
 

Methods in org.kuali.rice.kew.docsearch that return SearchableAttributeValue
 SearchableAttributeValue SearchAttributeCriteriaComponent.getSearchableAttributeValue()
           
static SearchableAttributeValue DocSearchUtils.getSearchableAttributeValueByDataTypeString(String dataType)
           
 

Methods in org.kuali.rice.kew.docsearch that return types with arguments of type SearchableAttributeValue
static List<SearchableAttributeValue> DocSearchUtils.getSearchableAttributeValueObjectTypes()
           
 List<SearchableAttributeValue> SearchableAttribute.getSearchStorageValues(DocumentSearchContext documentSearchContext)
          this will return the loaded data objects for storage in workflow database to be related to the document the attributes xml content was loaded with
 

Methods in org.kuali.rice.kew.docsearch with parameters of type SearchableAttributeValue
 StringBuffer StandardDocumentSearchGenerator.generateSearchableAttributeFromSql(SearchableAttributeValue attributeValue, String tableIdentifier)
           
 QueryComponent StandardDocumentSearchGenerator.generateSqlForSearchableAttributeValue(SearchableAttributeValue attributeValue, List<String> tableAliasComponentNames, String docHeaderTableAlias)
          Deprecated. As of version 0.9.3 this method is no longer used. This method had been used to generate SQL to return searchable attributes using left outer joins. The new mechanism to get search attributes from the database is to call each search attribute table individually in the StandardDocumentSearchGenerator.populateRowSearchableAttributes(DocSearchDTO, Statement, ResultSet) method.
private  Class StandardDocumentSearchGenerator.getSearchableAttributeClass(SearchableAttributeValue sav)
           
 QueryComponent StandardDocumentSearchGenerator.getSearchableAttributeJoinSql(SearchableAttributeValue attributeValue, String tableIdentifier, String whereSqlStarter, String attributeTableKeyColumnName)
           
 void SearchAttributeCriteriaComponent.setSearchableAttributeValue(SearchableAttributeValue searchableAttributeValue)
           
 

Constructors in org.kuali.rice.kew.docsearch with parameters of type SearchableAttributeValue
SearchAttributeCriteriaComponent(String formKey, String value, String savedKey, SearchableAttributeValue searchableAttributeValue)
           
 

Uses of SearchableAttributeValue in org.kuali.rice.kew.docsearch.service.impl
 

Methods in org.kuali.rice.kew.docsearch.service.impl that return types with arguments of type SearchableAttributeValue
private  List<SearchableAttributeValue> SearchableAttributeProcessor.buildSearchableAttributeValues(DocumentType docType, String documentId, String docContent, boolean useMostRecentDocType)
           
 

Uses of SearchableAttributeValue in org.kuali.rice.kew.docsearch.xml
 

Methods in org.kuali.rice.kew.docsearch.xml that return SearchableAttributeValue
private  SearchableAttributeValue StandardGenericXMLSearchableAttribute.setupSearchableAttributeValue(String dataType, String key, String value)
           
 

Methods in org.kuali.rice.kew.docsearch.xml with parameters of type SearchableAttributeValue
private  boolean StandardGenericXMLSearchableAttribute.isRangeSearchField(SearchableAttributeValue searchableAttributeValue, String dataType, NamedNodeMap searchDefAttributes, Node searchDefNode)
           
private  List<WorkflowAttributeValidationError> StandardGenericXMLSearchableAttribute.performValidation(SearchableAttributeValue attributeValue, String fieldDefName, String enteredValue, String errorMessagePrefix, String findXpathExpressionPrefix)
           
 

Method parameters in org.kuali.rice.kew.docsearch.xml with type arguments of type SearchableAttributeValue
private  boolean StandardGenericXMLSearchableAttribute.isRangeSearchField(List<SearchableAttributeValue> searchableAttributeValues, String dataType, NamedNodeMap searchDefAttributes, Node searchDefNode)
           
 

Uses of SearchableAttributeValue in org.kuali.rice.kew.routeheader
 

Fields in org.kuali.rice.kew.routeheader with type parameters of type SearchableAttributeValue
private  List<SearchableAttributeValue> DocumentRouteHeaderValue.searchableAttributeValues
           
 

Uses of SearchableAttributeValue in org.kuali.rice.kew.routeheader.dao
 

Methods in org.kuali.rice.kew.routeheader.dao with parameters of type SearchableAttributeValue
 void DocumentRouteHeaderDAO.save(SearchableAttributeValue searchableAttribute)
           
 

Uses of SearchableAttributeValue in org.kuali.rice.kew.routeheader.dao.impl
 

Methods in org.kuali.rice.kew.routeheader.dao.impl that return types with arguments of type SearchableAttributeValue
private  List<SearchableAttributeValue> DocumentRouteHeaderDAOJpaImpl.findSearchableAttributeValues(String documentId)
           
 

Methods in org.kuali.rice.kew.routeheader.dao.impl with parameters of type SearchableAttributeValue
 void DocumentRouteHeaderDAOJpaImpl.save(SearchableAttributeValue searchableAttributeValue)
           
 void DocumentRouteHeaderDAOOjbImpl.save(SearchableAttributeValue searchableAttributeValue)
           
 

Uses of SearchableAttributeValue in org.kuali.rice.kew.routeheader.service
 

Method parameters in org.kuali.rice.kew.routeheader.service with type arguments of type SearchableAttributeValue
 void RouteHeaderService.updateRouteHeaderSearchValues(String documentId, List<SearchableAttributeValue> searchAttributes)
          Updates the searchable attribute values for the document with the given id to the given values.
 

Uses of SearchableAttributeValue in org.kuali.rice.kew.routeheader.service.impl
 

Method parameters in org.kuali.rice.kew.routeheader.service.impl with type arguments of type SearchableAttributeValue
 void RouteHeaderServiceImpl.updateRouteHeaderSearchValues(String documentId, List<SearchableAttributeValue> searchAttributes)
           
 

Uses of SearchableAttributeValue in org.kuali.rice.kew.web
 

Fields in org.kuali.rice.kew.web declared as SearchableAttributeValue
private  SearchableAttributeValue KeyValueSort.searchableAttributeValue
           
 

Methods in org.kuali.rice.kew.web that return SearchableAttributeValue
 SearchableAttributeValue KeyValueSort.getSearchableAttributeValue()
           
 

Constructors in org.kuali.rice.kew.web with parameters of type SearchableAttributeValue
KeyValueSort(String key, String value, Object sortValue, SearchableAttributeValue searchableAttributeValue)
           
KeyValueSort(String key, String value, String userDisplayValue, Object sortValue, SearchableAttributeValue searchableAttributeValue)
           
 

Uses of SearchableAttributeValue in org.kuali.rice.krad.workflow.attribute
 

Methods in org.kuali.rice.krad.workflow.attribute that return SearchableAttributeValue
protected  SearchableAttributeValue DataDictionarySearchableAttribute.generateSearchableAttributeFromChange(PersistableBusinessObject changeToPersist)
           
protected  SearchableAttributeValue DataDictionarySearchableAttribute.parseSearchableAttributeValueForPrimaryKey(String propertyName, Class<? extends BusinessObject> businessObjectClass, MaintenanceDocument document)
          Creates a searchable attribute value for the given property name out of the document XML
 

Methods in org.kuali.rice.krad.workflow.attribute that return types with arguments of type SearchableAttributeValue
protected  List<SearchableAttributeValue> DataDictionarySearchableAttribute.findAllSearchableAttributesForGlobalBusinessObject(GlobalBusinessObject globalBO)
           
 List<SearchableAttributeValue> DataDictionaryDocumentSearchCustomizer.getSearchStorageValues(DocumentSearchContext documentSearchContext)
           
 List<SearchableAttributeValue> DataDictionarySearchableAttribute.getSearchStorageValues(DocumentSearchContext documentSearchContext)
           
protected  List<SearchableAttributeValue> DataDictionarySearchableAttribute.parsePrimaryKeyValuesFromDocument(Class<? extends BusinessObject> businessObjectClass, MaintenanceDocument document)
           
 

Uses of SearchableAttributeValue in org.kuali.rice.krad.workflow.service
 

Methods in org.kuali.rice.krad.workflow.service that return SearchableAttributeValue
 SearchableAttributeValue WorkflowAttributePropertyResolutionService.buildSearchableAttribute(Class<? extends BusinessObject> businessObjectClass, String attributeKey, Object value)
          Using the type of the sent in value, determines what kind of SearchableAttributeValue implementation should be passed back
 

Methods in org.kuali.rice.krad.workflow.service that return types with arguments of type SearchableAttributeValue
 List<SearchableAttributeValue> WorkflowAttributePropertyResolutionService.resolveSearchableAttributeValues(Document document, WorkflowAttributes workflowAttributes)
          Given a document, returns the searchable attribute values to index for it
 

Uses of SearchableAttributeValue in org.kuali.rice.krad.workflow.service.impl
 

Methods in org.kuali.rice.krad.workflow.service.impl that return SearchableAttributeValue
 SearchableAttributeValue WorkflowAttributePropertyResolutionServiceImpl.buildSearchableAttribute(Class<? extends BusinessObject> businessObjectClass, String attributeKey, Object value)
          Using the type of the sent in value, determines what kind of SearchableAttributeValue implementation should be passed back
 

Methods in org.kuali.rice.krad.workflow.service.impl that return types with arguments of type SearchableAttributeValue
protected  List<SearchableAttributeValue> WorkflowAttributePropertyResolutionServiceImpl.aardvarkValuesForSearchingTypeDefinition(Document document, SearchingTypeDefinition searchingTypeDefinition)
          Pulls SearchableAttributeValue values from the given document for the given searchingTypeDefinition
 List<SearchableAttributeValue> WorkflowAttributePropertyResolutionServiceImpl.resolveSearchableAttributeValues(Document document, WorkflowAttributes workflowAttributes)
          Resolves all of the searching values to index for the given document, returning a list of SearchableAttributeValue implementations
 



Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.