@StableMinor(version="12.3", sinceVersion="7.1") public interface IComponent extends Serializable
Modifier and Type | Method and Description |
---|---|
String |
getChannelId()
Returns the identifier of the component channel.
|
String |
getChecksum()
Returns the hexadecimal string MD5 checksum of this component.
If this component belongs to an editable module (i.e. |
Date |
getDeploymentDateTime()
Returns the date-time of the deployment of this module.
|
String |
getDeployMessage()
Returns a message of all errors and warnings occurred during deployment
process.
|
String |
getDescription()
Returns the component description.
|
String |
getId()
Returns the component identifier.
|
IModule |
getModule()
Returns the owner module of the component.
|
int |
getNumErrors()
Returns the amount of errors in the last deployment operation over the
module.
|
int |
getNumWarnings()
Returns the amount of warnings in the last deployment operation over the
module.
|
String |
getPublicFilesChannelId()
Returns the public files channel Id.
|
String |
getSourcePath()
Returns the component source path.
|
ComponentStatus |
getStatus()
Returns the component state.
|
IVersion |
getVersion()
Returns the component version.
|
String getId()
IVersion getVersion()
String getDescription()
String getChannelId()
String getPublicFilesChannelId()
String getSourcePath()
String getChecksum()
IModule.getSourceDir()
is not null
),
the checksum will always be null
.null
if this component belongs to an
editable module (i.e. IModule.getSourceDir()
is not null
).ComponentStatus getStatus()
String getDeployMessage()
int getNumErrors()
int getNumWarnings()
Date getDeploymentDateTime()
IModule getModule()
LumisXP 12.3.0.200408 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.