Uses of Class
com.infoengine.object.factory.Att

Packages that use Att
com.infoengine.object.factory   
com.infoengine.SAK   
com.infoengine.soap.util   
com.infoengine.soap.util.sax   
com.infoengine.webject.mgt   
com.ptc.core.adapter.server.impl   
com.ptc.core.ca.co.client.doer   
com.ptc.core.ca.co.client.doer.function.impl   
com.ptc.core.ca.co.client.search   
com.ptc.refimpl.co.tasks.util   
com.ptc.windchill.enterprise.dataops.server.impl   
 

Uses of Att in com.infoengine.object.factory
 

Fields in com.infoengine.object.factory declared as Att
(package private)  Att XML2Group.lastAtt
           
 

Methods in com.infoengine.object.factory that return Att
private  Att Group.copyConnectorAttribute(Attribute att)
           
 Att Element.getAtt(String name)
          Returns an attribute by name.
 Att Element.getAtt(AttributeTypeIdentifier attrTypeId)
          Returns an attribute by attribute type identifier.
 Att Element.getAttByMeta(String name, Object value)
          Returns the attribute containing a specific metadata name and value.
 Att Att.deepClone()
          Returns a deep copy of this attribute.
 

Methods in com.infoengine.object.factory with parameters of type Att
 void Element.setAtt(Att attribute)
          Sets the attribute associated with the element.
 void Element.addAtt(Att attribute)
          Adds an attribute to the element.
 void Element.removeAtt(Att attribute)
          Removes a specific attribute from the element.
protected static IeNode Element.newStructure(String name, Att attribute)
          Builds a new element structure with a specific name and value.
 

Constructors in com.infoengine.object.factory with parameters of type Att
Element(String name, Att data)
          Constructs an element with a name and initial value.
 

Uses of Att in com.infoengine.SAK
 

Methods in com.infoengine.SAK that return Att
 Att IeService.getAttribute(String groupName, int index, String attrName)
          Return a named attribute of an element selected by index.
 Att IeService.getAttribute(String groupName, String keyName, String keyValue, String attrName)
          Return a named attribute of an element selected by attribute name and value.
 

Uses of Att in com.infoengine.soap.util
 

Methods in com.infoengine.soap.util that return Att
static Att IESOAPUtils.elementToAttribute(javax.xml.soap.SOAPElement elm, javax.xml.soap.SOAPMessage message)
          Turns a SOAPElement representing an I*E attribute back into a attribute.
 

Methods in com.infoengine.soap.util with parameters of type Att
static void IESOAPUtils.attributeToElement(Att att, javax.xml.soap.SOAPElement parent, javax.xml.soap.SOAPMessage message)
          Turns an I*E attribute into a SOAPElement.
static void IESOAPUtils.attributeToElement(Att att, javax.xml.soap.SOAPElement parent, javax.xml.soap.SOAPMessage message, String eName, boolean type, boolean qualify)
          Turns an I*E attribute into a SOAPElement.
static Attribute IESOAPUtils.lightweight(Att a)
          Turns a heavy I*E attribute into a lightweight one.
 

Uses of Att in com.infoengine.soap.util.sax
 

Fields in com.infoengine.soap.util.sax declared as Att
private  Att IEAttributeDeserializer.att
           
 

Uses of Att in com.infoengine.webject.mgt
 

Methods in com.infoengine.webject.mgt with parameters of type Att
private  void GenerateWsdl.checkForComplexType(Element e, Att a, String rType, Hashtable beansToDescribe, Vector outputArrays, StringBuffer sb, StringBuffer arraySB)
           
 

Uses of Att in com.ptc.core.adapter.server.impl
 

Methods in com.ptc.core.adapter.server.impl with parameters of type Att
private  void AbstractWebjectDelegate.expandReference(Element element, Att att, Vector refAttrs)
           
 

Uses of Att in com.ptc.core.ca.co.client.doer
 

Methods in com.ptc.core.ca.co.client.doer with parameters of type Att
static boolean CoDoerHelper.isChanged(Att ai)
           
static boolean CoDoerHelper.usedByDcaAsTaskParameter(Att ai)
           
private static Object CoDoerHelper.getMetaValue(Att a, String metaAttrName)
           
 

Uses of Att in com.ptc.core.ca.co.client.doer.function.impl
 

Methods in com.ptc.core.ca.co.client.doer.function.impl that return Att
protected static Att CoDoerFunctionImplHelper.createAttribute(String name, String className, String strValue, boolean useAsTaskParameter)
          Creates an I*E attribute with the specified name, and initializes it with a type and a value if className and strValue are provided.
protected static Att CoDoerFunctionImplHelper.createAttribute(String name, Object value, boolean useAsTaskParameter)
          Creates an I*E attribute with the specified name, and initializes it with a value if strValue is provided.
 

Uses of Att in com.ptc.core.ca.co.client.search
 

Methods in com.ptc.core.ca.co.client.search with parameters of type Att
private  boolean CoQBTableClearClientDoer.canRemoveAtt(Element elm, Att attr)
           
private  boolean CoQBTableClearClientDoer.isQBAtt(Att attr)
           
 

Uses of Att in com.ptc.refimpl.co.tasks.util
 

Methods in com.ptc.refimpl.co.tasks.util with parameters of type Att
private  void ExportTaskDelegateEntries.DelegateEntry.initUrl(Att urlAtt, String dnBase)
           
private  void ExportTaskDelegateEntries.DelegateEntry.initDN(Att dnAtt, String dnBase)
           
private  void ExportTaskDelegateEntries.DelegateEntry.initNameAtt(Att nameAtt, String dnBase)
           
private  void ExportTaskDelegateEntries.DelegateEntry.initClassAtt(Att classAtt, String dnBase)
           
 

Uses of Att in com.ptc.windchill.enterprise.dataops.server.impl
 

Methods in com.ptc.windchill.enterprise.dataops.server.impl that return Att
(package private)  Att DemoService.newAttribute(String record)
           
(package private)  Att DemoService.newAttribute(String name, Object value)