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

Packages that use AttributeOwner
com.ibm.pim.attribute   
com.ibm.pim.catalog.item   
com.ibm.pim.collaboration   
com.ibm.pim.common   
com.ibm.pim.hierarchy.category   
com.ibm.pim.lookuptable   
com.ibm.pim.organization   
 

Uses of AttributeOwner in com.ibm.pim.attribute
 

Subinterfaces of AttributeOwner in com.ibm.pim.attribute
 interface ExtendedAttributeOwner
           
 

Methods in com.ibm.pim.attribute that return AttributeOwner
 AttributeOwner AttributeInstance.getOwner()
          Return the AttributeOwner associated with this AttributeInstance.
 

Methods in com.ibm.pim.attribute with parameters of type AttributeOwner
 AttributeChanges AttributeOwner.getAttributeChangesComparedTo(AttributeOwner otherAttributeOwner)
          Return the difference between this and another AttributeOwner at attribute level.
 boolean AttributeOwner.isComparable(AttributeOwner owner)
          Check if this attribute owner is comparable with the given owner.
 

Uses of AttributeOwner in com.ibm.pim.catalog.item
 

Subinterfaces of AttributeOwner in com.ibm.pim.catalog.item
 interface Item
          Represents the Item object in the system.
 

Uses of AttributeOwner in com.ibm.pim.collaboration
 

Subinterfaces of AttributeOwner in com.ibm.pim.collaboration
 interface CollaborationCategory
          The JAVA API interface CollaborationCategory represents a category object that has been checked out to a collaboration area and collaborated upon.
 interface CollaborationItem
          The JAVA API interface CollaborationItem represents an item object that has been checked out to a collaboration area and collaborated upon.
 

Uses of AttributeOwner in com.ibm.pim.common
 

Methods in com.ibm.pim.common that return AttributeOwner
 AttributeOwner ValidationErrors.getSource()
          Returns the source object that this set of validation errors correspond to.
 

Uses of AttributeOwner in com.ibm.pim.hierarchy.category
 

Subinterfaces of AttributeOwner in com.ibm.pim.hierarchy.category
 interface Category
          Interface for Category object (belongs to a Hierarchy, and groups Items)
 

Uses of AttributeOwner in com.ibm.pim.lookuptable
 

Subinterfaces of AttributeOwner in com.ibm.pim.lookuptable
 interface LookupTableEntry
          Interface for an entry within a LookupTable
 

Uses of AttributeOwner in com.ibm.pim.organization
 

Subinterfaces of AttributeOwner in com.ibm.pim.organization
 interface Organization
          Interface for Organization object.