Interface IALabsTagRpc
public interface IALabsTagRpc
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addTagImpl
(org.python.core.PyObject[] pyArgs, String[] keywords) browseTagsImpl
(org.python.core.PyObject[] pyArgs, String[] keywords) browseTagsSimpleImpl
(org.python.core.PyObject[] pyArgs, String[] keywords) void
editAlarmConfigImpl
(org.python.core.PyObject[] pyArgs, String[] keywords) void
editTagImpl
(org.python.core.PyObject[] pyArgs, String[] keywords) void
editTagsImpl
(org.python.core.PyObject[] pyArgs, String[] keywords) getAlarmStatesImpl
(String tagPath)
-
Method Details
-
addTagImpl
- Throws:
Exception
-
editTagImpl
- Throws:
Exception
-
editTagsImpl
- Throws:
Exception
-
editAlarmConfigImpl
- Throws:
Exception
-
browseTagsImpl
List<BrowseTag> browseTagsImpl(org.python.core.PyObject[] pyArgs, String[] keywords) throws Exception - Throws:
Exception
-
browseTagsSimpleImpl
List<BrowseTag> browseTagsSimpleImpl(org.python.core.PyObject[] pyArgs, String[] keywords) throws Exception - Throws:
Exception
-
getAlarmStatesImpl
- Throws:
Exception
-