|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CustomClientSettings
CustomClientSettings defines the interface for all client and Web client settings that are associated with a process template, process instance, or activity instance.
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT
|
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. |
PortalClientSetting |
getPortalClientSetting(java.lang.String type)
Returns the portal client settings. |
java.util.List |
getPortalClientSettings()
Returns a list of all defined portal client settings. |
java.util.List |
getPortalClientTypes()
Returns a list of all portal client types. |
WebClientSetting |
getWebClientSetting()
Deprecated. Use getWebClientSetting(String)
instead. |
WebClientSetting |
getWebClientSetting(java.lang.String type)
Returns the web client settings. |
java.util.List |
getWebClientSettings()
Returns a list of all defined web client settings. |
java.util.List |
getWebClientTypes()
Returns a list of all web client types. |
Field Detail |
---|
static final java.lang.String COPYRIGHT
Method Detail |
---|
ClientSetting getClientSetting(java.lang.String type)
type
- The type of the client for which the setting is to be returned.
java.util.List getClientTypes()
java.util.List getClientSettings()
WebClientSetting getWebClientSetting()
getWebClientSetting(String)
instead.
WebClientSetting getWebClientSetting(java.lang.String type)
type
- The type of the client for which the setting is to be returned.
java.util.List getWebClientTypes()
java.util.List getWebClientSettings()
PortalClientSetting getPortalClientSetting(java.lang.String type)
type
- The type of the client for which the setting is to be returned.
java.util.List getPortalClientTypes()
java.util.List getPortalClientSettings()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |