Uses of Class
com.ibm.di.entry.Attribute
-
Packages that use Attribute Package Description com.ibm.di.cdm.core com.ibm.di.connector Provides classes for the Directory Integrator's connectors.com.ibm.di.connector.axis2.util com.ibm.di.connector.ccmdb com.ibm.di.connector.disb 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 Security Verify Directory Integrator Entry model.com.ibm.di.fc.emf Provides classes for the EMF function components.com.ibm.di.function Provides useful functions for the Security Verify Directory Integrator.com.ibm.di.parser Provides classes for the Directory Integrator's parsers.com.ibm.di.protocols.rxa com.ibm.di.server Provides classes for the Security Verify Directory Integrator core engine.com.ibm.di.util Provides utility classes for the Security Verify Directory Integrator. -
-
Uses of Attribute in com.ibm.di.cdm.core
Methods in com.ibm.di.cdm.core that return Attribute Modifier and Type Method Description Attribute
MetaData. createExplicitAttribute(org.w3c.dom.Node currentNode, java.lang.String name)
Creates an explicit attribute with the corresponding name and adds it to the provided node.Attribute
MetaData. createImplicitAttribute(org.w3c.dom.Node currentNode, java.lang.String classType, java.lang.String parentName, java.lang.String childName, java.lang.String relatedID)
Creates an implicit attribute using the provided information. -
Uses of Attribute in com.ibm.di.connector
Methods in com.ibm.di.connector that return Attribute Modifier and Type Method Description Attribute
LDAPGroupConnector.GroupEntry. getMembers()
-
Uses of Attribute in com.ibm.di.connector.axis2.util
Methods in com.ibm.di.connector.axis2.util that return Attribute Modifier and Type Method Description 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 aText
objectMethods in com.ibm.di.connector.axis2.util with parameters of type Attribute Modifier and Type Method Description 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 aText
object -
Uses of Attribute in com.ibm.di.connector.ccmdb
Methods in com.ibm.di.connector.ccmdb with parameters of type Attribute Modifier and Type Method Description static void
EntryUtilities. addAttributesToEntryAttribute(Attribute attribute, ActualCI configItem, ActualCIDefinition definition, Entry entry)
Adds object attributes as child attributes to a DI Entry attribute.static void
EntryUtilities. addAttributesToSchemaAttribute(Attribute attribute, java.util.Collection<AttributeDefinition> attributes, Entry schema)
Adds class attribute definitions as attributes to a DI Entry attribute.static void
EntryUtilities. addPropertiesToEntryAttribute(Attribute attribute, ModelObject object, ModelObjectDefinition definition, Entry entry)
Adds object attributes as child attributes to a DI Entry attribute.static void
EntryUtilities. addPropertiesToSchemaAttribute(Attribute attribute, ModelObjectDefinition definition, Entry schema)
Adds property definitions as child attributes to an Attribute. -
Uses of Attribute in com.ibm.di.connector.disb
Methods in com.ibm.di.connector.disb with parameters of type Attribute Modifier and Type Method Description protected void
DISBConnector. buildEntryCiAttributes(Entry entry, java.util.HashMap<java.lang.String,java.lang.Object> attr, Attribute entryAttr)
Method populates the Entry with the Configuration items.protected void
DISBConnector. buildEntryForOperation(Entry entry, BaseOperation operation, Attribute operAttr, boolean isRefresh)
Method populates the Entry with the configuration items based on the Topic types along with the relationships if existing. -
Uses of Attribute in com.ibm.di.connector.tam
Methods in com.ibm.di.connector.tam that return Attribute Modifier and Type Method Description 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 Modifier and Type Method Description 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 Modifier and Type Field Description 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 Modifier and Type Method Description 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.useEntry.getAttribute(String)
instead.Attribute
Entry. getAttribute(java.lang.Object p1)
Deprecated.useEntry.getAttribute(String)
instead.Attribute
Entry. getAttribute(java.lang.String name)
Returns the Attribute object for a named attribute.Attribute
ModificationItem. getAttribute()
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 EntryAttribute
Entry. getLastChild()
Retrieves the last child, that is, the last Attribute object inserted in the EntryAttribute
Property. getOwnerElement()
Attribute
DocImpl. getParentNode()
not implementedAttribute
NodeImpl. getParentNode()
Attribute
Entry. insertBefore(org.w3c.dom.Node newChild, org.w3c.dom.Node refChild)
If therefChild
is not presented in the entry structure or is null then thenewChild
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
Attribute. setProtected(boolean protect)
Deprecated.usesetProtected(boolean, boolean)
instead.Attribute
AttributeInterface. setProtected(boolean protect)
Deprecated.Methods in com.ibm.di.entry with parameters of type Attribute Modifier and Type Method Description 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 indelta
to thetarget
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 Constructor Description 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 Modifier and Type Method Description void
GraphObjects. applyAttribute(org.eclipse.emf.ecore.sdo.EDataObject root, Attribute attribute, java.util.Map prefixToURIMap)
Deprecated. -
Uses of Attribute in com.ibm.di.function
Methods in com.ibm.di.function that return Attribute Modifier and Type Method Description 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 Modifier and Type Method Description org.w3c.dom.Element
DSMLParser. createAttribute(Attribute attr)
Creates Element with the given attribute .org.w3c.dom.Element
DSMLParser. createObjectClass(Attribute attr)
Creates Element withObjectClass
tag name. -
Uses of Attribute in com.ibm.di.protocols.rxa
Fields in com.ibm.di.protocols.rxa declared as Attribute Modifier and Type Field Description protected Attribute
ConnectionImpl. rtnCodeAttr
The return code from the executed command indicating the success of the requested operationprotected Attribute
ConnectionImpl. stdErrorAttr
The standard error from the executed commandprotected Attribute
ConnectionImpl. stdOutputAttr
The standard output from the executed command -
Uses of Attribute in com.ibm.di.server
Methods in com.ibm.di.server with parameters of type Attribute Modifier and Type Method Description 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 Modifier and Type Method Description Attribute
DebugServer. convertAttribute(Attribute a)
Converts the values in the attribute to a serializable representation if needed.static Attribute
NotSerializable. 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 Modifier and Type Method Description static void
SchemaUtils. addChildSchemaItem(Attribute attr, SchemaItemConfig sic)
Creates a child schema item in the the schema item config for each Attribute value found in the attribute.Attribute
DebugServer. convertAttribute(Attribute a)
Converts the values in the attribute to a serializable representation if needed.static Attribute
NotSerializable. convertAttribute(Attribute a)
Converts the values in the attribute to a serializable representation if needed.
-