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

Packages that use CollaborationCategory
com.ibm.pim.collaboration   
com.ibm.pim.extensionpoints   
 

Uses of CollaborationCategory in com.ibm.pim.collaboration
 

Methods in com.ibm.pim.collaboration that return CollaborationCategory
 CollaborationCategory CategoryCollaborationArea.createCollaborationCategory(java.lang.String parentCategoryPath, java.lang.String delimiter, java.lang.String pathValue)
          Returns a new collaboration category object.
 CollaborationCategory CategoryCollaborationArea.createCollaborationCategory(java.lang.String parentCategoryPath, java.lang.String delimiter, java.lang.String pathValue, java.lang.String primaryKeyValue)
          Returns a new collaboration category object.
 CollaborationCategory CategoryCollaborationArea.getCheckedOutCategory(java.lang.String primaryKey)
          Gets the checked out category with the specified primary key in the current category collaboration area.
 CollaborationCategory CollaborationCategory.getParent()
          Returns this category's parent.
 CollaborationCategory CategoryCollaborationArea.getRootCategory()
          Returns the root collaboration category for this Category Collaboration Area
 

Methods in com.ibm.pim.collaboration that return types with arguments of type CollaborationCategory
 PIMCollection<CollaborationCategory> CategoryCollaborationArea.getCheckedOutCategories()
          Gets the collection of all checked out categories in the current category collaboration area.
 java.util.Collection<CollaborationCategory> CategoryCollaborationArea.getCheckedOutCategories(java.util.List<java.lang.String> primaryKeys)
          Gets the collection of checked out categories with the specified primary keys in the current category collaboration area.
 java.util.Collection<CollaborationCategory> CollaborationCategory.getChildren()
          Returns the categories immediately below this category.
 java.util.Collection<CollaborationCategory> CollaborationCategory.getChildren(Catalog catalog, boolean ordered, boolean restrictToSubtreeWithItems)
          Returns the categories immediately below this category.
 PIMCollection<CollaborationCategory> CollaborationCategory.getDescendents()
          Returns all the descendants of this category.
 java.util.Collection<CollaborationCategory> CollaborationCategory.getParents()
          Returns the parent categories of the given Category.
 

Methods in com.ibm.pim.collaboration with parameters of type CollaborationCategory
 void CollaborationCategory.addChild(CollaborationCategory childCategory)
          Adds a category as a child of this category.
 boolean CategoryCollaborationArea.addIntoCollaborationArea(CollaborationCategory category)
          Allows a newly created category to be saved directly into a collaboration area, into the Initial step, instead of saving to a source hierarchy, for example during an import.
 boolean CategoryCollaborationArea.addIntoCollaborationArea(CollaborationCategory category, CollaborationStep destinationStep)
          Allows a newly created category to be saved directly into a collaboration area, into a particular step, instead of saving to a source hierarchy, for example during an import.
 boolean CategoryCollaborationArea.addIntoCollaborationArea(CollaborationCategory category, CollaborationStep destinationStep, java.lang.String commentString)
          Allows a newly created category to be saved directly into a collaboration area, into a particular step, instead of saving to a source hierarchy, for example during an import.
 boolean CategoryCollaborationArea.addIntoCollaborationArea(CollaborationCategory category, java.lang.String commentString)
          Allows a newly created category to be saved directly into a collaboration area, into the Initial step, instead of saving to a source hierarchy, for example during an import.
 void CategoryCollaborationArea.drop(CollaborationCategory category)
          Drops the specified categories from the collaboration area.
 void CategoryCollaborationArea.drop(CollaborationCategory category, java.lang.String commentString)
          Drops the specified categories from the collaboration area.
 boolean CategoryCollaborationArea.moveToNextStep(CollaborationCategory category, CollaborationStep currentStep, java.lang.String exitValue)
          Moves the specified category to next step.
 boolean CategoryCollaborationArea.moveToNextStep(CollaborationCategory category, CollaborationStep currentStep, java.lang.String exitValue, java.lang.String commentString)
          Moves the specified category to next step.
 void CollaborationCategory.removeChild(CollaborationCategory childCategory)
          Remove the given child Category from this category's children.
 

Method parameters in com.ibm.pim.collaboration with type arguments of type CollaborationCategory
 void CategoryCollaborationArea.drop(java.util.Collection<CollaborationCategory> categories)
          Drops the specified categories from the collaboration area.
 void CategoryCollaborationArea.drop(java.util.Collection<CollaborationCategory> categories, java.lang.String commentString)
          Drops the specified categories from the collaboration area.
 boolean CategoryCollaborationArea.interimCheckin(java.util.Collection<CollaborationCategory> categories, CollaborationStep currentStep)
          Temporarily publishes the current attribute values for each category in the collection of categories in the collaboration area back to the source category tree.
 boolean CategoryCollaborationArea.interimCheckin(java.util.Collection<CollaborationCategory> categories, CollaborationStep currentStep, java.lang.String commentString)
          Temporarily publishes the current attribute values for each category in the collection of categories in the collaboration area back to the source category tree.
 boolean CategoryCollaborationArea.moveToNextStep(java.util.Collection<CollaborationCategory> categories, CollaborationStep currentStep, java.lang.String exitValue)
          Moves the specified categories to next step.
 boolean CategoryCollaborationArea.moveToNextStep(java.util.Collection<CollaborationCategory> categories, CollaborationStep currentStep, java.lang.String exitValue, java.lang.String commentString)
          Moves the specified categories to next step.
 

Uses of CollaborationCategory in com.ibm.pim.extensionpoints
 

Methods in com.ibm.pim.extensionpoints that return CollaborationCategory
 CollaborationCategory PostCollaborationCategorySaveFunctionArguments.getCollaborationCategory()
          Obtains the current category for this invocation.
 CollaborationCategory CollaborationCategoryValidationRuleFunctionArguments.getCollaborationCategory()
          Obtains the category to be processed by this rule function.
 CollaborationCategory CollaborationCategoryStringEnumerationValueRuleFunctionArguments.getCollaborationCategory()
          Obtains the category to be processed by this rule function.
 CollaborationCategory CollaborationCategoryRunValueRuleFunctionArguments.getCollaborationCategory()
          Obtains the category to be processed by this rule function.
 CollaborationCategory CollaborationCategoryPrePostProcessingFunctionArguments.getCollaborationCategory()
          Obtains the category to be processed by this pre/post function.
 CollaborationCategory CollaborationCategoryNonPersistedAttributeRuleFunctionArguments.getCollaborationCategory()
          Obtains the category to be processed by this rule function.
 CollaborationCategory CollaborationCategoryMacroFunctionArguments.getCollaborationCategory()
          Obtains the category entry being processed for this EntryMacroFunction.
 CollaborationCategory CollaborationCategoryDefaultValueRuleFunctionArguments.getCollaborationCategory()
          Obtains the category to be processed by this rule function.
 CollaborationCategory CMSEntryBuildFunctionArguments.getCollaborationCategory()
          Obtains the collaboration category entry being processed for this CMSEntryBuildFunction.
 

Methods in com.ibm.pim.extensionpoints that return types with arguments of type CollaborationCategory
 PIMCollection<CollaborationCategory> WorkflowStepFunctionArguments.getCategories()
          Obtains the set of Category entries being processed for this WorkflowStepFunction.
 PIMCollection<CollaborationCategory> CollaborationCategoryPreviewFunctionArguments.getCollaborationCategories()
          Obtains the collaboration categories for this EntryPreviewFunction.