|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Templateable | |
com.ptc.windchill.enterprise.copy.server | |
com.ptc.windchill.enterprise.doc.server | |
com.ptc.windchill.enterprise.nativeapp.msoi.server | |
com.ptc.windchill.enterprise.nativeapp.server | |
com.ptc.windchill.enterprise.templates | |
com.ptc.windchill.enterprise.templates.doc.server | |
wt.doc | |
wt.federation | The federation service (wt.federation package) provides functionality to create and manage proxy objects of remote systems and perform utility functions supporting the federation system. |
Uses of Templateable in com.ptc.windchill.enterprise.copy.server |
Methods in com.ptc.windchill.enterprise.copy.server that return Templateable | |
static Templateable |
TemplateObjectFactory.createFromTemplate(Templateable objTemplate,
HashMap nameValueData,
Locale locale,
String applicationName)
Deprecated. |
static Templateable |
TemplateObjectFactory.createTemplate(String objType,
HashMap nameValueData,
Locale locale)
Deprecated. |
static Templateable |
TemplateObjectFactory.createTemplate(TypeIdentifier objType,
HashMap nameValueData,
Locale locale)
Deprecated. |
Templateable |
TemplateObjectDelegate.createFromTemplate(Templateable objTemplate,
HashMap nameValueData,
Locale locale,
String applicationName)
Deprecated. |
Templateable |
TemplateObjectDelegate.createTemplate(TypeIdentifier objType,
HashMap nameValueData,
Locale locale)
Deprecated. |
Methods in com.ptc.windchill.enterprise.copy.server with parameters of type Templateable | |
static Templateable |
TemplateObjectFactory.createFromTemplate(Templateable objTemplate,
HashMap nameValueData,
Locale locale,
String applicationName)
Deprecated. |
static HashMap |
TemplateObjectFactory.getCreateFromTemplateAttributes(WTContainer context,
Templateable objTemplate,
HashMap hashMap,
Locale locale)
Return a list of the modeled attributes that need to be populated for a create. |
static HashMap |
TemplateObjectFactory.getUpdateTemplateAttributes(Templateable object,
HashMap hashMap,
Locale locale)
Return a list of the modeled attributes that need to be populated for an update document template. |
static HashMap |
TemplateObjectFactory.getDetailsTemplateAttributes(Templateable object,
HashMap hashMap,
ClientConfiguration clientInfo,
Locale locale)
Return a list of the modeled attributes that need to be populated for the details page of a document template. |
static HashMap |
TemplateObjectFactory.getCheckinTemplateAttributes(Templateable object,
HashMap hashMap,
Locale locale)
Return a list of the modeled attributes that need to be populated for a checkin document template. |
Templateable |
TemplateObjectDelegate.createFromTemplate(Templateable objTemplate,
HashMap nameValueData,
Locale locale,
String applicationName)
Deprecated. |
HashMap |
TemplateObjectDelegate.getCreateFromTemplateAttributes(WTContainer context,
Templateable objTemplate,
HashMap hashMap,
Locale locale)
Deprecated. |
HashMap |
TemplateObjectDelegate.getUpdateTemplateAttributes(Templateable object,
HashMap hashMap,
Locale locale)
Deprecated. |
HashMap |
TemplateObjectDelegate.getDetailsTemplateAttributes(Templateable object,
HashMap hashMap,
ClientConfiguration clientInfo,
Locale locale)
Deprecated. |
HashMap |
TemplateObjectDelegate.getCheckinTemplateAttributes(Templateable object,
HashMap hashMap,
Locale locale)
Deprecated. |
Uses of Templateable in com.ptc.windchill.enterprise.doc.server |
Methods in com.ptc.windchill.enterprise.doc.server that return Templateable | |
Templateable |
WTDocumentTemplateProjectDelegate.createFromTemplate(Templateable objTemplate,
HashMap nameValueData,
Locale locale,
String applicationName)
Deprecated. |
Templateable |
WTDocumentTemplateProjectDelegate.createTemplate(TypeIdentifier objType,
HashMap nameValueData,
Locale locale)
Deprecated. |
Templateable |
WTDocumentTemplateDelegate.createFromTemplate(Templateable objTemplate,
HashMap nameValueData,
Locale locale,
String applicationName)
Deprecated. |
Templateable |
WTDocumentTemplateDelegate.createTemplate(TypeIdentifier objType,
HashMap nameValueData,
Locale locale)
Deprecated. |
Methods in com.ptc.windchill.enterprise.doc.server with parameters of type Templateable | |
Templateable |
WTDocumentTemplateProjectDelegate.createFromTemplate(Templateable objTemplate,
HashMap nameValueData,
Locale locale,
String applicationName)
Deprecated. |
HashMap |
WTDocumentTemplateProjectDelegate.getCreateFromTemplateAttributes(WTContainer context,
Templateable objTemplate,
HashMap hashMap,
Locale locale)
Return a list of the modeled attributes that need to be populated for a create. |
HashMap |
WTDocumentTemplateProjectDelegate.getUpdateTemplateAttributes(Templateable object,
HashMap hashMap,
Locale locale)
Return a list of the modeled attributes that need to be populated for an update document template. |
HashMap |
WTDocumentTemplateProjectDelegate.getDetailsTemplateAttributes(Templateable object,
HashMap hashMap,
ClientConfiguration clientInfo,
Locale locale)
Return a list of the modeled attributes that need to be populated for the details page of a document template. |
HashMap |
WTDocumentTemplateProjectDelegate.getCheckinTemplateAttributes(Templateable object,
HashMap hashMap,
Locale locale)
Return a list of the modeled attributes that need to be populated for a checkin document template. |
Templateable |
WTDocumentTemplateDelegate.createFromTemplate(Templateable objTemplate,
HashMap nameValueData,
Locale locale,
String applicationName)
Deprecated. |
HashMap |
WTDocumentTemplateDelegate.getCreateFromTemplateAttributes(WTContainer context,
Templateable objTemplate,
HashMap hashMap,
Locale locale)
Deprecated. |
HashMap |
WTDocumentTemplateDelegate.getUpdateTemplateAttributes(Templateable object,
HashMap hashMap,
Locale locale)
Deprecated. |
HashMap |
WTDocumentTemplateDelegate.getDetailsTemplateAttributes(Templateable object,
HashMap hashMap,
ClientConfiguration clientInfo,
Locale locale)
Deprecated. |
HashMap |
WTDocumentTemplateDelegate.getCheckinTemplateAttributes(Templateable object,
HashMap hashMap,
Locale locale)
Deprecated. |
protected HashMap |
WTDocumentTemplateDelegate.getCreateFromTemplateAttributes(String[] solutionList,
WTContainer context,
Templateable template,
HashMap hashMap,
boolean autoNumber,
Locale locale)
Deprecated. |
Uses of Templateable in com.ptc.windchill.enterprise.nativeapp.msoi.server |
Methods in com.ptc.windchill.enterprise.nativeapp.msoi.server with parameters of type Templateable | |
HashMap |
DefaultApplicationTaskDelegate.getCreateFromTemplateAttributes(Templateable objTemplate,
WTContainer context,
Locale locale)
Returns a list of the both soft and modeled attributes required for a create document from template (soft type or modeled type). |
Uses of Templateable in com.ptc.windchill.enterprise.nativeapp.server |
Methods in com.ptc.windchill.enterprise.nativeapp.server with parameters of type Templateable | |
HashMap |
ApplicationTaskDelegate.getCreateFromTemplateAttributes(Templateable objTemplate,
WTContainer context,
Locale locale)
Returns a list of the both soft and modeled attributes required for a create document from template (soft type or modeled type). |
static HashMap |
ApplicationIntegrationFactory.getCreateFromTemplateAttributes(Templateable objTemplate,
WTContainer context,
Locale locale,
String applicationName)
Returns a list of the both soft and modeled attributes required for a create document from template (soft type or modeled type). |
Uses of Templateable in com.ptc.windchill.enterprise.templates |
Methods in com.ptc.windchill.enterprise.templates that return Templateable | |
static Templateable |
TemplatesUtility.getLatestVersionIteration(Templateable obj)
A method that takes a Templateable object as the input and returns the latest iteration of the latest version of the object. |
Templateable |
TemplatesObjectDelegate.newTemplate(String objType,
String context)
Create an object that will be used as a template object and set its context, defaults and mandatory values etc. |
Templateable |
TemplatesObjectDelegate.newTemplate(TypeIdentifier objType,
WTContainer context)
Create an object that will be used as a template object and set its context, defaults and mandatory values etc. |
static Templateable |
TemplatesFactory.newTemplate(String objType,
String context)
Create an object that will be used as a template object and set its context, defaults and mandatory values etc. |
static Templateable |
TemplatesFactory.newTemplate(TypeIdentifier objType,
WTContainer context)
Create an object that will be used as a template object and set its context, defaults and mandatory values etc. |
static Templateable |
TemplatesFactory.doCreateTemplateContextTasks(String selector,
Object branchingObj,
Templateable object,
HashMap inputHash)
Perform context specific tasks during Create Template operation. |
static Templateable |
TemplatesFactory.doPostCreateTemplateContextTasks(String selector,
Object branchingObj,
Templateable object,
HashMap inputHash)
Perform context specific tasks after persisting the template during a Create Template operation. |
Templateable |
TemplatesContextDelegate.doCreateTemplateContextTasks(Templateable object,
HashMap inputHash)
Perform context specific tasks during Create Template operation. |
Templateable |
TemplatesContextDelegate.doPostCreateTemplateContextTasks(Templateable object,
HashMap inputHash)
Perform context specific tasks after persisting the template during a Create Template operation. |
Methods in com.ptc.windchill.enterprise.templates with parameters of type Templateable | |
static RevisionControlled |
TemplatesUtility.saveObjFromTemplate(RevisionControlled object,
Templateable template)
A wrapper function that uses a Templateable object as the input. |
static String |
TemplatesUtility.getEnabledVersionString(Templateable object)
A method that uses a Templateable object as the input and returns the enabled version.iteration string of that object. |
static void |
TemplatesUtility.disablePriorIterations(Templateable obj)
A method that uses a Templateable object as the input and disables the previously enabled version/iteration if the current iteration is enabled. |
static Templateable |
TemplatesUtility.getLatestVersionIteration(Templateable obj)
A method that takes a Templateable object as the input and returns the latest iteration of the latest version of the object. |
RevisionControlled |
TemplatesObjectDelegate.newObjFromTemplate(Templateable objTemplate,
String context)
Create an object from template and set its context, defaults and mandatory values etc. |
static Templateable |
TemplatesFactory.doCreateTemplateContextTasks(String selector,
Object branchingObj,
Templateable object,
HashMap inputHash)
Perform context specific tasks during Create Template operation. |
static RevisionControlled |
TemplatesFactory.newObjFromTemplate(Templateable objTemplate,
String context)
Create an object from template and set its context, defaults and mandatory values etc. |
static RevisionControlled |
TemplatesFactory.doCreateFromTemplateContextTasks(String selector,
Object branchingObj,
RevisionControlled object,
Templateable template,
HashMap inputHash)
Perform context specific tasks during Create from Template operation. |
static Templateable |
TemplatesFactory.doPostCreateTemplateContextTasks(String selector,
Object branchingObj,
Templateable object,
HashMap inputHash)
Perform context specific tasks after persisting the template during a Create Template operation. |
static RevisionControlled |
TemplatesFactory.doPostCreateFromTemplateContextTasks(String selector,
Object branchingObj,
RevisionControlled object,
Templateable template,
HashMap inputHash)
Perform context specific tasks after persisting the object created from template during a Create from Template operation. |
Templateable |
TemplatesContextDelegate.doCreateTemplateContextTasks(Templateable object,
HashMap inputHash)
Perform context specific tasks during Create Template operation. |
RevisionControlled |
TemplatesContextDelegate.doCreateFromTemplateContextTasks(RevisionControlled object,
Templateable template,
HashMap inputHash)
Perform context specific tasks during Create from Template operation. |
Templateable |
TemplatesContextDelegate.doPostCreateTemplateContextTasks(Templateable object,
HashMap inputHash)
Perform context specific tasks after persisting the template during a Create Template operation. |
RevisionControlled |
TemplatesContextDelegate.doPostCreateFromTemplateContextTasks(RevisionControlled object,
Templateable template,
HashMap inputHash)
Perform context specific tasks after persisting the object created from template during a Create from Template operation. |
Uses of Templateable in com.ptc.windchill.enterprise.templates.doc.server |
Methods in com.ptc.windchill.enterprise.templates.doc.server that return Templateable | |
protected Templateable |
TemplatesWTDocumentDelegate.initNewTemplate(Templateable template,
String objType,
String context)
Initializes the new template Supported API: true |
protected Templateable |
TemplatesWTDocumentDelegate.initNewTemplate(Templateable template,
TypeIdentifier objType,
WTContainer context)
Initializes the new template Supported API: true |
Templateable |
TemplatesWTDocumentDelegate.newTemplate(String objType,
String context)
Create an object that will be used as a template object and set its context, defaults and mandatory values etc. |
Templateable |
TemplatesWTDocumentDelegate.newTemplate(TypeIdentifier objType,
WTContainer context)
Create an object that will be used as a template object and set its context, defaults and mandatory values etc. |
Templateable |
TemplatesProjectWTDocumentDelegate.doCreateTemplateContextTasks(Templateable object,
HashMap inputHash)
Perform context specific tasks during Create Template operation. |
Templateable |
TemplatesProjectWTDocumentDelegate.doPostCreateTemplateContextTasks(Templateable object,
HashMap inputHash)
Perform context specific tasks after persisting the template during a Create Template operation. |
Templateable |
TemplatesEnterpriseWTDocumentDelegate.doCreateTemplateContextTasks(Templateable object,
HashMap inputHash)
Perform context specific tasks during Create Template operation. |
Templateable |
TemplatesEnterpriseWTDocumentDelegate.doPostCreateTemplateContextTasks(Templateable object,
HashMap inputHash)
Perform context specific tasks after persisting the template during a Create Template operation. |
Templateable |
TemplateProjectWTDocumentDelegate.doCreateTemplateContextTasks(Templateable object,
HashMap inputHash)
Perform context specific tasks during Create Template operation. |
Templateable |
TemplateProjectWTDocumentDelegate.doPostCreateTemplateContextTasks(Templateable object,
HashMap inputHash)
Perform context specific tasks after persisting the template during a Create Template operation. |
Methods in com.ptc.windchill.enterprise.templates.doc.server with parameters of type Templateable | |
protected Templateable |
TemplatesWTDocumentDelegate.initNewTemplate(Templateable template,
String objType,
String context)
Initializes the new template Supported API: true |
protected Templateable |
TemplatesWTDocumentDelegate.initNewTemplate(Templateable template,
TypeIdentifier objType,
WTContainer context)
Initializes the new template Supported API: true |
RevisionControlled |
TemplatesWTDocumentDelegate.newObjFromTemplate(Templateable objTemplate,
String context)
Create an object from template and set its context, defaults and mandatory values etc. |
Templateable |
TemplatesProjectWTDocumentDelegate.doCreateTemplateContextTasks(Templateable object,
HashMap inputHash)
Perform context specific tasks during Create Template operation. |
RevisionControlled |
TemplatesProjectWTDocumentDelegate.doCreateFromTemplateContextTasks(RevisionControlled object,
Templateable template,
HashMap inputHash)
Perform context specific tasks during Create from Template operation. |
Templateable |
TemplatesProjectWTDocumentDelegate.doPostCreateTemplateContextTasks(Templateable object,
HashMap inputHash)
Perform context specific tasks after persisting the template during a Create Template operation. |
RevisionControlled |
TemplatesProjectWTDocumentDelegate.doPostCreateFromTemplateContextTasks(RevisionControlled object,
Templateable template,
HashMap inputHash)
Perform context specific tasks after persisting the object created from template during a Create from Template operation. |
Templateable |
TemplatesEnterpriseWTDocumentDelegate.doCreateTemplateContextTasks(Templateable object,
HashMap inputHash)
Perform context specific tasks during Create Template operation. |
RevisionControlled |
TemplatesEnterpriseWTDocumentDelegate.doCreateFromTemplateContextTasks(RevisionControlled object,
Templateable template,
HashMap inputHash)
Perform context specific tasks during Create from Template operation. |
Templateable |
TemplatesEnterpriseWTDocumentDelegate.doPostCreateTemplateContextTasks(Templateable object,
HashMap inputHash)
Perform context specific tasks after persisting the template during a Create Template operation. |
RevisionControlled |
TemplatesEnterpriseWTDocumentDelegate.doPostCreateFromTemplateContextTasks(RevisionControlled object,
Templateable template,
HashMap inputHash)
Perform context specific tasks after persisting the object created from template during a Create from Template operation. |
Templateable |
TemplateProjectWTDocumentDelegate.doCreateTemplateContextTasks(Templateable object,
HashMap inputHash)
Perform context specific tasks during Create Template operation. |
RevisionControlled |
TemplateProjectWTDocumentDelegate.doCreateFromTemplateContextTasks(RevisionControlled object,
Templateable template,
HashMap inputHash)
Perform context specific tasks during Create from Template operation. |
Templateable |
TemplateProjectWTDocumentDelegate.doPostCreateTemplateContextTasks(Templateable object,
HashMap inputHash)
Perform context specific tasks after persisting the template during a Create Template operation. |
RevisionControlled |
TemplateProjectWTDocumentDelegate.doPostCreateFromTemplateContextTasks(RevisionControlled object,
Templateable template,
HashMap inputHash)
Perform context specific tasks after persisting the object created from template during a Create from Template operation. |
Uses of Templateable in wt.doc |
Classes in wt.doc that implement Templateable | |
class |
WTDocument
The reference implementation of a DocumentVersion. |
Methods in wt.doc that return Templateable | |
private Templateable |
WTDocumentProcessor.getLatestVersionIteration(Templateable obj)
Deprecated. |
Methods in wt.doc with parameters of type Templateable | |
private Templateable |
WTDocumentProcessor.getLatestVersionIteration(Templateable obj)
Deprecated. |
protected void |
StandardWTDocumentService.validateDocTemplateName(Templateable target)
|
Uses of Templateable in wt.federation |
Classes in wt.federation that implement Templateable | |
class |
ProxyDocument
Use the newProxyDocument static factory method(s), not the
ProxyDocument constructor, to construct instances of this
class. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |