Uses of Interface
com.ibm.pim.collaboration.CollaborationItem

Packages that use CollaborationItem
com.ibm.pim.catalog.item   
com.ibm.pim.collaboration   
com.ibm.pim.extensionpoints   
com.ibm.pim.selection   
 

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

Methods in com.ibm.pim.catalog.item that return CollaborationItem
 CollaborationItem Item.getCheckedOutItem(ItemCollaborationArea itemCollaborationArea)
          Returns the item's collaboration object in the collaboration area that the item is checked out to.
 

Uses of CollaborationItem in com.ibm.pim.collaboration
 

Methods in com.ibm.pim.collaboration that return CollaborationItem
 CollaborationItem ItemCollaborationArea.createCollaborationItem(java.lang.String primaryKey)
          Create a collaboration item in the current item collaboration area.
 CollaborationItem ItemCollaborationArea.getCheckedOutItem(java.lang.String primaryKey)
          Get the checked out item with the specified primary key in the current item collaboration area.
 

Methods in com.ibm.pim.collaboration that return types with arguments of type CollaborationItem
 PIMCollection<CollaborationItem> ItemCollaborationArea.getCheckedOutItems()
          Get a collection of all checked out items in the current item collaboration area.
 java.util.Collection<CollaborationItem> ItemCollaborationArea.getCheckedOutItems(java.util.List<java.lang.String> primaryKeys)
          Get the collection of checked out items with the specified primary keys in the current item collaboration area.
 

Methods in com.ibm.pim.collaboration with parameters of type CollaborationItem
 boolean ItemCollaborationArea.addIntoCollaborationArea(CollaborationItem item)
          Allow a newly created item to be saved directly into a collaboration area, into the Initial step, instead of saving to a source catalog, for example during an import.
 boolean ItemCollaborationArea.addIntoCollaborationArea(CollaborationItem item, CollaborationStep destinationStep)
          Allow a newly created item to be saved directly into a collaboration area, into a particular step, instead of saving to a source catalog, for example during an import.
 boolean ItemCollaborationArea.addIntoCollaborationArea(CollaborationItem item, CollaborationStep destinationStep, java.lang.String comment)
          Allow a newly created item to be saved directly into a collaboration area, into a particular step, instead of saving to a source catalog, for example during an import, with a comment.
 boolean ItemCollaborationArea.addIntoCollaborationArea(CollaborationItem item, java.lang.String comment)
          Allow a newly created item to be saved directly into a collaboration area, into the Initial step, instead of saving to a source catalog, for example during an import, with a comment.
 void ItemCollaborationArea.drop(CollaborationItem item)
          Drops the specified item from the collaboration area.
 void ItemCollaborationArea.drop(CollaborationItem item, java.lang.String comment)
          Drops the specified item from the collaboration area, with a comment.
 boolean ItemCollaborationArea.moveItemToOtherCollaborationArea(CollaborationItem item, CollaborationArea destinationCollaborationArea)
          Move the specified item to another collaboration area.
 boolean ItemCollaborationArea.moveItemToOtherCollaborationArea(CollaborationItem item, CollaborationArea destinationCollaborationArea, java.lang.String comment)
          Move the specified item to another collaboration area, with a comment.
 boolean ItemCollaborationArea.moveToNextStep(CollaborationItem item, CollaborationStep currentStep, java.lang.String exitValue)
          Move the specified item to next step.
 boolean ItemCollaborationArea.moveToNextStep(CollaborationItem item, CollaborationStep currentStep, java.lang.String exitValue, java.lang.String comment)
          Move the specified item to next step.
 

Method parameters in com.ibm.pim.collaboration with type arguments of type CollaborationItem
 void ItemCollaborationArea.drop(java.util.Collection<CollaborationItem> items)
          Drops the specified items from the collaboration area.
 void ItemCollaborationArea.drop(java.util.Collection<CollaborationItem> items, java.lang.String comment)
          Drops the specified items from the collaboration area, with a comment.
 java.lang.String CollaborationStep.getCollaborationObjectsDetailAsXML(java.util.List<CollaborationItem> items, java.util.List<AttributeDefinition> attrPaths)
          Returns an XML representation of workflow step entries for the given Collaboration step.
 java.lang.String CollaborationStep.getCollaborationObjectsDetailAsXML(java.util.List<CollaborationItem> items, java.util.List<AttributeDefinition> attrPaths, java.lang.String dateFormat)
          Returns an XML representation of workflow step entries for the given Collaboration step, with specified date formatting.
 boolean ItemCollaborationArea.interimCheckin(java.util.Collection<CollaborationItem> items, CollaborationStep currentStep)
          Temporarily publish the current attribute values for each item in the collection of items in the collaboration area back to the source catalog.
 boolean ItemCollaborationArea.interimCheckin(java.util.Collection<CollaborationItem> items, CollaborationStep currentStep, java.lang.String comment)
          Temporarily publish the current attribute values for each item in the collection of items in the collaboration area back to the source catalog, with a comment.
 boolean ItemCollaborationArea.moveItemsToOtherCollaborationArea(java.util.Collection<CollaborationItem> items, CollaborationArea destinationCollaborationArea)
          Move the specified items to another collaboration area.
 boolean ItemCollaborationArea.moveItemsToOtherCollaborationArea(java.util.Collection<CollaborationItem> items, CollaborationArea destinationCollaborationArea, java.lang.String comment)
          Move the specified items to another collaboration area.
 boolean ItemCollaborationArea.moveToNextStep(java.util.Collection<CollaborationItem> items, CollaborationStep currentStep, java.lang.String exitValue)
          Move the specified items to next step.
 boolean ItemCollaborationArea.moveToNextStep(java.util.Collection<CollaborationItem> items, CollaborationStep currentStep, java.lang.String exitValue, java.lang.String comment)
          Move the specified items to next step, with a comment.
 

Uses of CollaborationItem in com.ibm.pim.extensionpoints
 

Methods in com.ibm.pim.extensionpoints that return CollaborationItem
 CollaborationItem PostCollaborationItemSaveFunctionArguments.getCollaborationItem()
          Obtains the current item for this invocation.
 CollaborationItem CollaborationItemValidationRuleFunctionArguments.getCollaborationItem()
          Obtains the item to be processed by this rule function.
 CollaborationItem CollaborationItemStringEnumerationValueRuleFunctionArguments.getCollaborationItem()
          Obtains the item to be processed by this rule function.
 CollaborationItem CollaborationItemRunValueRuleFunctionArguments.getCollaborationItem()
          Obtains the item to be processed by this rule function.
 CollaborationItem CollaborationItemPrePostProcessingFunctionArguments.getCollaborationItem()
          Obtains the item to be processed by this pre/post function.
 CollaborationItem CollaborationItemNonPersistedAttributeRuleFunctionArguments.getCollaborationItem()
          Obtains the item to be processed by this rule function.
 CollaborationItem CollaborationItemMacroFunctionArguments.getCollaborationItem()
          Obtains the item entry being processed for this EntrymacroFunction.
 CollaborationItem CollaborationItemDefaultValueRuleFunctionArguments.getCollaborationItem()
          Obtains the item to be processed by this rule function.
 CollaborationItem CMSEntryBuildFunctionArguments.getCollaborationItem()
          Obtains the collaboration item entry being processed for this CMSEntryBuildFunction.
 

Methods in com.ibm.pim.extensionpoints that return types with arguments of type CollaborationItem
 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.
 

Uses of CollaborationItem in com.ibm.pim.selection
 

Methods in com.ibm.pim.selection that return types with arguments of type CollaborationItem
 PIMCollection<CollaborationItem> DynamicCollaborationItemSelection.getCollaborationItems()
          Fetches a collection of CollaborationItem objects in the selection As prescribed via Permission.SELECTION_MEMBERS_VIEW_ITEMS