| Package | Description |
|---|---|
| com.almworks.structure.gantt.api.gantt |
| Modifier and Type | Method and Description |
|---|---|
GanttChart |
GanttChartManager.createGanttChart(long structureId,
java.time.LocalDate startDate)
Creates a new Gantt chart with the specified parameters.
|
GanttChart |
GanttChartManager.createGanttChart(long structureId,
long configId,
java.time.LocalDate startDate,
String name)
Creates a new Gantt chart with the specified parameters.
|
GanttChart |
GanttChartManager.createGanttChart(long structureId,
String configName,
java.time.LocalDate startDate,
String name)
Creates a new Gantt chart with the specified parameters.
|
List<GanttChart> |
GanttChartManager.getAllGanttCharts()
Retrieves a list of all existing Gantt charts.
|
GanttChart |
GanttChartManager.getGanttChart(long ganttId)
Retrieves a Gantt chart by its id.
|
GanttChart |
GanttChartManager.getGanttChartByStructureId(long structureId)
Retrieves a Gantt chart by structure id.
|
List<GanttChart> |
GanttChartManager.getGanttChartsByName(String name)
Retrieves a list of Gantt charts with the specified name.
|
void |
GanttChartManager.removeGanttChart(long ganttId)
Removes a Gantt chart by its id.
|
GanttChart |
GanttChartUpdateBuilder.update()
Updates Gantt chart with modified properties.
|
Copyright © 2024 ALMWorks. All Rights Reserved.