Package com.adobe.idp.dsc.registry.infomodel
Interfacepublic interface Component

This interface provides support for managing components.



Public Methods
 MethodDefined by
  
Retrieves the archive identifier.
Component
  
Retrieves the bootstrap class.
Component
  
String getClassPath()
Retrieves the class path.
Component
  
Retrieves the component descriptor.
Component
  
Retrieves the component identifier.
Component
  
Retrieves the creation time.
Component
  
DataType[] getDataTypes()
Retrieves the data types.
Component
  
String getDescriptor()
Retrieves the component descriptor.
Component
  
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
  
Retrieves the invoker class.
Component
  
Retrieves the LifeCycle class.
Component
  
String getLoadClass()
Retrieves the load class.
Component
  
PropertyEditorComponent[] getPropertyEditors()
Retrieves the property editors.
Component
  
Retrieves the search order.
Component
  
Retrieves the service deployer class.
Component
  
Element getServiceDescriptor(String aServiceName)
Retrieves the service descriptor.
Component
  
Retrieves all the service descriptors.
Component
  
Retrieves the service LifeCycle class.
Component
  
int getState()
Retrieves the component state.
Component
  
Determines whether export is supported.
Component
  
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
Public Constants
 ConstantDefined 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
Method Detail
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.

Returns
An 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.

Returns
A 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()
Deprecated: 

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

Returns
An org.w3c.dom.Element containing the service descriptor.
getServiceDescriptors() 
public Element[] getServiceDescriptors()

Retrieves all the service descriptors.

Returns
An 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.

Returns
true 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.

Constant Detail
COMPONENT_IDConstant
public static final COMPONENT_ID

DSC component identifier.

COMPONENT_VERSIONConstant 
public static final COMPONENT_VERSION

DSC component version.

PARENT_FIRSTConstant 
public static final PARENT_FIRST

First parent.

PARENT_LASTConstant 
public static final PARENT_LAST

Last parent.

PAUSEDConstant 
public static final PAUSED

Paused state.

RUNNINGConstant 
public static final RUNNING

Running state.

STOPPEDConstant 
public static final STOPPED

Stopped state.

UNKNOWNConstant 
public static final UNKNOWN

Unknown 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