org.usergrid.management.ApplicationCreator Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of usergrid-services Show documentation
Show all versions of usergrid-services Show documentation
Service layer for Usergrid system.
package org.usergrid.management;
import org.usergrid.management.exceptions.ApplicationCreationException;
/**
* Methods for marshalling application creation logic
*
* @author zznate
*/
public interface ApplicationCreator {
ApplicationInfo createSampleFor(OrganizationInfo organizationInfo)
throws ApplicationCreationException;
}