Package org.kie.bc.client.navigation
Class NavTreeDefinitions
- java.lang.Object
-
- org.kie.bc.client.navigation.NavTreeDefinitions
-
@ApplicationScoped public class NavTreeDefinitions extends Object
Navigation tree definitions such as the workbench menu bar
-
-
Field Summary
Fields Modifier and Type Field Description static StringENTRY_ADMINISTRATION_TASKSstatic StringENTRY_EXECUTION_ERRORSstatic StringENTRY_EXECUTION_SERVERSstatic StringENTRY_JOBSstatic StringENTRY_PROCESS_DASHBOARDstatic StringENTRY_PROCESS_DEFINITIONSstatic StringENTRY_PROCESS_INSTANCESstatic StringENTRY_PROVISIONINGstatic StringENTRY_TASK_DASHBOARDstatic StringENTRY_TASKS_LISTstatic StringGROUP_DEPLOYstatic StringGROUP_MANAGEstatic StringGROUP_TRACKstatic StringGROUP_WORKBENCH
-
Constructor Summary
Constructors Constructor Description NavTreeDefinitions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.dashbuilder.navigation.NavTreebuildDefaultNavTree()voidinitialize(Runnable done)
-
-
-
Field Detail
-
GROUP_WORKBENCH
public static final String GROUP_WORKBENCH
- See Also:
- Constant Field Values
-
GROUP_DEPLOY
public static final String GROUP_DEPLOY
- See Also:
- Constant Field Values
-
ENTRY_PROVISIONING
public static final String ENTRY_PROVISIONING
- See Also:
- Constant Field Values
-
ENTRY_EXECUTION_SERVERS
public static final String ENTRY_EXECUTION_SERVERS
- See Also:
- Constant Field Values
-
GROUP_MANAGE
public static final String GROUP_MANAGE
- See Also:
- Constant Field Values
-
ENTRY_PROCESS_DEFINITIONS
public static final String ENTRY_PROCESS_DEFINITIONS
- See Also:
- Constant Field Values
-
ENTRY_PROCESS_INSTANCES
public static final String ENTRY_PROCESS_INSTANCES
- See Also:
- Constant Field Values
-
ENTRY_ADMINISTRATION_TASKS
public static final String ENTRY_ADMINISTRATION_TASKS
- See Also:
- Constant Field Values
-
ENTRY_JOBS
public static final String ENTRY_JOBS
- See Also:
- Constant Field Values
-
ENTRY_EXECUTION_ERRORS
public static final String ENTRY_EXECUTION_ERRORS
- See Also:
- Constant Field Values
-
GROUP_TRACK
public static final String GROUP_TRACK
- See Also:
- Constant Field Values
-
ENTRY_TASKS_LIST
public static final String ENTRY_TASKS_LIST
- See Also:
- Constant Field Values
-
ENTRY_PROCESS_DASHBOARD
public static final String ENTRY_PROCESS_DASHBOARD
- See Also:
- Constant Field Values
-
ENTRY_TASK_DASHBOARD
public static final String ENTRY_TASK_DASHBOARD
- See Also:
- Constant Field Values
-
-
Method Detail
-
initialize
public void initialize(Runnable done)
-
buildDefaultNavTree
public org.dashbuilder.navigation.NavTree buildDefaultNavTree()
-
-