|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| org.dspace.* |
|---|
| org.dspace.app.itemexport.ItemExport | ||
|---|---|---|
public static final String |
COMPRESSED_EXPORT_MIME_TYPE |
"application/zip" |
| org.dspace.app.itemexport.ItemExportException | ||
|---|---|---|
public static final int |
EXPORT_TOO_LARGE |
0 |
| org.dspace.app.statistics.AbstractUsageEvent | ||
|---|---|---|
public static final int |
VIEW |
1 |
| org.dspace.app.util.DCInputsReader | ||
|---|---|---|
public static final String |
DEFAULT_COLLECTION |
"default" |
| org.dspace.app.util.DSpaceContextListener | ||
|---|---|---|
public static final String |
DSPACE_CONFIG_PARAMETER |
"dspace-config" |
| org.dspace.app.util.SubmissionConfigReader | ||
|---|---|---|
public static final String |
DEFAULT_COLLECTION |
"default" |
| org.dspace.authenticate.AuthenticationMethod | ||
|---|---|---|
public static final int |
BAD_ARGS |
5 |
public static final int |
BAD_CREDENTIALS |
2 |
public static final int |
CERT_REQUIRED |
3 |
public static final int |
NO_SUCH_USER |
4 |
public static final int |
SUCCESS |
1 |
| org.dspace.checker.BitstreamDispatcher | ||
|---|---|---|
public static final int |
SENTINEL |
-1 |
| org.dspace.checker.BitstreamInfoDAO | ||
|---|---|---|
public static final String |
GET_OLDEST_BITSTREAM |
"select bitstream_id from most_recent_checksum where to_be_processed = true order by date_trunc(\'milliseconds\', last_process_end_date), bitstream_id ASC LIMIT 1" |
public static final String |
GET_OLDEST_BITSTREAM_DATE |
"select bitstream_id from most_recent_checksum where to_be_processed = true and last_process_start_date < ? order by date_trunc(\'milliseconds\', last_process_end_date), bitstream_id ASC LIMIT 1" |
public static final String |
GET_OLDEST_BITSTREAM_DATE_ORACLE |
"SELECT bitstream_id FROM (select bitstream_id from most_recent_checksum where to_be_processed = 1 and last_process_start_date < ? order by trunc(last_process_end_date, \'mi\'), bitstream_id ASC) WHERE rownum=1" |
public static final String |
GET_OLDEST_BITSTREAM_ORACLE |
"SELECT bitstream_id FROM (select bitstream_id from most_recent_checksum where to_be_processed = 1 order by trunc(last_process_end_date, \'mi\'), bitstream_id ASC) WHERE rownum=1" |
| org.dspace.checker.ChecksumCheckResults | ||
|---|---|---|
public static final String |
BITSTREAM_INFO_NOT_FOUND |
"BITSTREAM_INFO_NOT_FOUND" |
public static final String |
BITSTREAM_MARKED_DELETED |
"BITSTREAM_MARKED_DELETED" |
public static final String |
BITSTREAM_NOT_FOUND |
"BITSTREAM_NOT_FOUND" |
public static final String |
BITSTREAM_NOT_PROCESSED |
"BITSTREAM_NOT_PROCESSED" |
public static final String |
CHECKSUM_ALGORITHM_INVALID |
"CHECKSUM_ALGORITHM_INVALID" |
public static final String |
CHECKSUM_MATCH |
"CHECKSUM_MATCH" |
public static final String |
CHECKSUM_NO_MATCH |
"CHECKSUM_NO_MATCH" |
public static final String |
CHECKSUM_PREV_NOT_FOUND |
"CHECKSUM_PREV_NOT_FOUND" |
| org.dspace.checker.ReporterDAO | ||
|---|---|---|
public static final String |
DATE_RANGE_BITSTREAMS |
"select bitstream_id, last_process_start_date, last_process_end_date, expected_checksum, current_checksum, result_description from most_recent_checksum, checksum_results where most_recent_checksum.result = checksum_results.result_code and most_recent_checksum.result= ? and most_recent_checksum.last_process_start_date >= ? and most_recent_checksum.last_process_start_date < ? order by bitstream_id" |
public static final String |
DATE_RANGE_NOT_PROCESSED_BITSTREAMS |
"select most_recent_checksum.bitstream_id, most_recent_checksum.last_process_start_date, most_recent_checksum.last_process_end_date, most_recent_checksum.expected_checksum, most_recent_checksum.current_checksum, result_description from checksum_results, most_recent_checksum where most_recent_checksum.to_be_processed = false and most_recent_checksum.result = checksum_results.result_code and most_recent_checksum.last_process_start_date >= ? and most_recent_checksum.last_process_start_date < ? order by most_recent_checksum.bitstream_id" |
public static final String |
DATE_RANGE_NOT_PROCESSED_BITSTREAMS_ORACLE |
"select most_recent_checksum.bitstream_id, most_recent_checksum.last_process_start_date, most_recent_checksum.last_process_end_date, most_recent_checksum.expected_checksum, most_recent_checksum.current_checksum, result_description from checksum_results, most_recent_checksum where most_recent_checksum.to_be_processed = 0 and most_recent_checksum.result = checksum_results.result_code and most_recent_checksum.last_process_start_date >= ? and most_recent_checksum.last_process_start_date < ? order by most_recent_checksum.bitstream_id" |
public static final String |
FIND_UNKNOWN_BITSTREAMS |
"select bitstream.deleted, bitstream.store_number, bitstream.size_bytes, bitstreamformatregistry.short_description, bitstream.bitstream_id, bitstream.user_format_description, bitstream.internal_id, bitstream.source, bitstream.checksum_algorithm, bitstream.checksum, bitstream.name, bitstream.description from bitstream left outer join bitstreamformatregistry on bitstream.bitstream_format_id = bitstreamformatregistry.bitstream_format_id where not exists( select \'x\' from most_recent_checksum where most_recent_checksum.bitstream_id = bitstream.bitstream_id )" |
| org.dspace.content.BitstreamFormat | ||
|---|---|---|
public static final int |
KNOWN |
1 |
public static final int |
SUPPORTED |
2 |
public static final int |
UNKNOWN |
0 |
| org.dspace.content.Item | ||
|---|---|---|
public static final String |
ANY |
"*" |
| org.dspace.content.MetadataSchema | ||
|---|---|---|
public static final String |
DC_SCHEMA |
"dc" |
public static final int |
DC_SCHEMA_ID |
1 |
| org.dspace.content.Site | ||
|---|---|---|
public static final int |
SITE_ID |
0 |
| org.dspace.content.crosswalk.MODSDisseminationCrosswalk | ||
|---|---|---|
public static final String |
MODS_XSD |
"http://www.loc.gov/standards/mods/v3/mods-3-1.xsd" |
| org.dspace.content.crosswalk.XSLTCrosswalk | ||
|---|---|---|
protected static final String |
CONFIG_PREFIX |
"crosswalk." |
| org.dspace.content.packager.AbstractMETSDisseminator | ||
|---|---|---|
public static final String |
MANIFEST_FILE |
"mets.xml" |
| org.dspace.content.packager.AbstractMETSIngester | ||
|---|---|---|
public static final String |
MANIFEST_FILE |
"mets.xml" |
| org.dspace.content.packager.METSManifest | ||
|---|---|---|
public static final String |
MANIFEST_FILE |
"mets.xml" |
| org.dspace.core.Constants | ||
|---|---|---|
public static final int |
ADD |
3 |
public static final int |
BITSTREAM |
0 |
public static final int |
BUNDLE |
1 |
public static final int |
COLLECTION |
3 |
public static final int |
COLLECTION_ADMIN |
11 |
public static final int |
COMMUNITY |
4 |
public static final String |
CONTENT_BUNDLE_NAME |
"ORIGINAL" |
public static final int |
DEFAULT_BITSTREAM_READ |
9 |
public static final String |
DEFAULT_BUNDLE_NAME |
"ORIGINAL" |
public static final String |
DEFAULT_ENCODING |
"UTF-8" |
public static final int |
DEFAULT_ITEM_READ |
10 |
public static final int |
DELETE |
2 |
public static final int |
EPERSON |
7 |
public static final int |
GROUP |
6 |
public static final int |
ITEM |
2 |
public static final String |
LICENSE_BITSTREAM_NAME |
"license.txt" |
public static final String |
LICENSE_BUNDLE_NAME |
"LICENSE" |
public static final String |
METADATA_BUNDLE_NAME |
"METADATA" |
public static final int |
NEWS_SIDE |
1 |
public static final int |
NEWS_TOP |
0 |
public static final int |
RBITSTREAM |
1 |
public static final int |
RBUNDLE |
2 |
public static final int |
RCOLLECTION |
8 |
public static final int |
RCOMMUNITY |
16 |
public static final int |
READ |
0 |
public static final int |
REMOVE |
4 |
public static final int |
RITEM |
4 |
public static final int |
SITE |
5 |
public static final int |
WORKFLOW_ABORT |
8 |
public static final int |
WORKFLOW_STEP_1 |
5 |
public static final int |
WORKFLOW_STEP_2 |
6 |
public static final int |
WORKFLOW_STEP_3 |
7 |
public static final int |
WRITE |
1 |
| org.dspace.eperson.EPerson | ||
|---|---|---|
public static final int |
EMAIL |
1 |
public static final int |
ID |
3 |
public static final int |
LANGUAGE |
5 |
public static final int |
LASTNAME |
2 |
public static final int |
NETID |
4 |
| org.dspace.eperson.Group | ||
|---|---|---|
public static final int |
ID |
0 |
public static final int |
NAME |
1 |
| org.dspace.event.Event | ||
|---|---|---|
public static final int |
ADD |
8 |
public static final int |
CREATE |
1 |
public static final int |
DELETE |
32 |
public static final int |
EVENT_MASK |
1 |
public static final int |
MODIFY |
2 |
public static final int |
MODIFY_METADATA |
4 |
public static final int |
REMOVE |
16 |
public static final int |
SUBJECT_MASK |
0 |
| org.dspace.event.EventManager | ||
|---|---|---|
public static final String |
DEFAULT_DISPATCHER |
"default" |
| org.dspace.license.CreativeCommons | ||
|---|---|---|
public static final String |
CC_BUNDLE_NAME |
"CC-LICENSE" |
| org.dspace.sort.OrderFormat | ||
|---|---|---|
public static final String |
AUTHOR |
"author" |
public static final String |
DATE |
"date" |
public static final String |
TEXT |
"text" |
public static final String |
TITLE |
"title" |
| org.dspace.sort.SortOption | ||
|---|---|---|
public static final String |
ASCENDING |
"ASC" |
public static final String |
DESCENDING |
"DESC" |
| org.dspace.submit.step.DescribeStep | ||
|---|---|---|
public static final int |
STATUS_MISSING_REQUIRED_FIELDS |
2 |
public static final int |
STATUS_MORE_INPUT_REQUESTED |
1 |
| org.dspace.submit.step.InitialQuestionsStep | ||
|---|---|---|
public static final int |
STATUS_CANCEL_PRUNE |
2 |
public static final int |
STATUS_THESIS_REJECTED |
3 |
public static final int |
STATUS_VERIFY_PRUNE |
1 |
| org.dspace.submit.step.LicenseStep | ||
|---|---|---|
public static final int |
STATUS_LICENSE_REJECTED |
1 |
| org.dspace.submit.step.SampleStep | ||
|---|---|---|
public static final int |
STATUS_USER_INPUT_ERROR |
1 |
| org.dspace.submit.step.SelectCollectionStep | ||
|---|---|---|
public static final int |
STATUS_INVALID_COLLECTION |
2 |
public static final int |
STATUS_NO_COLLECTION |
1 |
| org.dspace.submit.step.UploadStep | ||
|---|---|---|
public static final String |
CANCEL_EDIT_BUTTON |
"submit_edit_cancel" |
public static final int |
STATUS_EDIT_BITSTREAM |
20 |
public static final int |
STATUS_EDIT_COMPLETE |
25 |
public static final int |
STATUS_INTEGRITY_ERROR |
1 |
public static final int |
STATUS_NO_FILES_ERROR |
5 |
public static final int |
STATUS_UNKNOWN_FORMAT |
10 |
public static final int |
STATUS_UPLOAD_ERROR |
2 |
public static final String |
SUBMIT_MORE_BUTTON |
"submit_more" |
public static final String |
SUBMIT_SKIP_BUTTON |
"submit_skip" |
public static final String |
SUBMIT_UPLOAD_BUTTON |
"submit_upload" |
| org.dspace.workflow.WorkflowManager | ||
|---|---|---|
public static final int |
WFSTATE_ARCHIVE |
7 |
public static final int |
WFSTATE_STEP1 |
2 |
public static final int |
WFSTATE_STEP1POOL |
1 |
public static final int |
WFSTATE_STEP2 |
4 |
public static final int |
WFSTATE_STEP2POOL |
3 |
public static final int |
WFSTATE_STEP3 |
6 |
public static final int |
WFSTATE_STEP3POOL |
5 |
public static final int |
WFSTATE_SUBMIT |
0 |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||