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

prerna.io.connector.IConnectorIOp Maven / Gradle / Ivy

There is a newer version: 4.2.2
Show newest version
package prerna.io.connector;

import java.util.Hashtable;

import prerna.auth.User;

public interface IConnectorIOp {
	
	// basic operations the users do
	
	// profile
	
	// get a list of files or items
	
	// select something from the list
	
	// get content of the selected item from the list
	
	// create a new item with content
	
	// update the content of the item
	
	// delete the content of the item 
	
	public Object execute(User user, Hashtable params);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy