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 java.lang.Object
Abstract class for deployment message summary.- Since:
- 9.0.0
- Version:
- $Revision: 26156 $ $Date: 2024-01-13 10:26:46 -0300 (Sat, 13 Jan 2024) $
-
-
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)
java.util.List<T>
getErrorResultList()
Returns the errorResultList.java.util.List<T>
getWarningResultList()
Returns the warningResultList.java.lang.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 java.util.List<T> getErrorResultList()
Returns the errorResultList.- Returns:
- the errorResultList
- Since:
- 9.0.0
-
getWarningResultList
public java.util.List<T> getWarningResultList()
Returns the warningResultList.- Returns:
- the warningResultList
- Since:
- 9.0.0
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-