Class DefaultOrphanedMediaService

All Implemented Interfaces:
OrphanedMediaService, Serializable, org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanNameAware, org.springframework.beans.factory.InitializingBean

public class DefaultOrphanedMediaService extends AbstractBusinessService implements OrphanedMediaService
Default implementation of OrphanedMediaService. Searches for orphaned media files and processes them using configured OrphanedFilesHandler.
See Also: