Package | Description |
---|---|
org.netxms.client | |
org.netxms.client.server |
Modifier and Type | Method and Description |
---|---|
ServerFile[] |
NXCSession.listAgentFiles(ServerFile file,
String fullPath,
long objectId)
List files on agent file store.
|
ServerFile[] |
NXCSession.listServerFiles()
List files in server's file store.
|
ServerFile[] |
NXCSession.listServerFiles(String[] filter)
List files in server's file store.
|
Modifier and Type | Method and Description |
---|---|
ServerFile[] |
NXCSession.listAgentFiles(ServerFile file,
String fullPath,
long objectId)
List files on agent file store.
|
Modifier and Type | Method and Description |
---|---|
ServerFile[] |
ServerFile.getChildren() |
ServerFile |
ServerFile.getParent() |
Modifier and Type | Method and Description |
---|---|
void |
ServerFile.addChield(ServerFile chield) |
void |
ServerFile.removeChield(ServerFile chield) |
void |
ServerFile.setChildren(ServerFile[] children) |
void |
ServerFile.setParent(ServerFile parent) |
Constructor and Description |
---|
ServerFile(org.netxms.base.NXCPMessage msg,
long baseId,
ServerFile parent,
long nodeId)
Create server file object from NXCP message.
|
ServerFile(String name,
int fileType,
ServerFile parent,
long nodeId) |
Copyright © 2015. All rights reserved.