jBPM Console NG - Process Runtime Client 6.0.0.Beta4

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

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

getDomainIdText

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

setProcessAssetPath

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

setEncodedProcessSource

void setEncodedProcessSource(String encodedProcessSource)

jBPM Console NG - Process Runtime Client 6.0.0.Beta4

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