| Modifier and Type | Method and Description |
|---|---|
JDFAttributeMap |
KElement.getAttributeMap()
Get the Attribute Map of the actual element
|
JDFAttributeMap |
JDFElement.getDefaultAttributeMap()
map of all defaults from the schema
|
JDFAttributeMap |
AttributeInfo.getDefaultAttributeMap()
Returns a map of attributes with defaults for the specified JDF version.
|
JDFAttributeMap |
JDFElement.getGeneralIDMap()
Gets a map of all GeneralID key-value Pairs
if multiple generalIDs with the same IDUsage are specified, the last one is added to the map
|
JDFAttributeMap |
JDFRefElement.getPartMap()
get part map
|
JDFAttributeMap |
JDFPartStatus.getPartMap() |
JDFAttributeMap |
JDFPartAmount.getPartMap()
gets part map
|
protected JDFAttributeMap |
JDFElement.getPartMap()
gets the part map
|
JDFAttributeMap |
KElement.getXPathAttributeMap(String path)
Gets a map of attribute values as defined by XPath namespace prefixes are resolved
|
JDFAttributeMap |
KElement.getXPathValueMap()
Gets a map of attribute values as defined by XPath namespace prefixes are resolved
|
| Modifier and Type | Method and Description |
|---|---|
double |
JDFResourceLink.getActualAmount(JDFAttributeMap mPart) |
double |
JDFResourceLink.getAmount(JDFAttributeMap mPart)
get double attribute Amount, defaults to the value of Amount for the linked partition
|
String |
JDFResourceLink.getAmountPoolAttribute(String attrib,
String nameSpaceURI,
JDFAttributeMap mPart,
int iSkip)
returns the attribute occurence in PartAmount, or the default in the ResourceLink
|
double |
JDFResourceLink.getAmountPoolDouble(String attName,
JDFAttributeMap mPart)
get the sum of all matching AmountPool/PartAmount/@attName as a double PartAmounts match if all attributes match those in PartAmount, i.e.
|
KElement |
KElement.getChildByTagName(String s,
String nameSpaceURI,
int index,
JDFAttributeMap mAttrib,
boolean bDirect,
boolean bAnd)
Get a child from the actual element by the tag name.
|
VElement |
JDFElement.getChildElementVector_JDFElement(String nodeName,
String nameSpaceURI,
JDFAttributeMap mAttrib,
boolean bAnd,
int maxSize,
boolean bResolveTarget) |
VElement |
KElement.getChildElementVector_KElement(String nodeName,
String nameSpaceURI,
JDFAttributeMap mAttrib,
boolean bAnd,
int maxSize)
Get all children from the actual element matching the given conditions
does NOT get refElement targets although the attributes are checked in the target elements in case of refElements |
VElement |
KElement.getChildElementVector(String nodeName,
String nameSpaceURI,
JDFAttributeMap mAttrib,
boolean bAnd,
int maxSize)
Deprecated.
060302 - use 6 parameter version
|
VElement |
KElement.getChildElementVector(String nodeName,
String nameSpaceURI,
JDFAttributeMap mAttrib,
boolean bAnd,
int maxSize,
boolean bResolveTarget)
Get all children from the actual element matching the given conditions
does NOT get refElement targets although the attributes are checked in the target elements in case of refElements |
VElement |
JDFElement.getChildElementVector(String nodeName,
String nameSpaceURI,
JDFAttributeMap mAttrib,
boolean bAnd,
int maxSize,
boolean bResolveTarget)
Get all children from the actual element matching the given conditions
does NOT get refElement targets although the attributes are checked in the target elements in case of refElements |
KElement |
KElement.getChildFromList(VString nodeNames,
int iSkip,
JDFAttributeMap map,
boolean bDirect)
Get any Child that matches a string defined in nodeNames.
|
VElement |
KElement.getChildrenByTagName_KElement(String elementName,
String nameSpaceURI,
JDFAttributeMap mAttrib,
boolean bDirect,
boolean bAnd,
int maxSize)
Gets children of 'this' by tag name, nameSpaceURI and attribute map, if the attribute map is not empty.
Searches the entire tree including hidden nodes that are children of non-matching nodes |
VElement |
KElement.getChildrenByTagName(String elementName,
String nameSpaceURI,
JDFAttributeMap mAttrib,
boolean bDirect,
boolean bAnd,
int maxSize)
Gets children of 'this' by tag name, nameSpaceURI and attribute map, if the attribute map is not empty.
Searches the entire tree including hidden nodes that are children of non-matching nodes |
VElement |
JDFElement.getChildrenByTagName(String elementName,
String nameSpaceURI,
JDFAttributeMap mAttrib,
boolean bDirect,
boolean bAnd,
int maxSize)
Gets children of 'this' by tag name, nameSpaceURI and attribute map, if the attribute map is not empty.
Searches the entire tree including hidden nodes that are children of non-matching nodes |
VElement |
JDFElement.getChildrenByTagName(String elementName,
String nameSpaceURI,
JDFAttributeMap mAttrib,
boolean bDirect,
boolean bAnd,
int maxSize,
boolean bFollowRefs)
Gets children of 'this' by tag name, nameSpaceURI and attribute map, if the attribute map is not empty.
Searches the entire tree including hidden nodes that are children of non-matching nodes |
VElement |
KElement.getChildrenFromList(VString nodeNames,
JDFAttributeMap map,
boolean bDirect,
VElement v)
get a vector of all Children that match the strings defined in nodeNames
|
VElement |
JDFNodeInfo.getLinkedResources(JDFAttributeMap mResAtt,
boolean bFollowRefs)
Get the linked resources matching some conditions
|
VElement |
JDFCustomerInfo.getLinkedResources(JDFAttributeMap mResAtt,
boolean bFollowRefs)
Get the linked resources matching some conditions
|
double |
JDFResourceLink.getMaxAmount(JDFAttributeMap mPart)
get double attribute MaxAmount, defaults to getAmount if MinAmount is not set
|
double |
JDFResourceLink.getMinAmount(JDFAttributeMap mPart)
get double attribute MinAmount, defaults to getAmount if MinAmount is not set
|
double |
JDFResourceLink.getMinAmountPoolAttribute(String attrib,
String nameSpaceURI,
JDFAttributeMap mPart,
int def)
returns the minimum value of attribute occurence in PartAmount,
|
VElement |
KElement.getTree(String nodeName,
String nameSpaceURI,
JDFAttributeMap mAttrib,
boolean bDirect,
boolean bAnd)
Get children from the actual element by the tag name, nameSpaceURI or attribute map.
|
KElement |
KElement.getTreeElement(String nodeName,
String nameSpaceURI,
JDFAttributeMap mAttrib,
boolean bDirect,
boolean bAnd)
Get child from the actual element by the tag name, nameSpaceURI or attribute map.
|
boolean |
JDFResourceLink.hasAmountPoolAttribute(String attrib,
String nameSpaceURI,
JDFAttributeMap mPart)
Deprecated.
060601 use getAmountPoolAttribute(attrib,nameSpaceURI,mPart,0)!=null;
|
boolean |
JDFResourceLink.hasPartMap(JDFAttributeMap mPart)
check whether the part defined in mPart is included
|
boolean |
JDFRefElement.hasPartMap(JDFAttributeMap mPart)
check whether the part defined in mPart is included
|
protected boolean |
JDFElement.hasPartMap(JDFAttributeMap mPart)
checks whether the part defined in mPart is included in this
|
boolean |
JDFResourceLink.hasResourcePartMap(JDFAttributeMap partMap,
boolean bCheckResource)
checks whether a given partMap is compatible with this link
|
boolean |
KElement.includesAttributes(JDFAttributeMap aMap,
boolean bAnd)
Checks if the actual element contains the attributes given in aMap
|
boolean |
JDFResourceLink.isExecutable(JDFAttributeMap partMap,
boolean bCheckChildren)
isExecutable - checks whether the resource link links to a resource, which is in a state that will allow a node to execute
|
boolean |
JDFResourceLink.overlapsResourcePartMap(JDFAttributeMap partMap) |
void |
KElement.removeChildren(String nodeName,
String nameSpaceURI,
JDFAttributeMap mAttrib)
Removes the children named
nodeName in the namespace nameSpaceURI from the parent element |
void |
JDFElement.removeChildren(String nodeName,
String nameSpaceURI,
JDFAttributeMap mAttrib)
Remove children that match nodeName and nameSpaceURI
|
void |
JDFResourceLink.removePartMap(JDFAttributeMap mPart)
remove the part defined in mPart
|
void |
JDFRefElement.removePartMap(JDFAttributeMap mPart) |
protected void |
JDFElement.removePartMap(JDFAttributeMap mPart)
removes the part defined in mPart
|
void |
JDFResourceLink.setActualAmount(double value,
JDFAttributeMap mPart)
Set attribute ActualAmount in the AmountPool or in the link, depending on the value of mPart
|
void |
JDFResourceLink.setAmount(double value,
JDFAttributeMap mPart)
setAmount in PartAmount or in this if partAmount=null
|
void |
JDFResourceLink.setAmountPoolAttribute(String attrib,
String value,
String nameSpaceURI,
JDFAttributeMap mPart)
sets the attribute occurence in the appropriate PartAmount when called for a resourceLink and creates the AmountPool and/or PartAmount if it is not yet
there
|
int |
KElement.setAttributes(JDFAttributeMap map)
Sets the attributes from the curent element.
|
void |
JDFResourceLink.setMaxAmount(double value,
JDFAttributeMap mPart)
set MaxAmount in PartAmount or in this if partAmount=null
|
void |
JDFResourceLink.setMinAmount(double value,
JDFAttributeMap mPart)
set MinAmount in PartAmount or in this if partAmount=null
|
void |
JDFAudit.setPart(JDFAttributeMap m)
Deprecated.
2005-10-20 - use setPartMap() in the various subclasses instead
|
void |
JDFResourceLink.setPartMap(JDFAttributeMap mPart)
set all parts to those defined in vParts
|
void |
JDFRefElement.setPartMap(JDFAttributeMap mPart)
set all parts to those define in vParts
|
void |
JDFPartStatus.setPartMap(JDFAttributeMap mPart)
SetPartMap - set all parts to those define in vParts
|
protected void |
JDFElement.setPartMap(JDFAttributeMap mPart)
sets part to mPart
|
void |
XMLDoc.setXPathValues(JDFAttributeMap valueMap)
set the xpath values of thei to the values in the node
|
void |
KElement.setXPathValues(JDFAttributeMap map)
sets all xpaths to the values provided in map
|
VElement |
VElement.toVector(String element,
JDFAttributeMap mAttrib,
boolean bAnd,
String nameSpaceURI)
ToVector - parse a node list for elements spezified through parameters note that the vector is static - i.e.
|
| Modifier and Type | Method and Description |
|---|---|
JDFAttributeMap |
JDFAttributeMap.clone() |
JDFAttributeMap |
VJDFAttributeMap.elementAt(int i)
Returns the element at the given position
|
JDFAttributeMap |
VJDFAttributeMap.get(int i)
Returns the element at the given position (may be<0 to count backwards)
|
JDFAttributeMap |
JDFAttributeMap.getAndMap(JDFAttributeMap subMap)
andMap - builds a new map with identical pairs of both maps does not modify this
|
JDFAttributeMap |
JDFAttributeMap.getOrMap(JDFAttributeMap subMap)
andMap - builds a new map with identical pairs of both maps does not modify this
|
JDFAttributeMap |
JDFAttributeMap.orMap(JDFAttributeMap subMap)
orMap - put all key/value pairs which are not in this map to this map.
|
JDFAttributeMap |
JDFAttributeMap.reduceMap(Collection<String> keySet)
reduceKey - reduces the map, only valid map entries with the given key vector will be copied to the new hashtable; if null, clear this map
|
JDFAttributeMap |
JDFAttributeMap.removeKeys(Collection<String> set)
remove all keys defined by set from this
|
| Modifier and Type | Method and Description |
|---|---|
Vector<JDFAttributeMap> |
VJDFAttributeMap.getVector()
Deprecated.
- use this
|
| Modifier and Type | Method and Description |
|---|---|
void |
JDFAttributeMap.andMap(JDFAttributeMap subMap)
andMap - builds a new map with identical pairs of both maps
|
void |
VJDFAttributeMap.appendUnique(JDFAttributeMap map) |
JDFAttributeMap |
JDFAttributeMap.getAndMap(JDFAttributeMap subMap)
andMap - builds a new map with identical pairs of both maps does not modify this
|
VJDFAttributeMap |
VJDFAttributeMap.getAndMaps(JDFAttributeMap map)
andMap - builds a new vector of maps with identical pairs of both maps does not modify this
|
JDFAttributeMap |
JDFAttributeMap.getOrMap(JDFAttributeMap subMap)
andMap - builds a new map with identical pairs of both maps does not modify this
|
VJDFAttributeMap |
VJDFAttributeMap.getOrMaps(JDFAttributeMap map)
andMap - builds a new vector of maps with identical pairs of both maps does not modify this
|
boolean |
VJDFAttributeMap.hasEntryWithEqualKeyValuePairs(JDFAttributeMap attmap)
Deprecated.
use contains
|
JDFAttributeMap |
JDFAttributeMap.orMap(JDFAttributeMap subMap)
orMap - put all key/value pairs which are not in this map to this map.
|
void |
VJDFAttributeMap.overlapMap(JDFAttributeMap map)
Method overlapMap.
|
boolean |
JDFAttributeMap.overlapMap(JDFAttributeMap subMap)
overlapMap - identical keys must have the same values in both maps i.e submap is either a superset or a subset of this
|
boolean |
VJDFAttributeMap.overlapsMap(JDFAttributeMap map)
Method overlapMap.
|
void |
VJDFAttributeMap.removeMaps(JDFAttributeMap map)
remove all matching maps from this i.e.
|
boolean |
VJDFAttributeMap.subMap(JDFAttributeMap map)
Method subMap.
|
boolean |
JDFAttributeMap.subMap(JDFAttributeMap subMap)
subMap - returns true if map contains subMap, all keys of submap must be in this hashtable and they must have the same value
if subMap is null, the function returns true if subMap contains any wildcards, then the existance of the key in this defines a match |
| Modifier and Type | Method and Description |
|---|---|
void |
VJDFAttributeMap.setVector(Vector<JDFAttributeMap> vec)
sets the Vector with JDFAttributeMap elements
|
| Constructor and Description |
|---|
VJDFAttributeMap(JDFAttributeMap moreMap) |
VJDFAttributeMap(JDFAttributeMap[] toAdd)
constructor from array, the map elements are not cloned
|
| Constructor and Description |
|---|
VJDFAttributeMap(Vector<JDFAttributeMap> toAdd)
copy constructor, the map elements are cloned
|
| Modifier and Type | Field and Description |
|---|---|
protected JDFAttributeMap |
AttributeReplacer.theMap
fills this into the factory
|
| Modifier and Type | Method and Description |
|---|---|
void |
AttributeReplacer.setMap(JDFAttributeMap map) |
| Constructor and Description |
|---|
AttributeReplacer(JDFAttributeMap setMap,
String elementExpression) |
| Modifier and Type | Method and Description |
|---|---|
PartitionHelper |
SetHelper.appendPartition(JDFAttributeMap partMap,
boolean addRes) |
boolean |
PartitionHelper.containsMap(JDFAttributeMap map) |
PartitionHelper |
SetHelper.getCreatePartition(JDFAttributeMap map,
boolean addRes) |
PartitionHelper |
SetHelper.getPartition(JDFAttributeMap map) |
PartitionHelper |
SetHelper.insertPartitionBefore(PartitionHelper e,
JDFAttributeMap map,
boolean addRes) |
boolean |
PartitionHelper.matches(JDFAttributeMap map) |
void |
PartitionHelper.setAmount(double amount,
JDFAttributeMap moreMap,
boolean bGood) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
XJDFToJDFConverter.moveAmountsToLink(JDFAttributeMap partmap,
JDFAttributeMap map,
JDFResourceLink rl) |
protected void |
XJDFToJDFConverter.moveToLink(JDFResourceLink rl,
JDFAttributeMap partmap,
JDFAttributeMap map,
String a) |
| Modifier and Type | Method and Description |
|---|---|
String |
JDFResourceInfo.getAmountPoolAttribute(String attrib,
String nameSpaceURI,
JDFAttributeMap mPart,
int iSkip)
returns the attribute occurence in PartAmount, or the default in the ResourceLink
|
double |
JDFResourceInfo.getAmountPoolDouble(String attName,
JDFAttributeMap mPart)
get the sum of all matching AmountPool/PartAmount/@attName as a double PartAmounts match if all attributes match those in PartAmount, i.e.
|
VElement |
JDFQueue.getQueueEntryVector(JDFAttributeMap attMap,
VJDFAttributeMap parts)
Get a vector of queueentry elements with a given set of attributes and part maps
|
VElement |
JDFPipeParams.getResourceLinks(String nam,
JDFAttributeMap mAttrib,
String nameSpaceURI)
Deprecated.
use getResourceLink()
|
boolean |
JDFTrackResult.hasPartMap(JDFAttributeMap mPart)
check whether the part defined in mPart is included
|
boolean |
JDFTrackFilter.hasPartMap(JDFAttributeMap mPart)
check whether the part defined in mPart is included
|
boolean |
JDFStopPersChParams.hasPartMap(JDFAttributeMap mPart)
check whether the part defined in mPart is included
|
boolean |
JDFStatusQuParams.hasPartMap(JDFAttributeMap mPart)
check whether the part defined by mPart is included
|
boolean |
JDFResourceQuParams.hasPartMap(JDFAttributeMap mPart)
check whether the part defined in mPart is included
|
boolean |
JDFResourcePullParams.hasPartMap(JDFAttributeMap mPart)
check whether the part defined by mPart is included
|
boolean |
JDFResourceInfo.hasPartMap(JDFAttributeMap mPart)
check whether the part defined in mPart is included
|
boolean |
JDFResourceCmdParams.hasPartMap(JDFAttributeMap mPart)
check whether the part defined in mPart is included
|
boolean |
JDFRequestQueueEntryParams.hasPartMap(JDFAttributeMap mPart)
check whether the part defined by mPart is included
|
boolean |
JDFQueueEntry.hasPartMap(JDFAttributeMap mPart)
check whether the part defined by mPart is included
|
boolean |
JDFOccupation.hasPartMap(JDFAttributeMap mPart)
check whether the part defined by mPart is included
|
boolean |
JDFNodeInfoResp.hasPartMap(JDFAttributeMap mPart)
check whether the part defined in mPart is included
|
boolean |
JDFNodeInfoQuParams.hasPartMap(JDFAttributeMap mPart)
check whether the part defined in mPart is included
|
boolean |
JDFNodeInfoCmdParams.hasPartMap(JDFAttributeMap mPart)
check whether the part defined in mPart is included
|
boolean |
JDFMsgFilter.hasPartMap(JDFAttributeMap mPart)
check whether the part defined in mPart is included
|
boolean |
JDFJobPhase.hasPartMap(JDFAttributeMap mPart)
check whether the part defined in mPart is included
|
void |
JDFTrackResult.removePartMap(JDFAttributeMap mPart)
remove the part defined in mPart
|
void |
JDFTrackFilter.removePartMap(JDFAttributeMap mPart)
remove the part defined by mPart
|
void |
JDFStopPersChParams.removePartMap(JDFAttributeMap mPart)
remove the part defined by mPart
|
void |
JDFStatusQuParams.removePartMap(JDFAttributeMap mPart)
remove the part defined by mPart
|
void |
JDFResourceQuParams.removePartMap(JDFAttributeMap mPart)
remove the part defined by mPart
|
void |
JDFResourcePullParams.removePartMap(JDFAttributeMap mPart)
remove the part defined by mPart
|
void |
JDFResourceInfo.removePartMap(JDFAttributeMap mPart)
remove the part defined in mPart
|
void |
JDFResourceCmdParams.removePartMap(JDFAttributeMap mPart)
remove the part defined by mPart
|
void |
JDFRequestQueueEntryParams.removePartMap(JDFAttributeMap mPart)
remove the part defined by mPart
|
void |
JDFQueueEntry.removePartMap(JDFAttributeMap mPart)
remove the part defined in mPart
|
void |
JDFOccupation.removePartMap(JDFAttributeMap mPart)
remove the part defined by mPart
|
void |
JDFNodeInfoResp.removePartMap(JDFAttributeMap mPart)
remove the part defined in mPart
|
void |
JDFNodeInfoQuParams.removePartMap(JDFAttributeMap mPart)
remove the part defined in mPart
|
void |
JDFNodeInfoCmdParams.removePartMap(JDFAttributeMap mPart)
remove the part defined in mPart
|
void |
JDFMsgFilter.removePartMap(JDFAttributeMap mPart)
remove the part defined in mPart
|
void |
JDFJobPhase.removePartMap(JDFAttributeMap mPart)
remove the part defined in mPart
|
void |
JDFResourceInfo.setActualAmount(double value,
JDFAttributeMap mPart)
Set attribute ActualAmount in the AmountPool or in the link, depending on the value of mPart
|
void |
JDFResourceInfo.setAmount(double value,
JDFAttributeMap mPart)
setAmount in PartAmount or in this if partAmount=null
|
void |
JDFResourceInfo.setAmountPoolAttribute(String attrib,
String value,
String nameSpaceURI,
JDFAttributeMap mPart)
sets the attribute occurence in the appropriate PartAmount when called for a resourceLink and creates the AmountPool and/or PartAmount if it is not yet
there
|
void |
JDFTrackResult.setPartMap(JDFAttributeMap mPart)
set all parts to those defined by mPart
|
void |
JDFTrackFilter.setPartMap(JDFAttributeMap mPart)
set all parts to those defined in mPart
|
void |
JDFStopPersChParams.setPartMap(JDFAttributeMap mPart)
set all parts to those defined by mPart
|
void |
JDFStatusQuParams.setPartMap(JDFAttributeMap mPart)
set all parts to those defined by mPart
|
void |
JDFResourceQuParams.setPartMap(JDFAttributeMap mPart)
set all parts to those defined by mPart
|
void |
JDFResourcePullParams.setPartMap(JDFAttributeMap mPart)
set all parts to those define by vParts
|
void |
JDFResourceInfo.setPartMap(JDFAttributeMap mPart)
set all parts to those defined by mPart
|
void |
JDFResourceCmdParams.setPartMap(JDFAttributeMap mPart)
set all parts to those define by mPart
|
void |
JDFRequestQueueEntryParams.setPartMap(JDFAttributeMap mPart)
set all parts to those defined by mPart
|
void |
JDFQueueEntry.setPartMap(JDFAttributeMap mPart)
set all parts to those defined by mPart
|
void |
JDFOccupation.setPartMap(JDFAttributeMap mPart)
set all parts to those defined by mPart
|
void |
JDFNodeInfoResp.setPartMap(JDFAttributeMap mPart)
set all parts to those defined in mPart
|
void |
JDFNodeInfoQuParams.setPartMap(JDFAttributeMap mPart)
set all parts to those defined in mPart
|
void |
JDFNodeInfoCmdParams.setPartMap(JDFAttributeMap mPart)
set all parts to those defined in vParts
|
void |
JDFMsgFilter.setPartMap(JDFAttributeMap mPart)
set all parts to those define in vParts
|
void |
JDFJobPhase.setPartMap(JDFAttributeMap mPart)
set part to the one defined in mPart
|
| Modifier and Type | Method and Description |
|---|---|
JDFResourceLink |
JDFNode.getLink(int index,
String linkName,
JDFAttributeMap mLinkAtt,
String linkNS)
getLink - get the n'th link matching mLinkAtt out of the resource link pool
|
VElement |
JDFNode.getLinkedResources(JDFAttributeMap mResAtt,
boolean bFollowRefs)
get the linked resources matching certain conditions
combines all linked resources from ResourceLinkPool, CustomerInfo, NodeInfo and AuditPool |
VElement |
JDFAncestor.getLinkedResources(JDFAttributeMap mResAtt,
boolean bFollowRefs)
Get the linked resources matching some conditions
|
VElement |
JDFNode.getLinks(String linkName,
JDFAttributeMap mLinkAtt,
String linkNS)
Deprecated.
- use getResourceLinks
|
JDFResource |
JDFNode.getMatchingResource(String resName,
int processUsage,
JDFAttributeMap partMap,
int pos)
Deprecated.
use getMatchingResource(String resName, EnumProcessUsage processUsage, JDFAttributeMap partMap, int pos))
|
JDFResource |
JDFNode.getMatchingResource(String resName,
JDFNode.EnumProcessUsage processUsage,
JDFAttributeMap partMap,
int pos)
get the resource that matches a typesafe resource name if the Resource type is not defined for the process represented by this node see chapter 6
JDFSpec, then the resource is ignored
|
VString |
JDFNode.getPartIDKeys(JDFAttributeMap partMap)
get a heuristic partidkey vector from the partitons of the linked resources
|
JDFElement.EnumNodeStatus |
JDFNode.getPartStatus(JDFAttributeMap mattr)
Deprecated.
us 2 parameter method
|
JDFElement.EnumNodeStatus |
JDFNode.getPartStatus(JDFAttributeMap mattr,
int method)
get the node's partition status, even if the link does not match mattr
|
String |
JDFNode.getPartStatusDetails(JDFAttributeMap mattr)
get the node's partition statusdetails
|
JDFElement.EnumNodeStatus |
JDFNode.getProcessStatus(JDFAttributeMap mattr)
Deprecated.
use getPartStatus()
|
VElement |
JDFNode.getResourceLinks(JDFAttributeMap mLinkAtt)
get the resourcelinks in the resourcepool of this node
|
VElement |
JDFNode.getResourceLinks(String linkName,
JDFAttributeMap mLinkAtt,
String linkNS)
getLinks - get the links matching mLinkAtt out of the resource link pool
|
String |
JDFNode.getWorkStepID(JDFAttributeMap map)
get the NodeInfo/@workstepid for a given partition if no workstepID exists, returns jobPartID
|
boolean |
JDFSpawned.hasPartMap(JDFAttributeMap mPart)
check whether the part defined in mPart is included
|
boolean |
JDFNode.isExecutable(JDFAttributeMap partMap,
boolean bCheckChildren)
isExecutable - checks whether a node is executable by checking the resources linked by the resourcelinkpool and @Status or NodeInfo/@NodeStatus and JDF/@Activation
|
JDFResourceLink |
JDFNode.linkMatchingResource(JDFResource resource,
JDFNode.EnumProcessUsage processUsage,
JDFAttributeMap partMap)
Append a resource that matches the typesafe link described by resource name
|
void |
JDFSpawned.removePartMap(JDFAttributeMap mPart)
remove the part defined in mPart
|
void |
JDFSpawned.setPartMap(JDFAttributeMap mPart)
set all parts to those define in vParts
|
boolean |
JDFNode.setPartStatus(JDFAttributeMap mattr,
JDFElement.EnumNodeStatus status)
Deprecated.
use 3 parameter version
|
boolean |
JDFNode.setPartStatus(JDFAttributeMap mattr,
JDFElement.EnumNodeStatus status,
String statusDetails)
set the node's partition status if nodeinfo is partitioned, all leaves NodeStati below part are removed
|
| Modifier and Type | Method and Description |
|---|---|
JDFPartAmount |
JDFAmountPool.appendPartAmount(JDFAttributeMap mPart)
Append JDFPartAmount element
|
static double |
JDFAmountPool.AmountPoolHelper.getAmount(IAmountPoolContainer poolParent,
JDFAttributeMap mPart)
get double attribute Amount, defaults to the value of Amount for the linked partition
|
double |
JDFAmountPool.AmountMap.getAmountDouble(JDFAttributeMap amParts,
String strAttributeName)
Method getAmountDouble
|
static String |
JDFAmountPool.AmountPoolHelper.getAmountPoolAttribute(IAmountPoolContainer poolParent,
String attrib,
String nameSpaceURI,
JDFAttributeMap mPart,
int iSkip)
returns the attribute occurrence in PartAmount, or the default in the ResourceLink
|
static double |
JDFAmountPool.AmountPoolHelper.getAmountPoolDouble(IAmountPoolContainer poolParent,
String attName,
JDFAttributeMap mPart)
get the sum of all matching AmountPool/PartAmount/@attName as a double PartAmounts match if all attributes match those in PartAmount, i.e.
|
static double |
JDFAmountPool.AmountPoolHelper.getAmountPoolMinDouble(IAmountPoolContainer poolParent,
String attName,
JDFAttributeMap mPart)
get the minimum value of all matching AmountPool/PartAmount/@attName as a double PartAmounts match if all attributes match those in PartAmount, i.e.
|
JDFAudit |
JDFAuditPool.getAudit(int index,
JDFAudit.EnumAuditType typ,
JDFAttributeMap mAttributes)
Deprecated.
use 4 parameter version
|
JDFAudit |
JDFAuditPool.getAudit(int index,
JDFAudit.EnumAuditType typ,
JDFAttributeMap mAttributes,
VJDFAttributeMap vParts)
get the index'th audit of the given typ
|
VElement |
JDFAuditPool.getAudits(JDFAudit.EnumAuditType typ,
JDFAttributeMap mAttributes)
Deprecated.
use getAudits(null, null, null)
|
VElement |
JDFAuditPool.getAudits(JDFAudit.EnumAuditType typ,
JDFAttributeMap mAttributes,
VJDFAttributeMap vParts)
} getAudits - get all audits with attributes and partMap
|
JDFPartAmount |
JDFAmountPool.getCreatePartAmount(JDFAttributeMap mPart)
get JDFPartAmount specified by mPart, create a new one if it doesn't exist
|
JDFPartStatus |
JDFStatusPool.getCreatePartStatus(JDFAttributeMap mPart)
getCreatePartStatus - get a PartStatus that fits to the filter defined by mPart
create it if it does not exist |
VElement |
JDFAuditPool.getLinkedResources(JDFAttributeMap mResAtt,
boolean bFollowRefs)
get the linked resources matching some conditions
|
VElement |
JDFAncestorPool.getLinkedResources(JDFAttributeMap mResAtt,
boolean bFollowRefs)
Get the linked resources matching some conditions
|
VElement |
JDFResourceLinkPool.getLinkedResources(String resName,
JDFAttributeMap mLinkAtt,
JDFAttributeMap mResAtt,
boolean bFollowRefs)
Deprecated.
- use namespace enabled version getLinkedResources(resName, mLinkAtt, mResAtt, bFollowRefs, null);
|
VElement |
JDFResourceLinkPool.getLinkedResources(String resName,
JDFAttributeMap mLinkAtt,
JDFAttributeMap mResAtt,
boolean bFollowRefs,
String nameSpaceURI)
Get the linked resources matching some conditions
|
VElement |
JDFResourceLinkPool.getLinks(JDFAttributeMap mLinkAtt)
Deprecated.
use getPoolChildren()
|
VElement |
JDFAuditPool.getLinks(JDFAttributeMap mLinkAtt)
Deprecated.
060216 - this seams to have accidentally been added default: getLinks(null)
|
JDFPartAmount |
JDFAmountPool.getMatchingPartAmount(JDFAttributeMap mPart)
Get a PartAmount that fits to the filter defined by mPart
|
VElement |
JDFAmountPool.getMatchingPartAmountVector(JDFAttributeMap mPart)
Get a vector of PartAmounts which are supersets of the filter defined by mPart
i.e. |
VElement |
JDFStatusPool.getMatchingPartStatusVector(JDFAttributeMap mPart)
get matching part status vector
|
static double |
JDFAmountPool.AmountPoolHelper.getMaxAmount(IAmountPoolContainer poolParent,
JDFAttributeMap mPart)
get double attribute MaxAmount, defaults to getAmount if MinAmount is not set
|
static double |
JDFAmountPool.AmountPoolHelper.getMinAmount(IAmountPoolContainer poolParent,
JDFAttributeMap mPart)
get double attribute MinAmount, defaults to getAmount if MinAmount is not set
|
JDFPartAmount |
JDFAmountPool.getPartAmount(JDFAttributeMap mPart)
Get a PartAmount that exactly equals the filter defined by mPart
|
JDFPartAmount |
JDFAmountPool.getPartAmount(JDFAttributeMap mPart,
boolean bCreate)
Deprecated.
use either getPartAmount or getCreatePartAmount
|
JDFPartAmount |
JDFAmountPool.getPartAmount(JDFAttributeMap mPart,
int iSkip)
Get a PartAmount that fits to the filter defined by mPart
|
JDFPartStatus |
JDFStatusPool.getPartStatus(JDFAttributeMap mPart)
getPartStatus - get a PartStatus that fits to the filter defined by mPart
|
JDFPartStatus |
JDFStatusPool.getPoolChild(int i,
JDFAttributeMap mAttrib)
get pool child
|
JDFAncestor |
JDFAncestorPool.getPoolChild(int i,
JDFAttributeMap mAttrib)
get a child from the pool matching the parameters
|
JDFResource |
JDFResourcePool.getPoolChild(int i,
String strName,
JDFAttributeMap mAttrib,
String nameSpaceURI)
Method getPoolChild
get a child resource from the pool matching the parameters |
JDFResourceLink |
JDFResourceLinkPool.getPoolChild(int i,
String strName,
JDFAttributeMap mAttrib,
String nameSpaceURI)
get a child resource from the pool matching the parameters
|
protected JDFElement |
JDFPool.getPoolChildGeneric(int i,
String strName,
JDFAttributeMap mAttrib,
String nameSpaceURI)
get a child from the pool matching the parameters
|
VElement |
JDFStatusPool.getPoolChildren(JDFAttributeMap mAttrib)
get pool children with attributes definded by
mAttrib |
VElement |
JDFAncestorPool.getPoolChildren(JDFAttributeMap mAttrib)
Gets all children with the attribute out of the pool
|
VElement |
JDFAuditPool.getPoolChildren(String strName,
JDFAttributeMap mAttrib)
gets all children with the attribute name,mAttrib, nameSpaceURI out of the pool
|
VElement |
JDFResourcePool.getPoolChildren(String strName,
JDFAttributeMap mAttrib,
String nameSpaceURI)
Method GetPoolChildren Gets all children with the attribute name,mAttrib, nameSpaceURI out of the pool
|
VElement |
JDFResourceLinkPool.getPoolChildren(String strName,
JDFAttributeMap mAttrib,
String nameSpaceURI)
Gets all children with the attribute
name, mAttrib, nameSpaceURI out of the pool |
protected VElement |
JDFPool.getPoolChildrenGeneric(String strName,
JDFAttributeMap mAttrib,
String nameSpaceURI)
Gets all children with the attributes
name, mAttrib, nameSpaceURI from the pool |
JDFElement.EnumNodeStatus |
JDFStatusPool.getStatus(JDFAttributeMap mPart)
getElementStatus - get the status of a part defined in StatusPool
|
boolean |
JDFAncestorPool.hasPartMap(JDFAttributeMap mPart)
check whether the part defined in mPart is included
|
void |
JDFAmountPool.removePartAmount(JDFAttributeMap mPart) |
void |
JDFAncestorPool.removePartMap(JDFAttributeMap mPart)
remove the part defined in mPart
|
static void |
JDFAmountPool.AmountPoolHelper.setAmountPoolAttribute(IAmountPoolContainer poolParent,
String attrib,
String value,
String nameSpaceURI,
JDFAttributeMap mPart)
sets the attribute occurence in the appropriate PartAmount when called for a resourceLink and creates the AmountPool and/or PartAmount if it is not
yet there
|
void |
JDFAncestorPool.setPartMap(JDFAttributeMap mPart)
set all parts to those define in vParts
|
void |
JDFStatusPool.setStatus(JDFAttributeMap mPart,
JDFElement.EnumNodeStatus s,
String statusDetails)
Set the status of a part defined in StatusPool
|
| Modifier and Type | Method and Description |
|---|---|
JDFAttributeMap |
JDFResource.getAttributeMap()
Get the Attribute Map of the actual element also following inheritance
|
JDFAttributeMap |
JDFResource.getIdenticalMap()
return the PartMap of ./Identical/Part, or null if it does not exist
|
JDFAttributeMap |
JDFResource.getPartMap()
Gets a map of all partition key-value pairs for this leaf / node this includes a recursion to the part root;
|
JDFAttributeMap |
JDFPart.getPartMap()
gets a map of all Partition key value pairs, empty if no partition keys exist
|
JDFAttributeMap |
JDFResource.getPartMap(VString ids)
Gets a map of all partition key-value pairs for this leaf / node.
|
| Modifier and Type | Method and Description |
|---|---|
HashMap<JDFAttributeMap,JDFResource> |
JDFResource.getPartitionMap() |
| Modifier and Type | Method and Description |
|---|---|
VElement |
JDFResource.getChildElementVector(String element,
String nameSpaceURI,
JDFAttributeMap mAttrib,
boolean bAnd,
int maxSize,
boolean bResolveTarget)
Gets all children from the actual element matching the given conditions also get the non-overwritten elements in the parents for partitioned resources
|
JDFResource |
JDFResource.getCreatePartition(JDFAttributeMap partMap,
VString vPartKeys)
Recursively adds the partition leaves defined in partMap
|
JDFResource |
JDFResource.PartitionGetter.getCreatePartition(JDFAttributeMap partMap,
VString vPartKeys)
Recursively adds the partition leaves defined in partMap
|
JDFResource |
JDFResource.getDeepPart(JDFAttributeMap m,
boolean bIncomplete)
Deprecated.
use the partUsage dependent version instead
|
JDFResource |
JDFResource.getDeepPart(JDFAttributeMap m,
JDFResource.EnumPartUsage partUsage)
Gets a matching part from somewhere down there,
returns the closest ancestor of all matching elements within the target vector |
protected JDFResource |
JDFResource.PartitionGetter.getDeepPart(JDFAttributeMap m,
JDFResource.EnumPartUsage partUsage)
Gets a matching part from somewhere down there,
returns the closest ancestor of all matching elements within the target vector |
protected VElement |
JDFResource.getDeepPartVector(JDFAttributeMap m,
JDFResource.EnumPartUsage partUsage,
int matchingDepth,
VString partIDKeys) |
protected VElement |
JDFResource.PartitionGetter.getDeepPartVector(JDFAttributeMap m_in,
JDFResource.EnumPartUsage partUsage,
int matchingDepth,
VString partIDKeys) |
VElement |
JDFValue.getLocVector(JDFAttributeMap mAttrib,
boolean bAnd)
Deprecated.
use getChildElementVector() instead
|
JDFResource |
JDFResource.getPartition(JDFAttributeMap m,
boolean bIncomplete)
Deprecated.
use getPartition(JDFAttributeMap m, JDFResource.EnumPartUsage partUsage)
|
JDFResource |
JDFResource.getPartition(JDFAttributeMap m,
JDFResource.EnumPartUsage partUsage)
Gets the first part that matches mAttribute
|
JDFResource |
JDFResource.PartitionGetter.getPartition(JDFAttributeMap m,
JDFResource.EnumPartUsage partUsage)
Gets the first part that matches mAttribute
|
VElement |
JDFResource.getPartitionLeafVector(JDFAttributeMap m,
JDFResource.EnumPartUsage partUsage)
Gets the vector of parts (resource leaves or nodes) that match mAttribute
|
VElement |
JDFResource.getPartitionVector(JDFAttributeMap m,
boolean bIncomplete)
Deprecated.
use getPartitionVector(JDFAttributeMap m, EnumPartUsage partUsage)
|
VElement |
JDFResource.getPartitionVector(JDFAttributeMap m,
JDFResource.EnumPartUsage partUsage)
Gets the vector of parts (resource leaves or nodes) that match mAttribute
|
VElement |
JDFResource.PartitionGetter.getPartitionVector(JDFAttributeMap m,
JDFResource.EnumPartUsage partUsage)
Gets the vector of parts (resource leaves or nodes) that match mAttribute
|
VElement |
JDFSignature.getSheetVector(JDFAttributeMap mAttrib,
boolean bAnd)
Deprecated.
use getChildElementVector() instead
|
boolean |
JDFResourceAudit.hasPartMap(JDFAttributeMap mPart)
check whether the part defined in mPart is included
|
boolean |
JDFProcessRun.hasPartMap(JDFAttributeMap mPart)
check whether the part defined by mPart is included
|
boolean |
JDFPhaseTime.hasPartMap(JDFAttributeMap mPart)
check whether the part defined in mPart is included
|
boolean |
JDFNotification.hasPartMap(JDFAttributeMap mPart)
check whether the part defined in mPart is included
|
boolean |
JDFMerged.hasPartMap(JDFAttributeMap mPart)
check whether the part defined in mPart is included
|
static boolean |
JDFPart.overlapPartMap(JDFAttributeMap resourceMap,
JDFAttributeMap linkMap)
Deprecated.
use 3 parameter version
|
static boolean |
JDFPart.overlapPartMap(JDFAttributeMap resourceMap,
JDFAttributeMap linkMap,
boolean strictPartVersion)
overlapMap - identical keys must have the same values in both maps
similar to JDFAttribute.overlapMap, but uses matchesPart instead of equals for the comparison |
void |
JDFResourceAudit.removePartMap(JDFAttributeMap mPart)
remove the part defined by mPart
|
void |
JDFProcessRun.removePartMap(JDFAttributeMap mPart)
remove the part defined by mPart
|
void |
JDFPhaseTime.removePartMap(JDFAttributeMap mPart)
remove the part defined by mPart
|
void |
JDFNotification.removePartMap(JDFAttributeMap mPart)
remove the part defined by mPart
|
void |
JDFMerged.removePartMap(JDFAttributeMap mPart)
remove the part defined by mPart
|
void |
JDFResourceAudit.setPartMap(JDFAttributeMap mPart)
set all parts to those defined by mPart
|
void |
JDFProcessRun.setPartMap(JDFAttributeMap mPart)
set all parts to those defined by mPart
|
void |
JDFPhaseTime.setPartMap(JDFAttributeMap mPart)
set all parts to those defined by mPart
|
void |
JDFPart.setPartMap(JDFAttributeMap mPart)
sets the attributes of this to partmap removes all other attributes
|
void |
JDFNotification.setPartMap(JDFAttributeMap mPart)
set all parts to those defined by mPart
|
void |
JDFMerged.setPartMap(JDFAttributeMap mPart)
set all parts to those define in vParts
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
JDFxor.fitsMap(JDFAttributeMap m)
Evaluates two or more Term elements (and, or, xor, not, Evaluation,
TestRef) to determine if, as a set, they evaluate to "true" when combined
in a boolean "xor" function.
|
boolean |
JDFTestRef.fitsMap(JDFAttributeMap m)
Tests whether this Term is compatible with the attribute map
m (and, or, xor, not, Evaluation, TestRef).To determine the state of Term tests Evaluations that "not" consists of, this method checks if attribute map m has a key. |
boolean |
JDFTest.fitsMap(JDFAttributeMap m)
Evaluates the boolean expression (child Term element) if it fits the
attribute map 'm'
|
abstract boolean |
JDFTerm.fitsMap(JDFAttributeMap m)
Tests whether this Term is compatible with the attribute map
m (and, or, xor, not, Evaluation, TestRef).To determine the state of Term tests Evaluations that �not� consists of, this method checks if attribute map m has a key. |
boolean |
JDFor.fitsMap(JDFAttributeMap m)
Evaluates two or more Term elements (and, or, xor, not, Evaluation,
TestRef) to determine if, as a set, they evaluate to "true" when combined
in a boolean "or" function.
|
boolean |
JDFnot.fitsMap(JDFAttributeMap m)
Inverts the boolean state of a Term element (and, or, xor, not,
Evaluation, TestRef).
To determine the state of Term tests Evaluations that "not" consists of, it checks whether attribute map 'm' has a key, specified by Evaluation/BasicPreflightTest/@Name. |
boolean |
JDFEvaluation.fitsMap(JDFAttributeMap m)
fitsMap - tests whether attribute map 'm' has a key specified by
BasicPreflightTest/@Name.
|
boolean |
JDFand.fitsMap(JDFAttributeMap m)
Evaluates two or more Term elements (
and, or, xor, not, Evaluation, TestRef) to determine if, as
a set, they evaluate to "true" when combined in a boolean "and" function. |
| Modifier and Type | Method and Description |
|---|---|
JDFAttributeMap |
JDFIdentical.getPartMap()
get part map
|
| Modifier and Type | Method and Description |
|---|---|
JDFPRGroup |
JDFPRItem.getCreatePRGroup(JDFAttributeMap groupMap) |
JDFPRItem |
JDFPreflightReport.getCreatePRItem(JDFAction action,
JDFAttributeMap groupMap) |
JDFPROccurrence |
JDFPRGroup.getCreatePROccurrence(JDFAttributeMap groupMap) |
JDFPRGroup |
JDFPRItem.getPRGroup(JDFAttributeMap groupMap) |
JDFPROccurrence |
JDFPRGroup.getPROccurrence(JDFAttributeMap groupMap) |
boolean |
JDFNotificationFilter.hasPartMap(JDFAttributeMap mPart)
check whether the part defined in mPart is included
|
void |
JDFNotificationFilter.removePartMap(JDFAttributeMap mPart)
remove the part defined in mPart
|
void |
JDFNotificationFilter.setPartMap(JDFAttributeMap mPart)
set all parts to those define in vParts
|
void |
JDFIdentical.setPartMap(JDFAttributeMap mPart)
set all parts to those define in vParts
|
JDFPRItem |
JDFPreflightReport.setPR(JDFAction action,
int pageSet,
JDFAttributeMap prMap,
VString groupBy) |
| Modifier and Type | Method and Description |
|---|---|
VElement |
JDFSheet.getSurfaceVector(JDFAttributeMap mAttrib,
boolean bAnd)
Deprecated.
use getChildElementVector() instead
|
Copyright © 2013. All Rights Reserved.