|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of PIMCollection in com.ibm.pim.attribute |
---|
Methods in com.ibm.pim.attribute that return PIMCollection | |
---|---|
PIMCollection<Category> |
ExtendedAttributeOwner.getAvailableLocations(Category location)
Returns the locations this item is available in from the set of locations given by the passed in location and its descendants. |
PIMCollection<Category> |
ExtendedAttributeOwner.getLocationsHavingData(Category location)
Identifies the locations this item has location specific data for from the set of locations given by the passed in location and its descendants. |
Uses of PIMCollection in com.ibm.pim.catalog |
---|
Methods in com.ibm.pim.catalog that return PIMCollection | |
---|---|
PIMCollection<SecondarySpec> |
Catalog.getCategorySpecs()
Return all the "ItemSecondarySpecs" applied in this catalog |
PIMCollection<Item> |
Catalog.getItems()
Retrieve a collection of all of the Items within this Catalog |
PIMCollection<Item> |
Catalog.getItemsWithAttributeValue(java.lang.String attributeInstancePath,
java.lang.Object value)
Returns a collection of items from this catalog where the specified attribute instance has the specified value |
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 |
Uses of PIMCollection in com.ibm.pim.catalog.item |
---|
Methods in com.ibm.pim.catalog.item that return PIMCollection | |
---|---|
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 PIMCollection in com.ibm.pim.collaboration |
---|
Methods in com.ibm.pim.collaboration that return PIMCollection | |
---|---|
PIMCollection<CollaborationCategory> |
CategoryCollaborationArea.getCheckedOutCategories()
Gets the collection of all checked out categories in the current category collaboration area. |
PIMCollection<CollaborationItem> |
ItemCollaborationArea.getCheckedOutItems()
Get a collection of all checked out items in the current item collaboration area. |
PIMCollection<CollaborationObject> |
CollaborationStep.getContents()
Returns all the collaboration objects in this collaboration step. |
PIMCollection<CollaborationObject> |
CollaborationStep.getContents(Selection selection)
Returns the collaboration objects in this collaboration step that are related to the given selection. |
PIMCollection<CollaborationObject> |
CollaborationStep.getContentsByAttributeValue(AttributeDefinition attributeDefinition,
java.lang.Object attributeValue)
Returns all the collaboration objects in this step whose attribute at the specified attribute definition contains the specified attribute value. |
PIMCollection<CollaborationObject> |
CollaborationStep.getContentsByAttributeValue(java.lang.String attributeDefinitionPath,
java.lang.Object attributeValue)
Returns all the collaboration objects in this step whose attribute at the specified path contains the specified attribute value. |
PIMCollection<CollaborationCategory> |
CollaborationCategory.getDescendents()
Returns all the descendants of this category. |
Uses of PIMCollection in com.ibm.pim.docstore |
---|
Methods in com.ibm.pim.docstore that return PIMCollection | |
---|---|
PIMCollection<Document> |
Directory.getDocuments()
Fetches a collection of all the documents on which the user has view permission in this directory |
Uses of PIMCollection in com.ibm.pim.extensionpoints |
---|
Methods in com.ibm.pim.extensionpoints that return PIMCollection | |
---|---|
PIMCollection<CollaborationCategory> |
WorkflowStepFunctionArguments.getCategories()
Obtains the set of Category entries being processed for this WorkflowStepFunction. |
PIMCollection<Category> |
CategoryPreviewFunctionArguments.getCategories()
Obtains the categories for this EntryPreviewFunction. |
PIMCollection<CollaborationCategory> |
CollaborationCategoryPreviewFunctionArguments.getCollaborationCategories()
Obtains the collaboration categories for this EntryPreviewFunction. |
PIMCollection<CollaborationItem> |
CollaborationItemPreviewFunctionArguments.getCollaborationItems()
Obtains the collaboration items for this EntryPreviewFunction. |
PIMCollection<CollaborationItem> |
WorkflowStepFunctionArguments.getItems()
Obtains the set of Item entries being processed for this WorkflowStepFunction. |
PIMCollection<Item> |
ItemPreviewFunctionArguments.getItems()
Obtains the items for this EntryPreviewFunction. |
PIMCollection<Item> |
CatalogToCatalogExportFunctionArguments.getItems()
Obtains the items being processed for this CatalogExportFunction. |
PIMCollection<Item> |
CatalogPreviewFunctionArguments.getItems()
Obtains the items being processed for this CatalogPreviewFunction. |
PIMCollection<Item> |
CatalogExportFunctionArguments.getItems()
Obtains the items being processed for this CatalogExportFunction. |
PIMCollection |
RichSearchReportFunctionArguments.getReportSet()
Obtains the set for this report. |
Uses of PIMCollection in com.ibm.pim.hierarchy |
---|
Methods in com.ibm.pim.hierarchy that return PIMCollection | |
---|---|
PIMCollection<Category> |
Hierarchy.getCategories()
Retrieves a collection of all the Category objects in this hierarchy. |
PIMCollection<Category> |
Hierarchy.getCategoriesAtLevel(int level)
Retrieves a collection of all the Category objects in this hierarchy residing at a particular level. |
PIMCollection<Category> |
Hierarchy.getCategoriesByItemSecondarySpec(SecondarySpec spec)
Retrieves a collection of all the Category objects in this hierarchy implementing a particular secondary spec. |
PIMCollection<Category> |
Hierarchy.getCategoriesByStandAloneSpec(SecondarySpec spec)
Retrieves a collection of all the Category objects in this hierarchy implementing a particular standalone spec. |
PIMCollection<Category> |
Hierarchy.getCategoriesWithAttributeValue(java.lang.String attributeInstancePath,
java.lang.Object attributeValue)
Retrieves a collection of all the Category objects in this hierarchy based upon a particular attribute value. |
Uses of PIMCollection in com.ibm.pim.hierarchy.category |
---|
Methods in com.ibm.pim.hierarchy.category that return PIMCollection | |
---|---|
PIMCollection<Category> |
Category.getDescendents()
Returns all the descendants of 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. |
Uses of PIMCollection in com.ibm.pim.lookuptable |
---|
Methods in com.ibm.pim.lookuptable that return PIMCollection | |
---|---|
PIMCollection<LookupTableEntry> |
LookupTable.getLookupTableEntries()
Retrieves all the LookupTableEntries for this LookupTable |
Uses of PIMCollection in com.ibm.pim.organization |
---|
Methods in com.ibm.pim.organization that return PIMCollection | |
---|---|
PIMCollection<Organization> |
Organization.getDescendents()
Returns all the descendents of this organization. |
PIMCollection<Organization> |
OrganizationHierarchy.getOrganizations()
Retrieves a collection of all the Organization objects in this hierarchy. |
PIMCollection<Organization> |
OrganizationHierarchy.getOrganizationsAtLevel(int level)
Retrieves a collection of all the Organization objects in this hierarchy residing at a particular level. |
PIMCollection<Organization> |
OrganizationHierarchy.getOrganizationsWithAttributeValue(java.lang.String attributeInstancePath,
java.lang.Object attributeValue)
Retrieves a collection of all the Organization objects in this hierarchy based upon a particular attribute value. |
PIMCollection<Role> |
Company.getRoles()
Returns all roles associated with the company |
PIMCollection<Role> |
User.getRoles()
Retrieves the Role objects this User is registered to |
PIMCollection<User> |
Company.getUsers()
Returns all users in the context of this company |
PIMCollection<User> |
Role.getUsers()
Identifies the Users applied to the Role |
PIMCollection<User> |
Organization.getUsers()
Returns a collection of users belonging to this Organization |
Uses of PIMCollection in com.ibm.pim.selection |
---|
Methods in com.ibm.pim.selection that return PIMCollection | |
---|---|
PIMCollection<Category> |
StaticItemSelection.getCategories()
Fetches the categories present in the selection |
PIMCollection<CollaborationItem> |
DynamicCollaborationItemSelection.getCollaborationItems()
Fetches a collection of CollaborationItem objects in the selection
As prescribed via
Permission.SELECTION_MEMBERS_VIEW_ITEMS |
PIMCollection<Item> |
DynamicItemSelection.getItems()
Fetches the items in the selection |
PIMCollection<Item> |
StaticItemSelection.getItems()
Fetches the items in the selection |
Uses of PIMCollection in com.ibm.pim.userdefinedlog |
---|
Methods in com.ibm.pim.userdefinedlog that return PIMCollection | |
---|---|
PIMCollection<UserDefinedLogEntry> |
UserDefinedLog.getLogEntries()
Retrieves all UserDefinedLogEntry objects associated with this UserDefinedLog |
PIMCollection<UserDefinedLogEntry> |
CategoryUserDefinedLog.getLogEntries(Category category)
Fetches the UserDefinedLogEntry objects corresponding to the category passed in. |
PIMCollection<UserDefinedLogEntry> |
ItemUserDefinedLog.getLogEntries(Item item)
Retrieves all UserDefinedLogEntry objects associated with a specific item |
PIMCollection<UserDefinedLogEntry> |
ItemUserDefinedLog.getLogEntries(Item item,
Category category)
Retrieves all UserDefinedLogEntry objects associated with the item which belongs to the specific category passed as argument. |
Uses of PIMCollection in com.ibm.pim.webservice |
---|
Methods in com.ibm.pim.webservice that return PIMCollection | |
---|---|
PIMCollection<WebServiceTransaction> |
WebService.getTransactions(java.util.Date fromDate,
java.util.Date toDate)
Returns all the transactions associated with the webservice for the specified date range. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |