Modifier and Type | Method and Description |
---|---|
void |
Session.connect()
Connect to the server.
|
int |
Session.createMappingTable(String name,
String description,
int flags)
Create new mapping table.
|
void |
Session.deleteMappingTable(int id)
Delete mapping table
|
String |
Session.getAttributeForCurrentUser(String name)
Get custom attribute for currently logged in user.
|
MappingTable |
Session.getMappingTable(int id) |
List<MappingTableDescriptor> |
Session.listMappingTables()
Get list of all configured mapping tables.
|
void |
Session.setAttributeForCurrentUser(String name,
String value)
Set custom attribute for currently logged in user.
|
int |
Session.updateMappingTable(MappingTable table)
Create or update mapping table.
|
org.netxms.base.NXCPMessage |
Session.waitForMessage(int code,
long id)
Wait for message with specific code and id.
|
org.netxms.base.NXCPMessage |
Session.waitForMessage(int code,
long id,
int timeout)
Wait for message with specific code and id.
|
org.netxms.base.NXCPMessage |
Session.waitForRCC(long id)
Wait for CMD_REQUEST_COMPLETED message with given id using default timeout
|
org.netxms.base.NXCPMessage |
Session.waitForRCC(long id,
int timeout)
Wait for CMD_REQUEST_COMPLETED message with given id
|
Modifier and Type | Method and Description |
---|---|
LibraryImage |
ImageLibraryManager.createImage(LibraryImage image,
ProgressListener listener) |
void |
ImageLibraryManager.deleteImage(LibraryImage image) |
LibraryImage |
ImageLibraryManager.getImage(UUID guid) |
List<LibraryImage> |
ImageLibraryManager.getImageLibrary() |
List<LibraryImage> |
ImageLibraryManager.getImageLibrary(String category) |
void |
ImageLibraryManager.modifyImage(LibraryImage image,
ProgressListener listener) |
Modifier and Type | Method and Description |
---|---|
void |
ReportingServerManager.deleteReportResult(UUID reportId,
UUID jobId) |
void |
ReportingServerManager.deleteReportSchedule(UUID reportId,
UUID jobId) |
UUID |
ReportingServerManager.executeReport(UUID reportId,
Map<String,String> parameters) |
ReportDefinition |
ReportingServerManager.getReportDefinition(UUID reportId) |
List<ReportResult> |
ReportingServerManager.listReportResults(UUID reportId) |
List<UUID> |
ReportingServerManager.listReports() |
List<ReportingJob> |
ReportingServerManager.listScheduledJobs(UUID reportId) |
File |
ReportingServerManager.renderReport(UUID reportId,
UUID jobId,
ReportRenderFormat format) |
void |
ReportingServerManager.scheduleReport(ReportingJob reportingJob,
Map<String,String> parameters) |
Modifier and Type | Method and Description |
---|---|
void |
ScriptLibraryManager.deleteScript(long scriptId)
Delete script from library
|
Script |
ScriptLibraryManager.getScript(long scriptId)
Get script from library
|
List<Script> |
ScriptLibraryManager.getScriptLibrary()
Get list of all scripts in script library.
|
long |
ScriptLibraryManager.modifyScript(long scriptId,
String name,
String source)
Modify script.
|
void |
ScriptLibraryManager.renameScript(long scriptId,
String name)
Rename script in script library.
|
Modifier and Type | Method and Description |
---|---|
void |
ServerManager.deleteServerVariable(String name)
Delete server configuration variable.
|
Map<String,ServerVariable> |
ServerManager.getServerVariables()
Get server configuration variables.
|
void |
ServerManager.setServerVariable(String name,
String value)
Set server configuration variable.
|
Modifier and Type | Method and Description |
---|---|
long |
UserManager.createUser(String name)
Create user on server
|
long |
UserManager.createUserGroup(String name)
Create user group on server
|
void |
UserManager.deleteUserDBObject(long id)
Delete user or group on server
|
void |
UserManager.lockUserDatabase()
Lock user database
|
void |
UserManager.modifyUserDBObject(AbstractUserObject object)
Modify user database object
|
void |
UserManager.modifyUserDBObject(AbstractUserObject object,
int fields)
Modify user database object
|
void |
UserManager.setUserPassword(long id,
String newPassword,
String oldPassword)
Set password for user
|
void |
UserManager.syncUserDatabase()
Synchronize user database
|
void |
UserManager.unlockUserDatabase()
Unlock user database
|
Copyright © 2014. All rights reserved.