Package org.projectnessie.services.impl
Class RefLogApiImpl
- java.lang.Object
-
- org.projectnessie.services.impl.BaseApiImpl
-
- org.projectnessie.services.impl.RefLogApiImpl
-
- All Implemented Interfaces:
RefLogService
public class RefLogApiImpl extends BaseApiImpl implements RefLogService
-
-
Field Summary
-
Fields inherited from class org.projectnessie.services.impl.BaseApiImpl
ACCESS_CHECK_BATCH_SIZE
-
-
Constructor Summary
Constructors Constructor Description RefLogApiImpl(ServerConfig config, org.projectnessie.versioned.VersionStore store, Authorizer authorizer, java.util.function.Supplier<java.security.Principal> principal)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.projectnessie.model.RefLogResponsegetRefLog(java.lang.String startHashString, java.lang.String endHashString, java.lang.String filter, java.lang.Integer maxRecords, java.lang.String pageToken)-
Methods inherited from class org.projectnessie.services.impl.BaseApiImpl
commitMetaUpdate, createAccessContext, getAuthorizer, getConfig, getPrincipal, getStore, startAccessCheck
-
-
-
-
Constructor Detail
-
RefLogApiImpl
public RefLogApiImpl(ServerConfig config, org.projectnessie.versioned.VersionStore store, Authorizer authorizer, java.util.function.Supplier<java.security.Principal> principal)
-
-
Method Detail
-
getRefLog
public org.projectnessie.model.RefLogResponse getRefLog(java.lang.String startHashString, java.lang.String endHashString, java.lang.String filter, java.lang.Integer maxRecords, java.lang.String pageToken) throws org.projectnessie.error.NessieNotFoundException- Specified by:
getRefLogin interfaceRefLogService- Throws:
org.projectnessie.error.NessieNotFoundException
-
-