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

org.ligoj.app.plugin.prov.model.QuoteInstance Maven / Gradle / Ivy

The newest version!
/*
 * Licensed under MIT (https://github.com/ligoj/ligoj/blob/master/LICENSE)
 */
package org.ligoj.app.plugin.prov.model;

/**
 * Quote instance query.
 */
public interface QuoteInstance extends QuoteVmOs {

	/**
	 * Return Optional built-in software. May be null. When not null a software constraint is
	 * added. WHen null, installed software is also accepted.
	 *
	 * @return Optional built-in software. May be null. When not null a software constraint is
	 *         added. WHen null, installed software is also accepted.
	 */
	String getSoftware();

	/**
	 * Return the requested tenancy, default is "SHARED".
	 *
	 * @return The requested tenancy, default is "SHARED".
	 */
	ProvTenancy getTenancy();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy