org.jbpm.console.ng.pr.client.editors.definition.details
public static interface ProcessDefDetailsPresenter.ProcessDefDetailsView extends org.uberfire.client.mvp.UberView<ProcessDefDetailsPresenter>
Modifier and Type | Method and Description |
---|---|
void |
displayNotification(String text) |
com.github.gwtbootstrap.client.ui.TextBox |
getDeploymentIdText() |
String |
getEncodedProcessSource() |
com.github.gwtbootstrap.client.ui.ListBox |
getHumanTasksListBox() |
com.github.gwtbootstrap.client.ui.TextBox |
getNroOfHumanTasksText() |
org.uberfire.backend.vfs.Path |
getProcessAssetPath() |
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) |
void displayNotification(String text)
com.github.gwtbootstrap.client.ui.TextBox getNroOfHumanTasksText()
com.github.gwtbootstrap.client.ui.TextBox getProcessNameText()
com.github.gwtbootstrap.client.ui.TextBox getProcessIdText()
com.github.gwtbootstrap.client.ui.ListBox getHumanTasksListBox()
com.github.gwtbootstrap.client.ui.ListBox getUsersGroupsListBox()
com.github.gwtbootstrap.client.ui.ListBox getProcessDataListBox()
com.github.gwtbootstrap.client.ui.ListBox getSubprocessListBox()
com.github.gwtbootstrap.client.ui.TextBox getDeploymentIdText()
void setProcessAssetPath(org.uberfire.backend.vfs.Path processAssetPath)
void setEncodedProcessSource(String encodedProcessSource)
org.uberfire.backend.vfs.Path getProcessAssetPath()
String getEncodedProcessSource()
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.