Deprecated API


Contents
Deprecated Interfaces
org.kuali.rice.kns.workflow.attribute.WorkflowLookupableResult
          This will go away once workflow supports simple url integration for custom attribute lookups. 
 

Deprecated Classes
org.kuali.rice.kew.docsearch.dao.impl.DocumentSearchDAOOjbImpl
          Replaced by DocumentSearchDAOJdbcImpl 
org.kuali.rice.kew.engine.node.FYIByNetworkId
          Use NetworkIdRoleAttribute instead 
org.kuali.rice.kew.engine.node.FYIByUniversityId
          Use UniversityIdRoleAttribute instead 
org.kuali.rice.kns.workflow.attribute.WorkflowLookupableInvocationHandler
          This will go away once workflow supports simple url integration for custom attribute lookups. 
 

Deprecated Fields
org.kuali.rice.kew.docsearch.DocumentSearchResult.PROPERTY_NAME_DATE_CREATED
          - USE KEWPropertyConstants.DOC_SEARCH_RESULT_PROPERTY_NAME_DATE_CREATED INSTEAD 
org.kuali.rice.kew.docsearch.DocumentSearchResult.PROPERTY_NAME_DOC_TYPE_LABEL
          - USE KEWPropertyConstants.DOC_SEARCH_RESULT_PROPERTY_NAME_DOC_TYPE_LABEL INSTEAD 
org.kuali.rice.kew.docsearch.DocumentSearchResult.PROPERTY_NAME_DOCUMENT_TITLE
          - USE KEWPropertyConstants.DOC_SEARCH_RESULT_PROPERTY_NAME_DOCUMENT_TITLE INSTEAD 
org.kuali.rice.kew.docsearch.DocumentSearchResult.PROPERTY_NAME_INITIATOR
          - USE KEWPropertyConstants.DOC_SEARCH_RESULT_PROPERTY_NAME_INITIATOR INSTEAD 
org.kuali.rice.kew.docsearch.DocumentSearchResult.PROPERTY_NAME_ROUTE_HEADER_ID
          - USE KEWPropertyConstants.DOC_SEARCH_RESULT_PROPERTY_NAME_ROUTE_HEADER_ID INSTEAD 
org.kuali.rice.kew.docsearch.DocumentSearchResult.PROPERTY_NAME_ROUTE_LOG
          - USE KEWPropertyConstants.DOC_SEARCH_RESULT_PROPERTY_NAME_ROUTE_LOG INSTEAD 
org.kuali.rice.kew.docsearch.DocumentSearchResult.PROPERTY_NAME_ROUTE_STATUS_DESC
          - USE KEWPropertyConstants.DOC_SEARCH_RESULT_PROPERTY_NAME_ROUTE_STATUS_DESC INSTEAD 
org.kuali.rice.kew.docsearch.DocumentSearchResult.PROPERTY_NAME_SET
          - USE KEWPropertyConstants.DOC_SEARCH_RESULT_PROPERTY_NAME_SET INSTEAD 
 

Deprecated Methods
org.kuali.rice.kew.routeheader.service.WorkflowDocumentService.blanketApproval(String, DocumentRouteHeaderValue, String, Integer)
          use blanketApproval which takes a Set of nodeNames instead. 
org.kuali.rice.kns.workflow.service.impl.KualiWorkflowInfoImpl.documentWillHaveAtLeastOneActionRequest(ReportCriteriaDTO, String[])
            
org.kuali.rice.kew.doctype.service.impl.DocumentTypeServiceImpl.findByName(String, boolean)
          Use findByName(String name, boolean caseSensitive, boolean checkCache) 
org.kuali.rice.kew.docsearch.StandardDocumentSearchGenerator.generateFinalSQL(QueryComponent, String, String, String)
          As of version 0.9.3 this method is no longer used. This method had been used to create multiple SQL queries if using searchable attributes and use the sql UNION function to join the queries. The replacement method #generateFinalSQL(QueryComponent, String, String) is now used instead. 
org.kuali.rice.kew.docsearch.StandardDocumentSearchGenerator.generateSqlForSearchableAttributeValue(SearchableAttributeValue, List, String)
          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. 
org.kuali.rice.kew.engine.RouteContext.getRouteHeader()
          use getDocument() instead 
org.kuali.rice.kew.docsearch.web.SearchAttributeFormContainer.getValueForUserInterface()
            
org.kuali.rice.kew.docsearch.DocSearchCriteriaDTO.getWorkgroupViewerNamespace()
            
org.kuali.rice.kew.docsearch.SavedSearchResult.isAdvancedSearch()
            
org.kuali.rice.kew.docsearch.DocSearchCriteriaDTO.isAdvancedSearch()
            
org.kuali.rice.kew.docsearch.StandardDocumentSearchGenerator.populateRowSearchableAttributes(DocSearchDTO, Statement, ResultSet)
          As of version 0.9.3 this method is no longer used. Method StandardDocumentSearchGenerator.populateRowSearchableAttributes(DocSearchDTO, Statement) is being used instead. 
org.kuali.rice.kns.workflow.attribute.DataDictionaryDocumentSearchCustomizer.processResultSet(Statement, ResultSet, DocSearchCriteriaDTO)
           
org.kuali.rice.kew.docsearch.DocumentSearchGenerator.processResultSet(Statement, ResultSet, DocSearchCriteriaDTO)
          Removed as of version 0.9.3. Use DocumentSearchGenerator.processResultSet(java.sql.Statement, java.sql.ResultSet, DocSearchCriteriaDTO, String) 
org.kuali.rice.kew.docsearch.StandardDocumentSearchGenerator.processResultSet(Statement, ResultSet, DocSearchCriteriaDTO)
          Removed as of version 0.9.3. Use StandardDocumentSearchGenerator.processResultSet(Statement, ResultSet, DocSearchCriteriaDTO, String) instead. 
org.kuali.rice.kew.routeheader.service.WorkflowDocumentService.returnDocumentToPreviousRouteLevel(String, DocumentRouteHeaderValue, Integer, String)
          use returnDocumentToPreviousNode instead 
org.kuali.rice.kns.workflow.service.impl.KualiWorkflowDocumentImpl.returnToPreviousRouteLevel(String, Integer)
            
org.kuali.rice.kew.service.impl.WorkflowUtilityWebServiceImpl.routeLevelHasApproverActionRequest(String, String, Integer)
          use routeNodeHasApproverActionRequest instead 
org.kuali.rice.kew.doctype.bo.DocumentType.setDisplayableNotificationFromAddress(String)
            
org.kuali.rice.kew.doctype.bo.DocumentType.setDisplayablePostProcessorName(String)
            
org.kuali.rice.kew.doctype.bo.DocumentType.setDisplayableServiceNamespace(String)
            
org.kuali.rice.kew.doctype.bo.DocumentType.setDisplayableUnresolvedDocHandlerUrl(String)
            
org.kuali.rice.kew.doctype.bo.DocumentType.setDocHandlerUrl(String)
            
org.kuali.rice.kim.bo.ui.PersonDocumentRole.setKimRoleType(KimTypeInfo)
           
org.kuali.rice.kew.doctype.bo.DocumentType.setNotificationFromAddress(String)
            
org.kuali.rice.kew.engine.RouteContext.setRouteHeader(DocumentRouteHeaderValue)
          user setDocument() instead 
org.kuali.rice.kew.docsearch.SearchableAttributeFloatValue.setSearchableAttributeValue(Float)
          USE method setSearchableAttributeValue(BigDecimal) instead 
org.kuali.rice.kew.doctype.bo.DocumentType.setServiceNamespace(String)
            
org.kuali.rice.kew.docsearch.web.SearchAttributeFormContainer.setValueForUserInterface(String)
            
org.kuali.rice.kew.docsearch.DocSearchCriteriaDTO.setWorkgroupViewerNamespace(String)
            
 



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