Package ch.tocco.nice2.dms.impl.content
Class SizeEvaluationServiceImpl
java.lang.Object
ch.tocco.nice2.dms.impl.content.SizeEvaluationServiceImpl
- All Implemented Interfaces:
SizeEvaluationService
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionlong
evaluateResourceSize
(Entity binaryEntity) Evaluates the size of a resource
-
Constructor Details
-
SizeEvaluationServiceImpl
-
-
Method Details
-
evaluateResourceSize
Description copied from interface:SizeEvaluationService
Evaluates the size of a resource- Specified by:
evaluateResourceSize
in interfaceSizeEvaluationService
- Parameters:
binaryEntity
- Resource_content entity- Returns:
- the size of the resource or 0
-