| Package | com.adobe.idp.dsc.registry.infomodel |
| Interface | public interface Component |
| Method | Defined by | ||
|---|---|---|---|
|
long getArchiveId()
Retrieves the archive identifier.
| Component | ||
|
String getBootstrapClass()
Retrieves the bootstrap class.
| Component | ||
|
String getClassPath()
Retrieves the class path.
| Component | ||
|
Document getComponentDescriptor()
Retrieves the component descriptor.
| Component | ||
|
String getComponentId()
Retrieves the component identifier.
| Component | ||
|
Date getCreateTime()
Retrieves the creation time.
| Component | ||
|
DataType[] getDataTypes()
Retrieves the data types.
| Component | ||
|
String getDescriptor()
Retrieves the component descriptor.
| Component | ||
|
String getDescriptorClass()
Retrieves the descriptor class.
| Component | ||
|
Object[][] getDynamicImports()
Retrieves all the dynamic imports.
| Component | ||
|
Object[][] getExports()
Retrieves all the exports.
| Component | ||
|
Object[][] getImports()
Retrieves all the imports.
| Component | ||
|
String getInvokerClass()
Retrieves the invoker class.
| Component | ||
|
String getLifeCycleClass()
Retrieves the LifeCycle class.
| Component | ||
|
String getLoadClass()
Retrieves the load class.
| Component | ||
|
PropertyEditorComponent[] getPropertyEditors()
Retrieves the property editors.
| Component | ||
|
String getSearchOrder()
Retrieves the search order.
| Component | ||
|
String getServiceDeployerClass()
Retrieves the service deployer class.
| Component | ||
|
Element getServiceDescriptor(String aServiceName)
Retrieves the service descriptor.
| Component | ||
|
Element[] getServiceDescriptors()
Retrieves all the service descriptors.
| Component | ||
|
String getServiceLifeCycleClass()
Retrieves the service LifeCycle class.
| Component | ||
|
int getState()
Retrieves the component state.
| Component | ||
|
boolean getSupportsExport()
Determines whether export is supported.
| Component | ||
|
Date getUpdateTime()
Retrieves the last time the component was updated.
| Component | ||
|
String getVersion()
Retrieves the component version.
| Component | ||
|
void setState(int aState)
Sets the component state.
| Component | ||
| Constant | Defined by | ||
|---|---|---|---|
| COMPONENT_ID
[static] DSC component identifier.
| Component | ||
| COMPONENT_VERSION
[static] DSC component version.
| Component | ||
| PARENT_FIRST
[static] First parent.
| Component | ||
| PARENT_LAST
[static] Last parent.
| Component | ||
| PAUSED
[static] Paused state.
| Component | ||
| RUNNING
[static] Running state.
| Component | ||
| STOPPED
[static] Stopped state.
| Component | ||
| UNKNOWN
[static] Unknown state.
| Component | ||
| getArchiveId | () |
public long getArchiveId()Retrieves the archive identifier.
Returns| The archive identifier. |
| getBootstrapClass | () |
public String getBootstrapClass()Retrieves the bootstrap class.
Returns| The bootstrap class. |
| getClassPath | () |
public String getClassPath()Retrieves the class path.
Returns| The class path. |
| getComponentDescriptor | () |
public Document getComponentDescriptor()Retrieves the component descriptor.
ReturnsAn org.w3c.dom.Document containing the component descriptor. |
| getComponentId | () |
public String getComponentId()Retrieves the component identifier.
Returns| The component identifier. |
| getCreateTime | () |
public Date getCreateTime()Retrieves the creation time.
Returns| The creation time. |
| getDataTypes | () |
public DataType[] getDataTypes()Retrieves the data types.
Returns| The data types. |
| getDescriptor | () |
public String getDescriptor()Retrieves the component descriptor.
ReturnsA java.lang.String containing the component descriptor. |
| getDescriptorClass | () |
public String getDescriptorClass()Retrieves the descriptor class.
Returns| The descriptor class. |
| getDynamicImports | () |
public Object[][] getDynamicImports()Retrieves all the dynamic imports.
Returns| All the dynamic imports. |
| getExports | () |
public Object[][] getExports()Retrieves all the exports.
Returns| All the exports. |
| getImports | () |
public Object[][] getImports()Retrieves all the imports.
Returns| All the imports. |
| getInvokerClass | () |
public String getInvokerClass()Retrieves the invoker class.
Returns| The invoker class. |
| getLifeCycleClass | () |
public String getLifeCycleClass()Retrieves the LifeCycle class.
Returns| The LifeCycle class. |
| getLoadClass | () |
public String getLoadClass()Retrieves the load class.
Returns| The load class. |
| getPropertyEditors | () |
public PropertyEditorComponent[] getPropertyEditors()
Retrieves the property editors.
Returns| The property editors. |
| getSearchOrder | () |
public String getSearchOrder()Retrieves the search order.
Returns| The search order. |
| getServiceDeployerClass | () |
public String getServiceDeployerClass()Retrieves the service deployer class.
Returns| The service deployer class. |
| getServiceDescriptor | () |
public Element getServiceDescriptor(String aServiceName)Retrieves the service descriptor.
Parameters
aServiceName |
An org.w3c.dom.Element containing the service descriptor. |
| getServiceDescriptors | () |
public Element[] getServiceDescriptors()Retrieves all the service descriptors.
ReturnsAn array of org.w3c.dom.Element objects containing the service descriptors. |
| getServiceLifeCycleClass | () |
public String getServiceLifeCycleClass()Retrieves the service LifeCycle class.
Returns| The service LifeCycle class. |
| getState | () |
public int getState()Retrieves the component state.
Returns| The component state. |
| getSupportsExport | () |
public boolean getSupportsExport()Determines whether export is supported.
Returnstrue if export is supported, false otherwise. |
| getUpdateTime | () |
public Date getUpdateTime()Retrieves the last time the component was updated.
Returns| The last time the component was updated. |
| getVersion | () |
public String getVersion()Retrieves the component version.
Returns| The component version. |
| setState | () |
public void setState(int aState)Sets the component state.
Parameters
aState — The component state. |
| COMPONENT_ID | Constant |
public static final COMPONENT_IDDSC component identifier.
| COMPONENT_VERSION | Constant |
public static final COMPONENT_VERSIONDSC component version.
| PARENT_FIRST | Constant |
public static final PARENT_FIRSTFirst parent.
| PARENT_LAST | Constant |
public static final PARENT_LASTLast parent.
| PAUSED | Constant |
public static final PAUSEDPaused state.
| RUNNING | Constant |
public static final RUNNINGRunning state.
| STOPPED | Constant |
public static final STOPPEDStopped state.
| UNKNOWN | Constant |
public static final UNKNOWNUnknown state.
Send me an e-mail when comments are added to this page | Comment Report
Current page: http://livedocs.adobe.com/livecycle/es/sdkHelp/programmer/javadoc/com/adobe/idp/dsc/registry/infomodel/Component.html