Package org.fcrepo.kernel.api.operations
Interface RelaxableResourceOperationBuilder
- All Superinterfaces:
ResourceOperationBuilder
- All Known Subinterfaces:
CreateRdfSourceOperationBuilder,RdfSourceOperationBuilder,UpdateNonRdfSourceHeadersOperationBuilder
Builder for operations involving resource with relaxable server managed properties
- Author:
- bbpennel
-
Method Summary
Modifier and TypeMethodDescriptionrelaxedProperties(org.apache.jena.rdf.model.Model model) Set the relaxed managed properties for this resource if the server is in relaxed mode.Methods inherited from interface org.fcrepo.kernel.api.operations.ResourceOperationBuilder
build, userPrincipal
-
Method Details
-
relaxedProperties
Set the relaxed managed properties for this resource if the server is in relaxed mode.- Parameters:
model- rdf of the resource- Returns:
- this builder
-