Package ch.tocco.nice2.dms.api.content
Interface SizeEvaluationService
- All Known Implementing Classes:
SizeEvaluationServiceImpl
public interface SizeEvaluationService
Service for evaluating the size of a folders or resources
-
Method Summary
Modifier and TypeMethodDescriptionlong
evaluateResourceSize
(Entity binaryEntity) Evaluates the size of a resource
-
Method Details
-
evaluateResourceSize
Evaluates the size of a resource- Parameters:
binaryEntity
- Resource_content entity- Returns:
- the size of the resource or 0
-