public static interface VariableHistoryPresenter.PopupView extends org.uberfire.client.mvp.UberView<VariableHistoryPresenter>
Modifier and Type | Method and Description |
---|---|
void |
displayNotification(String text) |
long |
getProcessInstanceId() |
String |
getVariableId() |
void |
refreshTable() |
void |
setProcessInstanceId(long processInstanceId) |
void |
setVariableId(String variableId) |
void displayNotification(String text)
void setProcessInstanceId(long processInstanceId)
long getProcessInstanceId()
void setVariableId(String variableId)
String getVariableId()
void refreshTable()
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.