Uses of Class
org.netxms.client.server.AgentFile
-
Packages that use AgentFile Package Description org.netxms.client org.netxms.client.server -
-
Uses of AgentFile in org.netxms.client
Methods in org.netxms.client that return types with arguments of type AgentFile Modifier and Type Method Description List<AgentFile>NXCSession. listAgentFiles(AgentFile file, String fullPath, long objectId)List files on agent file store.Methods in org.netxms.client with parameters of type AgentFile Modifier and Type Method Description AgentFileInfoNXCSession. getAgentFileInfo(AgentFile file)Return information about agent fileList<AgentFile>NXCSession. listAgentFiles(AgentFile file, String fullPath, long objectId)List files on agent file store. -
Uses of AgentFile in org.netxms.client.server
Methods in org.netxms.client.server that return AgentFile Modifier and Type Method Description AgentFileAgentFile. getParent()Methods in org.netxms.client.server that return types with arguments of type AgentFile Modifier and Type Method Description List<AgentFile>AgentFile. getChildren()Methods in org.netxms.client.server with parameters of type AgentFile Modifier and Type Method Description voidAgentFile. addChield(AgentFile chield)voidAgentFile. removeChield(AgentFile chield)voidAgentFile. setParent(AgentFile parent)Method parameters in org.netxms.client.server with type arguments of type AgentFile Modifier and Type Method Description voidAgentFile. setChildren(List<AgentFile> children)Constructors in org.netxms.client.server with parameters of type AgentFile Constructor Description AgentFile(String name, int fileType, AgentFile parent, long nodeId)Constructor for AgentFileAgentFile(org.netxms.base.NXCPMessage msg, long baseId, AgentFile parent, long nodeId)Create server file object from NXCP message.AgentFile(AgentFile src)Copy constructor for agent file
-