java.lang.Object
com.evolveum.midpoint.gui.api.component.result.OpResult
All Implemented Interfaces:
Visitable, Serializable

public class OpResult extends Object implements Serializable, Visitable
Author:
lazyman
See Also:
  • Constructor Details

    • OpResult

      public OpResult()
  • Method Details

    • getUserFriendlyMessage

      public LocalizableMessage getUserFriendlyMessage()
    • isAlreadyShown

      public boolean isAlreadyShown()
    • setAlreadyShown

      public void setAlreadyShown(boolean alreadyShown)
    • getOpResult

      public static OpResult getOpResult(PageAdminLTE page, OperationResult result)
    • determineObjectsVisibility

      public void determineObjectsVisibility(PageAdminLTE pageBase, OpResult.Options options)
    • isShowMore

      public boolean isShowMore()
    • setShowMore

      public void setShowMore(boolean showMore)
    • isShowError

      public boolean isShowError()
    • setShowError

      public void setShowError(boolean showError)
    • getSubresults

      public List<OpResult> getSubresults()
    • getExceptionMessage

      public String getExceptionMessage()
    • getExceptionsStackTrace

      public String getExceptionsStackTrace()
    • getMessage

      public String getMessage()
    • getOperation

      public String getOperation()
    • getParams

      public List<Param> getParams()
    • getContexts

      public List<Context> getContexts()
    • getStatus

      public OperationResultStatus getStatus()
    • getCount

      public int getCount()
    • isParent

      public boolean isParent()
    • getXml

      public String getXml()
    • getBackgroundTaskOid

      public String getBackgroundTaskOid()
    • getCaseOid

      public String getCaseOid()
    • isCaseVisible

      public boolean isCaseVisible()
    • accept

      public void accept(Visitor visitor)
      Specified by:
      accept in interface Visitable
    • setShowMoreAll

      public void setShowMoreAll(boolean show)