|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BusinessCategoryActions
This interface defines symbolic constants for all actions that can be performed on
business categories. 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
getAvailableActionsForBusinessCategory()
or getAvailableActionFlagsForBusinessCategories()
methods for a business category.
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT
|
static int |
CREATEBUSINESSCATEGORY
Symbolic constant for business category action create. |
static int |
DELETEBUSINESSCATEGORY
Symbolic constant for business category action delete. |
static int |
GETBUSINESSCATEGORY
Symbolic constant for business category action get. |
static int |
GETBUSINESSCATEGORYDEFINITION
Symbolic constant for business category action get business category definition. |
static int |
GETROLEINFO
Symbolic constant for business category action get (all) work items. |
static int |
UPDATE
Symbolic constant for business category action update. |
Field Detail |
---|
static final java.lang.String COPYRIGHT
static final int GETBUSINESSCATEGORY
static final int GETROLEINFO
static final int GETBUSINESSCATEGORYDEFINITION
static final int CREATEBUSINESSCATEGORY
static final int UPDATE
static final int DELETEBUSINESSCATEGORY
|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |