Uses of Enum Class
com.logicaldoc.core.document.DocumentStatus
Packages that use DocumentStatus
Package
Description
-
Uses of DocumentStatus in com.logicaldoc.core.document
Methods in com.logicaldoc.core.document that return DocumentStatusModifier and TypeMethodDescriptionAbstractDocument.getStatus()static DocumentStatusReturns the enum constant of this class with the specified name.static DocumentStatus[]DocumentStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.logicaldoc.core.document with parameters of type DocumentStatusModifier and TypeMethodDescriptionDocumentDAO.findByLockUserAndStatus(Long userId, DocumentStatus status) Finds all document of0 the specified status and locked by the specified userHibernateDocumentDAO.findByLockUserAndStatus(Long userId, DocumentStatus status) voidDocumentManager.lock(long docId, DocumentStatus status, DocumentHistory transaction) Locks the given documentvoidDocumentManager.lock(Document document, DocumentStatus status, DocumentHistory transaction) Locks the given document, it is synchronized because under high-ferquency, Hibernate may failvoidAbstractDocument.setStatus(DocumentStatus status)