public class Persp<T extends AbstractPerspective> extends Object
Modifier and Type | Field and Description |
---|---|
static Persp<AdministrationPerspective> |
ADMINISTRATION |
static Persp<AppsPerspective> |
APPS |
static Persp<ArtifactRepositoryPerspective> |
ARTIFACT_REPOSITORY |
static Persp<ContributorsPerspective> |
CONTRIBUTORS |
static Persp<DataSetsPerspective> |
DATA_SETS |
static Persp<RuleDeploymentsPerspective> |
EXECUTION_SERVERS |
static Persp<HomePerspective> |
HOME_PAGE |
static Persp<JobsPerspective> |
JOBS |
static Persp<PeoplePerspective> |
PEOPLE |
static Persp<PluginManagementPerspective> |
PLUGIN_MANAGEMENT |
static Persp<ProcessAndTaskDashboardPerspective> |
PROCESS_AND_TASK_DASHBOARD |
static Persp<ProcessDefinitionsPerspective> |
PROCESS_DEFINITIONS |
static Persp<ProcessDeploymentsPerspective> |
PROCESS_DEPLOYMENTS |
static Persp<ProcessInstancesPerspective> |
PROCESS_INSTANCES |
static Persp<ProjectAuthoringPerspective> |
PROJECT_AUTHORING |
static Persp<TasksPerspective> |
TASKS |
static Persp<TimelinePerspective> |
TIMELINE |
Modifier and Type | Method and Description |
---|---|
static List<Persp<? extends AbstractPerspective>> |
getAllPerspectives() |
String |
getMenu() |
String |
getName() |
Class<T> |
getPerspectivePageObjectClass() |
boolean |
isKieWbOnly() |
String |
toString() |
public static final Persp<HomePerspective> HOME_PAGE
public static final Persp<TimelinePerspective> TIMELINE
public static final Persp<PeoplePerspective> PEOPLE
public static final Persp<ProjectAuthoringPerspective> PROJECT_AUTHORING
public static final Persp<ContributorsPerspective> CONTRIBUTORS
public static final Persp<ArtifactRepositoryPerspective> ARTIFACT_REPOSITORY
public static final Persp<AdministrationPerspective> ADMINISTRATION
public static final Persp<ProcessDeploymentsPerspective> PROCESS_DEPLOYMENTS
public static final Persp<RuleDeploymentsPerspective> EXECUTION_SERVERS
public static final Persp<JobsPerspective> JOBS
public static final Persp<ProcessDefinitionsPerspective> PROCESS_DEFINITIONS
public static final Persp<ProcessInstancesPerspective> PROCESS_INSTANCES
public static final Persp<TasksPerspective> TASKS
public static final Persp<ProcessAndTaskDashboardPerspective> PROCESS_AND_TASK_DASHBOARD
public static final Persp<PluginManagementPerspective> PLUGIN_MANAGEMENT
public static final Persp<AppsPerspective> APPS
public static final Persp<DataSetsPerspective> DATA_SETS
public static List<Persp<? extends AbstractPerspective>> getAllPerspectives()
public String getMenu()
public String getName()
public boolean isKieWbOnly()
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.