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 DocumentStatus
Returns 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) void
DocumentManager.lock
(long docId, DocumentStatus status, DocumentHistory transaction) Locks the given documentvoid
AbstractDocument.setStatus
(DocumentStatus status)