com.ibm.task.api

Interface WorkBasketActions


  1. public interface WorkBasketActions
This interface defines symbolic constants for all actions that can be performed on work baskets. These constants are to be used when determining the actions allowed by the currently logged-on user. Currently allowed actions are returned when calling the getAvailableActionsForWorkBasket() or getAvailableActionFlagsForWorkBaskets() methods for a work basket.
Since:
6.2.0.3

Field Summary

Modifier and Type Field and Description
  1. static
  2. java.lang.String
COPYRIGHT
  1. static
  2. int
CREATEWORKBASKET
Symbolic constant for work basket action create.
  1. static
  2. int
CUSTOMACTION1
Symbolic constants for custom work basket actions.
  1. static
  2. int
CUSTOMACTION10
  1. static
  2. int
CUSTOMACTION11
  1. static
  2. int
CUSTOMACTION12
  1. static
  2. int
CUSTOMACTION13
  1. static
  2. int
CUSTOMACTION14
  1. static
  2. int
CUSTOMACTION15
  1. static
  2. int
CUSTOMACTION16
  1. static
  2. int
CUSTOMACTION17
  1. static
  2. int
CUSTOMACTION18
  1. static
  2. int
CUSTOMACTION19
  1. static
  2. int
CUSTOMACTION2
  1. static
  2. int
CUSTOMACTION20
  1. static
  2. int
CUSTOMACTION3
  1. static
  2. int
CUSTOMACTION4
  1. static
  2. int
CUSTOMACTION5
  1. static
  2. int
CUSTOMACTION6
  1. static
  2. int
CUSTOMACTION7
  1. static
  2. int
CUSTOMACTION8
  1. static
  2. int
CUSTOMACTION9
  1. static
  2. int
DELETEWORKBASKET
Symbolic constant for work basket action delete.
  1. static
  2. int
DISTRIBUTE
Symbolic constant for work basket action distribute.
  1. static
  2. int
GETDISTRIBUTIONTARGETS
Symbolic constant for work basket action get distribution targets.
  1. static
  2. int
GETROLEINFO
Symbolic constant for work basket action get (all) work items.
  1. static
  2. int
GETWORKBASKET
Symbolic constant for work basket action get work basket.
  1. static
  2. int
GETWORKBASKETDEFINITION
Symbolic constant for work basket action get work basket definition.
  1. static
  2. int
OPEN
Symbolic constant for work basket action open.
  1. static
  2. int
TRANSFERFROMWORKBASKET
Symbolic constant for work basket action transfer from work basket.
  1. static
  2. int
TRANSFERTOWORKBASKET
Symbolic constant for work basket action transfer to work basket.
  1. static
  2. int
UPDATE
Symbolic constant for work basket action update.

Field Detail

  1. static final java.lang.String COPYRIGHT
See Also:

CUSTOMACTION1

  1. static final int CUSTOMACTION1
Symbolic constants for custom work basket actions.
See Also:

CUSTOMACTION2

  1. static final int CUSTOMACTION2
See Also:

CUSTOMACTION3

  1. static final int CUSTOMACTION3
See Also:

CUSTOMACTION4

  1. static final int CUSTOMACTION4
See Also:

CUSTOMACTION5

  1. static final int CUSTOMACTION5
See Also:

CUSTOMACTION6

  1. static final int CUSTOMACTION6
See Also:

CUSTOMACTION7

  1. static final int CUSTOMACTION7
See Also:

CUSTOMACTION8

  1. static final int CUSTOMACTION8
See Also:

CUSTOMACTION9

  1. static final int CUSTOMACTION9
See Also:

CUSTOMACTION10

  1. static final int CUSTOMACTION10
See Also:

CUSTOMACTION11

  1. static final int CUSTOMACTION11
See Also:

CUSTOMACTION12

  1. static final int CUSTOMACTION12
See Also:

CUSTOMACTION13

  1. static final int CUSTOMACTION13
See Also:

CUSTOMACTION14

  1. static final int CUSTOMACTION14
See Also:

CUSTOMACTION15

  1. static final int CUSTOMACTION15
See Also:

CUSTOMACTION16

  1. static final int CUSTOMACTION16
See Also:

CUSTOMACTION17

  1. static final int CUSTOMACTION17
See Also:

CUSTOMACTION18

  1. static final int CUSTOMACTION18
See Also:

CUSTOMACTION19

  1. static final int CUSTOMACTION19
See Also:

CUSTOMACTION20

  1. static final int CUSTOMACTION20
See Also:

GETWORKBASKET

  1. static final int GETWORKBASKET
Symbolic constant for work basket action get work basket.
See Also:

GETROLEINFO

  1. static final int GETROLEINFO
Symbolic constant for work basket action get (all) work items.
See Also:

GETDISTRIBUTIONTARGETS

  1. static final int GETDISTRIBUTIONTARGETS
Symbolic constant for work basket action get distribution targets.
See Also:

DISTRIBUTE

  1. static final int DISTRIBUTE
Symbolic constant for work basket action distribute.
See Also:

TRANSFERFROMWORKBASKET

  1. static final int TRANSFERFROMWORKBASKET
Symbolic constant for work basket action transfer from work basket.
See Also:

TRANSFERTOWORKBASKET

  1. static final int TRANSFERTOWORKBASKET
Symbolic constant for work basket action transfer to work basket.
See Also:

GETWORKBASKETDEFINITION

  1. static final int GETWORKBASKETDEFINITION
Symbolic constant for work basket action get work basket definition.
See Also:

CREATEWORKBASKET

  1. static final int CREATEWORKBASKET
Symbolic constant for work basket action create.
See Also:

UPDATE

  1. static final int UPDATE
Symbolic constant for work basket action update.
See Also:

DELETEWORKBASKET

  1. static final int DELETEWORKBASKET
Symbolic constant for work basket action delete.
See Also:

OPEN

  1. static final int OPEN
Symbolic constant for work basket action open.
See Also: