Package org.cyclos.impl.storage
Interface SaveStoredFileContentAction
-
- All Superinterfaces:
StoredFileContentAction
- All Known Implementing Classes:
DelayedSaveStoredFileContentAction,NoOpStoredFileContentAction
public interface SaveStoredFileContentAction extends StoredFileContentAction
StoredFileContentActioncontaining the metadata of a new stored content.- See Also:
StoredFileContentManager#store(org.cyclos.server.utils.SerializableInputStream)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Stringkey()Return unique String representing the new stored content (commonly a string representation of the metadata).Objectmetadata()The metadata format depends on the content manager's implementation.-
Methods inherited from interface org.cyclos.impl.storage.StoredFileContentAction
cancel, confirm
-
-