Service

Table of Contents

Classes

ConfigurationService
Resources can contain configurations: For example to define image dimensions or image masking. Resource configurations form part of the object identity and are used to create an object signature that itself is used to cache objects but NOT to reconstruct them. To prevent objects to be reconstructed they MUST NOT be serialized. This is why an object signature is obtained by serializing its array rather than serializing it directly. But attention...as well the objects array MUST NOT contain resource objects which could be the case when a configuration defines image masking. Here this service comes into play: it serializes any object configuration, as well those containing resources.
ExtractorService
Service class to extract metadata
FileProcessingService
This is a general service for creating Processed Files a.k.a. processing a File object with a given configuration.
ImageProcessingService
Disables deferred processing and actually processes a preprocessed processed file

        
On this page

Search results