Uses of Class
org.ligoj.app.plugin.req.squash.SquashProject
-
-
Uses of SquashProject in org.ligoj.app.plugin.req.squash
Methods in org.ligoj.app.plugin.req.squash that return SquashProject Modifier and Type Method Description protected SquashProjectSquashPluginResource. getProject(Map<String,String> parameters, int id)Return Squash project from its identifier.protected SquashProjectSquashPluginResource. validateProject(Map<String,String> parameters)Validate the project connectivity.Methods in org.ligoj.app.plugin.req.squash that return types with arguments of type SquashProject Modifier and Type Method Description List<SquashProject>SquashPluginResource. findAllByName(String node, String criteria)Search the Squash TM the projects matching to the given criteria.protected List<SquashProject>SquashPluginResource. getProjects(Map<String,String> parameters)Return all Squash TM projects without limit.protected List<SquashProject>SquashPluginResource. getProjectsDataTables(Map<String,String> parameters, String criteria)Return all Squash TM projects without limit and an optional criteria.
-