Package org.cyclos.impl.storage
-
Interface Summary Interface Description SaveStoredFileContentAction StoredFileContentActioncontaining the metadata of a new stored content.StoredFileContentAction This interface represents a pending action made through theStoredFileContentManagerthat must be either confirmed or canceled.StoredFileContentManager Custom interface for the management ofStoredFile's contents.
You can create a new implementation of this interface and configure it in the cyclos.properties if you want to use your own storage different from those offered out of the box: database, file and Amazon S3.
This interface is not intended to be used directly from the services, instead the services will interact through theStoredFileHandler.StoredFileHandler Handler used to manageStoredFileentities and its content.