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 SummaryConstructors Constructor Description OpResult()
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(Visitor visitor)voiddetermineObjectsVisibility(PageAdminLTE pageBase)StringgetBackgroundTaskOid()StringgetCaseOid()List<Context>getContexts()intgetCount()StringgetExceptionMessage()StringgetExceptionsStackTrace()StringgetMessage()StringgetOperation()static OpResultgetOpResult(PageAdminLTE page, OperationResult result)List<Param>getParams()OperationResultStatusgetStatus()List<OpResult>getSubresults()LocalizableMessagegetUserFriendlyMessage()StringgetXml()booleanisAlreadyShown()booleanisBackgroundTaskVisible()booleanisCaseVisible()booleanisParent()booleanisShowError()booleanisShowMore()voidsetAlreadyShown(boolean alreadyShown)voidsetShowError(boolean showError)voidsetShowMore(boolean showMore)voidsetShowMoreAll(boolean show)
 
- 
- 
- 
Method Detail- 
getUserFriendlyMessagepublic LocalizableMessage getUserFriendlyMessage() 
 - 
isAlreadyShownpublic boolean isAlreadyShown() 
 - 
setAlreadyShownpublic void setAlreadyShown(boolean alreadyShown) 
 - 
getOpResultpublic static OpResult getOpResult(PageAdminLTE page, OperationResult result) 
 - 
determineObjectsVisibilitypublic void determineObjectsVisibility(PageAdminLTE pageBase) 
 - 
isShowMorepublic boolean isShowMore() 
 - 
setShowMorepublic void setShowMore(boolean showMore) 
 - 
isShowErrorpublic boolean isShowError() 
 - 
setShowErrorpublic void setShowError(boolean showError) 
 - 
getExceptionMessagepublic String getExceptionMessage() 
 - 
getExceptionsStackTracepublic String getExceptionsStackTrace() 
 - 
getMessagepublic String getMessage() 
 - 
getOperationpublic String getOperation() 
 - 
getStatuspublic OperationResultStatus getStatus() 
 - 
getCountpublic int getCount() 
 - 
isParentpublic boolean isParent() 
 - 
getXmlpublic String getXml() 
 - 
getBackgroundTaskOidpublic String getBackgroundTaskOid() 
 - 
isBackgroundTaskVisiblepublic boolean isBackgroundTaskVisible() 
 - 
getCaseOidpublic String getCaseOid() 
 - 
isCaseVisiblepublic boolean isCaseVisible() 
 - 
setShowMoreAllpublic void setShowMoreAll(boolean show) 
 
- 
 
-