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 AttributeMetaData. 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.AttributeMetaData. 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 AttributeLDAPGroupConnector.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 AttributeWSUtils. 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 AttributeWSUtils. verifyAttribute(Attribute a, javax.xml.namespace.QName qname)Verifies that the passed Attribute has the required prefix/localName/namespace and that its child is aTextobjectMethods in com.ibm.di.connector.axis2.util with parameters of type Attribute Modifier and Type Method Description static voidWSUtils. setSOAPHeader(org.apache.axiom.soap.SOAPEnvelope envelope, Attribute soapHeaderHAttr)Sets the SOAP Envelope header to the provided TDI Hierarchical Attribute.static AttributeWSUtils. verifyAttribute(Attribute a, javax.xml.namespace.QName qname)Verifies that the passed Attribute has the required prefix/localName/namespace and that its child is aTextobject -
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 voidEntryUtilities. addAttributesToEntryAttribute(Attribute attribute, ActualCI configItem, ActualCIDefinition definition, Entry entry)Adds object attributes as child attributes to a DI Entry attribute.static voidEntryUtilities. addAttributesToSchemaAttribute(Attribute attribute, java.util.Collection<AttributeDefinition> attributes, Entry schema)Adds class attribute definitions as attributes to a DI Entry attribute.static voidEntryUtilities. addPropertiesToEntryAttribute(Attribute attribute, ModelObject object, ModelObjectDefinition definition, Entry entry)Adds object attributes as child attributes to a DI Entry attribute.static voidEntryUtilities. 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 voidDISBConnector. buildEntryCiAttributes(Entry entry, java.util.HashMap<java.lang.String,java.lang.Object> attr, Attribute entryAttr)Method populates the Entry with the Configuration items.protected voidDISBConnector. 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 AttributeUser. groupsAttribute()AttributeGroup. 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 AttributeRestCommand. 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 AttributeNodeImpl. parentThis 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 AttributeAttribute. addValues(Attribute attr)Add the values in another Attribute to this Attribute.AttributeEntry. 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.AttributeAttribute. clone()Returns a clone of this object.AttributeAttribute. cloneNode(boolean deep)This method clones the Attribute object receiving the call.AttributeEntry. createElement(java.lang.String tagName)This method creates new Attribute object that represents an element in terms of XML concepts.AttributeEntry. createElementNS(java.lang.String namespaceURI, java.lang.String qualifiedName)This method creates new Attribute object that represents an element in terms of XML concepts.AttributeEntry. get(java.lang.Object p1)Deprecated.useEntry.getAttribute(String)instead.AttributeEntry. getAttribute(java.lang.Object p1)Deprecated.useEntry.getAttribute(String)instead.AttributeEntry. getAttribute(java.lang.String name)Returns the Attribute object for a named attribute.AttributeModificationItem. getAttribute()AttributeEntry. getDocumentElement()AttributeEntry. getFirstAttribute(java.lang.String xPath)Execute an XPath expression and get the result as an Attribite *AttributeEntry. getFirstChild()Retrieves the first child, that is, the first Attribute object inserted in the EntryAttributeEntry. getLastChild()Retrieves the last child, that is, the last Attribute object inserted in the EntryAttributeProperty. getOwnerElement()AttributeDocImpl. getParentNode()not implementedAttributeNodeImpl. getParentNode()AttributeEntry. insertBefore(org.w3c.dom.Node newChild, org.w3c.dom.Node refChild)If therefChildis not presented in the entry structure or is null then thenewChildwill be appended to the end.AttributeEntry. newAttribute(java.lang.String name)This method is used to find/create an Attribute in the entry using the specified name.AttributeEntry. newAttribute(java.lang.String name, char oper)Returns an Attribute object from this entry's list of attributes.AttributeEntry. removeChild(org.w3c.dom.Node oldChild)This method will remove the provided Attribute from the Entry.AttributeEntry. 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.AttributeAttribute. setProtected(boolean protect)Deprecated.usesetProtected(boolean, boolean)instead.AttributeAttributeInterface. setProtected(boolean protect)Deprecated.Methods in com.ibm.di.entry with parameters of type Attribute Modifier and Type Method Description AttributeAttribute. addValues(Attribute attr)Add the values in another Attribute to this Attribute.static voidDeltaEntry. applyAttributeDelta(Attribute target, Attribute delta)This method applies the change operations indeltato thetargetattribute.PropertyMapPropertyMap. cloneMap(Attribute owner)Clones the PropertyMap and all the Property objects in it.protected voidAttribute. merge(Attribute a)Merges the children/properties of another attribute to this attribute.voidEntry. mergeAttributeValue(Attribute attr)Merges in the values from an attribute.voidEntry. mergeAttributeValue(java.lang.String name, Attribute attr)Merges the values in one attribute with the values from another attribute.voidEntry. 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 voidGraphObjects. 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 AttributeUserFunctions. 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.ElementDSMLParser. createAttribute(Attribute attr)Creates Element with the given attribute .org.w3c.dom.ElementDSMLParser. createObjectClass(Attribute attr)Creates Element withObjectClasstag 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 AttributeConnectionImpl. rtnCodeAttrThe return code from the executed command indicating the success of the requested operationprotected AttributeConnectionImpl. stdErrorAttrThe standard error from the executed commandprotected AttributeConnectionImpl. stdOutputAttrThe 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 booleanCompare. differs(Attribute a, Attribute b)Compares two Attribute objects and returns if they are different.voidCompare. 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 AttributeDebugServer. convertAttribute(Attribute a)Converts the values in the attribute to a serializable representation if needed.static AttributeNotSerializable. 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 voidSchemaUtils. addChildSchemaItem(Attribute attr, SchemaItemConfig sic)Creates a child schema item in the the schema item config for each Attribute value found in the attribute.AttributeDebugServer. convertAttribute(Attribute a)Converts the values in the attribute to a serializable representation if needed.static AttributeNotSerializable. convertAttribute(Attribute a)Converts the values in the attribute to a serializable representation if needed.
-