Package org.exoplatform.webconferencing
Class CallProvider.Settings
- java.lang.Object
-
- org.exoplatform.webconferencing.CallProvider.Settings
-
- Enclosing class:
- CallProvider
public abstract class CallProvider.Settings extends Object
Call Provider runtime Settings (for serialization in JSON to remote clients).
-
-
Constructor Summary
Constructors Constructor Description Settings()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddMessages(Map<String,String> messages)Add the messages.Map<String,String>getMessages()Gets the messages.String[]getSupportedTypes()Gets the supported types.StringgetTitle()Gets the title.StringgetType()Gets the name.StringgetVersion()Gets the version.booleanisActive()Checks if is active.
-
-
-
Method Detail
-
isActive
public final boolean isActive()
Checks if is active.- Returns:
- true, if is active
-
getType
public String getType()
Gets the name.- Returns:
- the name
-
getSupportedTypes
public String[] getSupportedTypes()
Gets the supported types.- Returns:
- the supported types
-
getTitle
public String getTitle()
Gets the title.- Returns:
- the title
-
getVersion
public String getVersion()
Gets the version.- Returns:
- the version
-
-