Uses of Interface
com.ibm.pim.spec.PrimarySpec

Packages that use PrimarySpec
com.ibm.pim.catalog   
com.ibm.pim.hierarchy   
com.ibm.pim.organization   
 

Uses of PrimarySpec in com.ibm.pim.catalog
 

Methods in com.ibm.pim.catalog that return PrimarySpec
 PrimarySpec Catalog.getSpec()
          Retrieve the Primary Spec of the Items within this Catalog.
 

Methods in com.ibm.pim.catalog with parameters of type PrimarySpec
 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.
 

Uses of PrimarySpec in com.ibm.pim.hierarchy
 

Methods in com.ibm.pim.hierarchy that return PrimarySpec
 PrimarySpec Hierarchy.getPrimarySpec()
          Retrieves the Primary spec for this hierarchy.
 

Methods in com.ibm.pim.hierarchy with parameters of type PrimarySpec
 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.
 

Uses of PrimarySpec in com.ibm.pim.organization
 

Methods in com.ibm.pim.organization that return PrimarySpec
 PrimarySpec Company.getDefaultSpec()
          Retrieves the default Spec for this company
 PrimarySpec OrganizationHierarchy.getPrimarySpec()
          Retrieves the Primary spec for this hierarchy.
 

Methods in com.ibm.pim.organization with parameters of type PrimarySpec
 OrganizationHierarchy OrganizationManager.createOrganizationHierarchy(PrimarySpec spec, java.lang.String name)
          Creates a new organization hierarchy object.
 OrganizationHierarchy OrganizationManager.createOrganizationHierarchy(PrimarySpec spec, java.lang.String name, AttributeDefinition pathAttribute, AccessControlGroup accessControlGroup, AttributeDefinition displayAttribute)
          Create a new organization hierarchy object.