Modifier and Type | Class and Description |
---|---|
class |
VResource
Deprecated.
use VElement instead
|
Modifier and Type | Method and Description |
---|---|
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)
Get all children from the actual element matching the given conditions
convenience for getChildElementVector(nodeName, nameSpaceURI, null, true, 0, true) |
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 |
VElement |
KElement.getChildNodes_KElement()
Deprecated.
use getChildElementVector(null, null, null, true, 0)
|
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 |
KElement.getChildrenIgnoreList(VString nodeNames,
boolean bDirect,
VElement v)
get a vector of all Children that do not match the strings defined in nodeNames
|
VElement |
KElement.getChildrenWithAttribute(String nodeName,
String attName,
String nameSpaceURI,
String attVal,
boolean bDirect)
Deprecated.
use getChildrenByTagName(nodeName, nameSpaceURI, new JDFAttributeMap(attName, attVal), bDirect, true, 0);
|
VElement |
JDFCustomerInfo.getContactVectorWithContactType(String contactType)
get a list of contacts with at least one matching contactType set
|
VElement |
KElement.getElementsByTagName_KElement(String s,
String nameSpaceURI)
wrappers of DOM routines that dont bang on null nodes
|
VElement |
JDFResourceLink.getLeafVector() |
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
|
VElement |
JDFResourceLink.getParts()
getParts - get the vector of part elements, note that a resource link with multiple part elements is effectively an OR of these parts
|
VElement |
JDFResourceLink.getRawTargetVector(int nMax)
Method getTargetVector gets the resource nodes this resourcelink refers to including all leaves with identical elements.
|
VElement |
JDFElement.getRefElements()
gets the vector of all RefElements
|
VElement |
JDFResourceLink.getTargetVector(int nMax)
Method getTargetVector gets the resource nodes this resourcelink refers to.
|
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.
|
VElement |
JDFElement.getvHRefRes(boolean bRecurse)
Deprecated.
use getvHRefRes(true,false);
|
VElement |
JDFElement.getvHRefRes(boolean bRecurse,
boolean bExpand)
get inter-resource linked resource vector
|
VElement |
KElement.getXPathElementVector(String path,
int maxSize)
gets an vector of elements element as defined by XPath to value
|
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 |
---|---|
void |
VElement.addAll(VElement elem)
addAll ignoring null collections
|
void |
VElement.appendUnique(VElement v)
AppendUnique - append a vector but ignore multiple entries - equivalence is calculated with .equals
|
void |
VElement.appendUniqueElement(VElement v)
AppendUnique - append a vector but ignore multiple entries - equivalence is calculated with isEqual,
|
void |
VElement.appendUniqueNotNull(VElement v)
Deprecated.
simply use appendUnique
|
void |
KElement.copyElements(VElement v,
KElement beforeChild)
append all children in a vector of elements in the order of the vector
|
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 |
KElement.getChildrenIgnoreList(VString nodeNames,
boolean bDirect,
VElement v)
get a vector of all Children that do not match the strings defined in nodeNames
|
boolean |
VElement.isEqual(VElement v)
are the two vectors equivalent, i.e. do thay only contain elements that are isEqual() or if this is empty and the comparison is against null
|
void |
KElement.moveElements(VElement v,
KElement beforeChild)
move all children in a vector of elements in the order of the vector
|
void |
VElement.removeElements(VElement v)
Remove elements listed in v from this
|
Modifier and Type | Method and Description |
---|---|
VElement |
UnLinkFinder.getAllUnlinked(JDFNode n)
get a vector of all unlinked resources of n and its children
|
VElement |
UnLinkFinder.getUnlinkedRefs(JDFNode n)
get a vector of all unlinked resources of n and its children
|
VElement |
UnLinkFinder.getUnlinkedResources(JDFNode n)
get a vector of all unlinked resources of n and its children
|
Constructor and Description |
---|
IDPart(String idParent,
VElement parts) |
Modifier and Type | Method and Description |
---|---|
protected VElement |
WalkColorIntentResLink.setResource(JDFElement rl,
JDFResource linkTarget,
KElement xjdf) |
protected VElement |
WalkResLink.setResource(JDFElement rl,
JDFResource linkTarget,
KElement xRoot) |
protected VElement |
WalkJDFElement.setResource(JDFElement rl,
JDFResource linkTarget,
KElement xRoot) |
protected VElement |
WalkColorPoolRef.setResource(JDFElement rl,
JDFResource linkTarget,
KElement xRoot) |
Modifier and Type | Method and Description |
---|---|
protected VElement |
BaseGoldenTicket.getNodeLinks() |
Modifier and Type | Method and Description |
---|---|
VElement |
JDFQueue.flushQueue(JDFQueueFilter qf)
flush this queue according to the rules defined in qf
|
VElement |
JDFJMF.getMessageVector()
Deprecated.
use getMessageVector (null, null)
|
static VElement |
JDFJMF.getMessageVector(JDFDoc doc,
JDFMessage.EnumFamily family,
JDFMessage.EnumType typ)
get a vector of all messages in a JMF from a JDFDoc
|
VElement |
JDFJMF.getMessageVector(JDFMessage.EnumFamily family)
Deprecated.
use getMessageVector (family, null)
|
VElement |
JDFJMF.getMessageVector(JDFMessage.EnumFamily family,
JDFMessage.EnumType typ)
get a vector of all messages in this JMF
|
VElement |
JDFQueue.getQueueEntryVector()
Get a vector of all queueentry elements
|
VElement |
JDFQueue.getQueueEntryVector(JDFAttributeMap attMap,
VJDFAttributeMap parts)
Get a vector of queueentry elements with a given set of attributes and part maps
|
VElement |
JDFQueue.getQueueEntryVector(NodeIdentifier nid)
Get a vector of queueentry elements that matches a given nodeidentifier
|
VElement |
JDFPipeParams.getResourceLinks(String nam,
JDFAttributeMap mAttrib,
String nameSpaceURI)
Deprecated.
use getResourceLink()
|
VElement |
JDFResourceInfo.getResourceVector()
get all resources
|
Modifier and Type | Method and Description |
---|---|
void |
JDFFlushQueueInfo.setQueueEntryDefsFromQE(VElement zapped)
create a queuefilter from the zapped queuentries
|
Modifier and Type | Method and Description |
---|---|
VElement |
JDFNode.getCompleted()
get a vector with all nodes
|
VElement |
JDFNode.getIntents()
Get vector of linked input resource intents
|
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.getLinkedResourceVector(JDFResourceLink.EnumUsage usage,
String resName,
JDFNode.EnumProcessUsage procUsage,
boolean expandLeaves)
get the vector of all resource leaves linked to a resource
|
VElement |
JDFNode.getLinks(String linkName,
JDFAttributeMap mLinkAtt,
String linkNS)
Deprecated.
- use getResourceLinks
|
VElement |
JDFNode.getLinks(String linkName,
String nameSpaceURI)
Deprecated.
this routine does not belong here at all!
|
VElement |
JDFNode.getLinksForCombinedProcessIndex(int combinedProcessIndex)
get the links that are selected by a given CombinedProcessIndex
all links with no CombinedProcessIndex are included in the list |
VElement |
JDFNode.CombinedProcessLinkHelper.getLinksForCombinedProcessIndex(int combinedProcessIndex)
get the links that are selected by a given CombinedProcessIndex
all links with no CombinedProcessIndex are included in the list |
VElement |
JDFNode.CombinedProcessLinkHelper.getLinksForType(JDFNode.EnumType type)
get the links that are selected by a given CombinedProcessIndex
all links with no CombinedProcessIndex are included in the list |
VElement |
JDFNode.getLinksForType(JDFNode.EnumType type,
int nType)
get the links that are selected by a given CombinedProcessIndex
all links with no CombinedProcessIndex are included in the list |
VElement |
AuditToJMF.getLocalJMFs(JDFAudit.EnumAuditType auditType) |
VElement |
JDFNode.getMatchingLinks(String resName,
boolean bLink,
JDFNode.EnumProcessUsage processUsage)
get the links that match the typesafe resource name if the Resource type is not defined for the process represented by this node see chapter 6 JDFSpec, then the links are ignored
|
VElement |
JDFNode.getMatchingNodes(NodeIdentifier ni)
returns all subnodes of this (including this) that match ni
|
VElement |
JDFNode.getPredecessors(boolean bPre,
boolean bDirect)
get a vector of all direct predecessor or following nodes, depending on bPre
|
VElement |
JDFNode.getResourceLinks()
Deprecated.
use getResourceLinks(null)
|
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
|
VElement |
JDFNode.getUnknownLinkVector(VString vInNameSpace,
int nMax)
get a vector of ResourceLink elements that exist but are unknown by this element
|
VElement |
JDFNode.getUnlinkedResources(boolean bLocal)
Deprecated.
- Use @see UnlinkFinder
|
VElement |
JDFNode.getvJDFNode(String task,
JDFNode.EnumActivation active,
boolean bDirect)
Get a vector of all JDF children with type nodeType
|
VElement |
JDFNode.prepareNodeInfo(VJDFAttributeMap vSpawnParts)
prepare the nodeinfo for a list of parts, e.g. for a partitioned spawn if nodeinfo is prepartitioned it will return a vector of all matching leaves
|
Modifier and Type | Method and Description |
---|---|
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
|
VElement |
JDFStatusPool.getCreatePartStatusVector(Vector vmPart)
getCreatePartStatusVector - get a vector of PartStatus that fits to the filter defined by mPart
|
VElement |
JDFResourceLinkPool.getInOutLinks(boolean bInOut,
boolean bLink,
String resName,
String resProcUsage)
Deprecated.
use getInOutLinks with EnumUsage signature
|
VElement |
JDFResourceLinkPool.getInOutLinks(JDFResourceLink.EnumUsage usage,
boolean bLink,
String resName,
JDFNode.EnumProcessUsage procUsage)
GetInOutLinks - get the links from the pool (input or output)
default: GetInOutLinks(null, true, null, null)
|
VElement |
JDFResourceLinkPool.getInOutLinksExtended(JDFResourceLink.EnumUsage usage,
boolean bLink,
String resName,
String procUsage,
String namespaceURI,
boolean bAll)
getInOutLinksExtended - get the links from the pool (input or output)
default: GetInOutLinks(null, true, null, null)
|
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()
|
VElement |
JDFResourceLinkPool.getLinks(String elementName,
String nameSpaceURI)
Deprecated.
use getPoolChildren()
|
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
|
VElement |
JDFAmountPool.getPartAmountVector(VJDFAttributeMap vmPart,
boolean bCreate)
Deprecated.
use getMatchingPartAmountVector default: GetPartAmountVector(VJDFAttributeMap vmPart, false)
|
VElement |
JDFStatusPool.getPartStatusVector(Vector vmPart)
getPartStatusVector - get a vector of PartStatus that fits to the filter defined by mPart
|
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) |
VElement |
JDFAuditPool.getResourceAudits(String id,
VJDFAttributeMap vPartMap)
getResourceAudits - get the resourceAudits for a given Resource
|
VElement |
JDFResourcePool.getUnlinkedResources()
get all completely unlinked resources
|
static VElement |
JDFResourceLinkPool.resourceVector(VElement linkVector,
String resType)
ResourceVector - convert a link vector to a resource vector
|
VElement |
JDFAuditPool.setPhase(JDFJMF jmf)
finds all status messages in a jmf and fills the phaseTime with the appropriate data
|
Modifier and Type | Method and Description |
---|---|
static VElement |
JDFResourceLinkPool.resourceVector(VElement linkVector,
String resType)
ResourceVector - convert a link vector to a resource vector
|
JDFPhaseTime |
JDFAuditPool.setPhase(JDFElement.EnumNodeStatus status,
String statusDetails,
VJDFAttributeMap vmParts,
VElement employees)
Create or modify a PhaseTime Audit and fill it If the phase is identical to the prior phase that has been set, the existing PhaseTime is modified
otherwise an existing phaseTime is closed and a new phaseTime is appended Phasetime elements with different Parts are treated independently
|
Modifier and Type | Method and Description |
---|---|
VElement |
JDFResource.addPartitions(JDFResource.EnumPartIDKey partType,
VString values)
Creates parts of part type 'partType' with values as defined in 'values'; the number of values is defined by the number of elements in 'values'
|
VElement |
JDFResource.createPartitions(VJDFAttributeMap vPartMap,
VString vPartIDKeys)
Recursively adds the partition leaves defined in vPartMap
|
VElement |
JDFResource.getAttributePartVector(String key)
Gets a unique vector of resource leaf elements that actually contain the attribute key
|
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
|
VElement |
JDFResource.getCreator(boolean bCreate)
Gets the creators (bCreate=true) or consumers (bCreate=false) of this resource
|
VElement |
JDFDevice.getExecutableJDF(JDFNode docRoot,
JDFBaseDataTypes.EnumFitsValue testlists,
JDFElement.EnumValidationLevel validationLevel)
Gets of jdfRoot a vector of all executable nodes (jdf root or children nodes that this Device may execute)
|
protected static VElement |
JDFSignature.getLayoutElementVector(JDFResource layout,
String elementName,
String partitionKeyName)
get a vector of specific layout elements
|
VElement |
JDFSignature.getLayoutLeaves(boolean bAll)
get the leaves of a layout, either pre 1.2 or post 1.3
|
VElement |
JDFResource.getLeaves(boolean bAll)
Gets a list of all direct leaves
|
VElement |
JDFResource.getLinks(String linkName)
Deprecated.
[BLD009] use getLinks(linkName, null)
|
VElement |
JDFResource.getLinks(String linkName,
String nameSpaceURI)
Gets all elements with name linkName, which contain id/idrefs that point to this resource
|
VElement |
JDFResource.getLinksAndRefs()
Deprecated.
use getLinksAndRefs(true,true);
|
VElement |
JDFResource.getLinksAndRefs(boolean bLink,
boolean bRef)
Gets all resourcelinks and refelements that link to this
note that this method may be tim consuming in a large loop - in case of massive cleanup, use LinkRefFinder and access the complete map of references from within the loop @see LinkRefFinder |
VElement |
JDFPhaseTime.getLinkVector()
return the ResourceLink in
this , null if none exists |
VElement |
JDFValue.getLocVector()
Deprecated.
use getChildElementVector() instead
|
VElement |
JDFValue.getLocVector(JDFAttributeMap mAttrib,
boolean bAnd)
Deprecated.
use getChildElementVector() instead
|
VElement |
JDFDevice.getMatchingDeviceCapVector(JDFNode testRoot,
boolean bLocal)
return all deviceCap elements that correspond to testRoot
|
VElement |
JDFDevice.getMatchingTypeNodeVector(JDFNode testRoot)
test whether a given node has the corect Types and Type Attribute
|
VElement |
JDFResource.getNodesWithSpawnID(String spawnID)
Gets of 'this' all leaves and intermediate nodes that have an explicit spawnID set
|
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 |
JDFResource.getPartitionVector(JDFResource.EnumPartIDKey key,
String value,
boolean bIncomplete)
Deprecated.
use getPartitionVector(JDFAttributeMap m, EnumPartUsage partUsage)
|
VElement |
PartitionGetter.getPartitionVector(VJDFAttributeMap vm,
JDFResource.EnumPartUsage partUsage)
Gets the vector of parts (resource leaves or nodes) that match mAttribute
|
VElement |
JDFResource.getPartitionVector(VJDFAttributeMap vm,
JDFResource.EnumPartUsage partUsage)
Gets the vector of parts (resource leaves or nodes) that match mAttribute
|
VElement |
JDFResource.PartionGetter.getPartitionVector(VJDFAttributeMap vm,
JDFResource.EnumPartUsage partUsage)
Deprecated.
|
VElement |
JDFResourceAudit.getResourceLinkVector()
Get the vector of ResourceLinks
|
VElement |
JDFSignature.getSheetVector()
get the vector of sheets in this signature
|
VElement |
JDFSignature.getSheetVector(JDFAttributeMap mAttrib,
boolean bAnd)
Deprecated.
use getChildElementVector() instead
|
VElement |
JDFResource.getUpdateVector()
Deprecated.
updates never really took off in JDF
|
VElement |
JDFPhaseTime.setModules(VString moduleIDs,
VString moduleTypes) |
Modifier and Type | Method and Description |
---|---|
void |
JDFPhaseTime.setLinks(VElement vRL)
copy a Vector of resourceLinks into this PhaseTime
|
Modifier and Type | Method and Description |
---|---|
VElement |
JDFDevCap.getAllMatchingElementsFromParent(KElement parent)
gets the matching elements in the node that match the nodename of this
|
VElement |
JDFDevCaps.getDevCapVector()
getDevCapVector()
|
VElement |
JDFDevCap.getDevCapVector(VElement devCaps,
boolean bDirect)
Gets of this the Vector of all direct child DevCap elements plus the
referenced (by attribute DevCapRefs) reusable DevCap elements, that are
located in DevCapPool
|
VElement |
JDFDeviceCap.getExecutableJDF(JDFNode jdfRoot,
JDFBaseDataTypes.EnumFitsValue testlists,
JDFElement.EnumValidationLevel level)
Gets of jdfRoot a vector of all executable nodes (jdf root or children nodes that this Device may execute)
|
VElement |
JDFDevCaps.getMatchingElementsFromJMF(JDFMessage messageElement)
gets the matching elements in node that match this devcaps
|
VElement |
JDFDevCap.getMatchingElementsFromParent(KElement parent,
VElement vDevCap)
gets the matching elements in the node that match
this |
VElement |
JDFDeviceCap.getMatchingTypeNodeVector(JDFNode testRoot)
test whether a given node has the corect Types and Type Attribute
|
VElement |
JDFDeviceCap.getStates()
get all direct state elements of
|
VElement |
JDFDevCap.getStates(boolean bDirect,
String id)
return the vector of all states
|
VElement |
JDFNodeTerm.getTermVector()
Deprecated.
use getTermVector(null)
|
VElement |
JDFNodeTerm.getTermVector(JDFTerm.EnumTerm term)
gets a vector of all terms
|
Modifier and Type | Method and Description |
---|---|
VElement |
JDFDevCap.getDevCapVector(VElement devCaps,
boolean bDirect)
Gets of this the Vector of all direct child DevCap elements plus the
referenced (by attribute DevCapRefs) reusable DevCap elements, that are
located in DevCapPool
|
VElement |
JDFDevCap.getMatchingElementsFromParent(KElement parent,
VElement vDevCap)
gets the matching elements in the node that match
this |
Modifier and Type | Method and Description |
---|---|
VElement |
JDFIntentResource.getSpans()
get a list of all span resources
|
Modifier and Type | Method and Description |
---|---|
VElement |
JDFRunList.getPageLeaves()
get the list of RunList Leaves with IsPage=true
|
VElement |
JDFSurface.getPlacedObjectVector()
gets the vector of all placed objects that reside directly in this
partition retains the order of marks and content
|
VElement |
JDFLayout.getSignatureVector()
get the vector of sheets in this signature
|
static VElement |
JDFIdentical.removeIdenticals(VElement leaves) |
Modifier and Type | Method and Description |
---|---|
JDFRunList |
JDFRunList.addSepRun(VElement fileSpec,
Vector sepNames)
Deprecated.
|
JDFRunList |
JDFRunList.addSepRun(VElement fileSpec,
Vector sepNames,
boolean pageMajor)
Deprecated.
|
JDFRunList |
JDFRunList.addSepRun(VElement fileSpec,
Vector sepNames,
int first)
Deprecated.
|
JDFRunList |
JDFRunList.addSepRun(VElement fileSpec,
Vector sepNames,
int first,
boolean pageMajor)
Deprecated.
|
JDFRunList |
JDFRunList.addSepRun(VElement fileSpec,
Vector sepNames,
int first,
int n)
Deprecated.
|
JDFRunList |
JDFRunList.addSepRun(VElement fileSpec,
Vector sepNames,
int first,
int n,
boolean pageMajor)
Deprecated.
060503 use the version with VString VString
|
static VElement |
JDFIdentical.removeIdenticals(VElement leaves) |
Modifier and Type | Method and Description |
---|---|
VElement |
JDFSheet.getSurfaceVector()
get the vector of surfaces in this sheet
|
VElement |
JDFSheet.getSurfaceVector(JDFAttributeMap mAttrib,
boolean bAnd)
Deprecated.
use getChildElementVector() instead
|
Modifier and Type | Method and Description |
---|---|
void |
StatusCounter.setActiveNode(JDFNode node,
VJDFAttributeMap vPartMap,
VElement vResLinks)
set the currently active node
|
Constructor and Description |
---|
StatusCounter(JDFNode node,
VJDFAttributeMap vPartMap,
VElement vResLinks)
construct a StatusUtil for a node n
|
StatusUtil(JDFNode node,
VJDFAttributeMap vPartMap,
VElement vResLinks)
Deprecated.
construct a StatusUtil for a node n
|
Copyright © 2018. All rights reserved.