org.jbpm.console.ng.pr.client.editors.instance.details
public static interface ProcessInstanceDetailsPresenter.ProcessInstanceDetailsView extends org.uberfire.client.mvp.UberView<ProcessInstanceDetailsPresenter>
Modifier and Type | Method and Description |
---|---|
void |
displayNotification(String text) |
List<NodeInstanceSummary> |
getActiveNodes() |
List<NodeInstanceSummary> |
getCompletedNodes() |
com.github.gwtbootstrap.client.ui.ListBox |
getCurrentActivitiesListBox() |
String |
getEncodedProcessSource() |
com.github.gwtbootstrap.client.ui.TextArea |
getLogTextArea() |
org.uberfire.backend.vfs.Path |
getProcessAssetPath() |
com.github.gwtbootstrap.client.ui.TextBox |
getProcessDefinitionIdText() |
com.github.gwtbootstrap.client.ui.TextBox |
getProcessDeploymentText() |
com.github.gwtbootstrap.client.ui.TextBox |
getProcessInstanceIdText() |
com.github.gwtbootstrap.client.ui.TextBox |
getProcessNameText() |
com.github.gwtbootstrap.client.ui.TextBox |
getProcessVersionText() |
com.github.gwtbootstrap.client.ui.TextBox |
getStateText() |
void |
setCurrentActiveNodes(List<NodeInstanceSummary> activeNodes) |
void |
setCurrentCompletedNodes(List<NodeInstanceSummary> completedNodes) |
void |
setEncodedProcessSource(String encodedProcessSource) |
void |
setProcessAssetPath(org.uberfire.backend.vfs.Path processAssetPath) |
void |
setProcessInstance(ProcessInstanceSummary processInstance) |
void displayNotification(String text)
com.github.gwtbootstrap.client.ui.ListBox getCurrentActivitiesListBox()
com.github.gwtbootstrap.client.ui.TextArea getLogTextArea()
com.github.gwtbootstrap.client.ui.TextBox getProcessInstanceIdText()
com.github.gwtbootstrap.client.ui.TextBox getProcessDefinitionIdText()
com.github.gwtbootstrap.client.ui.TextBox getProcessNameText()
com.github.gwtbootstrap.client.ui.TextBox getStateText()
void setProcessInstance(ProcessInstanceSummary processInstance)
com.github.gwtbootstrap.client.ui.TextBox getProcessDeploymentText()
com.github.gwtbootstrap.client.ui.TextBox getProcessVersionText()
void setProcessAssetPath(org.uberfire.backend.vfs.Path processAssetPath)
void setCurrentActiveNodes(List<NodeInstanceSummary> activeNodes)
void setCurrentCompletedNodes(List<NodeInstanceSummary> completedNodes)
void setEncodedProcessSource(String encodedProcessSource)
List<NodeInstanceSummary> getCompletedNodes()
org.uberfire.backend.vfs.Path getProcessAssetPath()
String getEncodedProcessSource()
List<NodeInstanceSummary> getActiveNodes()
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.