@Dependent public class RuntimeLogPresenter extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
RuntimeLogPresenter.LogTemplates |
static interface |
RuntimeLogPresenter.RuntimeLogView |
| Modifier and Type | Field and Description |
|---|---|
static RuntimeLogPresenter.LogTemplates |
LOG_TEMPLATES |
static String |
NODE_END |
static String |
NODE_HUMAN_TASK |
static String |
NODE_START |
| Constructor and Description |
|---|
RuntimeLogPresenter() |
| Modifier and Type | Method and Description |
|---|---|
protected Optional<String> |
getLogLine(RuntimeLogSummary logSummary,
LogUtils.LogType logType) |
String |
getProcessName() |
com.google.gwt.user.client.ui.IsWidget |
getWidget() |
void |
init() |
void |
onProcessInstanceSelectionEvent(ProcessInstanceSelectionEvent event) |
void |
refreshProcessInstanceData(LogUtils.LogOrder logOrder,
LogUtils.LogType logType) |
void |
setDeploymentId(String deploymentId) |
void |
setProcessInstanceId(Long processInstanceId) |
void |
setProcessName(String processName) |
void |
setProcessRuntimeDataService(org.jboss.errai.common.client.api.Caller<ProcessRuntimeDataService> processRuntimeDataService) |
void |
setServerTemplateId(String serverTemplateId) |
public static final RuntimeLogPresenter.LogTemplates LOG_TEMPLATES
public static String NODE_HUMAN_TASK
public static String NODE_START
public static String NODE_END
@PostConstruct public void init()
public com.google.gwt.user.client.ui.IsWidget getWidget()
public void setProcessInstanceId(Long processInstanceId)
public String getProcessName()
public void setProcessName(String processName)
public void setServerTemplateId(String serverTemplateId)
public void setDeploymentId(String deploymentId)
public void refreshProcessInstanceData(LogUtils.LogOrder logOrder, LogUtils.LogType logType)
protected Optional<String> getLogLine(RuntimeLogSummary logSummary, LogUtils.LogType logType)
public void onProcessInstanceSelectionEvent(@Observes
ProcessInstanceSelectionEvent event)
@Inject public void setProcessRuntimeDataService(org.jboss.errai.common.client.api.Caller<ProcessRuntimeDataService> processRuntimeDataService)
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.