public class ProcessInstanceDetailPanel extends DetailPanel
com.vaadin.ui.AbstractComponent.ComponentErrorEvent, com.vaadin.ui.AbstractComponent.ComponentErrorHandler
com.vaadin.ui.Layout.AlignmentHandler, com.vaadin.ui.Layout.MarginHandler, com.vaadin.ui.Layout.MarginInfo, com.vaadin.ui.Layout.SpacingHandler
com.vaadin.ui.ComponentContainer.ComponentAttachEvent, com.vaadin.ui.ComponentContainer.ComponentAttachListener, com.vaadin.ui.ComponentContainer.ComponentDetachEvent, com.vaadin.ui.ComponentContainer.ComponentDetachListener
Modifier and Type | Field and Description |
---|---|
protected HistoricProcessInstance |
historicProcessInstance |
protected HistoryService |
historyService |
protected I18nManager |
i18nManager |
protected IdentityService |
identityService |
protected static org.slf4j.Logger |
LOGGER |
protected com.vaadin.ui.VerticalLayout |
panelLayout |
protected ProcessDefinition |
processDefinition |
protected ProcessInstance |
processInstance |
protected AbstractTablePage |
processInstancePage |
protected RepositoryService |
repositoryService |
protected RuntimeService |
runtimeService |
protected TaskService |
taskService |
protected VariableRendererManager |
variableRendererManager |
mainPanel
Constructor and Description |
---|
ProcessInstanceDetailPanel(String processInstanceId,
AbstractTablePage processInstancePage) |
Modifier and Type | Method and Description |
---|---|
protected void |
addDeleteButton() |
protected void |
addHeader() |
protected void |
addProcessImage() |
protected void |
addTaskItem(HistoricTaskInstance task,
com.vaadin.ui.Table taskTable) |
protected void |
addTasks() |
protected void |
addVariables() |
protected HistoricProcessInstance |
getHistoricProcessInstance(String processInstanceId) |
protected ProcessDefinition |
getProcessDefinition(String processDefinitionId) |
protected String |
getProcessDisplayName(ProcessDefinition processDefinition,
ProcessInstance processInstance) |
protected ProcessInstance |
getProcessInstance(String processInstanceId) |
protected com.vaadin.ui.Component |
getTaskAssigneeComponent(String assignee) |
protected void |
init() |
addComponent, addComponent, addComponentAsFirst, addDetailComponent, addDetailComponent, getMainPanel, setDetailContainer, setDetailExpandRatio, setFixedButtons
addListener, getComponent, getComponentAlignment, getComponentCount, getComponentIndex, getComponentIterator, getExpandRatio, isSpacing, isSpacingEnabled, paintContent, removeComponent, removeListener, replaceComponent, setComponentAlignment, setComponentAlignment, setComponentAlignment, setExpandRatio, setSpacing
changeVariables, fireClick, getMargin, setMargin, setMargin, setMargin
addListener, addListener, attach, detach, fireComponentAttachEvent, fireComponentDetachEvent, moveComponentsFrom, removeAllComponents, removeListener, removeListener, requestRepaintAll, setEnabled, setHeight, setWidth
addListener, addListener, addListener, addListener, addListener, addStyleName, childRequestedRepaint, fireComponentErrorEvent, fireComponentEvent, fireEvent, focus, getApplication, getCaption, getComponentError, getData, getDebugId, getDescription, getErrorHandler, getErrorMessage, getHeight, getHeightUnits, getIcon, getListeners, getLocale, getParent, getStyle, getStyleName, getWidth, getWidthUnits, getWindow, handleError, hasListeners, isEnabled, isImmediate, isReadOnly, isVisible, paint, removeListener, removeListener, removeListener, removeListener, removeListener, removeListener, removeStyleName, requestRepaint, requestRepaintRequests, setCaption, setComponentError, setData, setDebugId, setDescription, setErrorHandler, setHeight, setHeight, setHeightUnits, setIcon, setImmediate, setLocale, setParent, setReadOnly, setSizeFull, setSizeUndefined, setStyle, setStyleName, setVisible, setWidth, setWidth, setWidthUnits
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addListener, addListener, moveComponentsFrom, removeAllComponents, removeListener, removeListener, requestRepaintAll
addListener, addStyleName, attach, childRequestedRepaint, detach, getApplication, getCaption, getIcon, getLocale, getParent, getStyleName, getWindow, isEnabled, isReadOnly, isVisible, removeListener, removeStyleName, setCaption, setEnabled, setIcon, setParent, setReadOnly, setStyleName, setVisible
protected static final org.slf4j.Logger LOGGER
protected transient RuntimeService runtimeService
protected transient RepositoryService repositoryService
protected transient TaskService taskService
protected transient HistoryService historyService
protected transient IdentityService identityService
protected I18nManager i18nManager
protected VariableRendererManager variableRendererManager
protected ProcessInstance processInstance
protected AbstractTablePage processInstancePage
protected HistoricProcessInstance historicProcessInstance
protected ProcessDefinition processDefinition
protected com.vaadin.ui.VerticalLayout panelLayout
public ProcessInstanceDetailPanel(String processInstanceId, AbstractTablePage processInstancePage)
protected void init()
protected void addHeader()
protected void addProcessImage()
protected String getProcessDisplayName(ProcessDefinition processDefinition, ProcessInstance processInstance)
protected void addTasks()
protected void addTaskItem(HistoricTaskInstance task, com.vaadin.ui.Table taskTable)
protected com.vaadin.ui.Component getTaskAssigneeComponent(String assignee)
protected void addVariables()
protected void addDeleteButton()
protected ProcessInstance getProcessInstance(String processInstanceId)
protected HistoricProcessInstance getHistoricProcessInstance(String processInstanceId)
protected ProcessDefinition getProcessDefinition(String processDefinitionId)
Copyright © 2016 Alfresco. All rights reserved.