Uses of Class
com.ibm.di.entry.Attribute

Packages that use Attribute
com.ibm.di.connector.tam   
com.ibm.di.entry   
com.ibm.di.fc.emf   
com.ibm.di.fc.remotecmdlnfc   
com.ibm.di.function   
com.ibm.di.parser   
com.ibm.di.server   
com.ibm.di.util   
 

Uses of Attribute in com.ibm.di.connector.tam
 

Methods in com.ibm.di.connector.tam that return Attribute
 Attribute User.groupsAttribute()
           
 Attribute Group.usersAtt()
           
 

Uses of Attribute in com.ibm.di.entry
 

Methods in com.ibm.di.entry that return Attribute
 Attribute Attribute.addValues(Attribute attr)
          Add the values in another Attribute to this Attribute.
 Attribute Entry.get(Object p1)
          Returns the Attribute object for a named attribute.
 Attribute ModificationItem.getAttribute()
           
 Attribute EntryInterface.getAttribute(Object p1)
           
 Attribute Entry.getAttribute(Object p1)
          Returns the Attribute object for a named attribute.
 Attribute Entry.newAttribute(String name)
          Returns an Attribute object from this Entry's list of attributes.
 Attribute Entry.newAttribute(String name, char oper)
          Returns an Attribute object from this entry's list of attributes.
 Attribute AttributeInterface.setProtected(boolean protect)
           
 Attribute Attribute.setProtected(boolean protect)
          Sets the protected value of this Attribute
 

Methods in com.ibm.di.entry with parameters of type Attribute
 Attribute Attribute.addValues(Attribute attr)
          Add the values in another Attribute to this Attribute.
static void DeltaEntry.applyAttributeDelta(Attribute target, Attribute delta)
          This method applies the change operations in delta to the target attribute.
 void Entry.mergeAttributeValue(Attribute attr)
          Merges in the values from an attribute.
 

Constructors in com.ibm.di.entry with parameters of type Attribute
ModificationItem(char p1, Attribute p2)
           
 

Uses of Attribute in com.ibm.di.fc.emf
 

Methods in com.ibm.di.fc.emf with parameters of type Attribute
 void GraphObjects.applyAttribute(org.eclipse.emf.ecore.sdo.EDataObject root, Attribute attribute, Map prefixToURIMap)
          Adds the value(s) of the Entry Attribute to the data graph rooted at root.
 

Uses of Attribute in com.ibm.di.fc.remotecmdlnfc
 

Fields in com.ibm.di.fc.remotecmdlnfc declared as Attribute
protected  Attribute ConnectionImpl.rtnCodeAttr
           
protected  Attribute ConnectionImpl.stdErrorAttr
           
protected  Attribute ConnectionImpl.stdOutputAttr
           
 

Uses of Attribute in com.ibm.di.function
 

Methods in com.ibm.di.function that return Attribute
 Attribute UserFunctions.newAttribute(String name)
          Creates a new Attribute object.
 

Uses of Attribute in com.ibm.di.parser
 

Methods in com.ibm.di.parser with parameters of type Attribute
 Element DSMLParser.createAttribute(Attribute attr)
           
 Element DSMLParser.createObjectClass(Attribute attr)
           
 

Uses of Attribute in com.ibm.di.server
 

Methods in com.ibm.di.server with parameters of type Attribute
 boolean Compare.differs(Attribute a, Attribute b)
           
 void Compare.join(Attribute a, Attribute b)
           
 

Uses of Attribute in com.ibm.di.util
 

Methods in com.ibm.di.util that return Attribute
 Attribute DebugServer.convertAttribute(Attribute a)
          Converts the values in the attribute to a serializable representation if needed.
 

Methods in com.ibm.di.util with parameters of type Attribute
 Attribute DebugServer.convertAttribute(Attribute a)
          Converts the values in the attribute to a serializable representation if needed.