Uses of Interface
com.ibm.pim.interfaces.collection.PIMCollection

Packages that use PIMCollection
com.ibm.pim.interfaces.catalog   
com.ibm.pim.interfaces.category   
com.ibm.pim.interfaces.item   
com.ibm.pim.interfaces.managers   
com.ibm.pim.interfaces.userdefinedlogs   
 

Uses of PIMCollection in com.ibm.pim.interfaces.catalog
 

Methods in com.ibm.pim.interfaces.catalog that return PIMCollection
 PIMCollection Catalog.getHierarchies()
          Retrieve all Hierarchies associated with this Catalog
 PIMCollection Catalog.getItems()
          Retrieve a collection of all of the Items within this Catalog
 PIMCollection Catalog.getItemsByCategory(Category category)
          Retrieve a collection of the Items within this Catalog belong to the specified Category
 

Uses of PIMCollection in com.ibm.pim.interfaces.category
 

Methods in com.ibm.pim.interfaces.category that return PIMCollection
 PIMCollection Category.getChildCategories()
          Retrieves a collection of Categories that are children of this Category
 

Uses of PIMCollection in com.ibm.pim.interfaces.item
 

Methods in com.ibm.pim.interfaces.item that return PIMCollection
 PIMCollection Item.getCategories()
          Returns the categories to which this item belongs.
 PIMCollection Item.getLocationHierarchies()
          Returns all the location hierarchies which are available on this catalog for this item, regardless of whether it has stored any data in them.
 PIMCollection Item.getSpecs()
          Returns the specs in which this item participates.
 

Uses of PIMCollection in com.ibm.pim.interfaces.managers
 

Methods in com.ibm.pim.interfaces.managers that return PIMCollection
 PIMCollection UserDefinedLogManager.getUserDefinedLogs()
          Retrieves all UserDefinedLogs available in the current context
 PIMCollection SpecManager.getSpecs()
          Retrieves all Specs available in the current context
 PIMCollection SpecManager.getSpecsByType(int type)
          Retrieves all Specs available of the specified type in the current context
 PIMCollection LookupTableManager.getLookupTables()
          Retrieves all LookupTables available in the current context
 PIMCollection HierarchyManager.getHierarchies()
          Retrieves all Hierarchies available in the current context
 PIMCollection CatalogManager.getCatalogs()
          Retrieves all Catalogs available in the current context
 

Uses of PIMCollection in com.ibm.pim.interfaces.userdefinedlogs
 

Methods in com.ibm.pim.interfaces.userdefinedlogs that return PIMCollection
 PIMCollection UserDefinedLog.getLogEntry(Item logKey)
          Retrieves all UserDefinedLogEntrys associated with a specific item
 PIMCollection UserDefinedLog.getLogEntries()
          Retrieves all UserDefinedLogEntrys associated with this UserDefinedLog