Uses of Class
org.fcrepo.persistence.common.ResourceHeadersImpl
-
Packages that use ResourceHeadersImpl Package Description org.fcrepo.persistence.common org.fcrepo.persistence.ocfl.impl -
-
Uses of ResourceHeadersImpl in org.fcrepo.persistence.common
Methods in org.fcrepo.persistence.common that return ResourceHeadersImpl Modifier and Type Method Description static ResourceHeadersImplResourceHeaderUtils. newResourceHeaders(FedoraId parentId, FedoraId fedoraId, String interactionModel)Construct and populate minimal headers expected for a new resourceMethods in org.fcrepo.persistence.common with parameters of type ResourceHeadersImpl Modifier and Type Method Description static voidResourceHeaderUtils. populateBinaryHeaders(ResourceHeadersImpl headers, String mimetype, String filename, long filesize, Collection<URI> digests)Populate general binary resource headersstatic voidResourceHeaderUtils. populateExternalBinaryHeaders(ResourceHeadersImpl headers, String externalUrl, String externalHandling)Populate external binary related headersstatic voidResourceHeaderUtils. touchCreationHeaders(ResourceHeadersImpl headers, String userPrincipal)Update creation headers to the current statestatic voidResourceHeaderUtils. touchCreationHeaders(ResourceHeadersImpl headers, String userPrincipal, Instant createdDate)Update creation headers to the current state.static voidResourceHeaderUtils. touchMementoCreateHeaders(ResourceHeadersImpl headers)static voidResourceHeaderUtils. touchMementoCreateHeaders(ResourceHeadersImpl headers, Instant versionDate)Update the mementoCreatedDate headerstatic voidResourceHeaderUtils. touchModificationHeaders(ResourceHeadersImpl headers, String userPrincipal)Update modification headers to the current statestatic voidResourceHeaderUtils. touchModificationHeaders(ResourceHeadersImpl headers, String userPrincipal, Instant modifiedDate)Update modification headers to the current state -
Uses of ResourceHeadersImpl in org.fcrepo.persistence.ocfl.impl
Methods in org.fcrepo.persistence.ocfl.impl that return ResourceHeadersImpl Modifier and Type Method Description ResourceHeadersImplResourceHeadersAdapter. asKernelHeaders()Constructors in org.fcrepo.persistence.ocfl.impl with parameters of type ResourceHeadersImpl Constructor Description ResourceHeadersAdapter(ResourceHeadersImpl kernelHeaders)
-