com.ibm.task.api

Interface BusinessCategoryManagerService

    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static java.lang.String COPYRIGHT 
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      BCID createBusinessCategory(BusinessCategoryDefinition businessCategoryDefinition)
      Creates a business category from the specified business category definition.
      BCID createBusinessCategory(BusinessCategoryDefinition businessCategoryDefinition, BCID parentBCID)
      Creates a business category from the specified business category definition as a subcategory of the specified parent business category using the object ID of the parent business category.
      BCID createBusinessCategory(BusinessCategoryDefinition businessCategoryDefinition, java.lang.String parentNameOrID)
      Creates a business category from the specified business category definition as a subcategory of the specified parent business category using a string representation of the object ID of the parent business category or the business category name.
      java.util.List deleteBusinessCategory(BCID bcid, boolean recursive)
      Deletes the specified business category using the business category ID.
      java.util.List deleteBusinessCategory(java.lang.String identifier, boolean recursive)
      Deletes the specified business category using a string representation of the business category ID or the business category name.
      WorkItem[] getAllWorkItemsForBusinessCategory(BCID bcid)
      Returns all work item assignments associated to specified business category using the business category ID.
      WorkItem[] getAllWorkItemsForBusinessCategory(java.lang.String identifier)
      Returns all work item assignments associated to specified business category using a string representation of the business category ID or the business category name.
      boolean[][] getAvailableActionFlagsForBusinessCategories(BCID[] bcids)
      Returns the actions that can be called for the specified business categories by the logged-on user using business category IDs.
      boolean[][] getAvailableActionFlagsForBusinessCategories(java.lang.String[] identifiers)
      Returns the actions that can be called for the specified business categories by the logged-on user using string representations of the business category IDs or the business category names.
      int[] getAvailableActionsForBusinessCategory(BCID bcid)
      Returns the actions that can be called by the logged-on user for the specified business category using the business category ID.
      int[] getAvailableActionsForBusinessCategory(java.lang.String identifier)
      Returns the actions that can be called by the logged-on user for the specified business category using a string representation of the business category ID or the business category name.
      BusinessCategory getBusinessCategory(BCID bcid)
      Retrieves the specified business category using the business category ID.
      BusinessCategory getBusinessCategory(java.lang.String identifier)
      Retrieves the specified business category using a string representation of the business category ID or the business category name.
      BusinessCategoryDefinition getBusinessCategoryDefinition(BCID bcid)
      Retrieves the definition of the specified business category using the business category ID.
      BusinessCategoryDefinition getBusinessCategoryDefinition(java.lang.String identifier)
      Retrieves the definition of the specified business category using a string representation of the business category ID or the business category name.
      WorkItem[] getWorkItemsForBusinessCategory(BCID bcid)
      Returns the work item assignments for the logged-on user and the specified business category using the business category ID.
      WorkItem[] getWorkItemsForBusinessCategory(java.lang.String identifier)
      Returns the work item assignments for the logged-on user and the specified business category using a string representation of the business category ID or the business category name.
      boolean isBusinessCategorySystemAdministrator()
      States whether the logged-on user is a system administrator for business categories.
      java.util.List setBusinessCategoryOnTasks(java.lang.String[] tkiids, java.lang.String identifier)
      Sets the business category of the specified tasks using string representations of the task instance or business category IDs or the business category name.
      java.util.List setBusinessCategoryOnTasks(TKIID[] tkiids, BCID bcid)
      Sets the business category of the specified tasks using the task instance and business category IDs.
      void setParentBusinessCategory(BCID bcid, BCID parentBCID)
      Sets the parent of the specified business category using business category IDs.
      void setParentBusinessCategory(java.lang.String identifier, java.lang.String parentIdentifier)
      Sets the parent of the specified business category using string representations of the business category IDs or the business category names.
      java.util.List setPriorityOfBusinessCategories(BCID[] bcids, java.lang.Integer priority)
      Sets the priority of the specified business categories using the business category IDs.
      java.util.List setPriorityOfBusinessCategories(java.lang.String[] identifier, java.lang.Integer priority)
      Sets the priority of the specified business categories using string representations of the business category IDs or the business category names.
      void updateBusinessCategory(BusinessCategoryDefinition businessCategoryDefinition)
      Updates a business category with values from the specified business category definition.
IBM Business Process ManagerTM
Release 8