Package fr.becpg.repo.entity.version
Interface VersionCleanerService
- All Known Implementing Classes:
VersionCleanerServiceImpl
public interface VersionCleanerService
VersionCleanerService interface.
- Author:
- matthieu
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intConstantMAX_PROCESSED_NODES=5 -
Method Summary
Modifier and TypeMethodDescriptionbooleancleanVersions(int maxProcessedNdoes, String path) cleanVersions.voidcleanVersionStore.
-
Field Details
-
MAX_PROCESSED_NODES
static final int MAX_PROCESSED_NODESConstantMAX_PROCESSED_NODES=5- See Also:
-
-
Method Details
-
cleanVersions
cleanVersions.
- Parameters:
maxProcessedNdoes- a intpath- aStringobject- Returns:
- a boolean
-
cleanVersionStore
void cleanVersionStore()cleanVersionStore.
-