|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DCConstants
Common attributes to all deployable components. Each deployable component is required to specify a version, id, type, classname, author, description and settings group name in its deployment descriptor file DeployableComponentConfig.xml. Once the component is loaded, most of these values are displayed in the SMS setting screen under the settings group created for the component. Some information is also added to the Deployable Component Service SMS group which acts as a registry for deployable components.
| Field Summary | |
|---|---|
static java.lang.String |
AUTHOR
The author of the component. |
static java.lang.String |
CLASSNAME
The fully qualified classname of the class that extends either indirectly or directly the BaseDeployableComponent class. |
static java.lang.String |
DC_TYPE_AUTHENTICATION_MODULE
The Authentication Module type of deployable component |
static java.lang.String |
DC_TYPE_SSO
The Translation Adapter type of deployable component |
static java.lang.String |
DC_TYPE_TRANSLATION_ADAPTER
The Translation Adapter type of deployable component |
static java.lang.String |
DEFAULT_VERSION_OF_BASE_DEPLOYABLE_COMPONENT
The dedault version of the BaseDeployableComponent class in case of can not find powerlinks-version element from DC descriptor |
static java.lang.String |
DESCRIPTION
A description of the component. |
static java.lang.String |
ENABLED
An 'Enabled' toggle will be added to each deployable component. |
static java.lang.String |
ID
The id of the component. |
static java.lang.String |
JARFILENAME
The JAR file name of the component. |
static java.lang.String |
SETTINGSGROUPNAME
The name of the settings group to which many of these settings will be added. |
static java.lang.String |
TYPE
The type of the deployable component. |
static java.lang.String |
VERSION
The version of the component. |
static java.lang.String |
VERSION_OF_POWERLINKS
The version of the BaseDeployableComponent class. |
| Field Detail |
|---|
static final java.lang.String VERSION
DCConstants
static final java.lang.String VERSION_OF_POWERLINKS
DCConstants
static final java.lang.String ID
DCConstants
static final java.lang.String TYPE
DCConstants
static final java.lang.String CLASSNAME
DCConstants
static final java.lang.String AUTHOR
DCConstants
static final java.lang.String DESCRIPTION
DCConstants
static final java.lang.String JARFILENAME
DCConstants
static final java.lang.String SETTINGSGROUPNAME
DCConstants
static final java.lang.String ENABLED
DCConstants
static final java.lang.String DEFAULT_VERSION_OF_BASE_DEPLOYABLE_COMPONENT
DCConstants
static final java.lang.String DC_TYPE_TRANSLATION_ADAPTER
DCConstants
static final java.lang.String DC_TYPE_AUTHENTICATION_MODULE
DCConstants
static final java.lang.String DC_TYPE_SSO
DCConstants
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||