Package org.projectnessie.services.rest
Class RestTreeService
- java.lang.Object
-
- org.projectnessie.services.impl.BaseApiImpl
-
- org.projectnessie.services.impl.TreeApiImpl
-
- org.projectnessie.services.rest.RestTreeService
-
- All Implemented Interfaces:
org.projectnessie.services.spi.TreeService
@RequestScoped @RequestScoped @ValidateOnExecution(type=ALL) @ValidateOnExecution(type=ALL) public class RestTreeService extends org.projectnessie.services.impl.TreeApiImpl
-
-
Constructor Summary
Constructors Constructor Description RestTreeService()RestTreeService(org.projectnessie.services.config.ServerConfig config, org.projectnessie.versioned.VersionStore store, org.projectnessie.services.authz.Authorizer authorizer, java.util.function.Supplier<java.security.Principal> principal)
-
Method Summary
-
Methods inherited from class org.projectnessie.services.impl.TreeApiImpl
assignReference, commitMultipleOperations, createReference, deleteReference, filterEntries, fromKey, getAllReferences, getCommitLog, getDefaultBranch, getEntries, getReferenceByName, mergeRefIntoBranch, toKey, toOp, transplantCommitsIntoBranch
-
-
-
-
Constructor Detail
-
RestTreeService
public RestTreeService()
-
RestTreeService
@Inject @Inject public RestTreeService(org.projectnessie.services.config.ServerConfig config, org.projectnessie.versioned.VersionStore store, org.projectnessie.services.authz.Authorizer authorizer, java.util.function.Supplier<java.security.Principal> principal)
-
-