|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ClientSetting
Interface that supports the definition of user specific client settings.
Client settings can be attached to a task in order to overwrite Human Task Manager provided task instance property pages.
A client setting specifies the type of the client for which it is to be used and a number of custom settings in the form of type name and value pairs.
A client setting can look like following:
<wpc:webClientSettings clientType="Default">
<wpc:customSetting name="approval" value="yes"/>
</wpc:webClientSettings>
Serializable
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT
|
Method Summary | |
---|---|
java.lang.String |
getClientType()
Returns the type of the client for which this setting is defined. |
java.lang.String |
getCustomSetting(java.lang.String name)
Returns the value of the specified custom setting. |
java.util.List |
getCustomSettingNames()
Returns the names of all defined custom settings. |
Field Detail |
---|
static final java.lang.String COPYRIGHT
Method Detail |
---|
java.lang.String getClientType()
java.lang.String getCustomSetting(java.lang.String name)
name
- The name of the custom setting whose value is to be returned.
java.util.List getCustomSettingNames()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |