Uses of Class
org.alfresco.repo.search.impl.lucene.index.TransactionStatus
-
Packages that use TransactionStatus Package Description org.alfresco.repo.search.impl.lucene org.alfresco.repo.search.impl.lucene.index -
-
Uses of TransactionStatus in org.alfresco.repo.search.impl.lucene
Methods in org.alfresco.repo.search.impl.lucene that return TransactionStatus Modifier and Type Method Description protected TransactionStatusAbstractLuceneBase. getStatus()Methods in org.alfresco.repo.search.impl.lucene with parameters of type TransactionStatus Modifier and Type Method Description protected voidAbstractLuceneBase. setStatus(TransactionStatus status) -
Uses of TransactionStatus in org.alfresco.repo.search.impl.lucene.index
Methods in org.alfresco.repo.search.impl.lucene.index that return TransactionStatus Modifier and Type Method Description static TransactionStatusTransactionStatus. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static TransactionStatus[]TransactionStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.alfresco.repo.search.impl.lucene.index with parameters of type TransactionStatus Modifier and Type Method Description abstract booleanTransactionStatus. follows(TransactionStatus previous)Can this state follow the one given?voidIndexInfo. setStatus(java.lang.String id, TransactionStatus state, java.util.Set<org.apache.lucene.index.Term> toDelete, java.util.Set<org.apache.lucene.index.Term> read)
-