IBM WebSphere Application ServerTM
Release 7

com.ibm.task.api
Interface HtmConfiguration

All Superinterfaces:
java.io.Serializable

public interface HtmConfiguration
extends java.io.Serializable

This interface returns Human Task Manager configuration settings.

Since:
6.1

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

COPYRIGHT

static final java.lang.String COPYRIGHT
See Also:
Constant Field Values
Method Detail

isSubstitutionEnabled

boolean isSubstitutionEnabled()
States whether substitution is enabled.

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.

Returns:
boolean - True states that substitution is enabled. False states that substitution is not enabled.
Since:
6.1

isSubstitutionManagementRestrictedToAdministrators

boolean isSubstitutionManagementRestrictedToAdministrators()
States whether substitution settings can be set or queried by system administrators or by all users. The logged-on user can always manage personal substitution settings.

Refer to getAbsence, setAbsence, getSubstitutes, setSubstitutes.

Returns:
boolean - True states that only system administrators can set or query substitution settings of other people. False states that substitution settings can be changed by all users for all users.
Since:
6.1

isGroupWorkItemsEnabled

boolean isGroupWorkItemsEnabled()
States whether group work items can be used.

Returns:
boolean - True states that group work items can be used. False states that group work items cannot be used.
Since:
6.1

IBM WebSphere Application ServerTM
Release 7