All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.yestech.publish.objectmodel.episodic.IEpisodicArtifactPersister Maven / Gradle / Ivy

Go to download

Framework to publish ascii or binary data to different sources. Currently Episodic, Bitgravity, Local, Cloudfs, and S3 are supported

There is a newer version: 1.1.0
Show newest version
package org.yestech.publish.objectmodel.episodic;

/**
 * Provides a way to save information about an episodic artifact.
 *
 *
 * @author A.J. Wright
 */
public interface IEpisodicArtifactPersister {

    void save(IEpisodicArtifact episodicArtifact);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy