|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XMLLob | |
com.ptc.core.foundation.util.common | |
com.ptc.netmarkets.nmixb | |
wt.annotation | |
wt.dataops.objectcol | |
wt.dataops.objectcol.ixb.handlers.forclasses | |
wt.dataops.objectcol.ixb.publicforhandlers | |
wt.dataops.util.xml | |
wt.graph | |
wt.inf.container.creator | |
wt.inf.template | |
wt.inf.template.creator | |
wt.inf.template.upload | |
wt.ixb.handlers.netmarkets | |
wt.projmgmt.admin | |
wt.rule | Uses the
RuleService (and server-side-only
RuleServiceSvr to manage the definition and application of
Rule s. |
wt.workflow.collaboration | |
wt.workflow.forum | |
wt.workflow.notebook | |
wt.xml | Supports Windchill to XML DOM conversion. |
Uses of XMLLob in com.ptc.core.foundation.util.common |
Methods in com.ptc.core.foundation.util.common that return XMLLob | |
static XMLLob |
XmlUtility.updateXMLLob(XMLLob xmlLob,
Document document)
Supported API: false |
Methods in com.ptc.core.foundation.util.common with parameters of type XMLLob | |
static XMLLob |
XmlUtility.updateXMLLob(XMLLob xmlLob,
Document document)
Supported API: false |
Uses of XMLLob in com.ptc.netmarkets.nmixb |
Fields in com.ptc.netmarkets.nmixb declared as XMLLob | |
(package private) XMLLob |
FolderContentsCopyHelper.ForumTemplateProxy.xlob
|
Uses of XMLLob in wt.annotation |
Fields in wt.annotation declared as XMLLob | |
private XMLLob |
AnnotationSet.theXMLLob
|
Methods in wt.annotation that return XMLLob | |
XMLLob |
AnnotationSet.getXMLLob()
Gets the object for the association that plays role: XMLLOB. |
Methods in wt.annotation with parameters of type XMLLob | |
void |
AnnotationSet.setXMLLob(XMLLob a_XMLLob)
Sets the object for the association that plays role: XMLLOB. |
Uses of XMLLob in wt.dataops.objectcol |
Fields in wt.dataops.objectcol declared as XMLLob | |
private XMLLob |
BaseCriterionDef.spec
|
Methods in wt.dataops.objectcol that return XMLLob | |
XMLLob |
BaseCriterionDef.getSpec()
Gets the value of the attribute: spec. |
Methods in wt.dataops.objectcol with parameters of type XMLLob | |
static BaseCriterionDef |
CollectionHelper.loadCriterionDef(XMLLob xmlspec,
boolean primaryDef)
Supported API: false |
static RelationshipMapDef |
CollectionHelper.loadRelationshipMapDef(XMLLob xmlspec)
Supported API: false |
void |
BaseCriterionDef.setSpec(XMLLob a_Spec)
Sets the value of the attribute: spec. |
Uses of XMLLob in wt.dataops.objectcol.ixb.handlers.forclasses |
Methods in wt.dataops.objectcol.ixb.handlers.forclasses that return XMLLob | |
protected XMLLob |
ExpImpForBaseCriterionDef.getContentAsXMLLob(IxbElement fileXML,
Importer importer)
|
Methods in wt.dataops.objectcol.ixb.handlers.forclasses with parameters of type XMLLob | |
protected BaseCriterionDef |
ExpImpForRelationshipMapDef._createNewDefObject(String primaryDef,
XMLLob lob)
|
protected BaseCriterionDef |
ExpImpForBaseCriterionDef._createNewDefObject(String primaryDef,
XMLLob lob)
|
Uses of XMLLob in wt.dataops.objectcol.ixb.publicforhandlers |
Methods in wt.dataops.objectcol.ixb.publicforhandlers with parameters of type XMLLob | |
static File |
IxbHndObjectcolHelper.createTmpFileToRead(XMLLob spec)
|
Uses of XMLLob in wt.dataops.util.xml |
Methods in wt.dataops.util.xml that return XMLLob | |
static XMLLob |
XMLHelper.createXMLLob(File f)
|
static XMLLob |
XMLHelper.createXMLLob(InputStream in)
|
Methods in wt.dataops.util.xml with parameters of type XMLLob | |
static Document |
XMLHelper.xmlLobToDocument(XMLLob xmllob)
|
Uses of XMLLob in wt.graph |
Fields in wt.graph declared as XMLLob | |
private XMLLob |
XMLObjectContentImage.xml
|
Methods in wt.graph that return XMLLob | |
protected XMLLob |
XMLObjectContentImage.getXml()
Gets the object for the association that plays role: xml. |
Methods in wt.graph with parameters of type XMLLob | |
protected void |
XMLObjectContentImage.setXml(XMLLob a_Xml)
Sets the object for the association that plays role: xml. |
private void |
XMLObjectContentImage.xmlValidate(XMLLob a_Xml)
|
Uses of XMLLob in wt.inf.container.creator |
Methods in wt.inf.container.creator with parameters of type XMLLob | |
protected WTContainer |
OrgContainerCreator.finalizeInitialization(WTContainerCreateRequest createParams,
XMLLob finalizeInitConfig)
Supported API: false |
protected WTContainer |
OrgContainerCreator.finalizeInitialization(WTContainerCreateRequest createParams,
XMLLob finalizeInitConfig)
Supported API: false |
Uses of XMLLob in wt.inf.template |
Fields in wt.inf.template declared as XMLLob | |
private XMLLob |
DefaultWTContainerTemplate.xml
|
Methods in wt.inf.template that return XMLLob | |
XMLLob |
StandardContainerTemplateService.getBusinessXML(WTContainerTemplateRef templateRef)
Retrieves the business XML for a subclass of DefaultWTContainerTemplate. |
private XMLLob |
StandardContainerTemplateService.getLobFromBusinessXMLRequest(UploadTemplateRequest businessRequest)
|
XMLLob |
DefaultWTContainerTemplate.getXml()
Gets the value of the attribute: XML. |
XMLLob |
ContainerTemplateServiceFwd.getBusinessXML(WTContainerTemplateRef templateRef)
Retrieves the business XML for a subclass of DefaultWTContainerTemplate. |
XMLLob |
ContainerTemplateService.getBusinessXML(WTContainerTemplateRef templateRef)
Retrieves the business XML for a subclass of DefaultWTContainerTemplate. |
Methods in wt.inf.template with parameters of type XMLLob | |
WTContainerRef |
StandardContainerTemplateService.importBusinessXML(WTContainerRef container,
XMLLob businessData)
Supported API: false |
private void |
StandardContainerTemplateService.validateBusinessXML(XMLLob lob)
|
void |
DefaultWTContainerTemplate.setXml(XMLLob a_Xml)
Sets the value of the attribute: XML. |
WTContainerRef |
ContainerTemplateServiceSvr.importBusinessXML(WTContainerRef container,
XMLLob businessData)
Supported API: false |
Uses of XMLLob in wt.inf.template.creator |
Methods in wt.inf.template.creator with parameters of type XMLLob | |
protected WTContainer |
AbstractWTContainerCreator.finalizeInitialization(WTContainerCreateRequest createParams,
XMLLob finalizeInitConfig)
This method should be over-ridden to finalize any other initialization that is needed prior to Adding objects needed in the container. |
protected WTContainer |
AbstractWTContainerCreator.loadBusinessTemplate(WTContainerCreateRequest createParams,
XMLLob businessXML)
This method should be over-ridden if you plan on using business XML. |
Uses of XMLLob in wt.inf.template.upload |
Fields in wt.inf.template.upload declared as XMLLob | |
private XMLLob |
UploadBusinessXMLFromXMLLob.lob
|
Constructors in wt.inf.template.upload with parameters of type XMLLob | |
UploadBusinessXMLFromXMLLob(XMLLob lob)
Supported API: false |
Uses of XMLLob in wt.ixb.handlers.netmarkets |
Fields in wt.ixb.handlers.netmarkets declared as XMLLob | |
private XMLLob |
RuleConflictHolder.ruleLob
|
Methods in wt.ixb.handlers.netmarkets that return XMLLob | |
XMLLob |
RuleConflictHolder.getRuleLob()
|
Uses of XMLLob in wt.projmgmt.admin |
Methods in wt.projmgmt.admin with parameters of type XMLLob | |
protected WTContainer |
ProjectCreator.finalizeInitialization(WTContainerCreateRequest createParams,
XMLLob finalizeInitConfig)
This method should be over-ridden to finalize any other initialization that is needed prior to Adding objects needed in the container. |
Uses of XMLLob in wt.rule |
Fields in wt.rule declared as XMLLob | |
private XMLLob |
PersistentRule.specification
|
Methods in wt.rule that return XMLLob | |
XMLLob |
PersistentRule.getSpecification()
Gets the value of the attribute: SPECIFICATION. |
Methods in wt.rule with parameters of type XMLLob | |
void |
PersistentRule.setSpecification(XMLLob a_Specification)
Sets the value of the attribute: SPECIFICATION. |
Uses of XMLLob in wt.workflow.collaboration |
Fields in wt.workflow.collaboration declared as XMLLob | |
private XMLLob |
CollaborationTemplate.structure
|
Methods in wt.workflow.collaboration that return XMLLob | |
XMLLob |
CollaborationTemplate.getStructure()
Gets the value of the attribute: STRUCTURE. |
Methods in wt.workflow.collaboration with parameters of type XMLLob | |
void |
CollaborationTemplate.setStructure(XMLLob a_Structure)
Sets the value of the attribute: STRUCTURE. |
private void |
CollaborationTemplate.structureValidate(XMLLob a_Structure)
|
Uses of XMLLob in wt.workflow.forum |
Methods in wt.workflow.forum that return XMLLob | |
XMLLob |
ForumTemplate.getStructure()
Gets the value of the attribute: STRUCTURE. |
XMLLob |
ForumTemplate.getStructure()
Gets the value of the attribute: STRUCTURE. |
Methods in wt.workflow.forum with parameters of type XMLLob | |
void |
ForumTemplate.setStructure(XMLLob a_Structure)
Sets the value of the attribute: STRUCTURE. |
static DiscussionForumTemplate |
DiscussionForumTemplate.newDiscussionForumTemplate(String tempName,
String desc,
XMLLob struc)
Deprecated. in 7.0 |
protected void |
DiscussionForumTemplate.initialize(String tempName,
String desc,
XMLLob struc)
Deprecated. |
static DiscussionForumTemplate |
DiscussionForumTemplate.newDiscussionForumTemplate(String tempName,
String desc,
XMLLob struc,
WTContainerRef containerRef)
Supported API: false |
protected void |
DiscussionForumTemplate.initialize(String tempName,
String desc,
XMLLob struc,
WTContainerRef containerRef)
Supports initialization, following construction of an instance. |
void |
ForumTemplate.setStructure(XMLLob a_Structure)
Sets the value of the attribute: STRUCTURE. |
static DiscussionForumTemplate |
DiscussionForumTemplate.newDiscussionForumTemplate(String tempName,
String desc,
XMLLob struc)
Deprecated. in 7.0 |
protected void |
DiscussionForumTemplate.initialize(String tempName,
String desc,
XMLLob struc)
Deprecated. |
static DiscussionForumTemplate |
DiscussionForumTemplate.newDiscussionForumTemplate(String tempName,
String desc,
XMLLob struc,
WTContainerRef containerRef)
Supported API: false |
protected void |
DiscussionForumTemplate.initialize(String tempName,
String desc,
XMLLob struc,
WTContainerRef containerRef)
Supports initialization, following construction of an instance. |
Uses of XMLLob in wt.workflow.notebook |
Methods in wt.workflow.notebook with parameters of type XMLLob | |
static NotebookTemplate |
NotebookTemplate.newNotebookTemplate(String name,
String description,
XMLLob structure)
Deprecated. in 7.0 |
protected void |
NotebookTemplate.initialize(String name,
String description,
XMLLob structure)
Deprecated. |
static NotebookTemplate |
NotebookTemplate.newNotebookTemplate(String name,
String description,
XMLLob structure,
WTContainerRef containerRef)
Supported API: false |
protected void |
NotebookTemplate.initialize(String name,
String description,
XMLLob structure,
WTContainerRef containerRef)
Supports initialization, following construction of an instance. |
static NotebookTemplate |
NotebookTemplate.newNotebookTemplate(String name,
String description,
XMLLob structure)
Deprecated. in 7.0 |
protected void |
NotebookTemplate.initialize(String name,
String description,
XMLLob structure)
Deprecated. |
static NotebookTemplate |
NotebookTemplate.newNotebookTemplate(String name,
String description,
XMLLob structure,
WTContainerRef containerRef)
Supported API: false |
protected void |
NotebookTemplate.initialize(String name,
String description,
XMLLob structure,
WTContainerRef containerRef)
Supports initialization, following construction of an instance. |
Uses of XMLLob in wt.xml |
Methods in wt.xml that return XMLLob | |
static XMLLob |
XMLLob.newXMLLob()
Default factory for the class. |
Methods in wt.xml with parameters of type XMLLob | |
protected boolean |
XMLLob.readVersion(XMLLob thisObject,
ObjectInput input,
long readSerialVersionUID,
boolean passThrough,
boolean superDone)
Reads the non-transient fields of this class from an external source. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |