Class DeploymentUtil.DeploymentMessageSummary<T extends lumis.portal.deployment.DeploymentMessage,​O>

    • 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