Uses of Class
org.netxms.client.objects.AgentPolicy
-
Packages that use AgentPolicy Package Description org.netxms.client org.netxms.client.objects -
-
Uses of AgentPolicy in org.netxms.client
Methods in org.netxms.client that return AgentPolicy Modifier and Type Method Description AgentPolicyNXCSession. getAgentPolicy(long templateId, UUID policyGUID)Get agent policy by template id and GUIDMethods in org.netxms.client that return types with arguments of type AgentPolicy Modifier and Type Method Description HashMap<UUID,AgentPolicy>NXCSession. getAgentPolicyList(long templateId)Returns agent policy listMethods in org.netxms.client with parameters of type AgentPolicy Modifier and Type Method Description UUIDNXCSession. savePolicy(long templateId, AgentPolicy currentlySelectedElement, boolean duplicate)Saves new or updated policy -
Uses of AgentPolicy in org.netxms.client.objects
Methods in org.netxms.client.objects with parameters of type AgentPolicy Modifier and Type Method Description voidAgentPolicy. update(AgentPolicy object)Constructors in org.netxms.client.objects with parameters of type AgentPolicy Constructor Description AgentPolicy(AgentPolicy policy)
-