public interface SfcRpcFunctions extends SfcScriptingFunctions
| Modifier and Type | Method and Description |
|---|---|
java.util.List<RecordingMeta> |
browseRecordings(java.util.Date start,
java.util.Date end,
java.lang.String chartPathFilter,
java.lang.String instanceUuidFilter)
Returns information about recordings that match the provided filters.
|
com.google.common.base.Optional<ChartStatus> |
getChartStatus(java.util.UUID instanceId,
boolean includeModel)
Get the
ChartStatus of a chart. |
EventTimeline |
loadRecording(java.lang.String file) |
cancelChart, debugResume, debugStep, getRunningCharts, getRunningCharts, getVariables, pauseChart, redundantCheckpoint, resumeChart, setVariables, setVariables, startChartcom.google.common.base.Optional<ChartStatus> getChartStatus(java.util.UUID instanceId, boolean includeModel)
ChartStatus of a chart.instanceId - the instance id of the chart.includeModel - if true, include the ChartUIModel in the ChartStatus.ChartStatus.java.util.List<RecordingMeta> browseRecordings(java.util.Date start, java.util.Date end, java.lang.String chartPathFilter, java.lang.String instanceUuidFilter)
chartPathFilter - a string that will be used to match the chart path of the recording.EventTimeline loadRecording(java.lang.String file) throws java.lang.Exception
java.lang.Exception