jBPM Console NG - Process Runtime Client 6.0.0.CR1

org.jbpm.console.ng.pr.client.editors.definition.details
Interface ProcessDefDetailsPresenter.ProcessDefDetailsView

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

public static interface ProcessDefDetailsPresenter.ProcessDefDetailsView
extends org.uberfire.client.mvp.UberView<ProcessDefDetailsPresenter>


Method Summary
 void displayNotification(String text)
           
 com.github.gwtbootstrap.client.ui.TextBox getDeploymentIdText()
           
 com.github.gwtbootstrap.client.ui.ListBox getHumanTasksListBox()
           
 com.github.gwtbootstrap.client.ui.TextBox getNroOfHumanTasksText()
           
 com.github.gwtbootstrap.client.ui.ListBox getProcessDataListBox()
           
 com.github.gwtbootstrap.client.ui.TextBox getProcessIdText()
           
 com.github.gwtbootstrap.client.ui.TextBox getProcessNameText()
           
 com.github.gwtbootstrap.client.ui.ListBox getSubprocessListBox()
           
 com.github.gwtbootstrap.client.ui.ListBox getUsersGroupsListBox()
           
 void setEncodedProcessSource(String encodedProcessSource)
           
 void setProcessAssetPath(org.uberfire.backend.vfs.Path processAssetPath)
           
 
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)

getNroOfHumanTasksText

com.github.gwtbootstrap.client.ui.TextBox getNroOfHumanTasksText()

getProcessNameText

com.github.gwtbootstrap.client.ui.TextBox getProcessNameText()

getProcessIdText

com.github.gwtbootstrap.client.ui.TextBox getProcessIdText()

getHumanTasksListBox

com.github.gwtbootstrap.client.ui.ListBox getHumanTasksListBox()

getUsersGroupsListBox

com.github.gwtbootstrap.client.ui.ListBox getUsersGroupsListBox()

getProcessDataListBox

com.github.gwtbootstrap.client.ui.ListBox getProcessDataListBox()

getSubprocessListBox

com.github.gwtbootstrap.client.ui.ListBox getSubprocessListBox()

getDeploymentIdText

com.github.gwtbootstrap.client.ui.TextBox getDeploymentIdText()

setProcessAssetPath

void setProcessAssetPath(org.uberfire.backend.vfs.Path processAssetPath)

setEncodedProcessSource

void setEncodedProcessSource(String encodedProcessSource)

jBPM Console NG - Process Runtime Client 6.0.0.CR1

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