|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Catalog in com.ibm.pim.attribute |
---|
Methods in com.ibm.pim.attribute with parameters of type Catalog | |
---|---|
void |
AttributeInstance.setValue(Catalog catalog,
java.lang.String itemPrimaryKey)
If this AttributeInstance is of type RELATIONSHIP, this method can set a related item as the value for this instance, specified by catalog and primary key |
Uses of Catalog in com.ibm.pim.catalog |
---|
Methods in com.ibm.pim.catalog that return 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. |
Catalog |
LocationDataConfiguration.getCatalog()
Retrives the Parent Catalog |
Catalog |
CatalogManager.getCatalog(java.lang.String catalogName)
Retrieves the latest version of a specified Catalog |
Catalog |
CatalogManager.getCatalog(java.lang.String catalogName,
VersionInfo version)
Retrieves a particular version of a specified Catalog |
Catalog |
CatalogManager.getCatalog(View view)
Get the Catalog by which a particular view is owned |
Methods in com.ibm.pim.catalog that return types with arguments of type Catalog | |
---|---|
java.util.Collection<Catalog> |
CatalogManager.getCatalogs()
Retrieves all Catalogs available the current user is authorized to list. |
Methods in com.ibm.pim.catalog with parameters of type Catalog | |
---|---|
void |
Catalog.link(Catalog catalog,
AttributeDefinition sourceAttribute,
AttributeDefinition destinationAttribute)
Links a catalog to another using source and destination attributes. |
Uses of Catalog in com.ibm.pim.catalog.item |
---|
Methods in com.ibm.pim.catalog.item that return Catalog | |
---|---|
Catalog |
Item.getCatalog()
Returns the catalog to which this item belongs. |
Methods in com.ibm.pim.catalog.item with parameters of type Catalog | |
---|---|
PIMCollection<Item> |
Item.getRelatedItems(Catalog filter,
boolean toOrFrom)
Retrieves all of the Items that this item is connected to via a relationship link on other items. |
Uses of Catalog in com.ibm.pim.collaboration |
---|
Methods in com.ibm.pim.collaboration that return Catalog | |
---|---|
Catalog |
ItemCollaborationArea.getSourceCatalog()
Get the source catalog upon which this collaboration area is based. |
Methods in com.ibm.pim.collaboration with parameters of type Catalog | |
---|---|
ItemCollaborationArea |
CollaborationAreaManager.createItemCollaborationArea(java.lang.String collaborationAreaName,
Workflow workflow,
Catalog catalog)
Create a collaboration area from an item workflow for the specified catalog. |
java.util.Collection<CollaborationCategory> |
CollaborationCategory.getChildren(Catalog catalog,
boolean ordered,
boolean restrictToSubtreeWithItems)
Returns the categories immediately below this category. |
Uses of Catalog in com.ibm.pim.extensionpoints |
---|
Methods in com.ibm.pim.extensionpoints that return Catalog | |
---|---|
Catalog |
RichSearchReportFunctionArguments.getCatalog()
Obtains the catalog for this RichSearchReportFunction. |
Catalog |
ImportFunctionArguments.getCatalog()
Obtains the catalog being processed for this ImportFunction. |
Catalog |
CatalogPreviewFunctionArguments.getCatalog()
Obtains the catalog being processed for this CatalogPreviewFunction. |
Catalog |
CatalogExportFunctionArguments.getCatalog()
Obtains the catalog being exported by this CatalogExportFunction. |
Catalog |
CatalogToCatalogExportFunctionArguments.getDestinationCatalog()
Obtains the destination catalog being processed for this CatalogToCatalogExportFunction. |
Catalog |
CatalogToCatalogExportFunctionArguments.getSourceCatalog()
Obtains the source catalog being processed for this CatalogToCatalogExportFunction. |
Uses of Catalog in com.ibm.pim.hierarchy.category |
---|
Methods in com.ibm.pim.hierarchy.category with parameters of type Catalog | |
---|---|
java.util.Collection<Category> |
Category.getChildren(Catalog catalog,
boolean ordered,
boolean restrictToSubtreeWithItems)
Returns the categories immediately below this category. |
PIMCollection<Item> |
Category.getItems(Catalog catalog)
Returns the items associated with this category in the given catalog. |
PIMCollection<Item> |
Category.getItems(Catalog catalog,
boolean ordered)
Returns the items associated with this category in the given catalog. |
java.util.Collection<SecondarySpec> |
Category.getItemSecondarySpecs(Catalog catalog)
Returns the item secondary specs associated with this category applied to items in the given catalog. |
Method parameters in com.ibm.pim.hierarchy.category with type arguments of type Catalog | |
---|---|
void |
Category.addItemSecondarySpec(SecondarySpec spec,
java.util.Collection<Catalog> catalogs,
boolean addToChildCategories,
boolean addAcrossMapping)
Associates a secondary item spec to this Category. |
Uses of Catalog in com.ibm.pim.job |
---|
Methods in com.ibm.pim.job that return Catalog | |
---|---|
Catalog |
ItemImport.getCatalog()
Returns the destination catalog for an item import |
Catalog |
Export.getSourceCatalog()
Returns the source catalog for an item export |
Methods in com.ibm.pim.job with parameters of type Catalog | |
---|---|
Export |
JobManager.createExport(java.lang.String exportName,
DestinationSpec destSpec,
Catalog sourceCatalog,
SpecMap destMap,
Export.Type exportContentType,
java.util.Map<Export.OptionalArguments,java.lang.Object> optionalArgs)
Creates a new export. |
ItemImport |
JobManager.createItemImport(java.lang.String importName,
DataSource dataSource,
FileSpec fileSpec,
Catalog destCatalog,
java.util.Map<Import.OptionalArguments,java.lang.Object> optionalArgs)
Creates a new Item feed type import. |
Uses of Catalog in com.ibm.pim.organization |
---|
Methods in com.ibm.pim.organization with parameters of type Catalog | |
---|---|
java.util.Collection<AttributeCollection> |
Role.getAttributeCollectionForPrivilegeType(Catalog catalog,
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(Catalog catalog)
Retrieve the Locales applied to this role for a specific catalog |
void |
Role.setAttributeCollectionPrivilege(Catalog catalog,
Role.Privilege privilege,
java.util.Collection<AttributeCollection> collections)
Sets the privileges for a role on attribute collections for a catalog. |
void |
Role.setLocales(Catalog catalog,
java.util.List<java.util.Locale> locales)
Sets an array of Locales appropriate for this Role and specific catalog. |
Uses of Catalog in com.ibm.pim.search |
---|
Methods in com.ibm.pim.search that return Catalog | |
---|---|
Catalog |
SearchResultSet.getCatalog(int columnIndex)
Get the value of a column in the current row as MDMPIM Catalog object. |
Uses of Catalog in com.ibm.pim.selection |
---|
Methods in com.ibm.pim.selection that return Catalog | |
---|---|
Catalog |
DynamicItemSelection.getCatalog()
Fetches the catalog with which this selection is associated |
Catalog |
StaticItemSelection.getCatalog()
Fetches the catalog with which this selection is associated |
Methods in com.ibm.pim.selection with parameters of type Catalog | |
---|---|
StaticItemSelection |
SelectionManager.createStaticItemSelection(Catalog catalog,
Hierarchy hierarchy,
java.lang.String selectionName)
Creates a StaticItemSelection. |
java.util.Collection<Selection> |
SelectionManager.getSelections(Catalog catalog)
Fetches all Selection objects defined for this catalog, for which the user has the permission Permission.SELECTION_LIST . |
Uses of Catalog in com.ibm.pim.system |
---|
Methods in com.ibm.pim.system with parameters of type Catalog | |
---|---|
java.lang.String |
UIHelper.getItemListURL(Catalog catalog,
Category category)
Returns a String object representing the URL which can be used to render all the items contained within the catalog that are grouped under the category on the List Items screen. |
java.lang.String |
UIHelper.getRichSearchURL(Catalog catalog)
Returns a String object representing the URL which can be used to render the Item Rich Search screen on the catalog. |
Uses of Catalog in com.ibm.pim.userdefinedlog |
---|
Methods in com.ibm.pim.userdefinedlog that return Catalog | |
---|---|
Catalog |
ItemUserDefinedLog.getCatalog()
Fetches the catalog with which this UserDefinedLog is associated. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |