public class Persp<T extends AbstractPerspective> extends Object
Modifier and Type | Field and Description |
---|---|
static Persp<AdminPagePerspective> |
ADMIN |
static Persp<ArtifactRepositoryPerspective> |
ARTIFACTS |
static Persp<ExecutionErrorsPerspective> |
EXECUTION_ERRORS |
static Persp<ExecutionServersPerspective> |
EXECUTION_SERVERS |
static Persp<HomePerspective> |
HOME |
static Persp<JobsPerspective> |
JOBS |
static Persp<ContentManagerPerspective> |
PAGES |
static Persp<ProcessDefinitionsPerspective> |
PROCESS_DEFINITIONS |
static Persp<ProcessInstancesPerspective> |
PROCESS_INSTANCES |
static Persp<ProcessDashboardPerspective> |
PROCESS_REPORTS |
static Persp<ProjectLibraryPerspective> |
PROJECTS |
static Persp<ProvisioningManagementPerspective> |
PROVISIONING |
static Persp<TasksPerspective> |
TASK_INBOX |
static Persp<TaskDashboardPerspective> |
TASK_REPORTS |
static Persp<TaskAdminPerspective> |
TASKS |
Modifier and Type | Method and Description |
---|---|
static List<Persp<? extends AbstractPerspective>> |
getAllPerspectives(KieWbDistribution distribution) |
List<KieWbDistribution> |
getKieWbDistributions() |
String |
getMenu() |
String |
getName() |
Class<T> |
getPerspectivePageObjectClass() |
String |
toString() |
public static final Persp<HomePerspective> HOME
public static final Persp<AdminPagePerspective> ADMIN
public static final Persp<ArtifactRepositoryPerspective> ARTIFACTS
public static final Persp<ProjectLibraryPerspective> PROJECTS
public static final Persp<ContentManagerPerspective> PAGES
public static final Persp<ProvisioningManagementPerspective> PROVISIONING
public static final Persp<ExecutionServersPerspective> EXECUTION_SERVERS
public static final Persp<ProcessDefinitionsPerspective> PROCESS_DEFINITIONS
public static final Persp<ProcessInstancesPerspective> PROCESS_INSTANCES
public static final Persp<TaskAdminPerspective> TASKS
public static final Persp<JobsPerspective> JOBS
public static final Persp<ExecutionErrorsPerspective> EXECUTION_ERRORS
public static final Persp<TasksPerspective> TASK_INBOX
public static final Persp<ProcessDashboardPerspective> PROCESS_REPORTS
public static final Persp<TaskDashboardPerspective> TASK_REPORTS
public static List<Persp<? extends AbstractPerspective>> getAllPerspectives(KieWbDistribution distribution)
public String getMenu()
public String getName()
public List<KieWbDistribution> getKieWbDistributions()
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.