DLESE Tools
v1.6.0

org.dlese.dpc.schemedit
Class ADNFragDocReader

java.lang.Object
  extended by org.dlese.dpc.serviceclients.remotesearch.reader.ADNItemDocReader
      extended by org.dlese.dpc.schemedit.ADNFragDocReader

public class ADNFragDocReader
extends ADNItemDocReader


Field Summary
protected  String collection
           
protected static boolean debug
           
protected  String DEFAULT
           
protected  String[] EMPTY_ARRAY
           
protected  ArrayList EMPTY_LIST
           
protected  String id
           
protected  String readerType
           
 
Fields inherited from class org.dlese.dpc.serviceclients.remotesearch.reader.ADNItemDocReader
allItemResultDocs, allItemsInitialized, annotationDocReadersInitialized, annotationResultDocs, associatedItemResultDocs, associatedItemsInitialized, completedAnnos, completedAnnosByType, displayableAssociatedItemResultDocs, displayableAssociatedItemsInitialized, doc, inProgressAnnosByStatus, missingAssociatedItemIds, multiDoc, multiRecordStatus, numAudioInProgress, numCompletedAnnos, numGraphicalInProgress, numInProgressAnnos, numTextInProgress, vocab
 
Constructor Summary
ADNFragDocReader(String id, String collection, Document itemRecordDoc)
          ADNFragDocReader constructor requiring an itemRecordDoc
 
Method Summary
 String getMetadataPrefix()
          Gets the metadataPrefix attribute of the ADNItemDocReader object
static void prtln(String s)
           
 
Methods inherited from class org.dlese.dpc.serviceclients.remotesearch.reader.ADNItemDocReader
getAnnotationResultDocs, getAssociatedCollectionKeys, getAssociatedIds, getAudioAnnosInProgress, getCollection, getCollectionKey, getCollectionKeys, getCompletedAdvice, getCompletedAnnos, getCompletedAnnosOfType, getCompletedAnnotation, getCompletedAverageScores, getCompletedBias, getCompletedChallengingSituations, getCompletedChange, getCompletedComment, getCompletedEditorSummaries, getCompletedEducationalStandard, getCompletedExample, getCompletedExplanation, getCompletedQuestion, getCompletedReviews, getCompletedSeeAlso, getCompletedTeachingTips, getContentStandards, getDescription, getElement, getElements, getElementText, getFieldContent, getFieldContent, getGradeRanges, getGraphicalAnnosInProgress, getHasCompletedAnno, getHasInProgressAnno, getHasRelatedResource, getId, getInProgressAnnosOfStatus, getMirrorUrls, getMultiElementTexts, getMultiGradeRanges, getMultiResourceTypes, getMultiSubjects, getNumAudioAnnosInProgress, getNumCompletedAnnos, getNumGraphicalAnnosInProgress, getNumInProgressAnnos, getNumTextAnnosInProgress, getReaderType, getResourceTypes, getSubjects, getTextAnnosInProgress, getTitle, getUrl, getUrlTruncated, getValueOf, hasCompletedAnno, hasCompletedAnnoOfType, hasDoc, hasInProgressAnno, hasInProgressAnnoOfStatus, initAnnosByType, prtlnArray, setReaderType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

debug

protected static boolean debug

id

protected String id

collection

protected String collection

readerType

protected String readerType

EMPTY_ARRAY

protected String[] EMPTY_ARRAY

DEFAULT

protected String DEFAULT

EMPTY_LIST

protected ArrayList EMPTY_LIST
Constructor Detail

ADNFragDocReader

public ADNFragDocReader(String id,
                        String collection,
                        Document itemRecordDoc)
ADNFragDocReader constructor requiring an itemRecordDoc

Method Detail

getMetadataPrefix

public String getMetadataPrefix()
Description copied from class: ADNItemDocReader
Gets the metadataPrefix attribute of the ADNItemDocReader object

Overrides:
getMetadataPrefix in class ADNItemDocReader
Returns:
The metadataPrefix value

prtln

public static void prtln(String s)

DLESE Tools
v1.6.0