public interface DocumentRouteHeaderDAO
void lockRouteHeader(String documentId)
DocumentRouteHeaderValue findRouteHeader(String documentId, boolean clearCache)
Collection<DocumentRouteHeaderValue> findRouteHeaders(Collection<String> documentIds)
Collection<DocumentRouteHeaderValue> findRouteHeaders(Collection<String> documentIds, boolean clearCache)
String getNextDocumentId()
Collection<String> findPendingByResponsibilityIds(Set<String> responsibilityIds)
void clearRouteHeaderSearchValues(String documentId)
Collection<SearchableAttributeValue> findSearchableAttributeValues(String documentId)
String getApplicationIdByDocumentId(String documentId)
DocumentRouteHeaderValueContent getContent(String documentId)
boolean hasSearchableAttributeValue(String documentId, String searchableAttributeKey, String searchableAttributeValue)
String getDocumentStatus(String documentId)
void save(SearchableAttributeValue searchableAttribute)
String getAppDocId(String documentId)
String getAppDocStatus(String documentId)
Collection findByDocTypeAndAppId(String documentTypeName, String appId)
Copyright © 2005–2015 The Kuali Foundation. All rights reserved.