Package org.uberfire.client.workbench
Interface WorkbenchServicesProxy
-
- All Known Implementing Classes:
WorkbenchServicesProxyClientImpl
public interface WorkbenchServicesProxy
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidisWorkbenchOnCluster(org.uberfire.mvp.ParameterizedCommand<Boolean> parameterizedCommand)voidloadPerspective(String name, org.uberfire.mvp.ParameterizedCommand<org.uberfire.workbench.model.PerspectiveDefinition> parameterizedCommand)voidloadPerspectives(org.uberfire.mvp.ParameterizedCommand<Set<org.uberfire.workbench.model.PerspectiveDefinition>> parameterizedCommand)voidloadSplashScreenFilter(String name, org.uberfire.mvp.ParameterizedCommand<org.uberfire.workbench.model.SplashScreenFilter> parameterizedCommand)voidremovePerspectiveState(String perspectiveId, org.uberfire.mvp.Command callback)voidremovePerspectiveStates(org.uberfire.mvp.Command doWhenFinished)voidsave(String perspectiveId, org.uberfire.workbench.model.PerspectiveDefinition activePerspective, org.uberfire.mvp.Command callback)voidsave(org.uberfire.workbench.model.SplashScreenFilter splashFilter)
-
-
-
Method Detail
-
save
void save(String perspectiveId, org.uberfire.workbench.model.PerspectiveDefinition activePerspective, org.uberfire.mvp.Command callback)
-
loadPerspective
void loadPerspective(String name, org.uberfire.mvp.ParameterizedCommand<org.uberfire.workbench.model.PerspectiveDefinition> parameterizedCommand)
-
loadPerspectives
void loadPerspectives(org.uberfire.mvp.ParameterizedCommand<Set<org.uberfire.workbench.model.PerspectiveDefinition>> parameterizedCommand)
-
removePerspectiveState
void removePerspectiveState(String perspectiveId, org.uberfire.mvp.Command callback)
-
removePerspectiveStates
void removePerspectiveStates(org.uberfire.mvp.Command doWhenFinished)
-
save
void save(org.uberfire.workbench.model.SplashScreenFilter splashFilter)
-
loadSplashScreenFilter
void loadSplashScreenFilter(String name, org.uberfire.mvp.ParameterizedCommand<org.uberfire.workbench.model.SplashScreenFilter> parameterizedCommand)
-
isWorkbenchOnCluster
void isWorkbenchOnCluster(org.uberfire.mvp.ParameterizedCommand<Boolean> parameterizedCommand)
-
-