Skip navigation links
B C D E F G H I L O P R S T U V W 

B

BAG_COUNT - Static variable in class edu.jhu.library.pass.deposit.provider.bagit.BagMetadata
Two numbers separated by "of", in particular, "N of T", where T is the total number of bags in a group of bags and N is the ordinal number within the group.
BAG_GROUP_IDENTIFIER - Static variable in class edu.jhu.library.pass.deposit.provider.bagit.BagMetadata
A sender-supplied identifier for the set, if any, of bags to which it logically belongs.
BAG_SIZE - Static variable in class edu.jhu.library.pass.deposit.provider.bagit.BagMetadata
The size or approximate size of the bag being transferred, followed by an abbreviation such as MB (megabytes), GB (gigabytes), or TB (terabytes): for example, 42600 MB, 42.6 GB, or .043 TB.
BagAlgo - Enum in edu.jhu.library.pass.deposit.provider.bagit
Normalized constants for BagIt checksum algorithms.
BAGGING_DATE - Static variable in class edu.jhu.library.pass.deposit.provider.bagit.BagMetadata
Date (YYYY-MM-DD) that the content was prepared for transfer.
BAGINFO_TEMPLATE - Static variable in class edu.jhu.library.pass.deposit.provider.bagit.BagItPackageProvider
Package options key that contains the classpath resource path of the bag-info.txt Handlebars template
BAGINFO_TXT - Static variable in class edu.jhu.library.pass.deposit.provider.bagit.BagItPackageProvider
bag-info.txt file (optional) https://www.rfc-editor.org/rfc/rfc8493.html#section-2.2.2
BAGIT_TXT - Static variable in class edu.jhu.library.pass.deposit.provider.bagit.BagItPackageProvider
bagit.txt file (required) https://www.rfc-editor.org/rfc/rfc8493.html#section-2.1.1
BAGIT_VERSION - Static variable in class edu.jhu.library.pass.deposit.provider.bagit.BagMetadata
Identifies the BagIt major (M) and minor (N) version numbers
BagItAssembler - Class in edu.jhu.library.pass.deposit.provider.bagit
 
BagItAssembler(MetadataBuilderFactory, ResourceBuilderFactory, PassClient) - Constructor for class edu.jhu.library.pass.deposit.provider.bagit.BagItAssembler
 
BagItPackageProvider - Class in edu.jhu.library.pass.deposit.provider.bagit
 
BagItPackageProvider(BagItWriter, Parameterizer, PassClient) - Constructor for class edu.jhu.library.pass.deposit.provider.bagit.BagItPackageProvider
 
BagItPackageProviderAutoConfiguration - Class in edu.jhu.library.pass.deposit.provider.bagit
 
BagItPackageProviderAutoConfiguration() - Constructor for class edu.jhu.library.pass.deposit.provider.bagit.BagItPackageProviderAutoConfiguration
 
bagItVersion - Variable in class edu.jhu.library.pass.deposit.provider.bagit.BagItPackageProvider
Supported BagIT version https://www.rfc-editor.org/rfc/rfc8493.html#section-2.1.1
BagItVersion - Enum in edu.jhu.library.pass.deposit.provider.bagit
 
BagItWriter - Class in edu.jhu.library.pass.deposit.provider.bagit
 
BagItWriter(Charset) - Constructor for class edu.jhu.library.pass.deposit.provider.bagit.BagItWriter
 
BagMetadata - Class in edu.jhu.library.pass.deposit.provider.bagit
Required metadata elements for inclusion in the Bag Declaration bagit.txt.
BagMetadata() - Constructor for class edu.jhu.library.pass.deposit.provider.bagit.BagMetadata
 
BagModel - Class in edu.jhu.library.pass.deposit.provider.bagit
 
BagModel() - Constructor for class edu.jhu.library.pass.deposit.provider.bagit.BagModel
 

C

CONTACT_EMAIL - Static variable in class edu.jhu.library.pass.deposit.provider.bagit.BagMetadata
Fully qualified email address of person or position responsible.
CONTACT_NAME - Static variable in class edu.jhu.library.pass.deposit.provider.bagit.BagMetadata
Person at the source organization who is responsible for the content transfer.
CONTACT_PHONE - Static variable in class edu.jhu.library.pass.deposit.provider.bagit.BagMetadata
International format telephone number of person or position responsible.
createPackageStream(DepositSubmission, List<DepositFileResource>, MetadataBuilder, ResourceBuilderFactory, Map<String, Object>) - Method in class edu.jhu.library.pass.deposit.provider.bagit.BagItAssembler
 

D

defaultAlgo - Variable in class edu.jhu.library.pass.deposit.provider.bagit.BagItPackageProvider
Default checksum calculation algorithm when generating new Bags.

E

edu.jhu.library.pass.deposit.provider.bagit - package edu.jhu.library.pass.deposit.provider.bagit
 
EXTERNAL_DESCRIPTION - Static variable in class edu.jhu.library.pass.deposit.provider.bagit.BagMetadata
A brief explanation of the contents and provenance.
EXTERNAL_IDENTIFIER - Static variable in class edu.jhu.library.pass.deposit.provider.bagit.BagMetadata
A sender-supplied identifier for the bag.

F

FETCH_TXT - Static variable in class edu.jhu.library.pass.deposit.provider.bagit.BagItPackageProvider
fetch.txt (optional) https://www.rfc-editor.org/rfc/rfc8493.html#section-2.2.3
fetchStrategy - Variable in class edu.jhu.library.pass.deposit.provider.bagit.BagItPackageProvider
Whether or not this implementation will produce incomplete Bags.
FetchStrategy - Enum in edu.jhu.library.pass.deposit.provider.bagit
 
finish(DepositSubmission, List<PackageStream.Resource>) - Method in class edu.jhu.library.pass.deposit.provider.bagit.BagItPackageProvider
 

G

getAlgo() - Method in enum edu.jhu.library.pass.deposit.provider.bagit.BagAlgo
 
getBagItVersion() - Method in class edu.jhu.library.pass.deposit.provider.bagit.BagModel
 
getBagSizeBytes() - Method in class edu.jhu.library.pass.deposit.provider.bagit.BagModel
 
getBagSizeHumanReadable() - Method in class edu.jhu.library.pass.deposit.provider.bagit.BagModel
 
getContactEmail() - Method in class edu.jhu.library.pass.deposit.provider.bagit.BagModel
 
getContactName() - Method in class edu.jhu.library.pass.deposit.provider.bagit.BagModel
 
getContactPhone() - Method in class edu.jhu.library.pass.deposit.provider.bagit.BagModel
 
getCurrentDate() - Method in class edu.jhu.library.pass.deposit.provider.bagit.BagModel
 
getCustodialFileCount() - Method in class edu.jhu.library.pass.deposit.provider.bagit.BagModel
 
getDepositSubmission() - Method in class edu.jhu.library.pass.deposit.provider.bagit.BagModel
 
getOrganizationAddress() - Method in class edu.jhu.library.pass.deposit.provider.bagit.BagModel
 
getPublisherId() - Method in class edu.jhu.library.pass.deposit.provider.bagit.BagModel
 
getSourceOrganization() - Method in class edu.jhu.library.pass.deposit.provider.bagit.BagModel
 
getSubmission() - Method in class edu.jhu.library.pass.deposit.provider.bagit.BagModel
 
getSubmissionDate() - Method in class edu.jhu.library.pass.deposit.provider.bagit.BagModel
 
getSubmissionMetadata() - Method in class edu.jhu.library.pass.deposit.provider.bagit.BagModel
 
getSubmissionUri() - Method in class edu.jhu.library.pass.deposit.provider.bagit.BagModel
 
getSubmissionUser() - Method in class edu.jhu.library.pass.deposit.provider.bagit.BagModel
 
getSubmissionUserEmail() - Method in class edu.jhu.library.pass.deposit.provider.bagit.BagModel
 
getSubmissionUserFullName() - Method in class edu.jhu.library.pass.deposit.provider.bagit.BagModel
 
getSubmissionUserUri() - Method in class edu.jhu.library.pass.deposit.provider.bagit.BagModel
 
getVariants() - Method in enum edu.jhu.library.pass.deposit.provider.bagit.BagAlgo
 
getVersionString() - Method in enum edu.jhu.library.pass.deposit.provider.bagit.BagItVersion
 

H

HandlebarsParameterizer - Class in edu.jhu.library.pass.deposit.provider.bagit
 
HandlebarsParameterizer(Handlebars) - Constructor for class edu.jhu.library.pass.deposit.provider.bagit.HandlebarsParameterizer
 

I

INTERNAL_SENDER_DESCRIPTION - Static variable in class edu.jhu.library.pass.deposit.provider.bagit.BagMetadata
A sender-local explanation of the contents and provenance.
INTERNAL_SENDER_IDENTIFIER - Static variable in class edu.jhu.library.pass.deposit.provider.bagit.BagMetadata
An alternate sender-specific identifier for the content and/or bag.

L

LOG - Static variable in class edu.jhu.library.pass.deposit.provider.bagit.BagItPackageProvider
 

O

ORGANIZATION_ADDRESS - Static variable in class edu.jhu.library.pass.deposit.provider.bagit.BagMetadata
Mailing address of the source organization.

P

packageOpts - Variable in class edu.jhu.library.pass.deposit.provider.bagit.BagItPackageProvider
Runtime options provided to the Packager/Assembler
packagePath(DepositFileResource) - Method in class edu.jhu.library.pass.deposit.provider.bagit.BagItPackageProvider
Answers a path for the custodial resource subordinate to the BagIt payload directory.
parameterize(InputStream, BagModel) - Method in class edu.jhu.library.pass.deposit.provider.bagit.HandlebarsParameterizer
 
parameterize(InputStream, BagModel) - Method in interface edu.jhu.library.pass.deposit.provider.bagit.Parameterizer
 
parameterizer - Variable in class edu.jhu.library.pass.deposit.provider.bagit.BagItPackageProvider
Handlebars parameterization of Bag metadata
Parameterizer - Interface in edu.jhu.library.pass.deposit.provider.bagit
 
passClient - Variable in class edu.jhu.library.pass.deposit.provider.bagit.BagItPackageProvider
PASS Repository client, used for resolving URI references in the Submission
PAYLOAD_DIR - Static variable in class edu.jhu.library.pass.deposit.provider.bagit.BagItPackageProvider
Payload directory https://www.rfc-editor.org/rfc/rfc8493.html#section-2.1.2
PAYLOAD_MANIFEST_TMPL - Static variable in class edu.jhu.library.pass.deposit.provider.bagit.BagItPackageProvider
Payload manifest (at least one) https://www.rfc-editor.org/rfc/rfc8493.html#section-2.1.3
PAYLOAD_OXUM - Static variable in class edu.jhu.library.pass.deposit.provider.bagit.BagMetadata
The "octetstream sum" of the payload, which is intended for the purpose of quickly detecting incomplete bags before performing checksum validation.

R

resolveMessageDigest(PackageOptions.Checksum.OPTS) - Static method in class edu.jhu.library.pass.deposit.provider.bagit.BagItPackageProvider
 

S

setBagItVersion(String) - Method in class edu.jhu.library.pass.deposit.provider.bagit.BagModel
 
setBagSizeBytes(long) - Method in class edu.jhu.library.pass.deposit.provider.bagit.BagModel
 
setBagSizeHumanReadable(String) - Method in class edu.jhu.library.pass.deposit.provider.bagit.BagModel
 
setContactEmail(String) - Method in class edu.jhu.library.pass.deposit.provider.bagit.BagModel
 
setContactName(String) - Method in class edu.jhu.library.pass.deposit.provider.bagit.BagModel
 
setContactPhone(String) - Method in class edu.jhu.library.pass.deposit.provider.bagit.BagModel
 
setCurrentDate(String) - Method in class edu.jhu.library.pass.deposit.provider.bagit.BagModel
 
setCustodialFileCount(long) - Method in class edu.jhu.library.pass.deposit.provider.bagit.BagModel
 
setDepositSubmission(DepositSubmission) - Method in class edu.jhu.library.pass.deposit.provider.bagit.BagModel
 
setOrganizationAddress(String) - Method in class edu.jhu.library.pass.deposit.provider.bagit.BagModel
 
setPublisherId(String) - Method in class edu.jhu.library.pass.deposit.provider.bagit.BagModel
 
setSourceOrganization(String) - Method in class edu.jhu.library.pass.deposit.provider.bagit.BagModel
 
setSubmission(Submission) - Method in class edu.jhu.library.pass.deposit.provider.bagit.BagModel
 
setSubmissionDate(String) - Method in class edu.jhu.library.pass.deposit.provider.bagit.BagModel
 
setSubmissionMetadata(String) - Method in class edu.jhu.library.pass.deposit.provider.bagit.BagModel
 
setSubmissionUri(String) - Method in class edu.jhu.library.pass.deposit.provider.bagit.BagModel
 
setSubmissionUser(User) - Method in class edu.jhu.library.pass.deposit.provider.bagit.BagModel
 
setSubmissionUserEmail(String) - Method in class edu.jhu.library.pass.deposit.provider.bagit.BagModel
 
setSubmissionUserFullName(String) - Method in class edu.jhu.library.pass.deposit.provider.bagit.BagModel
 
setSubmissionUserUri(String) - Method in class edu.jhu.library.pass.deposit.provider.bagit.BagModel
 
SOURCE_ORGANIZATION - Static variable in class edu.jhu.library.pass.deposit.provider.bagit.BagMetadata
Organization transferring the content.
start(DepositSubmission, List<DepositFileResource>, Map<String, Object>) - Method in class edu.jhu.library.pass.deposit.provider.bagit.BagItPackageProvider
 

T

TAG_FILE_ENCODING - Static variable in class edu.jhu.library.pass.deposit.provider.bagit.BagMetadata
Identifies the character set encoding used by the remaining tag files.
TAG_MANIFEST_TMPL - Static variable in class edu.jhu.library.pass.deposit.provider.bagit.BagItPackageProvider
Tagfile manifest (optional) https://www.rfc-editor.org/rfc/rfc8493.html#section-2.2.1
tagFileEncoding - Variable in class edu.jhu.library.pass.deposit.provider.bagit.BagItPackageProvider
Tag file encoding https://www.rfc-editor.org/rfc/rfc8493.html#section-2.1.1
toString() - Method in enum edu.jhu.library.pass.deposit.provider.bagit.BagItVersion
 

U

UOE - Static variable in class edu.jhu.library.pass.deposit.provider.bagit.BagItPackageProvider
 

V

valueOf(String) - Static method in enum edu.jhu.library.pass.deposit.provider.bagit.BagAlgo
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum edu.jhu.library.pass.deposit.provider.bagit.BagItVersion
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum edu.jhu.library.pass.deposit.provider.bagit.FetchStrategy
Returns the enum constant of this type with the specified name.
values() - Static method in enum edu.jhu.library.pass.deposit.provider.bagit.BagAlgo
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum edu.jhu.library.pass.deposit.provider.bagit.BagItVersion
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum edu.jhu.library.pass.deposit.provider.bagit.FetchStrategy
Returns an array containing the constants of this enum type, in the order they are declared.

W

writeBagDeclaration() - Method in class edu.jhu.library.pass.deposit.provider.bagit.BagItPackageProvider
Answers a Bag Declaration according to version 1.0 of the BagIt specification.
writeBagInfo(DepositSubmission, List<PackageStream.Resource>, InputStream) - Method in class edu.jhu.library.pass.deposit.provider.bagit.BagItPackageProvider
 
writeManifestLine(OutputStream, String, String) - Method in class edu.jhu.library.pass.deposit.provider.bagit.BagItWriter
Each line of a payload manifest file MUST be of the form checksum filepath where _filepath_ is the pathname of a file relative to the base directory, and _checksum_ is a hex-encoded checksum calculated by applying _algorithm_ over the file.
writePayloadManifests(DepositSubmission, List<PackageStream.Resource>, Map<String, Object>) - Method in class edu.jhu.library.pass.deposit.provider.bagit.BagItPackageProvider
Writes a payload manifest for each checksum supplied in the packager options.
writer - Variable in class edu.jhu.library.pass.deposit.provider.bagit.BagItPackageProvider
Writer for Bag-related files
writeTagfileManifests(DepositSubmission, List<PackageStream.Resource>, Map<String, Object>, Collection<PackageProvider.SupplementalResource>) - Method in class edu.jhu.library.pass.deposit.provider.bagit.BagItPackageProvider
 
writeTagLine(OutputStream, String, String) - Method in class edu.jhu.library.pass.deposit.provider.bagit.BagItWriter
 
B C D E F G H I L O P R S T U V W 
Skip navigation links

Copyright © 2019. All rights reserved.