|
||||||||||
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 java.lang.String |
COPYRIGHT
|
Method Summary | |
---|---|
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. |
Field Detail |
---|
static final java.lang.String COPYRIGHT
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()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |