Modifier and Type | Method and Description |
---|---|
JDFAttributeMap |
KElement.getAttributeMap_KElement()
Get the Attribute Map of the actual element
|
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 |
JDFPartAmount.getPartMap()
gets part map
|
JDFAttributeMap |
JDFPartStatus.getPartMap() |
protected JDFAttributeMap |
JDFElement.getPartMap()
gets the part map
|
JDFAttributeMap |
JDFRefElement.getPartMap()
get 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. mPart is a submap of the searched PartAmount elements
|
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.
|
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.
|
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.
|
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.
|
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 |
JDFCustomerInfo.getLinkedResources(JDFAttributeMap mResAtt,
boolean bFollowRefs)
Get the linked resources matching some conditions
|
VElement |
JDFNodeInfo.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
|
protected boolean |
JDFElement.hasPartMap(JDFAttributeMap mPart)
checks whether the part defined in mPart is included in this
|
boolean |
JDFRefElement.hasPartMap(JDFAttributeMap mPart)
check whether the part defined in mPart is included
|
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
default: removeChildren(null,null,null) |
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
|
protected void |
JDFElement.removePartMap(JDFAttributeMap mPart)
removes the part defined in mPart
|
void |
JDFRefElement.removePartMap(JDFAttributeMap 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 |
JDFPartStatus.setPartMap(JDFAttributeMap mPart)
SetPartMap - set all parts to those define in vParts
|
void |
JDFResourceLink.setPartMap(JDFAttributeMap mPart)
set all parts to those defined in vParts
|
protected void |
JDFElement.setPartMap(JDFAttributeMap mPart)
sets part to mPart
|
void |
JDFRefElement.setPartMap(JDFAttributeMap mPart)
set all parts to those define in vParts
|
void |
KElement.setXPathValues(JDFAttributeMap map)
sets all xpaths to the values provided in map
|
void |
JDFDoc.setXPathValues(JDFAttributeMap valueMap) |
void |
XMLDoc.setXPathValues(JDFAttributeMap valueMap)
set the xpath values of thei to the values in the node
|
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. the elements are NOT modified by operations
to the nodeList.
|
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 |
VJDFAttributeMap.getCommonMap()
return the map that is common to all elements of 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> toRemove)
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
|
VJDFAttributeMap |
VJDFAttributeMap.getOverlapMaps(JDFAttributeMap map)
Method overlapMap. get a copy of this with all overlapping maps the maps are
NOT cloned
|
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. removes all non-overlapping maps from this
|
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.put(JDFAttributeMap commonMap)
put the value of all keys into every existing map
|
void |
VJDFAttributeMap.removeMaps(JDFAttributeMap map)
remove all matching maps from this i.e. if map is subMap of this
|
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 |
---|---|
JDFAttributeMap |
ResourceHelper.getPartMap()
convenience to get the partmap of the first (and typically only) part element
|
Modifier and Type | Method and Description |
---|---|
ResourceHelper |
SetHelper.appendPartition(JDFAttributeMap partMap,
boolean addRes) |
void |
ResourceHelper.appendPartMap(JDFAttributeMap part) |
boolean |
ResourceHelper.containsMap(JDFAttributeMap map) |
ResourceHelper |
SetHelper.getCreatePartition(JDFAttributeMap map,
boolean addRes) |
ResourceHelper |
SetHelper.getPartition(JDFAttributeMap map) |
Vector<ResourceHelper> |
SetHelper.getPartitions(JDFAttributeMap map) |
ResourceHelper |
SetHelper.insertPartitionBefore(ResourceHelper e,
JDFAttributeMap map,
boolean addRes) |
boolean |
ResourceHelper.matches(JDFAttributeMap map) |
void |
MessageResourceHelper.setAmount(double amount,
JDFAttributeMap partMap,
boolean bGood) |
void |
ResourceHelper.setAmount(double amount,
JDFAttributeMap moreMap,
boolean bGood) |
void |
ResourceHelper.setPartMap(JDFAttributeMap map) |
Modifier and Type | Method and Description |
---|---|
protected void |
WalkJDFElement.setAmountPool(JDFElement rl,
KElement newLeaf,
JDFAttributeMap partMap) |
protected void |
WalkQueueFilter.updateAttributes(JDFAttributeMap map) |
protected void |
WalkCoilBindingParams.updateAttributes(JDFAttributeMap map) |
protected void |
WalkQueue.updateAttributes(JDFAttributeMap map) |
protected void |
WalkMediaIntent.updateAttributes(JDFAttributeMap map) |
protected void |
WalkScreenSelector.updateAttributes(JDFAttributeMap map) |
protected void |
WalkColorSpaceConversionParams.updateAttributes(JDFAttributeMap map) |
protected void |
WalkDeviceNColor.updateAttributes(JDFAttributeMap map) |
protected void |
WalkGangSource.updateAttributes(JDFAttributeMap map) |
protected void |
WalkNotification.updateAttributes(JDFAttributeMap map) |
protected void |
WalkChannelBindingParams.updateAttributes(JDFAttributeMap map) |
protected void |
WalkSubscription.updateAttributes(JDFAttributeMap map) |
protected void |
WalkCutBlock.updateAttributes(JDFAttributeMap map) |
protected void |
WalkFoldingIntent.updateAttributes(JDFAttributeMap map) |
protected void |
WalkPerforate.updateAttributes(JDFAttributeMap map) |
protected void |
WalkAudit.updateAttributes(JDFAttributeMap map) |
protected void |
WalkCut.updateAttributes(JDFAttributeMap map) |
protected void |
WalkMiscConsumable.updateAttributes(JDFAttributeMap map) |
protected void |
WalkJobPhase.updateAttributes(JDFAttributeMap map) |
protected void |
WalkDeviceNSpace.updateAttributes(JDFAttributeMap map) |
protected void |
WalkVarnishingParams.updateAttributes(JDFAttributeMap map) |
protected void |
WalkJDF.updateAttributes(JDFAttributeMap map) |
protected void |
WalkRepeatDesc.updateAttributes(JDFAttributeMap map) |
protected void |
WalkCompany.updateAttributes(JDFAttributeMap map) |
protected void |
WalkExposeMedia.updateAttributes(JDFAttributeMap map) |
protected void |
WalkMessageService.updateAttributes(JDFAttributeMap map) |
protected void |
WalkComment.updateAttributes(JDFAttributeMap map) |
protected void |
WalkFold.updateAttributes(JDFAttributeMap map) |
protected void |
WalkHoleMakingIntent.updateAttributes(JDFAttributeMap map) |
protected void |
WalkApprovalParams.updateAttributes(JDFAttributeMap map) |
protected void |
WalkComponent.updateAttributes(JDFAttributeMap map) |
protected void |
WalkLayoutIntent.updateAttributes(JDFAttributeMap map) |
protected void |
WalkJMF.updateAttributes(JDFAttributeMap map) |
protected void |
WalkResourceInfo.updateAttributes(JDFAttributeMap map) |
protected void |
WalkModule.updateAttributes(JDFAttributeMap map) |
protected void |
WalkSignatureCell.updateAttributes(JDFAttributeMap map) |
protected void |
WalkMedia.updateAttributes(JDFAttributeMap map) |
protected void |
WalkAssemblySection.updateAttributes(JDFAttributeMap map) |
protected void |
WalkNodeInfo.updateAttributes(JDFAttributeMap map) |
protected void |
WalkRunList.updateAttributes(JDFAttributeMap map) |
protected void |
WalkQueueEntry.updateAttributes(JDFAttributeMap map) |
protected void |
WalkSubscriptionFilter.updateAttributes(JDFAttributeMap map) |
protected void |
WalkUsageCounter.updateAttributes(JDFAttributeMap map) |
protected void |
WalkResourceQuParams.updateAttributes(JDFAttributeMap map) |
protected void |
WalkNotificationAudit.updateAttributes(JDFAttributeMap map) |
protected void |
WalkObjectResolution.updateAttributes(JDFAttributeMap map) |
protected void |
WalkImageSetterParams.updateAttributes(JDFAttributeMap map) |
protected void |
WalkPipeParams.updateAttributes(JDFAttributeMap map) |
protected void |
WalkPreview.updateAttributes(JDFAttributeMap map) |
protected void |
WalkConventionalPrintingParams.updateAttributes(JDFAttributeMap map) |
protected void |
WalkSubscriptionInfo.updateAttributes(JDFAttributeMap map) |
protected void |
WalkConvertingConfig.updateAttributes(JDFAttributeMap map) |
protected void |
WalkResourceAudit.updateAttributes(JDFAttributeMap map) |
protected void |
WalkDigitalPrintingParams.updateAttributes(JDFAttributeMap map) |
protected void |
WalkFileSpec.updateAttributes(JDFAttributeMap map) |
protected void |
WalkPhaseTimeAudit.updateAttributes(JDFAttributeMap map) |
protected void |
WalkBinderySignature.updateAttributes(JDFAttributeMap map) |
protected void |
WalkTabs.updateAttributes(JDFAttributeMap map) |
protected void |
WalkAssembly.updateAttributes(JDFAttributeMap map) |
protected void |
WalkDevice.updateAttributes(JDFAttributeMap map) |
protected void |
WalkResource.updateAttributes(JDFAttributeMap map) |
protected void |
WalkCreatedAudit.updateAttributes(JDFAttributeMap map) |
protected void |
WalkGlueLine.updateAttributes(JDFAttributeMap map) |
protected void |
WalkExpr.updateAttributes(JDFAttributeMap map) |
protected void |
WalkStrippingParams.updateAttributes(JDFAttributeMap map) |
protected void |
WalkElement.updateAttributes(JDFAttributeMap map) |
protected void |
WalkJDFSubElement.updateAttributes(JDFAttributeMap map) |
protected void |
WalkDeviceFilter.updateAttributes(JDFAttributeMap map) |
protected void |
WalkDisposition.updateAttributes(JDFAttributeMap map) |
protected void |
WalkShapeCuttingParams.updateAttributes(JDFAttributeMap map) |
protected void |
WalkChannelBinding.updateAttributes(JDFAttributeMap map) |
protected void |
WalkDeviceInfo.updateAttributes(JDFAttributeMap map) |
protected void |
WalkInk.updateAttributes(JDFAttributeMap map) |
protected void |
WalkMISDetails.updateAttributes(JDFAttributeMap map) |
protected void |
WalkLabelingParams.updateAttributes(JDFAttributeMap map) |
protected void |
WalkMetadataMap.updateAttributes(JDFAttributeMap map) |
protected void |
WalkJDFElement.updateAttributes(JDFAttributeMap map) |
protected void |
WalkCrease.updateAttributes(JDFAttributeMap map) |
protected void |
WalkResourceCmdParams.updateAttributes(JDFAttributeMap map) |
protected void |
WalkRequestQueueEntryParams.updateAttributes(JDFAttributeMap map) |
protected void |
WalkEmbossingParams.updateAttributes(JDFAttributeMap map) |
protected void |
WalkLayoutElement.updateAttributes(JDFAttributeMap map) |
protected void |
WalkPlacedObject.updateAttributes(JDFAttributeMap map) |
protected void |
WalkNotificationFilter.updateAttributes(JDFAttributeMap map) |
protected void |
WalkQueueSubmissionParams.updateAttributes(JDFAttributeMap map) |
protected void |
WalkReturnQueueEntryParams.updateAttributes(JDFAttributeMap map) |
protected void |
WalkInkZoneCalculationParams.updateAttributes(JDFAttributeMap map) |
protected void |
WalkColorCorrectionParams.updateAttributes(JDFAttributeMap map) |
protected void |
WalkLaminatingParams.updateAttributes(JDFAttributeMap map) |
protected void |
WalkStatusQuParams.updateAttributes(JDFAttributeMap map) |
protected void |
WalkMessage.updateAttributes(JDFAttributeMap map) |
protected void |
WalkCuttingParams.updateAttributes(JDFAttributeMap map) |
protected void |
WalkJDFElement.updateModule(JDFAttributeMap map) |
Modifier and Type | Method and Description |
---|---|
protected JDFAttributeMap |
WalkXJDFResource.removeImplicitParts(JDFResource jdfRes,
JDFAttributeMap partMap) |
Modifier and Type | Method and Description |
---|---|
protected KElement |
WalkXJDFResource.createPartition(JDFResource jdfRes,
JDFAttributeMap partMap,
JDFNode theNode) |
protected KElement |
WalkXJDFColorResource.createPartition(JDFResource jdfRes,
JDFAttributeMap partmap,
JDFNode theNode) |
protected KElement |
WalkContentResource.createPartition(JDFResource jdfRes,
JDFAttributeMap partMap,
JDFNode theNode) |
protected void |
XJDFToJDFImpl.moveAmountsToLink(JDFAttributeMap partmap,
JDFAttributeMap map,
JDFResourceLink rl) |
protected JDFAttributeMap |
WalkXJDFResource.removeImplicitParts(JDFResource jdfRes,
JDFAttributeMap partMap) |
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. mPart is a submap of the searche PartAmount elements
|
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 |
JDFOccupation.hasPartMap(JDFAttributeMap mPart)
check whether the part defined by mPart is included
|
boolean |
JDFTrackResult.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 |
JDFRequestQueueEntryParams.hasPartMap(JDFAttributeMap mPart)
check whether the part defined by mPart is included
|
boolean |
JDFResourceCmdParams.hasPartMap(JDFAttributeMap mPart)
check whether the part defined in mPart is included
|
boolean |
JDFResourceInfo.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
|
boolean |
JDFTrackFilter.hasPartMap(JDFAttributeMap mPart)
check whether the part defined in 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 |
JDFMsgFilter.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 |
JDFQueueEntry.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
|
void |
JDFOccupation.removePartMap(JDFAttributeMap mPart)
remove the part defined by mPart
|
void |
JDFTrackResult.removePartMap(JDFAttributeMap mPart)
remove the part defined in mPart
|
void |
JDFStopPersChParams.removePartMap(JDFAttributeMap mPart)
remove the part defined by mPart
|
void |
JDFStatusQuParams.removePartMap(JDFAttributeMap mPart)
remove the part defined by mPart
|
void |
JDFRequestQueueEntryParams.removePartMap(JDFAttributeMap mPart)
remove the part defined by mPart
|
void |
JDFResourceCmdParams.removePartMap(JDFAttributeMap mPart)
remove the part defined by mPart
|
void |
JDFResourceInfo.removePartMap(JDFAttributeMap mPart)
remove the part defined in mPart
|
void |
JDFJobPhase.removePartMap(JDFAttributeMap mPart)
remove the part defined in mPart
|
void |
JDFTrackFilter.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 |
JDFMsgFilter.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 |
JDFQueueEntry.removePartMap(JDFAttributeMap mPart)
remove the part defined in mPart
|
void |
JDFNodeInfoResp.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 |
JDFOccupation.setPartMap(JDFAttributeMap mPart)
set all parts to those defined by mPart
|
void |
JDFTrackResult.setPartMap(JDFAttributeMap mPart)
set all parts to those defined by 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 |
JDFRequestQueueEntryParams.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 |
JDFResourceInfo.setPartMap(JDFAttributeMap mPart)
set all parts to those defined by mPart
|
void |
JDFJobPhase.setPartMap(JDFAttributeMap mPart)
set part to the one defined in mPart
|
void |
JDFTrackFilter.setPartMap(JDFAttributeMap mPart)
set all parts to those defined in 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 |
JDFMsgFilter.setPartMap(JDFAttributeMap mPart)
set all parts to those define in vParts
|
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 |
JDFQueueEntry.setPartMap(JDFAttributeMap mPart)
set all parts to those defined by mPart
|
void |
JDFNodeInfoResp.setPartMap(JDFAttributeMap mPart)
set all parts to those 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) |
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. mPart is a
submap of the searched PartAmount elements
|
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
default: GetLinkedResources(null, null, null, false)
|
VElement |
JDFAuditPool.getLinks(JDFAttributeMap mLinkAtt)
Deprecated.
060216 - this seams to have accidentally been added default: getLinks(null)
|
VElement |
JDFResourceLinkPool.getLinks(JDFAttributeMap mLinkAtt)
Deprecated.
use getPoolChildren()
|
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. mPart is a submap of all returned elements |
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
|
String |
JDFAmountPool.getPartAttribute(String attrib,
String nameSpaceURI,
JDFAttributeMap part) |
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 default: GetPoolChild(i, null, null, null) |
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
default: GetPoolChildrenGeneric (JDFConstants.EMPTYSTRING, new JDFAttributeMap(), JDFConstants.EMPTYSTRING) |
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 |
JDFAmountPool.setPartAttribute(String attrib,
String value,
String nameSpaceURI,
JDFAttributeMap part) |
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
default setStatus(mPart, s, JDFConstants.EMPTYSTRING)
|
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 .
|
JDFAttributeMap |
JDFPart.getPartMap()
gets a map of all Partition key value pairs, empty if no partition keys 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 |
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 |
PartitionGetter.getCreatePartition(JDFAttributeMap partMap,
VString vPartKeys)
Recursively adds the partition leaves defined in partMap
|
JDFResource |
JDFResource.getCreatePartition(JDFAttributeMap partMap,
VString vPartKeys)
Recursively adds the partition leaves defined in partMap
|
JDFResource |
JDFResource.PartionGetter.getCreatePartition(JDFAttributeMap partMap,
VString vPartKeys)
Deprecated.
|
JDFResource |
JDFResource.getDeepPart(JDFAttributeMap m,
boolean bIncomplete)
Deprecated.
use the partUsage dependent version instead
|
protected 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 |
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.PartionGetter.getDeepPart(JDFAttributeMap m,
JDFResource.EnumPartUsage partUsage)
Deprecated.
|
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 |
PartitionGetter.getPartition(JDFAttributeMap m,
JDFResource.EnumPartUsage partUsage)
Gets the first part that matches mAttribute
|
JDFResource |
JDFResource.getPartition(JDFAttributeMap m,
JDFResource.EnumPartUsage partUsage)
Gets the first part that matches mAttribute
|
JDFResource |
JDFResource.PartionGetter.getPartition(JDFAttributeMap m,
JDFResource.EnumPartUsage partUsage)
Deprecated.
|
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 |
PartitionGetter.getPartitionVector(JDFAttributeMap m,
JDFResource.EnumPartUsage partUsage)
Gets the vector of parts (resource leaves or nodes) that match mAttribute
|
VElement |
JDFResource.getPartitionVector(JDFAttributeMap m,
JDFResource.EnumPartUsage partUsage)
Gets the vector of parts (resource leaves or nodes) that match mAttribute
|
VElement |
JDFResource.PartionGetter.getPartitionVector(JDFAttributeMap m,
JDFResource.EnumPartUsage partUsage)
Deprecated.
|
VElement |
JDFSignature.getSheetVector(JDFAttributeMap mAttrib,
boolean bAnd)
Deprecated.
use getChildElementVector() instead
|
static VString |
JDFPart.guessPartIDKeys(JDFAttributeMap map) |
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 |
JDFResourceAudit.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
|
boolean |
JDFNotification.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 |
static boolean |
JDFPart.overlapPartMap(JDFAttributeMap resourceMap,
VJDFAttributeMap vLinkMap,
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 |
JDFProcessRun.removePartMap(JDFAttributeMap mPart)
remove the part defined by mPart
|
void |
JDFPhaseTime.removePartMap(JDFAttributeMap mPart)
remove the part defined by mPart
|
void |
JDFResourceAudit.removePartMap(JDFAttributeMap mPart)
remove the part defined by mPart
|
void |
JDFMerged.removePartMap(JDFAttributeMap mPart)
remove the part defined by mPart
|
void |
JDFNotification.removePartMap(JDFAttributeMap mPart)
remove the part defined by mPart
|
void |
JDFPageCondition.setPartMap(JDFAttributeMap mPart) |
void |
JDFPart.setPartMap(JDFAttributeMap mPart)
sets the attributes of this to partmap removes all other attributes
|
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 |
JDFResourceAudit.setPartMap(JDFAttributeMap mPart)
set all parts to those defined by mPart
|
void |
JDFMerged.setPartMap(JDFAttributeMap mPart)
set all parts to those define in vParts
|
void |
JDFNotification.setPartMap(JDFAttributeMap mPart)
set all parts to those defined by mPart
|
static boolean |
JDFPart.subPartMap(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 |
Modifier and Type | Method and Description |
---|---|
boolean |
JDFTest.fitsMap(JDFAttributeMap m)
Evaluates the boolean expression (child Term element) if it fits the
attribute map 'm'
|
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). |
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 |
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. |
boolean |
JDFnot.fitsMap(JDFAttributeMap m)
Inverts the boolean state of a Term element (and, or, xor, not,
Evaluation, TestRef).
|
boolean |
JDFEvaluation.fitsMap(JDFAttributeMap m)
fitsMap - tests whether attribute map 'm' has a key specified by
BasicPreflightTest/@Name.
|
abstract boolean |
JDFTerm.fitsMap(JDFAttributeMap m)
Tests whether this Term is compatible with the attribute map
m (and, or, xor, not, Evaluation, TestRef). |
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 |
JDFIdentical.setPartMap(JDFAttributeMap mPart)
set all parts to those define in vParts
|
void |
JDFNotificationFilter.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 © 2018. All rights reserved.