|
DLESE Tools v1.6.0 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.dlese.dpc.index.reader.DocReader org.dlese.dpc.index.reader.FileIndexingServiceDocReader org.dlese.dpc.index.reader.XMLDocReader org.dlese.dpc.schemedit.dcs.DcsDataDocReader
public class DcsDataDocReader
Reader to extract DcsData (aka "workflow status") information from a LuceneDoc
created by DcsDataFileIndexingPlugin
.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.dlese.dpc.index.reader.XMLDocReader |
---|
XMLDocReader.VocabUiLabelsCollection |
Field Summary |
---|
Fields inherited from class org.dlese.dpc.index.reader.XMLDocReader |
---|
metadataVocab, recordDataService, repositoryManager |
Fields inherited from class org.dlese.dpc.index.reader.DocReader |
---|
conf, doc, resultDoc, score |
Constructor Summary | |
---|---|
DcsDataDocReader()
Constructor for the DcsDataDocReader object |
|
DcsDataDocReader(org.apache.lucene.document.Document doc,
SimpleLuceneIndex index)
Constructor that may be used programatically to wrap a reader around a Lucene Document created by a DleseCollectionFileIndexingWriter . |
Method Summary | |
---|---|
String |
getIsFinalStatus()
|
String |
getIsValid()
Gets the isValid attribute of the DcsDataDocReader object |
String |
getLastEditor()
Gets the title of the new-opps item. |
Date |
getLastTouchDate()
Gets the eventStartDate attribute of the DcsDataDocReader object |
String |
getNdrHandle()
|
String |
getReaderType()
Gets the String 'DcsDataDocReader,' which is the key that describes this reader type. |
Date |
getRecordCreationDate()
|
String |
getRecordCreator()
|
String |
getStatus()
Gets the status attribute of the DcsDataDocReader object |
String |
getStatusNote()
Gets the description of the new-opps item. |
String |
hasNdrSyncError()
|
Methods inherited from class org.dlese.dpc.index.reader.FileIndexingServiceDocReader |
---|
fileExists, getDateFileWasIndexed, getDateFileWasIndexedString, getDateStamp, getDeleted, getDocDir, getDocsourceEncoded, getDoctype, getFile, getFileExists, getFileName, getFullContent, getFullContentEncodedAs, getLastModified, getLastModifiedAsUTC, getLastModifiedString, isDeleted, setDebug |
Methods inherited from class org.dlese.dpc.index.reader.DocReader |
---|
doInit, getAttribute, getDocMap, getDocument, getIndex, getLazyDocMap, getQuery, getRepositoryManager, getScore, setDoc |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DcsDataDocReader()
public DcsDataDocReader(org.apache.lucene.document.Document doc, SimpleLuceneIndex index)
Document
created by a DleseCollectionFileIndexingWriter
.
doc
- A Lucene Document
created
by a DleseCollectionFileIndexingWriter
.index
- The index being usedMethod Detail |
---|
public String getReaderType()
getReaderType
in class XMLDocReader
public String getLastEditor()
public String hasNdrSyncError()
public String getNdrHandle()
public String getStatus()
public String getStatusNote()
public String getIsValid()
public String getIsFinalStatus()
public Date getLastTouchDate()
public Date getRecordCreationDate()
public String getRecordCreator()
|
DLESE Tools v1.6.0 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |