|
Public Types |
typedef sequence< long > | long_sequence |
Public Member Functions |
AlarmSequence | getActiveMultiplicityChildren (in string parentId) |
AlarmSequence | getActiveNodeChildren (in string parentId) |
Alarm | getAlarmById (in string id) |
Alarm | getAlarmByTriplet (in string ff, in string fm, in long fc) |
AlarmSequence | getAlarmsByCategory (in long categoryId) |
AlarmSequence | getAlarmsByPriority (in long priority) |
AlarmSequence | getAlarmsByResponsiblePerson (in long responsibleId) |
AlarmSequence | getAlarmsBySource (in string sourceId) |
CategorySequence | getCategories () |
Category | getCategoryByPath (in string path) |
CategorySequence | getCategoryChildren (in long nodeId) |
Category | getCategoryParent (in long nodeId) |
string | getCategoryRootTopic () |
string | getHeartbeatTopic () |
long long | getHeartbeatFrequency () |
Category | getCategoryTreeRoot () |
string | getClientRootTopic () |
string | getSearchRootTopic () |
AlarmSequence | getMultiplicityChildren (in string parentId) |
AlarmSequence | getMultiplicityParents (in string childId) |
long | getMultiplicityThreshold (in string parentId) |
AlarmSequence | getNodeChildren (in string parentId) |
AlarmSequence | getNodeParents (in string childId) |
ResponsiblePersonSequence | getResponsiblePersons () |
SourceSequence | getSources () |
void | select (in long_sequence categoryIds, in string client) raises (LaserProcessingException) |
void | search (in long_sequence categoryIds, in string sql, in string clientId) |
void | archiveSearch (in long_sequence categoryIds, in string sql, in string clientId) |
string | createAdminUser (in string name, in string password) raises (LaserDefinitionException) |
string | loginAdminUser (in string name, in string password) |
void | createCategory (in string userId, in CategoryDefinition definition) raises (LaserDefinitionException) |
void | createSource (in string userId, in SourceDefinition definition) raises (LaserDefinitionException) |
void | createAlarm (in string userId, in AlarmDefinition definition) raises (LaserDefinitionException) |