public interface ViewManager
Modifier and Type | Field and Description |
---|---|
static String |
MAIN_NAVIGATION_MANAGE |
static String |
MAIN_NAVIGATION_PROCESS |
static String |
MAIN_NAVIGATION_REPORT |
static String |
MAIN_NAVIGATION_TASK |
static final String MAIN_NAVIGATION_TASK
static final String MAIN_NAVIGATION_PROCESS
static final String MAIN_NAVIGATION_MANAGE
static final String MAIN_NAVIGATION_REPORT
void showLoginPage()
void showDefaultPage()
void showPopupWindow(com.vaadin.ui.Window window)
void showTaskPage(String taskId)
void showTasksPage()
void showTasksPage(String taskId)
void showInboxPage()
void showInboxPage(String taskId)
void showQueuedPage(String groupId)
void showInvolvedPage()
void showInvolvedPage(String taskId)
void showArchivedPage()
void showArchivedPage(String taskId)
void showDeployedProcessDefinitionPage()
void showDeployedProcessDefinitionPage(String processDefinitionId)
void showEditorProcessDefinitionPage()
void showEditorProcessDefinitionPage(String processDefinitionId)
void showMyProcessInstancesPage()
void showMyProcessInstancesPage(String processInstanceId)
void showSimpleTableProcessEditor(String processName, String processDescription)
void showSimpleTableProcessEditor(String modelId, WorkflowDefinition workflowDefinition)
void showRunReportPage()
void showRunReportPage(String reportId)
void showSavedReportPage()
void showSavedReportPage(String reportId)
void showDatabasePage()
void showDatabasePage(String tableName)
void showDeploymentPage()
void showDeploymentPage(String deploymentId)
void showActiveProcessDefinitionsPage()
void showActiveProcessDefinitionsPage(String processDefinitionId)
void showSuspendedProcessDefinitionsPage()
void showSuspendedProcessDefinitionsPage(String processDefinitionId)
void showJobPage()
void showJobPage(String jobId)
void showUserPage()
void showUserPage(String userId)
void showGroupPage()
void showGroupPage(String groupId)
void showProcessInstancePage()
void showProcessInstancePage(String processInstanceId)
void showAdministrationPage()
void showAdministrationPage(String managementId)
void showCrystalBallPage()
void showProfilePopup(String userId)
Copyright © 2016 Alfresco. All rights reserved.