Class DataDictionaryDocumentSearchCustomizer

java.lang.Object
org.kuali.rice.kns.workflow.attribute.DataDictionaryDocumentSearchCustomizer
All Implemented Interfaces:
org.kuali.rice.kew.framework.document.attribute.SearchableAttribute, org.kuali.rice.kew.framework.document.search.DocumentSearchCustomizer

@Deprecated public class DataDictionaryDocumentSearchCustomizer extends Object implements org.kuali.rice.kew.framework.document.attribute.SearchableAttribute, org.kuali.rice.kew.framework.document.search.DocumentSearchCustomizer
Deprecated.
Only used by KNS classes, no replacement.
  • Constructor Details

    • DataDictionaryDocumentSearchCustomizer

      public DataDictionaryDocumentSearchCustomizer()
      Deprecated.
    • DataDictionaryDocumentSearchCustomizer

      public DataDictionaryDocumentSearchCustomizer(org.kuali.rice.kew.framework.document.attribute.SearchableAttribute searchableAttribute, org.kuali.rice.kew.framework.document.search.DocumentSearchCustomizer documentSearchCustomizer)
      Deprecated.
  • Method Details

    • generateSearchContent

      public final String generateSearchContent(ExtensionDefinition extensionDefinition, String documentTypeName, WorkflowAttributeDefinition attributeDefinition)
      Deprecated.
      Specified by:
      generateSearchContent in interface org.kuali.rice.kew.framework.document.attribute.SearchableAttribute
    • extractDocumentAttributes

      public final List<DocumentAttribute> extractDocumentAttributes(ExtensionDefinition extensionDefinition, DocumentWithContent documentWithContent)
      Deprecated.
      Specified by:
      extractDocumentAttributes in interface org.kuali.rice.kew.framework.document.attribute.SearchableAttribute
    • getSearchFields

      public final List<RemotableAttributeField> getSearchFields(ExtensionDefinition extensionDefinition, String documentTypeName)
      Deprecated.
      Specified by:
      getSearchFields in interface org.kuali.rice.kew.framework.document.attribute.SearchableAttribute
    • validateDocumentAttributeCriteria

      public final List<RemotableAttributeError> validateDocumentAttributeCriteria(ExtensionDefinition extensionDefinition, DocumentSearchCriteria documentSearchCriteria)
      Deprecated.
      Specified by:
      validateDocumentAttributeCriteria in interface org.kuali.rice.kew.framework.document.attribute.SearchableAttribute
    • customizeCriteria

      public final DocumentSearchCriteria customizeCriteria(DocumentSearchCriteria documentSearchCriteria)
      Deprecated.
      Specified by:
      customizeCriteria in interface org.kuali.rice.kew.framework.document.search.DocumentSearchCustomizer
    • customizeClearCriteria

      public final DocumentSearchCriteria customizeClearCriteria(DocumentSearchCriteria documentSearchCriteria)
      Deprecated.
      Specified by:
      customizeClearCriteria in interface org.kuali.rice.kew.framework.document.search.DocumentSearchCustomizer
    • customizeResults

      public final org.kuali.rice.kew.framework.document.search.DocumentSearchResultValues customizeResults(DocumentSearchCriteria documentSearchCriteria, List<DocumentSearchResult> defaultResults)
      Deprecated.
      Specified by:
      customizeResults in interface org.kuali.rice.kew.framework.document.search.DocumentSearchCustomizer
    • customizeResultSetConfiguration

      public org.kuali.rice.kew.framework.document.search.DocumentSearchResultSetConfiguration customizeResultSetConfiguration(DocumentSearchCriteria documentSearchCriteria)
      Deprecated.
      Specified by:
      customizeResultSetConfiguration in interface org.kuali.rice.kew.framework.document.search.DocumentSearchCustomizer
    • isCustomizeCriteriaEnabled

      public final boolean isCustomizeCriteriaEnabled(String documentTypeName)
      Deprecated.
      Specified by:
      isCustomizeCriteriaEnabled in interface org.kuali.rice.kew.framework.document.search.DocumentSearchCustomizer
    • isCustomizeClearCriteriaEnabled

      public final boolean isCustomizeClearCriteriaEnabled(String documentTypeName)
      Deprecated.
      Specified by:
      isCustomizeClearCriteriaEnabled in interface org.kuali.rice.kew.framework.document.search.DocumentSearchCustomizer
    • isCustomizeResultsEnabled

      public final boolean isCustomizeResultsEnabled(String documentTypeName)
      Deprecated.
      Specified by:
      isCustomizeResultsEnabled in interface org.kuali.rice.kew.framework.document.search.DocumentSearchCustomizer
    • isCustomizeResultSetFieldsEnabled

      public final boolean isCustomizeResultSetFieldsEnabled(String documentTypeName)
      Deprecated.
      Specified by:
      isCustomizeResultSetFieldsEnabled in interface org.kuali.rice.kew.framework.document.search.DocumentSearchCustomizer
    • getSearchableAttribute

      protected org.kuali.rice.kew.framework.document.attribute.SearchableAttribute getSearchableAttribute()
      Deprecated.
    • setSearchableAttribute

      public void setSearchableAttribute(org.kuali.rice.kew.framework.document.attribute.SearchableAttribute searchableAttribute)
      Deprecated.
    • getDocumentSearchCustomizer

      protected org.kuali.rice.kew.framework.document.search.DocumentSearchCustomizer getDocumentSearchCustomizer()
      Deprecated.
    • setDocumentSearchCustomizer

      public void setDocumentSearchCustomizer(org.kuali.rice.kew.framework.document.search.DocumentSearchCustomizer documentSearchCustomizer)
      Deprecated.