Class OpResult
- 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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description OpResult()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
accept(Visitor visitor)
void
determineObjectsVisibility(PageAdminLTE pageBase)
String
getBackgroundTaskOid()
String
getCaseOid()
List<Context>
getContexts()
int
getCount()
String
getExceptionMessage()
String
getExceptionsStackTrace()
String
getMessage()
String
getOperation()
static OpResult
getOpResult(PageAdminLTE page, OperationResult result)
List<Param>
getParams()
OperationResultStatus
getStatus()
List<OpResult>
getSubresults()
LocalizableMessage
getUserFriendlyMessage()
String
getXml()
boolean
isAlreadyShown()
boolean
isBackgroundTaskVisible()
boolean
isCaseVisible()
boolean
isParent()
boolean
isShowError()
boolean
isShowMore()
void
setAlreadyShown(boolean alreadyShown)
void
setShowError(boolean showError)
void
setShowMore(boolean showMore)
void
setShowMoreAll(boolean show)
-
-
-
Method Detail
-
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)
-
isShowMore
public boolean isShowMore()
-
setShowMore
public void setShowMore(boolean showMore)
-
isShowError
public boolean isShowError()
-
setShowError
public void setShowError(boolean showError)
-
getExceptionMessage
public String getExceptionMessage()
-
getExceptionsStackTrace
public String getExceptionsStackTrace()
-
getMessage
public String getMessage()
-
getOperation
public String getOperation()
-
getStatus
public OperationResultStatus getStatus()
-
getCount
public int getCount()
-
isParent
public boolean isParent()
-
getXml
public String getXml()
-
getBackgroundTaskOid
public String getBackgroundTaskOid()
-
isBackgroundTaskVisible
public boolean isBackgroundTaskVisible()
-
getCaseOid
public String getCaseOid()
-
isCaseVisible
public boolean isCaseVisible()
-
setShowMoreAll
public void setShowMoreAll(boolean show)
-
-