Uses of Interface
com.ibm.pim.attribute.LocationAttributeInstance

Packages that use LocationAttributeInstance
com.ibm.pim.attribute   
 

Uses of LocationAttributeInstance in com.ibm.pim.attribute
 

Methods in com.ibm.pim.attribute that return LocationAttributeInstance
 LocationAttributeInstance ExtendedAttributeOwner.getLocationAttributeInstance(Category location, java.lang.String attributeInstancePath)
          Retrieve the attribute instance at the specified path
 LocationAttributeInstance LocationAttributeInstance.getParent()
          The parent attribute instance of an attribute instance is the attribute instance that contains this attribute instance and would return this attribute instance when getChildren() is called.
 LocationAttributeInstance ExtendedAttributeOwner.getRootLocationAttributeInstance(Category location)
          Retrieve the root attribute instance at the specified location.
 

Methods in com.ibm.pim.attribute that return types with arguments of type LocationAttributeInstance
 java.util.List<LocationAttributeInstance> LocationAttributeInstance.getChildren()
          Exactly the same as super.getChildren(), except for that children are of type LocationAttributeInstance and the children of a multi-occurrence attribute instance may come from another location.
 java.util.List<LocationAttributeInstance> ExtendedAttributeChanges.getDeletedLocationAttributes(Category location)
          Return a List of attributes that were present in A but are no longer present in B.
 java.util.List<LocationAttributeInstance> LocationAttributeInstance.getInheritedChildren()
          Get the inherited children which contains multi-occurrence children that apply if the "own" multi-occurrence attribute instance has no children.
 java.util.List<LocationAttributeInstance> ExtendedAttributeChanges.getModifiedLocationAttributesWithNewData(Category location)
          Return a List of attributes that are present in both A & B and which contain different data in A and B at the specified location.
 java.util.List<LocationAttributeInstance> ExtendedAttributeChanges.getModifiedLocationAttributesWithOldData(Category location)
          Return a List of attributes that are present in both A & B and which contain different data in A and B at the specified location.
 java.util.List<LocationAttributeInstance> LocationAttributeInstance.getNonInheritedChildren()
          This method is exactly like getChildren, except that inherited children are ignored.