com.ibm.task.api

Interface WorkBasketManagerService

    • Field Summary

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

      Methods 
      Modifier and Type Method and Description
      WBID createWorkBasket(WorkBasketDefinition workBasketDefinition)
      Creates a work basket from the specified work basket definition.
      void deleteWorkBasket(java.lang.String identifier)
      Deletes the specified work basket using a string representation of the work basket ID or the work basket name.
      void deleteWorkBasket(WBID wbid)
      Deletes the specified work basket using the work basket ID.
      java.util.List distributeTasksToWorkBasket(java.lang.String[] tkiids, java.lang.String identifier)
      Distributes the specified task instances to the specified work basket using string representations of the task instance and work basket IDs.
      java.util.List distributeTasksToWorkBasket(TKIID[] tkiids, WBID wbid)
      Distributes the specified task instances to the specified work basket using task instance and work basket IDs.
      WorkItem[] getAllWorkItemsForWorkBasket(java.lang.String identifier)
      Returns all work item assignments associated to the specified work basket using a string representation of the work basket ID or the work basket name.
      WorkItem[] getAllWorkItemsForWorkBasket(WBID wbid)
      Returns all work item assignments associated to the specified work basket using the work basket ID.
      boolean[][] getAvailableActionFlagsForWorkBaskets(java.lang.String[] identifiers)
      Returns the actions that can be called for the specified work baskets by the logged-on user using string representations of the work basket IDs or the work basket names.
      boolean[][] getAvailableActionFlagsForWorkBaskets(WBID[] wbids)
      Returns the actions that can be called for the specified work baskets by the logged-on user using work basket IDs.
      int[] getAvailableActionsForWorkBasket(java.lang.String identifier)
      Returns the actions that can be called by the logged-on user for the specified work basket using a string representation of the work basket ID or the work basket name.
      int[] getAvailableActionsForWorkBasket(WBID wbid)
      Returns the actions that can be called by the logged-on user for the specified work basket using the work basket ID.
      java.util.List getDistributionTargets(java.lang.String identifier)
      Retrieves the distribution targets of the specified work basket using a string representation of the work basket ID or the work basket name.
      java.util.List getDistributionTargets(WBID wbid)
      Retrieves the distribution targets of the specified work basket using the work basket ID.
      WorkBasket getWorkBasket(java.lang.String identifier)
      Retrieves the specified work basket using a string representation of the work basket ID or the work basket name.
      WorkBasket getWorkBasket(WBID wbid)
      Retrieves the specified work basket using the work basket ID.
      WorkBasketDefinition getWorkBasketDefinition(java.lang.String identifier)
      Retrieves the definition of the specified work basket using a string representation of the work basket ID or the work basket name.
      WorkBasketDefinition getWorkBasketDefinition(WBID wbid)
      Retrieves the definition of the specified work basket using the work basket ID.
      WorkItem[] getWorkItemsForWorkBasket(java.lang.String identifier)
      Returns the work item assignments for the logged-on user and the specified work basket using a string representation of the work basket ID or the work basket name.
      WorkItem[] getWorkItemsForWorkBasket(WBID wbid)
      Returns the work item assignments for the logged-on user and the specified work basket using the work basket ID.
      boolean isWorkBasketSystemAdministrator()
      States whether the logged-on user is a system administrator for work baskets.
      java.util.List removeAsDistributionTarget(java.lang.String identifier)
      Removes the specified work basket as a distribution target from all referencing work baskets using a string representation of the work basket ID or the work basket name.
      java.util.List removeAsDistributionTarget(WBID wbid)
      Removes the specified work basket as a distribution target from all referencing work baskets The caller must be the work basket system administrator.
      java.util.List transferTasksToWorkBasket(java.lang.String[] tkiids, java.lang.String identifier, boolean cancelClaimIfNeeded)
      Transfers the specified task instances to the specified work basket using string representations of the task instance and work basket IDs or the work basket name.
      java.util.List transferTasksToWorkBasket(TKIID[] tkiids, WBID wbid, boolean cancelClaimIfNeeded)
      Transfers the specified task instances to the specified work basket using task instance and work basket IDs.
      void updateWorkBasket(WorkBasketDefinition workBasketDefinition)
      Updates a work basket with values from the specified work basket definition.
IBM Business Process ManagerTM
Release 8