Uses of Enum Class
com.logicaldoc.core.document.IndexingStatus
Packages that use IndexingStatus
Package
Description
-
Uses of IndexingStatus in com.logicaldoc.core.document
Methods in com.logicaldoc.core.document that return IndexingStatusModifier and TypeMethodDescriptionAbstractDocument.getIndexed()static IndexingStatusReturns the enum constant of this class with the specified name.static IndexingStatus[]IndexingStatus.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 IndexingStatusModifier and TypeMethodDescriptionvoidDocumentManager.changeIndexingStatus(Document doc, IndexingStatus status) Utility method used to declare that: the document must be taken into consideration by the indexer (status =TO_INDEX. the document must be taken into consideration by the indexer for the metadata only(status =TO_INDEX_METADATA. the document must not be taken into consideration by the indexer (status =SKIP).longDocumentDAO.countByIndexed(IndexingStatus indexingStatus) Counts the number of documents in a given indexation status(@seeAbstractDocument.getIndexed()longHibernateDocumentDAO.countByIndexed(IndexingStatus indexingStatus) DocumentDAO.findByIndexingStatus(IndexingStatus indexingStatus) Finds all documents by the indexing status.HibernateDocumentDAO.findByIndexingStatus(IndexingStatus indexingStatus) voidAbstractDocument.setIndexingStatus(IndexingStatus indexingStatus)