|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
CustomClientSettings defines the interface for all client and Web client settings that are associated with a process template, process instance, or activity instance.
Method Summary | |
---|---|
ClientSetting |
getClientSetting(java.lang.String type)
Returns the client settings for the specified client type. |
java.util.List |
getClientSettings()
Returns a list of all defined client settings. |
java.util.List |
getClientTypes()
Returns a list of all known client types. |
WebClientSetting |
getWebClientSetting()
Returns the Web client settings. |
Method Detail |
public ClientSetting getClientSetting(java.lang.String type)
type
- The type of the client for which the setting is to be returned.
public java.util.List getClientTypes()
public java.util.List getClientSettings()
public WebClientSetting getWebClientSetting()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |