| 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Attribute | |
|---|---|
| com.ibm.di.connector.axis2.util | |
| com.ibm.di.connector.tam | Provides classes for the TAM connector. | 
| com.ibm.di.eclipse.http.commands | |
| com.ibm.di.entry | Provides classes that implement the Tivoli Directory Integrator Entry model. | 
| com.ibm.di.fc.emf | Provides classes for the EMF function components. | 
| com.ibm.di.fc.remotecmdlnfc | Provides classes for the remote command line function component. | 
| com.ibm.di.function | Provides useful functions for the Tivoli Directory Integrator. | 
| com.ibm.di.parser | Provides classes for the Directory Integrator's parsers. | 
| com.ibm.di.server | Provides classes for the Tivoli Directory Integrator core engine. | 
| com.ibm.di.util | Provides utility classes for the Tivoli Directory Integrator. | 
| Uses of Attribute in com.ibm.di.connector.axis2.util | 
|---|
| Methods in com.ibm.di.connector.axis2.util that return Attribute | |
|---|---|
static Attribute | 
WSUtils.getSOAPHeader(org.apache.axiom.soap.SOAPEnvelope envelope,
              java.lang.String attributeName,
              Entry e)
Returns the SOAP Header as TDI Hierarchical Attribute from a given SOAP Envelope.  | 
static Attribute | 
WSUtils.verifyAttribute(Attribute a,
                javax.xml.namespace.QName qname)
Verifies that the passed Attribute has the required prefix/localName/namespace and that its child is a Text object | 
| Methods in com.ibm.di.connector.axis2.util with parameters of type Attribute | |
|---|---|
static void | 
WSUtils.setSOAPHeader(org.apache.axiom.soap.SOAPEnvelope envelope,
              Attribute soapHeaderHAttr)
Sets the SOAP Envelope header to the provided TDI Hierarchical Attribute.  | 
static Attribute | 
WSUtils.verifyAttribute(Attribute a,
                javax.xml.namespace.QName qname)
Verifies that the passed Attribute has the required prefix/localName/namespace and that its child is a Text object | 
| 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.eclipse.http.commands | 
|---|
| Methods in com.ibm.di.eclipse.http.commands that return Attribute | |
|---|---|
protected  Attribute | 
RestCommand.appendResult(java.lang.String attr,
             java.lang.String value)
 | 
| Uses of Attribute in com.ibm.di.entry | 
|---|
| Fields in com.ibm.di.entry declared as Attribute | |
|---|---|
protected  Attribute | 
NodeImpl.parent
This private variable holds a reference to the parent of this element.  | 
| 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.appendChild(org.w3c.dom.Node newChild)
This will add the provided Attribute in the entry using the localName of that Attribute for a key name.  | 
 Attribute | 
Attribute.clone()
Returns a clone of this object.  | 
 Attribute | 
Attribute.cloneNode(boolean deep)
This method clones the Attribute object receiving the call.  | 
 Attribute | 
Entry.createElement(java.lang.String tagName)
This method creates new Attribute object that represents an element in terms of XML concepts.  | 
 Attribute | 
Entry.createElementNS(java.lang.String namespaceURI,
                java.lang.String qualifiedName)
This method creates new Attribute object that represents an element in terms of XML concepts.  | 
 Attribute | 
Entry.get(java.lang.Object p1)
Deprecated. use Entry.getAttribute(String) instead. | 
 Attribute | 
ModificationItem.getAttribute()
 | 
 Attribute | 
Entry.getAttribute(java.lang.Object p1)
Deprecated. use Entry.getAttribute(String) instead. | 
 Attribute | 
Entry.getAttribute(java.lang.String name)
Returns the Attribute object for a named attribute.  | 
 Attribute | 
Entry.getDocumentElement()
 | 
 Attribute | 
Entry.getFirstAttribute(java.lang.String xPath)
Execute an XPath expression and get the result as an Attribite *  | 
 Attribute | 
Entry.getFirstChild()
Retrieves the first child, that is, the first Attribute object inserted in the Entry  | 
 Attribute | 
Entry.getLastChild()
Retrieves the last child, that is, the last Attribute object inserted in the Entry  | 
 Attribute | 
Property.getOwnerElement()
 | 
 Attribute | 
NodeImpl.getParentNode()
 | 
 Attribute | 
DocImpl.getParentNode()
not implemented  | 
 Attribute | 
Entry.insertBefore(org.w3c.dom.Node newChild,
             org.w3c.dom.Node refChild)
If the refChild is not presented in the entry structure or
 is null then the newChild will be appended to the end. | 
 Attribute | 
Entry.newAttribute(java.lang.String name)
This method is used to find/create an Attribute in the entry using the specified name.  | 
 Attribute | 
Entry.newAttribute(java.lang.String name,
             char oper)
Returns an Attribute object from this entry's list of attributes.  | 
 Attribute | 
Entry.removeChild(org.w3c.dom.Node oldChild)
This method will remove the provided Attribute from the Entry.  | 
 Attribute | 
Entry.replaceChild(org.w3c.dom.Node newChild,
             org.w3c.dom.Node oldChild)
This method will search the entry structure for the oldChild and will replace it with the newChild.  | 
 Attribute | 
AttributeInterface.setProtected(boolean protect)
Deprecated.  | 
 Attribute | 
Attribute.setProtected(boolean protect)
Deprecated. use setProtected(boolean, boolean) instead. | 
| 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.  | 
 PropertyMap | 
PropertyMap.cloneMap(Attribute owner)
Clones the PropertyMap and all the Property objects in it.  | 
protected  void | 
Attribute.merge(Attribute a)
Merges the children/properties of another attribute to this attribute.  | 
 void | 
Entry.mergeAttributeValue(Attribute attr)
Merges in the values from an attribute.  | 
 void | 
Entry.mergeAttributeValue(java.lang.String name,
                    Attribute attr)
Merges the values in one attribute with the values from another attribute.  | 
 void | 
Entry.setAttribute(Attribute attr)
Adds or replaces an attribute in this Entry's list of attributes.  | 
| 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,
               java.util.Map prefixToURIMap)
Deprecated.  | 
| Uses of Attribute in com.ibm.di.fc.remotecmdlnfc | 
|---|
| Fields in com.ibm.di.fc.remotecmdlnfc declared as Attribute | |
|---|---|
protected  Attribute | 
ConnectionImpl.rtnCodeAttr
The return code from the executed command indicating the success of the requested operation  | 
protected  Attribute | 
ConnectionImpl.stdErrorAttr
The standard error from the executed command  | 
protected  Attribute | 
ConnectionImpl.stdOutputAttr
The standard output from the executed command  | 
| Uses of Attribute in com.ibm.di.function | 
|---|
| Methods in com.ibm.di.function that return Attribute | |
|---|---|
 Attribute | 
UserFunctions.newAttribute(java.lang.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 | |
|---|---|
 org.w3c.dom.Element | 
DSMLParser.createAttribute(Attribute attr)
Creates Element with the given attribute .  | 
 org.w3c.dom.Element | 
DSMLParser.createObjectClass(Attribute attr)
Creates Element with ObjectClass tag name. | 
| 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)
Compares two Attribute objects and returns if they are different.  | 
 void | 
Compare.join(Attribute a,
     Attribute b)
Adds all values from the second Attribute object to the first one (if they are not already present).  | 
| Uses of Attribute in com.ibm.di.util | 
|---|
| Methods in com.ibm.di.util that return Attribute | |
|---|---|
static Attribute | 
NotSerializable.convertAttribute(Attribute a)
Converts the values in the attribute to a serializable representation if needed.  | 
 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 | |
|---|---|
static Attribute | 
NotSerializable.convertAttribute(Attribute a)
Converts the values in the attribute to a serializable representation if needed.  | 
 Attribute | 
DebugServer.convertAttribute(Attribute a)
Converts the values in the attribute to a serializable representation if needed.  | 
  | 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||