jBPM Console NG - Process Runtime Client 6.1.0.Beta2

org.jbpm.console.ng.pr.client.editors.variables.history
Interface VariableHistoryPresenter.PopupView

All Superinterfaces:
com.google.gwt.user.client.ui.IsWidget, org.uberfire.client.mvp.UberView<VariableHistoryPresenter>
All Known Implementing Classes:
VariableHistoryViewImpl
Enclosing class:
VariableHistoryPresenter

public static interface VariableHistoryPresenter.PopupView
extends org.uberfire.client.mvp.UberView<VariableHistoryPresenter>


Method Summary
 void displayNotification(String text)
           
 long getProcessInstanceId()
           
 String getVariableId()
           
 void refreshTable()
           
 void setProcessInstanceId(long processInstanceId)
           
 void setVariableId(String variableId)
           
 
Methods inherited from interface org.uberfire.client.mvp.UberView
init
 
Methods inherited from interface com.google.gwt.user.client.ui.IsWidget
asWidget
 

Method Detail

displayNotification

void displayNotification(String text)

setProcessInstanceId

void setProcessInstanceId(long processInstanceId)

getProcessInstanceId

long getProcessInstanceId()

setVariableId

void setVariableId(String variableId)

getVariableId

String getVariableId()

refreshTable

void refreshTable()

jBPM Console NG - Process Runtime Client 6.1.0.Beta2

Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.