Uses of Interface
org.kuali.rice.kew.framework.document.attribute.SearchableAttribute

Packages that use SearchableAttribute
edu.sampleu.bookstore.document.attribs   
org.kuali.rice.kew.docsearch.xml   
org.kuali.rice.kew.doctype.bo   
org.kuali.rice.krad.workflow.attribute   
 

Uses of SearchableAttribute in edu.sampleu.bookstore.document.attribs
 

Classes in edu.sampleu.bookstore.document.attribs that implement SearchableAttribute
 class BookPriceSearchableAttribute
          SearchableAttribute on book price
 class BookPublicationDateSearchableAttribute
          SearchableAttribute on book publication date
 class BookRatingSearchableAttribute
          SearchableAttribute on book rating
 class BookTitleSearchableAttribute
          Searchable attribute for book title TODO: probably needs to be wired up to extension repository for remote invocation ...
 class BookTypeSearchableAttribute
          SearchableAttribute on book price book1 SCI-FI asdasdf 2011-12-21 12.00 2 abcd email@email.com 123-123-1234 true false banksy 1234
 class XPathSearchableAttribute
          Base class for simple attributes which extract values from document content via an xpath expression.
 

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

Classes in org.kuali.rice.kew.docsearch.xml that implement SearchableAttribute
 class StandardGenericXMLSearchableAttribute
          Implementation of a SearchableAttribute whose configuration is driven from XML.
 

Uses of SearchableAttribute in org.kuali.rice.kew.doctype.bo
 

Methods in org.kuali.rice.kew.doctype.bo that return types with arguments of type SearchableAttribute
 List<DocumentType.ExtensionHolder<SearchableAttribute>> DocumentType.loadSearchableAttributes()
           
 

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

Classes in org.kuali.rice.krad.workflow.attribute that implement SearchableAttribute
 class DataDictionaryDocumentSearchCustomizer
           
 class DataDictionarySearchableAttribute
           
 class KualiXMLBooleanTranslatorSearchableAttributeImpl
          This is an XML KEW search attribute that can be used where the XML of the attribute has an xpath expression that returns a boolean.
 class KualiXmlSearchableAttributeImpl
          This class is used to define Kuali searchable attributes
 

Methods in org.kuali.rice.krad.workflow.attribute that return SearchableAttribute
protected  SearchableAttribute DataDictionaryDocumentSearchCustomizer.getSearchableAttribute()
           
 

Methods in org.kuali.rice.krad.workflow.attribute with parameters of type SearchableAttribute
 void DataDictionaryDocumentSearchCustomizer.setSearchableAttribute(SearchableAttribute searchableAttribute)
           
 

Constructors in org.kuali.rice.krad.workflow.attribute with parameters of type SearchableAttribute
DataDictionaryDocumentSearchCustomizer(SearchableAttribute searchableAttribute, DocumentSearchCustomizer documentSearchCustomizer)
           
 



Copyright © 2005-2013 The Kuali Foundation. All Rights Reserved.