public interface ChartModuleService extends FlowCentralService
| Modifier and Type | Method and Description |
|---|---|
Chart |
findChart(Long chartId)
Finds chart by ID.
|
List<Long> |
findChartIdList(String applicationName)
Finds chart ID list for application.
|
List<Chart> |
findCharts(ChartQuery query)
Finds charts by criteria.
|
List<ChartSnapshot> |
findChartSnapshots(ChartSnapshotQuery query)
Finds snapshots by criteria.
|
ChartDef |
getChartDef(String chartName)
Gets a chart definition.
|
ChartSnapshotDef |
getChartSnapshotDef(String snapshotName)
Gets a chart snapshot definition.
|
boolean |
isChartSnapshotExist(String snapshotName)
Checks if chart snapshot exists.
|
void |
saveChartSnapshot(ChartSnapshot chartSnapshot)
Saves a chart snapshot.
|
List<Chart> findCharts(ChartQuery query) throws com.tcdng.unify.core.UnifyException
query - the query objectcom.tcdng.unify.core.UnifyException - if an error occursChart findChart(Long chartId) throws com.tcdng.unify.core.UnifyException
chartId - the chart IDcom.tcdng.unify.core.UnifyException - if chart with ID is not found. If an error occursList<Long> findChartIdList(String applicationName) throws com.tcdng.unify.core.UnifyException
applicationName - the application namecom.tcdng.unify.core.UnifyException - if an error occursList<ChartSnapshot> findChartSnapshots(ChartSnapshotQuery query) throws com.tcdng.unify.core.UnifyException
query - the query objectcom.tcdng.unify.core.UnifyException - if an error occursChartDef getChartDef(String chartName) throws com.tcdng.unify.core.UnifyException
chartName - the chart long namecom.tcdng.unify.core.UnifyException - if an error occursChartSnapshotDef getChartSnapshotDef(String snapshotName) throws com.tcdng.unify.core.UnifyException
snapshotName - the snapshot namecom.tcdng.unify.core.UnifyException - if an error occursboolean isChartSnapshotExist(String snapshotName) throws com.tcdng.unify.core.UnifyException
snapshotName - the snapshot namecom.tcdng.unify.core.UnifyException - if an error occursvoid saveChartSnapshot(ChartSnapshot chartSnapshot) throws com.tcdng.unify.core.UnifyException
chartSnapshot - the snapshot to savecom.tcdng.unify.core.UnifyException - if an error occursCopyright © 2022. All rights reserved.