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

Packages that use Spec
com.ibm.pim.attribute   
com.ibm.pim.catalog.item   
com.ibm.pim.job   
com.ibm.pim.organization   
com.ibm.pim.search   
com.ibm.pim.spec   
 

Uses of Spec in com.ibm.pim.attribute
 

Methods in com.ibm.pim.attribute that return Spec
 Spec AttributeDefinition.getSpec()
          Return the Spec to which this AttributeDefinition is associated.
 

Methods in com.ibm.pim.attribute that return types with arguments of type Spec
 java.util.Collection<Spec> AttributeCollection.getSpecs()
          Get all of the specs associated with this attribute collection as dynamic sources of attributes.
 java.util.Collection<Spec> AttributeOwner.getSpecs()
          Returns all the specs in which this item participates.
 

Methods in com.ibm.pim.attribute with parameters of type Spec
 void AttributeCollection.addAllAttributes(Spec spec)
          Adds all the attribute definitions from a Spec to the attribute collection.
 void AttributeCollection.addSpec(Spec spec)
          Adds a Spec to the attribute collection as a dynamic source of attributes.
 java.util.Collection<AttributeCollection> AttributeCollectionManager.getAttributeCollections(Spec spec)
          Gets all attribute collections that currently contain the specified Spec as a dynamic attribute source.
 AttributeInstance AttributeOwner.getRootAttributeInstance(Spec spec)
          Return the root attribute instance for the spec.
 void AttributeCollection.removeAllAttributes(Spec specWithAttributesToRemove)
          Removes all the attributes of the spec from this attribute collection.
 void AttributeCollection.removeSpec(Spec specToRemove)
          Removes a spec from this attribute collections list of dynamic attribute sources.
 

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

Methods in com.ibm.pim.catalog.item with parameters of type Spec
 java.lang.String Item.getXMLRepresentation(Spec spec, boolean includePrimaryKeyValue, boolean addNameSpace, java.util.Collection<java.util.Locale> locales, java.util.Collection<AttributeCollection> attrGroups)
          Returns the XML Representation for the particular item.
 java.lang.String Item.getXMLRepresentation(Spec spec, boolean includePrimaryKeyValue, boolean addNameSpace, java.util.Collection<java.util.Locale> locales, java.util.Collection<AttributeCollection> attrGroups, java.lang.String dateFormat)
          Returns the XML Representation for the particular item.
 

Uses of Spec in com.ibm.pim.job
 

Methods in com.ibm.pim.job that return Spec
 Spec Export.getDestinationSpec()
          Returns the destination spec associated to this export
 

Uses of Spec in com.ibm.pim.organization
 

Methods in com.ibm.pim.organization with parameters of type Spec
 AttributeCollection Company.getDefaultAttributeCollection(Spec spec)
          Retrieves the default Attribute Collection for the given spec
 

Uses of Spec in com.ibm.pim.search
 

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

Uses of Spec in com.ibm.pim.spec
 

Subinterfaces of Spec in com.ibm.pim.spec
 interface DestinationSpec
          Interface for the Destination Spec object
 interface FileSpec
          Interface for the File Spec object
 interface LookupSpec
          Interface for the LookupSpec object
 interface PrimarySpec
          Interface for the PrimarySpec object
 interface ScriptInputSpec
          Interface for ScriptInputSpec
 interface SecondarySpec
          Interface for the PrimarySpec object
 interface SubSpec
          Interface for SubSpec object
 

Methods in com.ibm.pim.spec that return Spec
 Spec SpecManager.createSpec(java.lang.String specName, Spec.Type specType)
          Create a new spec
 Spec SpecManager.getSpec(java.lang.String specName)
          Retrieves a specific Spec by name, returns null if Spec with the given name doesn't exist.
 

Methods in com.ibm.pim.spec that return types with arguments of type Spec
 java.util.Collection<Spec> SpecManager.getSpecs()
          Retrieves all Specs available in the current context.
 java.util.Collection<Spec> SpecManager.getSpecs(Spec.Type type)
          Retrieves all Specs available of the specified type in the current context.