Uses of Class
org.dspace.pack.bagit.xml.policy.Policies
-
Packages that use Policies Package Description org.dspace.pack.bagit -
-
Uses of Policies in org.dspace.pack.bagit
Methods in org.dspace.pack.bagit that return Policies Modifier and Type Method Description PoliciesBagBitstream. getPolicies()Get the policy for aBitstreamPoliciesPackagedBitstream. getPolicies()static PoliciesBagItPolicyUtil. getPolicy(org.dspace.core.Context context, org.dspace.content.DSpaceObject dso)Create aPolicyfor aDSpaceObjectPoliciesBagItAipReader. readPolicy()Read the policy.xml file located in a bags data directoryMethods in org.dspace.pack.bagit with parameters of type Policies Modifier and Type Method Description static voidBagItPolicyUtil. registerPolicies(org.dspace.core.Context context, org.dspace.content.DSpaceObject dSpaceObject, Policies policies)Register all policies found fromgetPolicies()by mapping them to a newResourcePolicy.BagItAipWriterBagItAipWriter. withPolicies(Policies policies)Constructors in org.dspace.pack.bagit with parameters of type Policies Constructor Description BagBitstream(String fetchUrl, org.dspace.content.Bitstream bitstream, String bundle, Policies policies, Metadata metadata)ABitstreamwhich is to be fetched rather than added to a BagIt bagBagBitstream(org.dspace.content.Bitstream bitstream, String bundle, Policies policies, Metadata metadata)Information for aBitstreamwhich is to be packaged directly in a BagIt bagPackagedBitstream(String bundle, Path bitstream, Metadata metadata, Policies policies)Constructor for bitstreams packaged in a BagIt AIP
-