Interface OrganizationChartService
-
public interface OrganizationChartService
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static OrganizationChartServiceget()OrganizationalChartgetOrganizationChart(AbstractOrganizationChartConfiguration config, String base, OrganizationalChartType type)Gets theOrganizationalChartinstance corresponding the the given parameters.
-
-
-
Method Detail
-
get
static OrganizationChartService get()
-
getOrganizationChart
OrganizationalChart getOrganizationChart(AbstractOrganizationChartConfiguration config, String base, OrganizationalChartType type)
Gets theOrganizationalChartinstance corresponding the the given parameters.- Parameters:
config- the configuration of the requested chart.base- the base from which the organizational chart must be build.type- the organizational chart type.- Returns:
- the built organizational chart.
-
-