Package com.inductiveautomation.sfc.rpc
Interface SfcRpcFunctions
- All Superinterfaces:
- SfcScriptingFunctions
- 
Method SummaryModifier and TypeMethodDescriptionbrowseRecordings(Date start, Date end, String chartPathFilter, String instanceUuidFilter) Returns information about recordings that match the provided filters.getChartStatus(UUID instanceId, boolean includeModel) Get theChartStatusfor a chart.loadRecording(String file) Methods inherited from interface com.inductiveautomation.sfc.scripting.SfcScriptingFunctionscancelChart, debugResume, debugStep, getRunningCharts, getRunningCharts, getVariables, pauseChart, redundantCheckpoint, resumeChart, setVariables, setVariables, startChart, startChart
- 
Method Details- 
getChartStatusGet theChartStatusfor a chart.- Parameters:
- instanceId- the instance id of the chart.
- includeModel- if- true, include the- ChartUIModelin the- ChartStatus.
- Returns:
- the ChartStatus, ornullif no chart forinstanceIdexists.
 
- 
browseRecordingsList<RecordingMeta> browseRecordings(Date start, Date end, String chartPathFilter, String instanceUuidFilter) Returns information about recordings that match the provided filters. If a filter parameter is null it is not used.- Parameters:
- chartPathFilter- a string that will be used to match the chart path of the recording.
 
- 
loadRecording- Throws:
- Exception
 
 
-