|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface HtmConfiguration
This interface returns Human Task Manager configuration settings.
Field Summary | |
---|---|
static int |
CASE_CONVERSION_LOWER
Symbolic constant which states that a conversion to lower case may be required for users or groups related to case sensitivity. |
static int |
CASE_CONVERSION_NONE
Symbolic constant which states that no user or group conversion is required related to case sensitivity. |
static int |
CASE_CONVERSION_UPPER
Symbolic constant which states that a conversion to upper case may be required for users or groups related to case sensitivity. |
static java.lang.String |
COPYRIGHT
|
static int |
SYSTEM_TYPE_WLE
Not used for this configuration. |
static int |
SYSTEM_TYPE_WPS
Symbolic constant for the system type described by this configuration. |
Method Summary | |
---|---|
boolean |
areBusinessCategoriesEnabled()
States whether business categories are enabled. |
boolean |
areWorkBasketsEnabled()
States whether work baskets are enabled. |
java.lang.String |
getBuildLevel()
Returns the build level of the Human Task Manager configuration. |
int |
getCaseSensitivityOfGroups()
Returns the type of case conversion that is to be applied to groups of users. |
int |
getCaseSensitivityOfUsers()
Returns the type of case conversion that is to be applied to user IDs. |
java.util.Locale |
getServerLocale()
Returns the locale of the server. |
java.lang.String |
getSystemID()
Returns the system ID of the Human Task Manager installation. |
int |
getSystemType()
Returns the type of the Human Task Manager installation. |
java.lang.String |
getVersion()
Returns the version of the Human Task Manager configuration. |
boolean |
isGroupWorkItemsEnabled()
States whether group work items can be used. |
boolean |
isSubstitutionEnabled()
States whether substitution is enabled. |
boolean |
isSubstitutionManagementRestrictedToAdministrators()
States whether substitution settings can be set or queried by system administrators or by all users. |
boolean |
isTaskHistoryEnabled()
States whether writing a task history is enabled. |
Field Detail |
---|
static final java.lang.String COPYRIGHT
static final int SYSTEM_TYPE_WPS
static final int SYSTEM_TYPE_WLE
static final int CASE_CONVERSION_NONE
static final int CASE_CONVERSION_UPPER
static final int CASE_CONVERSION_LOWER
Method Detail |
---|
boolean isSubstitutionEnabled()
If substitution is enabled, then substitutes or the absence flag can be set and queried.
If substitution is not enabled, then substitutes or the absence flag cannot be set or queried.
If tried, StaffServiceSubstitutionNotEnabledException
is raised.
Refer to getAbsence
,
setAbsence
,
getSubstitutes
,
setSubstitutes
.
boolean isSubstitutionManagementRestrictedToAdministrators()
Refer to getAbsence
,
setAbsence
,
getSubstitutes
,
setSubstitutes
.
boolean isGroupWorkItemsEnabled()
boolean isTaskHistoryEnabled()
boolean areWorkBasketsEnabled()
boolean areBusinessCategoriesEnabled()
java.lang.String getVersion()
java.lang.String getBuildLevel()
java.lang.String getSystemID()
int getSystemType()
int getCaseSensitivityOfUsers()
QueryHelper.convertUserIfNeeded
or
QueryHelper.convertUsersIfNeeded
for
conversion helper methods.
int getCaseSensitivityOfGroups()
QueryHelper.convertGroupIfNeeded
or
QueryHelper.convertGroupsIfNeeded
for
conversion helper methods.
java.util.Locale getServerLocale()
|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |