Package org.fcrepo.kernel.api.operations
Interface ResourceOperationBuilder
- All Known Subinterfaces:
CreateNonRdfSourceOperationBuilder,CreateRdfSourceOperationBuilder,CreateVersionResourceOperationBuilder,NonRdfSourceOperationBuilder,RdfSourceOperationBuilder,RelaxableResourceOperationBuilder,UpdateNonRdfSourceHeadersOperationBuilder
public interface ResourceOperationBuilder
A builder for constructing resource operations
- Author:
- bbpennel
-
Method Summary
Modifier and TypeMethodDescriptionbuild()Build the ResourceOperation constructed by this builderuserPrincipal(String userPrincipal) Set the principal for the user performing the operation
-
Method Details
-
userPrincipal
Set the principal for the user performing the operation- Parameters:
userPrincipal- user principal- Returns:
- this builder
-
build
Build the ResourceOperation constructed by this builder- Returns:
- the constructed operation
-