Package ch.tocco.nice2.dms.impl.bind
Class BinaryEntityServiceValuePostProcessorTypeAdapter
java.lang.Object
ch.tocco.nice2.dms.impl.bind.BinaryEntityServiceValuePostProcessorTypeAdapter
- All Implemented Interfaces:
EntityServiceValuePostProcessorTypeAdapter
@Component
public class BinaryEntityServiceValuePostProcessorTypeAdapter
extends Object
implements EntityServiceValuePostProcessorTypeAdapter
Handles binary fields (and it's subtypes) in data-binding (server → client).
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
-
Constructor Summary
ConstructorDescriptionBinaryEntityServiceValuePostProcessorTypeAdapter
(ContentTreeService contentTreeService, SecurityManager securityManager, UriResolver uriResolver, EntityDocumentsService entityDocumentsService, L10N l10N, org.slf4j.Logger log) -
Method Summary
-
Constructor Details
-
BinaryEntityServiceValuePostProcessorTypeAdapter
public BinaryEntityServiceValuePostProcessorTypeAdapter(ContentTreeService contentTreeService, SecurityManager securityManager, UriResolver uriResolver, EntityDocumentsService entityDocumentsService, L10N l10N, org.slf4j.Logger log)
-
-
Method Details
-
process
public TypedValue process(TypedValue value, Entity baseEntity, String rawPath) throws PersistException - Specified by:
process
in interfaceEntityServiceValuePostProcessorTypeAdapter
- Throws:
PersistException
-