Uses of Class
com.evolveum.midpoint.task.api.Node

Packages that use Node
com.evolveum.midpoint.task.api   
com.evolveum.midpoint.task.quartzimpl   
com.evolveum.midpoint.task.quartzimpl.cluster   
com.evolveum.midpoint.web.page.admin.server.dto   
 

Uses of Node in com.evolveum.midpoint.task.api
 

Methods in com.evolveum.midpoint.task.api that return Node
 Node Task.currentlyExecutesAt()
          Returns the node the task is currently executing at, based on real run-time information.
 Node ClusterStatusInformation.findNodeById(String nodeIdentifier)
           
 Node ClusterStatusInformation.findNodeInfoForTask(String oid)
           
 

Methods in com.evolveum.midpoint.task.api that return types with arguments of type Node
 Set<Node> ClusterStatusInformation.getNodes()
           
 Map<Node,List<ClusterStatusInformation.TaskInfo>> ClusterStatusInformation.getTasksOnNodes()
           
 List<Node> TaskManager.searchNodes(ObjectQuery query, ClusterStatusInformation clusterStatusInformation, OperationResult result)
          Returns relevant nodes (w.r.t query and paging specification).
 

Methods in com.evolveum.midpoint.task.api with parameters of type Node
 void ClusterStatusInformation.addNodeAndTaskInfo(Node node, List<ClusterStatusInformation.TaskInfo> taskInfoList)
           
 void ClusterStatusInformation.addNodeInfo(Node node)
           
 List<ClusterStatusInformation.TaskInfo> ClusterStatusInformation.getTasksOnNode(Node node)
           
 

Uses of Node in com.evolveum.midpoint.task.quartzimpl
 

Methods in com.evolveum.midpoint.task.quartzimpl that return Node
 Node TaskQuartzImpl.currentlyExecutesAt()
           
 

Methods in com.evolveum.midpoint.task.quartzimpl that return types with arguments of type Node
 List<Node> TaskManagerQuartzImpl.searchNodes(ObjectQuery query, ClusterStatusInformation clusterStatusInformation, OperationResult parentResult)
           
 

Uses of Node in com.evolveum.midpoint.task.quartzimpl.cluster
 

Methods in com.evolveum.midpoint.task.quartzimpl.cluster with parameters of type Node
 String ClusterManager.dumpNodeInfo(Node nodeInfo)
           
 

Uses of Node in com.evolveum.midpoint.web.page.admin.server.dto
 

Constructors in com.evolveum.midpoint.web.page.admin.server.dto with parameters of type Node
NodeDto(Node node)
           
 



Copyright © 2013 evolveum. All Rights Reserved.