Uses of Class
org.fcrepo.client.PostBuilder
-
-
Uses of PostBuilder in org.fcrepo.client
Subclasses of PostBuilder in org.fcrepo.client Modifier and Type Class Description classHistoricMementoBuilderBuilds a POST request for creating a memento (LDPRm) with the state given in the request body and the datetime given in the Memento-Datetime request header.Methods in org.fcrepo.client that return PostBuilder Modifier and Type Method Description PostBuilderPostBuilder. addHeader(String name, String value)PostBuilderPostBuilder. addInteractionModel(String interactionModelUri)PostBuilderPostBuilder. addLinkHeader(FcrepoLink linkHeader)PostBuilderPostBuilder. body(File file, String contentType)PostBuilderPostBuilder. body(InputStream stream)PostBuilderPostBuilder. body(InputStream stream, String contentType)PostBuilderPostBuilder. digest(String digest)Deprecated.PostBuilderPostBuilder. digest(String digest, String alg)PostBuilderPostBuilder. digestMd5(String digest)PostBuilderPostBuilder. digestSha1(String digest)PostBuilderPostBuilder. digestSha256(String digest)PostBuilderPostBuilder. externalContent(URI contentURI, String contentType, String handling)PostBuilderPostBuilder. filename(String filename)Provide a content disposition header which will be used as the filenamePostBuilderPostBuilder. linkAcl(String aclUri)PostBuilderFcrepoClient. post(URI url)Make a POST request to create a new resource within an LDP container.PostBuilderPostBuilder. slug(String slug)Provide a suggested name for the new child resource, which the repository may ignore.
-