DLESE Tools
v1.2

Serialized Form


Package org.dlese.dpc.action.form

Class org.dlese.dpc.action.form.SimpleQueryForm extends org.apache.struts.action.ActionForm implements Serializable

Serialized Fields

numPagingRecords

int numPagingRecords

start

int start

request

HttpServletRequest request

queryString

String queryString

refineQueryString

String refineQueryString

docReader

XMLDocReader docReader

metadata

String metadata

reportTitle

String reportTitle

selectedCollection

String selectedCollection

selectedCollections

String[] selectedCollections

selectedFormats

String[] selectedFormats

collections

List collections

collectionLabels

List collectionLabels

formats

List formats

contextURL

String contextURL

resultDoc

ResultDoc resultDoc

resultDocs

ResultDoc[] resultDocs

nonPaigingParams

String nonPaigingParams

Class org.dlese.dpc.action.form.SimpleQueryForm.ParamPair extends Object implements Serializable

Serialized Fields

param

String param

val

String val


Package org.dlese.dpc.datamgr

Class org.dlese.dpc.datamgr.DataEvent extends EventObject implements Serializable

Serialized Fields

dataList

List dataList

Class org.dlese.dpc.datamgr.DataManager extends Object implements Serializable

Class org.dlese.dpc.datamgr.InvalidLockException extends Exception implements Serializable

Class org.dlese.dpc.datamgr.LockNotAvailableException extends Exception implements Serializable

Class org.dlese.dpc.datamgr.ObjectNotSupportedException extends Exception implements Serializable

Class org.dlese.dpc.datamgr.OIDAlreadyExistsException extends Exception implements Serializable

Class org.dlese.dpc.datamgr.OIDDoesNotExistException extends Exception implements Serializable

Class org.dlese.dpc.datamgr.SerializedDataManager extends DataManager implements Serializable

Serialized Fields

dataPath

String dataPath
The path to the data store


locks

Hashtable locks
DESCRIPTION


objectCache

Hashtable objectCache
DESCRIPTION


num_records

long num_records
DESCRIPTION


useFileLocks

boolean useFileLocks
DESCRIPTION

See Also:
Constant Field Values

useCache

boolean useCache
DESCRIPTION


nextLockKey

long nextLockKey
A unique id for locking purposes

Class org.dlese.dpc.datamgr.SimpleDataStore extends SerializedDataManager implements Serializable


Package org.dlese.dpc.dds

Class org.dlese.dpc.dds.DDSServlet extends HttpServlet implements Serializable

Serialized Fields

updateFrequency

int updateFrequency

index

SimpleLuceneIndex index

rm

RepositoryManager rm

debug

boolean debug


Package org.dlese.dpc.dds.action.form

Class org.dlese.dpc.dds.action.form.DDSAdminForm extends org.apache.struts.action.ActionForm implements Serializable

Serialized Fields

message

String message

index

SimpleLuceneIndex index

vocab

MetadataVocab vocab

showNumChanged

boolean showNumChanged

showVocabMessages

boolean showVocabMessages

showVocabErrors

boolean showVocabErrors

Class org.dlese.dpc.dds.action.form.DDSAdminQueryForm extends org.apache.struts.action.ActionForm implements Serializable

Serialized Fields

numPagingRecords

int numPagingRecords

start

int start

request

HttpServletRequest request

queryString

String queryString

refineQueryString

String refineQueryString

docReader

XMLDocReader docReader

metadata

String metadata

reportTitle

String reportTitle

selectedCollection

String selectedCollection

selectedCollections

String[] selectedCollections

selectedFormats

String[] selectedFormats

collections

List collections

idMapperErrors

List idMapperErrors

idMapperErrorLabels

List idMapperErrorLabels

collectionLabels

List collectionLabels

formats

List formats

indexedAccessionStatus

List indexedAccessionStatus

contextURL

String contextURL

resultDoc

ResultDoc resultDoc

resultDocs

ResultDoc[] resultDocs

showQueryOptions

String showQueryOptions

selectedIdMapperErrors

String[] selectedIdMapperErrors

selectedAccessionStatuses

String[] selectedAccessionStatuses

nonPaigingParams

String nonPaigingParams

Class org.dlese.dpc.dds.action.form.DDSAdminQueryForm.ParamPair extends Object implements Serializable

Serialized Fields

param

String param

val

String val

Class org.dlese.dpc.dds.action.form.DDSQueryForm extends org.apache.struts.action.ActionForm implements Serializable

Serialized Fields

numPagingRecords

int numPagingRecords

start

int start

request

HttpServletRequest request

queryString

String queryString

refineQueryString

String refineQueryString

docReader

XMLDocReader docReader

metadata

String metadata

contextURL

String contextURL

gradeLevel

String gradeLevel

resourceType

String resourceType

contentStandard

String contentStandard

subject

String subject

collection

String collection

searchType

String searchType

error

String error

resultDocs

ResultDoc[] resultDocs

vocab

MetadataVocab vocab

currentResultDoc

ResultDoc currentResultDoc

totalNumResources

int totalNumResources

resourceResultLinkRedirectURL

String resourceResultLinkRedirectURL

Class org.dlese.dpc.dds.action.form.DDSQueryForm.ParamPair extends Object implements Serializable

Serialized Fields

param

String param

val

String val

Class org.dlese.dpc.dds.action.form.DDSViewResourceForm extends org.apache.struts.action.ActionForm implements Serializable

Serialized Fields

recordId

String recordId

recordFilename

String recordFilename

recordCollections

String[] recordCollections

recordIds

String[] recordIds

recordCollectionDescriptionPage

HashMap recordCollectionDescriptionPage

recordCollectionDescriptionPageFull

HashMap recordCollectionDescriptionPageFull

recordCollectionDescriptionPageShort

HashMap recordCollectionDescriptionPageShort

index

SimpleLuceneIndex index

resultDocs

ResultDoc[] resultDocs

primaryResultDoc

ResultDoc primaryResultDoc

primaryResultDocCollectionKey

String primaryResultDocCollectionKey

pathwayUrl

String pathwayUrl

error

String error

resourceResultLinkRedirectURL

String resourceResultLinkRedirectURL

itemDocReader

ItemDocReader itemDocReader

primaryResultDocId

String primaryResultDocId

Class org.dlese.dpc.dds.action.form.HistogramForm extends org.apache.struts.action.ActionForm implements Serializable

Serialized Fields

error

String error

group

String group

hasCollectionSpecified

String hasCollectionSpecified

vocab

MetadataVocab vocab


Package org.dlese.dpc.dds.tags

Class org.dlese.dpc.dds.tags.KeywordsHighlightTag extends BodyTagSupport implements Serializable

Serialized Fields

truncateString

boolean truncateString

maxStringLength

int maxStringLength

minStringLength

int minStringLength

addWbr

boolean addWbr

Class org.dlese.dpc.dds.tags.SetKeywordsHighlightTag extends TagSupport implements Serializable

Serialized Fields

keywords

String keywords

highlightColor

String highlightColor


Package org.dlese.dpc.index

Class org.dlese.dpc.index.FileIndexingServiceException extends Exception implements Serializable

Class org.dlese.dpc.index.IndexInitializationException extends Exception implements Serializable

Class org.dlese.dpc.index.InvalidIndexException extends Exception implements Serializable

Class org.dlese.dpc.index.LuceneIndexChangedEvent extends EventObject implements Serializable

Serialized Fields

changer

LuceneIndexChanger changer

Class org.dlese.dpc.index.ResultDoc extends Object implements Serializable

Serialized Fields

score

float score

conf

ResultDocConfig conf

doc

Document doc

docNum

int docNum

docReader

DocReader docReader


Package org.dlese.dpc.index.reader

Class org.dlese.dpc.index.reader.DleseAnnoDocReader extends XMLDocReader implements Serializable

Serialized Fields

collectionResultDoc

ResultDoc collectionResultDoc

Class org.dlese.dpc.index.reader.ErrorDocReader extends FileIndexingServiceDocReader implements Serializable

Class org.dlese.dpc.index.reader.FileIndexingServiceDocReader extends DocReader implements Serializable

Serialized Fields

DEFAULT

String DEFAULT
See Also:
Constant Field Values

myFile

File myFile
The File handle for the underlying file.

Class org.dlese.dpc.index.reader.ItemDocReader extends XMLDocReader implements Serializable

Serialized Fields

DEFAULT

String DEFAULT
See Also:
Constant Field Values

associatedItemResultDocs

ResultDoc[] associatedItemResultDocs

displayableAssociatedItemResultDocs

ResultDoc[] displayableAssociatedItemResultDocs

allItemResultDocs

ResultDoc[] allItemResultDocs

annotationResultDocs

ResultDoc[] annotationResultDocs

associatedItemsInitialized

boolean associatedItemsInitialized

displayableAssociatedItemsInitialized

boolean displayableAssociatedItemsInitialized

allItemsInitialized

boolean allItemsInitialized

annotationDocReadersInitialized

boolean annotationDocReadersInitialized

missingAssociatedItemIds

ArrayList missingAssociatedItemIds

multiRecordStatus

String multiRecordStatus

multiDoc

Document multiDoc

rm

RepositoryManager rm

completedAnnosByType

HashMap completedAnnosByType

completedAnnos

ArrayList completedAnnos

inProgressAnnosByStatus

HashMap inProgressAnnosByStatus

numCompletedAnnos

int numCompletedAnnos

numInProgressAnnos

int numInProgressAnnos

numAudioInProgress

int numAudioInProgress

numGraphicalInProgress

int numGraphicalInProgress

numTextInProgress

int numTextInProgress

Class org.dlese.dpc.index.reader.SimpleFileIndexingServiceDocReader extends FileIndexingServiceDocReader implements Serializable

Class org.dlese.dpc.index.reader.XMLDocReader extends FileIndexingServiceDocReader implements Serializable

Serialized Fields

DEFAULT

String DEFAULT
See Also:
Constant Field Values

vocab

MetadataVocab vocab
DESCRIPTION


recordDataService

RecordDataService recordDataService
DESCRIPTION


Package org.dlese.dpc.logging

Class org.dlese.dpc.logging.LogException extends Exception implements Serializable


Package org.dlese.dpc.oai.harvester

Class org.dlese.dpc.oai.harvester.Hexception extends Exception implements Serializable

Class org.dlese.dpc.oai.harvester.OAIErrorException extends Exception implements Serializable

Serialized Fields

errorCode

String errorCode

errorMsg

String errorMsg

Class org.dlese.dpc.oai.harvester.OAIHarvesterServlet extends HttpServlet implements Serializable

Serialized Fields

initialized

boolean initialized

debug

boolean debug

Class org.dlese.dpc.oai.harvester.SimpleHarvestMessageHandler extends Object implements Serializable


Package org.dlese.dpc.oai.harvester.action.form

Class org.dlese.dpc.oai.harvester.action.form.HarvesterAdminForm extends org.apache.struts.action.ActionForm implements Serializable

Serialized Fields

message

String message

mySes

String mySes

harvesterStatus

String harvesterStatus

validateRecords

Boolean validateRecords

baseURL

String baseURL

metadataPrefix

String metadataPrefix

setSpec

String setSpec

from

String from

until

String until

harvestedDataDir

String harvestedDataDir

lastOneTimeHarvest

ScheduledHarvest lastOneTimeHarvest

lastRunHarvest

ScheduledHarvest lastRunHarvest

scheduledHarvests

Hashtable scheduledHarvests

scheduledHarvestsSorted

Object[] scheduledHarvestsSorted

shRepositoryName

String shRepositoryName

shSetSpec

String shSetSpec

shBaseURL

String shBaseURL

shMetadataPrefix

String shMetadataPrefix

shHarvestingInterval

String shHarvestingInterval

shIntervalGranularity

String shIntervalGranularity

shEnabledDisabled

String shEnabledDisabled

shUid

String shUid

shHarvestedDataDir

String shHarvestedDataDir

Class org.dlese.dpc.oai.harvester.action.form.HarvestReportForm extends org.apache.struts.action.ActionForm implements Serializable

Serialized Fields

numPagingRecords

int numPagingRecords

start

int start

request

HttpServletRequest request

queryString

String queryString

refineQueryString

String refineQueryString

docReader

XMLDocReader docReader

metadata

String metadata

reportTitle

String reportTitle

selectedCollection

String selectedCollection

requestedUrl

String requestedUrl

selectedCollections

String[] selectedCollections

selectedFormats

String[] selectedFormats

collections

List collections

collectionLabels

List collectionLabels

formats

List formats

contextURL

String contextURL

resultDoc

ResultDoc resultDoc

resultDocs

ResultDoc[] resultDocs

nonPaigingParams

String nonPaigingParams

Class org.dlese.dpc.oai.harvester.action.form.HarvestReportForm.ParamPair extends Object implements Serializable

Serialized Fields

param

String param

val

String val


Package org.dlese.dpc.oai.harvester.structs

Class org.dlese.dpc.oai.harvester.structs.ScheduledHarvest extends Object implements Serializable

Serialized Fields

repositoryName

String repositoryName

setSpec

String setSpec

baseURL

String baseURL

metadataPrefix

String metadataPrefix

harvestingInterval

String harvestingInterval

intervalGranularity

String intervalGranularity

enabledDisabled

String enabledDisabled

uid

Long uid

lastHarvestTime

Date lastHarvestTime


Package org.dlese.dpc.oai.provider

Class org.dlese.dpc.oai.provider.OAIProviderServlet extends HttpServlet implements Serializable

Serialized Fields

rm

RepositoryManager rm

initialized

boolean initialized

debug

boolean debug


Package org.dlese.dpc.oai.provider.action.form

Class org.dlese.dpc.oai.provider.action.form.OaiPmhSearchForm extends org.apache.struts.action.ActionForm implements Serializable

Serialized Fields

debug

boolean debug

message

String message

baseURL

String baseURL

oaiIdPfx

String oaiIdPfx

exampleId

String exampleId

availableFormats

List availableFormats

avalableSets

List avalableSets

showAdvanced

String showAdvanced

exampleFormat

String exampleFormat

contextURL

String contextURL


Package org.dlese.dpc.propertiesmgr

Class org.dlese.dpc.propertiesmgr.PropertiesManager extends Properties implements Serializable

Serialized Fields

emptyValMsg

String emptyValMsg

propsFileName

String propsFileName

isInJar

boolean isInJar


Package org.dlese.dpc.repository

Class org.dlese.dpc.repository.DirInfo extends Object implements Serializable

Serialized Fields

dir

String dir

format

String format

attributes

HashMap attributes

Class org.dlese.dpc.repository.MetadataFormatInfo extends Object implements Serializable

Serialized Fields

metadataPrefix

String metadataPrefix

schema

String schema

metadataNamespace

String metadataNamespace

Class org.dlese.dpc.repository.SetInfo extends Object implements Serializable

Serialized Fields

name

String name

setSpec

String setSpec

description

String description

enabled

String enabled

dirInfos

ArrayList dirInfos

attributes

HashMap attributes


Package org.dlese.dpc.repository.action.form

Class org.dlese.dpc.repository.action.form.RepositoryAdminForm extends RepositoryForm implements Serializable

Serialized Fields

message

String message

xmlError

String xmlError

currentAdminEmail

String currentAdminEmail

currentDescription

String currentDescription

repositoryName

String repositoryName

repositoryIdentifier

String repositoryIdentifier

currentSetSpec

String currentSetSpec

currentSetName

String currentSetName

currentSetDirectory

String currentSetDirectory

currentSetDescription

String currentSetDescription

currentSetFormat

String currentSetFormat

add

String add

numIdentifiersResults

String numIdentifiersResults

numRecordsResults

String numRecordsResults

validCollectionKeys

ArrayList validCollectionKeys

validMetadataFormats

ArrayList validMetadataFormats

updateFrequency

String updateFrequency

numIndexingErrors

String numIndexingErrors

Class org.dlese.dpc.repository.action.form.RepositoryForm extends org.apache.struts.action.ActionForm implements Serializable

Serialized Fields

badVerbOrArgument

boolean badVerbOrArgument

errors

ArrayList errors

exampleID

String exampleID
DESCRIPTION


ProtocolVersion

String ProtocolVersion
DESCRIPTION


providerStatus

String providerStatus
DESCRIPTION


earliestDatestamp

String earliestDatestamp
DESCRIPTION


deletedRecord

String deletedRecord
DESCRIPTION


granularity

String granularity
DESCRIPTION


compressions

ArrayList compressions
DESCRIPTION


metadataFormats

Hashtable metadataFormats
DESCRIPTION


record

String record
DESCRIPTION


identifier

String identifier
DESCRIPTION


datestamp

String datestamp

setSpecs

String[] setSpecs

results

ResultDoc[] results

oaiIdPfx

String oaiIdPfx

resumptionToken

String resumptionToken

resultsOffset

String resultsOffset

resultsLength

String resultsLength

requestedFormat

String requestedFormat

deletedStatus

String deletedStatus

baseURL

String baseURL


Package org.dlese.dpc.services.idmapper

Class org.dlese.dpc.services.idmapper.IdmapException extends Exception implements Serializable


Package org.dlese.dpc.services.mmd

Class org.dlese.dpc.services.mmd.MmdException extends Exception implements Serializable


Package org.dlese.dpc.util

Class org.dlese.dpc.util.FileDirectoryEvent extends EventObject implements Serializable

Serialized Fields

addedList

List addedList

removedList

List removedList

Class org.dlese.dpc.util.FileDirectoryException extends Exception implements Serializable


Package org.dlese.dpc.util.tags

Class org.dlese.dpc.util.tags.ReadFileTag extends TagSupport implements Serializable

Serialized Fields

filename

String filename

Class org.dlese.dpc.util.tags.StoreBodyTag extends BodyTagSupport implements Serializable

Serialized Fields

save

String save

print

String print

isSave

boolean isSave


Package org.dlese.dpc.vocab.tags

Class org.dlese.dpc.vocab.tags.MetadataVocabCheckboxesTag extends MetadataVocabTag implements Serializable

Serialized Fields

value

String value

label

String label

tdWidth

String tdWidth

skipTopRow

boolean skipTopRow

wrap

int wrap

allClearLinks

int allClearLinks

Class org.dlese.dpc.vocab.tags.MetadataVocabHiddenInputsTag extends MetadataVocabTag implements Serializable

Class org.dlese.dpc.vocab.tags.MetadataVocabHistogramTag extends MetadataVocabTag implements Serializable

Serialized Fields

addQueryField

String addQueryField

addQueryField2

String addQueryField2

addQuery

String addQuery

addQueryURL

String addQueryURL

action

String action

imgPrefix

String imgPrefix

tableWidth

String tableWidth

totalsRelativeToOthers

boolean totalsRelativeToOthers

Class org.dlese.dpc.vocab.tags.MetadataVocabSelectListTag extends MetadataVocabTag implements Serializable

Serialized Fields

size

int size

Class org.dlese.dpc.vocab.tags.MetadataVocabSetStateTag extends MetadataVocabTag implements Serializable

Class org.dlese.dpc.vocab.tags.MetadataVocabStateFeedbackTag extends MetadataVocabTag implements Serializable

Serialized Fields

uiLabel

String uiLabel

Class org.dlese.dpc.vocab.tags.MetadataVocabTag extends TagSupport implements Serializable

Serialized Fields

system

String system

interfce

String interfce

language

String language

group

String group

vocab

MetadataVocab vocab

stringUtil

StringUtil stringUtil

Class org.dlese.dpc.vocab.tags.MetadataVocabTopLevelAbbrevLabelTag extends MetadataVocabTag implements Serializable

Serialized Fields

fieldId

String fieldId

valueId

String valueId

fieldName

String fieldName

Class org.dlese.dpc.vocab.tags.MetadataVocabTreeMenuTag extends MetadataVocabTag implements Serializable

Serialized Fields

x

String x

y

String y

Class org.dlese.dpc.vocab.tags.MetadataVocabUiLabelTag extends MetadataVocabTag implements Serializable

Serialized Fields

field

String field

value

String value

useMetaNames

boolean useMetaNames

getAbbreviated

boolean getAbbreviated


Package org.dlese.dpc.xml

Class org.dlese.dpc.xml.XMLException extends Exception implements Serializable


Package org.dlese.dpc.xml.maps

Class org.dlese.dpc.xml.maps.DleseBean.Annotation extends Object implements Serializable

Serialized Fields

annotation

HashMap annotation
DESCRIPTION

Class org.dlese.dpc.xml.maps.DleseBean.Contributor extends Object implements Serializable

Serialized Fields

person

HashMap person
DESCRIPTION

Class org.dlese.dpc.xml.maps.DleseBean.GeoReference extends Object implements Serializable

Serialized Fields

geoReference

HashMap geoReference
DESCRIPTION

Class org.dlese.dpc.xml.maps.DleseBean.Relation extends Object implements Serializable

Serialized Fields

relation

HashMap relation
DESCRIPTION

Class org.dlese.dpc.xml.maps.DleseBean.ResourceType extends Object implements Serializable

Serialized Fields

resource

HashMap resource
DESCRIPTION

Class org.dlese.dpc.xml.maps.DleseBean.TechnicalReq extends Object implements Serializable

Serialized Fields

requirement

HashMap requirement
DESCRIPTION


DLESE Tools
v1.2