@StableMinor(version="7.1", 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.
|
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 |
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 getSourcePath()
String getChecksum()
ComponentStatus getStatus()
String getDeployMessage()
int getNumErrors()
int getNumWarnings()
Date getDeploymentDateTime()
IModule getModule()
Lumisportal 7.1.1.140331 - Copyright © 2006–2014 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.