public class LRPControlBean extends Object
LongRunningProcess
.Constructor and Description |
---|
LRPControlBean(Class<? extends LongRunningProcess> processClass,
Object data) |
Modifier and Type | Method and Description |
---|---|
Object |
getData() |
String |
getErrorMessage() |
String |
getMimeType() |
Class<? extends LongRunningProcess> |
getProcessClass() |
String |
getTitle() |
String |
getWorkingMessage() |
boolean |
isEmbedResult() |
void |
setEmbedResult(boolean embedResult) |
void |
setErrorMessage(String errorMessage) |
void |
setMimeType(String mimeType) |
void |
setTitle(String title) |
void |
setWorkingMessage(String workingMessage) |
public LRPControlBean(Class<? extends LongRunningProcess> processClass, Object data)
processClass
- class of the process to startdata
- data needed by the process to runpublic Class<? extends LongRunningProcess> getProcessClass()
public Object getData()
public String getTitle()
public void setTitle(String title)
title
- the title of the progress windowpublic String getErrorMessage()
public void setErrorMessage(String errorMessage)
errorMessage
- the error message shown by the progress windowpublic String getWorkingMessage()
public void setWorkingMessage(String workingMessage)
workingMessage
- the working message shown by the progress windowpublic String getMimeType()
public void setMimeType(String mimeType)
mimeType
- the mime-type of the result. Needed only if the result will be embedded in the progress-window.public boolean isEmbedResult()
public void setEmbedResult(boolean embedResult)
embedResult
- whether the result of the process should be embedded in the progress window. If not,
a download will be triggered for the resultCopyright © 2021 Hyland Software Germany GmbH. All rights reserved.