jBPM Console NG - Process Runtime Client 6.0.0.CR4-Pre1

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 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()

jBPM Console NG - Process Runtime Client 6.0.0.CR4-Pre1

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