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

nl.renarj.jasdb.service.operations.DataOperation Maven / Gradle / Ivy

There is a newer version: 1.2.1
Show newest version
package nl.renarj.jasdb.service.operations;

import nl.renarj.jasdb.api.SimpleEntity;
import nl.renarj.jasdb.core.exceptions.JasDBStorageException;

public interface DataOperation {
	void doDataOperation(String instanceId, String bag, SimpleEntity entity) throws JasDBStorageException;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy