Uses of Class
org.cip4.jdflib.node.NodeIdentifier

Packages that use NodeIdentifier
org.cip4.jdflib.ifaces   
org.cip4.jdflib.jmf   
org.cip4.jdflib.node   
org.cip4.jdflib.resource   
org.cip4.jdflib.util   
 

Uses of NodeIdentifier in org.cip4.jdflib.ifaces
 

Methods in org.cip4.jdflib.ifaces that return NodeIdentifier
 NodeIdentifier INodeIdentifiable.getIdentifier()
           
 

Methods in org.cip4.jdflib.ifaces with parameters of type NodeIdentifier
 void INodeIdentifiable.setIdentifier(NodeIdentifier ni)
           
 

Uses of NodeIdentifier in org.cip4.jdflib.jmf
 

Methods in org.cip4.jdflib.jmf that return NodeIdentifier
 NodeIdentifier JDFStatusQuParams.getIdentifier()
          gets the NodeIdetifier that matches this
 NodeIdentifier JDFResourceQuParams.getIdentifier()
          gets the NodeIdetifier that matches this
 NodeIdentifier JDFResourceCmdParams.getIdentifier()
          gets the NodeIdetifier that matches this
 NodeIdentifier JDFRequestQueueEntryParams.getIdentifier()
          gets the NodeIdetifier that matches this
 NodeIdentifier JDFQueueFilter.getIdentifier()
           
 NodeIdentifier JDFQueueEntry.getIdentifier()
          gets the NodeIdetifier that matches this
 NodeIdentifier JDFNewJDFQuParams.getIdentifier()
           
 NodeIdentifier JDFJobPhase.getIdentifier()
          gets the NodeIdetifier that matches this
 NodeIdentifier JDFIDInfo.getIdentifier()
           
 NodeIdentifier JDFRequestQueueEntryParams.getNodeIdentifier()
          Deprecated. use getIdentifier
 

Methods in org.cip4.jdflib.jmf with parameters of type NodeIdentifier
 JDFJMF JMFBuilder.buildRequestQueueEntry(String queueURL, NodeIdentifier nid)
          build a JMF RequestQueueEntry command
default: JMFFactory.buildRequestQueueEntry(theQueueURL,null)
 JDFQueueEntry JDFQueue.getQueueEntry(NodeIdentifier nodeID, int nSkip)
          Find a queueEntry by NodeIdentifier (jobid, jobpartid, part)
note that you may want to use the generic getChildByTagName with the appropriate attribute map, if you have more information available
 VElement JDFQueue.getQueueEntryVector(NodeIdentifier nid)
          Get a vector of queueentry elements that matches a given nodeidentifier
 boolean JDFQueueEntry.matchesNodeIdentifier(NodeIdentifier ni)
          return true if this qe matches the input node identifier
 void JDFStatusQuParams.setIdentifier(NodeIdentifier ni)
           
 void JDFResourceQuParams.setIdentifier(NodeIdentifier ni)
           
 void JDFResourceCmdParams.setIdentifier(NodeIdentifier ni)
           
 void JDFRequestQueueEntryParams.setIdentifier(NodeIdentifier ni)
           
 void JDFQueueFilter.setIdentifier(NodeIdentifier ni)
           
 void JDFQueueEntry.setIdentifier(NodeIdentifier ni)
          gets the NodeIdentifier that matches this
 void JDFNewJDFQuParams.setIdentifier(NodeIdentifier ni)
           
 void JDFJobPhase.setIdentifier(NodeIdentifier ni)
           
 void JDFIDInfo.setIdentifier(NodeIdentifier ni)
           
 

Uses of NodeIdentifier in org.cip4.jdflib.node
 

Methods in org.cip4.jdflib.node that return NodeIdentifier
 NodeIdentifier NodeIdentifier.getIdentifier()
          formalism so zhat we can use this as a INodeIdentifiable
 NodeIdentifier JDFNode.getIdentifier()
          gets the NodeIdetifier that matches this
 

Methods in org.cip4.jdflib.node with parameters of type NodeIdentifier
 JDFNode JDFNode.getJobPart(NodeIdentifier nodeID)
          getJobPart - get a child node with a given jobpartid
 VElement JDFNode.getMatchingNodes(NodeIdentifier ni)
          returns all subnodes of this (including this) that match ni
 void NodeIdentifier.setIdentifier(NodeIdentifier n)
          sets a NodeIdentifier to a given JDF node identifier uses the AncestorPool or NodeInfo or output resource in that sequence to determine the partmap
 void JDFNode.setIdentifier(NodeIdentifier ni)
           
 

Uses of NodeIdentifier in org.cip4.jdflib.resource
 

Methods in org.cip4.jdflib.resource that return NodeIdentifier
 NodeIdentifier JDFNotification.getIdentifier()
          gets the NodeIdetifier that matches this
 

Methods in org.cip4.jdflib.resource with parameters of type NodeIdentifier
 void JDFNotification.setIdentifier(NodeIdentifier ni)
           
 void JDFNotification.setNode(NodeIdentifier identifier)
           
 

Uses of NodeIdentifier in org.cip4.jdflib.util
 

Methods in org.cip4.jdflib.util that return NodeIdentifier
 NodeIdentifier StatusCounter.getNodeIDentifier()
           
 



Copyright © 2013. All Rights Reserved.