Package lumis.portal.deployment
Class DeploymentUtil.DeploymentMessageSummary<T extends lumis.portal.deployment.DeploymentMessage,O>
- java.lang.Object
-
- lumis.portal.deployment.DeploymentUtil.DeploymentMessageSummary<T,O>
-
- Type Parameters:
T
- The deployment messageO
- The component or module
- Direct Known Subclasses:
DeploymentUtil.ComponentDeploymentMessageSummary
,DeploymentUtil.ModuleDeploymentMessageSummary
- Enclosing class:
- DeploymentUtil
public abstract static class DeploymentUtil.DeploymentMessageSummary<T extends lumis.portal.deployment.DeploymentMessage,O> extends Object
Abstract class for deployment message summary.- Since:
- 9.0.0
- Version:
- $Revision: 23103 $ $Date: 2019-09-03 12:45:21 -0300 (Tue, 03 Sep 2019) $
-
-
Constructor Summary
Constructors Constructor Description DeploymentMessageSummary(O object)
Summary constructor
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected abstract Query
getBaseQuery(O object)
List<T>
getErrorResultList()
Returns the errorResultList.List<T>
getWarningResultList()
Returns the warningResultList.String
toString()
-
-
-
Constructor Detail
-
DeploymentMessageSummary
public DeploymentMessageSummary(O object)
Summary constructor- Parameters:
object
- the subject of the messages- Since:
- 9.0.0
-
-
Method Detail
-
getBaseQuery
protected abstract Query getBaseQuery(O object)
- Parameters:
object
- the subject of the messages- Returns:
- a query to get messages
- Since:
- 9.0.0
-
getErrorResultList
public List<T> getErrorResultList()
Returns the errorResultList.- Returns:
- the errorResultList
- Since:
- 9.0.0
-
getWarningResultList
public List<T> getWarningResultList()
Returns the warningResultList.- Returns:
- the warningResultList
- Since:
- 9.0.0
-
-