Uses of Interface
com.ibm.pim.hierarchy.Hierarchy

Packages that use Hierarchy
com.ibm.pim.catalog   
com.ibm.pim.catalog.item   
com.ibm.pim.collaboration   
com.ibm.pim.extensionpoints   
com.ibm.pim.hierarchy   
com.ibm.pim.hierarchy.category   
com.ibm.pim.job   
com.ibm.pim.organization   
com.ibm.pim.search   
com.ibm.pim.selection   
com.ibm.pim.system   
com.ibm.pim.userdefinedlog   
com.ibm.pim.workflow   
 

Uses of Hierarchy in com.ibm.pim.catalog
 

Methods in com.ibm.pim.catalog that return Hierarchy
 Hierarchy LocationDataConfiguration.getHierarchy()
          Retrieves the Hierarchy for this particular Configuration
 Hierarchy Catalog.getPrimaryHierarchy()
          Retrieve the primary Hierarchy associated with this Catalog
 

Methods in com.ibm.pim.catalog that return types with arguments of type Hierarchy
 java.util.Collection<Hierarchy> Catalog.getLocationHierarchies()
          Returns a collection of location hierarchies applicable to this Catalog.
 java.util.Collection<Hierarchy> Catalog.getSecondaryHierarchies()
          Retrieve all secondary Hierarchies associated with this Catalog.
 

Methods in com.ibm.pim.catalog with parameters of type Hierarchy
 LocationDataConfiguration Catalog.addLocationDataConfiguration(Hierarchy hierarchy, SecondarySpec spec)
          Adds location specific data for a catalog.
 void Catalog.addSecondaryHierarchy(Hierarchy hierarchy)
          Add the hierarchy as a secondary hierarchy to this Catalog
 Catalog CatalogManager.createCatalog(PrimarySpec catalogSpec, java.lang.String catalogName, Hierarchy hierarchy)
          Builds a new catalog with the given spec and name and AccessControlGroup.
 Catalog CatalogManager.createCatalog(PrimarySpec catalogSpec, java.lang.String catalogName, Hierarchy hierarchy, AccessControlGroup acg)
          Builds a new catalog with the given spec and name.
 PIMCollection<Item> Catalog.getUnassignedItems(Hierarchy hierarchy)
          Returns a collection of items from this catalog belonging to a specific hierarchy which are unassigned to a category
 void Catalog.removeSecondaryHierarchy(Hierarchy hierarchy)
          removes a hierarchy from the catalog
 

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

Methods in com.ibm.pim.catalog.item that return types with arguments of type Hierarchy
 java.util.Collection<Hierarchy> 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.
 

Methods in com.ibm.pim.catalog.item with parameters of type Hierarchy
 java.util.Collection<Category> Item.getCategories(Hierarchy hierarchy)
          Returns all the categories of the Hierarchy which is passed in, to which this item belongs.
 

Uses of Hierarchy in com.ibm.pim.collaboration
 

Methods in com.ibm.pim.collaboration that return Hierarchy
 Hierarchy CategoryCollaborationArea.getSourceHierarchy()
          Gets the source hierarchy upon which this collaboration area is based
 

Methods in com.ibm.pim.collaboration that return types with arguments of type Hierarchy
 java.util.Collection<Hierarchy> CollaborationItem.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.
 

Methods in com.ibm.pim.collaboration with parameters of type Hierarchy
 CategoryCollaborationArea CollaborationAreaManager.createCategoryCollaborationArea(java.lang.String collaborationAreaName, Workflow workflow, Hierarchy hierarchy)
          Create a collaboration area from a category workflow for the specified hierarchy.
 

Uses of Hierarchy in com.ibm.pim.extensionpoints
 

Methods in com.ibm.pim.extensionpoints that return Hierarchy
 Hierarchy RichSearchReportFunctionArguments.getHierarchy()
          Obtains the hierarchy for this RichSearchReportFunction.
 Hierarchy ImportFunctionArguments.getHierarchy()
          Obtains the category tree being processed for this ImportFunction.
 Hierarchy CatalogExportFunctionArguments.getHierarchy()
          Obtains the hierarchy for the catalog of this CatalogExportFunction.
 

Uses of Hierarchy in com.ibm.pim.hierarchy
 

Methods in com.ibm.pim.hierarchy that return Hierarchy
 Hierarchy HierarchyManager.createHierarchy(PrimarySpec spec, java.lang.String name)
          Creates a new hierarchy object.
 Hierarchy HierarchyManager.createHierarchy(PrimarySpec spec, java.lang.String name, AttributeDefinition pathAttribute)
          Creates a new hierarchy object.
 Hierarchy HierarchyManager.createHierarchy(PrimarySpec spec, java.lang.String name, AttributeDefinition pathAttribute, AccessControlGroup accessControlGroup, AttributeDefinition displayAttribute)
          Create a new hierarchy object.
 Hierarchy HierarchyMap.getDestinationHierarchy()
          Returns the destination hierarchy.
 Hierarchy HierarchyManager.getHierarchy(java.lang.String name)
          Retrieves a specific hierarchy by name.
 Hierarchy HierarchyManager.getHierarchy(java.lang.String name, VersionInfo versionInfo)
          Retrieves a particular version of a specified Hierarchy
 Hierarchy HierarchyManager.getHierarchy(View view)
          Get the Hierarchy by which a particular view is owned
 Hierarchy HierarchyMap.getSourceHierarchy()
          Returns the source hierarchy.
 

Methods in com.ibm.pim.hierarchy that return types with arguments of type Hierarchy
 java.util.Collection<Hierarchy> HierarchyManager.getHierarchies()
          Retrieves all Hierarchies current user is authorized to As prescribed via Permission.HIERARCHY_LIST
 

Methods in com.ibm.pim.hierarchy with parameters of type Hierarchy
 HierarchyMap HierarchyManager.getHierarchyMap(Hierarchy sourceHierarchy, Hierarchy destinationHierarchy)
          Returns the hierarchy map between the two given hierarchies.
 

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

Methods in com.ibm.pim.hierarchy.category that return Hierarchy
 Hierarchy Category.getHierarchy()
          Returns the Hierarchy object containing this Category object.
 

Uses of Hierarchy in com.ibm.pim.job
 

Methods in com.ibm.pim.job that return Hierarchy
 Hierarchy CategoryImport.getHierarchy()
          Returns the destination hierarchy for an category import
 Hierarchy Export.getHierarchy()
          Returns the destination hierarchy for an category export
 

Methods in com.ibm.pim.job with parameters of type Hierarchy
 CategoryImport JobManager.createCategoryImport(java.lang.String importName, DataSource dataSource, FileSpec fileSpec, Hierarchy destHierarchy, java.util.Map<Import.OptionalArguments,java.lang.Object> optionalArgs)
          Creates a new hierarchy feed type import.
 

Uses of Hierarchy in com.ibm.pim.organization
 

Methods in com.ibm.pim.organization that return Hierarchy
 Hierarchy Company.getDefaultLookupTableHierarchy()
          Retrieves the default Lookup Table hierarchy for this company
 

Methods in com.ibm.pim.organization with parameters of type Hierarchy
 java.util.Collection<AttributeCollection> Role.getAttributeCollectionForPrivilegeType(Hierarchy hierarchy, Role.Privilege type)
          Fetches the attribute collections on which the role has the mentioned type of privilege for the given catalog.
 java.util.List<java.util.Locale> Role.getLocales(Hierarchy hierarchy)
          Retrieve the Locales applied to this role for a specific hierarchy
 void Role.setAttributeCollectionPrivilege(Hierarchy hierarchy, Role.Privilege privilege, java.util.Collection<AttributeCollection> collections)
          Sets the privileges for a role on attribute collections for a hierarchy.
 void Role.setLocales(Hierarchy hierarchy, java.util.List<java.util.Locale> locales)
          Sets an array of Locales appropriate for this Role and specific hierarchy.
 

Uses of Hierarchy in com.ibm.pim.search
 

Methods in com.ibm.pim.search that return Hierarchy
 Hierarchy SearchResultSet.getHierarchy(int columnIndex)
          Get the value of a column in the current row as MDMPIM Hierarchy object.
 

Uses of Hierarchy in com.ibm.pim.selection
 

Methods in com.ibm.pim.selection that return Hierarchy
 Hierarchy StaticItemSelection.getHierarchy()
          Fetches the hierarchy used with the selection
 

Methods in com.ibm.pim.selection with parameters of type Hierarchy
 StaticItemSelection SelectionManager.createStaticItemSelection(Catalog catalog, Hierarchy hierarchy, java.lang.String selectionName)
          Creates a StaticItemSelection.
 

Uses of Hierarchy in com.ibm.pim.system
 

Methods in com.ibm.pim.system with parameters of type Hierarchy
 java.lang.String UIHelper.getRichSearchURL(Hierarchy hierarchy)
          Returns a String object representing the URL which can be used to render the Hierarchy Rich Search screen on the hierarchy.
 

Uses of Hierarchy in com.ibm.pim.userdefinedlog
 

Methods in com.ibm.pim.userdefinedlog that return Hierarchy
 Hierarchy CategoryUserDefinedLog.getHierarchy()
          Fetches the hierarchy with which this UserDefinedLog is associated.
 

Uses of Hierarchy in com.ibm.pim.workflow
 

Methods in com.ibm.pim.workflow that return types with arguments of type Hierarchy
 java.util.Collection<Hierarchy> Workflow.getHierarchiesForRecategorization()
          Get the current hierarchies in use when recategorization items/categories from within collaboration areas based on this workflow.
 java.util.Collection<Hierarchy> WorkflowStep.getLocationHierarchiesWithCanModifyAvailabilitySettings()
          Get the location hierarchies which have "can modify availability" settings for this workflow (This will affect whether user can modify availability of locations within those hierarchies, for items within the collaboration area based on this workflow)
 

Methods in com.ibm.pim.workflow with parameters of type Hierarchy
 java.util.Collection<AttributeCollection> WorkflowStep.getAttributeCollections(Hierarchy locationHierarchy)
          Get all attribute collections on the specified location hierarchy for this step.
 boolean WorkflowStep.getCanModifyLocationHierarchyAvailability(Hierarchy locationHierarchy)
          Get the "can modify availability" flag for a particular location hierarchy on this workflow.
 java.util.Collection<AttributeCollection> WorkflowStep.getEditableAttributeCollections(Hierarchy locationHierarchy)
          Get the editable (but not required) attribute collections on the specified location hierarchy for this step.
 java.util.Collection<AttributeCollection> WorkflowStep.getRequiredAttributeCollections(Hierarchy locationHierarchy)
          Get the required & editable attribute collections on the specified location hierarchy for this step.
 java.util.Collection<AttributeCollection> WorkflowStep.getViewableAttributeCollections(Hierarchy locationHierarchy)
          Get the viewable attribute collections on the specified location hierarchy for this step.
 void WorkflowStep.setCanModifyLocationHierarchyAvailability(Hierarchy locationHierarchy, boolean modifiable)
          Set the "can modify availability" flag for a particular location hierarchy in this workflow, This will affect whether user can modify availability of locations within that hierarchies, for items within the collaboration area based on this workflow This will also cause the location hierarchy to be returned from the getLocationHierarchiesWithCanModifyAvailabilitySettings() method.
 void WorkflowStep.setEditableAttributeCollections(java.util.Collection<AttributeCollection> editableAttributeCollections, Hierarchy locationHierarchy)
          Set/override the editable (but not required) attribute collections on the specified location hierarchy for this step.
 void WorkflowStep.setRequiredAttributeCollections(java.util.Collection<AttributeCollection> requiredAttributeCollections, Hierarchy locationHierarchy)
          Set/override the required & editable attribute collections on the specified location hierarchy for this step.
 void WorkflowStep.setViewableAttributeCollections(java.util.Collection<AttributeCollection> viewableAttributeCollections, Hierarchy locationHierarchy)
          Set/override the viewable attribute collections on the specified location hierarchy for this step.
 

Method parameters in com.ibm.pim.workflow with type arguments of type Hierarchy
 void Workflow.setHierarchiesForRecategorization(java.util.Collection<Hierarchy> hierarchies)
          Set a collection of hierarchies to be used when recategorizing items/categories from within this workflow.