|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ExtensionModule
Defines an extension module as an object
Field Summary | |
---|---|
static java.lang.String |
CONFIGURATION_MODEL_TYPE
The name of the Configuration Model type of extension module. |
static java.lang.String |
FUNCTION_DEFINITION_TYPE
The name of the Function Definition type of extension module. |
static java.lang.String |
JAR_FILE_TYPE
The name of the JAR file type of extension module - this is the only type of extension module that can be searched for Class objects |
static java.lang.String |
METADATA_KEYWORD_TYPE
The name of the Metadata Keyword type of extension module. |
static java.lang.String |
METAMODEL_EXTENSION_TYPE
The name of the Metamodel Extension type of extension module. |
static java.lang.String |
MISC_FILE_TYPE
The name of the Miscellaneous File type of extension module. |
static java.lang.String |
VDB_FILE_TYPE
The name of the VDB File type of extension module. |
Fields inherited from interface com.metamatrix.common.config.api.ComponentDefn |
---|
AUTHPROVIDER_COMPONENT_CODE, CONFIGURATION_COMPONENT_CODE, CONNECTOR_COMPONENT_CODE, DEPLOYED_COMPONENT_CODE, HOST_COMPONENT_CODE, PRODUCT_COMPONENT_CODE, RESOURCE_DESCRIPTOR_COMPONENT_CODE, SERVICE_COMPONENT_CODE, SHARED_RESOURCE_COMPONENT_CODE, VM_COMPONENT_CODE |
Method Summary | |
---|---|
java.lang.String |
getDescription()
Returns the description of this component definition |
byte[] |
getFileContents()
|
java.lang.String |
getModuleType()
|
Methods inherited from interface com.metamatrix.common.config.api.ComponentDefn |
---|
getConfigurationID, isEnabled, isEssential |
Methods inherited from interface com.metamatrix.common.config.api.ComponentObject |
---|
accept, getComponentTypeID, getCreatedBy, getCreatedDate, getLastChangedBy, getLastChangedDate, getName, getProperties, getProperty, isDependentUpon |
Methods inherited from interface com.metamatrix.common.namedobject.BaseObject |
---|
clone, getFullName, getID |
Methods inherited from interface java.lang.Comparable |
---|
compareTo |
Field Detail |
---|
static final java.lang.String JAR_FILE_TYPE
static final java.lang.String METADATA_KEYWORD_TYPE
static final java.lang.String METAMODEL_EXTENSION_TYPE
static final java.lang.String FUNCTION_DEFINITION_TYPE
static final java.lang.String CONFIGURATION_MODEL_TYPE
static final java.lang.String VDB_FILE_TYPE
static final java.lang.String MISC_FILE_TYPE
Method Detail |
---|
java.lang.String getDescription()
ComponentObject
getDescription
in interface ComponentObject
byte[] getFileContents()
java.lang.String getModuleType()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |