SYMBOL INDEX (49290 symbols across 5571 files) FILE: appformer-client-api/src/main/java/org/appformer/client/context/Channel.java type Channel (line 21) | public enum Channel { method Channel (line 32) | Channel(String name) { method getName (line 36) | public String getName() { method withName (line 40) | public static Channel withName(String name) { FILE: appformer-client-api/src/main/java/org/appformer/client/context/DefaultEditorContextProviderImpl.java class DefaultEditorContextProviderImpl (line 23) | @ApplicationScoped method getChannel (line 26) | @Override method getOperatingSystem (line 31) | @Override method isReadOnly (line 36) | @Override FILE: appformer-client-api/src/main/java/org/appformer/client/context/EditorContextProvider.java type EditorContextProvider (line 24) | public interface EditorContextProvider { method getChannel (line 30) | Channel getChannel(); method getOperatingSystem (line 36) | Optional getOperatingSystem(); method isReadOnly (line 42) | boolean isReadOnly(); FILE: appformer-client-api/src/main/java/org/appformer/client/context/OperatingSystem.java type OperatingSystem (line 21) | public enum OperatingSystem { method OperatingSystem (line 30) | OperatingSystem(final String name) { method getName (line 34) | public String getName() { method withName (line 38) | public static OperatingSystem withName(final String name) { FILE: appformer-client-api/src/main/java/org/appformer/client/keyboardShortcuts/KeyboardShortcutsApiOpts.java class KeyboardShortcutsApiOpts (line 22) | @JsType method KeyboardShortcutsApiOpts (line 29) | public KeyboardShortcutsApiOpts(final Repeat repeat) { method getRepeat (line 33) | @JsProperty type Repeat (line 44) | public enum Repeat { FILE: appformer-client-api/src/main/java/org/appformer/client/stateControl/registry/DefaultRegistry.java type DefaultRegistry (line 19) | public interface DefaultRegistry extends Registry { FILE: appformer-client-api/src/main/java/org/appformer/client/stateControl/registry/Registry.java type Registry (line 26) | public interface Registry { method register (line 33) | void register(final C item); method peek (line 40) | C peek(); method pop (line 47) | C pop(); method setMaxSize (line 54) | void setMaxSize(final int size); method clear (line 59) | void clear(); method isEmpty (line 66) | boolean isEmpty(); method getHistory (line 73) | List getHistory(); method setRegistryChangeListener (line 80) | void setRegistryChangeListener(RegistryChangeListener registryChangeLi... FILE: appformer-client-api/src/main/java/org/appformer/client/stateControl/registry/RegistryChangeListener.java type RegistryChangeListener (line 22) | @FunctionalInterface method notifyRegistryChange (line 28) | void notifyRegistryChange(); FILE: appformer-client-api/src/main/java/org/appformer/client/stateControl/registry/impl/DefaultRegistryImpl.java class DefaultRegistryImpl (line 34) | public class DefaultRegistryImpl implements DefaultRegistry { method setMaxSize (line 40) | @Override method register (line 48) | @Override method clear (line 54) | @Override method getHistory (line 60) | @Override method setRegistryChangeListener (line 65) | @Override method peek (line 70) | @Override method pop (line 75) | @Override method isEmpty (line 82) | @Override method notifyRegistryChange (line 87) | private void notifyRegistryChange() { method addIntoStack (line 93) | private void addIntoStack(final C item) { FILE: appformer-client-api/src/test/java/org/appformer/client/stateControl/registry/impl/DefaultRegistryImplTest.java class DefaultRegistryImplTest (line 32) | @RunWith(MockitoJUnitRunner.class) method init (line 45) | @Before method basicTest (line 52) | @Test method testAddReachingMax (line 104) | @Test method testSettingWrongMax (line 137) | @Test class Command (line 144) | public static class Command { method Command (line 148) | public Command(Integer id) { method getId (line 152) | public Integer getId() { FILE: appformer-js-bridge/src/main/java/org/uberfire/jsbridge/client/AppFormerJsBridge.java class AppFormerJsBridge (line 47) | @Dependent method AppFormerJsBridge (line 54) | @Inject method init (line 64) | public void init(final String gwtModuleName) { method exposeBridgeAsNativeJs (line 84) | public void exposeBridgeAsNativeJs() { method loadAppFormerJsAndReactScripts (line 88) | public Promise loadAppFormerJsAndReactScripts(final String gwtMo... method exposeBridge (line 115) | private native void exposeBridge() /*-{ method fireEvent (line 139) | public void fireEvent(final String eventJson) { method goTo (line 143) | public void goTo(final String place) { method goToPath (line 149) | public void goToPath(final String uri) { method translate (line 156) | public String translate(final String key, final Object[] args) { method registerPerspective (line 162) | public void registerPerspective(final Object jsObject) { method registerScreen (line 168) | public void registerScreen(final Object jsObject) { method rpc (line 174) | public Promise rpc(final String path, final Object[] params) { class CallbackProducer (line 209) | private static class CallbackProducer { method CallbackProducer (line 213) | CallbackProducer(final Consumer onFailure) { method withSuccess (line 217) | Callback withSuccess(final Consumer onSuccess) { FILE: appformer-js-bridge/src/main/java/org/uberfire/jsbridge/client/JsPlaceRequest.java class JsPlaceRequest (line 28) | public class JsPlaceRequest extends JavaScriptObject { method JsPlaceRequest (line 30) | protected JsPlaceRequest() { method fromPlaceRequest (line 33) | public static JsPlaceRequest fromPlaceRequest(PlaceRequest pr) { method newInstance (line 45) | public static native JsPlaceRequest newInstance() /*-{ method getIdentifier (line 49) | public final native String getIdentifier() /*-{ method setIdentifier (line 53) | public final native void setIdentifier(final String newIdentifier) /*-{ method getParams (line 57) | public final native JavaScriptObject getParams() /*-{ method setParams (line 61) | public final native void setParams(final JavaScriptObject newParams) /*-{ FILE: appformer-js-bridge/src/main/java/org/uberfire/jsbridge/client/cdi/EditorActivityBeanDefinition.java class EditorActivityBeanDefinition (line 35) | public class EditorActivityBeanDefinition implements Syn... method EditorActivityBeanDefinition (line 40) | public EditorActivityBeanDefinition(final Supplier implements SyncBean... method SingletonBeanDefinition (line 39) | public SingletonBeanDefinition(final B instance, method getType (line 54) | @Override method getBeanClass (line 59) | @Override method getScope (line 64) | @Override method getInstance (line 69) | @Override method newInstance (line 74) | @Override method getQualifiers (line 79) | @Override method matches (line 84) | @Override method getName (line 89) | @Override method isActivated (line 94) | @Override method isAssignableTo (line 99) | @Override FILE: appformer-js-bridge/src/main/java/org/uberfire/jsbridge/client/editor/JsNativeEditor.java class JsNativeEditor (line 24) | public class JsNativeEditor { method JsNativeEditor (line 30) | public JsNativeEditor(final String componentId, final Object self) { method getComponentId (line 36) | public String getComponentId() { method af_isDirty (line 40) | public native boolean af_isDirty() /*-{ method af_priority (line 44) | public native int af_priority() /*-{ method af_componentTitle (line 48) | public native String af_componentTitle() /*-{ method af_resourceTypes (line 52) | public native String[] af_resourceTypes() /*-{ method af_onEditorStartup (line 56) | public void af_onEditorStartup(final ObservablePath path, final PlaceR... method native_af_onEditorStartup (line 60) | public native void native_af_onEditorStartup(final Object path, final ... method af_onOpen (line 64) | public void af_onOpen() { method native_af_onOpen (line 69) | public native void native_af_onOpen() /*-{ method af_onSave (line 73) | public native void af_onSave() /*-{ method af_onFocus (line 77) | public native void af_onFocus() /*-{ method af_onLostFocus (line 81) | public native void af_onLostFocus() /*-{ method af_onMayClose (line 85) | public native boolean af_onMayClose() /*-{ method af_onClose (line 89) | public void af_onClose() { method native_af_onClose (line 94) | public native void native_af_onClose() /*-{ method af_onShutdown (line 98) | public native void af_onShutdown() /*-{ method mount (line 102) | public native void mount() /*-{ method unmount (line 108) | public native void unmount() /*-{ method getElement (line 114) | public HTMLElement getElement() { FILE: appformer-js-bridge/src/main/java/org/uberfire/jsbridge/client/editor/JsWorkbenchEditorActivity.java class JsWorkbenchEditorActivity (line 34) | @AppFormerJsActivityLoader.Shadowed method JsWorkbenchEditorActivity (line 39) | @Inject method withEditor (line 44) | public JsWorkbenchEditorActivity withEditor(final JsNativeEditor edito... method onStartup (line 51) | @Override method onOpen (line 57) | @Override method onSave (line 63) | @Override method onFocus (line 69) | @Override method onLostFocus (line 75) | @Override method onMayClose (line 81) | @Override method onClose (line 86) | @Override method onShutdown (line 92) | @Override method isDirty (line 100) | @Override method getTitle (line 105) | @Override method getWidget (line 110) | @Override method getMenus (line 115) | @Override method getToolBar (line 120) | @Override method getIdentifier (line 125) | @Override FILE: appformer-js-bridge/src/main/java/org/uberfire/jsbridge/client/loading/ActivityLazyLoaded.java class ActivityLazyLoaded (line 24) | public class ActivityLazyLoaded implements UberFireEvent { method ActivityLazyLoaded (line 29) | public ActivityLazyLoaded(final String identifier, method getIdentifier (line 36) | public String getIdentifier() { method getActivity (line 40) | public Activity getActivity() { method equals (line 44) | @Override method hashCode (line 57) | @Override method toString (line 62) | @Override FILE: appformer-js-bridge/src/main/java/org/uberfire/jsbridge/client/loading/AppFormerComponentsRegistry.java class AppFormerComponentsRegistry (line 33) | @ApplicationScoped method keys (line 36) | public native String[] keys() /*-{ method get (line 43) | public native JavaScriptObject get(final String key) /*-{ class Entry (line 50) | public static class Entry { method Entry (line 56) | public Entry(final String componentId, method getSelf (line 66) | JavaScriptObject getSelf() { method getComponentId (line 70) | public String getComponentId() { method getType (line 74) | public Entry.Type getType() { method getSource (line 78) | public String getSource() { method getParams (line 82) | public Map getParams() { method get (line 96) | private native Object get(final String key) /*-{ method matches (line 100) | public boolean matches(final String uri) { type Type (line 106) | public enum Type { class PerspectiveParams (line 112) | public static class PerspectiveParams { method PerspectiveParams (line 116) | public PerspectiveParams(final Map params) { method isDefault (line 120) | public Optional isDefault() { class EditorParams (line 125) | public static class EditorParams { method EditorParams (line 129) | public EditorParams(final Map params) { method matches (line 133) | public Optional matches() { FILE: appformer-js-bridge/src/main/java/org/uberfire/jsbridge/client/loading/AppFormerJsActivityLoader.java class AppFormerJsActivityLoader (line 68) | @EntryPoint method AppFormerJsActivityLoader (line 86) | @Inject method init (line 106) | public void init(final String gwtModuleName) { method newRegistryEntry (line 114) | AppFormerComponentsRegistry.Entry newRegistryEntry(final String compon... method onComponentLoaded (line 118) | public void onComponentLoaded(final Object jsObject) { method updateRealContent (line 136) | Activity updateRealContent(final JavaScriptObject jsObject, method extractComponentId (line 147) | public native String extractComponentId(final Object object) /*-{ method loadScriptFor (line 151) | Promise loadScriptFor(final String componentId) { method getScriptFileName (line 174) | Optional getScriptFileName(final String componentId) { method loadScript (line 184) | Promise loadScript(final String scriptUrl) { method getScriptInjectionCallback (line 191) | private Callback getScriptInjectionCallback(final Res... method registerComponent (line 206) | void registerComponent(final AppFormerComponentsRegistry.Entry registr... method triggerLoadOfMatchingEditors (line 222) | public boolean triggerLoadOfMatchingEditors(final Path path, method loadMatchingEditors (line 239) | List> loadMatchingEditors(final String uri) { method finishLoadingMatchingEditors (line 247) | protected void finishLoadingMatchingEditors(final List> ... method registerEditor (line 259) | void registerEditor(final AppFormerComponentsRegistry.Entry registryEn... method registerScreen (line 263) | @SuppressWarnings("unchecked") method registerPerspective (line 289) | @SuppressWarnings("unchecked") method registerEditor (line 326) | @SuppressWarnings("unchecked") FILE: appformer-js-bridge/src/main/java/org/uberfire/jsbridge/client/loading/JsWorkbenchLazyPerspectiveActivity.java class JsWorkbenchLazyPerspectiveActivity (line 43) | public class JsWorkbenchLazyPerspectiveActivity extends AbstractWorkbenc... method JsWorkbenchLazyPerspectiveActivity (line 54) | public JsWorkbenchLazyPerspectiveActivity(final AppFormerComponentsReg... method updateRealContent (line 70) | @Override method getBackedPerspective (line 89) | PerspectiveActivity getBackedPerspective(final JavaScriptObject backed... method isPerspectiveTemplated (line 103) | public boolean isPerspectiveTemplated(final JsNativePerspective jsPers... method get (line 107) | @Override method onStartup (line 117) | @Override method onOpen (line 129) | @Override method onClose (line 142) | @Override method onShutdown (line 154) | @Override method onLoaded (line 164) | void onLoaded() { method getBackedPerspective (line 170) | PerspectiveActivity getBackedPerspective() { method getResourceType (line 174) | @Override method getIdentifier (line 179) | @Override method isDefault (line 184) | @Override method isTransient (line 190) | @Override method getMenus (line 202) | @Override method getToolBar (line 211) | @Override method getDefaultPerspectiveLayout (line 219) | @Override method isPerspectiveLoaded (line 229) | boolean isPerspectiveLoaded() { method buildEmptyDefinition (line 233) | private PerspectiveDefinition buildEmptyDefinition() { FILE: appformer-js-bridge/src/main/java/org/uberfire/jsbridge/client/loading/LazyLoadingScreen.java class LazyLoadingScreen (line 32) | @Templated("lazy-loading.html") method init (line 40) | @PostConstruct method getTitle (line 45) | @WorkbenchPartTitle method getTitleDecoration (line 50) | @WorkbenchPartTitleDecoration method getView (line 55) | @WorkbenchPartView method getMenu (line 60) | @WorkbenchMenu FILE: appformer-js-bridge/src/main/java/org/uberfire/jsbridge/client/perspective/JsWorkbenchPanelConverter.java class JsWorkbenchPanelConverter (line 26) | public class JsWorkbenchPanelConverter { method JsWorkbenchPanelConverter (line 30) | public JsWorkbenchPanelConverter(final JsNativePanel nativePanel) { method toPanelDefinition (line 34) | public PanelDefinition toPanelDefinition() { FILE: appformer-js-bridge/src/main/java/org/uberfire/jsbridge/client/perspective/JsWorkbenchPartConverter.java class JsWorkbenchPartConverter (line 27) | public class JsWorkbenchPartConverter { method JsWorkbenchPartConverter (line 31) | public JsWorkbenchPartConverter(final JsNativePart nativePart) { method toPartDefinition (line 35) | public PartDefinition toPartDefinition() { FILE: appformer-js-bridge/src/main/java/org/uberfire/jsbridge/client/perspective/JsWorkbenchPerspectiveActivity.java class JsWorkbenchPerspectiveActivity (line 36) | public class JsWorkbenchPerspectiveActivity extends AbstractWorkbenchPer... method JsWorkbenchPerspectiveActivity (line 41) | public JsWorkbenchPerspectiveActivity(final JsNativePerspective realPe... method onStartup (line 55) | @Override method onOpen (line 63) | @Override method onClose (line 71) | @Override method onShutdown (line 79) | @Override method getResourceType (line 86) | @Override method getIdentifier (line 91) | @Override method isDefault (line 96) | @Override method isTransient (line 101) | @Override method getMenus (line 106) | @Override method getToolBar (line 111) | @Override method getDefaultPerspectiveLayout (line 116) | @Override FILE: appformer-js-bridge/src/main/java/org/uberfire/jsbridge/client/perspective/JsWorkbenchTemplatedPerspectiveActivity.java class JsWorkbenchTemplatedPerspectiveActivity (line 49) | public class JsWorkbenchTemplatedPerspectiveActivity extends AbstractWor... method JsWorkbenchTemplatedPerspectiveActivity (line 63) | public JsWorkbenchTemplatedPerspectiveActivity(final String componentId, method onStartup (line 81) | @Override method onOpen (line 88) | @Override method onClose (line 100) | @Override method onShutdown (line 107) | @Override method getResourceType (line 115) | @Override method getIdentifier (line 120) | @Override method isDefault (line 125) | @Override method isTransient (line 130) | @Override method getMenus (line 135) | @Override method getToolBar (line 140) | @Override method getDefaultPerspectiveLayout (line 145) | @Override method resolvePosition (line 164) | @Override method getRootElement (line 171) | @Override method loadTemplateComponents (line 176) | private Map loadTemplateComponents(final HTMLElem... method recursivelyMarkComponentContainers (line 187) | private void recursivelyMarkComponentContainers(final Node root, final... method retrieveStartUpParams (line 208) | private Map retrieveStartUpParams(final HTMLElement co... FILE: appformer-js-bridge/src/main/java/org/uberfire/jsbridge/client/perspective/jsnative/JsNativeContextDisplay.java class JsNativeContextDisplay (line 22) | public class JsNativeContextDisplay { method JsNativeContextDisplay (line 27) | public JsNativeContextDisplay(final JavaScriptObject self, method mode (line 33) | public ContextDisplayMode mode() { method contextId (line 37) | public String contextId() { method contextId (line 41) | private native String contextId(final String displayInfoField) /*-{ method contextDisplayModeString (line 46) | private native String contextDisplayModeString(final String displayInf... FILE: appformer-js-bridge/src/main/java/org/uberfire/jsbridge/client/perspective/jsnative/JsNativePanel.java class JsNativePanel (line 23) | public class JsNativePanel { method JsNativePanel (line 29) | public JsNativePanel(final JavaScriptObject self) { method panelType (line 35) | public String panelType() { method position (line 39) | public Position position() { method width (line 43) | public int width() { method minWidth (line 47) | public int minWidth() { method height (line 51) | public int height() { method minHeight (line 55) | public int minHeight() { method view (line 59) | public JsNativeView view() { method contextDisplay (line 63) | public JsNativeContextDisplay contextDisplay() { method get (line 67) | private native Object get(final String fieldToInvoke) /*-{ FILE: appformer-js-bridge/src/main/java/org/uberfire/jsbridge/client/perspective/jsnative/JsNativePart.java class JsNativePart (line 28) | public class JsNativePart { method JsNativePart (line 33) | public JsNativePart(final JavaScriptObject self) { method placeName (line 38) | public String placeName() { method parameters (line 42) | public Map parameters() { method contextDisplay (line 55) | public JsNativeContextDisplay contextDisplay() { method get (line 59) | private native Object get(final String fieldToInvoke) /*-{ FILE: appformer-js-bridge/src/main/java/org/uberfire/jsbridge/client/perspective/jsnative/JsNativePerspective.java class JsNativePerspective (line 29) | public class JsNativePerspective { method JsNativePerspective (line 35) | public JsNativePerspective(final JavaScriptObject self) { method componentId (line 41) | public String componentId() { method name (line 45) | public String name() { method isDefault (line 49) | public boolean isDefault() { method isTransient (line 53) | public boolean isTransient() { method isTemplated (line 57) | public boolean isTemplated() { method menus (line 61) | public Menus menus() { method toolbar (line 65) | public ToolBar toolbar() { method defaultPanelType (line 69) | public String defaultPanelType() { method view (line 73) | public JsNativeView view() { method contextDisplay (line 77) | public JsNativeContextDisplay contextDisplay() { method onStartup (line 81) | public void onStartup() { method onOpen (line 85) | public void onOpen() { method getContainerComponents (line 89) | public Set getContainerComponents(final HTMLElement conta... method onClose (line 100) | public void onClose() { method onClose (line 104) | public void onClose(final HTMLElement container) { method onShutdown (line 109) | public void onShutdown() { method unmount (line 113) | private native void unmount(final HTMLElement container) /*-{ method nativeGetAfComponents (line 119) | private native JsArray nativeGetAfComponents(final H... method renderNative (line 123) | public native void renderNative(final HTMLElement container) /*-{ method get (line 129) | private native Object get(final String fieldToInvoke) /*-{ method run (line 133) | private native Object run(final String method) /*-{ FILE: appformer-js-bridge/src/main/java/org/uberfire/jsbridge/client/perspective/jsnative/JsNativeView.java class JsNativeView (line 25) | public class JsNativeView { method JsNativeView (line 31) | public JsNativeView(final JavaScriptObject self, final String partsFie... method parts (line 37) | public List parts() { method panels (line 49) | public List panels() { method nativeParts (line 61) | private native JsArray nativeParts(final String part... method nativePanels (line 65) | private native JsArray nativePanels(final String pan... FILE: appformer-js-bridge/src/main/java/org/uberfire/jsbridge/client/screen/InvocationPostponer.java class InvocationPostponer (line 21) | class InvocationPostponer { method InvocationPostponer (line 25) | InvocationPostponer() { method postpone (line 29) | void postpone(final Runnable invocation) { method executeAll (line 33) | void executeAll() { method clear (line 39) | void clear() { FILE: appformer-js-bridge/src/main/java/org/uberfire/jsbridge/client/screen/JsNativeScreen.java class JsNativeScreen (line 29) | public class JsNativeScreen { method JsNativeScreen (line 40) | public JsNativeScreen(final String componentId, method updateRealContent (line 53) | public void updateRealContent(final JavaScriptObject jsObject) { method getElement (line 61) | public HTMLElement getElement() { method render (line 66) | public void render() { method screenLoaded (line 74) | public boolean screenLoaded() { method createContainerForLoadingScreen (line 78) | private HTMLElement createContainerForLoadingScreen(final HTMLElement ... method componentTitle (line 91) | public String componentTitle() { method componentContextId (line 96) | public String componentContextId() { method subscriptions (line 100) | public elemental2.core.JsMap subscriptions() { method getComponentId (line 104) | public String getComponentId() { method onStartup (line 110) | public void onStartup(final JsPlaceRequest placeRequest) { method onOpen (line 114) | public void onOpen() { method onClose (line 118) | public void onClose() { method onMayClose (line 123) | public boolean onMayClose() { method onShutdown (line 127) | public void onShutdown() { method onFocus (line 131) | public void onFocus() { method onLostFocus (line 135) | public void onLostFocus() { method get (line 139) | private Object get(final String property) { method run (line 146) | private Object run(final String functionName) { method run (line 153) | private Object run(final String functionName, final Object arg1) { method defines (line 160) | public boolean defines(final String property) { method getNative (line 167) | private native Object getNative(final String property) /*-{ method runNative (line 171) | private native Object runNative(final String functionName) /*-{ method runNative (line 175) | private native Object runNative(final String functionName, final Objec... method definesNative (line 179) | private native boolean definesNative(final String property) /*-{ method renderNative (line 183) | public native void renderNative() /*-{ method unmount (line 189) | private native void unmount() /*-{ FILE: appformer-js-bridge/src/main/java/org/uberfire/jsbridge/client/screen/JsWorkbenchScreenActivity.java class JsWorkbenchScreenActivity (line 41) | public class JsWorkbenchScreenActivity extends AbstractWorkbenchScreenAc... method JsWorkbenchScreenActivity (line 49) | public JsWorkbenchScreenActivity(final JsNativeScreen screen, method updateRealContent (line 58) | @Override method onStartup (line 66) | @Override method isScreenLoaded (line 80) | public boolean isScreenLoaded() { method onOpen (line 84) | @Override method onClose (line 99) | @Override method onMayClose (line 109) | @Override method onShutdown (line 119) | @Override method onFocus (line 130) | @Override method onLostFocus (line 137) | @Override method getTitle (line 146) | @Override method getDefaultPosition (line 151) | @Override method getPlace (line 156) | @Override method getIdentifier (line 161) | @Override method getTitleDecoration (line 166) | @Override method getMenus (line 171) | @Override method getToolBar (line 176) | @Override method getOwningPlace (line 181) | @Override method getWidget (line 186) | @Override method contextId (line 191) | @Override method preferredHeight (line 196) | @Override method preferredWidth (line 201) | @Override method registerSubscriptions (line 208) | void registerSubscriptions() { method registerSubscription (line 214) | Void registerSubscription(final Object callback, final String eventFqc... method subscribeOnErraiBus (line 220) | void subscribeOnErraiBus(final String eventFqcn) { method getSubscription (line 224) | Subscription getSubscription(final Object callback, final String event... method callWithParsedJsonObject (line 232) | public native void callWithParsedJsonObject(final Object func, final S... method unsubscribeFromAllEvents (line 236) | private void unsubscribeFromAllEvents() { FILE: appformer-js-bridge/src/test/java/org/uberfire/jsbridge/client/loading/AppFormerJsActivityLoaderTest.java class AppFormerJsActivityLoaderTest (line 63) | @RunWith(MockitoJUnitRunner.class) method before (line 79) | @Before method registerComponentPerspective (line 93) | @Test method registerComponentScreen (line 101) | @Test method registerComponentEditor (line 109) | @Test method getEntry (line 117) | private AppFormerComponentsRegistry.Entry getEntry(final String compon... method init (line 127) | @Test method onComponentLoaded_unregistered (line 138) | @Test(expected = IllegalArgumentException.class) method onComponentLoaded_registeredEditor (line 146) | @Test method onComponentLoaded_registeredComponent (line 159) | @Test method loadScriptFor_noScript (line 174) | @Test(expected = RuntimeException.class) method loadScriptFor_unloaded (line 180) | @Test method loadScriptFor_loaded (line 192) | @Test method updateRealContent (line 205) | @Test method getScriptFileName_unexistent (line 217) | @Test method getScriptFileName_editor (line 222) | @Test method getScriptFileName_component (line 232) | @Test method triggerLoadOfMatchingEditors_nullPath (line 243) | @Test method triggerLoadOfMatchingEditors_nullPathURI (line 248) | @Test method triggerLoadOfMatchingEditors_noMatchingEditors (line 253) | @Test method triggerLoadOfMatchingEditors_moreThanZeroMatchingEditors (line 259) | @Test method finishLoadingMatchingEditors_success (line 270) | @Test method finishLoadingMatchingEditors_failure (line 278) | @Test method loadMatchingEditors_matches (line 284) | @Test method loadMatchingEditors_doesntMatch (line 307) | @Test FILE: appformer-js-bridge/src/test/java/org/uberfire/jsbridge/client/loading/AppFormerJsLifecycleIT.java class AppFormerJsLifecycleIT (line 75) | @RunWith(PowerMockRunner.class) method before (line 108) | @Before method testGoTo (line 123) | @Test method testGoToPath (line 134) | @Test method testFireEvent (line 145) | @Test method testTranslate (line 162) | @Test method testInitWithErrorWhileLoadingScripts (line 174) | @Test method testScreenLifecycle (line 186) | @Test method testPerspectiveLifecycle (line 222) | @Test method registerEditor (line 263) | @Test method ensurePerspectiveIsNotTemplated (line 283) | private void ensurePerspectiveIsNotTemplated(JsWorkbenchLazyPerspectiv... method ensureBeanManagerHasBeansForName (line 287) | private void ensureBeanManagerHasBeansForName(final SyncBeanManager be... method ensureBridgeWillBeExposed (line 291) | private void ensureBridgeWillBeExposed() { method ensureScriptsWillLoadForModule (line 295) | private void ensureScriptsWillLoadForModule(final String module) { method ensureScriptWontLoadForModule (line 299) | private void ensureScriptWontLoadForModule(final String module) { method ensureActivityRepresentsRegisteredComponent (line 303) | private JavaScriptObject ensureActivityRepresentsRegisteredComponent(f... method ensureBeanManagerHas (line 310) | private void ensureBeanManagerHas(final SyncBeanManager beanManager, f... method ensureDomGlobalCanCreateDivs (line 316) | private void ensureDomGlobalCanCreateDivs() { method ensureSetupBeanManager (line 320) | private SyncBeanManager ensureSetupBeanManager() { method ensureComponentIsInAppFormerComponentsRegistry (line 329) | private void ensureComponentIsInAppFormerComponentsRegistry(final Stri... method nativeScreenContainerDiv (line 338) | private HTMLDivElement nativeScreenContainerDiv() { method mockDomGlobalDocument (line 344) | private HTMLDocument mockDomGlobalDocument() { FILE: appformer-js-bridge/src/test/java/org/uberfire/jsbridge/client/loading/JsWorkbenchLazyPerspectiveActivityTest.java class JsWorkbenchLazyPerspectiveActivityTest (line 41) | public class JsWorkbenchLazyPerspectiveActivityTest { method before (line 50) | @Before method getNotLoaded (line 65) | @Test method getLoaded (line 72) | @Test method onStartupLoaded (line 80) | @Test method onStartupNotLoaded (line 92) | @Test method onOpenLoaded (line 104) | @Test method onOpenNotLoaded (line 117) | @Test method onCloseLoaded (line 131) | @Test method onCloseNotLoaded (line 144) | @Test method onShutdownLoaded (line 158) | @Test method onShutdownNotLoaded (line 171) | @Test method updateRealContent (line 185) | @Test method updateRealContent_notStarted (line 202) | @Test method updateRealContent_notOpen (line 219) | @Test FILE: appformer-js-bridge/src/test/java/org/uberfire/jsbridge/client/screen/JsWorkbenchScreenActivityTest.java class JsWorkbenchScreenActivityTest (line 35) | @RunWith(MockitoJUnitRunner.class) method before (line 43) | @Before method registerSubscription (line 49) | @Test FILE: appformer-js/src/appformer/AppFormer.tsx class AppFormer (line 27) | class AppFormer { method init (line 35) | public init(container: HTMLElement, callback: () => void): AppFormer { method registerScreen (line 44) | public registerScreen(screen: Screen): void {} method registerPerspective (line 51) | public registerPerspective(perspective: Perspective): void {} method goTo (line 61) | public goTo(af_componentId: string, args?: Map): void {} method translate (line 71) | public translate(tkey: string, args: string[]): string { method render (line 85) | public render(element: Element, container: HTMLElement, callback: () =... method fireEvent (line 93) | public fireEvent(obj: Portable): void {} method rpc (line 102) | public rpc(path: string, args: Array>): Promise { method close (line 112) | public close(af_componentId: string): void {} FILE: appformer-js/src/appformer/CompassLayoutPerspective.tsx class CompassLayoutPerspective (line 28) | class CompassLayoutPerspective extends Perspective { method constructor (line 38) | protected constructor(componentId: string) { method af_componentRoot (line 43) | public af_componentRoot(children?: any): Element { method af_menus (line 48) | get af_menus(): Menu[] | undefined { method af_menus (line 52) | set af_menus(value: Menu[] | undefined) { method af_toolbar (line 56) | get af_toolbar(): Toolbar | undefined { method af_toolbar (line 60) | set af_toolbar(value: Toolbar | undefined) { method af_defaultPanelType (line 64) | get af_defaultPanelType(): PanelType { method af_defaultPanelType (line 68) | set af_defaultPanelType(value: PanelType) { method af_displayInfo (line 72) | get af_displayInfo(): DisplayInfo { method af_displayInfo (line 76) | set af_displayInfo(value: DisplayInfo) { method af_parts (line 80) | get af_parts(): Part[] { method af_parts (line 84) | set af_parts(value: Part[]) { method af_panels (line 88) | get af_panels(): Panel[] { method af_panels (line 92) | set af_panels(value: Panel[]) { FILE: appformer-js/src/appformer/Component.ts method constructor (line 28) | protected constructor(args: { type: string; af_componentId: string }) { method af_onStartup (line 33) | public af_onStartup(): void { method af_onOpen (line 37) | public af_onOpen(): void { method af_onFocus (line 41) | public af_onFocus(): void { method af_onLostFocus (line 45) | public af_onLostFocus(): void { method af_onMayClose (line 49) | public af_onMayClose(): boolean { method af_onClose (line 53) | public af_onClose(): void { method af_onShutdown (line 57) | public af_onShutdown(): void { method core_componentRoot (line 61) | public core_componentRoot(children?: any): Element { FILE: appformer-js/src/appformer/ComponentTypes.ts type ComponentTypes (line 17) | enum ComponentTypes { FILE: appformer-js/src/appformer/Components.ts class Menu (line 19) | class Menu { class Toolbar (line 23) | class Toolbar { FILE: appformer-js/src/appformer/DisplayInfo.ts class DisplayInfo (line 17) | class DisplayInfo { method contextId (line 21) | get contextId(): string | undefined { method contextId (line 25) | set contextId(value: string | undefined) { method contextDisplayMode (line 29) | get contextDisplayMode(): ContextDisplayMode { method contextDisplayMode (line 33) | set contextDisplayMode(value: ContextDisplayMode) { type ContextDisplayMode (line 38) | enum ContextDisplayMode { FILE: appformer-js/src/appformer/Panel.ts type PanelType (line 20) | enum PanelType { type CompassPosition (line 25) | enum CompassPosition { class Panel (line 39) | class Panel { method constructor (line 52) | constructor(position: CompassPosition) { method position (line 56) | get position(): CompassPosition { method position (line 60) | set position(value: CompassPosition) { method width (line 64) | get width(): number { method width (line 68) | set width(value: number) { method minWidth (line 72) | get minWidth(): number { method minWidth (line 76) | set minWidth(value: number) { method height (line 80) | get height(): number { method height (line 84) | set height(value: number) { method minHeight (line 88) | get minHeight(): number { method minHeight (line 92) | set minHeight(value: number) { method children (line 96) | get children(): Panel[] { method children (line 100) | set children(value: Panel[]) { method parts (line 104) | get parts(): Part[] { method parts (line 108) | set parts(value: Part[]) { method panelType (line 112) | get panelType(): PanelType { method panelType (line 116) | set panelType(value: PanelType) { method displayInfo (line 120) | get displayInfo(): DisplayInfo { method displayInfo (line 124) | set displayInfo(value: DisplayInfo) { FILE: appformer-js/src/appformer/Part.ts class Part (line 22) | class Part { method constructor (line 27) | constructor(placeName: string) { method placeName (line 31) | get placeName(): string { method placeName (line 35) | set placeName(value: string) { method displayInfo (line 39) | get displayInfo(): DisplayInfo { method displayInfo (line 43) | set displayInfo(value: DisplayInfo) { method parameters (line 47) | get parameters(): {} { method parameters (line 51) | set parameters(value: {}) { FILE: appformer-js/src/appformer/Perspective.ts method constructor (line 29) | protected constructor(componentId: string) { method af_onStartup (line 33) | public af_onStartup(): void { method af_onOpen (line 37) | public af_onOpen(): void { method af_onClose (line 41) | public af_onClose(): void { method af_onShutdown (line 45) | public af_onShutdown(): void { FILE: appformer-js/src/appformer/Screen.ts method constructor (line 26) | protected constructor(componentId: string) { method af_onStartup (line 30) | public af_onStartup(): void { method af_onOpen (line 34) | public af_onOpen(): void { method af_onFocus (line 38) | public af_onFocus(): void { method af_onLostFocus (line 42) | public af_onLostFocus(): void { method af_onMayClose (line 46) | public af_onMayClose(): boolean { method af_onClose (line 50) | public af_onClose(): void { method af_onShutdown (line 54) | public af_onShutdown(): void { FILE: appformer-js/src/appformer/index.ts function initSingleton (line 37) | function initSingleton() { function register (line 55) | function register(component: Component) { function goTo (line 63) | function goTo(af_componentId: string) { function close (line 67) | function close(af_componentId: string) { function translate (line 71) | function translate(key: string, args: string[]) { function render (line 75) | function render(element: Element, container: HTMLElement, callback = ():... function fireEvent (line 79) | function fireEvent(obj: Portable) { function rpc (line 83) | function rpc(path: string, args: Array>) { FILE: appformer-js/src/core/Component.ts method constructor (line 31) | protected constructor(args: { type: string; core_componentId: string }) { method core_onReady (line 38) | public core_onReady() { method core_onVanished (line 42) | public core_onVanished() { type Element (line 47) | type Element = React.ReactPortal | React.ReactElement | HTMLElement... FILE: appformer-js/src/java-wrappers/BigNumberWrapper.ts method constructor (line 23) | public constructor(value: string) { method get (line 30) | public get(): BigNumber { method set (line 34) | public set(value: BigNumber | ((current: BigNumber) => BigNumber)): void { method applyNumericRange (line 46) | private applyNumericRange(value: BigNumber) { method instanceOfBigNumber (line 53) | private instanceOfBigNumber(value: any): value is BigNumber { FILE: appformer-js/src/java-wrappers/FloatBasedJavaNumber.ts method from (line 20) | protected from(asString: string): number { FILE: appformer-js/src/java-wrappers/IntegerBasedJavaNumber.ts method from (line 20) | protected from(asString: string): number { FILE: appformer-js/src/java-wrappers/JavaArrayList.ts class JavaArrayList (line 21) | class JavaArrayList extends JavaCollection { method constructor (line 26) | constructor(value: T[]) { method get (line 31) | public get(): T[] { method set (line 35) | public set(val: ((current: T[]) => T[]) | T[]): void { FILE: appformer-js/src/java-wrappers/JavaBigDecimal.ts class JavaBigDecimal (line 28) | class JavaBigDecimal extends BigNumberWrapper implements JavaNumber { method from (line 31) | public from(asString: string): BigNumber { method isInRange (line 35) | public isInRange(n: BigNumber): boolean { method byteValue (line 39) | public byteValue(): JavaByte { method doubleValue (line 43) | public doubleValue(): JavaDouble { method floatValue (line 47) | public floatValue(): JavaFloat { method intValue (line 51) | public intValue(): JavaInteger { method shortValue (line 55) | public shortValue(): JavaShort { method longValue (line 59) | public longValue(): JavaLong { FILE: appformer-js/src/java-wrappers/JavaBigInteger.ts class JavaBigInteger (line 28) | class JavaBigInteger extends BigNumberWrapper implements JavaNumber { method from (line 31) | public from(asString: string): BigNumber { method isInRange (line 41) | protected isInRange(n: BigNumber): boolean { method byteValue (line 45) | public byteValue(): JavaByte { method doubleValue (line 49) | public doubleValue(): JavaDouble { method floatValue (line 53) | public floatValue(): JavaFloat { method intValue (line 57) | public intValue(): JavaInteger { method shortValue (line 61) | public shortValue(): JavaShort { method longValue (line 65) | public longValue(): JavaLong { FILE: appformer-js/src/java-wrappers/JavaBoolean.ts class JavaBoolean (line 21) | class JavaBoolean extends JavaWrapper { method constructor (line 26) | constructor(value: boolean) { method get (line 31) | public get(): boolean { method set (line 35) | public set(val: ((current: boolean) => boolean) | boolean): void { FILE: appformer-js/src/java-wrappers/JavaByte.ts class JavaByte (line 26) | class JavaByte extends IntegerBasedJavaNumber implements JavaNumber { method isInRange (line 32) | protected isInRange(n: number): boolean { method byteValue (line 36) | public byteValue(): JavaByte { method doubleValue (line 40) | public doubleValue(): JavaDouble { method floatValue (line 44) | public floatValue(): JavaFloat { method intValue (line 48) | public intValue(): JavaInteger { method shortValue (line 52) | public shortValue(): JavaShort { method longValue (line 56) | public longValue(): JavaLong { FILE: appformer-js/src/java-wrappers/JavaDate.ts class JavaDate (line 21) | class JavaDate extends JavaWrapper { method constructor (line 26) | constructor(date: Date) { method get (line 31) | public get(): Date { method set (line 35) | public set(val: ((current: Date) => Date) | Date): void { FILE: appformer-js/src/java-wrappers/JavaDouble.ts class JavaDouble (line 26) | class JavaDouble extends FloatBasedJavaNumber implements JavaNumber { method isInRange (line 29) | protected isInRange(n: number): boolean { method byteValue (line 34) | public byteValue(): JavaByte { method doubleValue (line 38) | public doubleValue(): JavaDouble { method floatValue (line 42) | public floatValue(): JavaFloat { method intValue (line 46) | public intValue(): JavaInteger { method shortValue (line 50) | public shortValue(): JavaShort { method longValue (line 54) | public longValue(): JavaLong { FILE: appformer-js/src/java-wrappers/JavaEnum.ts method constructor (line 22) | protected constructor(name: string) { FILE: appformer-js/src/java-wrappers/JavaFloat.ts class JavaFloat (line 26) | class JavaFloat extends FloatBasedJavaNumber implements JavaNumber { method isInRange (line 32) | protected isInRange(n: number): boolean { method byteValue (line 36) | public byteValue(): JavaByte { method doubleValue (line 40) | public doubleValue(): JavaDouble { method floatValue (line 44) | public floatValue(): JavaFloat { method intValue (line 48) | public intValue(): JavaInteger { method shortValue (line 52) | public shortValue(): JavaShort { method longValue (line 56) | public longValue(): JavaLong { FILE: appformer-js/src/java-wrappers/JavaHashMap.ts class JavaHashMap (line 21) | class JavaHashMap extends JavaWrapper> { method constructor (line 26) | constructor(value: Map) { method get (line 31) | public get(): Map { method set (line 35) | public set(val: ((current: Map) => Map) | Map): void { FILE: appformer-js/src/java-wrappers/JavaHashSet.ts class JavaHashSet (line 21) | class JavaHashSet extends JavaCollection> { method constructor (line 26) | constructor(value: Set) { method get (line 31) | public get(): Set { method set (line 35) | public set(val: ((current: Set) => Set) | Set): void { FILE: appformer-js/src/java-wrappers/JavaInteger.ts class JavaInteger (line 26) | class JavaInteger extends IntegerBasedJavaNumber implements JavaNumber { method isInRange (line 32) | protected isInRange(n: number): boolean { method byteValue (line 36) | public byteValue(): JavaByte { method doubleValue (line 40) | public doubleValue(): JavaDouble { method floatValue (line 44) | public floatValue(): JavaFloat { method intValue (line 48) | public intValue(): JavaInteger { method shortValue (line 52) | public shortValue(): JavaShort { method longValue (line 56) | public longValue(): JavaLong { FILE: appformer-js/src/java-wrappers/JavaLinkedList.ts class JavaLinkedList (line 17) | class JavaLinkedList {} FILE: appformer-js/src/java-wrappers/JavaLong.ts class JavaLong (line 27) | class JavaLong extends BigNumberWrapper implements JavaNumber { method from (line 33) | public from(asString: string): BigNumber { method isInRange (line 42) | protected isInRange(n: BigNumber): boolean { method byteValue (line 46) | public byteValue(): JavaByte { method doubleValue (line 50) | public doubleValue(): JavaDouble { method floatValue (line 54) | public floatValue(): JavaFloat { method intValue (line 58) | public intValue(): JavaInteger { method shortValue (line 62) | public shortValue(): JavaShort { method longValue (line 66) | public longValue(): JavaLong { FILE: appformer-js/src/java-wrappers/JavaNumber.ts type JavaNumber (line 25) | interface JavaNumber { function asDouble (line 34) | function asDouble(n: number | BigNumber) { function asInteger (line 38) | function asInteger(n: number | BigNumber) { function asShort (line 42) | function asShort(n: number | BigNumber) { function asByte (line 46) | function asByte(n: number | BigNumber) { function asFloat (line 50) | function asFloat(n: number | BigNumber) { function asLong (line 54) | function asLong(n: number | BigNumber) { FILE: appformer-js/src/java-wrappers/JavaOptional.ts class JavaOptional (line 20) | class JavaOptional extends JavaWrapper { method constructor (line 25) | constructor(value?: T) { method get (line 30) | public get(): T { method isPresent (line 38) | public isPresent(): boolean { method set (line 42) | public set(val: ((current: T | undefined) => T | undefined) | T | unde... FILE: appformer-js/src/java-wrappers/JavaShort.ts class JavaShort (line 26) | class JavaShort extends IntegerBasedJavaNumber implements JavaNumber { method isInRange (line 32) | protected isInRange(n: number): boolean { method byteValue (line 36) | public byteValue(): JavaByte { method doubleValue (line 40) | public doubleValue(): JavaDouble { method floatValue (line 44) | public floatValue(): JavaFloat { method intValue (line 48) | public intValue(): JavaInteger { method shortValue (line 52) | public shortValue(): JavaShort { method longValue (line 56) | public longValue(): JavaLong { FILE: appformer-js/src/java-wrappers/JavaString.ts class JavaString (line 21) | class JavaString extends JavaWrapper { method constructor (line 26) | constructor(value: string) { method get (line 31) | public get(): string { method set (line 35) | public set(val: ((current: string) => string) | string): void { FILE: appformer-js/src/java-wrappers/JavaTreeMap.ts class JavaTreeMap (line 17) | class JavaTreeMap {} FILE: appformer-js/src/java-wrappers/JavaTreeSet.ts class JavaTreeSet (line 17) | class JavaTreeSet {} FILE: appformer-js/src/java-wrappers/JavaType.ts type JavaType (line 17) | enum JavaType { FILE: appformer-js/src/java-wrappers/JavaWrapper.ts method instanceIdentifier (line 26) | private instanceIdentifier(): string { method extendsJavaWrapper (line 30) | public static extendsJavaWrapper(obj: any): obj is JavaWrapper { FILE: appformer-js/src/java-wrappers/JavaWrapperUtils.ts class JavaWrapperUtils (line 28) | class JavaWrapperUtils { method needsWrapping (line 38) | public static needsWrapping(obj: any): boolean { method wrapIfNeeded (line 42) | public static wrapIfNeeded(obj: U): JavaWrapper | U { method isJavaType (line 51) | public static isJavaType(fqcn: string): boolean { method isEnum (line 60) | public static isEnum(obj: any): boolean { method getWrappingFunction (line 64) | private static getWrappingFunction(obj: any): ((obj: any) => JavaWrapp... FILE: appformer-js/src/java-wrappers/NumberWrapper.ts method constructor (line 22) | public constructor(value: string) { method get (line 29) | public get(): number { method set (line 33) | public set(value: number | ((current: number) => number)): void { method applyNumericRange (line 45) | private applyNumericRange(n: number): number { FILE: appformer-js/src/java-wrappers/__tests__/JavaWrapper.test.ts class MyNumberType (line 38) | class MyNumberType extends JavaWrapper { method constructor (line 41) | constructor(value: number) { method get (line 46) | public get(): number { method set (line 50) | public set(val: ((current: number) => number) | number): void { FILE: appformer-js/src/java-wrappers/__tests__/JavaWrapperUtils.test.ts class FooEnum (line 206) | class FooEnum extends JavaEnum { method __fqcn (line 212) | public static __fqcn(): string { method values (line 216) | public static values() { FILE: appformer-js/src/marshalling/Marshaller.ts type Marshaller (line 24) | interface Marshaller, U, V, X> { FILE: appformer-js/src/marshalling/MarshallerProvider.ts class MarshallerProvider (line 38) | class MarshallerProvider { method initialize (line 44) | public static initialize() { method getForObject (line 78) | public static getForObject(obj: Portable): Marshaller { method getForEnum (line 113) | public static getForEnum(): Marshaller { method assertInitialization (line 117) | private static assertInitialization() { FILE: appformer-js/src/marshalling/Marshalling.ts function marshall (line 28) | function marshall(obj: Portable): string | null { function unmarshall (line 45) | function unmarshall(json: string, oracle: Map Portable<... FILE: appformer-js/src/marshalling/MarshallingContext.ts class MarshallingContext (line 22) | class MarshallingContext { method constructor (line 26) | constructor() { method incrementAndGetObjectId (line 31) | public incrementAndGetObjectId() { method cacheObject (line 35) | public cacheObject(key: Portable, obj: ErraiObject) { method getCached (line 42) | public getCached(key: Portable): ErraiObject | undefined { method unwrap (line 46) | private unwrap(key: Portable) { FILE: appformer-js/src/marshalling/Portable.ts type Portable (line 18) | interface Portable> {} FILE: appformer-js/src/marshalling/UnmarshallingContext.ts class UnmarshallingContext (line 21) | class UnmarshallingContext { method constructor (line 25) | constructor(oracle: Map Portable>) { method cacheObject (line 30) | public cacheObject(input: ErraiObject, obj: Portable) { method getCached (line 37) | public getCached(input: ErraiObject): Portable | undefined { method getFactory (line 46) | public getFactory(fqcn: string): (() => Portable) | undefined { FILE: appformer-js/src/marshalling/__tests__/MarshallingContext.test.ts class MyNumberWrappedType (line 141) | class MyNumberWrappedType extends JavaWrapper { method constructor (line 146) | constructor(value: number) { method get (line 151) | public get(): number { method set (line 155) | public set(val: ((current: number) => number) | number): void { FILE: appformer-js/src/marshalling/__tests__/UnmarshallingContext.test.ts class MyPortable (line 160) | class MyPortable implements Portable { method constructor (line 165) | constructor(self: { foo: string }) { FILE: appformer-js/src/marshalling/marshallers/DefaultMarshaller.ts class DefaultMarshaller (line 27) | class DefaultMarshaller> extends NullableMarshaller< method notNullMarshall (line 33) | public notNullMarshall(input: T, ctx: MarshallingContext): ErraiObject { method notNullUnmarshall (line 71) | public notNullUnmarshall(input: ErraiObject, ctx: UnmarshallingContext... method marshallCustomObject (line 100) | private marshallCustomObject(input: any, ctx: MarshallingContext, fqcn... method unmarshallCustomObject (line 122) | private unmarshallCustomObject(targetFactory: () => any, input: ErraiO... method isEnumObject (line 151) | private isEnumObject(input: ErraiObject): boolean { method marshallWrappableType (line 155) | private static marshallWrappableType(input: any, ctx: MarshallingConte... method unmarshallJavaType (line 162) | private static unmarshallJavaType(fqcn: string, input: ErraiObject, ct... method unmarshallUnqualifiedValue (line 170) | private static unmarshallUnqualifiedValue(input: ErraiObject, ctx: Unm... method qualifyValue (line 182) | private static qualifyValue(fieldName: string, fieldValue: any, target... FILE: appformer-js/src/marshalling/marshallers/JavaBigDecimalMarshaller.ts class JavaBigDecimalMarshaller (line 26) | class JavaBigDecimalMarshaller extends NullableMarshaller< method notNullMarshall (line 32) | public notNullMarshall(input: JavaBigDecimal, ctx: MarshallingContext)... method notNullUnmarshall (line 39) | public notNullUnmarshall(input: ErraiObject, ctx: UnmarshallingContext... method isValid (line 49) | private static isValid(valueFromJson: string): boolean { FILE: appformer-js/src/marshalling/marshallers/JavaBigIntegerMarshaller.ts class JavaBigIntegerMarshaller (line 26) | class JavaBigIntegerMarshaller extends NullableMarshaller< method notNullMarshall (line 32) | public notNullMarshall(input: JavaBigInteger, ctx: MarshallingContext)... method notNullUnmarshall (line 39) | public notNullUnmarshall(input: ErraiObject, ctx: UnmarshallingContext... method isValid (line 49) | private static isValid(valueFromJson: string): boolean { FILE: appformer-js/src/marshalling/marshallers/JavaBooleanMarshaller.ts class JavaBooleanMarshaller (line 25) | class JavaBooleanMarshaller extends NullableMarshaller, ctx: MarshallingContext... method notNullUnmarshall (line 58) | public notNullUnmarshall(input: ErraiObject, ctx: UnmarshallingContext):... method isValid (line 82) | private static isValid(input: any): boolean { class JavaArrayListMarshaller (line 92) | class JavaArrayListMarshaller extends JavaCollectionMarshaller>): JavaArrayList>): JavaHashSet> extends NullableMarshaller< method notNullMarshall (line 30) | public notNullMarshall(input: JavaEnum, ctx: MarshallingContext): E... method notNullUnmarshall (line 34) | public notNullUnmarshall(input: ErraiObject, ctx: UnmarshallingContext... FILE: appformer-js/src/marshalling/marshallers/JavaFloatMarshaller.ts class JavaFloatMarshaller (line 25) | class JavaFloatMarshaller extends NullableMarshaller extends NullableMarshaller< method notNullMarshall (line 34) | public notNullMarshall(input: JavaHashMap, ctx: MarshallingConte... method notNullUnmarshall (line 52) | public notNullUnmarshall(input: ErraiObject, ctx: UnmarshallingContext... method marshallEntries (line 70) | private marshallEntries(entries: IterableIterator<[T, U]>, ctx: Marsha... method marshallEntry (line 76) | private marshallEntry(key: T, value: U, ctx: MarshallingContext) { method unmarshallEntries (line 92) | private unmarshallEntries(map: any, ctx: UnmarshallingContext): JavaHa... method unmarshallKey (line 106) | private unmarshallKey(key: string, ctx: UnmarshallingContext): T | und... FILE: appformer-js/src/marshalling/marshallers/JavaIntegerMarshaller.ts class JavaIntegerMarshaller (line 26) | class JavaIntegerMarshaller extends NullableMarshaller extends NullableMarshaller< method notNullMarshall (line 32) | public notNullMarshall(input: JavaOptional, ctx: Marsha... method notNullUnmarshall (line 37) | public notNullUnmarshall(input: ErraiObject, ctx: UnmarshallingContext... method retrieveOptionalInnerValue (line 48) | private retrieveOptionalInnerValue(input: JavaOptional,... FILE: appformer-js/src/marshalling/marshallers/JavaShortMarshaller.ts class JavaShortMarshaller (line 26) | class JavaShortMarshaller extends NullableMarshaller { method constructor (line 1019) | constructor(self: { data?: any; left?: Node; right?: Node }) { class PojoWithFunction (line 1445) | class PojoWithFunction implements Portable { method constructor (line 1450) | constructor(self: { foo?: string }) { method whatToSay (line 1454) | public whatToSay() { class JavaCollectionTypesPojo (line 1459) | class JavaCollectionTypesPojo implements Portable; map?: Map implements Portable> { method constructor (line 1756) | constructor(self: { field1?: T; field2?: T }) { class User (line 1763) | class User implements Portable { method constructor (line 1772) | constructor(self: { name?: string; sendSpam?: boolean; age?: JavaInteg... class Address (line 1777) | class Address implements Portable
{ method constructor (line 1782) | constructor(self: { line1?: string; type?: AddressType }) { class AddressType (line 1787) | class AddressType extends JavaEnum { method __fqcn (line 1793) | public static __fqcn(): string { method values (line 1797) | public static values() { class JavaTypesPojo (line 1802) | class JavaTypesPojo implements Portable { method constructor (line 1818) | constructor(self: { FILE: appformer-js/src/marshalling/marshallers/__tests__/JavaCollectionSubTypesMarshaller.test.ts class MyPortable (line 987) | class MyPortable implements Portable { method constructor (line 993) | constructor(self: { foo: string; bar: string }) { class Node (line 998) | class Node implements Portable { method constructor (line 1005) | constructor(self: { data: any; left?: Node; right?: Node }) { FILE: appformer-js/src/marshalling/marshallers/__tests__/JavaEnumMarshaller.test.ts class FooEnum (line 157) | class FooEnum extends JavaEnum { method __fqcn (line 163) | public static __fqcn(): string { method values (line 167) | public static values() { FILE: appformer-js/src/marshalling/marshallers/__tests__/JavaHashMapMarshaller.test.ts class DummyPojo (line 722) | class DummyPojo implements Portable { method constructor (line 727) | constructor(self: { foo: string }) { class ComplexPojo (line 732) | class ComplexPojo implements Portable { method constructor (line 738) | constructor(self: { dummy: DummyPojo; map: Map }) { FILE: appformer-js/src/marshalling/marshallers/__tests__/JavaOptionalMarshaller.test.ts class MyPortable (line 379) | class MyPortable implements Portable { method constructor (line 385) | constructor(self: { foo: string; bar: string }) { FILE: appformer-js/src/marshalling/marshallers/util/GenericsTypeMarshallingUtils.ts class GenericsTypeMarshallingUtils (line 26) | class GenericsTypeMarshallingUtils { method shouldWrapAsGenericsType (line 27) | private static shouldWrapAsGenericsType(value: Portable) { method wrapGenericsTypeElement (line 31) | private static wrapGenericsTypeElement(value: Portable, marshalle... method marshallGenericsTypeElement (line 38) | public static marshallGenericsTypeElement(value: any, ctx: Marshalling... FILE: appformer-js/src/marshalling/marshallers/util/__tests__/GenericsTypeMarshallingUtils.test.ts class Pojo (line 289) | class Pojo implements Portable { method constructor (line 294) | constructor(foo: string) { FILE: appformer-js/src/marshalling/model/EnumStringValueBasedErraiObject.ts class EnumStringValueBasedErraiObject (line 20) | class EnumStringValueBasedErraiObject { method constructor (line 24) | constructor(encodedType: string, enumValueName: string) { method asErraiObject (line 29) | public asErraiObject(): ErraiObject { method from (line 36) | public static from(obj: ErraiObject): EnumStringValueBasedErraiObject { FILE: appformer-js/src/marshalling/model/ErraiObject.ts type ErraiObject (line 19) | interface ErraiObject { FILE: appformer-js/src/marshalling/model/ErraiObjectConstants.ts type ErraiObjectConstants (line 17) | enum ErraiObjectConstants { FILE: appformer-js/src/marshalling/model/NumValBasedErraiObject.ts class NumValBasedErraiObject (line 20) | class NumValBasedErraiObject { method constructor (line 25) | constructor(encodedType: string, numVal: number | boolean | string, ob... method asErraiObject (line 31) | public asErraiObject(): ErraiObject { method from (line 39) | public static from(obj: ErraiObject): NumValBasedErraiObject { FILE: appformer-js/src/marshalling/model/ValueBasedErraiObject.ts class ValueBasedErraiObject (line 20) | class ValueBasedErraiObject { method constructor (line 25) | constructor(encodedType: string, value: any, objectId: string = "-1") { method asErraiObject (line 31) | public asErraiObject(): ErraiObject { method from (line 39) | public static from(obj: ErraiObject): ValueBasedErraiObject { FILE: appformer-js/src/util/DomUtils.ts function findChildContainers (line 19) | function findChildContainers(container: HTMLElement): HTMLElement[] { function searchParents (line 31) | function searchParents(args: { function searchChildren (line 46) | function searchChildren(args: { function getAfComponentAttr (line 80) | function getAfComponentAttr(container: HTMLElement) { FILE: appformer-js/src/util/NumberUtils.ts class NumberUtils (line 17) | class NumberUtils { method isNonNegativeIntegerString (line 22) | public static isNonNegativeIntegerString(str: string): boolean { method isIntegerString (line 26) | public static isIntegerString(str: string): boolean { method isFloatString (line 30) | public static isFloatString(str: string): boolean { FILE: appformer-js/src/util/TypeUtils.ts function isString (line 17) | function isString(obj: any): boolean { function instanceOfString (line 21) | function instanceOfString(obj: any): obj is string { function isArray (line 25) | function isArray(obj: any): boolean { function instanceOfArray (line 29) | function instanceOfArray(obj: any): obj is T[] { function isSet (line 33) | function isSet(obj: any): boolean { function instanceOfSet (line 37) | function instanceOfSet(obj: any): obj is Set { function isMap (line 41) | function isMap(obj: any): boolean { function instanceOfMap (line 45) | function instanceOfMap(obj: any): obj is Map { function isBoolean (line 49) | function isBoolean(obj: any): boolean { function instanceOfBoolean (line 53) | function instanceOfBoolean(obj: any): obj is boolean { function isDate (line 57) | function isDate(obj: any): boolean { function instanceOfDate (line 61) | function instanceOfDate(obj: any): obj is Date { function isNumber (line 65) | function isNumber(obj: any): boolean { function instanceOfNumber (line 69) | function instanceOfNumber(obj: any): obj is number { FILE: dashbuilder/dashbuilder-backend/dashbuilder-dataset-cdi/src/main/java/org/dashbuilder/Bootstrap.java class Bootstrap (line 40) | @ApplicationScoped method init (line 67) | @PostConstruct FILE: dashbuilder/dashbuilder-backend/dashbuilder-dataset-cdi/src/main/java/org/dashbuilder/config/ConfigReader.java class ConfigReader (line 40) | @ApplicationScoped method init (line 48) | @PostConstruct method readConfig (line 60) | public @Produces @Config String readConfig(InjectionPoint p) { method readPrimitiveByte (line 113) | public @Produces @Config byte readPrimitiveByte(InjectionPoint p) { method readPrimitiveShort (line 118) | public @Produces @Config short readPrimitiveShort(InjectionPoint p) { method readPrimitiveInt (line 123) | public @Produces @Config int readPrimitiveInt(InjectionPoint p) { method readPrimitiveLong (line 128) | public @Produces @Config long readPrimitiveLong(InjectionPoint p) { method readPrimitiveBoolean (line 133) | public @Produces @Config boolean readPrimitiveBoolean(InjectionPoint p) { method readPrimitiveFloat (line 138) | public @Produces @Config float readPrimitiveFloat(InjectionPoint p) { method readPrimitiveDouble (line 143) | public @Produces @Config double readPrimitiveDouble(InjectionPoint p) { method readStringArray (line 148) | public @Produces @Config String[] readStringArray(InjectionPoint p) { method readStringList (line 157) | public @Produces @Config java.util.List readStringList(Injecti... method readStringMap (line 167) | public @Produces @Config Map readStringMap(InjectionPoi... method readProperties (line 180) | public @Produces @Config Properties readProperties(InjectionPoint p) { FILE: dashbuilder/dashbuilder-backend/dashbuilder-dataset-cdi/src/main/java/org/dashbuilder/dataprovider/BeanDataSetProviderCDI.java class BeanDataSetProviderCDI (line 36) | @ApplicationScoped method BeanDataSetProviderCDI (line 42) | public BeanDataSetProviderCDI() { method BeanDataSetProviderCDI (line 46) | @Inject method init (line 54) | @PostConstruct method lookupGenerator (line 64) | public DataSetGenerator lookupGenerator(DataSetDef def) { method onDataSetStaleEvent (line 78) | protected void onDataSetStaleEvent(@Observes DataSetStaleEvent event) { method onDataSetDefRemovedEvent (line 85) | protected void onDataSetDefRemovedEvent(@Observes DataSetDefRemovedEve... method onDataSetDefModifiedEvent (line 92) | protected void onDataSetDefModifiedEvent(@Observes DataSetDefModifiedE... FILE: dashbuilder/dashbuilder-backend/dashbuilder-dataset-cdi/src/main/java/org/dashbuilder/dataprovider/CSVDataSetProviderCDI.java class CSVDataSetProviderCDI (line 29) | @ApplicationScoped method CSVDataSetProviderCDI (line 32) | public CSVDataSetProviderCDI() { method CSVDataSetProviderCDI (line 35) | @Inject method onDataSetStaleEvent (line 45) | protected void onDataSetStaleEvent(@Observes DataSetStaleEvent event) { method onDataSetDefRemovedEvent (line 52) | protected void onDataSetDefRemovedEvent(@Observes DataSetDefRemovedEve... method onDataSetDefModifiedEvent (line 59) | protected void onDataSetDefModifiedEvent(@Observes DataSetDefModifiedE... FILE: dashbuilder/dashbuilder-backend/dashbuilder-dataset-cdi/src/main/java/org/dashbuilder/dataprovider/DataSetProviderRegistryCDI.java class DataSetProviderRegistryCDI (line 27) | @ApplicationScoped method init (line 53) | @PostConstruct method getStaticDataSetProviderCDI (line 73) | public StaticDataSetProviderCDI getStaticDataSetProviderCDI() { method getBeanDataSetProviderCDI (line 77) | public BeanDataSetProviderCDI getBeanDataSetProviderCDI() { method getCsvDataSetProviderCDI (line 81) | public CSVDataSetProviderCDI getCsvDataSetProviderCDI() { method getSqlDataSetProviderCDI (line 85) | public SQLDataSetProviderCDI getSqlDataSetProviderCDI() { method getPrometheusDataSetProviderCDI (line 89) | public PrometheusDataSetProviderCDI getPrometheusDataSetProviderCDI() { method getKafkaDataSetProviderCDI (line 93) | public KafkaDataSetProviderCDI getKafkaDataSetProviderCDI() { method getDataSetDefJSONMarshaller (line 97) | public DataSetDefJSONMarshaller getDataSetDefJSONMarshaller() { FILE: dashbuilder/dashbuilder-backend/dashbuilder-dataset-cdi/src/main/java/org/dashbuilder/dataprovider/KafkaDataSetProviderCDI.java class KafkaDataSetProviderCDI (line 28) | @ApplicationScoped method KafkaDataSetProviderCDI (line 31) | public KafkaDataSetProviderCDI() { method KafkaDataSetProviderCDI (line 35) | @Inject method onDataSetStaleEvent (line 40) | protected void onDataSetStaleEvent(@Observes DataSetStaleEvent event) { method onDataSetDefRemovedEvent (line 47) | protected void onDataSetDefRemovedEvent(@Observes DataSetDefRemovedEve... method onDataSetDefModifiedEvent (line 54) | protected void onDataSetDefModifiedEvent(@Observes DataSetDefModifiedE... FILE: dashbuilder/dashbuilder-backend/dashbuilder-dataset-cdi/src/main/java/org/dashbuilder/dataprovider/PrometheusDataSetProviderCDI.java class PrometheusDataSetProviderCDI (line 28) | @ApplicationScoped method PrometheusDataSetProviderCDI (line 31) | public PrometheusDataSetProviderCDI() { method PrometheusDataSetProviderCDI (line 35) | @Inject method onDataSetStaleEvent (line 40) | protected void onDataSetStaleEvent(@Observes DataSetStaleEvent event) { method onDataSetDefRemovedEvent (line 47) | protected void onDataSetDefRemovedEvent(@Observes DataSetDefRemovedEve... method onDataSetDefModifiedEvent (line 54) | protected void onDataSetDefModifiedEvent(@Observes DataSetDefModifiedE... FILE: dashbuilder/dashbuilder-backend/dashbuilder-dataset-cdi/src/main/java/org/dashbuilder/dataprovider/SQLDataSetProviderCDI.java class SQLDataSetProviderCDI (line 29) | @ApplicationScoped method SQLDataSetProviderCDI (line 32) | public SQLDataSetProviderCDI() { method SQLDataSetProviderCDI (line 35) | @Inject method onDataSetStaleEvent (line 49) | protected void onDataSetStaleEvent(@Observes DataSetStaleEvent event) { method onDataSetDefRemovedEvent (line 57) | protected void onDataSetDefRemovedEvent(@Observes DataSetDefRemovedEve... method onDataSetDefModifiedEvent (line 66) | protected void onDataSetDefModifiedEvent(@Observes DataSetDefModifiedE... FILE: dashbuilder/dashbuilder-backend/dashbuilder-dataset-cdi/src/main/java/org/dashbuilder/dataprovider/SQLDataSourceLocatorCDI.java class SQLDataSourceLocatorCDI (line 28) | @ApplicationScoped method lookup (line 31) | @Override method list (line 37) | @Override FILE: dashbuilder/dashbuilder-backend/dashbuilder-dataset-cdi/src/main/java/org/dashbuilder/dataprovider/StaticDataSetProviderCDI.java class StaticDataSetProviderCDI (line 22) | @ApplicationScoped method StaticDataSetProviderCDI (line 25) | public StaticDataSetProviderCDI() { FILE: dashbuilder/dashbuilder-backend/dashbuilder-dataset-cdi/src/main/java/org/dashbuilder/dataset/DataSetDefDeployerCDI.java class DataSetDefDeployerCDI (line 27) | @ApplicationScoped method init (line 39) | @PostConstruct method stop (line 50) | @PreDestroy FILE: dashbuilder/dashbuilder-backend/dashbuilder-dataset-cdi/src/main/java/org/dashbuilder/dataset/DataSetDefRegistryCDI.java class DataSetDefRegistryCDI (line 65) | @ApplicationScoped method DataSetDefRegistryCDI (line 83) | public DataSetDefRegistryCDI() { method DataSetDefRegistryCDI (line 87) | @Inject method init (line 112) | @PostConstruct method getDataSetDefJsonMarshaller (line 119) | public DataSetDefJSONMarshaller getDataSetDefJsonMarshaller() { method onDataSetDefStale (line 123) | @Override method onDataSetDefModified (line 128) | @Override method onDataSetDefRegistered (line 135) | @Override method onDataSetDefRemoved (line 140) | @Override method initFileSystem (line 145) | protected void initFileSystem() { method registerDataSetDefs (line 149) | protected void registerDataSetDefs() { method resolveVfsPath (line 156) | public org.uberfire.backend.vfs.Path resolveVfsPath(DataSetDef def) { method resolveNioPath (line 160) | protected Path resolveNioPath(DataSetDef def) { method registerDataSetDef (line 164) | @Override method removeDataSetDef (line 204) | @Override method removeDataSetDef (line 217) | public void removeDataSetDef(org.uberfire.backend.vfs.Path path, method removeDataSetDef (line 228) | public DataSetDef removeDataSetDef(DataSetDef def, method listDataSetDefs (line 258) | public Collection listDataSetDefs() { method loadDataSetDef (line 291) | public DataSetDef loadDataSetDef(org.uberfire.backend.vfs.Path path) { method copyDataSetDef (line 307) | public DataSetDef copyDataSetDef(DataSetDef def, method createTempFile (line 351) | public Path createTempFile(String fileName) { method deleteTempFiles (line 356) | public void deleteTempFiles() { method getDataSetsPath (line 386) | protected Path getDataSetsPath() { method getTempPath (line 390) | protected Path getTempPath() { method resolveTempPath (line 394) | protected Path resolveTempPath(String fileName) { method convert (line 398) | protected org.uberfire.backend.vfs.Path convert(Path path) { method convert (line 402) | protected Path convert(org.uberfire.backend.vfs.Path path) { method getCSVString (line 410) | @Override method getCSVInputStream (line 419) | @Override method deleteCSVFile (line 434) | @Override method saveCSVFile (line 444) | @Override method resolveCsvPath (line 484) | protected Path resolveCsvPath(CSVDataSetDef def) { method resolveCsvTempPath (line 488) | protected Path resolveCsvTempPath(CSVDataSetDef def) { method onDataSetDefRegisteredEvent (line 492) | void onDataSetDefRegisteredEvent(@Observes DataSetDefRegisteredEvent e... FILE: dashbuilder/dashbuilder-backend/dashbuilder-dataset-cdi/src/main/java/org/dashbuilder/dataset/DataSetManagerCDI.java class DataSetManagerCDI (line 26) | @ApplicationScoped method DataSetManagerCDI (line 29) | public DataSetManagerCDI(){ method DataSetManagerCDI (line 32) | @Inject FILE: dashbuilder/dashbuilder-backend/dashbuilder-dataset-cdi/src/main/java/org/dashbuilder/exception/ExceptionManager.java class ExceptionManager (line 30) | @ApplicationScoped method handleException (line 41) | public RuntimeException handleException(final Exception e) { FILE: dashbuilder/dashbuilder-backend/dashbuilder-dataset-cdi/src/main/java/org/dashbuilder/exception/GenericPortableException.java class GenericPortableException (line 25) | public class GenericPortableException extends RuntimeException implement... method GenericPortableException (line 27) | public GenericPortableException() { method GenericPortableException (line 30) | public GenericPortableException( final String message ) { method GenericPortableException (line 34) | public GenericPortableException( final String message, Exception e ) { FILE: dashbuilder/dashbuilder-backend/dashbuilder-dataset-cdi/src/main/java/org/dashbuilder/scheduler/SchedulerCDI.java class SchedulerCDI (line 24) | @ApplicationScoped method SchedulerCDI (line 27) | public SchedulerCDI() { method SchedulerCDI (line 30) | @Inject method shutdown (line 35) | @PreDestroy FILE: dashbuilder/dashbuilder-backend/dashbuilder-dataset-cdi/src/test/java/BootstrapTest.java class BootstrapTest (line 40) | @RunWith(Arquillian.class) method setUp (line 62) | @Before method testStartupAnnotation (line 67) | @Test method testProviderRegistryInit (line 74) | @Test method testDataSetDefRegistryInit (line 86) | @Test method testDataSetDeployerInit (line 96) | @Test method testNoListenerRegistration (line 103) | @Test FILE: dashbuilder/dashbuilder-backend/dashbuilder-dataset-cdi/src/test/java/org/dashbuilder/config/ConfigAnnotationTest.java class ConfigAnnotationTest (line 37) | @RunWith(Arquillian.class) method checkBean (line 44) | @Test FILE: dashbuilder/dashbuilder-backend/dashbuilder-dataset-cdi/src/test/java/org/dashbuilder/dataset/DataSetDefRegistryCDITest.java class DataSetDefRegistryCDITest (line 43) | @RunWith(Arquillian.class) method setUp (line 78) | @Before method testRegistryDataSetDef (line 102) | @Test method testDeleteDataSetDef (line 110) | @Test FILE: dashbuilder/dashbuilder-backend/dashbuilder-dataset-cdi/src/test/java/org/dashbuilder/dataset/DataSetProviderRegistryCDITest.java class DataSetProviderRegistryCDITest (line 32) | @RunWith(Arquillian.class) method setUp (line 39) | @Before method testRegistryDataSetDef (line 44) | @Test FILE: dashbuilder/dashbuilder-backend/dashbuilder-dataset-cdi/src/test/java/org/dashbuilder/dataset/DataSetSubsystemCDITest.java class DataSetSubsystemCDITest (line 28) | @RunWith(Arquillian.class) method setUp (line 41) | @Before method testFilter (line 58) | @Test method testGroup (line 78) | @Test method testNestedGroups (line 102) | @Test method testSort (line 112) | @Test method testTrim (line 121) | @Test FILE: dashbuilder/dashbuilder-backend/dashbuilder-dataset-cdi/src/test/java/org/dashbuilder/dataset/SQLDataSourceLocatorCDITest.java class SQLDataSourceLocatorCDITest (line 33) | @RunWith(Arquillian.class) method testInit (line 40) | @Test method testLookup (line 48) | @Test method testList (line 55) | @Test FILE: dashbuilder/dashbuilder-backend/dashbuilder-dataset-cdi/src/test/java/org/dashbuilder/dataset/SQLDataSourceLocatorMock.java class SQLDataSourceLocatorMock (line 27) | @Specializes method SQLDataSourceLocatorMock (line 30) | public SQLDataSourceLocatorMock() { method lookup (line 33) | @Override method list (line 38) | @Override FILE: dashbuilder/dashbuilder-backend/dashbuilder-dataset-cdi/src/test/java/org/dashbuilder/pojo/Bean.java class Bean (line 24) | public class Bean { FILE: dashbuilder/dashbuilder-backend/dashbuilder-dataset-cdi/src/test/java/org/dashbuilder/pojo/BeanExt.java class BeanExt (line 23) | @Specializes FILE: dashbuilder/dashbuilder-backend/dashbuilder-dataset-cdi/src/test/java/org/dashbuilder/test/BaseCDITest.java class BaseCDITest (line 34) | public class BaseCDITest { method createTestArchive (line 36) | @Deployment method mockIOService (line 48) | @Produces @Named("ioStrategy") method getIOService (line 53) | public IOService getIOService() throws Exception { FILE: dashbuilder/dashbuilder-backend/dashbuilder-dataset-cdi/src/test/java/org/dashbuilder/test/MavenProjectHelper.java class MavenProjectHelper (line 29) | public class MavenProjectHelper { method getModuleDir (line 33) | public static File getModuleDir(String moduleName) { method getRootDir (line 43) | public static File getRootDir() { method getJavaPackages (line 53) | public static Collection getJavaPackages(File root) { method getSourceFolders (line 70) | public static List getSourceFolders(File root) { method getFolders (line 81) | public static List getFolders(File root, FileFilter filter) { FILE: dashbuilder/dashbuilder-backend/dashbuilder-dataset-cdi/src/test/java/org/dashbuilder/test/ShrinkWrapHelper.java class ShrinkWrapHelper (line 24) | public class ShrinkWrapHelper { method createJavaArchive (line 26) | public static JavaArchive createJavaArchive() { method createJavaArchive (line 32) | public static JavaArchive createJavaArchive(File root) { FILE: dashbuilder/dashbuilder-backend/dashbuilder-external-backend/src/main/java/org/dashbuilder/external/ExternalComponentServlet.java class ExternalComponentServlet (line 40) | public class ExternalComponentServlet extends HttpServlet { method init (line 56) | @Override method doGet (line 67) | @Override method handle (line 78) | private void handle(HttpServletRequest req, HttpServletResponse resp) ... method badRequest (line 110) | private void badRequest(HttpServletResponse resp) throws IOException { method errorResponse (line 114) | private void errorResponse(HttpServletResponse resp) { method addAdditionalMimeTypes (line 123) | private void addAdditionalMimeTypes() { FILE: dashbuilder/dashbuilder-backend/dashbuilder-external-backend/src/main/java/org/dashbuilder/external/impl/BackendComponentFunction.java type BackendComponentFunction (line 27) | public interface BackendComponentFunction { method getName (line 29) | default String getName() { method exec (line 42) | T exec(Map params); FILE: dashbuilder/dashbuilder-backend/dashbuilder-external-backend/src/main/java/org/dashbuilder/external/impl/BackendComponentFunctionServiceImpl.java class BackendComponentFunctionServiceImpl (line 31) | @Service method loadFunctions (line 40) | @PostConstruct method listFunctions (line 46) | @Override method callFunction (line 51) | @Override FILE: dashbuilder/dashbuilder-backend/dashbuilder-external-backend/src/main/java/org/dashbuilder/external/impl/ComponentAssetProviderImpl.java class ComponentAssetProviderImpl (line 37) | @ApplicationScoped method openAsset (line 43) | @Override method fixSlashes (line 54) | String fixSlashes(String componentAssetPath) { method getInternalComponentAsset (line 58) | private Optional getInternalComponentAsset(String compone... method getExternalComponentAsset (line 64) | private InputStream getExternalComponentAsset(String componentAssetPat... method loadExternalComponentFile (line 80) | private InputStream loadExternalComponentFile(Path assetPath) { method isFileInComponentsDir (line 90) | private boolean isFileInComponentsDir(Path baseDir, Path assetPath) { FILE: dashbuilder/dashbuilder-backend/dashbuilder-external-backend/src/main/java/org/dashbuilder/external/impl/ComponentLoaderImpl.java class ComponentLoaderImpl (line 45) | @ApplicationScoped method init (line 63) | @PostConstruct method loadProvided (line 77) | @Override method loadExternal (line 86) | @Override method getExternalComponentsDir (line 105) | @Override method getProvidedComponentsPath (line 110) | @Override method readInternalComponent (line 115) | private ExternalComponent readInternalComponent(String componentId) { method readComponent (line 126) | private ExternalComponent readComponent(File file) { method readComponent (line 139) | private ExternalComponent readComponent(String componentId, Reader man... method getComponentDescriptor (line 151) | private File getComponentDescriptor(Path p) { method isExternalComponentsEnabled (line 155) | public boolean isExternalComponentsEnabled() { FILE: dashbuilder/dashbuilder-backend/dashbuilder-external-backend/src/main/java/org/dashbuilder/external/impl/ComponentServiceImpl.java class ComponentServiceImpl (line 32) | @Service method listExternalComponents (line 39) | @Override method listProvidedComponents (line 44) | @Override method byId (line 49) | @Override method listAllComponents (line 57) | @Override FILE: dashbuilder/dashbuilder-backend/dashbuilder-external-backend/src/main/java/org/dashbuilder/external/impl/function/BackendDateFunction.java class BackendDateFunction (line 30) | @Dependent method exec (line 35) | @Override FILE: dashbuilder/dashbuilder-backend/dashbuilder-external-backend/src/test/java/org/dashbuilder/external/impl/ComponentAssetProviderImplTest.java class ComponentAssetProviderImplTest (line 40) | @RunWith(MockitoJUnitRunner.Silent.class) method prepare (line 51) | @Before method after (line 59) | @After method testExternalComponentAsset (line 64) | @Test method testExternalComponentAssetWithExternalComponentsDisabled (line 77) | @Test(expected = IllegalArgumentException.class) method testAvoidTraversalPath (line 89) | @Test(expected = IllegalArgumentException.class) method testInternalComponentAsset (line 109) | @Test method testInternalComponentAssetPathTraversal (line 121) | @Test(expected = IllegalArgumentException.class) method testFixSlashes (line 126) | @Test method createComponentFile (line 133) | private String createComponentFile(String componentId, String fileName... FILE: dashbuilder/dashbuilder-backend/dashbuilder-external-backend/src/test/java/org/dashbuilder/external/impl/ComponentLoaderImplTest.java class ComponentLoaderImplTest (line 38) | public class ComponentLoaderImplTest { method init (line 89) | @Before method cleanup (line 100) | @After method testBaseDirCreated (line 106) | @Test method testLoad (line 113) | @Test method testLoadWhenDisabled (line 141) | @Test method testLoadInternalComponents (line 153) | @Test method getComponent (line 203) | private ExternalComponent getComponent(List compone... method createComponentsFiles (line 207) | private void createComponentsFiles() { FILE: dashbuilder/dashbuilder-backend/dashbuilder-external-backend/src/test/java/org/dashbuilder/external/impl/ComponentServiceImplTest.java class ComponentServiceImplTest (line 37) | @RunWith(MockitoJUnitRunner.class) method testById (line 49) | @Test method testByIdProvidedPriority (line 61) | @Test method testListAllComponents (line 73) | @Test FILE: dashbuilder/dashbuilder-backend/dashbuilder-kie-server-backend/src/main/java/org/dashbuilder/kieserver/backend/KieServerConnectionInfoProviderImpl.java class KieServerConnectionInfoProviderImpl (line 39) | @Service type KieServerConfigurationKey (line 57) | public static enum KieServerConfigurationKey { method KieServerConfigurationKey (line 65) | private KieServerConfigurationKey(String value) { method getValue (line 71) | public String getValue() { method serverTemplates (line 77) | @Override method verifiedConnectionInfo (line 88) | @Override method get (line 108) | @Override method serverTemplateProperty (line 119) | public Optional serverTemplateProperty(String serverTemplate, method remoteDatasetProperty (line 127) | public Optional remoteDatasetProperty(String datasetUUID, method getDefault (line 135) | @Override method filteredProperty (line 144) | private Optional filteredProperty(String property) { method get (line 148) | private Optional get(String confType, method findFirstServerTemplateConf (line 169) | Optional findFirstServerTemplateConf() { method retrieveTemplateId (line 180) | String retrieveTemplateId(String property) { FILE: dashbuilder/dashbuilder-backend/dashbuilder-kie-server-backend/src/main/java/org/dashbuilder/kieserver/backend/KieServerDataSetListener.java class KieServerDataSetListener (line 39) | @ApplicationScoped method onDataSetDefRegisteredEvent (line 50) | void onDataSetDefRegisteredEvent(@Observes DataSetDefRegisteredEvent e... method onDataSetDefModifiedEvent (line 55) | void onDataSetDefModifiedEvent(@Observes DataSetDefModifiedEvent event) { method onDataSetDefRemovedEvent (line 60) | void onDataSetDefRemovedEvent(@Observes DataSetDefRemovedEvent event) { method replaceQueryInKieServers (line 74) | protected void replaceQueryInKieServers(DataSetDef def) { FILE: dashbuilder/dashbuilder-backend/dashbuilder-kie-server-backend/src/main/java/org/dashbuilder/kieserver/backend/RuntimeKieServerDataSetProvider.java class RuntimeKieServerDataSetProvider (line 67) | @ApplicationScoped method getType (line 79) | @Override method getDataSetMetadata (line 84) | @Override method lookupDataSet (line 108) | @Override method adoptLookup (line 193) | protected ConsoleDataSetLookup adoptLookup(DataSetDef def, method performQuery (line 215) | protected List performQuery(RemoteDataSetDef def, method isDataSetOutdated (line 256) | @Override method buildDataSet (line 261) | protected DataSet buildDataSet(DataSetDef def, method appendIntervalSelection (line 302) | protected void appendIntervalSelection(DataSetGroup intervalSel, method handleDataSetGroup (line 359) | protected void handleDataSetGroup(final DataSetDef def, method getGroupFunctionColumnType (line 400) | protected ColumnType getGroupFunctionColumnType(final DataSetDef def, method addColumnsToDefinition (line 411) | protected void addColumnsToDefinition(DataSetDef def, QueryDefinition ... method isNumberValue (line 420) | protected boolean isNumberValue(Object value) { FILE: dashbuilder/dashbuilder-backend/dashbuilder-kie-server-backend/src/main/java/org/dashbuilder/kieserver/backend/function/ProcessSVGFunction.java class ProcessSVGFunction (line 32) | @Dependent method exec (line 51) | @Override method errorRetrievingSVG (line 77) | private void errorRetrievingSVG(Exception e) { method notFoundSVGError (line 84) | private void notFoundSVGError(String containerId, String processId) { method getRequiredParam (line 90) | private String getRequiredParam(String param, Map para... FILE: dashbuilder/dashbuilder-backend/dashbuilder-kie-server-backend/src/main/java/org/dashbuilder/kieserver/backend/rest/BasicAuthFilter.java class BasicAuthFilter (line 28) | public class BasicAuthFilter implements ClientRequestFilter { method BasicAuthFilter (line 33) | public BasicAuthFilter(String user, String password) { method filter (line 38) | @Override method getEncodedToken (line 45) | private String getEncodedToken() { FILE: dashbuilder/dashbuilder-backend/dashbuilder-kie-server-backend/src/main/java/org/dashbuilder/kieserver/backend/rest/KieServerQueryClient.java class KieServerQueryClient (line 35) | @ApplicationScoped method getQuery (line 49) | public QueryDefinition getQuery(KieServerConnectionInfo connectionInfo... method query (line 60) | @SuppressWarnings({"rawtypes", "unchecked"}) method replaceQuery (line 84) | public QueryDefinition replaceQuery(KieServerConnectionInfo connection... method unregisterQuery (line 95) | public void unregisterQuery(KieServerConnectionInfo connectionInfo, St... method processSVG (line 102) | public String processSVG(KieServerConnectionInfo connectionInfo, Strin... method requestForQueryDefinition (line 119) | private WebTarget requestForQueryDefinition(KieServerConnectionInfo co... method addAuth (line 130) | private void addAuth(KieServerConnectionInfo connectionInfo, WebTarget... FILE: dashbuilder/dashbuilder-backend/dashbuilder-kie-server-backend/src/main/java/org/dashbuilder/kieserver/backend/rest/QueryDefinition.java class QueryDefinition (line 26) | @XmlAccessorType(XmlAccessType.FIELD) method QueryDefinition (line 41) | public QueryDefinition() { method builder (line 45) | public static Builder builder() { method getName (line 49) | public String getName() { method setName (line 53) | public void setName(String name) { method getSource (line 57) | public String getSource() { method setSource (line 61) | public void setSource(String source) { method getExpression (line 65) | public String getExpression() { method setExpression (line 69) | public void setExpression(String expression) { method getTarget (line 73) | public String getTarget() { method setTarget (line 77) | public void setTarget(String target) { method getColumns (line 81) | public Map getColumns() { method setColumns (line 85) | public void setColumns(Map columns) { class Builder (line 89) | public static class Builder { method build (line 93) | public QueryDefinition build() { method name (line 97) | public Builder name(String name) { method source (line 103) | public Builder source(String source) { method expression (line 109) | public Builder expression(String expression) { method target (line 115) | public Builder target(String target) { method columns (line 121) | public Builder columns(Map columns) { method toString (line 128) | @Override FILE: dashbuilder/dashbuilder-backend/dashbuilder-kie-server-backend/src/main/java/org/dashbuilder/kieserver/backend/rest/QueryFilterSpec.java class QueryFilterSpec (line 26) | @XmlAccessorType(XmlAccessType.FIELD) method QueryFilterSpec (line 42) | public QueryFilterSpec() { method getOrderBy (line 45) | public String getOrderBy() { method setOrderBy (line 49) | public void setOrderBy(String orderBy) { method isAscending (line 53) | public boolean isAscending() { method setAscending (line 57) | public void setAscending(boolean ascending) { method getParameters (line 61) | public QueryParam[] getParameters() { method setParameters (line 65) | public void setParameters(QueryParam[] parameters) { method getColumnMapping (line 69) | public Map getColumnMapping() { method setColumnMapping (line 73) | public void setColumnMapping(Map columnMapping) { method getOrderByClause (line 77) | public String getOrderByClause() { method setOrderByClause (line 81) | public void setOrderByClause(String orderByClause) { method toString (line 85) | @Override FILE: dashbuilder/dashbuilder-backend/dashbuilder-kie-server-backend/src/main/java/org/dashbuilder/kieserver/backend/rest/QueryParam.java class QueryParam (line 25) | @XmlAccessorType(XmlAccessType.FIELD) method QueryParam (line 36) | public QueryParam() { method QueryParam (line 40) | public QueryParam(String column, String operator, List value) { method getColumn (line 46) | public String getColumn() { method setColumn (line 50) | public void setColumn(String column) { method getOperator (line 54) | public String getOperator() { method setOperator (line 58) | public void setOperator(String operator) { method getValue (line 62) | public List getValue() { method setValue (line 66) | public void setValue(List value) { method toString (line 70) | @Override FILE: dashbuilder/dashbuilder-backend/dashbuilder-kie-server-backend/src/main/java/org/dashbuilder/kieserver/backend/rest/TokenFilter.java class TokenFilter (line 24) | public class TokenFilter implements ClientRequestFilter { method TokenFilter (line 28) | public TokenFilter(String token) { method filter (line 32) | @Override FILE: dashbuilder/dashbuilder-backend/dashbuilder-kie-server-backend/src/test/java/org/dashbuilder/kieserver/backend/KieServerConnectionInfoProviderImplTest.java class KieServerConnectionInfoProviderImplTest (line 36) | public class KieServerConnectionInfoProviderImplTest { method init (line 56) | @Before method serverListTest (line 65) | @Test method emptyServerListTest (line 74) | @Test method absentConfigurationErrorTest (line 81) | @Test(expected = RuntimeException.class) method testServerMissingAuth (line 86) | @Test(expected = RuntimeException.class) method testDataSetMissingAuth (line 92) | @Test(expected = RuntimeException.class) method testDsPropsPrecedence (line 98) | @Test method testServerTemplateProps (line 115) | @Test method testDsTokenPropPrecedence (line 128) | @Test method testServerToken (line 141) | @Test method testReplaceQuery (line 152) | @Test method testReplaceQueryFalse (line 162) | @Test method testRetrieveServerTemplateId (line 172) | @Test method testRetrieveServerTemplateIdBadString (line 178) | @Test method testFindFirstServerTemplateConf (line 184) | @Test method testFindFirstServerTemplateConfNotFound (line 194) | @Test method setDataSetProp (line 201) | private void setDataSetProp(KieServerConfigurationKey key, String valu... method setServerProp (line 205) | private void setServerProp(KieServerConfigurationKey key, String value) { method clearProperties (line 209) | private void clearProperties() { FILE: dashbuilder/dashbuilder-backend/dashbuilder-kie-server-backend/src/test/java/org/dashbuilder/kieserver/backend/RuntimeKieServerDataSetProviderTest.java class RuntimeKieServerDataSetProviderTest (line 67) | @RunWith(MockitoJUnitRunner.Silent.class) method setUp (line 95) | @Before method appendEqualToIntervalSelectionTest (line 116) | @Test method appendBetweenIntervalSelectionTest (line 143) | @Test method lookupDataSetLogicalExprTest (line 176) | @Test method testGroupWithInterval (line 221) | @Test method testGroupWithNotSetInterval (line 255) | @Test method testPerformQueryTestMode (line 283) | @Test method testPerformQueryWithReplace (line 309) | @Test method testPerformQueryRegularMode (line 335) | @Test method testDataSetMetaData (line 362) | @Test method testNoAdoptLookup (line 377) | @Test method testAdoptLookup (line 386) | @Test method testGroupFunctionColumnType (line 399) | @Test method assertGroupFuntionColumnType (line 407) | protected void assertGroupFuntionColumnType(final ColumnType source, FILE: dashbuilder/dashbuilder-backend/dashbuilder-navigation-backend/src/main/java/org/dashbuilder/navigation/service/LayoutTemplateAnalyzer.java class LayoutTemplateAnalyzer (line 42) | @ApplicationScoped method LayoutTemplateAnalyzer (line 52) | public LayoutTemplateAnalyzer() { method LayoutTemplateAnalyzer (line 55) | @Inject method analyzeRecursion (line 61) | public LayoutRecursionIssue analyzeRecursion(LayoutTemplate layoutTemp... method analyzeRecursion (line 65) | public LayoutRecursionIssue analyzeRecursion(LayoutTemplate layoutTemp... method analyzeRecursion (line 75) | public boolean analyzeRecursion(LayoutTemplate layoutTemplate, LayoutR... method analyzeRecursion (line 85) | public boolean analyzeRecursion(LayoutRow row, LayoutRecursionIssue is... method analyzeRecursion (line 179) | public boolean analyzeRecursion(NavGroup navGroup, LayoutNavigationRef... method analyzeRecursion (line 196) | public boolean analyzeRecursion(String perspectiveId, LayoutRecursionI... method hasNavigationComponents (line 221) | public boolean hasNavigationComponents(LayoutTemplate layoutTemplate) { method hasNavigationComponents (line 231) | public boolean hasNavigationComponents(LayoutRow row) { method showEntireNavGroup (line 251) | protected boolean showEntireNavGroup(LayoutComponent component) { method hasDefaultItem (line 256) | protected boolean hasDefaultItem(LayoutComponent component) { method isRuntimePerspectiveId (line 261) | protected boolean isRuntimePerspectiveId(NavItem navItem) { method getFirstRuntimePerspective (line 267) | protected NavItem getFirstRuntimePerspective(List itemList) { FILE: dashbuilder/dashbuilder-backend/dashbuilder-navigation-backend/src/main/java/org/dashbuilder/navigation/service/NavigationServicesImpl.java class NavigationServicesImpl (line 25) | @ApplicationScoped method NavigationServicesImpl (line 31) | public NavigationServicesImpl() { method NavigationServicesImpl (line 34) | @Inject method loadNavTree (line 39) | @Override method saveNavTree (line 44) | @Override FILE: dashbuilder/dashbuilder-backend/dashbuilder-navigation-backend/src/main/java/org/dashbuilder/navigation/service/PerspectivePluginServicesImpl.java class PerspectivePluginServicesImpl (line 33) | @ApplicationScoped method PerspectivePluginServicesImpl (line 41) | public PerspectivePluginServicesImpl() { method PerspectivePluginServicesImpl (line 44) | @Inject method listPlugins (line 51) | @Override method getPerspectivePlugin (line 56) | @Override method getLayoutTemplate (line 69) | @Override method getLayoutTemplateInfo (line 75) | @Override method getLayoutTemplate (line 81) | @Override method getLayoutTemplateInfo (line 87) | @Override method getLayoutTemplateInfo (line 95) | @Override FILE: dashbuilder/dashbuilder-backend/dashbuilder-navigation-backend/src/main/java/org/dashbuilder/navigation/storage/NavTreeStorage.java class NavTreeStorage (line 31) | @ApplicationScoped method NavTreeStorage (line 41) | public NavTreeStorage() { method NavTreeStorage (line 44) | @Inject method init (line 52) | @PostConstruct method getNavRootPath (line 57) | protected Path getNavRootPath() { method getNavTreePath (line 61) | protected Path getNavTreePath() { method loadNavTree (line 65) | public NavTree loadNavTree() { method saveNavTree (line 80) | public void saveNavTree(NavTree navTree) { FILE: dashbuilder/dashbuilder-backend/dashbuilder-navigation-backend/src/test/java/org/dashbuilder/navigation/service/LayoutTemplateAnalyzerTest.java class LayoutTemplateAnalyzerTest (line 40) | @RunWith(MockitoJUnitRunner.class) method setUp (line 68) | @Before method testNavTreeNotDefined (line 111) | @Test method testOneLevelNoRecursiveIssue (line 119) | @Test method testPerspectiveReuseNoRecursiveIssue (line 131) | @Test method testSimpleRecursion (line 143) | @Test method testPerspectiveComponent (line 159) | @Test method testPerspectiveRecursiveIssue (line 170) | @Test method testIndirectRecursiveIssue (line 187) | @Test method testDefaultItemNoRecursiveIssue (line 209) | @Test method testIndirectNavGroupRecursiveIssue (line 224) | @Test method testDefaultItemRecursiveIssue (line 252) | @Test method testFirstItemIndirectRecursiveIssue (line 272) | @Test method testNavGroupFromContext (line 295) | @Test method testHasNavigationComponents (line 315) | @Test FILE: dashbuilder/dashbuilder-backend/dashbuilder-services/src/main/java/org/dashbuilder/dataset/service/DataSetDefServicesImpl.java class DataSetDefServicesImpl (line 38) | @ApplicationScoped method DataSetDefServicesImpl (line 49) | public DataSetDefServicesImpl() { method DataSetDefServicesImpl (line 52) | @Inject method init (line 64) | @PostConstruct method getPublicDataSetDefs (line 77) | @Override method createDataSetDef (line 82) | @Override method registerDataSetDef (line 89) | @Override method removeDataSetDef (line 102) | @Override FILE: dashbuilder/dashbuilder-backend/dashbuilder-services/src/main/java/org/dashbuilder/dataset/service/DataSetDefVfsServicesImpl.java class DataSetDefVfsServicesImpl (line 35) | @ApplicationScoped method DataSetDefVfsServicesImpl (line 45) | public DataSetDefVfsServicesImpl() { method DataSetDefVfsServicesImpl (line 48) | @Inject method resolve (line 59) | @Override method get (line 64) | @Override method load (line 69) | @Override method save (line 112) | @Override method copy (line 120) | @Override method copy (line 133) | @Override method delete (line 144) | @Override FILE: dashbuilder/dashbuilder-backend/dashbuilder-services/src/main/java/org/dashbuilder/dataset/service/DataSetExportServicesImpl.java class DataSetExportServicesImpl (line 69) | @ApplicationScoped method DataSetExportServicesImpl (line 90) | public DataSetExportServicesImpl() { method DataSetExportServicesImpl (line 93) | @Inject method exportDataSetCSV (line 103) | public org.uberfire.backend.vfs.Path exportDataSetCSV(DataSetLookup lo... method exportDataSetCSV (line 108) | public org.uberfire.backend.vfs.Path exportDataSetCSV(DataSet dataSet) { method exportDataSetExcel (line 153) | @Override method exportDataSetExcel (line 159) | @Override method dataSetToWorkbook (line 183) | SXSSFWorkbook dataSetToWorkbook(DataSet dataSet) { method formatAsString (line 253) | private String formatAsString(Object value) { method createStyles (line 262) | private Map createStyles(Workbook wb){ FILE: dashbuilder/dashbuilder-backend/dashbuilder-services/src/main/java/org/dashbuilder/dataset/service/DataSetLookupServicesImpl.java class DataSetLookupServicesImpl (line 39) | @ApplicationScoped method DataSetLookupServicesImpl (line 49) | public DataSetLookupServicesImpl() { method DataSetLookupServicesImpl (line 52) | @Inject method init (line 62) | @PostConstruct method lookupDataSet (line 75) | public DataSet lookupDataSet(DataSetLookup lookup) throws Exception { method lookupDataSet (line 86) | public DataSet lookupDataSet(DataSetDef def, DataSetLookup lookup) thr... method lookupDataSetMetadata (line 101) | public DataSetMetadata lookupDataSetMetadata(String uuid) throws Excep... FILE: dashbuilder/dashbuilder-backend/dashbuilder-services/src/main/java/org/dashbuilder/dataset/service/SQLProviderServicesImpl.java class SQLProviderServicesImpl (line 26) | @ApplicationScoped method SQLProviderServicesImpl (line 32) | public SQLProviderServicesImpl() { method SQLProviderServicesImpl (line 35) | @Inject method getDataSourceDefs (line 40) | @Override FILE: dashbuilder/dashbuilder-backend/dashbuilder-services/src/main/java/org/dashbuilder/migration/DashbuilderDataMigration.java class DashbuilderDataMigration (line 52) | @ApplicationScoped method DashbuilderDataMigration (line 64) | public DashbuilderDataMigration() { method DashbuilderDataMigration (line 68) | @Inject method init (line 83) | @PostConstruct method isMigrationEnabled (line 94) | protected boolean isMigrationEnabled() { method migrateDatasets (line 98) | private void migrateDatasets() { method lookupFileSystem (line 104) | private FileSystem lookupFileSystem(Space space, String name) { method cleanupFileSystem (line 125) | private void cleanupFileSystem(FileSystem fs) { method migratePerspectives (line 138) | private void migratePerspectives() { method migrateNavigation (line 142) | private void migrateNavigation() { method migrateDatasets (line 146) | public void migrateDatasets(FileSystem sourceFS, FileSystem targetFS) { method migratePerspectives (line 153) | public void migratePerspectives(FileSystem sourceFS, FileSystem target... method migrateNavigation (line 160) | public void migrateNavigation(FileSystem sourceFS, FileSystem targetFS) { method migrate (line 167) | private void migrate(FileSystem sourceFS, FileSystem targetFS, Predica... method getRoot (line 207) | private Path getRoot(FileSystem fileSystem) { method runWithLock (line 216) | protected void runWithLock(Command command) { FILE: dashbuilder/dashbuilder-backend/dashbuilder-services/src/main/java/org/dashbuilder/renderer/service/RendererSettingsServiceImpl.java class RendererSettingsServiceImpl (line 10) | @Service method loadSettings (line 16) | @PostConstruct method getSettings (line 24) | @Override FILE: dashbuilder/dashbuilder-backend/dashbuilder-services/src/main/java/org/dashbuilder/transfer/DataTransferServicesImpl.java class DataTransferServicesImpl (line 70) | @Service method DataTransferServicesImpl (line 95) | public DataTransferServicesImpl() { method DataTransferServicesImpl (line 99) | @Inject method init (line 130) | @PostConstruct method doExport (line 139) | @Override method doImport (line 214) | @Override method exportInfo (line 256) | @Override method generateExportUrl (line 273) | @Override method isExternalServerConfigured (line 297) | private boolean isExternalServerConfigured() { method importFiles (line 301) | private List importFiles(Path path) throws Exception { method isComponent (line 354) | private boolean isComponent(ZipEntry zipEntry) { method importComponentFile (line 358) | private String importComponentFile(String entryName, File newFile) { method copyFileContents (line 366) | private void copyFileContents(File originFile, String newFileName) { method importFSFile (line 374) | private String importFSFile(String fsName, File newFile, String workin... method fireEvent (line 395) | private void fireEvent(File newFile, String tempPath, URI uri, String ... method fireDatasetEvent (line 409) | private void fireDatasetEvent(URI uri, String newFilePath) { method firePerspectiveEvent (line 420) | private void firePerspectiveEvent(File newFile, URI uri, String newFil... method fireNavigationEvent (line 433) | private void fireNavigationEvent() { method getImportFileSystem (line 439) | private FileSystem getImportFileSystem(File file, String tempPath) { method moveZipToFileSystem (line 449) | private void moveZipToFileSystem(String zipLocation, FileSystem fileSy... method unzipFile (line 473) | private File unzipFile(File destinationDir, ZipEntry zipEntry, ZipInpu... method zipFileSystem (line 492) | private void zipFileSystem(FileSystem fs, ZipOutputStream zos, Predica... method zipComponentFiles (line 513) | private void zipComponentFiles(Path componentsRoot, Path componentRoot... method zipFile (line 535) | private void zipFile(File file, String path, ZipOutputStream zos) thro... method createVersionFile (line 549) | private File createVersionFile() throws java.io.IOException { method listPaths (line 559) | private List listPaths(FileSystem fs, Predicate pathTest... method getDataSetFileContent (line 581) | private String getDataSetFileContent(Path path) { method parseDataSetDefinition (line 585) | private DataSetDef parseDataSetDefinition(String defJson) { method filterPages (line 595) | private Predicate filterPages(List pages) { method filterDatasets (line 609) | private Predicate filterDatasets(List datasets) { method exists (line 626) | private boolean exists(String file) { FILE: dashbuilder/dashbuilder-backend/dashbuilder-services/src/main/java/org/dashbuilder/transfer/ExportModelValidationServiceImpl.java class ExportModelValidationServiceImpl (line 36) | @Service method ExportModelValidationServiceImpl (line 44) | public ExportModelValidationServiceImpl() {} method ExportModelValidationServiceImpl (line 46) | @Inject method ExportModelValidationServiceImpl (line 51) | ExportModelValidationServiceImpl(PerspectivePluginServices perspective... method checkMissingDatasets (line 57) | @Override method datasetsUsedInPage (line 71) | private List datasetsUsedInPage(String p, DataTransferExportMo... method isDataSetMissing (line 78) | private boolean isDataSetMissing(String uuid, List exporte... method allDataSetsFromPage (line 82) | private Stream allDataSetsFromPage(String p) { FILE: dashbuilder/dashbuilder-backend/dashbuilder-services/src/main/java/org/dashbuilder/transfer/LayoutComponentHelper.java class LayoutComponentHelper (line 34) | @ApplicationScoped method findComponentsInTemplates (line 40) | public List findComponentsInTemplates(Predicate pageFi... method allComponentsStream (line 51) | private Stream allComponentsStream(List ro... FILE: dashbuilder/dashbuilder-backend/dashbuilder-services/src/main/java/org/dashbuilder/transfer/rest/DataTransferResource.java class DataTransferResource (line 34) | @ApplicationScoped method export (line 47) | @GET FILE: dashbuilder/dashbuilder-backend/dashbuilder-services/src/test/java/org/dashbuilder/dataset/service/DataSetExportServicesTest.java class DataSetExportServicesTest (line 19) | @RunWith(MockitoJUnitRunner.class) method setUp (line 32) | @BeforeClass method tearDown (line 75) | @AfterClass method exportToExcelWorksWhenDataSetHasNulls (line 84) | @Test FILE: dashbuilder/dashbuilder-backend/dashbuilder-services/src/test/java/org/dashbuilder/migration/DashbuilderDataMigrationTest.java class DashbuilderDataMigrationTest (line 52) | @RunWith(MockitoJUnitRunner.class) method setup (line 60) | @Before method testMigrateNull (line 76) | @Test method testGitIsDefaultFileSystem (line 100) | @Test method testGitIsNotDefaultFileSystem (line 108) | @Test method testMigrateEmpty (line 117) | @Test method testMigrateDatasets (line 131) | @Test method testMigratePerspectives (line 159) | @Test method testMigrateNavigation (line 187) | @Test method checkInitialCondition (line 215) | private void checkInitialCondition() { method getFiles (line 229) | private List getFiles(FileSystem fs) { method createFiles (line 244) | private void createFiles(FileSystem fs) { method createFileSystem (line 255) | private FileSystem createFileSystem() { method cleanup (line 263) | @After method deleteFileSystem (line 275) | private void deleteFileSystem(FileSystem fs) { FILE: dashbuilder/dashbuilder-backend/dashbuilder-services/src/test/java/org/dashbuilder/renderer/service/RendererSettingsServiceTest.java class RendererSettingsServiceTest (line 9) | public class RendererSettingsServiceTest { method propertiesLoadTest (line 13) | @Test FILE: dashbuilder/dashbuilder-backend/dashbuilder-services/src/test/java/org/dashbuilder/transfer/DataTransferServicesTest.java class DataTransferServicesTest (line 73) | @RunWith(MockitoJUnitRunner.Silent.class) method setup (line 104) | @Before method cleanFileSystems (line 133) | @After method testDoExportEmptyFileSystems (line 143) | @Test method testDoExportNotEmptyFileSystems (line 165) | @Test method testDoExportFilteringDataSets (line 198) | @Test method testDoExportFilteringPages (line 234) | @Test method testDoExportWithoutNavigation (line 271) | @Test method testDoExportWithComponents (line 305) | @Test method testDoExportIgnoringComponents (line 352) | @Test method testDoExportWhenComponentsDirIsNotPresent (line 383) | @Test method testDoImportNoZip (line 407) | @Test method testDoImportEmptyZip (line 435) | @Test method testDoImportNotEmptyZip (line 465) | @Test method testAssetsToImport (line 552) | @Test method testAssetsToImportNoFiles (line 582) | @Test method createFileSystem (line 589) | @SuppressWarnings("serial") method testShouldNotExposePrivateDS (line 607) | @Test method createFile (line 627) | private Path createFile(FileSystem fs, String filename, String data) { method createComponentFile (line 634) | private Path createComponentFile(String componentId, String filename, ... method getFiles (line 642) | private List getFiles(Path root) { method getFiles (line 657) | private List getFiles(FileSystem fs) { method getFiles (line 673) | private List getFiles(ZipInputStream zis) { method getExpectedExportFilePath (line 689) | private String getExpectedExportFilePath() { method getExpectedImportFilePath (line 697) | private String getExpectedImportFilePath() { method getExpectedExportFileSystemPath (line 705) | private String getExpectedExportFileSystemPath() { method moveZipToFileSystem (line 712) | private void moveZipToFileSystem(String path) { method cleanFileSystem (line 731) | private void cleanFileSystem(FileSystem fs) { method getZipInputStream (line 746) | private ZipInputStream getZipInputStream() { method component (line 755) | public ExternalComponent component(String id) { FILE: dashbuilder/dashbuilder-backend/dashbuilder-services/src/test/java/org/dashbuilder/transfer/ExportModelValidationServiceImplTest.java class ExportModelValidationServiceImplTest (line 46) | @RunWith(MockitoJUnitRunner.class) method init (line 57) | @Before method testTryingToExportPageWithMissingDataSet (line 62) | @Test method testSuccessExportWithAllDatasets (line 86) | @Test method registerDSMock (line 112) | private DisplayerSettings registerDSMock(String ds1) { method createTemplate (line 122) | public LayoutTemplate createTemplate(String...jsonValues) { FILE: dashbuilder/dashbuilder-backend/dashbuilder-services/src/test/java/org/dashbuilder/transfer/LayoutComponentHelperTest.java class LayoutComponentHelperTest (line 39) | @RunWith(MockitoJUnitRunner.class) method testComponentId (line 48) | @Test method testNoComponentId (line 61) | public void testNoComponentId() { method testPageFilter (line 70) | public void testPageFilter() { method createLayoutTemplate (line 80) | private LayoutTemplate createLayoutTemplate(String name, String... com... FILE: dashbuilder/dashbuilder-backend/dashbuilder-services/src/test/java/org/dashbuilder/transfer/rest/DataTransferResourceTest.java class DataTransferResourceTest (line 35) | @RunWith(MockitoJUnitRunner.class) method testSuccessExport (line 47) | @Test method testBadExport (line 55) | @Test FILE: dashbuilder/dashbuilder-client/dashbuilder-cms-client/src/main/java/org/dashbuilder/client/cms/ContentManagerEntryPoint.java class ContentManagerEntryPoint (line 22) | @EntryPoint FILE: dashbuilder/dashbuilder-client/dashbuilder-cms-client/src/main/java/org/dashbuilder/client/cms/layout/editor/PerspectiveDragComponent.java class PerspectiveDragComponent (line 38) | @Dependent method PerspectiveDragComponent (line 45) | @Inject method getDragComponentTitle (line 51) | @Override method getDragComponentIconClass (line 56) | @Override method getPreviewWidget (line 61) | @Override method getShowWidget (line 66) | @Override method getConfigurationModal (line 74) | @Override method perspectiveSelectionOk (line 84) | protected void perspectiveSelectionOk(ModalConfigurationContext ctx) { method perspectiveSelectionCancel (line 90) | protected void perspectiveSelectionCancel(ModalConfigurationContext ct... FILE: dashbuilder/dashbuilder-client/dashbuilder-cms-client/src/main/java/org/dashbuilder/client/cms/layout/editor/PerspectiveDragConfigModal.java class PerspectiveDragConfigModal (line 30) | @Dependent type View (line 33) | public interface View extends UberView { method clearItems (line 35) | void clearItems(); method addItem (line 37) | void addItem(String name, Command onSelect); method setCurrentSelection (line 39) | void setCurrentSelection(String name); method setHelpText (line 41) | void setHelpText(String text); method show (line 43) | void show(); method hide (line 45) | void hide(); method PerspectiveDragConfigModal (line 55) | @Inject method asWidget (line 66) | @Override method getView (line 71) | public View getView() { method setOnOk (line 75) | public void setOnOk(Command onOk) { method setOnCancel (line 79) | public void setOnCancel(Command onCancel) { method getSelectedItem (line 83) | public Plugin getSelectedItem() { method show (line 87) | public void show(String selectedPerspectiveId) { method addItems (line 93) | private void addItems(String selectedItemId) { method onItemSelected (line 108) | public void onItemSelected(Plugin plugin) { method onOk (line 113) | void onOk() { method onCancel (line 122) | void onCancel() { FILE: dashbuilder/dashbuilder-client/dashbuilder-cms-client/src/main/java/org/dashbuilder/client/cms/layout/editor/PerspectiveDragConfigModalView.java class PerspectiveDragConfigModalView (line 44) | @Templated method init (line 75) | @Override method getModal (line 96) | public Modal getModal() { method asWidget (line 100) | @Override method show (line 105) | @Override method hide (line 110) | @Override method clearItems (line 115) | @Override method setHelpText (line 120) | @Override method setCurrentSelection (line 125) | @Override method addItem (line 130) | @Override method okClick (line 148) | @SinkNative(Event.ONCLICK) method cancelClick (line 155) | @SinkNative(Event.ONCLICK) FILE: dashbuilder/dashbuilder-client/dashbuilder-cms-client/src/main/java/org/dashbuilder/client/cms/perspective/ContentManagerPerspective.java class ContentManagerPerspective (line 46) | @ApplicationScoped method getPerspective (line 68) | @Perspective method buildPerspective (line 73) | private PerspectiveDefinition buildPerspective() { method init (line 80) | @AfterInitialization method refreshWestDocks (line 106) | private void refreshWestDocks(boolean show, UberfireDock dockToOpen) { method refreshEastDocks (line 123) | private void refreshEastDocks(boolean show, UberfireDock dockToOpen) { method onOpen (line 140) | @OnOpen method onPerspectiveEditorFocus (line 145) | public void onPerspectiveEditorFocus(@Observes PerspectiveEditorFocusE... method onPerspectiveEditorHidden (line 151) | public void onPerspectiveEditorHidden(@Observes PlaceHiddenEvent event) { FILE: dashbuilder/dashbuilder-client/dashbuilder-cms-client/src/main/java/org/dashbuilder/client/cms/perspective/DataTransferPerspective.java class DataTransferPerspective (line 30) | @ApplicationScoped method buildPerspective (line 37) | @Perspective FILE: dashbuilder/dashbuilder-client/dashbuilder-cms-client/src/main/java/org/dashbuilder/client/cms/resources/i18n/ContentManagerConstants.java type ContentManagerConstants (line 21) | public interface ContentManagerConstants extends Messages { method contentExplorerNew (line 25) | String contentExplorerNew(); method contentExplorerNavigation (line 27) | String contentExplorerNavigation(); method navigationTreeItem (line 29) | String navigationTreeItem(); method contentExplorerTopMenu (line 31) | String contentExplorerTopMenu(); method contentManagerHome (line 33) | String contentManagerHome(); method contentManagerHomeTitle (line 35) | String contentManagerHomeTitle(); method contentManagerHomeWelcome (line 37) | String contentManagerHomeWelcome(); method contentManagerHomeCreate (line 39) | String contentManagerHomeCreate(); method contentManagerNavigationChanged (line 41) | String contentManagerNavigationChanged(); method contentManagerHomeNewPerspective (line 43) | String contentManagerHomeNewPerspective(String resourceType); method componentPalette (line 45) | String componentPalette(); method propertiesEditor (line 47) | String propertiesEditor(); method perspective (line 49) | String perspective(); method perspectives (line 51) | String perspectives(); method noPerspectives (line 53) | String noPerspectives(); method perspectiveDragComponent (line 55) | String perspectiveDragComponent(); method perspectiveDragComponentHeader (line 57) | String perspectiveDragComponentHeader(); method perspectiveDragComponentHelp (line 59) | String perspectiveDragComponentHelp(); method perspectiveDragSelectorHint (line 61) | String perspectiveDragSelectorHint(); method perspectiveDragSelectorLabel (line 63) | String perspectiveDragSelectorLabel(); method perspectiveDragNotFoundError (line 65) | String perspectiveDragNotFoundError(); method perspectiveInfiniteRecursionError (line 67) | String perspectiveInfiniteRecursionError(); method newPerspectivePopUpViewName (line 69) | String newPerspectivePopUpViewName(); method newPerspectivePopUpViewNameHelp (line 71) | String newPerspectivePopUpViewNameHelp(); method newPerspectivePopUpViewStyle (line 73) | String newPerspectivePopUpViewStyle(); method newPerspectivePopUpViewStyleHelp (line 75) | String newPerspectivePopUpViewStyleHelp(); method newPerspectivePopUpViewFluid (line 77) | String newPerspectivePopUpViewFluid(); method newPerspectivePopUpViewPage (line 79) | String newPerspectivePopUpViewPage(); method newPerspectivePopUpViewCancel (line 81) | String newPerspectivePopUpViewCancel(); method newPerspectivePopUpViewOk (line 83) | String newPerspectivePopUpViewOk(); method newPerspectivePopUpViewTitle (line 85) | String newPerspectivePopUpViewTitle(); method newPerspectivePopUpViewErrorEmptyName (line 87) | String newPerspectivePopUpViewErrorEmptyName(); method newPerspectivePopUpViewErrorInvalidName (line 89) | String newPerspectivePopUpViewErrorInvalidName(); method newPerspectivePopUpViewErrorDuplicatedName (line 91) | String newPerspectivePopUpViewErrorDuplicatedName(); method workbenchPartTitle (line 93) | String workbenchPartTitle(); method dataTransferPopUpViewTitle (line 95) | String dataTransferPopUpViewTitle(); method importResultMessageOK (line 97) | String importResultMessageOK(int count); method importResultMessageNoData (line 99) | String importResultMessageNoData(); method exportOK (line 101) | String exportOK(); method importOK (line 103) | String importOK(); method exportError (line 105) | String exportError(); method importError (line 107) | String importError(); method exportText (line 109) | String exportText(); method importText (line 111) | String importText(); method dataTransferExportPopUpViewTitle (line 113) | String dataTransferExportPopUpViewTitle(); method dataTransferExportError (line 115) | String dataTransferExportError(); method loadAssetsToExport (line 117) | String loadAssetsToExport(); method pageLabel (line 119) | String pageLabel(); method pagesLabel (line 121) | String pagesLabel(); method datasetLabel (line 123) | String datasetLabel(); method datasetsLabel (line 125) | String datasetsLabel(); method exportWizardTitle (line 127) | String exportWizardTitle(); method loadingExportWizard (line 129) | String loadingExportWizard(); method preparingExportDownload (line 131) | String preparingExportDownload(); method pageMissingDataSets (line 133) | String pageMissingDataSets(String page); method validatingExport (line 135) | String validatingExport(); method exportWizardHeadingSuccess (line 137) | String exportWizardHeadingSuccess(); method exportWizardHeadingError (line 139) | String exportWizardHeadingError(); method noPagesExported (line 141) | String noPagesExported(); method missingDependencies (line 143) | String missingDependencies(); method nothingToExport (line 145) | String nothingToExport(); method navigationHelpText (line 147) | String navigationHelpText(); method validationError (line 149) | String validationError(); method openHelpText (line 151) | String openHelpText(); FILE: dashbuilder/dashbuilder-client/dashbuilder-cms-client/src/main/java/org/dashbuilder/client/cms/resources/i18n/ContentManagerI18n.java class ContentManagerI18n (line 20) | @ApplicationScoped method capitalizeFirst (line 35) | public String capitalizeFirst(String input) { method lowerCaseFirst (line 39) | public String lowerCaseFirst(String input) { method getContentExplorerNavigation (line 43) | public String getContentExplorerNavigation() { method setContentExplorerNavigation (line 47) | public void setContentExplorerNavigation(String contentExplorerNavigat... method getContentExplorerTopMenu (line 51) | public String getContentExplorerTopMenu() { method setContentExplorerTopMenu (line 55) | public void setContentExplorerTopMenu(String contentExplorerTopMenu) { method getContentExplorerNew (line 59) | public String getContentExplorerNew() { method setContentExplorerNew (line 63) | public void setContentExplorerNew(String contentExplorerNew) { method getContentManagerHome (line 67) | public String getContentManagerHome() { method setContentManagerHome (line 71) | public void setContentManagerHome(String contentManagerHome) { method getContentManagerHomeTitle (line 75) | public String getContentManagerHomeTitle() { method setContentManagerHomeTitle (line 79) | public void setContentManagerHomeTitle(String contentManagerHomeTitle) { method getContentManagerHomeWelcome (line 83) | public String getContentManagerHomeWelcome() { method setContentManagerHomeWelcome (line 87) | public void setContentManagerHomeWelcome(String contentManagerHomeWelc... method getContentManagerHomeCreate (line 91) | public String getContentManagerHomeCreate() { method setContentManagerHomeCreate (line 95) | public void setContentManagerHomeCreate(String contentManagerHomeCreat... method getContentManagerHomeNewPerspectiveLink (line 99) | public String getContentManagerHomeNewPerspectiveLink() { method getContentManagerHomeNewPerspectiveButton (line 104) | public String getContentManagerHomeNewPerspectiveButton() { method getContentManagerNavigationChanged (line 109) | public String getContentManagerNavigationChanged() { method setContentManagerNavigationChanged (line 113) | public void setContentManagerNavigationChanged(String contentManagerNa... method getPerspectiveResourceName (line 117) | public String getPerspectiveResourceName() { method getPerspectivesResourceName (line 121) | public String getPerspectivesResourceName() { method setPerspectiveResourceName (line 125) | public void setPerspectiveResourceName(String perspectiveResourceName) { method setPerspectivesResourceName (line 129) | public void setPerspectivesResourceName(String perspectivesResourceNam... method getNoPerspectives (line 133) | public String getNoPerspectives() { method setNoPerspectives (line 137) | public void setNoPerspectives(String noPerspectives) { FILE: dashbuilder/dashbuilder-client/dashbuilder-cms-client/src/main/java/org/dashbuilder/client/cms/screen/explorer/NavigationExplorerScreen.java class NavigationExplorerScreen (line 43) | @ApplicationScoped method NavigationExplorerScreen (line 54) | public NavigationExplorerScreen() { method NavigationExplorerScreen (line 57) | @Inject method init (line 68) | @PostConstruct method getTitle (line 79) | @WorkbenchPartTitle method getView (line 84) | @WorkbenchPartView method getMenus (line 89) | @WorkbenchMenu method getNavTreeEditor (line 97) | public NavTreeEditor getNavTreeEditor() { method createNewNavigationTree (line 101) | public void createNewNavigationTree() { method onNavTreeLoaded (line 105) | void onNavTreeLoaded(@Observes NavTreeLoadedEvent event) { method onPerspectivesChanged (line 112) | void onPerspectivesChanged(@Observes PerspectivePluginsChangedEvent ev... method onNavTreeChanged (line 119) | public void onNavTreeChanged(@Observes final NavTreeChangedEvent event) { method onNavTreeSaved (line 127) | void onNavTreeSaved() { method onAuthzPolicyChanged (line 131) | void onAuthzPolicyChanged(@Observes final AuthorizationPolicySavedEven... FILE: dashbuilder/dashbuilder-client/dashbuilder-cms-client/src/main/java/org/dashbuilder/client/cms/screen/explorer/PerspectivesExplorerScreen.java class PerspectivesExplorerScreen (line 39) | @Dependent method PerspectivesExplorerScreen (line 49) | public PerspectivesExplorerScreen() { method PerspectivesExplorerScreen (line 52) | @Inject method init (line 61) | @OnStartup method getTitle (line 66) | @WorkbenchPartTitle method getView (line 71) | @WorkbenchPartView method getMenus (line 76) | @WorkbenchMenu method createNewPerspective (line 85) | public void createNewPerspective() { method onAuthzPolicyChanged (line 89) | void onAuthzPolicyChanged(@Observes final AuthorizationPolicySavedEven... FILE: dashbuilder/dashbuilder-client/dashbuilder-cms-client/src/main/java/org/dashbuilder/client/cms/screen/home/ContentManagerHomeScreen.java class ContentManagerHomeScreen (line 31) | @Dependent type View (line 37) | public interface View extends UberView { method setPerspectiveCreationVisible (line 39) | void setPerspectiveCreationVisible(boolean visible); method ContentManagerHomeScreen (line 47) | @Inject method init (line 55) | @PostConstruct method getTitle (line 61) | @WorkbenchPartTitle method getWidget (line 66) | @WorkbenchPartView method createNewPerspective (line 71) | public void createNewPerspective() { FILE: dashbuilder/dashbuilder-client/dashbuilder-cms-client/src/main/java/org/dashbuilder/client/cms/screen/home/ContentManagerHomeView.java class ContentManagerHomeView (line 30) | @Templated method init (line 58) | @Override method setPerspectiveCreationVisible (line 68) | @Override method createPerspectiveButton (line 81) | @EventHandler("createPerspectiveButton") method createPerspectiveAnchor (line 86) | @EventHandler("createPerspectiveAnchor") FILE: dashbuilder/dashbuilder-client/dashbuilder-cms-client/src/main/java/org/dashbuilder/client/cms/screen/transfer/DataTransferPopUp.java class DataTransferPopUp (line 27) | @ApplicationScoped method DataTransferPopUp (line 32) | public DataTransferPopUp() { method DataTransferPopUp (line 35) | @Inject method init (line 42) | @PostConstruct method show (line 47) | public void show(List filesImported) { type View (line 51) | public interface View extends UberElemental { method show (line 52) | void show(List filesImported); FILE: dashbuilder/dashbuilder-client/dashbuilder-cms-client/src/main/java/org/dashbuilder/client/cms/screen/transfer/DataTransferPopUpView.java class DataTransferPopUpView (line 43) | @Templated method DataTransferPopUpView (line 55) | public DataTransferPopUpView() { method DataTransferPopUpView (line 58) | @Inject method init (line 73) | @Override method getElement (line 81) | @Override method show (line 86) | @Override FILE: dashbuilder/dashbuilder-client/dashbuilder-cms-client/src/main/java/org/dashbuilder/client/cms/screen/transfer/DataTransferScreen.java class DataTransferScreen (line 41) | @ApplicationScoped method DataTransferScreen (line 55) | public DataTransferScreen() {} method DataTransferScreen (line 57) | @Inject method title (line 71) | @WorkbenchPartTitle method part (line 76) | @WorkbenchPartView method init (line 81) | @PostConstruct method doExport (line 88) | public void doExport() { method doGradualExport (line 92) | public void doGradualExport() { method doImport (line 104) | public void doImport() { type View (line 121) | public interface View extends UberElemental { method importOK (line 123) | void importOK(); method exportOK (line 125) | void exportOK(); method importError (line 127) | void importError(Throwable throwable); method exportError (line 129) | void exportError(Throwable throwable); method download (line 131) | void download(String path); method openUrl (line 133) | void openUrl(String path); method getFilePath (line 136) | public String getFilePath() { method getExportFileName (line 140) | public String getExportFileName() { method getImportFileName (line 144) | public String getImportFileName() { method callExportService (line 148) | private void callExportService(DataTransferExportModel dataTransferExp... method openExportedModel (line 168) | private void openExportedModel(DataTransferExportModel dataTransferExp... FILE: dashbuilder/dashbuilder-client/dashbuilder-cms-client/src/main/java/org/dashbuilder/client/cms/screen/transfer/DataTransferView.java class DataTransferView (line 44) | @Templated method DataTransferView (line 60) | public DataTransferView() { method DataTransferView (line 63) | @Inject method init (line 84) | @Override method getElement (line 117) | @Override method download (line 122) | @Override method exportError (line 128) | @Override method importError (line 137) | @Override method importOK (line 148) | @Override method exportOK (line 158) | @Override method onImport (line 166) | @EventHandler("btnImport") method onExport (line 171) | @EventHandler("btnExport") method onGradualExport (line 176) | @EventHandler("btnGradualExport") method newFileUploaded (line 181) | void newFileUploaded(@Observes ValueChangeEvent valueChangeEve... method openUrl (line 187) | @Override FILE: dashbuilder/dashbuilder-client/dashbuilder-cms-client/src/main/java/org/dashbuilder/client/cms/screen/transfer/export/wizard/DataSetsWizardPage.java class DataSetsWizardPage (line 31) | @ApplicationScoped method asWidget (line 37) | @Override method getTitle (line 42) | @Override method isComplete (line 47) | @Override method initialise (line 52) | @Override method prepareView (line 55) | @Override method setDataSets (line 60) | public void setDataSets(List datasetDefinitions) { method getSelectedDataSetDefs (line 64) | public List getSelectedDataSetDefs() { FILE: dashbuilder/dashbuilder-client/dashbuilder-cms-client/src/main/java/org/dashbuilder/client/cms/screen/transfer/export/wizard/ExportSummaryWizardPage.java class ExportSummaryWizardPage (line 44) | @ApplicationScoped type View (line 72) | public interface View extends UberElemental { method success (line 74) | void success(DataTransferExportModel dataTransferExportModel); method validationErrors (line 76) | void validationErrors(DataTransferExportModel dataTransferExportModel, method exportError (line 79) | void exportError(DataTransferExportModel dataTransferExportModel, St... method emptyState (line 81) | void emptyState(); method validationError (line 83) | void validationError(Throwable error); method showOpenExport (line 85) | void showOpenExport(boolean externalServerAvailable); method init (line 89) | @PostConstruct method asWidget (line 94) | @Override method getTitle (line 99) | @Override method isComplete (line 104) | @Override method initialise (line 109) | @Override method prepareView (line 114) | @Override method setGoToDataSetsCommand (line 119) | public void setGoToDataSetsCommand(Command goToDatasets) { method setGoToPagesCommand (line 123) | public void setGoToPagesCommand(Command goToPages) { method setExportSummary (line 127) | public void setExportSummary(Supplier exportM... method setDownloadCallback (line 131) | public void setDownloadCallback(ParameterizedCommand> validation) { method setExportInfo (line 198) | public void setExportInfo(ExportInfo exportInfo) { FILE: dashbuilder/dashbuilder-client/dashbuilder-cms-client/src/main/java/org/dashbuilder/client/cms/screen/transfer/export/wizard/ExportSummaryWizardPageView.java class ExportSummaryWizardPageView (line 47) | @Templated method init (line 120) | @Override method getElement (line 135) | @Override method downloadAction (line 140) | @EventHandler("downloadExport") method openAction (line 145) | @EventHandler("openExport") method datasetsInfoAnchorClicked (line 150) | @EventHandler("datasetsInfoAnchor") method pagesInfoAnchorClicked (line 155) | @EventHandler("pagesInfoAnchor") method success (line 160) | @Override method validationErrors (line 166) | @Override method exportError (line 186) | @Override method showSummary (line 193) | private void showSummary(DataTransferExportModel dataTransferExportMod... method checkPlural (line 202) | private String checkPlural(int size, String text, String pluralText) { method pageMissingDataSetsList (line 207) | private Element pageMissingDataSetsList(List datasets) { method emptyState (line 213) | @Override method validationError (line 223) | @Override method showOpenExport (line 230) | @Override method errorState (line 236) | private void errorState() { method successState (line 244) | private void successState() { method state (line 251) | private void state(String iconSpanClass, FILE: dashbuilder/dashbuilder-client/dashbuilder-cms-client/src/main/java/org/dashbuilder/client/cms/screen/transfer/export/wizard/ExportWizard.java class ExportWizard (line 37) | @ApplicationScoped method init (line 58) | @PostConstruct method start (line 70) | public void start(ExportInfo exportInfo) { method getPages (line 77) | @Override method getPageWidget (line 82) | @Override method getTitle (line 87) | @Override method getPreferredWidth (line 92) | @Override method getPreferredHeight (line 97) | @Override method isComplete (line 102) | @Override method goTo (line 107) | private void goTo(WizardPage page) { method getDataTransferExportModel (line 111) | public DataTransferExportModel getDataTransferExportModel() { method setDownloadCallback (line 117) | public void setDownloadCallback(ParameterizedCommand pages) { method getSelectedPages (line 65) | public List getSelectedPages() { FILE: dashbuilder/dashbuilder-client/dashbuilder-cms-client/src/main/java/org/dashbuilder/client/cms/screen/transfer/export/wizard/widget/AssetsTableAbstractPresenter.java class AssetsTableAbstractPresenter (line 28) | public abstract class AssetsTableAbstractPresenter implements AssetsT... method init (line 38) | @PostConstruct method getData (line 44) | @Override method setData (line 49) | @Override method getSelectedData (line 55) | @Override method getElement (line 60) | public HTMLElement getElement() { method refresh (line 64) | public void refresh() { method destroyView (line 68) | @PreDestroy FILE: dashbuilder/dashbuilder-client/dashbuilder-cms-client/src/main/java/org/dashbuilder/client/cms/screen/transfer/export/wizard/widget/AssetsTableView.java class AssetsTableView (line 45) | @Dependent type Presenter (line 74) | public interface Presenter { method getData (line 76) | List getData(); method getSelectedData (line 78) | List getSelectedData(); method getHeaders (line 80) | String[] getHeaders(); method toRow (line 82) | String[] toRow(T t); method setData (line 84) | void setData(List data); method rows (line 86) | default String[][] rows() { method init (line 96) | @Override method update (line 102) | public void update() { method getSelectedAssets (line 110) | public List getSelectedAssets() { method getElement (line 121) | @Override method selectAll (line 126) | @EventHandler("selectAllAssets") method onFilter (line 131) | @EventHandler("searchAssets") method clearFilter (line 136) | public void clearFilter() { method appendRow (line 141) | void appendRow(HTMLTableRowElement row) { method toRow (line 145) | HTMLTableRowElement toRow(String[] cells) { method filterTable (line 157) | void filterTable() { method createCheckBox (line 171) | private HTMLInputElement createCheckBox() { method createCell (line 178) | private HTMLTableCellElement createCell(String content) { method createHeaderCell (line 184) | private Element createHeaderCell(String content) { method createRowSelectorCell (line 190) | private HTMLTableCellElement createRowSelectorCell() { method allInputsForTable (line 201) | private Stream allInputsForTable() { method buildHeaders (line 207) | private void buildHeaders(String[] headers) { FILE: dashbuilder/dashbuilder-client/dashbuilder-cms-client/src/main/java/org/dashbuilder/client/cms/screen/transfer/export/wizard/widget/DataSetsTable.java class DataSetsTable (line 23) | @ApplicationScoped method getHeaders (line 28) | @Override method toRow (line 33) | @Override FILE: dashbuilder/dashbuilder-client/dashbuilder-cms-client/src/main/java/org/dashbuilder/client/cms/screen/transfer/export/wizard/widget/PagesTable.java class PagesTable (line 21) | @ApplicationScoped method getHeaders (line 26) | @Override method toRow (line 31) | @Override FILE: dashbuilder/dashbuilder-client/dashbuilder-cms-client/src/main/java/org/dashbuilder/client/cms/screen/util/DomFactory.java class DomFactory (line 31) | @ApplicationScoped method element (line 34) | public Element element(String elementType) { method listItem (line 38) | public Element listItem(String text) { method input (line 44) | public HTMLInputElement input() { method tableCell (line 48) | public HTMLTableCellElement tableCell() { method tableRow (line 52) | public HTMLTableRowElement tableRow() { FILE: dashbuilder/dashbuilder-client/dashbuilder-cms-client/src/main/java/org/dashbuilder/client/cms/widget/NewPerspectivePopUp.java class NewPerspectivePopUp (line 37) | @ApplicationScoped type View (line 40) | public interface View extends UberElement { method show (line 42) | void show(); method hide (line 44) | void hide(); method getName (line 46) | String getName(); method getStyle (line 48) | String getStyle(); method errorEmptyName (line 50) | void errorEmptyName(); method errorInvalidName (line 52) | void errorInvalidName(); method errorDuplicatedName (line 54) | void errorDuplicatedName(); method NewPerspectivePopUp (line 63) | protected NewPerspectivePopUp() { method NewPerspectivePopUp (line 66) | @Inject method getElement (line 78) | @Override method getPathPlaceRequest (line 83) | protected PlaceRequest getPathPlaceRequest(Plugin response) { method show (line 88) | public void show() { method hide (line 92) | public void hide() { method onOK (line 98) | public void onOK() { method onCancel (line 140) | public void onCancel() { FILE: dashbuilder/dashbuilder-client/dashbuilder-cms-client/src/main/java/org/dashbuilder/client/cms/widget/NewPerspectivePopUpView.java class NewPerspectivePopUpView (line 41) | @Templated method init (line 106) | @Override method getModal (line 123) | public Modal getModal() { method show (line 127) | @Override method hide (line 149) | @Override method getName (line 154) | @Override method getStyle (line 159) | @Override method errorEmptyName (line 165) | @Override method errorInvalidName (line 170) | @Override method errorDuplicatedName (line 175) | @Override method showNameError (line 180) | private void showNameError(String error) { method okClick (line 185) | @SinkNative(Event.ONCLICK) method nameInputEnter (line 192) | @SinkNative(Event.ONMOUSEDOWN) method cancelClick (line 202) | @SinkNative(Event.ONCLICK) FILE: dashbuilder/dashbuilder-client/dashbuilder-cms-client/src/main/java/org/dashbuilder/client/cms/widget/PerspectiveWidget.java class PerspectiveWidget (line 34) | @Dependent type View (line 37) | public interface View extends UberView { method showContent (line 39) | void showContent(IsWidget widget); method notFoundError (line 41) | void notFoundError(); method infiniteRecursionError (line 43) | void infiniteRecursionError(); method PerspectiveWidget (line 51) | @Inject method asWidget (line 57) | @Override method showPerspective (line 62) | public void showPerspective(String id) { method onDeadlock (line 71) | private void onDeadlock(LayoutRecursionIssue issue) { method refreshPerspective (line 75) | private void refreshPerspective(Plugin plugin) { method onPlugInSaved (line 83) | public void onPlugInSaved(@Observes final PluginSaved event) { method onPlugInDeleted (line 87) | public void onPlugInDeleted(@Observes final PluginDeleted event) { FILE: dashbuilder/dashbuilder-client/dashbuilder-cms-client/src/main/java/org/dashbuilder/client/cms/widget/PerspectiveWidgetView.java class PerspectiveWidgetView (line 28) | public class PerspectiveWidgetView implements PerspectiveWidget.View, Is... method PerspectiveWidgetView (line 34) | @Inject method init (line 44) | @Override method asWidget (line 49) | @Override method showContent (line 54) | @Override method notFoundError (line 60) | @Override method infiniteRecursionError (line 67) | @Override FILE: dashbuilder/dashbuilder-client/dashbuilder-cms-client/src/main/java/org/dashbuilder/client/cms/widget/PerspectivesExplorer.java class PerspectivesExplorer (line 37) | @Dependent type View (line 40) | public interface View extends UberElement { method clear (line 42) | void clear(); method addPerspective (line 44) | void addPerspective(String name, Command onClicked); method showEmpty (line 46) | void showEmpty(String message); method PerspectivesExplorer (line 55) | @Inject method getElement (line 69) | @Override method show (line 74) | public void show() { method onPerspectiveClick (line 93) | public void onPerspectiveClick(Plugin plugin) { method onPerspectivePluginsChanged (line 98) | public void onPerspectivePluginsChanged(@Observes final PerspectivePlu... FILE: dashbuilder/dashbuilder-client/dashbuilder-cms-client/src/main/java/org/dashbuilder/client/cms/widget/PerspectivesExplorerView.java class PerspectivesExplorerView (line 35) | @Templated method init (line 44) | @Override method clear (line 49) | @Override method createItemDiv (line 54) | private DivElement createItemDiv(Element[] items) { method addPerspective (line 69) | @Override method showEmpty (line 93) | @Override FILE: dashbuilder/dashbuilder-client/dashbuilder-cms-client/src/test/java/org/dashbuilder/client/cms/perspective/ContentManagerPerspectiveTest.java class ContentManagerPerspectiveTest (line 37) | @RunWith(GwtMockitoTestRunner.class) method setUp (line 58) | @Before method testInit (line 65) | @Test method testOnLayoutEditorFocus (line 74) | @Test method testOnLayoutEditorHidden (line 83) | @Test FILE: dashbuilder/dashbuilder-client/dashbuilder-cms-client/src/test/java/org/dashbuilder/client/cms/screen/explorer/NavigationExplorerScreenTest.java class NavigationExplorerScreenTest (line 35) | @RunWith(GwtMockitoTestRunner.class) method setUp (line 58) | @Before method testInitTreeAlreadySet (line 64) | @Test method testOnNavTreeLoaded (line 72) | @Test method testOnPerspectivesChanged (line 80) | @Test method testOnPerspectivesChangedWithNullNavTree (line 89) | @Test FILE: dashbuilder/dashbuilder-client/dashbuilder-cms-client/src/test/java/org/dashbuilder/client/cms/screen/transfer/DataTransferScreenTest.java class DataTransferScreenTest (line 38) | @RunWith(GwtMockitoTestRunner.class) method prepare (line 60) | @Before method doExportTest (line 71) | @Test method doExportFailureTest (line 85) | @Test method doImportTest (line 97) | @Test method doImportFailureTest (line 107) | @Test FILE: dashbuilder/dashbuilder-client/dashbuilder-cms-client/src/test/java/org/dashbuilder/client/cms/screen/transfer/export/wizard/ExportSummaryWizardPageTest.java class ExportSummaryWizardPageTest (line 32) | @RunWith(GwtMockitoTestRunner.class) method init (line 37) | @Before method testRemapMissingDependencies (line 42) | @Test method testRemapMissingDependenciesWithoutDatasetDef (line 63) | @Test FILE: dashbuilder/dashbuilder-client/dashbuilder-cms-client/src/test/java/org/dashbuilder/client/cms/screen/transfer/export/wizard/widget/AssetsTableViewTest.java class AssetsTableViewTest (line 45) | @RunWith(GwtMockitoTestRunner.class) method prepare (line 66) | @Before method testTableRowsCreated (line 79) | @Test method testFilterTable (line 90) | @Test method buildHTMLTable (line 148) | private HTMLTableElement buildHTMLTable() { class MockAssetsTablePresenter (line 157) | class MockAssetsTablePresenter extends AssetsTableAbstractPresenter keys() { method asVar (line 66) | public String asVar(String key) { method replace (line 70) | public StringTemplateBuilder replace(String key, String value) { method extractKeys (line 75) | protected void extractKeys() { FILE: dashbuilder/dashbuilder-client/dashbuilder-common-client/src/main/java/org/dashbuilder/common/client/StringUtils.java class StringUtils (line 24) | public class StringUtils { method isEmpty (line 44) | public static boolean isEmpty(String str) { method isBlank (line 62) | public static boolean isBlank(String str) { method join (line 98) | public static String join(Object[] array, String separator) { method join (line 120) | public static String join(Collection strings, String delimiter) { method split (line 156) | public static List split(String str, char separatorChar) { FILE: dashbuilder/dashbuilder-client/dashbuilder-common-client/src/main/java/org/dashbuilder/common/client/backend/PathUrlFactory.java class PathUrlFactory (line 12) | @ApplicationScoped method getUrl (line 18) | private String getUrl(String context, String path) { method getDownloadFileUrl (line 32) | public String getDownloadFileUrl(final Path path) { method getDownloadFileUrl (line 40) | public String getDownloadFileUrl(final String path) { method getUploadFileUrl (line 48) | public String getUploadFileUrl(String path) { FILE: dashbuilder/dashbuilder-client/dashbuilder-common-client/src/main/java/org/dashbuilder/common/client/editor/HasConstrainedValue.java type HasConstrainedValue (line 10) | public interface HasConstrainedValue { method setAcceptableValues (line 17) | @Editor.Ignore FILE: dashbuilder/dashbuilder-client/dashbuilder-common-client/src/main/java/org/dashbuilder/common/client/editor/HasEditMode.java type HasEditMode (line 10) | public interface HasEditMode { method isEditMode (line 15) | @Editor.Ignore FILE: dashbuilder/dashbuilder-client/dashbuilder-common-client/src/main/java/org/dashbuilder/common/client/editor/HasRestrictedValue.java type HasRestrictedValue (line 10) | public interface HasRestrictedValue { method onValueRestricted (line 16) | @Editor.Ignore method onValueUnRestricted (line 23) | @Editor.Ignore FILE: dashbuilder/dashbuilder-client/dashbuilder-common-client/src/main/java/org/dashbuilder/common/client/editor/LeafAttributeEditor.java type LeafAttributeEditor (line 11) | public interface LeafAttributeEditor extends HasEditorErrors, Leaf... FILE: dashbuilder/dashbuilder-client/dashbuilder-common-client/src/main/java/org/dashbuilder/common/client/editor/ToggleSwitchEditor.java class ToggleSwitchEditor (line 24) | @Dependent type View (line 27) | public interface View extends UberView { method setValue (line 29) | View setValue(Boolean value); method setEnabled (line 31) | View setEnabled(Boolean value); method showError (line 33) | View showError(final SafeHtml message); method clearError (line 35) | View clearError(); method ToggleSwitchEditor (line 44) | @Inject method init (line 51) | @PostConstruct method setEnabled (line 56) | public void setEnabled(final boolean isEnabled) { method showErrors (line 60) | @Override method asWidget (line 80) | @Override method setValue (line 85) | @Override method getValue (line 91) | @Override method onValueChanged (line 96) | void onValueChanged(final Boolean value) { FILE: dashbuilder/dashbuilder-client/dashbuilder-common-client/src/main/java/org/dashbuilder/common/client/editor/ToggleSwitchEditorView.java class ToggleSwitchEditorView (line 24) | @Dependent type Binder (line 29) | interface Binder extends UiBinder { method init (line 47) | @Override method ToggleSwitchEditorView (line 52) | @UiConstructor method setValue (line 63) | @Override method setEnabled (line 69) | @Override method showError (line 78) | @Override method clearError (line 85) | @Override FILE: dashbuilder/dashbuilder-client/dashbuilder-common-client/src/main/java/org/dashbuilder/common/client/editor/ValueBoxEditor.java class ValueBoxEditor (line 27) | @Dependent type View (line 30) | public interface View extends UberView> { method setValueBox (line 32) | @UiChild(limit = 1, tagname = "valuebox") method addHelpContent (line 35) | View addHelpContent(final String title, final String content, fin... method setValue (line 37) | View setValue(T value); method showError (line 39) | View showError(final SafeHtml message); method clearError (line 41) | View clearError(); method ValueBoxEditor (line 50) | @Inject method init (line 57) | @PostConstruct method addHelpContent (line 62) | public void addHelpContent(final String title, final String content, f... method showErrors (line 66) | @Override method asWidget (line 86) | @Override method setValue (line 91) | @Override method getValue (line 97) | @Override method onValueChanged (line 102) | void onValueChanged(final T value) { FILE: dashbuilder/dashbuilder-client/dashbuilder-common-client/src/main/java/org/dashbuilder/common/client/editor/ValueBoxEditorView.java class ValueBoxEditorView (line 25) | @Dependent type Binder (line 30) | interface Binder extends UiBinder { method init (line 44) | @Override method ValueBoxEditorView (line 49) | @UiConstructor method setValueBox (line 54) | @Override method setValue (line 66) | @Override method showError (line 72) | @Override method clearError (line 79) | @Override method addHelpContent (line 86) | public ValueBoxEditor.View addHelpContent(final String title, final... FILE: dashbuilder/dashbuilder-client/dashbuilder-common-client/src/main/java/org/dashbuilder/common/client/editor/file/FileUploadEditor.java class FileUploadEditor (line 34) | @Dependent type View (line 37) | public interface View extends UberView { method addHelpContent (line 39) | View addHelpContent(final String title, final String content, final ... method setFileUploadName (line 41) | View setFileUploadName(String name); method setFileUploadVisible (line 43) | View setFileUploadVisible(boolean visible); method setFileLabelText (line 45) | View setFileLabelText(String text); method setFileLabelVisible (line 47) | View setFileLabelVisible(boolean visible); method setLoadingImageVisible (line 49) | View setLoadingImageVisible(boolean visible); method getFileName (line 51) | String getFileName(); method setFormAction (line 53) | View setFormAction(String action); method submit (line 55) | View submit(); method showError (line 57) | View showError(final SafeHtml message); method clearError (line 59) | View clearError(); method setAccept (line 61) | View setAccept(String type); method clear (line 63) | View clear(); type FileUploadEditorCallback (line 66) | public interface FileUploadEditorCallback { method getUploadFileName (line 68) | String getUploadFileName(); method getUploadFileUrl (line 70) | String getUploadFileUrl(); method FileUploadEditor (line 80) | @Inject method init (line 89) | @PostConstruct method configure (line 96) | public void configure(final String fileUploadName, final FileUploadEdi... method addHelpContent (line 101) | public void addHelpContent(final String title, final String content, f... method showErrors (line 105) | @Override method asWidget (line 125) | @Override method setValue (line 130) | @Override method getValue (line 148) | @Override method getUploadFileName (line 153) | String getUploadFileName() { method getUploadFileUrl (line 159) | String getUploadFileUrl() { method onSubmit (line 164) | boolean onSubmit() { method onSubmitComplete (line 175) | void onSubmitComplete(final String results) { method fileUploadHandler (line 191) | void fileUploadHandler() { method isNullOrEmpty (line 200) | private boolean isNullOrEmpty( final String fileName ) { method onValueChanged (line 204) | void onValueChanged(final String value) { method setAccept (line 219) | public void setAccept(String type) { FILE: dashbuilder/dashbuilder-client/dashbuilder-common-client/src/main/java/org/dashbuilder/common/client/editor/file/FileUploadEditorView.java class FileUploadEditorView (line 26) | @Dependent type Binder (line 31) | interface Binder extends UiBinder { method init (line 60) | @Override method FileUploadEditorView (line 65) | @UiConstructor method createFileUpload (line 72) | private FileUpload createFileUpload() { method initFormPanel (line 81) | private void initFormPanel() { method addHelpContent (line 102) | @Override method setFileUploadName (line 113) | @Override method setFileUploadVisible (line 119) | @Override method setFileLabelText (line 125) | @Override method setFileLabelVisible (line 131) | @Override method setLoadingImageVisible (line 137) | @Override method getFileName (line 143) | @Override method setFormAction (line 148) | @Override method submit (line 154) | @Override method showError (line 160) | @Override method clearError (line 167) | @Override method setAccept (line 174) | @Override method clear (line 180) | @Override FILE: dashbuilder/dashbuilder-client/dashbuilder-common-client/src/main/java/org/dashbuilder/common/client/editor/list/DropDownEditor.java class DropDownEditor (line 41) | @Dependent type View (line 44) | public interface View extends UberView { method addHelpContent (line 46) | View addHelpContent(final String title, final String content, final ... method setDropDown (line 48) | View setDropDown(LiveSearchDropDown dropDown); method showError (line 50) | View showError(final SafeHtml message); method clearError (line 52) | View clearError(); class Entry (line 55) | public class Entry { method Entry (line 59) | public Entry(String value, String hint) { method getValue (line 64) | public String getValue() { method getHint (line 68) | public String getHint() { method search (line 76) | @Override method searchEntry (line 81) | @Override method DropDownEditor (line 94) | @Inject method init (line 103) | @PostConstruct method asWidget (line 113) | @Override method getDropDownEntries (line 118) | public void getDropDownEntries(String pattern, int maxResults, LiveSea... method getExactEntry (line 126) | public void getExactEntry(String key, LiveSearchCallback callb... method onEntrySelected (line 135) | public void onEntrySelected() { method getSelectedValue (line 141) | public String getSelectedValue() { method getEntryByHint (line 147) | private Entry getEntryByHint(String hint) { method getEntryByValue (line 156) | private Entry getEntryByValue(String value) { method setSelectHint (line 165) | public void setSelectHint(String hint) { method newEntry (line 170) | public Entry newEntry(final String value, String hint) { method setEntries (line 174) | public void setEntries(final Collection entries) { method addHelpContent (line 186) | public void addHelpContent(final String title, final String content, f... method clear (line 190) | public void clear() { method showErrors (line 200) | @Override method getValue (line 219) | @Override method setValue (line 224) | @Override FILE: dashbuilder/dashbuilder-client/dashbuilder-common-client/src/main/java/org/dashbuilder/common/client/editor/list/DropDownEditorView.java class DropDownEditorView (line 35) | @Dependent type Binder (line 38) | interface Binder extends UiBinder { type DropDownEditorViewStyle (line 42) | interface DropDownEditorViewStyle extends CssResource { method errorPanel (line 43) | String errorPanel(); method errorPanelWithError (line 44) | String errorPanelWithError(); method init (line 65) | @Override method DropDownEditorView (line 70) | @UiConstructor method setDropDown (line 75) | @Override method addHelpContent (line 82) | @Override method showError (line 93) | @Override method clearError (line 101) | @Override FILE: dashbuilder/dashbuilder-client/dashbuilder-common-client/src/main/java/org/dashbuilder/common/client/editor/list/DropDownImageListEditor.java class DropDownImageListEditor (line 17) | @Dependent type View (line 22) | public interface View extends ImageListEditorView { method setDropDown (line 23) | void setDropDown(boolean isDropDown); method DropDownImageListEditor (line 26) | @Inject method DropDownImageListEditor (line 31) | protected DropDownImageListEditor(ImageListEditorView imageListEdit... method isEditMode (line 35) | @Override method showElements (line 41) | @Override FILE: dashbuilder/dashbuilder-client/dashbuilder-common-client/src/main/java/org/dashbuilder/common/client/editor/list/DropDownImageListEditorView.java class DropDownImageListEditorView (line 31) | @Dependent type Binder (line 34) | interface Binder extends UiBinder { type DropDownImageListEditorViewStyle (line 38) | interface DropDownImageListEditorViewStyle extends CssResource { method errorPanel (line 39) | String errorPanel(); method errorPanelWithError (line 40) | String errorPanelWithError(); method image (line 41) | String image(); method init (line 80) | @Override method DropDownImageListEditorView (line 85) | @UiConstructor method add (line 105) | @Override method setHelpContent (line 137) | @Override method showError (line 145) | @Override method clearError (line 153) | @Override method clear (line 161) | @Override method setDropDown (line 168) | @Override FILE: dashbuilder/dashbuilder-client/dashbuilder-common-client/src/main/java/org/dashbuilder/common/client/editor/list/HorizImageListEditor.java class HorizImageListEditor (line 16) | @Dependent method HorizImageListEditor (line 19) | @Inject method HorizImageListEditor (line 24) | protected HorizImageListEditor(ImageListEditorView imageListEditorV... FILE: dashbuilder/dashbuilder-client/dashbuilder-common-client/src/main/java/org/dashbuilder/common/client/editor/list/HorizImageListEditorView.java class HorizImageListEditorView (line 31) | @Dependent type Binder (line 34) | interface Binder extends UiBinder { type HorizImageListEditorViewStyle (line 38) | interface HorizImageListEditorViewStyle extends CssResource { method errorPanel (line 39) | String errorPanel(); method errorPanelWithError (line 40) | String errorPanelWithError(); method image (line 41) | String image(); method init (line 66) | @Override method HorizImageListEditorView (line 71) | @UiConstructor method add (line 76) | @Override method setHelpContent (line 118) | @Override method showError (line 129) | @Override method clearError (line 137) | @Override method clear (line 145) | @Override FILE: dashbuilder/dashbuilder-client/dashbuilder-common-client/src/main/java/org/dashbuilder/common/client/editor/list/ImageListEditor.java class ImageListEditor (line 27) | public abstract class ImageListEditor implements IsWidget, LeafAttrib... class Entry (line 31) | public class Entry { method Entry (line 37) | private Entry(final T value, final SafeUri uri, final SafeHtml headi... method getValue (line 44) | public T getValue() { method getUri (line 48) | public SafeUri getUri() { method getHeading (line 52) | public SafeHtml getHeading() { method getText (line 56) | public SafeHtml getText() { method ImageListEditor (line 70) | public ImageListEditor(final ImageListEditorView view, method init (line 76) | @PostConstruct method newEntry (line 81) | public Entry newEntry(final T value, final SafeUri uri, final SafeHtml... method setEntries (line 85) | public void setEntries(final Collection entries) { method setImageSize (line 93) | public void setImageSize(final String w, final String h) { method setHelpContent (line 98) | public void setHelpContent(final String title, final String content, f... method showErrors (line 106) | @Override method getValue (line 125) | @Override method setValue (line 130) | @Override method setValue (line 135) | public void setValue(final T value, final boolean fireEvents) { method asWidget (line 148) | @Override method clear (line 153) | public void clear() { method showElements (line 165) | protected void showElements() { FILE: dashbuilder/dashbuilder-client/dashbuilder-common-client/src/main/java/org/dashbuilder/common/client/editor/list/ImageListEditorView.java type ImageListEditorView (line 14) | public interface ImageListEditorView extends UberView add(final SafeUri uri, final String width, fina... method setHelpContent (line 19) | ImageListEditorView setHelpContent(final String title, final String... method showError (line 20) | ImageListEditorView showError(final SafeHtml message); method clearError (line 21) | ImageListEditorView clearError(); method clear (line 22) | ImageListEditorView clear(); FILE: dashbuilder/dashbuilder-client/dashbuilder-common-client/src/main/java/org/dashbuilder/common/client/editor/map/MapEditor.java class MapEditor (line 26) | @Dependent type View (line 29) | public interface View extends UberView { method setEmptyText (line 31) | View setEmptyText(String text); method setAddText (line 33) | View setAddText(String text); method addTextColumn (line 35) | View addTextColumn(int columnIndex, String header, boolean isSortabl... method addButtonColumn (line 37) | View addButtonColumn(int columnIndex, String header, int width); method removeColumn (line 39) | View removeColumn(int index); method setRowCount (line 41) | View setRowCount(int count); method setData (line 43) | View setData(List> data); method showError (line 45) | View showError(SafeHtml message); method clearError (line 47) | View clearError(); method MapEditor (line 56) | @Inject method init (line 63) | @PostConstruct method showErrors (line 74) | @Override method asWidget (line 94) | @Override method setValue (line 99) | @Override method getValue (line 104) | @Override method addEntry (line 113) | void addEntry() { method getValue (line 117) | String getValue(final int columnIndex, final Map.Entry... method update (line 132) | void update(final int columnIndex, final int index, final Map.Entry object) { method onAddEntry (line 180) | private void onAddEntry() { method setValue (line 193) | private void setValue(final Map value, final boolean f... method initDataGrid (line 209) | private void initDataGrid() { method addColumns (line 215) | private void addColumns() { method getKeyParameter (line 227) | private String getKeyParameter(final int index) { method redraw (line 239) | private void redraw() { FILE: dashbuilder/dashbuilder-client/dashbuilder-common-client/src/main/java/org/dashbuilder/common/client/editor/map/MapEditorView.java class MapEditorView (line 30) | @Dependent type Binder (line 33) | interface Binder extends UiBinder { method MapEditorView (line 58) | @UiConstructor method init (line 69) | @Override method setEmptyText (line 75) | @Override method setAddText (line 81) | @Override method addTextColumn (line 88) | @Override method addButtonColumn (line 101) | @Override method addColumn (line 115) | private void addColumn(final com.google.gwt.user.cellview.client.Colum... method removeColumn (line 129) | @Override method setRowCount (line 135) | @Override method setData (line 141) | @Override method showError (line 147) | @Override method clearError (line 159) | @Override FILE: dashbuilder/dashbuilder-client/dashbuilder-common-client/src/main/java/org/dashbuilder/common/client/error/ClientRuntimeError.java class ClientRuntimeError (line 23) | public class ClientRuntimeError { method ClientRuntimeError (line 28) | public ClientRuntimeError(String message) { method ClientRuntimeError (line 32) | public ClientRuntimeError(Throwable e) { method ClientRuntimeError (line 36) | public ClientRuntimeError(String message, Throwable e) { method getThrowable (line 41) | public Throwable getThrowable() { method getMessage (line 45) | public String getMessage() { method getCause (line 54) | public String getCause() { method getRootCause (line 63) | public Throwable getRootCause() { method toString (line 74) | public String toString() { FILE: dashbuilder/dashbuilder-client/dashbuilder-common-client/src/main/java/org/dashbuilder/common/client/event/ContextualEvent.java class ContextualEvent (line 10) | public abstract class ContextualEvent implements UberFireEvent { method ContextualEvent (line 13) | public ContextualEvent(Object context) { method getContext (line 17) | public Object getContext() { FILE: dashbuilder/dashbuilder-client/dashbuilder-common-client/src/main/java/org/dashbuilder/common/client/event/ValueChangeEvent.java class ValueChangeEvent (line 8) | public class ValueChangeEvent extends ContextualEvent { method ValueChangeEvent (line 13) | public ValueChangeEvent(final Object context, final T oldValue, final ... method getValue (line 19) | public T getValue() { method getOldValue (line 23) | public T getOldValue() { method toString (line 27) | @Override FILE: dashbuilder/dashbuilder-client/dashbuilder-common-client/src/main/java/org/dashbuilder/common/client/resources/bundles/DashbuilderCommonImages.java type DashbuilderCommonImages (line 27) | public interface DashbuilderCommonImages extends ClientBundle { method lessh (line 32) | @Source("images/slider/default/lessh.png") method lessv (line 35) | @Source("images/slider/default/lessv.png") method moreh (line 38) | @Source("images/slider/default/moreh.png") method morev (line 41) | @Source("images/slider/default/morev.png") method scaleh (line 44) | @Source("images/slider/default/scaleh.png") method scalev (line 47) | @Source("images/slider/default/scalev.png") method dragh (line 50) | @Source("images/slider/default/dragh.png") method dragv (line 53) | @Source("images/slider/default/dragv.png") method dragt (line 60) | @Source("images/slider/triangle/drag.png") method linet (line 63) | @Source("images/slider/triangle/line.png") method moreLesst (line 66) | @Source("images/slider/triangle/more_less.png") FILE: dashbuilder/dashbuilder-client/dashbuilder-common-client/src/main/java/org/dashbuilder/common/client/resources/bundles/DashbuilderCommonResources.java type DashbuilderCommonResources (line 7) | public interface DashbuilderCommonResources extends ClientBundle { FILE: dashbuilder/dashbuilder-client/dashbuilder-common-client/src/main/java/org/dashbuilder/common/client/resources/i18n/DashbuilderCommonConstants.java type DashbuilderCommonConstants (line 21) | public interface DashbuilderCommonConstants extends ConstantsWithLookup { method add (line 25) | String add(); method remove (line 26) | String remove(); method noData (line 27) | String noData(); method key (line 28) | String key(); method value (line 29) | String value(); method actions (line 30) | String actions(); method newValue (line 31) | String newValue(); method currentFilePath (line 32) | String currentFilePath(); method uploadSuccessful (line 33) | String uploadSuccessful(); method uploadFailed (line 34) | String uploadFailed(); method uploadFailedAlreadyExists (line 35) | String uploadFailedAlreadyExists(); method clearAll (line 36) | String clearAll(); FILE: dashbuilder/dashbuilder-client/dashbuilder-common-client/src/main/java/org/dashbuilder/common/client/resources/i18n/DashbuilderCommonMessages.java type DashbuilderCommonMessages (line 11) | public interface DashbuilderCommonMessages extends Messages { method timeout (line 15) | String timeout(String seconds); FILE: dashbuilder/dashbuilder-client/dashbuilder-common-client/src/main/java/org/dashbuilder/common/client/widgets/AlertBox.java class AlertBox (line 25) | public class AlertBox implements IsElement { type Level (line 27) | public enum Level { type View (line 34) | public interface View extends UberElement { method setMessage (line 36) | void setMessage(String text); method setLevel (line 38) | void setLevel(Level level); method setCloseEnabled (line 40) | void setCloseEnabled(boolean enabled); method AlertBox (line 46) | @Inject method getElement (line 52) | @Override method setLevel (line 57) | public void setLevel(Level level) { method setCloseEnabled (line 61) | public void setCloseEnabled(boolean enabled) { method setMessage (line 65) | public void setMessage(String text) { method setOnCloseCommand (line 69) | public void setOnCloseCommand(Command onCloseCommand) { method close (line 73) | public void close() { FILE: dashbuilder/dashbuilder-client/dashbuilder-common-client/src/main/java/org/dashbuilder/common/client/widgets/AlertBoxView.java class AlertBoxView (line 29) | @Templated method init (line 53) | @Override method setMessage (line 58) | @Override method setLevel (line 63) | @Override method setCloseEnabled (line 71) | @Override method onClose (line 76) | @EventHandler("closeButton") FILE: dashbuilder/dashbuilder-client/dashbuilder-common-client/src/main/java/org/dashbuilder/common/client/widgets/AlertPanel.java class AlertPanel (line 27) | @Dependent type View (line 30) | public interface View extends UberView { method show (line 32) | void show(AlertType severity, method AlertPanel (line 41) | public AlertPanel() { method AlertPanel (line 45) | @Inject method asWidget (line 51) | @Override method show (line 56) | public void show(AlertType severity, String message, Integer width, Co... FILE: dashbuilder/dashbuilder-client/dashbuilder-common-client/src/main/java/org/dashbuilder/common/client/widgets/AlertPanelView.java class AlertPanelView (line 34) | @Dependent type ViewBinder (line 37) | interface ViewBinder extends UiBinder {} method init (line 53) | @Override method show (line 64) | @Override FILE: dashbuilder/dashbuilder-client/dashbuilder-common-client/src/main/java/org/dashbuilder/common/client/widgets/CharacterBox.java class CharacterBox (line 15) | public class CharacterBox extends CharacterBoxBase { method wrap (line 28) | public static CharacterBox wrap(Element element) { method CharacterBox (line 44) | public CharacterBox() { method CharacterBox (line 56) | protected CharacterBox(Element element) { method CharacterBox (line 61) | CharacterBox(Element element, method getMaxLength (line 74) | public int getMaxLength() { method getVisibleLength (line 83) | public int getVisibleLength() { method setMaxLength (line 93) | public void setMaxLength(int length) { method setVisibleLength (line 103) | public void setVisibleLength(int length) { method getInputElement (line 107) | private InputElement getInputElement() { FILE: dashbuilder/dashbuilder-client/dashbuilder-common-client/src/main/java/org/dashbuilder/common/client/widgets/CharacterBoxBase.java class CharacterBoxBase (line 14) | public class CharacterBoxBase extends ValueBoxBase { method CharacterBoxBase (line 26) | protected CharacterBoxBase(Element elem) { method getValue (line 33) | @Override class PassthroughRenderer (line 41) | private static class PassthroughRenderer extends AbstractRenderer { method PassthroughParser (line 54) | public PassthroughParser() { method parse (line 58) | public Character parse(CharSequence object) { FILE: dashbuilder/dashbuilder-client/dashbuilder-common-client/src/main/java/org/dashbuilder/common/client/widgets/FilterLabel.java class FilterLabel (line 25) | public class FilterLabel implements IsElement { type View (line 27) | public interface View extends UberElement { method setLabel (line 29) | void setLabel(String label); method FilterLabel (line 36) | @Inject method getElement (line 42) | @Override method setLabel (line 47) | public void setLabel(String label) { method getLabel (line 52) | public String getLabel() { method setOnRemoveCommand (line 56) | public void setOnRemoveCommand(Command onRemoveCommand) { method onRemove (line 60) | void onRemove() { FILE: dashbuilder/dashbuilder-client/dashbuilder-common-client/src/main/java/org/dashbuilder/common/client/widgets/FilterLabelSet.java class FilterLabelSet (line 26) | public class FilterLabelSet implements IsElement { type View (line 28) | public interface View extends UberElement { method clearAll (line 30) | void clearAll(); method setClearAllEnabled (line 32) | void setClearAllEnabled(boolean enabled); method addLabel (line 34) | void addLabel(FilterLabel label); method FilterLabelSet (line 42) | @Inject method getElement (line 50) | @Override method clear (line 55) | public void clear() { method addLabel (line 61) | public FilterLabel addLabel(String label) { method setOnClearAllCommand (line 70) | public void setOnClearAllCommand(Command onClearAllCommand) { method onClearAll (line 74) | void onClearAll() { FILE: dashbuilder/dashbuilder-client/dashbuilder-common-client/src/main/java/org/dashbuilder/common/client/widgets/FilterLabelSetView.java class FilterLabelSetView (line 30) | @Templated method init (line 43) | @Override method clearAll (line 49) | @Override method setClearAllEnabled (line 55) | @Override method addLabel (line 60) | @Override method onClearAll (line 65) | @EventHandler("clearAll") FILE: dashbuilder/dashbuilder-client/dashbuilder-common-client/src/main/java/org/dashbuilder/common/client/widgets/FilterLabelView.java class FilterLabelView (line 28) | @Templated method init (line 41) | @Override method setLabel (line 46) | @Override method onRemove (line 51) | @EventHandler("labelRemove") FILE: dashbuilder/dashbuilder-client/dashbuilder-common-client/src/test/java/org/dashbuilder/common/client/StringTemplateBuilderTest.java class StringTemplateBuilderTest (line 23) | public class StringTemplateBuilderTest { method testNoReplacement (line 25) | @Test method testReplacement (line 38) | @Test method testCustomKeys (line 48) | @Test FILE: dashbuilder/dashbuilder-client/dashbuilder-common-client/src/test/java/org/dashbuilder/common/client/editor/AbstractEditorTest.java class AbstractEditorTest (line 10) | public abstract class AbstractEditorTest { method mockEditorError (line 13) | protected EditorError mockEditorError(final Editor editor, final St... method setup (line 20) | protected void setup() { FILE: dashbuilder/dashbuilder-client/dashbuilder-common-client/src/test/java/org/dashbuilder/common/client/editor/ToggleSwitchEditorTest.java class ToggleSwitchEditorTest (line 24) | @RunWith(MockitoJUnitRunner.class) method setup (line 32) | @Before method testInit (line 39) | @Test method testClearErrors (line 48) | @Test method testShowErrors (line 58) | @Test method testEnabled (line 75) | @Test method testValue (line 85) | @Test method testOnValueChanged (line 96) | @Test FILE: dashbuilder/dashbuilder-client/dashbuilder-common-client/src/test/java/org/dashbuilder/common/client/editor/ValueBoxEditorTest.java class ValueBoxEditorTest (line 25) | @RunWith(MockitoJUnitRunner.class) method setup (line 33) | @Before method testInit (line 40) | @Test method testClearErrors (line 49) | @Test method testShowErrors (line 59) | @Test method testAddHelpContent (line 76) | @Test method testValue (line 89) | @Test method testOnValueChanged (line 100) | @Test FILE: dashbuilder/dashbuilder-client/dashbuilder-common-client/src/test/java/org/dashbuilder/common/client/editor/file/FileUploadEditorTest.java class FileUploadEditorTest (line 27) | @RunWith(GwtMockitoTestRunner.class) method setup (line 36) | @Before method testInit (line 43) | @Test method testConfigure (line 61) | @Test method testClearErrors (line 81) | @Test method testShowErrors (line 99) | @Test method testAddHelpContent (line 122) | @Test method testValueSet (line 142) | @Test method testValueUnset (line 162) | @Test method testGetUploadFileName (line 182) | @Test method testGetUploadFileUrl (line 191) | @Test method testOnSubmitNull (line 200) | @Test method testOnSubmit (line 219) | @Test method testOnSubmitComplete (line 238) | @Test FILE: dashbuilder/dashbuilder-client/dashbuilder-common-client/src/test/java/org/dashbuilder/common/client/editor/list/DropDownEditorTest.java class DropDownEditorTest (line 36) | @RunWith(MockitoJUnitRunner.class) method setup (line 54) | @Before method testInit (line 64) | @Test method testEntries (line 71) | @Test method testSelect (line 80) | @Test method testSetValue (line 94) | @Test method testClear (line 117) | @Test FILE: dashbuilder/dashbuilder-client/dashbuilder-common-client/src/test/java/org/dashbuilder/common/client/editor/list/DropDownImageListEditorTest.java class DropDownImageListEditorTest (line 15) | @RunWith(MockitoJUnitRunner.class) method setup (line 18) | @Before method testClear (line 27) | @Test method testInit (line 33) | @Test method testNewEntry (line 38) | @Test method testSetEntries (line 43) | @Test method testClearErrors (line 48) | @Test method testShowErrors (line 53) | @Test method testAddHelpContent (line 58) | @Test method testSetValueWithoutEvents (line 63) | @Test method testSetValueWithEvents (line 68) | @Test method testEditModeEnabled (line 73) | @Test method testEditModeDisabled (line 82) | @Test FILE: dashbuilder/dashbuilder-client/dashbuilder-common-client/src/test/java/org/dashbuilder/common/client/editor/list/HorizImageListEditorTest.java class HorizImageListEditorTest (line 12) | @RunWith(MockitoJUnitRunner.class) method setup (line 15) | @Before method testClear (line 24) | @Test method testInit (line 30) | @Test method testNewEntry (line 35) | @Test method testSetEntries (line 40) | @Test method testClearErrors (line 45) | @Test method testShowErrors (line 50) | @Test method testAddHelpContent (line 55) | @Test method testSetValueWithoutEvents (line 60) | @Test method testSetValueWithEvents (line 65) | @Test FILE: dashbuilder/dashbuilder-client/dashbuilder-common-client/src/test/java/org/dashbuilder/common/client/editor/list/ImageListEditorTest.java class ImageListEditorTest (line 27) | public abstract class ImageListEditorTest extends AbstractEditorTest { method initExpectedValues (line 36) | public void initExpectedValues() { method testClear (line 45) | public void testClear() throws Exception { method testInit (line 60) | public void testInit() throws Exception { method testNewEntry (line 71) | public void testNewEntry() throws Exception { method testSetEntries (line 80) | public void testSetEntries() throws Exception { method testClearErrors (line 85) | public void testClearErrors() throws Exception { method testShowErrors (line 96) | public void testShowErrors() throws Exception { method testAddHelpContent (line 115) | public void testAddHelpContent() throws Exception { method testSetValueWithoutEvents (line 126) | public void testSetValueWithoutEvents() throws Exception { method testSetValueWithEvents (line 134) | public void testSetValueWithEvents() throws Exception { method assertShowElements (line 145) | protected void assertShowElements() { method mockEntries (line 155) | protected List.Entry> mockEntries... method mockEntry (line 163) | protected static ImageListEditor.Entry mockEntry(... FILE: dashbuilder/dashbuilder-client/dashbuilder-common-client/src/test/java/org/dashbuilder/common/client/editor/map/MapEditorTest.java class MapEditorTest (line 30) | @RunWith(GwtMockitoTestRunner.class) method setup (line 38) | @Before method testInit (line 45) | @Test method testClearErrors (line 60) | @Test method testShowErrors (line 76) | @Test method testValue (line 99) | @Test method testUpdateKey (line 108) | @Test method testUpdateValue (line 122) | @Test method testRemoveEntry (line 137) | @Test method testAddEntry (line 150) | @Test method assertSetViewValue (line 158) | protected void assertSetViewValue(final int size) { FILE: dashbuilder/dashbuilder-client/dashbuilder-common-client/src/test/java/org/dashbuilder/common/client/widgets/FilterLabelSetTest.java class FilterLabelSetTest (line 28) | @RunWith(MockitoJUnitRunner.class) method setUp (line 45) | @Before method testClearAll (line 52) | @Test FILE: dashbuilder/dashbuilder-client/dashbuilder-dataset-client/src/main/java/org/dashbuilder/dataset/client/ClientDataSetCore.java class ClientDataSetCore (line 30) | public class ClientDataSetCore extends AbstractDataSetCore { method get (line 34) | public static ClientDataSetCore get() { method getClientDataSetManager (line 50) | public ClientDataSetManager getClientDataSetManager() { method getClientIntervalBuilderLocator (line 57) | public ClientIntervalBuilderLocator getClientIntervalBuilderLocator() { method getClientIntervalBuilderDynamicDate (line 67) | public ClientIntervalBuilderDynamicDate getClientIntervalBuilderDynami... method getClientDateFormatter (line 76) | public ClientDateFormatter getClientDateFormatter() { method getClientChronometer (line 83) | public ClientChronometer getClientChronometer() { method getClientUUIDGenerator (line 90) | public ClientUUIDGenerator getClientUUIDGenerator() { method setClientDataSetManager (line 99) | public void setClientDataSetManager(ClientDataSetManager clientDataSet... method setClientIntervalBuilderLocator (line 103) | public void setClientIntervalBuilderLocator(ClientIntervalBuilderLocat... method setClientIntervalBuilderDynamicDate (line 107) | public void setClientIntervalBuilderDynamicDate(ClientIntervalBuilderD... method setClientDateFormatter (line 111) | public void setClientDateFormatter(ClientDateFormatter clientDateForma... method setClientChronometer (line 115) | public void setClientChronometer(ClientChronometer clientChronometer) { method setClientUUIDGenerator (line 119) | public void setClientUUIDGenerator(ClientUUIDGenerator clientUUIDGener... method newDataSetManager (line 125) | @Override method newIntervalBuilderLocator (line 130) | @Override method newChronometer (line 135) | @Override method newUuidGenerator (line 140) | @Override FILE: dashbuilder/dashbuilder-client/dashbuilder-dataset-client/src/main/java/org/dashbuilder/dataset/client/ClientDataSetManager.java class ClientDataSetManager (line 39) | @ApplicationScoped method ClientDataSetManager (line 45) | public ClientDataSetManager() { method createDataSet (line 49) | @Override method getDataSet (line 56) | @Override method registerDataSet (line 65) | @Override method registerDataSet (line 72) | @Override method removeDataSet (line 83) | @Override method lookupDataSet (line 92) | @Override method lookupDataSets (line 122) | @Override method getDataSetMetadata (line 131) | @Override method registerDataSetPreprocessor (line 141) | public void registerDataSetPreprocessor(String uuid, DataSetPreprocess... method getDataSetPreprocessors (line 149) | public List getDataSetPreprocessors(String uuid) { FILE: dashbuilder/dashbuilder-client/dashbuilder-dataset-client/src/main/java/org/dashbuilder/dataset/client/DataSetClientServices.java class DataSetClientServices (line 58) | @ApplicationScoped method DataSetClientServices (line 87) | public DataSetClientServices() { method DataSetClientServices (line 90) | @Inject method isPushRemoteDataSetEnabled (line 114) | public boolean isPushRemoteDataSetEnabled() { method setPushRemoteDataSetEnabled (line 121) | public void setPushRemoteDataSetEnabled(boolean pushRemoteDataSetEnabl... method fetchMetadata (line 131) | public void fetchMetadata(final String uuid, method getRemoteMetadataMap (line 159) | Map getRemoteMetadataMap() { method getMetadata (line 168) | public DataSetMetadata getMetadata(String uuid) { method exportDataSetCSV (line 183) | public void exportDataSetCSV(final DataSetLookup request, method exportDataSetExcel (line 238) | public void exportDataSetExcel(final DataSetLookup request, method newDataSet (line 289) | public void newDataSet(DataSetProviderType type, method lookupDataSet (line 301) | public void lookupDataSet(final DataSetDef def, method lookupDataSet (line 342) | public void lookupDataSet(final DataSetLookup request, method _lookupDataSet (line 405) | private void _lookupDataSet(DataSetLookup request, method getRemoteSharedDataSetDefs (line 435) | public void getRemoteSharedDataSetDefs(RemoteCallback... method getPublicDataSetDefs (line 439) | public void getPublicDataSetDefs(RemoteCallback> call... method getAggregateFunctionManager (line 447) | public AggregateFunctionManager getAggregateFunctionManager() { method getIntervalBuilderLocator (line 451) | public IntervalBuilderLocator getIntervalBuilderLocator() { method onDataSetStaleEvent (line 457) | private void onDataSetStaleEvent(@Observes DataSetStaleEvent event) { method onDataSetRemovedEvent (line 472) | private void onDataSetRemovedEvent(@Observes DataSetDefRemovedEvent ev... method getDownloadFileUrl (line 491) | public String getDownloadFileUrl(final Path path) { method getUploadFileUrl (line 500) | public String getUploadFileUrl(String path) { class DataSetPushHandler (line 504) | private class DataSetPushHandler implements DataSetReadyCallback { method DataSetPushHandler (line 509) | private DataSetPushHandler(DataSetMetadata metadata) { method registerLookup (line 518) | public void registerLookup(DataSetLookup lookup, method callback (line 524) | public void callback(DataSet dataSet) { method notFound (line 537) | public void notFound() { method onError (line 545) | @Override class DataSetLookupListenerPair (line 557) | private class DataSetLookupListenerPair { method DataSetLookupListenerPair (line 562) | private DataSetLookupListenerPair(DataSetLookup lookup, FILE: dashbuilder/dashbuilder-client/dashbuilder-dataset-client/src/main/java/org/dashbuilder/dataset/client/DataSetExportReadyCallback.java type DataSetExportReadyCallback (line 24) | public interface DataSetExportReadyCallback { method exportReady (line 30) | void exportReady(Path exportFilePath); method onError (line 36) | void onError(ClientRuntimeError error); FILE: dashbuilder/dashbuilder-client/dashbuilder-dataset-client/src/main/java/org/dashbuilder/dataset/client/DataSetMetadataCallback.java type DataSetMetadataCallback (line 24) | public interface DataSetMetadataCallback { method callback (line 26) | void callback(DataSetMetadata metatada); method notFound (line 27) | void notFound(); method onError (line 28) | boolean onError(ClientRuntimeError error); FILE: dashbuilder/dashbuilder-client/dashbuilder-dataset-client/src/main/java/org/dashbuilder/dataset/client/DataSetReadyCallback.java type DataSetReadyCallback (line 24) | public interface DataSetReadyCallback { method callback (line 26) | void callback(DataSet dataSet); method notFound (line 27) | void notFound(); method onError (line 28) | boolean onError(ClientRuntimeError error); FILE: dashbuilder/dashbuilder-client/dashbuilder-dataset-client/src/main/java/org/dashbuilder/dataset/client/editor/BeanDataSetDefAttributesEditor.java type BeanDataSetDefAttributesEditor (line 19) | public interface BeanDataSetDefAttributesEditor extends Editor generatorClass(); method paramaterMap (line 23) | LeafAttributeEditor> paramaterMap(); FILE: dashbuilder/dashbuilder-client/dashbuilder-dataset-client/src/main/java/org/dashbuilder/dataset/client/editor/BeanDataSetDefEditor.java type BeanDataSetDefEditor (line 18) | public interface BeanDataSetDefEditor extends DataSetDefEditor generatorClass(); method paramaterMap (line 22) | LeafAttributeEditor> paramaterMap(); FILE: dashbuilder/dashbuilder-client/dashbuilder-dataset-client/src/main/java/org/dashbuilder/dataset/client/editor/CSVDataSetDefAttributesEditor.java type CSVDataSetDefAttributesEditor (line 23) | public interface CSVDataSetDefAttributesEditor extends ValueAwareEditor<... method fileURL (line 25) | LeafAttributeEditor fileURL(); method filePath (line 27) | LeafAttributeEditor filePath(); method separatorChar (line 29) | LeafAttributeEditor separatorChar(); method quoteChar (line 31) | LeafAttributeEditor quoteChar(); method escapeChar (line 33) | LeafAttributeEditor escapeChar(); method datePattern (line 35) | LeafAttributeEditor datePattern(); method numberPattern (line 37) | LeafAttributeEditor numberPattern(); method isUsingFilePath (line 39) | @Ignore FILE: dashbuilder/dashbuilder-client/dashbuilder-dataset-client/src/main/java/org/dashbuilder/dataset/client/editor/CSVDataSetDefEditor.java type CSVDataSetDefEditor (line 16) | public interface CSVDataSetDefEditor extends DataSetDefEditor fileURL(); method filePath (line 20) | LeafAttributeEditor filePath(); method separatorChar (line 22) | LeafAttributeEditor separatorChar(); method quoteChar (line 24) | LeafAttributeEditor quoteChar(); method escapeChar (line 26) | LeafAttributeEditor escapeChar(); method datePattern (line 28) | LeafAttributeEditor datePattern(); method numberPattern (line 30) | LeafAttributeEditor numberPattern(); method isUsingFilePath (line 32) | @Ignore FILE: dashbuilder/dashbuilder-client/dashbuilder-dataset-client/src/main/java/org/dashbuilder/dataset/client/editor/ColumnListEditor.java type ColumnListEditor (line 19) | public interface ColumnListEditor extends CompositeEditor columnType(); FILE: dashbuilder/dashbuilder-client/dashbuilder-dataset-client/src/main/java/org/dashbuilder/dataset/client/editor/DataColumnDefEditor.java type DataColumnDefEditor (line 15) | public interface DataColumnDefEditor extends Editor, HasE... method setProviderType (line 23) | @Editor.Ignore method setOriginalColumnType (line 30) | @Editor.Ignore method removeFromParent (line 36) | @Editor.Ignore method id (line 39) | LeafAttributeEditor id(); method columnType (line 41) | @Editor.Path(".") FILE: dashbuilder/dashbuilder-client/dashbuilder-dataset-client/src/main/java/org/dashbuilder/dataset/client/editor/DataSetDefBackendCacheAttributesEditor.java type DataSetDefBackendCacheAttributesEditor (line 17) | public interface DataSetDefBackendCacheAttributesEditor extends ValueAwa... method cacheEnabled (line 19) | LeafAttributeEditor cacheEnabled(); method cacheMaxRows (line 20) | LeafAttributeEditor cacheMaxRows(); FILE: dashbuilder/dashbuilder-client/dashbuilder-dataset-client/src/main/java/org/dashbuilder/dataset/client/editor/DataSetDefBasicAttributesEditor.java type DataSetDefBasicAttributesEditor (line 17) | public interface DataSetDefBasicAttributesEditor extends Editor UUID(); method name (line 20) | LeafAttributeEditor name(); FILE: dashbuilder/dashbuilder-client/dashbuilder-dataset-client/src/main/java/org/dashbuilder/dataset/client/editor/DataSetDefClientCacheAttributesEditor.java type DataSetDefClientCacheAttributesEditor (line 17) | public interface DataSetDefClientCacheAttributesEditor extends ValueAwar... method pushEnabled (line 19) | LeafAttributeEditor pushEnabled(); method pushMaxSize (line 20) | LeafAttributeEditor pushMaxSize(); FILE: dashbuilder/dashbuilder-client/dashbuilder-dataset-client/src/main/java/org/dashbuilder/dataset/client/editor/DataSetDefColumnsEditor.java type DataSetDefColumnsEditor (line 17) | public interface DataSetDefColumnsEditor extends ValueAwareEditor extends ValueAwa... method basicAttributesEditor (line 19) | @Editor.Path(".") method columnsAndFilterEditor (line 22) | @Editor.Path(".") method backendCacheEditor (line 25) | @Editor.Path(".") method clientCacheEditor (line 28) | @Editor.Path(".") method refreshEditor (line 31) | @Editor.Path(".") FILE: dashbuilder/dashbuilder-client/dashbuilder-dataset-client/src/main/java/org/dashbuilder/dataset/client/editor/DataSetDefFilterEditor.java type DataSetDefFilterEditor (line 12) | public interface DataSetDefFilterEditor extends ValueAwareEditor provider(); FILE: dashbuilder/dashbuilder-client/dashbuilder-dataset-client/src/main/java/org/dashbuilder/dataset/client/editor/DataSetDefRefreshAttributesEditor.java type DataSetDefRefreshAttributesEditor (line 18) | public interface DataSetDefRefreshAttributesEditor extends ValueAwareEdi... method refreshAlways (line 20) | LeafAttributeEditor refreshAlways(); method refreshTime (line 21) | DataSetDefRefreshIntervalEditor refreshTime(); method isRefreshEnabled (line 23) | @Editor.Ignore FILE: dashbuilder/dashbuilder-client/dashbuilder-dataset-client/src/main/java/org/dashbuilder/dataset/client/editor/DataSetDefRefreshIntervalEditor.java type DataSetDefRefreshIntervalEditor (line 10) | public interface DataSetDefRefreshIntervalEditor extends LeafValueEditor... method setEnabled (line 12) | void setEnabled(boolean isEnabled); FILE: dashbuilder/dashbuilder-client/dashbuilder-dataset-client/src/main/java/org/dashbuilder/dataset/client/editor/KafkaDataSetDefAttributesEditor.java type KafkaDataSetDefAttributesEditor (line 36) | public interface KafkaDataSetDefAttributesEditor extends ValueAwareEdito... method host (line 38) | LeafAttributeEditor host(); method port (line 40) | LeafAttributeEditor port(); method target (line 42) | LeafAttributeEditor target(); method filter (line 44) | LeafAttributeEditor filter(); method clientId (line 46) | LeafAttributeEditor clientId(); method nodeId (line 48) | LeafAttributeEditor nodeId(); method topic (line 50) | LeafAttributeEditor topic(); method partition (line 52) | LeafAttributeEditor partition(); FILE: dashbuilder/dashbuilder-client/dashbuilder-dataset-client/src/main/java/org/dashbuilder/dataset/client/editor/KafkaDataSetDefEditor.java type KafkaDataSetDefEditor (line 26) | public interface KafkaDataSetDefEditor extends DataSetDefEditor host(); method port (line 30) | LeafAttributeEditor port(); method target (line 32) | LeafAttributeEditor target(); method filter (line 34) | LeafAttributeEditor filter(); method clientId (line 36) | LeafAttributeEditor clientId(); method nodeId (line 38) | LeafAttributeEditor nodeId(); method topic (line 40) | LeafAttributeEditor topic(); method partition (line 42) | LeafAttributeEditor partition(); FILE: dashbuilder/dashbuilder-client/dashbuilder-dataset-client/src/main/java/org/dashbuilder/dataset/client/editor/PrometheusDataSetDefAttributesEditor.java type PrometheusDataSetDefAttributesEditor (line 31) | public interface PrometheusDataSetDefAttributesEditor extends ValueAware... method serverUrl (line 33) | LeafAttributeEditor serverUrl(); method query (line 35) | LeafAttributeEditor query(); FILE: dashbuilder/dashbuilder-client/dashbuilder-dataset-client/src/main/java/org/dashbuilder/dataset/client/editor/PrometheusDataSetDefEditor.java type PrometheusDataSetDefEditor (line 25) | public interface PrometheusDataSetDefEditor extends DataSetDefEditor serverUrl(); method query (line 29) | LeafAttributeEditor query(); FILE: dashbuilder/dashbuilder-client/dashbuilder-dataset-client/src/main/java/org/dashbuilder/dataset/client/editor/SQLDataSetDefAttributesEditor.java type SQLDataSetDefAttributesEditor (line 19) | public interface SQLDataSetDefAttributesEditor extends ValueAwareEditor<... method dataSource (line 21) | LeafAttributeEditor dataSource(); method dbSchema (line 22) | LeafAttributeEditor dbSchema(); method dbTable (line 23) | LeafAttributeEditor dbTable(); method dbSQL (line 24) | LeafAttributeEditor dbSQL(); method isUsingQuery (line 26) | @Ignore FILE: dashbuilder/dashbuilder-client/dashbuilder-dataset-client/src/main/java/org/dashbuilder/dataset/client/editor/SQLDataSetDefEditor.java type SQLDataSetDefEditor (line 16) | public interface SQLDataSetDefEditor extends DataSetDefEditor dataSource(); method dbSchema (line 19) | LeafAttributeEditor dbSchema(); method dbTable (line 20) | LeafAttributeEditor dbTable(); method dbSQL (line 21) | LeafAttributeEditor dbSQL(); method isUsingQuery (line 23) | @Ignore FILE: dashbuilder/dashbuilder-client/dashbuilder-dataset-client/src/main/java/org/dashbuilder/dataset/client/engine/ClientChronometer.java class ClientChronometer (line 24) | @Dependent method start (line 30) | public long start() { method stop (line 36) | public long stop() { method elapsedTime (line 41) | public long elapsedTime() { method formatElapsedTime (line 46) | public String formatElapsedTime(long millis) { FILE: dashbuilder/dashbuilder-client/dashbuilder-dataset-client/src/main/java/org/dashbuilder/dataset/client/engine/ClientDateFormatter.java type ClientDateFormatter (line 20) | public interface ClientDateFormatter { method format (line 22) | String format(Date d, String pattern); FILE: dashbuilder/dashbuilder-client/dashbuilder-dataset-client/src/main/java/org/dashbuilder/dataset/client/engine/ClientDateFormatterImpl.java class ClientDateFormatterImpl (line 21) | public class ClientDateFormatterImpl implements ClientDateFormatter { method format (line 23) | @Override FILE: dashbuilder/dashbuilder-client/dashbuilder-dataset-client/src/main/java/org/dashbuilder/dataset/client/engine/ClientIntervalBuilderDynamicDate.java class ClientIntervalBuilderDynamicDate (line 43) | @ApplicationScoped method ClientIntervalBuilderDynamicDate (line 48) | public ClientIntervalBuilderDynamicDate() { method ClientIntervalBuilderDynamicDate (line 51) | @Inject method build (line 56) | public IntervalList build(DataSetHandler handler, ColumnGroup columnGr... method build (line 142) | public IntervalList build(DataColumn dataColumn) { method calculateIntervalSize (line 180) | public DateIntervalType calculateIntervalSize(Date minDate, Date maxDa... method firstIntervalDate (line 219) | protected Date firstIntervalDate(DateIntervalType intervalType, Date m... method nextIntervalDate (line 259) | protected Date nextIntervalDate(Date intervalMinDate, DateIntervalType... class IntervalDateRangeList (line 305) | public class IntervalDateRangeList extends IntervalList { method IntervalDateRangeList (line 307) | public IntervalDateRangeList(ColumnGroup columnGroup) { method locateInterval (line 311) | public Interval locateInterval(Object value) { class IntervalDateRange (line 326) | public class IntervalDateRange extends Interval { method IntervalDateRange (line 328) | public IntervalDateRange(int index, DateIntervalType intervalType, D... method getMinDate (line 336) | public Date getMinDate() { method getMaxDate (line 340) | public Date getMaxDate() { method calculateName (line 345) | public String calculateName(DateIntervalType intervalType, Date d) { FILE: dashbuilder/dashbuilder-client/dashbuilder-dataset-client/src/main/java/org/dashbuilder/dataset/client/engine/ClientIntervalBuilderLocator.java class ClientIntervalBuilderLocator (line 29) | @ApplicationScoped method ClientIntervalBuilderLocator (line 36) | public ClientIntervalBuilderLocator() { method ClientIntervalBuilderLocator (line 39) | @Inject method lookup (line 49) | public IntervalBuilder lookup(ColumnType columnType, GroupStrategy str... FILE: dashbuilder/dashbuilder-client/dashbuilder-dataset-client/src/main/java/org/dashbuilder/dataset/client/resources/bundles/DataSetClientImages.java type DataSetClientImages (line 26) | public interface DataSetClientImages extends ClientBundle { method csvIcon160 (line 28) | @Source("images/csv_icon_160.png") method csvIcon32 (line 31) | @Source("images/csv_icon_32.png") method javaIcon160 (line 34) | @Source("images/java_icon_160.png") method javaIcon32 (line 37) | @Source("images/java_icon_32.png") method sqlIcon160 (line 40) | @Source("images/sql_icon_160.png") method sqlIcon32 (line 43) | @Source("images/sql_icon_32.png") method elIcon160 (line 46) | @Source("images/el_icon_160.png") method elIcon32 (line 49) | @Source("images/el_icon_32.png") method excelIcon (line 52) | @Source("images/excel_icon.png") method labelIcon16 (line 55) | @Source("images/label_icon_16.png") method labelIcon32 (line 58) | @Source("images/label_icon_32.png") method numberIcon32V1 (line 61) | @Source("images/number_icon_32_V1.png") method numberIcon32V2 (line 64) | @Source("images/number_icon_32_V2.png") method numberIcon32V3 (line 67) | @Source("images/number_icon_32_V3.png") method textIcon16 (line 70) | @Source("images/text_icon_16.png") method textIcon32 (line 73) | @Source("images/text_icon_32.png") method dateIcon16 (line 76) | @Source("images/date_icon_16.png") method dateIcon32 (line 79) | @Source("images/date_icon_16.png") method okIconSmall (line 82) | @Source("images/ok_icon_small.gif") method cancelIconSmall (line 85) | @Source("images/cancel_icon_small.gif") method loadingIcon (line 88) | @Source("images/loading_icon.gif") method prometheusIcon160 (line 91) | @Source("images/prometheus_icon_160.png") method prometheusIcon32 (line 94) | @Source("images/prometheus_icon_32.png") method kafkaIcon160 (line 97) | @Source("images/kafka_icon_160.png") method kafkaIcon32 (line 100) | @Source("images/kafka_icon_32.png") FILE: dashbuilder/dashbuilder-client/dashbuilder-dataset-client/src/main/java/org/dashbuilder/dataset/client/resources/bundles/DataSetClientResources.java type DataSetClientResources (line 6) | public interface DataSetClientResources method images (line 12) | DataSetClientImages images(); FILE: dashbuilder/dashbuilder-client/dashbuilder-dataset-client/src/main/java/org/dashbuilder/dataset/client/resources/i18n/AggregateFunctionTypeConstants.java type AggregateFunctionTypeConstants (line 21) | public interface AggregateFunctionTypeConstants extends ConstantsWithLoo... method COUNT (line 25) | String COUNT(); method DISTINCT (line 26) | String DISTINCT(); method AVERAGE (line 27) | String AVERAGE(); method SUM (line 28) | String SUM(); method MIN (line 29) | String MIN(); method MAX (line 30) | String MAX(); FILE: dashbuilder/dashbuilder-client/dashbuilder-dataset-client/src/main/java/org/dashbuilder/dataset/client/resources/i18n/CommonConstants.java type CommonConstants (line 21) | public interface CommonConstants extends Messages { method weeks (line 25) | String weeks(); method exc_text_columns_no_grouping (line 27) | String exc_text_columns_no_grouping(); method exc_no_client_side_data_export (line 29) | String exc_no_client_side_data_export(); FILE: dashbuilder/dashbuilder-client/dashbuilder-dataset-client/src/main/java/org/dashbuilder/dataset/client/resources/i18n/CoreFunctionTypeConstants.java type CoreFunctionTypeConstants (line 21) | public interface CoreFunctionTypeConstants extends ConstantsWithLookup { method IS_NULL (line 25) | String IS_NULL(); method NOT_NULL (line 26) | String NOT_NULL(); method EQUALS_TO (line 27) | String EQUALS_TO(); method NOT_EQUALS_TO (line 28) | String NOT_EQUALS_TO(); method LIKE_TO (line 29) | String LIKE_TO(); method GREATER_THAN (line 30) | String GREATER_THAN(); method GREATER_OR_EQUALS_TO (line 31) | String GREATER_OR_EQUALS_TO(); method LOWER_THAN (line 32) | String LOWER_THAN(); method LOWER_OR_EQUALS_TO (line 33) | String LOWER_OR_EQUALS_TO(); method BETWEEN (line 34) | String BETWEEN(); method TIME_FRAME (line 35) | String TIME_FRAME(); method IN (line 36) | String IN(); method NOT_IN (line 37) | String NOT_IN(); FILE: dashbuilder/dashbuilder-client/dashbuilder-dataset-client/src/main/java/org/dashbuilder/dataset/client/resources/i18n/DateIntervalTypeConstants.java type DateIntervalTypeConstants (line 21) | public interface DateIntervalTypeConstants extends ConstantsWithLookup { method MILLISECOND (line 25) | String MILLISECOND(); method HUNDRETH (line 26) | String HUNDRETH(); method TENTH (line 27) | String TENTH(); method SECOND (line 28) | String SECOND(); method MINUTE (line 29) | String MINUTE(); method HOUR (line 30) | String HOUR(); method DAY (line 31) | String DAY(); method DAY_OF_WEEK (line 32) | String DAY_OF_WEEK(); method WEEK (line 33) | String WEEK(); method MONTH (line 34) | String MONTH(); method QUARTER (line 35) | String QUARTER(); method YEAR (line 36) | String YEAR(); method DECADE (line 37) | String DECADE(); method CENTURY (line 38) | String CENTURY(); method MILLENIUM (line 39) | String MILLENIUM(); FILE: dashbuilder/dashbuilder-client/dashbuilder-dataset-client/src/main/java/org/dashbuilder/dataset/client/resources/i18n/DayOfWeekConstants.java type DayOfWeekConstants (line 21) | public interface DayOfWeekConstants extends ConstantsWithLookup { method SUNDAY (line 25) | String SUNDAY(); method MONDAY (line 26) | String MONDAY(); method TUESDAY (line 27) | String TUESDAY(); method WEDNESDAY (line 28) | String WEDNESDAY(); method THURSDAY (line 29) | String THURSDAY(); method FRIDAY (line 30) | String FRIDAY(); method SATURDAY (line 31) | String SATURDAY(); FILE: dashbuilder/dashbuilder-client/dashbuilder-dataset-client/src/main/java/org/dashbuilder/dataset/client/resources/i18n/MonthConstants.java type MonthConstants (line 21) | public interface MonthConstants extends ConstantsWithLookup { method JANUARY (line 25) | String JANUARY(); method FEBRUARY (line 26) | String FEBRUARY(); method MARCH (line 27) | String MARCH(); method APRIL (line 28) | String APRIL(); method MAY (line 29) | String MAY(); method JUNE (line 30) | String JUNE(); method JULY (line 31) | String JULY(); method AUGUST (line 32) | String AUGUST(); method SEPTEMBER (line 33) | String SEPTEMBER(); method OCTOBER (line 34) | String OCTOBER(); method NOVEMBER (line 35) | String NOVEMBER(); method DECEMBER (line 36) | String DECEMBER(); FILE: dashbuilder/dashbuilder-client/dashbuilder-dataset-client/src/main/java/org/dashbuilder/dataset/client/resources/i18n/QuarterConstants.java type QuarterConstants (line 21) | public interface QuarterConstants extends ConstantsWithLookup { method Q1 (line 25) | String Q1(); method Q2 (line 26) | String Q2(); method Q3 (line 27) | String Q3(); method Q4 (line 28) | String Q4(); FILE: dashbuilder/dashbuilder-client/dashbuilder-dataset-client/src/main/java/org/dashbuilder/dataset/client/resources/i18n/TimeModeConstants.java type TimeModeConstants (line 21) | public interface TimeModeConstants extends ConstantsWithLookup { method NOW (line 25) | String NOW(); method BEGIN (line 26) | String BEGIN(); method END (line 27) | String END(); FILE: dashbuilder/dashbuilder-client/dashbuilder-dataset-client/src/main/java/org/dashbuilder/dataset/client/uuid/ClientUUIDGenerator.java class ClientUUIDGenerator (line 23) | @ApplicationScoped method newUuid (line 26) | public String newUuid() { method newUuidBase64 (line 30) | public String newUuidBase64() { method uuidToBase64 (line 34) | public String uuidToBase64(String str) { method uuidFromBase64 (line 38) | public String uuidFromBase64(String str) { FILE: dashbuilder/dashbuilder-client/dashbuilder-dataset-client/src/test/java/org/dashbuilder/dataset/client/AbstractDataSetTest.java class AbstractDataSetTest (line 34) | public abstract class AbstractDataSetTest { method initClientFactory (line 67) | public void initClientFactory() { method initClientDataSetManager (line 73) | public void initClientDataSetManager() { method initDataSetClientServices (line 77) | public void initDataSetClientServices() { method registerExpensesDataSet (line 93) | public void registerExpensesDataSet() throws Exception { method init (line 99) | @Before method printDataSet (line 108) | public void printDataSet(DataSet dataSet) { FILE: dashbuilder/dashbuilder-client/dashbuilder-dataset-client/src/test/java/org/dashbuilder/dataset/client/ChronometerMock.java class ChronometerMock (line 19) | public class ChronometerMock implements Chronometer { method start (line 21) | @Override method stop (line 26) | @Override method elapsedTime (line 31) | @Override method formatElapsedTime (line 36) | @Override FILE: dashbuilder/dashbuilder-client/dashbuilder-dataset-client/src/test/java/org/dashbuilder/dataset/client/ClientDataSetManagerTest.java class ClientDataSetManagerTest (line 27) | @RunWith(MockitoJUnitRunner.class) method testGroupWithNullDates (line 30) | @Test FILE: dashbuilder/dashbuilder-client/dashbuilder-dataset-client/src/test/java/org/dashbuilder/dataset/client/ClientDateFormatterMock.java class ClientDateFormatterMock (line 22) | public class ClientDateFormatterMock implements ClientDateFormatter { method format (line 24) | @Override FILE: dashbuilder/dashbuilder-client/dashbuilder-dataset-client/src/test/java/org/dashbuilder/dataset/client/DataSetClientServicesTest.java class DataSetClientServicesTest (line 32) | @RunWith(MockitoJUnitRunner.class) method setup (line 52) | @Before method testFetchMetadataWhenMetadataIsNotNull (line 57) | @Test method testFetchMetadataWhenSetLookupServicesIsNull (line 74) | @Test method testFetchMetadataWhenRemoteMetadataMapContainsTheUUID (line 91) | @Test method testFetchMetadataWhenResultIsNull (line 111) | @Test method testFetchMetadataWhenResultIsNotNull (line 129) | @Test method testFetchMetadataWhenDataSetLookupServicesReturnsAnError (line 148) | @Test method makeDataSetMetadataCallback (line 167) | private DataSetMetadataCallback makeDataSetMetadataCallback() { method onErrorCalled (line 188) | private void onErrorCalled() { method notFoundCalled (line 192) | private void notFoundCalled() { method callbackCalled (line 196) | private void callbackCalled() { method isDataSetMetadataCallbackCalled (line 200) | public boolean isDataSetMetadataCallbackCalled() { method isDataSetMetadataNotFoundCallbackCalled (line 204) | public boolean isDataSetMetadataNotFoundCallbackCalled() { method isDataSetMetadataOnErrorCallbackCalled (line 208) | public boolean isDataSetMetadataOnErrorCallbackCalled() { method makeDataSetClientServices (line 212) | private DataSetClientServices makeDataSetClientServices(final ClientDa... FILE: dashbuilder/dashbuilder-client/dashbuilder-dataset-editor/src/main/java/org/dashbuilder/dataset/editor/client/perspectives/DataSetAuthoringPerspective.java class DataSetAuthoringPerspective (line 43) | @ApplicationScoped method buildPerspective (line 47) | @Perspective FILE: dashbuilder/dashbuilder-client/dashbuilder-dataset-editor/src/main/java/org/dashbuilder/dataset/editor/client/resources/i18n/DataSetAuthoringConstants.java type DataSetAuthoringConstants (line 7) | public interface DataSetAuthoringConstants extends Messages { method homeTitle (line 11) | String homeTitle(); method creationWizardTitle (line 12) | String creationWizardTitle(); method dataSetCount (line 13) | String dataSetCount(int count); method nextSteps (line 14) | String nextSteps(); method defineA (line 15) | String defineA(); method newDataSet (line 16) | String newDataSet(); method toFetchYourDataFromExtSystem (line 17) | String toFetchYourDataFromExtSystem(); method createDataDisplayers (line 18) | String createDataDisplayers(); method createDashboards (line 19) | String createDashboards(); method editorTitleGeneric (line 20) | String editorTitleGeneric(); method editorTitle (line 21) | String editorTitle(String name, String type); method validationOk (line 22) | String validationOk(); method validationFailed (line 23) | String validationFailed(); method dataSetNotFound (line 24) | String dataSetNotFound(); method saving (line 25) | String saving(); method savedOk (line 26) | String savedOk(); FILE: dashbuilder/dashbuilder-client/dashbuilder-dataset-editor/src/main/java/org/dashbuilder/dataset/editor/client/screens/DataSetAuthoringHomePresenter.java class DataSetAuthoringHomePresenter (line 34) | @WorkbenchScreen(identifier = "DataSetAuthoringHome") type View (line 38) | public interface View extends UberView { method setDataSetCount (line 40) | void setDataSetCount(int n); method DataSetAuthoringHomePresenter (line 48) | @Inject method init (line 57) | @OnStartup method getTitle (line 65) | @WorkbenchPartTitle method getView (line 70) | @WorkbenchPartView method newDataSet (line 75) | public void newDataSet() { method getDataSetCount (line 79) | public int getDataSetCount() { method onDataSetDefRegisteredEvent (line 85) | void onDataSetDefRegisteredEvent(@Observes DataSetDefRegisteredEvent e... method onDataSetDefRemovedEvent (line 91) | void onDataSetDefRemovedEvent(@Observes DataSetDefRemovedEvent event) { FILE: dashbuilder/dashbuilder-client/dashbuilder-dataset-editor/src/main/java/org/dashbuilder/dataset/editor/client/screens/DataSetAuthoringHomeView.java class DataSetAuthoringHomeView (line 32) | @Dependent type DataSetEditorViewBinder (line 35) | interface DataSetEditorViewBinder extends UiBinder getDeleteServiceCaller() { method getCopyServiceCaller (line 321) | protected Caller getCopyServiceCaller() { method onDataSetDefRemovedEvent (line 325) | private void onDataSetDefRemovedEvent(@Observes DataSetDefRemovedEvent... method showError (line 329) | void showError(final ClientRuntimeError error) { method showError (line 334) | void showError(final String message) { method onTestEvent (line 342) | void onTestEvent(@Observes TestDataSetRequestEvent testDataSetRequestE... method onCancelEvent (line 352) | void onCancelEvent(@Observes CancelRequestEvent cancelEvent) { method onErrorEvent (line 360) | void onErrorEvent(@Observes ErrorEvent errorEvent) { method onTabChangedEvent (line 370) | void onTabChangedEvent(@Observes TabChangedEvent tabChangedEvent) { FILE: dashbuilder/dashbuilder-client/dashbuilder-dataset-editor/src/main/java/org/dashbuilder/dataset/editor/client/screens/DataSetDefExplorerScreen.java class DataSetDefExplorerScreen (line 55) | @WorkbenchScreen(identifier = "DataSetDefExplorer") method onStartup (line 76) | @OnStartup method onClose (line 82) | @OnClose method getTitle (line 87) | @WorkbenchPartTitle method getView (line 92) | @WorkbenchPartView method getMenus (line 97) | @WorkbenchMenu method makeMenuBar (line 102) | private Menus makeMenuBar() { method newDataSet (line 110) | void newDataSet() { method showError (line 116) | private void showError(final ClientRuntimeError error) { method showError (line 121) | private void showError(final String message) { method onEditDataSetEvent (line 125) | void onEditDataSetEvent(@Observes EditDataSetEvent event) { method onErrorEvent (line 135) | void onErrorEvent(@Observes ErrorEvent errorEvent) { FILE: dashbuilder/dashbuilder-client/dashbuilder-dataset-editor/src/main/java/org/dashbuilder/dataset/editor/client/screens/DataSetDefScreenView.java type DataSetDefScreenView (line 6) | public interface DataSetDefScreenView extends BaseEditorView, IsWidget { method setWidget (line 7) | void setWidget(IsWidget widget); FILE: dashbuilder/dashbuilder-client/dashbuilder-dataset-editor/src/main/java/org/dashbuilder/dataset/editor/client/screens/DataSetDefScreenViewImpl.java class DataSetDefScreenViewImpl (line 25) | @Dependent method DataSetDefScreenViewImpl (line 30) | public DataSetDefScreenViewImpl() { method asWidget (line 34) | @Override method setWidget (line 40) | @Override FILE: dashbuilder/dashbuilder-client/dashbuilder-dataset-editor/src/main/java/org/dashbuilder/dataset/editor/client/screens/DataSetDefType.java class DataSetDefType (line 27) | @ApplicationScoped method DataSetDefType (line 32) | public DataSetDefType() { method DataSetDefType (line 35) | @Inject method getCategory (line 40) | @Override method getShortName (line 45) | @Override method getDescription (line 50) | @Override method getIcon (line 55) | @Override method getPrefix (line 60) | @Override method getSuffix (line 65) | @Override method getPriority (line 70) | @Override method getSimpleWildcardPattern (line 75) | @Override method accept (line 80) | @Override FILE: dashbuilder/dashbuilder-client/dashbuilder-dataset-editor/src/main/java/org/dashbuilder/dataset/editor/client/screens/DataSetDefWizardScreen.java class DataSetDefWizardScreen (line 65) | @WorkbenchScreen(identifier = "DataSetDefWizard") method DataSetDefWizardScreen (line 84) | @Inject method getTitle (line 105) | @WorkbenchPartTitle method getView (line 110) | @WorkbenchPartView method init (line 115) | @OnStartup method onMayClose (line 121) | @OnMayClose method onClose (line 126) | @OnClose method setOriginalHash (line 131) | public void setOriginalHash(Integer originalHash) { method getCurrentModelHash (line 135) | public int getCurrentModelHash() { method getDataSetDef (line 142) | public DataSetDef getDataSetDef() { method mayClose (line 146) | public boolean mayClose() { method isDirty (line 164) | public boolean isDirty(Integer currentHash) { method providerTypeEdition (line 172) | private void providerTypeEdition() { method onProviderTypeSelected (line 183) | void onProviderTypeSelected(final DataSetProviderTypeWorkflow provider... method setCurrentWorkflow (line 193) | private void setCurrentWorkflow(final DataSetEditorWorkflow w) { method disposeCurrentWorkflow (line 198) | private void disposeCurrentWorkflow() { method basicAttributesEdition (line 205) | private void basicAttributesEdition(final DataSetDef typedDataSetDef) { method testDataSet (line 213) | private void testDataSet() { method completeEdition (line 229) | public void completeEdition(final DataSetDef dataSetDef, method save (line 261) | protected void save() { method onSave (line 267) | void onSave(final DataSetDef dataSetDef, method callback (line 277) | @Override method showError (line 293) | void showError(final ClientRuntimeError error) { method showError (line 298) | void showError(final String message) { method onTestEvent (line 306) | void onTestEvent(@Observes TestDataSetRequestEvent testDataSetRequestE... method onSaveEvent (line 316) | void onSaveEvent(@Observes SaveRequestEvent saveEvent) { method onCancelEvent (line 326) | void onCancelEvent(@Observes CancelRequestEvent cancelEvent) { method onErrorEvent (line 334) | void onErrorEvent(@Observes ErrorEvent errorEvent) { method onTabChangedEvent (line 344) | void onTabChangedEvent(@Observes TabChangedEvent tabChangedEvent) { FILE: dashbuilder/dashbuilder-client/dashbuilder-dataset-editor/src/test/java/org/dashbuilder/dataset/editor/client/screens/DataSetAuthoringHomePresenterTest.java class DataSetAuthoringHomePresenterTest (line 23) | @RunWith(MockitoJUnitRunner.class) method setup (line 32) | @Before method testInit (line 51) | @Test method testGetView (line 57) | @Test method testNewDataSet (line 63) | @Test method testDataSetRegistered (line 69) | @Test method testDataSetRemoved (line 77) | @Test FILE: dashbuilder/dashbuilder-client/dashbuilder-dataset-editor/src/test/java/org/dashbuilder/dataset/editor/client/screens/DataSetDefEditorPresenterTest.java class DataSetDefEditorPresenterTest (line 60) | @RunWith(GwtMockitoTestRunner.class) method setup (line 103) | @Before method testOnMayClose (line 124) | @Test method testOnClose (line 133) | @Test method testLoadContent (line 140) | @Test method testLoadContentNullified (line 152) | @Test method testLoadDefinition (line 162) | @Test method testGetDataSetDef (line 175) | @Test method testGetDataSetDefNullified (line 180) | @Test method testOnTestEvent (line 187) | @Test method testOnTestEventWithErrors (line 196) | @Test method testOnValidateSuccess (line 205) | @Test method validateCallbackIsCalled (line 217) | @Test method testOnValidateFailed (line 224) | @Test method testOnSave (line 237) | public void testOnSave() { method testShowError (line 241) | @Test method testOnCancelEvent (line 256) | @Test method testOnErrorEvent (line 271) | @Test method testOnTabChangedEvent_ConfigurationTab (line 287) | @Test method testOnTabChangedEvent_PreviewTab (line 302) | @Test method testOnTabChangedEvent_AdvancedTab (line 317) | @Test FILE: dashbuilder/dashbuilder-client/dashbuilder-dataset-editor/src/test/java/org/dashbuilder/dataset/editor/client/screens/DataSetDefExplorerScreenTest.java class DataSetDefExplorerScreenTest (line 32) | @RunWith(GwtMockitoTestRunner.class) method setup (line 46) | @Before method testNewDataSet (line 64) | @Test method testOnEditDataSetEvent (line 72) | @Test(expected = ClassCastException.class) method testOnErrorEvent (line 81) | @Test FILE: dashbuilder/dashbuilder-client/dashbuilder-dataset-editor/src/test/java/org/dashbuilder/dataset/editor/client/screens/DataSetDefTypeTest.java class DataSetDefTypeTest (line 12) | public class DataSetDefTypeTest { method setup (line 16) | @Before method testIt (line 21) | @Test FILE: dashbuilder/dashbuilder-client/dashbuilder-dataset-editor/src/test/java/org/dashbuilder/dataset/editor/client/screens/DataSetDefWizardScreenTest.java class DataSetDefWizardScreenTest (line 56) | @RunWith(GwtMockitoTestRunner.class) method setup (line 76) | @Before method testOnMayClose (line 115) | @Test method testOnClose (line 124) | @Test method testShowError (line 134) | @Test method testInitProviderTypeEdition (line 143) | @Test method testOnProviderTypeSelected (line 157) | @Test method testOnTestEventWithErrors (line 170) | @Test method testOnTestEventAndCompleteEdition (line 180) | @Test method testOnSave (line 227) | @Test method testOnCancelEvent (line 248) | @Test method testOnErrorEvent (line 259) | @Test method testOnTabChangedEvent_ConfigurationTab (line 276) | @Test method testOnTabChangedEvent_PreviewTab (line 293) | @Test method testOnTabChangedEvent_AdvancedTab (line 310) | @Test FILE: dashbuilder/dashbuilder-client/dashbuilder-displayer-client/src/main/java/org/dashbuilder/displayer/client/AbstractDisplayer.java class AbstractDisplayer (line 61) | public abstract class AbstractDisplayer filterColumns() { method filterIntervals (line 546) | public List filterIntervals(String columnId) { method filterInterval (line 561) | public Interval filterInterval(String columnId, int idx) { method filterIndexes (line 579) | public List filterIndexes(String columnId) { method filterUpdate (line 597) | public void filterUpdate(String columnId, int row) { method filterUpdate (line 608) | public void filterUpdate(String columnId, int row, Integer maxSelectio... method filterApply (line 659) | public void filterApply(String columnId, List intervalList) { method filterApply (line 685) | public void filterApply(DataSetFilter filter) { method filterUpdate (line 709) | public void filterUpdate(DataSetFilter filter) { method filterReset (line 735) | public void filterReset(String columnId) { method filterReset (line 758) | public void filterReset() { method sortApply (line 810) | public void sortApply(String columnId, SortOrder sortOrder) { method formatInterval (line 817) | public String formatInterval(Interval interval, DataColumn column) { method addFormatter (line 851) | public void addFormatter(String columnId, ValueFormatter formatter) { method getFormatter (line 855) | public ValueFormatter getFormatter(String columnId) { method formatValue (line 859) | public String formatValue(int row, int column) { method formatValue (line 869) | public String formatValue(Object value, DataColumn column) { method formatDate (line 926) | protected String formatDate(DateIntervalType type, GroupStrategy strat... method formatDateFixed (line 937) | protected String formatDateFixed(DateIntervalType type, String date) { method formatDateDynamic (line 953) | protected String formatDateDynamic(DateIntervalType type, String date,... method parseDynamicGroupDate (line 961) | protected Date parseDynamicGroupDate(DateIntervalType type, String dat... method export (line 968) | @Override FILE: dashbuilder/dashbuilder-client/dashbuilder-displayer-client/src/main/java/org/dashbuilder/displayer/client/AbstractDisplayerListener.java class AbstractDisplayerListener (line 27) | public abstract class AbstractDisplayerListener implements DisplayerList... method onDataLookup (line 29) | @Override public void onDataLookup(Displayer displayer) { method onDataLoaded (line 33) | @Override method onDraw (line 38) | @Override public void onDraw(Displayer displayer) { method onRedraw (line 42) | @Override public void onRedraw(Displayer displayer) { method onClose (line 46) | @Override public void onClose(Displayer displayer) { method onFilterEnabled (line 50) | @Override public void onFilterEnabled(Displayer displayer, DataSetGrou... method onFilterEnabled (line 54) | @Override public void onFilterEnabled(Displayer displayer, DataSetFilt... method onFilterUpdate (line 58) | @Override public void onFilterUpdate(Displayer displayer, DataSetFilte... method onFilterReset (line 62) | @Override public void onFilterReset(Displayer displayer, List extends Abstra... FILE: dashbuilder/dashbuilder-client/dashbuilder-displayer-client/src/main/java/org/dashbuilder/displayer/client/AbstractErraiDisplayerView.java class AbstractErraiDisplayerView (line 31) | public abstract class AbstractErraiDisplayerView

extends Abstract... FILE: dashbuilder/dashbuilder-client/dashbuilder-displayer-client/src/main/java/org/dashbuilder/displayer/client/AbstractGwtDisplayerView.java class AbstractGwtDisplayerView (line 28) | public abstract class AbstractGwtDisplayerView

intervalList) { method _unfilter (line 343) | protected boolean _unfilter(DataSetGroup op, boolean drillDown) { method _getSourceColumnId (line 388) | protected String _getSourceColumnId(String columnId) { class GroupOpFilter (line 409) | protected static class GroupOpFilter { method GroupOpFilter (line 415) | private GroupOpFilter(DataSetGroup op, boolean drillDown) { method toString (line 422) | public String toString() { FILE: dashbuilder/dashbuilder-client/dashbuilder-displayer-client/src/main/java/org/dashbuilder/displayer/client/Displayer.java type Displayer (line 28) | public interface Displayer extends DisplayerListener, IsWidget { method setDisplayerSettings (line 33) | void setDisplayerSettings(DisplayerSettings displayerSettings); method getDisplayerSettings (line 34) | DisplayerSettings getDisplayerSettings(); method setDataSetHandler (line 39) | void setDataSetHandler(DataSetHandler dataSetHandler); method getDataSetHandler (line 40) | DataSetHandler getDataSetHandler(); method getDisplayerConstraints (line 50) | DisplayerConstraints getDisplayerConstraints(); method addListener (line 55) | void addListener(DisplayerListener... listeners); method addFormatter (line 60) | void addFormatter(String columnId, ValueFormatter formatter); method draw (line 65) | void draw(); method redraw (line 71) | void redraw(); method isDrawn (line 76) | boolean isDrawn(); method setRefreshOn (line 82) | void setRefreshOn(boolean enabled); method isRefreshOn (line 87) | boolean isRefreshOn(); method export (line 96) | void export(ExportFormat format, int maxRows, ExportCallback callback); method close (line 101) | void close(); FILE: dashbuilder/dashbuilder-client/dashbuilder-displayer-client/src/main/java/org/dashbuilder/displayer/client/DisplayerClientEntryPoint.java class DisplayerClientEntryPoint (line 21) | @EntryPoint FILE: dashbuilder/dashbuilder-client/dashbuilder-displayer-client/src/main/java/org/dashbuilder/displayer/client/DisplayerCoordinator.java class DisplayerCoordinator (line 39) | @Dependent method DisplayerCoordinator (line 49) | @Inject method addListener (line 54) | public void addListener(DisplayerListener... listeners) { method addDisplayers (line 63) | public void addDisplayers(Collection displayers) { method addDisplayers (line 69) | public void addDisplayers(Displayer... displayers) { method addDisplayer (line 77) | public void addDisplayer(Displayer displayer) { method getDisplayerList (line 94) | public List getDisplayerList() { method removeDisplayer (line 98) | public boolean removeDisplayer(Displayer displayer) { method drawAll (line 109) | public void drawAll() { method redrawAll (line 113) | public void redrawAll() { method drawAll (line 117) | public void drawAll(Command onSuccess, Command onFailure) { method redrawAll (line 125) | public void redrawAll(Command onSuccess, Command onFailure) { method closeAll (line 133) | public void closeAll() { method clear (line 137) | public void clear() { method addNotificationVeto (line 145) | public void addNotificationVeto(Displayer target, List veto... method addNotificationVeto (line 149) | public void addNotificationVeto(List vetoedDisplayers) { method isNotificationVetoed (line 155) | public boolean isNotificationVetoed(Displayer from, Displayer to) { class CoordinatorListener (line 163) | private class CoordinatorListener implements DisplayerListener { method init (line 171) | protected void init(Command onSuccess, Command onFailure, int total,... method count (line 179) | protected void count() { method error (line 186) | protected void error() { method onDataLookup (line 193) | @Override method onDataLoaded (line 200) | @Override method onDraw (line 207) | @Override method onRedraw (line 217) | @Override method onClose (line 227) | public void onClose(Displayer displayer) { method onFilterEnabled (line 233) | @Override method onFilterEnabled (line 240) | @Override method onFilterUpdate (line 247) | @Override method onFilterReset (line 256) | @Override method onFilterReset (line 263) | @Override method onError (line 270) | @Override FILE: dashbuilder/dashbuilder-client/dashbuilder-displayer-client/src/main/java/org/dashbuilder/displayer/client/DisplayerGwtExprEval.java class DisplayerGwtExprEval (line 20) | public class DisplayerGwtExprEval implements AbstractDisplayer.Expressio... method DisplayerGwtExprEval (line 26) | public DisplayerGwtExprEval(AbstractDisplayer presenter) { method evalExpression (line 30) | @Override method _evalExpression (line 49) | protected native String _evalExpression(String val, String expr) /*-{ FILE: dashbuilder/dashbuilder-client/dashbuilder-displayer-client/src/main/java/org/dashbuilder/displayer/client/DisplayerGwtFormatter.java class DisplayerGwtFormatter (line 30) | public class DisplayerGwtFormatter implements AbstractDisplayer.Formatter { method parseDate (line 35) | @Override method formatDate (line 41) | @Override method formatNumber (line 47) | @Override method formatDayOfWeek (line 53) | @Override method formatMonth (line 58) | @Override method getNumberFormat (line 63) | protected NumberFormat getNumberFormat(String pattern) { method getDateFormat (line 75) | protected DateTimeFormat getDateFormat(String pattern) { FILE: dashbuilder/dashbuilder-client/dashbuilder-displayer-client/src/main/java/org/dashbuilder/displayer/client/DisplayerListener.java type DisplayerListener (line 27) | public interface DisplayerListener { method onDataLookup (line 34) | void onDataLookup(Displayer displayer); method onDataLoaded (line 41) | void onDataLoaded(Displayer displayer); method onDraw (line 48) | void onDraw(Displayer displayer); method onRedraw (line 55) | void onRedraw(Displayer displayer); method onClose (line 62) | void onClose(Displayer displayer); method onFilterEnabled (line 70) | void onFilterEnabled(Displayer displayer, DataSetGroup groupOp); method onFilterEnabled (line 78) | void onFilterEnabled(Displayer displayer, DataSetFilter filter); method onFilterUpdate (line 87) | void onFilterUpdate(Displayer displayer, DataSetFilter oldFilter, Data... method onFilterReset (line 95) | void onFilterReset(Displayer displayer, List groupOps); method onFilterReset (line 103) | void onFilterReset(Displayer displayer, DataSetFilter filter); method onError (line 110) | void onError(final Displayer displayer, ClientRuntimeError error); FILE: dashbuilder/dashbuilder-client/dashbuilder-displayer-client/src/main/java/org/dashbuilder/displayer/client/DisplayerLocator.java class DisplayerLocator (line 35) | @ApplicationScoped method DisplayerLocator (line 43) | public DisplayerLocator() { method DisplayerLocator (line 46) | @Inject method lookupDisplayer (line 61) | public Displayer lookupDisplayer(DisplayerSettings target) { method setValueFormatters (line 85) | protected void setValueFormatters(Displayer displayer) { FILE: dashbuilder/dashbuilder-client/dashbuilder-displayer-client/src/main/java/org/dashbuilder/displayer/client/RendererLibrary.java type RendererLibrary (line 34) | public interface RendererLibrary { method getUUID (line 39) | String getUUID(); method getName (line 44) | String getName(); method isDefault (line 50) | boolean isDefault(DisplayerType type); method getSupportedTypes (line 55) | List getSupportedTypes(); method getSupportedSubtypes (line 60) | List getSupportedSubtypes(DisplayerType displayerType); method lookupDisplayer (line 65) | Displayer lookupDisplayer(DisplayerSettings displayer); method draw (line 70) | void draw(List displayerList); method redraw (line 75) | void redraw(List displayerList); method isOffline (line 77) | default boolean isOffline() { FILE: dashbuilder/dashbuilder-client/dashbuilder-displayer-client/src/main/java/org/dashbuilder/displayer/client/RendererManager.java class RendererManager (line 47) | @EntryPoint method RendererManager (line 61) | public RendererManager() { method RendererManager (line 64) | @Inject method init (line 70) | @PostConstruct method lookupRenderers (line 76) | protected void lookupRenderers(RendererSettings settings) { method getRenderers (line 131) | public List getRenderers() { method getDefaultRenderer (line 135) | public RendererLibrary getDefaultRenderer(DisplayerType displayerType) { method setDefaultRenderer (line 139) | public void setDefaultRenderer(DisplayerType displayerType, String ren... method getRenderersForType (line 143) | public List getRenderersForType(DisplayerType display... method getRenderersForType (line 147) | public List getRenderersForType(DisplayerType type, D... method getRendererByUUID (line 169) | public RendererLibrary getRendererByUUID(String renderer) { method _getRendererByUUID (line 173) | private RendererLibrary _getRendererByUUID(String renderer) { method getRendererByName (line 182) | public RendererLibrary getRendererByName(String renderer) { method getRendererByOrThrowError (line 186) | private RendererLibrary getRendererByOrThrowError(String renderer, Pre... method getRendererForType (line 193) | public RendererLibrary getRendererForType(DisplayerType displayerType) { method getRendererForDisplayer (line 197) | public RendererLibrary getRendererForDisplayer(DisplayerSettings targe... method isTypeSupported (line 218) | public boolean isTypeSupported(DisplayerType type) { FILE: dashbuilder/dashbuilder-client/dashbuilder-displayer-client/src/main/java/org/dashbuilder/displayer/client/component/ExternalComponentDispatcher.java class ExternalComponentDispatcher (line 48) | @ApplicationScoped method setup (line 63) | @PostConstruct method register (line 69) | public void register(ExternalComponentListener listener) { method unregister (line 75) | public void unregister(ExternalComponentListener listener) { method onMessage (line 79) | public void onMessage(ExternalComponentMessage message) { method handleOkConfiguration (line 110) | private void handleOkConfiguration(ExternalComponentMessage message) { method handleConfiguration (line 114) | private void handleConfiguration(ExternalComponentMessage message) { method handleFunction (line 119) | private void handleFunction(ExternalComponentMessage message) { method callFunction (line 130) | private void callFunction(ExternalComponentListener destination, Funct... method execFunction (line 139) | private void execFunction(ExternalComponentFunction target, FunctionCa... method extractParams (line 150) | private Map extractParams(FunctionCallRequest function... method handleReady (line 159) | private void handleReady(ExternalComponentMessage message) { method handleFilter (line 163) | private void handleFilter(ExternalComponentMessage message) { method findDestination (line 167) | private void findDestination(ExternalComponentMessage message, method startListening (line 179) | private void startListening() { FILE: dashbuilder/dashbuilder-client/dashbuilder-displayer-client/src/main/java/org/dashbuilder/displayer/client/component/ExternalComponentListener.java type ExternalComponentListener (line 26) | public interface ExternalComponentListener { method getId (line 28) | String getId(); method sendMessage (line 30) | void sendMessage(ExternalComponentMessage message); method onFilter (line 32) | void onFilter(ExternalFilterRequest filterRequest); method onConfigurationIssue (line 34) | void onConfigurationIssue(String message); method prepare (line 36) | void prepare(); method configurationOk (line 38) | void configurationOk(); FILE: dashbuilder/dashbuilder-client/dashbuilder-displayer-client/src/main/java/org/dashbuilder/displayer/client/component/ExternalComponentMessageHelperProducer.java class ExternalComponentMessageHelperProducer (line 28) | @ApplicationScoped method produce (line 31) | @Produces FILE: dashbuilder/dashbuilder-client/dashbuilder-displayer-client/src/main/java/org/dashbuilder/displayer/client/component/function/BackendFunctionLoader.java class BackendFunctionLoader (line 35) | @EntryPoint method loadBackendFunctions (line 46) | @PostConstruct method registerFunctions (line 51) | private void registerFunctions(List result) { FILE: dashbuilder/dashbuilder-client/dashbuilder-displayer-client/src/main/java/org/dashbuilder/displayer/client/component/function/ComponentFunctionLocator.java class ComponentFunctionLocator (line 36) | @ApplicationScoped method loadFunctions (line 44) | @PostConstruct method findFunctionByName (line 53) | public Optional findFunctionByName(String n... method registerFunction (line 57) | public void registerFunction(ExternalComponentFunction function) { method listFunctions (line 61) | public JsArray listFunctions() { FILE: dashbuilder/dashbuilder-client/dashbuilder-displayer-client/src/main/java/org/dashbuilder/displayer/client/component/function/GWTVersion.java class GWTVersion (line 15) | @Dependent method exec (line 18) | @Override FILE: dashbuilder/dashbuilder-client/dashbuilder-displayer-client/src/main/java/org/dashbuilder/displayer/client/component/function/ListFunctions.java class ListFunctions (line 30) | @Dependent method exec (line 36) | @Override FILE: dashbuilder/dashbuilder-client/dashbuilder-displayer-client/src/main/java/org/dashbuilder/displayer/client/events/ColumnDetailsChangedEvent.java class ColumnDetailsChangedEvent (line 20) | public class ColumnDetailsChangedEvent { method ColumnDetailsChangedEvent (line 24) | public ColumnDetailsChangedEvent() { method ColumnDetailsChangedEvent (line 27) | public ColumnDetailsChangedEvent(GroupFunction columnFunction) { method getColumnFunction (line 31) | public GroupFunction getColumnFunction() { method setColumnFunction (line 35) | public void setColumnFunction(GroupFunction columnFunction) { FILE: dashbuilder/dashbuilder-client/dashbuilder-displayer-client/src/main/java/org/dashbuilder/displayer/client/events/ColumnFilterChangedEvent.java class ColumnFilterChangedEvent (line 21) | public class ColumnFilterChangedEvent { method ColumnFilterChangedEvent (line 25) | public ColumnFilterChangedEvent() { method ColumnFilterChangedEvent (line 28) | public ColumnFilterChangedEvent(ColumnFilterEditor columnFilterEditor) { method getColumnFilterEditor (line 32) | public ColumnFilterEditor getColumnFilterEditor() { FILE: dashbuilder/dashbuilder-client/dashbuilder-displayer-client/src/main/java/org/dashbuilder/displayer/client/events/ColumnFilterDeletedEvent.java class ColumnFilterDeletedEvent (line 20) | public class ColumnFilterDeletedEvent { method ColumnFilterDeletedEvent (line 24) | public ColumnFilterDeletedEvent() { method ColumnFilterDeletedEvent (line 27) | public ColumnFilterDeletedEvent(ColumnFilterEditor columnFilterEditor) { method getColumnFilterEditor (line 31) | public ColumnFilterEditor getColumnFilterEditor() { FILE: dashbuilder/dashbuilder-client/dashbuilder-displayer-client/src/main/java/org/dashbuilder/displayer/client/events/DataSetFilterChangedEvent.java class DataSetFilterChangedEvent (line 20) | public class DataSetFilterChangedEvent { method DataSetFilterChangedEvent (line 24) | public DataSetFilterChangedEvent() { method DataSetFilterChangedEvent (line 27) | public DataSetFilterChangedEvent(DataSetFilter filter) { method getFilter (line 31) | public DataSetFilter getFilter() { method setFilter (line 35) | public void setFilter(DataSetFilter filter) { FILE: dashbuilder/dashbuilder-client/dashbuilder-displayer-client/src/main/java/org/dashbuilder/displayer/client/events/DataSetGroupDateChanged.java class DataSetGroupDateChanged (line 20) | public class DataSetGroupDateChanged { method DataSetGroupDateChanged (line 24) | public DataSetGroupDateChanged() { method DataSetGroupDateChanged (line 27) | public DataSetGroupDateChanged(ColumnGroup columnGroup) { method getColumnGroup (line 31) | public ColumnGroup getColumnGroup() { method setColumnGroup (line 35) | public void setColumnGroup(ColumnGroup columnGroup) { FILE: dashbuilder/dashbuilder-client/dashbuilder-displayer-client/src/main/java/org/dashbuilder/displayer/client/events/DataSetLookupChangedEvent.java class DataSetLookupChangedEvent (line 20) | public class DataSetLookupChangedEvent { method DataSetLookupChangedEvent (line 24) | public DataSetLookupChangedEvent() { method DataSetLookupChangedEvent (line 27) | public DataSetLookupChangedEvent(DataSetLookup dataSetLookup) { method getDataSetLookup (line 31) | public DataSetLookup getDataSetLookup() { method setDataSetLookup (line 35) | public void setDataSetLookup(DataSetLookup dataSetLookup) { FILE: dashbuilder/dashbuilder-client/dashbuilder-displayer-client/src/main/java/org/dashbuilder/displayer/client/events/DisplayerEditorClosedEvent.java class DisplayerEditorClosedEvent (line 20) | public class DisplayerEditorClosedEvent { method DisplayerEditorClosedEvent (line 24) | public DisplayerEditorClosedEvent() { method DisplayerEditorClosedEvent (line 27) | public DisplayerEditorClosedEvent(DisplayerSettings displayerSettings) { method getDisplayerSettings (line 31) | public DisplayerSettings getDisplayerSettings() { method setDisplayerSettings (line 35) | public void setDisplayerSettings(DisplayerSettings displayerSettings) { FILE: dashbuilder/dashbuilder-client/dashbuilder-displayer-client/src/main/java/org/dashbuilder/displayer/client/events/DisplayerEditorSavedEvent.java class DisplayerEditorSavedEvent (line 20) | public class DisplayerEditorSavedEvent { method DisplayerEditorSavedEvent (line 24) | public DisplayerEditorSavedEvent() { method DisplayerEditorSavedEvent (line 27) | public DisplayerEditorSavedEvent(DisplayerSettings displayerSettings) { method getDisplayerSettings (line 31) | public DisplayerSettings getDisplayerSettings() { method setDisplayerSettings (line 35) | public void setDisplayerSettings(DisplayerSettings displayerSettings) { FILE: dashbuilder/dashbuilder-client/dashbuilder-displayer-client/src/main/java/org/dashbuilder/displayer/client/events/DisplayerSettingsChangedEvent.java class DisplayerSettingsChangedEvent (line 20) | public class DisplayerSettingsChangedEvent { method DisplayerSettingsChangedEvent (line 24) | public DisplayerSettingsChangedEvent() { method DisplayerSettingsChangedEvent (line 27) | public DisplayerSettingsChangedEvent(DisplayerSettings displayerSettin... method getDisplayerSettings (line 31) | public DisplayerSettings getDisplayerSettings() { method setDisplayerSettings (line 35) | public void setDisplayerSettings(DisplayerSettings displayerSettings) { FILE: dashbuilder/dashbuilder-client/dashbuilder-displayer-client/src/main/java/org/dashbuilder/displayer/client/events/DisplayerSubtypeSelectedEvent.java class DisplayerSubtypeSelectedEvent (line 20) | public class DisplayerSubtypeSelectedEvent { method DisplayerSubtypeSelectedEvent (line 24) | public DisplayerSubtypeSelectedEvent() { method DisplayerSubtypeSelectedEvent (line 27) | public DisplayerSubtypeSelectedEvent(DisplayerSubType selectedSubType) { method getSelectedSubType (line 31) | public DisplayerSubType getSelectedSubType() { method setSelectedSubType (line 35) | public void setSelectedSubType(DisplayerSubType selectedSubType) { FILE: dashbuilder/dashbuilder-client/dashbuilder-displayer-client/src/main/java/org/dashbuilder/displayer/client/events/DisplayerTypeSelectedEvent.java class DisplayerTypeSelectedEvent (line 20) | public class DisplayerTypeSelectedEvent { method DisplayerTypeSelectedEvent (line 24) | public DisplayerTypeSelectedEvent() { method DisplayerTypeSelectedEvent (line 27) | public DisplayerTypeSelectedEvent(DisplayerType selectedType) { method getSelectedType (line 31) | public DisplayerType getSelectedType() { method setSelectedType (line 35) | public void setSelectedType(DisplayerType selectedType) { FILE: dashbuilder/dashbuilder-client/dashbuilder-displayer-client/src/main/java/org/dashbuilder/displayer/client/events/GroupFunctionChangedEvent.java class GroupFunctionChangedEvent (line 20) | public class GroupFunctionChangedEvent { method GroupFunctionChangedEvent (line 24) | public GroupFunctionChangedEvent() { method GroupFunctionChangedEvent (line 27) | public GroupFunctionChangedEvent(GroupFunction groupFunction) { method getGroupFunction (line 31) | public GroupFunction getGroupFunction() { method setGroupFunction (line 35) | public void setGroupFunction(GroupFunction groupFunction) { FILE: dashbuilder/dashbuilder-client/dashbuilder-displayer-client/src/main/java/org/dashbuilder/displayer/client/events/GroupFunctionDeletedEvent.java class GroupFunctionDeletedEvent (line 20) | public class GroupFunctionDeletedEvent { method GroupFunctionDeletedEvent (line 24) | public GroupFunctionDeletedEvent() { method GroupFunctionDeletedEvent (line 27) | public GroupFunctionDeletedEvent(GroupFunction groupFunction) { method getGroupFunction (line 31) | public GroupFunction getGroupFunction() { method setGroupFunction (line 35) | public void setGroupFunction(GroupFunction groupFunction) { FILE: dashbuilder/dashbuilder-client/dashbuilder-displayer-client/src/main/java/org/dashbuilder/displayer/client/export/ExportCallback.java type ExportCallback (line 24) | public interface ExportCallback { method noData (line 26) | void noData(); method tooManyRows (line 28) | void tooManyRows(int rowNum); method exportFileUrl (line 30) | void exportFileUrl(String url); method error (line 32) | void error(ClientRuntimeError error); FILE: dashbuilder/dashbuilder-client/dashbuilder-displayer-client/src/main/java/org/dashbuilder/displayer/client/export/ExportFormat.java type ExportFormat (line 18) | public enum ExportFormat { FILE: dashbuilder/dashbuilder-client/dashbuilder-displayer-client/src/main/java/org/dashbuilder/displayer/client/formatter/AbstractValueFormatter.java class AbstractValueFormatter (line 20) | public abstract class AbstractValueFormatter implements ValueFormatter { method formatValue (line 22) | public String formatValue(DataSet dataSet, int row, int column) { FILE: dashbuilder/dashbuilder-client/dashbuilder-displayer-client/src/main/java/org/dashbuilder/displayer/client/formatter/ValueFormatter.java type ValueFormatter (line 20) | public interface ValueFormatter { method formatValue (line 22) | String formatValue(DataSet dataSet, int row, int column); method formatValue (line 24) | String formatValue(Object value); FILE: dashbuilder/dashbuilder-client/dashbuilder-displayer-client/src/main/java/org/dashbuilder/displayer/client/formatter/ValueFormatterRegistry.java class ValueFormatterRegistry (line 22) | @ApplicationScoped method register (line 28) | public void register(String columnId, ValueFormatter formatter) { method register (line 37) | public void register(String displayerUuid, String columnId, ValueForma... method get (line 46) | public Map get(String displayerUuid) { FILE: dashbuilder/dashbuilder-client/dashbuilder-displayer-client/src/main/java/org/dashbuilder/displayer/client/prototypes/DataSetPrototypes.java class DataSetPrototypes (line 26) | @ApplicationScoped method getWorldPopulation (line 41) | public DataSet getWorldPopulation() { method getTotalPopulation (line 45) | public DataSet getTotalPopulation() { method getCountryPopulation (line 49) | public DataSet getCountryPopulation() { method getTopRichCountries (line 53) | public DataSet getTopRichCountries() { method getContinentPopulation (line 57) | public DataSet getContinentPopulation() { method getPopulationLimits (line 61) | public DataSet getPopulationLimits() { method getContinentPopulationExt (line 65) | public DataSet getContinentPopulationExt() { method DataSetPrototypes (line 69) | public DataSetPrototypes() { method DataSetPrototypes (line 72) | @Inject method init (line 78) | public void init() { FILE: dashbuilder/dashbuilder-client/dashbuilder-displayer-client/src/main/java/org/dashbuilder/displayer/client/prototypes/DisplayerPrototypes.java class DisplayerPrototypes (line 33) | @ApplicationScoped method DisplayerPrototypes (line 43) | public DisplayerPrototypes() { method DisplayerPrototypes (line 46) | @Inject method init (line 53) | public void init() { method getProto (line 341) | public DisplayerSettings getProto(DisplayerType type) { method getProto (line 345) | public DisplayerSettings getProto(DisplayerType type, DisplayerSubType... FILE: dashbuilder/dashbuilder-client/dashbuilder-displayer-client/src/main/java/org/dashbuilder/displayer/client/resources/i18n/CommonConstants.java type CommonConstants (line 21) | public interface CommonConstants extends Messages { method ok (line 25) | String ok(); method cancel (line 27) | String cancel(); method error (line 29) | String error(); method cause (line 31) | String cause(); method dataset_editor_notfound (line 35) | String dataset_editor_notfound(); method common_button_addnew (line 37) | String common_button_addnew(); method common_dropdown_select (line 39) | String common_dropdown_select(); method settingsEditor_caption (line 41) | String settingsEditor_caption(); method settingsJsonSource_caption (line 43) | String settingsJsonSource_caption(); method common_group (line 45) | String common_group(); method common_showTitle (line 47) | String common_showTitle(); method common_title (line 49) | String common_title(); method common_title_placeholder (line 51) | String common_title_placeholder(); method common_export (line 53) | String common_export(); method common_allowCSV (line 55) | String common_allowCSV(); method common_allowExcel (line 57) | String common_allowExcel(); method common_renderer (line 59) | String common_renderer(); method common_columns (line 61) | String common_columns(); method columns_name (line 63) | String columns_name(); method columns_pattern (line 65) | String columns_pattern(); method columns_expression (line 67) | String columns_expression(); method columns_emptyvalue (line 69) | String columns_emptyvalue(); method common_columns_placeholder (line 71) | String common_columns_placeholder(); method refresh_group (line 73) | String refresh_group(); method refresh_interval (line 75) | String refresh_interval(); method refresh_stale_data (line 77) | String refresh_stale_data(); method chart_group (line 79) | String chart_group(); method chart_width (line 81) | String chart_width(); method chart_height (line 83) | String chart_height(); method chart_bgColor (line 85) | String chart_bgColor(); method chart_marginGroup (line 87) | String chart_marginGroup(); method chart_topMargin (line 89) | String chart_topMargin(); method chart_bottomMargin (line 91) | String chart_bottomMargin(); method chart_leftMargin (line 93) | String chart_leftMargin(); method chart_rightMargin (line 95) | String chart_rightMargin(); method chart_legendGroup (line 97) | String chart_legendGroup(); method chart_legendShow (line 99) | String chart_legendShow(); method chart_legendPosition (line 101) | String chart_legendPosition(); method chart_3d (line 103) | String chart_3d(); method table_group (line 105) | String table_group(); method table_pageSize (line 107) | String table_pageSize(); method table_width (line 109) | String table_width(); method table_sortEnabled (line 111) | String table_sortEnabled(); method table_sortColumn (line 113) | String table_sortColumn(); method table_sortColumn_placeholder (line 115) | String table_sortColumn_placeholder(); method table_sortOrder (line 117) | String table_sortOrder(); method table_ascSortOrder (line 119) | String table_ascSortOrder(); method table_descSortOrder (line 121) | String table_descSortOrder(); method table_columnPicker (line 123) | String table_columnPicker(); method axis_group (line 125) | String axis_group(); method xaxis_showLabels (line 127) | String xaxis_showLabels(); method xaxis_angle (line 129) | String xaxis_angle(); method xaxis_title (line 131) | String xaxis_title(); method xaxis_title_placeholder (line 133) | String xaxis_title_placeholder(); method yaxis_showLabels (line 135) | String yaxis_showLabels(); method yaxis_angle (line 137) | String yaxis_angle(); method yaxis_title (line 139) | String yaxis_title(); method yaxis_title_placeholder (line 141) | String yaxis_title_placeholder(); method meter_group (line 143) | String meter_group(); method meter_start (line 145) | String meter_start(); method meter_warning (line 147) | String meter_warning(); method meter_critical (line 149) | String meter_critical(); method meter_end (line 151) | String meter_end(); method filter_group (line 153) | String filter_group(); method filter_enabled (line 155) | String filter_enabled(); method filter_self (line 157) | String filter_self(); method filter_listening (line 159) | String filter_listening(); method filter_notifications (line 161) | String filter_notifications(); method selector_group (line 163) | String selector_group(); method selector_width (line 165) | String selector_width(); method selector_multiple (line 167) | String selector_multiple(); method selector_show_inputs (line 169) | String selector_show_inputs(); method filter_editor_selectcolumn (line 171) | String filter_editor_selectcolumn(); method timeframe_from (line 173) | String timeframe_from(); method timeframe_to (line 175) | String timeframe_to(); method timeframe_first_month_year (line 177) | String timeframe_first_month_year(); method case_sensitive (line 179) | String case_sensitive(); method like_to_pattern_instructions (line 181) | String like_to_pattern_instructions(); method multiple_input_descriptions (line 183) | String multiple_input_descriptions(); method group_columnid_label (line 185) | String group_columnid_label(); method dataset_groupdate_fixed_intervals (line 187) | String dataset_groupdate_fixed_intervals(); method dataset_groupdate_empty_intervals (line 189) | String dataset_groupdate_empty_intervals(); method dataset_groupdate_interval_type (line 191) | String dataset_groupdate_interval_type(); method dataset_groupdate_max_intervals (line 193) | String dataset_groupdate_max_intervals(); method dataset_groupdate_firstday (line 195) | String dataset_groupdate_firstday(); method dataset_groupdate_firstmonth (line 197) | String dataset_groupdate_firstmonth(); method settings_validation_integer (line 199) | String settings_validation_integer(); method settings_validation_double (line 201) | String settings_validation_double(); method settings_validation_meter_unknown (line 203) | String settings_validation_meter_unknown(); method settings_validation_meter_higher (line 205) | String settings_validation_meter_higher(String value); method settings_validation_meter_lower (line 207) | String settings_validation_meter_lower(String value); method settings_validation_meter_invalid (line 209) | String settings_validation_meter_invalid(); method dataset_dataset (line 213) | String dataset_dataset(); method dataset_filters (line 215) | String dataset_filters(); method dataset_rows (line 217) | String dataset_rows(); method dataset_columns (line 219) | String dataset_columns(); method dataset_lookup_group_columns_all (line 221) | String dataset_lookup_group_columns_all(); method dataset_lookup_dataset_notfound (line 223) | String dataset_lookup_dataset_notfound(String uuid); method dataset_lookup_init_error (line 225) | String dataset_lookup_init_error(); method displayer_editor_title (line 229) | String displayer_editor_title(); method displayer_editor_new (line 231) | String displayer_editor_new(); method displayer_editor_dataset_notfound (line 233) | String displayer_editor_dataset_notfound(); method displayer_editor_datasetmetadata_fetcherror (line 235) | String displayer_editor_datasetmetadata_fetcherror(); method displayer_editor_dataset_nolookuprequest (line 237) | String displayer_editor_dataset_nolookuprequest(); method displayer_editor_incompatible_settings (line 239) | String displayer_editor_incompatible_settings(); method displayer_editor_tab_type (line 241) | String displayer_editor_tab_type(); method displayer_editor_tab_data (line 243) | String displayer_editor_tab_data(); method displayer_editor_tab_display (line 245) | String displayer_editor_tab_display(); method displayer_editor_view_as_table (line 247) | String displayer_editor_view_as_table(); method renderer_selector_title (line 249) | String renderer_selector_title(); method displayerlocator_default_renderer_undeclared (line 251) | String displayerlocator_default_renderer_undeclared(String targetType); method displayerlocator_unsupported_displayer_renderer (line 253) | String displayerlocator_unsupported_displayer_renderer(String targetTy... method rendererliblocator_renderer_not_found (line 255) | String rendererliblocator_renderer_not_found(String renderer); method rendererliblocator_multiple_renderers_found (line 257) | String rendererliblocator_multiple_renderers_found(String renderer); method expand (line 259) | String expand(); method collapse (line 261) | String collapse(); method removeFilter (line 263) | String removeFilter(); method renderermanager_renderer_not_available (line 265) | String renderermanager_renderer_not_available(String type); method displayerviewer_displayer_not_created (line 267) | String displayerviewer_displayer_not_created(); method chart_resizable (line 269) | String chart_resizable(); method map_group (line 271) | String map_group(); method color_scheme (line 273) | String color_scheme(); method loadingComponent (line 275) | String loadingComponent(); method componentEditor (line 277) | String componentEditor(); method componentNotFound (line 279) | String componentNotFound(); method noPropertiesComponent (line 281) | String noPropertiesComponent(); method componentConfigDefaultMessage (line 283) | String componentConfigDefaultMessage(); method mandatoryHelpHeader (line 285) | String mandatoryHelpHeader(); method mandatoryHelpText (line 287) | String mandatoryHelpText(); FILE: dashbuilder/dashbuilder-client/dashbuilder-displayer-client/src/main/java/org/dashbuilder/displayer/client/resources/i18n/DisplayerConstants.java type DisplayerConstants (line 21) | public interface DisplayerConstants extends Messages { method initializing (line 25) | String initializing(); method error (line 27) | String error(); method error_settings_unset (line 29) | String error_settings_unset(); method error_handler_unset (line 31) | String error_handler_unset(); method error_dataset_notfound (line 33) | String error_dataset_notfound(); method displayer_keyword_not_allowed (line 35) | String displayer_keyword_not_allowed(String expr); method displayer_expr_invalid_syntax (line 37) | String displayer_expr_invalid_syntax(String expr); method userDefinedVariableDescription (line 39) | String userDefinedVariableDescription(); method valueRawVariableDescription (line 41) | String valueRawVariableDescription(); method valueStartVariableDescription (line 43) | String valueStartVariableDescription(); method valueWarningVariableDescription (line 45) | String valueWarningVariableDescription(); method valueCriticalVariableDescription (line 47) | String valueCriticalVariableDescription(); method valueEndVariableDescription (line 49) | String valueEndVariableDescription(); method valueVariableDescription (line 51) | String valueVariableDescription(); method titleVariableDescription (line 53) | String titleVariableDescription(); method widthVariableDescription (line 55) | String widthVariableDescription(); method heightVariableDescription (line 57) | String heightVariableDescription(); method marginTopVariableDescription (line 59) | String marginTopVariableDescription(); method marginBottomVariableDescription (line 61) | String marginBottomVariableDescription(); method marginRightVariableDescription (line 63) | String marginRightVariableDescription(); method marginLeftVariableDescription (line 65) | String marginLeftVariableDescription(); method bgColorVariableDescription (line 67) | String bgColorVariableDescription(); method isFilterEnabledVariableDescription (line 69) | String isFilterEnabledVariableDescription(); method isFilterOnVariableDescription (line 71) | String isFilterOnVariableDescription(); method isEmptyVariableDescription (line 73) | String isEmptyVariableDescription(); method doFilterVariableDescription (line 75) | String doFilterVariableDescription(); FILE: dashbuilder/dashbuilder-client/dashbuilder-displayer-client/src/main/java/org/dashbuilder/displayer/client/resources/i18n/DisplayerHtmlConstants.java type DisplayerHtmlConstants (line 21) | public interface DisplayerHtmlConstants extends ConstantsWithLookup { method displayer_html_preview_link (line 25) | String displayer_html_preview_link(); method displayer_source_code_html (line 27) | String displayer_source_code_html(); method displayer_source_code_javascript (line 29) | String displayer_source_code_javascript(); FILE: dashbuilder/dashbuilder-client/dashbuilder-displayer-client/src/main/java/org/dashbuilder/displayer/client/resources/i18n/DisplayerTypeConstants.java type DisplayerTypeConstants (line 21) | public interface DisplayerTypeConstants extends ConstantsWithLookup { method displayer_type_selector_tab_bar (line 25) | String displayer_type_selector_tab_bar(); method displayer_type_selector_tab_pie (line 27) | String displayer_type_selector_tab_pie(); method displayer_type_selector_tab_line (line 29) | String displayer_type_selector_tab_line(); method displayer_type_selector_tab_area (line 31) | String displayer_type_selector_tab_area(); method displayer_type_selector_tab_bubble (line 33) | String displayer_type_selector_tab_bubble(); method displayer_type_selector_tab_meter (line 35) | String displayer_type_selector_tab_meter(); method displayer_type_selector_tab_metric (line 37) | String displayer_type_selector_tab_metric(); method displayer_type_selector_tab_map (line 39) | String displayer_type_selector_tab_map(); method displayer_type_selector_tab_table (line 41) | String displayer_type_selector_tab_table(); method displayer_type_selector_tab_selector (line 43) | String displayer_type_selector_tab_selector(); method DISPLAYER_SUBTYPE_LINE (line 47) | String DISPLAYER_SUBTYPE_LINE(); method DISPLAYER_SUBTYPE_SMOOTH (line 49) | String DISPLAYER_SUBTYPE_SMOOTH(); method DISPLAYER_SUBTYPE_AREA (line 51) | String DISPLAYER_SUBTYPE_AREA(); method DISPLAYER_SUBTYPE_STACKED (line 53) | String DISPLAYER_SUBTYPE_STACKED(); method DISPLAYER_SUBTYPE_STEPPED (line 55) | String DISPLAYER_SUBTYPE_STEPPED(); method DISPLAYER_SUBTYPE_BAR (line 57) | String DISPLAYER_SUBTYPE_BAR(); method DISPLAYER_SUBTYPE_BAR_STACKED (line 59) | String DISPLAYER_SUBTYPE_BAR_STACKED(); method DISPLAYER_SUBTYPE_COLUMN (line 61) | String DISPLAYER_SUBTYPE_COLUMN(); method DISPLAYER_SUBTYPE_COLUMN_STACKED (line 63) | String DISPLAYER_SUBTYPE_COLUMN_STACKED(); method DISPLAYER_SUBTYPE_HISTOGRAM (line 65) | String DISPLAYER_SUBTYPE_HISTOGRAM(); method DISPLAYER_SUBTYPE_PIE (line 67) | String DISPLAYER_SUBTYPE_PIE(); method DISPLAYER_SUBTYPE_PIE_3D (line 69) | String DISPLAYER_SUBTYPE_PIE_3D(); method DISPLAYER_SUBTYPE_DONUT (line 71) | String DISPLAYER_SUBTYPE_DONUT(); method DISPLAYER_SUBTYPE_MAP_REGIONS (line 73) | String DISPLAYER_SUBTYPE_MAP_REGIONS(); method DISPLAYER_SUBTYPE_MAP_MARKERS (line 75) | String DISPLAYER_SUBTYPE_MAP_MARKERS(); method DISPLAYER_SUBTYPE_METRIC_CARD (line 77) | String DISPLAYER_SUBTYPE_METRIC_CARD(); method DISPLAYER_SUBTYPE_METRIC_CARD2 (line 79) | String DISPLAYER_SUBTYPE_METRIC_CARD2(); method DISPLAYER_SUBTYPE_METRIC_QUOTA (line 81) | String DISPLAYER_SUBTYPE_METRIC_QUOTA(); method DISPLAYER_SUBTYPE_METRIC_PLAIN_TEXT (line 83) | String DISPLAYER_SUBTYPE_METRIC_PLAIN_TEXT(); method DISPLAYER_SUBTYPE_SELECTOR_DROPDOWN (line 85) | String DISPLAYER_SUBTYPE_SELECTOR_DROPDOWN(); method DISPLAYER_SUBTYPE_SELECTOR_LABELS (line 87) | String DISPLAYER_SUBTYPE_SELECTOR_LABELS(); method DISPLAYER_SUBTYPE_SELECTOR_SLIDER (line 89) | String DISPLAYER_SUBTYPE_SELECTOR_SLIDER(); method BARCHART_BAR_tt (line 93) | String BARCHART_BAR_tt(); method BARCHART_BAR_STACKED_tt (line 95) | String BARCHART_BAR_STACKED_tt(); method BARCHART_COLUMN_tt (line 97) | String BARCHART_COLUMN_tt(); method BARCHART_COLUMN_STACKED_tt (line 99) | String BARCHART_COLUMN_STACKED_tt(); method PIECHART_PIE_tt (line 101) | String PIECHART_PIE_tt(); method PIECHART_PIE_3D_tt (line 103) | String PIECHART_PIE_3D_tt(); method PIECHART_DONUT_tt (line 105) | String PIECHART_DONUT_tt(); method AREACHART_AREA_tt (line 107) | String AREACHART_AREA_tt(); method AREACHART_AREA_STACKED_tt (line 109) | String AREACHART_AREA_STACKED_tt(); method LINECHART_LINE_tt (line 111) | String LINECHART_LINE_tt(); method LINECHART_SMOOTH_tt (line 113) | String LINECHART_SMOOTH_tt(); method MAP_MAP_REGIONS_tt (line 115) | String MAP_MAP_REGIONS_tt(); method MAP_MAP_MARKERS_tt (line 117) | String MAP_MAP_MARKERS_tt(); method BUBBLECHART_default_tt (line 119) | String BUBBLECHART_default_tt(); method METERCHART_default_tt (line 121) | String METERCHART_default_tt(); method METRIC_METRIC_CARD_tt (line 123) | String METRIC_METRIC_CARD_tt(); method METRIC_METRIC_CARD2_tt (line 125) | String METRIC_METRIC_CARD2_tt(); method METRIC_METRIC_QUOTA_tt (line 127) | String METRIC_METRIC_QUOTA_tt(); method METRIC_METRIC_PLAIN_TEXT_tt (line 129) | String METRIC_METRIC_PLAIN_TEXT_tt(); method TABLE_default_tt (line 131) | String TABLE_default_tt(); method EXTERNAL_COMPONENT_default_tt (line 133) | String EXTERNAL_COMPONENT_default_tt(); method SELECTOR_SELECTOR_DROPDOWN_tt (line 135) | String SELECTOR_SELECTOR_DROPDOWN_tt(); method SELECTOR_SELECTOR_LABELS_tt (line 137) | String SELECTOR_SELECTOR_LABELS_tt(); method SELECTOR_SELECTOR_SLIDER_tt (line 139) | String SELECTOR_SELECTOR_SLIDER_tt(); FILE: dashbuilder/dashbuilder-client/dashbuilder-displayer-client/src/main/java/org/dashbuilder/displayer/client/resources/i18n/MapColorSchemeConstants.java type MapColorSchemeConstants (line 21) | public interface MapColorSchemeConstants extends ConstantsWithLookup { method COLOR_SCHEME_RED (line 27) | String COLOR_SCHEME_RED(); method COLOR_SCHEME_BLUE (line 29) | String COLOR_SCHEME_BLUE(); method COLOR_SCHEME_GREEN (line 31) | String COLOR_SCHEME_GREEN(); FILE: dashbuilder/dashbuilder-client/dashbuilder-displayer-client/src/main/java/org/dashbuilder/displayer/client/resources/i18n/PositionConstants.java type PositionConstants (line 21) | public interface PositionConstants extends ConstantsWithLookup { method POSITION_BOTTOM (line 27) | String POSITION_BOTTOM(); method POSITION_TOP (line 29) | String POSITION_TOP(); method POSITION_LEFT (line 31) | String POSITION_LEFT(); method POSITION_RIGHT (line 33) | String POSITION_RIGHT(); method POSITION_IN (line 35) | String POSITION_IN(); FILE: dashbuilder/dashbuilder-client/dashbuilder-displayer-client/src/main/java/org/dashbuilder/displayer/client/resources/i18n/SourceCodeEditorConstants.java type SourceCodeEditorConstants (line 21) | public interface SourceCodeEditorConstants extends Messages { method add_variable (line 25) | String add_variable(); FILE: dashbuilder/dashbuilder-client/dashbuilder-displayer-client/src/main/java/org/dashbuilder/displayer/client/resources/i18n/SourceCodeValidatorConstants.java type SourceCodeValidatorConstants (line 21) | public interface SourceCodeValidatorConstants extends Messages { method js_keyword_not_allowed (line 25) | String js_keyword_not_allowed(String expr); method js_variable_not_found (line 27) | String js_variable_not_found(String var); FILE: dashbuilder/dashbuilder-client/dashbuilder-displayer-client/src/main/java/org/dashbuilder/displayer/client/resources/images/DisplayerImagesResources.java type DisplayerImagesResources (line 22) | public interface DisplayerImagesResources extends ClientBundleWithLookup { method BARCHART_BAR_selected (line 34) | @Source("bar_selected.png") method BARCHART_BAR_unselected (line 37) | @Source("bar_unselected.png") method BARCHART_BAR_STACKED_selected (line 40) | @Source("bar_stacked_selected.png") method BARCHART_BAR_STACKED_unselected (line 43) | @Source("bar_stacked_unselected.png") method BARCHART_COLUMN_selected (line 46) | @Source("column_selected.png") method BARCHART_COLUMN_unselected (line 49) | @Source("column_unselected.png") method BARCHART_COLUMN_STACKED_selected (line 52) | @Source("column_stacked_selected.png") method BARCHART_COLUMN_STACKED_unselected (line 55) | @Source("column_stacked_unselected.png") method PIECHART_PIE_selected (line 58) | @Source("pie_selected.png") method PIECHART_PIE_unselected (line 61) | @Source("pie_unselected.png") method PIECHART_PIE_3D_selected (line 64) | @Source("pie_3d_selected.png") method PIECHART_PIE_3D_unselected (line 67) | @Source("pie_3d_unselected.png") method PIECHART_DONUT_selected (line 70) | @Source("donut_selected.png") method PIECHART_DONUT_unselected (line 73) | @Source("donut_unselected.png") method AREACHART_AREA_selected (line 76) | @Source("area_selected.png") method AREACHART_AREA_unselected (line 79) | @Source("area_unselected.png") method AREACHART_AREA_STACKED_selected (line 82) | @Source("area_stacked_selected.png") method AREACHART_AREA_STACKED_unselected (line 85) | @Source("area_stacked_unselected.png") method LINECHART_LINE_selected (line 88) | @Source("line_selected.png") method LINECHART_LINE_unselected (line 91) | @Source("line_unselected.png") method LINECHART_SMOOTH_selected (line 94) | @Source("line_smooth_selected.png") method LINECHART_SMOOTH_unselected (line 97) | @Source("line_smooth_unselected.png") method MAP_MAP_REGIONS_selected (line 100) | @Source("map_regions_selected.png") method MAP_MAP_REGIONS_unselected (line 103) | @Source("map_regions_unselected.png") method MAP_MAP_MARKERS_selected (line 106) | @Source("map_markers_selected.png") method MAP_MAP_MARKERS_unselected (line 109) | @Source("map_markers_unselected.png") method BUBBLECHART_default (line 112) | @Source("bubble_default.png") method METERCHART_default (line 115) | @Source("meter_default.png") method METRIC_METRIC_CARD_selected (line 118) | @Source("metric_card_selected.png") method METRIC_METRIC_CARD_unselected (line 121) | @Source("metric_card_unselected.png") method METRIC_METRIC_CARD2_selected (line 124) | @Source("metric_card2_selected.png") method METRIC_METRIC_CARD2_unselected (line 127) | @Source("metric_card2_unselected.png") method METRIC_METRIC_QUOTA_selected (line 130) | @Source("metric_quota_selected.png") method METRIC_METRIC_QUOTA_unselected (line 133) | @Source("metric_quota_unselected.png") method METRIC_METRIC_PLAIN_TEXT_selected (line 136) | @Source("metric_plaintext_selected.png") method METRIC_METRIC_PLAIN_TEXT_unselected (line 139) | @Source("metric_plaintext_unselected.png") method SELECTOR_SELECTOR_DROPDOWN_selected (line 142) | @Source("selector_dropdown_selected.png") method SELECTOR_SELECTOR_DROPDOWN_unselected (line 145) | @Source("selector_dropdown_unselected.png") method SELECTOR_SELECTOR_LABELS_selected (line 148) | @Source("selector_labels_selected.png") method SELECTOR_SELECTOR_LABELS_unselected (line 151) | @Source("selector_labels_unselected.png") method SELECTOR_SELECTOR_SLIDER_selected (line 154) | @Source("selector_slider_selected.png") method SELECTOR_SELECTOR_SLIDER_unselected (line 157) | @Source("selector_slider_unselected.png") method TABLE_default (line 160) | @Source("table_default.png") FILE: dashbuilder/dashbuilder-client/dashbuilder-displayer-client/src/main/java/org/dashbuilder/displayer/client/widgets/DataSetLookupEditor.java class DataSetLookupEditor (line 62) | @Dependent type View (line 65) | public interface View extends UberView { method clearAll (line 67) | void clearAll(); method clearDataSetSelector (line 69) | void clearDataSetSelector(); method enableDataSetSelectorHint (line 71) | void enableDataSetSelectorHint(); method addDataSetItem (line 73) | void addDataSetItem(String name, method removeDataSetItem (line 76) | void removeDataSetItem(int index); method setSelectedDataSetIndex (line 78) | void setSelectedDataSetIndex(int index); method getSelectedDataSetId (line 80) | String getSelectedDataSetId(); method error (line 82) | void error(ClientRuntimeError error); method errorDataSetNotFound (line 84) | void errorDataSetNotFound(String dataSetUUID); method setFilterEnabled (line 86) | void setFilterEnabled(boolean enabled); method setGroupEnabled (line 88) | void setGroupEnabled(boolean enabled); method clearGroupColumnSelector (line 90) | void clearGroupColumnSelector(); method setGroupByDateEnabled (line 92) | void setGroupByDateEnabled(boolean enabled); method setGroupColumnSelectorTitle (line 94) | void setGroupColumnSelectorTitle(String title); method enableGroupColumnSelectorHint (line 96) | void enableGroupColumnSelectorHint(); method addGroupColumnItem (line 98) | void addGroupColumnItem(String column); method setSelectedGroupColumnIndex (line 100) | void setSelectedGroupColumnIndex(int index); method getSelectedGroupColumnId (line 102) | String getSelectedGroupColumnId(); method setColumnsSectionEnabled (line 104) | void setColumnsSectionEnabled(boolean enabled); method clearColumnList (line 106) | void clearColumnList(); method setColumnSectionTitle (line 108) | void setColumnSectionTitle(String title); method setAddColumnOptionEnabled (line 110) | void setAddColumnOptionEnabled(boolean enabled); method addColumnEditor (line 112) | void addColumnEditor(ColumnFunctionEditor editor); method removeColumnEditor (line 114) | void removeColumnEditor(ColumnFunctionEditor editor); type DataSetDefFilter (line 117) | public interface DataSetDefFilter { method accept (line 119) | boolean accept(DataSetDef def); method accept (line 136) | public boolean accept(DataSetDef def) { method DataSetLookupEditor (line 141) | @Inject method init (line 160) | public void init(DataSetLookupConstraints lookupConstraints, method fetchMetadata (line 174) | void fetchMetadata(final String uuid, method asWidget (line 199) | @Override method getView (line 204) | public View getView() { method getFilterEditor (line 208) | public DataSetFilterEditor getFilterEditor() { method getGroupDateEditor (line 212) | public DataSetGroupDateEditor getGroupDateEditor() { method getDataSetLookup (line 216) | public DataSetLookup getDataSetLookup() { method getLookupConstraints (line 220) | public DataSetLookupConstraints getLookupConstraints() { method setDataSetDefFilter (line 224) | public void setDataSetDefFilter(DataSetDefFilter dataSetDefFilter) { method getDataSetUUID (line 228) | public String getDataSetUUID() { method getColumnId (line 232) | public String getColumnId(int index) { method getColumnType (line 236) | public ColumnType getColumnType(int index) { method getColumnType (line 240) | public ColumnType getColumnType(String columnId) { method getFirstGroupOp (line 244) | public DataSetGroup getFirstGroupOp() { method isFirstGroupOpDateBased (line 252) | public boolean isFirstGroupOpDateBased() { method getFirstGroupFunctions (line 265) | public List getFirstGroupFunctions() { method getFirstGroupFunctionIdx (line 273) | public int getFirstGroupFunctionIdx(GroupFunction gf) { method getFirstGroupColumnId (line 281) | public String getFirstGroupColumnId() { method getAvailableGroupColumnIdxs (line 293) | public List getAvailableGroupColumnIdxs() { method showDataSetDefs (line 304) | public void showDataSetDefs(List ds) { method addDataSetDef (line 330) | public void addDataSetDef(DataSetDef def) { method removeDataSetDef (line 341) | public void removeDataSetDef(DataSetDef def) { method updateDataSetLookup (line 354) | void updateDataSetLookup() { method updateFilterControls (line 366) | void updateFilterControls() { method updateGroupControls (line 372) | void updateGroupControls() { method updateColumnControls (line 416) | void updateColumnControls() { method getGroupFunctionLastIdx (line 479) | int getGroupFunctionLastIdx(List groupFunctions, method getGroupFunctionColumnIdx (line 493) | int getGroupFunctionColumnIdx(String columnId) { method onDataSetSelected (line 508) | void onDataSetSelected() { method onGroupColumnSelected (line 525) | void onGroupColumnSelected() { method onAddColumn (line 575) | void onAddColumn() { method onFilterChanged (line 594) | void onFilterChanged(@Observes DataSetFilterChangedEvent event) { method onDateGroupChanged (line 606) | void onDateGroupChanged(@Observes DataSetGroupDateChanged event) { method onColumnFunctionChanged (line 618) | void onColumnFunctionChanged(@Observes GroupFunctionChangedEvent event) { method onColumnFunctionDeleted (line 626) | void onColumnFunctionDeleted(@Observes GroupFunctionDeletedEvent event) { method onDataSetDefRegisteredEvent (line 642) | void onDataSetDefRegisteredEvent(@Observes DataSetDefRegisteredEvent e... method onDataSetDefModifiedEvent (line 648) | void onDataSetDefModifiedEvent(@Observes DataSetDefModifiedEvent event) { method onDataSetDefRemovedEvent (line 656) | void onDataSetDefRemovedEvent(@Observes DataSetDefRemovedEvent event) { FILE: dashbuilder/dashbuilder-client/dashbuilder-displayer-client/src/main/java/org/dashbuilder/displayer/client/widgets/DataSetLookupEditorView.java class DataSetLookupEditorView (line 41) | @Dependent type Binder (line 45) | interface Binder extends UiBinder {} method init (line 95) | @Override method clearAll (line 106) | @Override method clearDataSetSelector (line 116) | @Override method enableDataSetSelectorHint (line 121) | @Override method addDataSetItem (line 127) | @Override method removeDataSetItem (line 132) | @Override method setSelectedDataSetIndex (line 137) | @Override method getSelectedDataSetId (line 142) | @Override method errorDataSetNotFound (line 151) | @Override method error (line 157) | @Override method setFilterEnabled (line 169) | @Override method setGroupEnabled (line 174) | @Override method clearGroupColumnSelector (line 179) | @Override method setGroupByDateEnabled (line 184) | @Override method collapseGroupDatePanel (line 192) | public void collapseGroupDatePanel() { method expandGroupDatePanel (line 197) | public void expandGroupDatePanel() { method setGroupColumnSelectorTitle (line 202) | @Override method enableGroupColumnSelectorHint (line 207) | @Override method addGroupColumnItem (line 213) | @Override method setSelectedGroupColumnIndex (line 218) | @Override method getSelectedGroupColumnId (line 223) | @Override method setColumnsSectionEnabled (line 232) | @Override method clearColumnList (line 237) | @Override method setColumnSectionTitle (line 242) | @Override method setAddColumnOptionEnabled (line 247) | @Override method addColumnEditor (line 252) | @Override method removeColumnEditor (line 257) | @Override method onDataSetSelected (line 264) | @UiHandler(value = "dataSetListBox") method onAddColumnClicked (line 269) | @UiHandler(value = "addColumnButton") method onGroupColumnChanged (line 274) | @UiHandler(value = "groupColumnListBox") method expandCollapseGroupDetails (line 279) | public void expandCollapseGroupDetails(ClickEvent event) { FILE: dashbuilder/dashbuilder-client/dashbuilder-displayer-client/src/main/java/org/dashbuilder/displayer/client/widgets/DisplayerEditor.java class DisplayerEditor (line 62) | @Dependent type View (line 70) | public interface View extends UberView { method getBrandNewDisplayerTitle (line 72) | String getBrandNewDisplayerTitle(); method isTableDisplayModeOn (line 74) | boolean isTableDisplayModeOn(); method setTableDisplayModeEnabled (line 76) | void setTableDisplayModeEnabled(boolean enabled); method showDisplayer (line 78) | void showDisplayer(IsWidget displayer); method setTypeSelectionEnabled (line 80) | void setTypeSelectionEnabled(boolean enabled); method setDisplaySettingsEnabled (line 82) | void setDisplaySettingsEnabled(boolean enabled); method setDataSetLookupConfEnabled (line 84) | void setDataSetLookupConfEnabled(boolean enabled); method setComponentSettingsEnabled (line 86) | void setComponentSettingsEnabled(boolean enabled); method goToTypeSelection (line 88) | void goToTypeSelection(DisplayerTypeSelector typeSelector); method goToDataSetLookupConf (line 90) | void goToDataSetLookupConf(DataSetLookupEditor lookupEditor); method goToDisplaySettings (line 92) | void goToDisplaySettings(DisplayerSettingsEditor settingsEditor); method showTypeChangedWarning (line 94) | void showTypeChangedWarning(Command yes, Command no); method error (line 96) | void error(String error); method error (line 98) | void error(ClientRuntimeError error); method gotoExternalComponentSettings (line 100) | void gotoExternalComponentSettings(ExternalComponentPropertiesEditor... method onError (line 137) | public void onError(Displayer displayer, ClientRuntimeError error) { method DisplayerEditor (line 142) | @Inject method setDisplayerType (line 175) | public void setDisplayerType(DisplayerType displayerType) { method setDisplayerSubType (line 179) | public void setDisplayerSubType(DisplayerSubType displayerSubType) { method init (line 183) | public void init(DisplayerSettings settings) { method initComponentEditor (line 208) | private void initComponentEditor() { method supportsHtmlTemplate (line 214) | protected boolean supportsHtmlTemplate() { method initDisplayer (line 218) | protected void initDisplayer() { method initLookupEditor (line 228) | protected void initLookupEditor() { method initTypeSelector (line 233) | protected void initTypeSelector() { method initSettingsEditor (line 237) | protected void initSettingsEditor() { method asWidget (line 241) | @Override method getView (line 246) | public View getView() { method isBrandNewDisplayer (line 250) | public boolean isBrandNewDisplayer() { method getDisplayerSettings (line 254) | public DisplayerSettings getDisplayerSettings() { method getDisplayer (line 258) | public Displayer getDisplayer() { method getCurrentRenderer (line 262) | public String getCurrentRenderer() { method getTypeSelector (line 266) | public DisplayerTypeSelector getTypeSelector() { method getLookupEditor (line 270) | public DataSetLookupEditor getLookupEditor() { method getSettingsEditor (line 274) | public DisplayerSettingsEditor getSettingsEditor() { method setTypeSelectorEnabled (line 278) | public void setTypeSelectorEnabled(boolean enabled) { method setDataSetLookupConfEnabled (line 283) | public void setDataSetLookupConfEnabled(boolean enabled) { method setDisplaySettingsEnabled (line 288) | public void setDisplaySettingsEnabled(boolean enabled) { method setExternalComponentSettingsEnabled (line 293) | public void setExternalComponentSettingsEnabled(boolean enabled) { method setOnSaveCommand (line 298) | public void setOnSaveCommand(Command saveCommand) { method setOnCloseCommand (line 302) | public void setOnCloseCommand(Command closeCommand) { method showDisplayer (line 306) | public void showDisplayer() { method gotoFirstSectionEnabled (line 331) | public void gotoFirstSectionEnabled() { method gotoLastSection (line 345) | public void gotoLastSection() { method gotoTypeSelection (line 365) | public void gotoTypeSelection() { method gotoDataSetLookupConf (line 371) | public void gotoDataSetLookupConf() { method gotoDisplaySettings (line 378) | public void gotoDisplaySettings() { method gotoExternalComponentSettings (line 384) | public void gotoExternalComponentSettings() { method save (line 391) | public void save() { method close (line 405) | public void close() { method onDataSetLookupChanged (line 415) | void onDataSetLookupChanged(@Observes DataSetLookupChangedEvent event) { method onDisplayerSettingsChanged (line 425) | void onDisplayerSettingsChanged(@Observes DisplayerSettingsChangedEven... method onDisplayerTypeChanged (line 436) | void onDisplayerTypeChanged(@Observes DisplayerTypeSelectedEvent event) { method onDisplayerSubtypeChanged (line 440) | void onDisplayerSubtypeChanged(@Observes DisplayerSubtypeSelectedEvent... method displayerTypeChanged (line 444) | void displayerTypeChanged(DisplayerType type, DisplayerSubType display... method applySelectedType (line 476) | void applySelectedType() { method abortSelectedType (line 504) | void abortSelectedType() { method getExistingDataColumnIds (line 510) | List getExistingDataColumnIds() { method removeStaleSettings (line 531) | void removeStaleSettings() { method onComponentPropertiesUpdate (line 548) | void onComponentPropertiesUpdate(Map updatedProperties) { FILE: dashbuilder/dashbuilder-client/dashbuilder-displayer-client/src/main/java/org/dashbuilder/displayer/client/widgets/DisplayerEditorPopup.java class DisplayerEditorPopup (line 39) | @Dependent type Binder (line 42) | interface Binder extends UiBinder {} method DisplayerEditorPopup (line 55) | @Inject method init (line 67) | public DisplayerEditorPopup init(DisplayerSettings settings) { method getDisplayerSettings (line 74) | public DisplayerSettings getDisplayerSettings() { method setNewDisplayerTitle (line 78) | public void setNewDisplayerTitle(String newDisplayerTitle) { method setEditDisplayerTitle (line 82) | public void setEditDisplayerTitle(String editDisplayerTitle) { method setDisplayerType (line 86) | public void setDisplayerType(DisplayerType displayerType) { method setDisplayerSubType (line 90) | public void setDisplayerSubType(DisplayerSubType displayerSubType) { method setOnSaveCommand (line 94) | public void setOnSaveCommand(Command saveCommand) { method setOnCloseCommand (line 98) | public void setOnCloseCommand(Command closeCommand) { method setTypeSelectorEnabled (line 102) | public void setTypeSelectorEnabled(boolean enableTypeSelector) { method setExternalDisplayerEnabled (line 106) | public void setExternalDisplayerEnabled(boolean enabled) { method createShownHandler (line 113) | protected ModalShownHandler createShownHandler(final DisplayerSettings... method removeShownHandler (line 127) | protected void removeShownHandler() { method addHiddenHandler (line 134) | protected void addHiddenHandler() { method userPressedCloseOrCancel (line 145) | private boolean userPressedCloseOrCancel() { method createModalFooterOKCancelButtons (line 149) | protected ModalFooterOKCancelButtons createModalFooterOKCancelButtons() { FILE: dashbuilder/dashbuilder-client/dashbuilder-displayer-client/src/main/java/org/dashbuilder/displayer/client/widgets/DisplayerEditorStatus.java class DisplayerEditorStatus (line 22) | @ApplicationScoped method getSelectedOption (line 27) | public int getSelectedOption(String displayerUuid) { method saveSelectedOption (line 32) | public void saveSelectedOption(String displayerUuid, int option) { method fetch (line 37) | private DisplayerStatus fetch(String displayerUuid) { class DisplayerStatus (line 45) | private class DisplayerStatus { FILE: dashbuilder/dashbuilder-client/dashbuilder-displayer-client/src/main/java/org/dashbuilder/displayer/client/widgets/DisplayerEditorView.java class DisplayerEditorView (line 40) | @Dependent type Binder (line 44) | interface Binder extends UiBinder {} method init (line 79) | public void init(DisplayerEditor presenter) { method getBrandNewDisplayerTitle (line 87) | @Override method showDisplayer (line 92) | @Override method setTypeSelectionEnabled (line 98) | @Override method setDisplaySettingsEnabled (line 104) | @Override method setDataSetLookupConfEnabled (line 110) | @Override method setComponentSettingsEnabled (line 116) | @Override method isTableDisplayModeOn (line 122) | @Override method setTableDisplayModeEnabled (line 127) | @Override method goToTypeSelection (line 132) | @Override method goToDataSetLookupConf (line 145) | @Override method goToDisplaySettings (line 157) | @Override method gotoExternalComponentSettings (line 170) | @Override method showTypeChangedWarning (line 183) | @Override method error (line 192) | @Override method error (line 201) | @Override method onTypeSelected (line 214) | @UiHandler(value = "optionType") method onDataSelected (line 219) | @UiHandler(value = "optionData") method onSettingsSelected (line 224) | @UiHandler(value = "optionSettings") method onExternalComponentSettingsSelected (line 229) | @UiHandler(value = "optionComponentSettings") method onRawTableChecked (line 234) | @UiHandler(value = "viewAsTableButton") method goToOtherSectionIfActive (line 239) | private void goToOtherSectionIfActive(TabListItem item) { FILE: dashbuilder/dashbuilder-client/dashbuilder-displayer-client/src/main/java/org/dashbuilder/displayer/client/widgets/DisplayerError.java class DisplayerError (line 29) | @Dependent type Binder (line 32) | interface Binder extends UiBinder {} method DisplayerError (line 47) | public DisplayerError() { method show (line 51) | public void show(final String message, final String cause) { FILE: dashbuilder/dashbuilder-client/dashbuilder-displayer-client/src/main/java/org/dashbuilder/displayer/client/widgets/DisplayerErrorWidget.java class DisplayerErrorWidget (line 31) | @Dependent method show (line 59) | public void show(String message, Throwable t) { method buildErrorDetails (line 64) | private String buildErrorDetails(Throwable t) { method onChevronRightClicked (line 78) | @EventHandler("chevronRight") method onChevronDownClicked (line 83) | @EventHandler("chevronDown") method showErrorDetails (line 88) | private void showErrorDetails(final boolean isVisible) { FILE: dashbuilder/dashbuilder-client/dashbuilder-displayer-client/src/main/java/org/dashbuilder/displayer/client/widgets/DisplayerHtmlEditor.java class DisplayerHtmlEditor (line 39) | @Dependent type View (line 42) | public interface View extends UberView { method showDisplayer (line 44) | void showDisplayer(IsWidget displayer); method clearSourceCodeItems (line 46) | void clearSourceCodeItems(); method addSourceCodeItem (line 48) | void addSourceCodeItem(String name); method editSourceCodeItem (line 50) | void editSourceCodeItem(String name, IsWidget editor); class SourceCodeItem (line 53) | public class SourceCodeItem { method SourceCodeItem (line 58) | public SourceCodeItem(String name, SourceCodeType type, DisplayerAtt... method DisplayerHtmlEditor (line 72) | @Inject method asWidget (line 82) | @Override method getDisplayer (line 87) | public Displayer getDisplayer() { method setDisplayer (line 91) | public void setDisplayer(Displayer displayer) { method showDisplayer (line 99) | public boolean showDisplayer() { method initSourceCodeItems (line 110) | public void initSourceCodeItems() { method getSourceCodeItem (line 121) | public SourceCodeItem getSourceCodeItem(String name) { method onSourceCodeItemSelected (line 130) | public boolean onSourceCodeItemSelected(String name) { method onSourceCodeChanged (line 149) | public void onSourceCodeChanged() { FILE: dashbuilder/dashbuilder-client/dashbuilder-displayer-client/src/main/java/org/dashbuilder/displayer/client/widgets/DisplayerHtmlEditorView.java class DisplayerHtmlEditorView (line 40) | @Dependent method init (line 64) | @Override method showDisplayer (line 69) | @Override method clearSourceCodeItems (line 77) | @Override method editSourceCodeItem (line 83) | @Override method addSourceCodeItem (line 89) | @Override method removeAllChildren (line 116) | private void removeAllChildren(org.jboss.errai.common.client.dom.Eleme... method onPreviewClicked (line 124) | @EventHandler("previewAnchor") FILE: dashbuilder/dashbuilder-client/dashbuilder-displayer-client/src/main/java/org/dashbuilder/displayer/client/widgets/DisplayerSettingsEditor.java class DisplayerSettingsEditor (line 107) | @Dependent type View (line 110) | public interface View extends UberView { method clear (line 112) | void clear(); method show (line 114) | void show(); method dataSetNotFound (line 116) | void dataSetNotFound(); method error (line 118) | void error(String message); method addCategory (line 120) | void addCategory(DisplayerAttributeDef attributeDef); method addTextProperty (line 122) | void addTextProperty(DisplayerAttributeDef attributeDef, String valu... method addTextProperty (line 124) | void addTextProperty(String propId, String propName, String value, P... method addBooleanProperty (line 126) | void addBooleanProperty(DisplayerAttributeDef attributeDef, boolean ... method addColorProperty (line 128) | void addColorProperty(DisplayerAttributeDef attributeDef, String col... method addListProperty (line 130) | void addListProperty(DisplayerAttributeDef attributeDef, List {} method init (line 68) | @Override method clear (line 133) | @Override method show (line 138) | @Override method dataSetNotFound (line 143) | @Override method error (line 148) | @Override method addCategory (line 153) | @Override method addTextProperty (line 160) | @Override method addTextProperty (line 168) | @Override method addBooleanProperty (line 175) | @Override method addColorProperty (line 182) | @Override method addListProperty (line 189) | @Override method getColumnNameI18n (line 197) | @Override method getColumnExpressionI18n (line 202) | @Override method getColumnPatternI18n (line 207) | @Override method getPositionLiteralI18n (line 212) | @Override method getIntegerValidationFailedI18n (line 217) | @Override method getDoubleValidationFailedI18n (line 222) | @Override method getMeterStartI18n (line 227) | @Override method getMeterWarningI18n (line 232) | @Override method getMeterCriticalI18n (line 237) | @Override method getMeterEndI18n (line 242) | @Override method getMeterUnknownI18n (line 247) | @Override method getMeterValidationHigherI18n (line 252) | @Override method getMeterValidationLowerI18n (line 257) | @Override method getMeterValidationInvalidI18n (line 262) | @Override method getMapColorSchemeI18n (line 267) | @Override method onPropertyEditorChange (line 275) | protected void onPropertyEditorChange(@Observes PropertyEditorChangeEv... FILE: dashbuilder/dashbuilder-client/dashbuilder-displayer-client/src/main/java/org/dashbuilder/displayer/client/widgets/DisplayerSettingsJSONSourceViewer.java class DisplayerSettingsJSONSourceViewer (line 29) | public class DisplayerSettingsJSONSourceViewer extends Composite { type SettingsEditorUIBinder (line 31) | interface SettingsEditorUIBinder extends UiBinder { method clear (line 39) | void clear(); method show (line 41) | void show(DisplayerType type, DisplayerSubType subtype); method select (line 43) | void select(DisplayerSubType subtype); method showDefault (line 45) | void showDefault(DisplayerType type); method DisplayerSubtypeSelector (line 53) | @Inject method asWidget (line 63) | @Override method getSelectedSubtype (line 68) | public DisplayerSubType getSelectedSubtype() { method init (line 72) | public void init(DisplayerType type, DisplayerSubType selectedSubType) { method onSelect (line 99) | void onSelect(DisplayerSubType subtype) { FILE: dashbuilder/dashbuilder-client/dashbuilder-displayer-client/src/main/java/org/dashbuilder/displayer/client/widgets/DisplayerSubtypeSelectorView.java class DisplayerSubtypeSelectorView (line 35) | public class DisplayerSubtypeSelectorView extends Composite implements D... method init (line 43) | @Override method clear (line 50) | @Override method show (line 56) | @Override method select (line 75) | @Override method showDefault (line 84) | @Override class DisplayerSubTypeImageWidget (line 95) | public class DisplayerSubTypeImageWidget extends Composite { method DisplayerSubTypeImageWidget (line 102) | public DisplayerSubTypeImageWidget(ImageResource selectedImage, method setSelectClickHandler (line 130) | public HandlerRegistration setSelectClickHandler(ClickHandler select... method select (line 134) | public void select() { method unselect (line 140) | public void unselect() { FILE: dashbuilder/dashbuilder-client/dashbuilder-displayer-client/src/main/java/org/dashbuilder/displayer/client/widgets/DisplayerTypeSelector.java class DisplayerTypeSelector (line 32) | @Dependent type View (line 35) | public interface View extends UberView { method clear (line 37) | void clear(); method show (line 39) | void show(DisplayerType type); method select (line 41) | void select(DisplayerType type); method DisplayerTypeSelector (line 50) | @Inject method asWidget (line 67) | @Override method getSelectedType (line 72) | public DisplayerType getSelectedType() { method getSelectedSubType (line 76) | public DisplayerSubType getSelectedSubType() { method getSubtypeSelector (line 80) | public DisplayerSubtypeSelector getSubtypeSelector() { method init (line 84) | public void init(DisplayerType selectedType, DisplayerSubType selected... method onSelect (line 90) | void onSelect(DisplayerType type) { FILE: dashbuilder/dashbuilder-client/dashbuilder-displayer-client/src/main/java/org/dashbuilder/displayer/client/widgets/DisplayerTypeSelectorView.java class DisplayerTypeSelectorView (line 35) | @Dependent type ViewBinder (line 38) | interface ViewBinder extends UiBinder { method init (line 53) | @PostConstruct method withComponent (line 58) | public void withComponent(String componentId, Map prop... method propertiesChange (line 64) | public void propertiesChange(Map propertiesChange) { method getNewProperties (line 71) | public Map getNewProperties() { method getExternalComponentPresenter (line 75) | public ExternalComponentPresenter getExternalComponentPresenter() { method getPropertiesEditor (line 79) | public ExternalComponentPropertiesEditor getPropertiesEditor() { method asWidget (line 83) | @Override FILE: dashbuilder/dashbuilder-client/dashbuilder-displayer-client/src/main/java/org/dashbuilder/displayer/client/widgets/ExternalComponentEditorPopUp.java class ExternalComponentEditorPopUp (line 30) | @Dependent method setup (line 40) | @PostConstruct method init (line 51) | public void init(String componentId, Map properties, C... method createModalFooterOKCancelButtons (line 58) | protected ModalFooterOKCancelButtons createModalFooterOKCancelButtons() { method getProperties (line 69) | public Map getProperties() { FILE: dashbuilder/dashbuilder-client/dashbuilder-displayer-client/src/main/java/org/dashbuilder/displayer/client/widgets/ExternalComponentEditorView.java class ExternalComponentEditorView (line 27) | @Dependent method init (line 46) | @Override FILE: dashbuilder/dashbuilder-client/dashbuilder-displayer-client/src/main/java/org/dashbuilder/displayer/client/widgets/ExternalComponentPresenter.java class ExternalComponentPresenter (line 35) | @Dependent type View (line 49) | public interface View extends UberView { method setComponentURL (line 51) | void setComponentURL(String url); method postMessage (line 53) | void postMessage(ExternalComponentMessage message); method makeReady (line 55) | void makeReady(); method configurationIssue (line 57) | void configurationIssue(String message); method configurationOk (line 59) | void configurationOk(); method init (line 72) | @PostConstruct method destroy (line 78) | @PreDestroy method getId (line 83) | @Override method onFilter (line 88) | @Override method prepare (line 95) | @Override method onConfigurationIssue (line 100) | @Override method configurationOk (line 105) | @Override method withComponent (line 110) | public void withComponent(String componentId) { method withComponent (line 115) | public void withComponent(String componentId, String partition) { method sendMessage (line 120) | public void sendMessage(ExternalComponentMessage message) { method getView (line 125) | public View getView() { method setFilterConsumer (line 129) | public void setFilterConsumer(Consumer filterCo... method getComponentId (line 133) | public String getComponentId() { method buildUrl (line 137) | private String buildUrl(String componentId) { method buildUrl (line 141) | private String buildUrl(String componentId, String partition) { FILE: dashbuilder/dashbuilder-client/dashbuilder-displayer-client/src/main/java/org/dashbuilder/displayer/client/widgets/ExternalComponentPropertiesEditor.java class ExternalComponentPropertiesEditor (line 46) | @Dependent type View (line 55) | public interface View extends UberView categories); method noPropertiesComponent (line 61) | void noPropertiesComponent(); method init (line 80) | @PostConstruct method init (line 85) | public void init(String componentId, method loadProperties (line 100) | private void loadProperties(Optional compOp) { method loadProperties (line 110) | private void loadProperties() { method onPropertyChange (line 131) | public void onPropertyChange(String key, String value) { method notifyPropertyChange (line 136) | private void notifyPropertyChange() { method buildField (line 142) | private PropertyEditorFieldInfo buildField(ComponentParameter p) { method getType (line 161) | private PropertyEditorType getType(String type) { method initializeSetting (line 167) | private void initializeSetting(ComponentParameter p) { method asWidget (line 174) | @Override method setExternalComponentService (line 179) | void setExternalComponentService(Caller externalComp... FILE: dashbuilder/dashbuilder-client/dashbuilder-displayer-client/src/main/java/org/dashbuilder/displayer/client/widgets/ExternalComponentPropertiesEditorView.java class ExternalComponentPropertiesEditorView (line 42) | @Dependent method init (line 71) | @Override method componentNotFound (line 79) | @Override method addCategories (line 84) | @Override method onPropertyEditorChange (line 92) | protected void onPropertyEditorChange(@Observes PropertyEditorChangeEv... method noPropertiesComponent (line 99) | @Override method showMessage (line 104) | private void showMessage(String message) { FILE: dashbuilder/dashbuilder-client/dashbuilder-displayer-client/src/main/java/org/dashbuilder/displayer/client/widgets/ExternalComponentView.java class ExternalComponentView (line 33) | @Dependent method init (line 62) | @Override method setComponentURL (line 67) | @Override method postMessage (line 74) | @Override method postMessageToComponent (line 87) | private void postMessageToComponent(Object message) { method makeReady (line 93) | @Override method configurationIssue (line 98) | @Override method configurationOk (line 104) | @Override method showConfigurationIssue (line 109) | private void showConfigurationIssue() { method showComponent (line 114) | private void showComponent() { method onInvoke (line 122) | private Object onInvoke(Event e) { FILE: dashbuilder/dashbuilder-client/dashbuilder-displayer-client/src/main/java/org/dashbuilder/displayer/client/widgets/RendererSelector.java class RendererSelector (line 30) | public class RendererSelector implements IsWidget { type SelectorType (line 32) | public enum SelectorType { type View (line 36) | public interface View extends UberView { method setVisible (line 38) | void setVisible(boolean visible); method setWidth (line 40) | void setWidth(int width); method setHeight (line 42) | void setHeight(int height); method clearRendererSelector (line 44) | void clearRendererSelector(); method addRendererItem (line 46) | void addRendererItem(String renderer); method setSelectedRendererIndex (line 48) | void setSelectedRendererIndex(int index); method getRendererSelected (line 50) | String getRendererSelected(); type TabListView (line 53) | public interface TabListView extends View { type ListBoxView (line 57) | public interface ListBoxView extends View { type RadioListView (line 61) | public interface RadioListView extends View { method RendererSelector (line 74) | @Inject method asWidget (line 86) | @Override method getRendererLibrary (line 91) | public RendererLibrary getRendererLibrary() { method init (line 95) | public void init(DisplayerSettings displayerSettings, method onRendererSelected (line 141) | void onRendererSelected() { FILE: dashbuilder/dashbuilder-client/dashbuilder-displayer-client/src/main/java/org/dashbuilder/displayer/client/widgets/RendererSelectorListBoxView.java class RendererSelectorListBoxView (line 28) | public class RendererSelectorListBoxView extends Composite implements Re... type RendererSelectorBinder (line 30) | interface RendererSelectorBinder extends UiBinder { method clearFunctionSelector (line 47) | void clearFunctionSelector(); method addFunctionItem (line 49) | void addFunctionItem(CoreFunctionType function); method setFunctionSelected (line 51) | void setFunctionSelected(String function); method getSelectedFunctionIndex (line 53) | int getSelectedFunctionIndex(); method showFilterConfig (line 55) | void showFilterConfig(); method clearFilterConfig (line 57) | void clearFilterConfig(); method addFilterConfigWidget (line 59) | void addFilterConfigWidget(IsWidget widget); method formatDate (line 61) | String formatDate(Date date); method formatNumber (line 63) | String formatNumber(Number number); method ColumnFilterEditor (line 73) | @Inject method init (line 85) | public void init(DataSetMetadata metadata, ColumnFilter filter) { method getFilter (line 92) | public ColumnFilter getFilter() { method getView (line 96) | public View getView() { method asWidget (line 100) | @Override method expand (line 105) | public void expand() { method onSelectFilterFunction (line 111) | public void onSelectFilterFunction() { method onDeleteFilter (line 131) | public void onDeleteFilter() { method getCoreFilter (line 137) | protected CoreFunctionFilter getCoreFilter() { method createFilterInputControls (line 146) | protected List createFilterInputControls() { method initFilterSelector (line 162) | protected void initFilterSelector() { method getAvailableFunctions (line 176) | protected List getAvailableFunctions(CoreFunctionFil... method initFilterConfig (line 189) | protected List initFilterConfig() { method updateSelectedFilter (line 201) | protected void updateSelectedFilter() { method fireFilterChanged (line 207) | protected void fireFilterChanged() { method createParamInputWidget (line 211) | protected FunctionParameterEditor createParamInputWidget(final CoreFun... method createDateInputWidget (line 237) | protected FunctionParameterEditor createDateInputWidget(final List par... method createNumberInputWidget (line 251) | protected FunctionParameterEditor createNumberInputWidget(final List p... method createTextInputWidget (line 263) | protected FunctionParameterEditor createTextInputWidget(final List par... method createMultipleNumberInputWidget (line 275) | protected FunctionParameterEditor createMultipleNumberInputWidget(fina... method createMultipleTextInputWidget (line 286) | protected FunctionParameterEditor createMultipleTextInputWidget(final ... method createTimeFrameWidget (line 297) | protected FunctionParameterEditor createTimeFrameWidget(final List par... method createLikeToFunctionWidget (line 310) | protected FunctionParameterEditor createLikeToFunctionWidget(final Cor... method formatFilterFunction (line 332) | public String formatFilterFunction(CoreFunctionFilter filter) { method formatParameters (line 397) | protected StringBuilder formatParameters(StringBuilder out, List param... method formatParameter (line 405) | protected String formatParameter(Object p) { FILE: dashbuilder/dashbuilder-client/dashbuilder-displayer-client/src/main/java/org/dashbuilder/displayer/client/widgets/filter/ColumnFilterEditorView.java class ColumnFilterEditorView (line 42) | public class ColumnFilterEditorView extends Composite implements ColumnF... type Binder (line 44) | interface Binder extends UiBinder { method init (line 67) | public void init(ColumnFilterEditor presenter) { method clearFunctionSelector (line 86) | @Override method addFunctionItem (line 92) | @Override method setFunctionSelected (line 99) | @Override method getSelectedFunctionIndex (line 110) | @Override method showFilterConfig (line 115) | @Override method hideParamConfigWidgets (line 123) | public void hideParamConfigWidgets() { method addFilterConfigWidget (line 129) | @Override method clearFilterConfig (line 135) | @Override method onFilterSelected (line 144) | @UiHandler(value = "filterListBox") method onExpandCollapseDetails (line 149) | public void onExpandCollapseDetails() { method onDeleteFilter (line 157) | protected void onDeleteFilter() { method formatDate (line 166) | @Override method formatNumber (line 171) | @Override FILE: dashbuilder/dashbuilder-client/dashbuilder-displayer-client/src/main/java/org/dashbuilder/displayer/client/widgets/filter/DataSetFilterEditor.java class DataSetFilterEditor (line 40) | @Dependent type View (line 43) | public interface View extends UberView { method showNewFilterHome (line 45) | void showNewFilterHome(); method clearColumnSelector (line 47) | void clearColumnSelector(); method showColumnSelector (line 49) | void showColumnSelector(); method addColumn (line 51) | void addColumn(String column); method getSelectedColumnIndex (line 53) | int getSelectedColumnIndex(); method resetSelectedColumn (line 55) | void resetSelectedColumn(); method clearColumnFilterEditors (line 57) | void clearColumnFilterEditors(); method addColumnFilterEditor (line 59) | void addColumnFilterEditor(ColumnFilterEditor editor); method removeColumnFilterEditor (line 61) | void removeColumnFilterEditor(ColumnFilterEditor editor); method DataSetFilterEditor (line 70) | @Inject method asWidget (line 80) | @Override method getFilter (line 85) | public DataSetFilter getFilter() { method init (line 89) | public void init(DataSetFilter filter, DataSetMetadata metadata) { method onNewFilterStart (line 112) | public void onNewFilterStart() { method onNewFilterCancel (line 116) | public void onNewFilterCancel() { method onCreateFilter (line 120) | public void onCreateFilter() { method onColumnFilterChanged (line 145) | protected void onColumnFilterChanged(@Observes ColumnFilterChangedEven... method onColumnFilterDeleted (line 149) | protected void onColumnFilterDeleted(@Observes final ColumnFilterDelet... FILE: dashbuilder/dashbuilder-client/dashbuilder-displayer-client/src/main/java/org/dashbuilder/displayer/client/widgets/filter/DataSetFilterEditorView.java class DataSetFilterEditorView (line 33) | public class DataSetFilterEditorView extends Composite implements DataSe... type Binder (line 35) | interface Binder extends UiBinder {} method DataSetFilterEditorView (line 55) | public DataSetFilterEditorView() { method init (line 64) | @Override method showNewFilterHome (line 69) | @Override method clearColumnSelector (line 75) | @Override method showColumnSelector (line 81) | @Override method addColumn (line 87) | @Override method getSelectedColumnIndex (line 92) | @Override method resetSelectedColumn (line 97) | @Override method clearColumnFilterEditors (line 102) | @Override method addColumnFilterEditor (line 107) | @Override method removeColumnFilterEditor (line 112) | @Override method onAddFilterClicked (line 119) | @UiHandler(value = "addFilterButton") method onNewFilterClosed (line 124) | public void onNewFilterClosed(ClickEvent event) { method onNewFilterSelected (line 128) | @UiHandler(value = "newFilterListBox") FILE: dashbuilder/dashbuilder-client/dashbuilder-displayer-client/src/main/java/org/dashbuilder/displayer/client/widgets/filter/DateParameterEditor.java class DateParameterEditor (line 27) | @Dependent type View (line 30) | public interface View extends UberView { method getValue (line 32) | Date getValue(); method setValue (line 34) | void setValue(Date value); method setWidth (line 36) | void setWidth(int width); method DateParameterEditor (line 45) | @Inject method asWidget (line 51) | @Override method setOnChangeCommand (line 56) | public void setOnChangeCommand(Command onChangeCommand) { method setOnFocusCommand (line 60) | public void setOnFocusCommand(Command onFocusCommand) { method setOnBlurCommand (line 64) | public void setOnBlurCommand(Command onBlurCommand) { method getValue (line 68) | public Date getValue() { method setValue (line 72) | public void setValue(Date value) { method setWidth (line 83) | public void setWidth(int width) { method setFocus (line 89) | @Override method onChange (line 93) | void onChange() { method onBlur (line 100) | void onBlur() { method onFocus (line 106) | void onFocus() { FILE: dashbuilder/dashbuilder-client/dashbuilder-displayer-client/src/main/java/org/dashbuilder/displayer/client/widgets/filter/DateParameterEditorView.java class DateParameterEditorView (line 30) | @Dependent type Binder (line 33) | interface Binder extends UiBinder {} method DateParameterEditorView (line 46) | public DateParameterEditorView() { method init (line 50) | @Override method getValue (line 73) | @Override method setValue (line 78) | @Override method setWidth (line 83) | @Override FILE: dashbuilder/dashbuilder-client/dashbuilder-displayer-client/src/main/java/org/dashbuilder/displayer/client/widgets/filter/FunctionParameterEditor.java type FunctionParameterEditor (line 20) | public interface FunctionParameterEditor extends IsWidget { method setFocus (line 22) | void setFocus(boolean focus); FILE: dashbuilder/dashbuilder-client/dashbuilder-displayer-client/src/main/java/org/dashbuilder/displayer/client/widgets/filter/LikeToFunctionEditor.java class LikeToFunctionEditor (line 26) | @Dependent type View (line 29) | public interface View extends UberView { method setPattern (line 31) | void setPattern(String pattern); method setCaseSensitive (line 33) | void setCaseSensitive(boolean caseSensitive); method getPattern (line 35) | String getPattern(); method isCaseSensitive (line 37) | boolean isCaseSensitive(); method setFocus (line 39) | void setFocus(boolean focus); method error (line 41) | void error(); method execute (line 44) | public void execute() {} method LikeToFunctionEditor (line 48) | @Inject method asWidget (line 54) | @Override method setOnChangeCommand (line 59) | public void setOnChangeCommand(Command onChangeCommand) { method setPattern (line 63) | public void setPattern(String pattern) { method setCaseSensitive (line 68) | public void setCaseSensitive(boolean caseSensitive) { method getPattern (line 72) | public String getPattern() { method isCaseSensitive (line 76) | public boolean isCaseSensitive() { method setFocus (line 80) | @Override method viewUpdated (line 85) | void viewUpdated() { FILE: dashbuilder/dashbuilder-client/dashbuilder-displayer-client/src/main/java/org/dashbuilder/displayer/client/widgets/filter/LikeToFunctionEditorView.java class LikeToFunctionEditorView (line 34) | @Dependent type Binder (line 37) | interface Binder extends UiBinder {} method LikeToFunctionEditorView (line 51) | public LikeToFunctionEditorView() { method init (line 55) | @Override method setPattern (line 60) | @Override method setCaseSensitive (line 66) | @Override method getPattern (line 71) | @Override method isCaseSensitive (line 76) | @Override method setFocus (line 81) | @Override method onPatternChanged (line 90) | @UiHandler("searchPatternTextBox") method onCaseChanged (line 96) | @UiHandler("caseSensitiveCheckbox") method error (line 101) | @Override FILE: dashbuilder/dashbuilder-client/dashbuilder-displayer-client/src/main/java/org/dashbuilder/displayer/client/widgets/filter/MultipleNumberParameterEditor.java class MultipleNumberParameterEditor (line 29) | @Dependent type View (line 32) | public interface View extends UberView { method getValue (line 34) | String getValue(); method setValue (line 36) | void setValue(String value); method error (line 38) | void error(); method setFocus (line 40) | void setFocus(boolean focus); method execute (line 43) | public void execute() {} method MultipleNumberParameterEditor (line 47) | @Inject method asWidget (line 53) | @Override method setOnChangeCommand (line 58) | public void setOnChangeCommand(Command onChangeCommand) { method getValues (line 62) | public List getValues() { method setValues (line 66) | public void setValues(List input) { method setFocus (line 71) | @Override method valueChanged (line 76) | void valueChanged() { method parse (line 91) | public List parse(String s) throws Exception { method format (line 100) | public String format(List l) { FILE: dashbuilder/dashbuilder-client/dashbuilder-displayer-client/src/main/java/org/dashbuilder/displayer/client/widgets/filter/MultipleNumberParameterEditorView.java class MultipleNumberParameterEditorView (line 33) | @Dependent type Binder (line 36) | interface Binder extends UiBinder { method getValue (line 34) | String getValue(); method setValue (line 36) | void setValue(String value); method error (line 38) | void error(); method setFocus (line 40) | void setFocus(boolean focus); method execute (line 43) | public void execute() {} method MultipleTextParameterEditor (line 47) | @Inject method asWidget (line 53) | @Override method setOnChangeCommand (line 58) | public void setOnChangeCommand(Command onChangeCommand) { method getValues (line 62) | public List getValues() { method setValues (line 66) | public void setValues(List input) { method setFocus (line 71) | @Override method valueChanged (line 76) | void valueChanged() { method parse (line 91) | public List parse(String s) throws Exception { method format (line 100) | public String format(List l) { FILE: dashbuilder/dashbuilder-client/dashbuilder-displayer-client/src/main/java/org/dashbuilder/displayer/client/widgets/filter/MultipleTextParameterEditorView.java class MultipleTextParameterEditorView (line 32) | @Dependent type Binder (line 35) | interface Binder extends UiBinder { method getValue (line 31) | String getValue(); method setValue (line 33) | void setValue(String value); method setWidth (line 35) | void setWidth(int width); method error (line 37) | void error(); method setFocus (line 39) | void setFocus(boolean focus); method NumberParameterEditor (line 46) | @Inject method asWidget (line 52) | @Override method setOnChangeCommand (line 57) | public void setOnChangeCommand(Command onChangeCommand) { method getValue (line 61) | public Number getValue() { method setValue (line 65) | public void setValue(Number input) { method setWidth (line 76) | public void setWidth(int width) { method setFocus (line 82) | @Override method valueChanged (line 87) | void valueChanged() { method parse (line 103) | public Number parse(String s) throws Exception { method format (line 110) | public String format(Number n) { FILE: dashbuilder/dashbuilder-client/dashbuilder-displayer-client/src/main/java/org/dashbuilder/displayer/client/widgets/filter/NumberParameterEditorView.java class NumberParameterEditorView (line 33) | @Dependent type Binder (line 36) | interface Binder extends UiBinder {} method NumberParameterEditorView (line 47) | public NumberParameterEditorView() { method init (line 51) | @Override method getValue (line 62) | @Override method setValue (line 67) | @Override method setWidth (line 73) | @Override method setFocus (line 78) | @Override method error (line 87) | @Override FILE: dashbuilder/dashbuilder-client/dashbuilder-displayer-client/src/main/java/org/dashbuilder/displayer/client/widgets/filter/TextParameterEditor.java class TextParameterEditor (line 26) | @Dependent type View (line 29) | public interface View extends UberView { method getValue (line 31) | String getValue(); method setValue (line 33) | void setValue(String value); method error (line 35) | void error(); method setFocus (line 37) | void setFocus(boolean focus); method execute (line 41) | public void execute() { method TextParameterEditor (line 47) | @Inject method asWidget (line 53) | @Override method setOnChangeCommand (line 58) | public void setOnChangeCommand(Command onChangeCommand) { method getValue (line 62) | public String getValue() { method setValue (line 66) | public void setValue(String input) { method setFocus (line 71) | @Override method valueChanged (line 76) | void valueChanged() { FILE: dashbuilder/dashbuilder-client/dashbuilder-displayer-client/src/main/java/org/dashbuilder/displayer/client/widgets/filter/TextParameterEditorView.java class TextParameterEditorView (line 32) | @Dependent type Binder (line 35) | interface Binder extends UiBinder {} method TextParameterEditorView (line 46) | public TextParameterEditorView() { method init (line 50) | @Override method getValue (line 61) | @Override method setValue (line 66) | @Override method setFocus (line 72) | @Override method error (line 81) | @Override FILE: dashbuilder/dashbuilder-client/dashbuilder-displayer-client/src/main/java/org/dashbuilder/displayer/client/widgets/filter/TimeAmountEditor.java class TimeAmountEditor (line 32) | @Dependent type View (line 35) | public interface View extends UberView { method setQuantity (line 37) | void setQuantity(long quantity); method getQuantity (line 39) | long getQuantity(); method clearIntervalTypeSelector (line 41) | void clearIntervalTypeSelector(); method addIntervalTypeItem (line 43) | void addIntervalTypeItem(DateIntervalType type); method setSelectedTypeIndex (line 45) | void setSelectedTypeIndex(int typeIdx); method getSelectedTypeIndex (line 47) | int getSelectedTypeIndex(); method execute (line 63) | public void execute() {} method TimeAmountEditor (line 65) | @Inject method asWidget (line 71) | @Override method getTimeAmount (line 76) | public TimeAmount getTimeAmount() { method init (line 80) | public void init(final TimeAmount ta, Command onChangeCommand) { method getQuantity (line 95) | public long getQuantity() { method decreaseQuantity (line 99) | public void decreaseQuantity() { method increaseQuantity (line 105) | public void increaseQuantity() { method changeQuantity (line 111) | public void changeQuantity(String value) { method changeIntervalType (line 119) | public void changeIntervalType() { method changeQuantity (line 125) | protected void changeQuantity(long q) { FILE: dashbuilder/dashbuilder-client/dashbuilder-displayer-client/src/main/java/org/dashbuilder/displayer/client/widgets/filter/TimeAmountEditorView.java class TimeAmountEditorView (line 37) | @Dependent type Binder (line 40) | interface Binder extends UiBinder {} method init (line 57) | @Override method setQuantity (line 81) | @Override method getQuantity (line 86) | @Override method clearIntervalTypeSelector (line 91) | @Override method addIntervalTypeItem (line 96) | @Override method setSelectedTypeIndex (line 102) | @Override method getSelectedTypeIndex (line 107) | @Override method onFilterSelected (line 114) | @UiHandler(value = "typeList") FILE: dashbuilder/dashbuilder-client/dashbuilder-displayer-client/src/main/java/org/dashbuilder/displayer/client/widgets/filter/TimeFrameEditor.java class TimeFrameEditor (line 31) | @Dependent type View (line 34) | public interface View extends UberView { method hideFirstMonthSelector (line 36) | void hideFirstMonthSelector(); method showFirstMonthSelector (line 38) | void showFirstMonthSelector(); method clearFirstMonthSelector (line 40) | void clearFirstMonthSelector(); method addFirstMonthItem (line 42) | void addFirstMonthItem(Month month); method setSelectedFirstMonthIndex (line 44) | void setSelectedFirstMonthIndex(int index); method getSelectedFirstMonthIndex (line 46) | int getSelectedFirstMonthIndex(); method execute (line 54) | public void execute() {} method TimeFrameEditor (line 56) | @Inject method asWidget (line 62) | @Override method getTimeFrame (line 67) | public TimeFrame getTimeFrame() { method getFromEditor (line 71) | public TimeInstantEditor getFromEditor() { method getToEditor (line 75) | public TimeInstantEditor getToEditor() { method init (line 79) | public void init(TimeFrame tf, Command onChangeCommand) { method initFirstMonthSelector (line 107) | protected void initFirstMonthSelector() { method changeFirstMonthAvailability (line 120) | protected void changeFirstMonthAvailability() { method isFirstMonthAvailable (line 128) | public boolean isFirstMonthAvailable() { method getFirstMonthOfYear (line 149) | public Month getFirstMonthOfYear() { method setFirstMonthOfYear (line 170) | public void setFirstMonthOfYear(Month month) { method setFocus (line 190) | @Override method changeFirstMonth (line 194) | public void changeFirstMonth() { method fireChanges (line 201) | protected void fireChanges() { FILE: dashbuilder/dashbuilder-client/dashbuilder-displayer-client/src/main/java/org/dashbuilder/displayer/client/widgets/filter/TimeFrameEditorView.java class TimeFrameEditorView (line 32) | @Dependent type Binder (line 35) | interface Binder extends UiBinder {} method init (line 52) | @Override method hideFirstMonthSelector (line 60) | @Override method showFirstMonthSelector (line 66) | @Override method clearFirstMonthSelector (line 72) | @Override method addFirstMonthItem (line 77) | @Override method setSelectedFirstMonthIndex (line 82) | @Override method getSelectedFirstMonthIndex (line 87) | @Override method onFirstMonthSelected (line 94) | @UiHandler(value = "firstMonthList") FILE: dashbuilder/dashbuilder-client/dashbuilder-displayer-client/src/main/java/org/dashbuilder/displayer/client/widgets/filter/TimeInstantEditor.java class TimeInstantEditor (line 32) | @Dependent type View (line 35) | public interface View extends UberView { method clearTimeModeSelector (line 37) | void clearTimeModeSelector(); method addTimeModeItem (line 39) | void addTimeModeItem(TimeInstant.TimeMode timeMode); method setSelectedTimeModeIndex (line 41) | void setSelectedTimeModeIndex(int index); method getTimeModeSelectedIndex (line 43) | int getTimeModeSelectedIndex(); method enableIntervalTypeSelector (line 45) | void enableIntervalTypeSelector(); method disableIntervalTypeSelector (line 47) | void disableIntervalTypeSelector(); method clearIntervalTypeSelector (line 49) | void clearIntervalTypeSelector(); method addIntervalTypeItem (line 51) | void addIntervalTypeItem(DateIntervalType type); method setSelectedIntervalTypeIndex (line 53) | void setSelectedIntervalTypeIndex(int index); method getSelectedIntervalTypeIndex (line 55) | int getSelectedIntervalTypeIndex(); method execute (line 71) | public void execute() {} method TimeInstantEditor (line 73) | @Inject method asWidget (line 81) | @Override method getTimeInstant (line 86) | public TimeInstant getTimeInstant() { method init (line 90) | public void init(final TimeInstant ti, final Command onChangeCommand) { method getTimeAmountEditor (line 103) | public TimeAmountEditor getTimeAmountEditor() { method initTimeModeSelector (line 107) | protected void initTimeModeSelector() { method initIntervalTypeSelector (line 120) | protected void initIntervalTypeSelector() { method changeTimeMode (line 137) | void changeTimeMode() { method changeIntervalType (line 151) | void changeIntervalType() { FILE: dashbuilder/dashbuilder-client/dashbuilder-displayer-client/src/main/java/org/dashbuilder/displayer/client/widgets/filter/TimeInstantEditorView.java class TimeInstantEditorView (line 34) | @Dependent type Binder (line 37) | interface Binder extends UiBinder {} method init (line 51) | @Override method clearTimeModeSelector (line 58) | @Override method addTimeModeItem (line 63) | @Override method setSelectedTimeModeIndex (line 68) | @Override method enableIntervalTypeSelector (line 73) | @Override method disableIntervalTypeSelector (line 78) | @Override method clearIntervalTypeSelector (line 83) | @Override method addIntervalTypeItem (line 88) | @Override method setSelectedIntervalTypeIndex (line 93) | @Override method getTimeModeSelectedIndex (line 98) | @Override method getSelectedIntervalTypeIndex (line 103) | @Override method onTimeModeSelected (line 110) | @UiHandler(value = "timeModeList") method onIntervalTypeSelected (line 115) | @UiHandler(value = "intervalTypeList") FILE: dashbuilder/dashbuilder-client/dashbuilder-displayer-client/src/main/java/org/dashbuilder/displayer/client/widgets/group/ColumnDetailsEditor.java class ColumnDetailsEditor (line 30) | @Dependent type View (line 33) | public interface View extends UberView { method setColumnId (line 34) | void setColumnId(String columnId); method getColumnId (line 35) | String getColumnId(); method ColumnDetailsEditor (line 43) | @Inject method asWidget (line 49) | @Override method getColumn (line 54) | public GroupFunction getColumn() { method init (line 58) | public void init(DataSetMetadata metadata, GroupFunction groupFunction) { method onColumnNameChanged (line 70) | void onColumnNameChanged() { FILE: dashbuilder/dashbuilder-client/dashbuilder-displayer-client/src/main/java/org/dashbuilder/displayer/client/widgets/group/ColumnDetailsEditorView.java class ColumnDetailsEditorView (line 30) | @Dependent type Binder (line 33) | interface Binder extends UiBinder {} method init (line 44) | @Override method setColumnId (line 50) | @Override method getColumnId (line 55) | @Override method onColumnNameChanged (line 62) | @UiHandler(value = "columnIdTextBox") FILE: dashbuilder/dashbuilder-client/dashbuilder-displayer-client/src/main/java/org/dashbuilder/displayer/client/widgets/group/ColumnFunctionEditor.java class ColumnFunctionEditor (line 34) | @Dependent type View (line 37) | public interface View extends UberView { method setDeleteOptionEnabled (line 39) | void setDeleteOptionEnabled(boolean enabled); method setColumnSelectorTitle (line 41) | void setColumnSelectorTitle(String title); method clearColumnSelector (line 43) | void clearColumnSelector(); method addColumnItem (line 45) | void addColumnItem(String columnId); method setSelectedColumnIndex (line 47) | void setSelectedColumnIndex(int i); method getSelectedColumnId (line 49) | String getSelectedColumnId(); method setFunctionSelectorEnabled (line 51) | void setFunctionSelectorEnabled(boolean enabled); method clearFunctionSelector (line 53) | void clearFunctionSelector(); method setVoidFunctionEnabled (line 55) | void setVoidFunctionEnabled(boolean enabled); method addFunctionItem (line 57) | void addFunctionItem(AggregateFunctionType functionType); method setSelectedFunctionIndex (line 59) | void setSelectedFunctionIndex(int i); method getSelectedFunctionIndex (line 61) | int getSelectedFunctionIndex(); method ColumnFunctionEditor (line 73) | @Inject method asWidget (line 85) | @Override method getGroupFunction (line 90) | public GroupFunction getGroupFunction() { method getTargetType (line 94) | public ColumnType getTargetType() { method getColumnDetailsEditor (line 98) | public ColumnDetailsEditor getColumnDetailsEditor() { method init (line 102) | public void init(DataSetMetadata metadata, method delete (line 127) | public void delete() { method onColumnSelected (line 131) | void onColumnSelected() { method onFunctionSelected (line 142) | void onFunctionSelected() { method isColumnNumeric (line 153) | protected boolean isColumnNumeric() { method initColumnListBox (line 157) | protected void initColumnListBox() { method initFunctionListBox (line 175) | protected void initFunctionListBox() { method getSupportedFunctionTypes (line 190) | public List getSupportedFunctionTypes() { method getSupportedFunctionTypes (line 195) | public List getSupportedFunctionTypes(ColumnTyp... FILE: dashbuilder/dashbuilder-client/dashbuilder-displayer-client/src/main/java/org/dashbuilder/displayer/client/widgets/group/ColumnFunctionEditorView.java class ColumnFunctionEditorView (line 36) | @Dependent type Binder (line 39) | interface Binder extends UiBinder {} method init (line 63) | @Override method setDeleteOptionEnabled (line 81) | @Override method setColumnSelectorTitle (line 86) | @Override method clearColumnSelector (line 91) | @Override method addColumnItem (line 96) | @Override method setSelectedColumnIndex (line 101) | @Override method getSelectedColumnId (line 106) | @Override method setFunctionSelectorEnabled (line 111) | @Override method clearFunctionSelector (line 122) | @Override method setVoidFunctionEnabled (line 127) | @Override method addFunctionItem (line 135) | @Override method setSelectedFunctionIndex (line 141) | @Override method getSelectedFunctionIndex (line 146) | @Override method expandOrCollapse (line 154) | protected void expandOrCollapse() { method expand (line 162) | protected void expand() { method collapse (line 167) | protected void collapse() { method onColumnSelected (line 172) | @UiHandler(value = "columnListBox") method onFunctionSelected (line 177) | @UiHandler(value = "functionListBox") FILE: dashbuilder/dashbuilder-client/dashbuilder-displayer-client/src/main/java/org/dashbuilder/displayer/client/widgets/group/DataSetGroupDateEditor.java class DataSetGroupDateEditor (line 34) | @Dependent type View (line 37) | public interface View extends UberView { method setFixedModeValue (line 39) | void setFixedModeValue(boolean enabled); method getFixedModeValue (line 41) | boolean getFixedModeValue(); method clearIntervalTypeSelector (line 43) | void clearIntervalTypeSelector(); method addIntervalTypeItem (line 45) | void addIntervalTypeItem(DateIntervalType entry); method setSelectedIntervalTypeIndex (line 47) | void setSelectedIntervalTypeIndex(int index); method getSelectedIntervalTypeIndex (line 49) | int getSelectedIntervalTypeIndex(); method setFirstDayVisibility (line 51) | void setFirstDayVisibility(boolean visible); method clearFirstDaySelector (line 53) | void clearFirstDaySelector(); method addFirstDaySelectorItem (line 55) | void addFirstDaySelectorItem(DayOfWeek entry); method setSelectedFirstDayIndex (line 57) | void setSelectedFirstDayIndex(int index); method getSelectedFirstDayIndex (line 59) | int getSelectedFirstDayIndex(); method setFirstMonthVisibility (line 61) | void setFirstMonthVisibility(boolean visible); method clearFirstMonthSelector (line 63) | void clearFirstMonthSelector(); method addFirstMonthSelectorItem (line 65) | void addFirstMonthSelectorItem(Month entry); method setSelectedFirstMonthIndex (line 67) | void setSelectedFirstMonthIndex(int index); method getSelectedFirstMonthIndex (line 69) | int getSelectedFirstMonthIndex(); method setEmptyIntervalsValue (line 71) | void setEmptyIntervalsValue(boolean enabled); method getEmptyIntervalsValue (line 73) | boolean getEmptyIntervalsValue(); method setMaxIntervalsVisibility (line 75) | void setMaxIntervalsVisibility(boolean visible); method setMaxIntervalsValue (line 77) | void setMaxIntervalsValue(String max); method getMaxIntervalsValue (line 79) | String getMaxIntervalsValue(); method DataSetGroupDateEditor (line 86) | @Inject method asWidget (line 93) | @Override method getColumnGroup (line 98) | public ColumnGroup getColumnGroup() { method init (line 102) | public void init(ColumnGroup columnGroup) { method isFixedStrategy (line 113) | public boolean isFixedStrategy() { method initIntervalTypeSelector (line 117) | protected void initIntervalTypeSelector() { method getListOfIntervalTypes (line 130) | public List getListOfIntervalTypes() { method initFirstDayListBox (line 137) | protected void initFirstDayListBox() { method initFirstMonthListBox (line 151) | protected void initFirstMonthListBox() { method initMaxIntervalsTextBox (line 165) | protected void initMaxIntervalsTextBox() { method initEmptyIntervalsFlag (line 170) | protected void initEmptyIntervalsFlag() { method resetCommon (line 174) | protected void resetCommon() { method gotoDynamicMode (line 184) | public void gotoDynamicMode() { method gotoFixedMode (line 189) | public void gotoFixedMode() { method onFixedStrategyChanged (line 201) | public void onFixedStrategyChanged() { method onIntervalTypeSelected (line 222) | void onIntervalTypeSelected() { method onEmptyIntervalsChanged (line 248) | void onEmptyIntervalsChanged() { method onMaxIntervalsChanged (line 253) | void onMaxIntervalsChanged() { method onFirstDaySelected (line 262) | void onFirstDaySelected() { method onFirstMonthSelected (line 268) | void onFirstMonthSelected() { FILE: dashbuilder/dashbuilder-client/dashbuilder-displayer-client/src/main/java/org/dashbuilder/displayer/client/widgets/group/DataSetGroupDateEditorView.java class DataSetGroupDateEditorView (line 39) | @Dependent type Binder (line 42) | interface Binder extends UiBinder {} method init (line 74) | @Override method setFixedModeValue (line 80) | @Override method getFixedModeValue (line 85) | @Override method clearIntervalTypeSelector (line 90) | @Override method addIntervalTypeItem (line 95) | @Override method setSelectedIntervalTypeIndex (line 100) | @Override method getSelectedIntervalTypeIndex (line 105) | @Override method setFirstDayVisibility (line 110) | @Override method clearFirstDaySelector (line 115) | @Override method addFirstDaySelectorItem (line 120) | @Override method setSelectedFirstDayIndex (line 125) | @Override method getSelectedFirstDayIndex (line 130) | @Override method setFirstMonthVisibility (line 135) | @Override method clearFirstMonthSelector (line 140) | @Override method addFirstMonthSelectorItem (line 145) | @Override method setSelectedFirstMonthIndex (line 150) | @Override method getSelectedFirstMonthIndex (line 155) | @Override method setEmptyIntervalsValue (line 160) | @Override method getEmptyIntervalsValue (line 165) | @Override method setMaxIntervalsVisibility (line 170) | @Override method setMaxIntervalsValue (line 175) | @Override method getMaxIntervalsValue (line 180) | @Override method onFixedModeSelected (line 187) | @UiHandler(value = "fixedStrategyCheckBox") method onIntervalTypeSelected (line 192) | @UiHandler(value = "intervalTypeListBox") method onEmptyIntervalsChanged (line 197) | @UiHandler(value = "emptyIntervalsCheckBox") method onMaxIntervalsChanged (line 202) | @UiHandler(value = "maxIntervalsTextBox") method onFirstDaySelected (line 207) | @UiHandler(value = "firstDayListBox") method onFirstMonthSelected (line 212) | @UiHandler(value = "firstMonthListBox") FILE: dashbuilder/dashbuilder-client/dashbuilder-displayer-client/src/main/java/org/dashbuilder/displayer/client/widgets/sourcecode/DefaultHtmlValidator.java class DefaultHtmlValidator (line 22) | @Dependent method validate (line 25) | public String validate(String code) { FILE: dashbuilder/dashbuilder-client/dashbuilder-displayer-client/src/main/java/org/dashbuilder/displayer/client/widgets/sourcecode/DefaultJsEvaluator.java class DefaultJsEvaluator (line 20) | @Dependent method evaluate (line 23) | @Override method _evalJs (line 28) | protected native void _evalJs(String js) /*-{ FILE: dashbuilder/dashbuilder-client/dashbuilder-displayer-client/src/main/java/org/dashbuilder/displayer/client/widgets/sourcecode/DefaultJsValidator.java class DefaultJsValidator (line 27) | @Dependent method DefaultJsValidator (line 37) | @Inject method validate (line 45) | @Override method replaceVariables (line 83) | public String replaceVariables(String code) { method restoreVariables (line 101) | public String restoreVariables(String code) { method isolateLines (line 109) | public String isolateLines(String code) { method occurrences (line 136) | public int occurrences(String str, String target) { FILE: dashbuilder/dashbuilder-client/dashbuilder-displayer-client/src/main/java/org/dashbuilder/displayer/client/widgets/sourcecode/HasHtmlTemplate.java type HasHtmlTemplate (line 20) | public interface HasHtmlTemplate { method getHtmlTemplate (line 22) | String getHtmlTemplate(); method getHtmlVariableMap (line 24) | Map getHtmlVariableMap(); FILE: dashbuilder/dashbuilder-client/dashbuilder-displayer-client/src/main/java/org/dashbuilder/displayer/client/widgets/sourcecode/HasJsTemplate.java type HasJsTemplate (line 20) | public interface HasJsTemplate { method getJsTemplate (line 22) | String getJsTemplate(); method getJsVariableMap (line 24) | Map getJsVariableMap(); FILE: dashbuilder/dashbuilder-client/dashbuilder-displayer-client/src/main/java/org/dashbuilder/displayer/client/widgets/sourcecode/HtmlValidator.java type HtmlValidator (line 18) | public interface HtmlValidator { method validate (line 26) | String validate(String html); FILE: dashbuilder/dashbuilder-client/dashbuilder-displayer-client/src/main/java/org/dashbuilder/displayer/client/widgets/sourcecode/JsEvaluator.java type JsEvaluator (line 18) | public interface JsEvaluator { method evaluate (line 20) | void evaluate(String js) throws Exception; FILE: dashbuilder/dashbuilder-client/dashbuilder-displayer-client/src/main/java/org/dashbuilder/displayer/client/widgets/sourcecode/JsValidator.java type JsValidator (line 20) | public interface JsValidator { method validate (line 29) | String validate(String jsTemplate, Collection allowedVariables); FILE: dashbuilder/dashbuilder-client/dashbuilder-displayer-client/src/main/java/org/dashbuilder/displayer/client/widgets/sourcecode/SourceCodeEditor.java class SourceCodeEditor (line 33) | @Dependent type View (line 36) | public interface View extends UberView { method clearAll (line 38) | void clearAll(); method edit (line 40) | void edit(SourceCodeType type, String code); method declareVariable (line 42) | void declareVariable(String var, String description); method injectVariable (line 44) | void injectVariable(String var); method focus (line 46) | void focus(); method error (line 48) | void error(String error); method clearError (line 50) | void clearError(); method SourceCodeEditor (line 62) | @Inject method asWidget (line 70) | @Override method getCode (line 75) | public String getCode() { method hasErrors (line 79) | public boolean hasErrors() { method init (line 83) | public void init(SourceCodeType type, String code, Map ... method focus (line 105) | public void focus() { method validateSourceCode (line 109) | public String validateSourceCode(String newCode) { method onVariableSelected (line 121) | public void onVariableSelected(String var) { method onSourceCodeChanged (line 126) | public boolean onSourceCodeChanged(String newCode) { FILE: dashbuilder/dashbuilder-client/dashbuilder-displayer-client/src/main/java/org/dashbuilder/displayer/client/widgets/sourcecode/SourceCodeEditorView.java class SourceCodeEditorView (line 43) | @Dependent method init (line 71) | @Override method onEditorChange (line 82) | protected void onEditorChange(JavaScriptObject obj) { method clearAll (line 88) | @Override method edit (line 95) | @Override method focus (line 112) | @Override method error (line 117) | @Override method clearError (line 123) | @Override method declareVariable (line 129) | @Override method injectVariable (line 153) | @Override method removeAllChildren (line 158) | private void removeAllChildren(org.jboss.errai.common.client.dom.Eleme... FILE: dashbuilder/dashbuilder-client/dashbuilder-displayer-client/src/main/java/org/dashbuilder/displayer/client/widgets/sourcecode/SourceCodeType.java type SourceCodeType (line 18) | public enum SourceCodeType { FILE: dashbuilder/dashbuilder-client/dashbuilder-displayer-client/src/test/java/org/dashbuilder/displayer/client/AbstractDisplayerTest.java class AbstractDisplayerTest (line 46) | @RunWith(MockitoJUnitRunner.Silent.class) method init (line 60) | @Before method createNewDisplayer (line 86) | public AbstractDisplayer createNewDisplayer(DisplayerSettings settings) { method createNewDisplayer (line 90) | public AbstractDisplayer createNewDisplayer(DisplayerSettings settings... method initDisplayer (line 94) | public D initDisplayer(D displayer, Disp... method callbackOnErrorTest (line 109) | @Test method testFormatValue (line 133) | @Test FILE: dashbuilder/dashbuilder-client/dashbuilder-displayer-client/src/test/java/org/dashbuilder/displayer/client/DisplayerCoordinatorTest.java class DisplayerCoordinatorTest (line 42) | @RunWith(MockitoJUnitRunner.Silent.class) method init (line 102) | @Before method testDrawAll (line 117) | @Test method testFilterPropagations (line 125) | @Test method testFilterReset (line 140) | @Test method testQuarterFilter (line 164) | @Test method testYearFilter (line 183) | @Test method testMultipleFilter (line 202) | @Test method testFilterUpdates (line 217) | @Test method testFilterWithNull (line 241) | @Test method testFullTableFilterEvent (line 267) | @Test FILE: dashbuilder/dashbuilder-client/dashbuilder-displayer-client/src/test/java/org/dashbuilder/displayer/client/DisplayerEvaluatorMock.java class DisplayerEvaluatorMock (line 17) | public class DisplayerEvaluatorMock implements AbstractDisplayer.Express... method evalExpression (line 19) | @Override FILE: dashbuilder/dashbuilder-client/dashbuilder-displayer-client/src/test/java/org/dashbuilder/displayer/client/DisplayerExportTest.java class DisplayerExportTest (line 33) | @RunWith(MockitoJUnitRunner.Silent.class) method testExportDisplayer (line 57) | @Test method testExportNonDrawnDisplayer (line 66) | @Test method testExportEmptyDisplayer (line 74) | @Test method testExportLimitExceeded (line 83) | @Test method testExportLimitRuledOut (line 92) | @Test method testDefaultNamesCsv (line 102) | @Test method testCustomNamesCsv (line 107) | @Test method testDefaultNamesXls (line 112) | @Test method testCustomNamesXls (line 117) | @Test method testDefaultNames (line 122) | public void testDefaultNames(ExportFormat format) throws Exception { method testCustomNames (line 144) | public void testCustomNames(ExportFormat format) throws Exception { FILE: dashbuilder/dashbuilder-client/dashbuilder-displayer-client/src/test/java/org/dashbuilder/displayer/client/DisplayerFilterTest.java class DisplayerFilterTest (line 32) | @RunWith(MockitoJUnitRunner.Silent.class) method testDrawRequired (line 49) | @Test method testNotifications (line 57) | @Test method testDrillDown (line 73) | @Test method testFilterNotAllowed (line 90) | @Test FILE: dashbuilder/dashbuilder-client/dashbuilder-displayer-client/src/test/java/org/dashbuilder/displayer/client/DisplayerFormatterMock.java class DisplayerFormatterMock (line 25) | public class DisplayerFormatterMock implements AbstractDisplayer.Formatt... method formatMonth (line 27) | @Override method formatDayOfWeek (line 32) | @Override method formatNumber (line 37) | @Override method parseDate (line 43) | @Override method formatDate (line 53) | @Override FILE: dashbuilder/dashbuilder-client/dashbuilder-displayer-client/src/test/java/org/dashbuilder/displayer/client/DisplayerLifecycleTest.java class DisplayerLifecycleTest (line 31) | @RunWith(MockitoJUnitRunner.Silent.class) method testLookup (line 46) | @Test method testDraw (line 55) | @Test method testRedraw (line 81) | @Test method testClose (line 107) | @Test FILE: dashbuilder/dashbuilder-client/dashbuilder-displayer-client/src/test/java/org/dashbuilder/displayer/client/DisplayerMock.java class DisplayerMock (line 20) | public class DisplayerMock extends AbstractDisplayer mockSyncBeanForRendererLib(String... method mockConstants (line 245) | private void mockConstants() { FILE: dashbuilder/dashbuilder-client/dashbuilder-displayer-client/src/test/java/org/dashbuilder/displayer/client/component/ExternalComponentDispatcherTest.java class ExternalComponentDispatcherTest (line 50) | @RunWith(GwtMockitoTestRunner.class) method setup (line 70) | @Before method testFilterWithoutFilterRequest (line 77) | @Test method testFilterWithoutDestination (line 87) | @Test method testFilter (line 97) | @Test method testFunctionCallWithoutDestination (line 110) | @Test method testFunctionCallWithoutRequest (line 120) | @Test method testFunctionCallFunctionNotFound (line 135) | @Test method testFunctionCallError (line 155) | @Test method testFunctionCallSuccess (line 180) | @Test method testFixConfigurationWithoutMessage (line 208) | @Test method testFixConfigurationWithMessage (line 221) | @Test method testOkConfigurationWithMessage (line 235) | @Test method noId (line 247) | private void noId(ExternalComponentMessage message) { method filterMessage (line 251) | private ExternalComponentMessage filterMessage() { method functionCallMessage (line 255) | private ExternalComponentMessage functionCallMessage() { method withId (line 259) | private void withId(ExternalComponentMessage message, Optional... method filterMessage (line 263) | private ExternalComponentMessage filterMessage(Optional components) { method addProvidedComponents (line 84) | public void addProvidedComponents(List components) { method checkGroup (line 93) | private void checkGroup(String groupId) { method produceDragComponent (line 111) | ExternalComponentDragDef produceDragComponent(ExternalComponent comp) { FILE: dashbuilder/dashbuilder-client/dashbuilder-displayer-editor/src/main/java/org/dashbuilder/client/editor/external/ExternalComponentDragDef.java type ExternalComponentDragDef (line 27) | public interface ExternalComponentDragDef extends LayoutDragComponent, H... method getDragComponentTitle (line 29) | public default String getDragComponentTitle() { method getDragComponentIconClass (line 34) | public default String getDragComponentIconClass() { method getSettingsKeys (line 39) | public default String[] getSettingsKeys() { method getSettingValue (line 43) | public default String getSettingValue(String key) { method setSettingValue (line 50) | public default void setSettingValue(String key, String value) { method getMapSettings (line 56) | public default Map getMapSettings() { method getComponentName (line 60) | String getComponentName(); method getComponentIcon (line 62) | String getComponentIcon(); method getComponentId (line 64) | String getComponentId(); method setComponentId (line 66) | void setComponentId(String componentId); method setDragInfo (line 68) | void setDragInfo(String componentName, String componentIcon); FILE: dashbuilder/dashbuilder-client/dashbuilder-displayer-editor/src/main/java/org/dashbuilder/client/editor/external/ExternalDisplayerDragComponent.java class ExternalDisplayerDragComponent (line 39) | @Dependent method ExternalDisplayerDragComponent (line 54) | @Inject method setDragInfo (line 62) | @Override method getConfigurationModal (line 68) | @Override method initialSettings (line 76) | @Override method getDisplayerType (line 84) | @Override method setComponentId (line 89) | public void setComponentId(String componentId) { method getComponentName (line 93) | @Override method getComponentIcon (line 98) | @Override method getComponentId (line 103) | @Override method getDragComponentTitle (line 108) | @Override FILE: dashbuilder/dashbuilder-client/dashbuilder-displayer-editor/src/main/java/org/dashbuilder/client/editor/external/ExternalDragComponent.java class ExternalDragComponent (line 26) | @Dependent method getPreviewWidget (line 40) | @Override method getShowWidget (line 45) | @Override method getComponentName (line 67) | @Override method getComponentIcon (line 72) | @Override method getComponentId (line 77) | @Override method setComponentId (line 82) | @Override method setDragInfo (line 87) | @Override method getConfigurationModal (line 93) | @Override method getSaveCommand (line 105) | protected Command getSaveCommand(String componentId, final ExternalCom... method getCloseCommand (line 116) | protected Command getCloseCommand(final ExternalComponentEditorPopUp e... method retrieveComponentProperties (line 123) | private Map retrieveComponentProperties(String compone... method getComponentPrefix (line 131) | private String getComponentPrefix(String componentId) { method appendComponentPrefix (line 135) | private String appendComponentPrefix(String componentId, String key) { method removeComponentPrefix (line 139) | private String removeComponentPrefix(String componentId, String key) { FILE: dashbuilder/dashbuilder-client/dashbuilder-displayer-editor/src/main/java/org/dashbuilder/client/editor/resources/i18n/Constants.java type Constants (line 21) | public interface Constants extends Messages { method displayer_perspective_editor_title (line 25) | String displayer_perspective_editor_title(); method DisplayerComponent (line 27) | String DisplayerComponent(); method drag_group_name_reporting (line 29) | String drag_group_name_reporting(); method drag_component_name_barchart (line 31) | String drag_component_name_barchart(); method drag_component_name_piechart (line 33) | String drag_component_name_piechart(); method drag_component_name_areachart (line 35) | String drag_component_name_areachart(); method drag_component_name_linechart (line 37) | String drag_component_name_linechart(); method drag_component_name_bubblechart (line 39) | String drag_component_name_bubblechart(); method drag_component_name_meterchart (line 41) | String drag_component_name_meterchart(); method drag_component_name_mapchart (line 43) | String drag_component_name_mapchart(); method drag_component_name_metric (line 45) | String drag_component_name_metric(); method drag_component_name_table (line 47) | String drag_component_name_table(); method drag_component_name_filter (line 49) | String drag_component_name_filter(); method externalComponentsGroupName (line 51) | String externalComponentsGroupName(); method internalComponentsGroupName (line 53) | String internalComponentsGroupName(); FILE: dashbuilder/dashbuilder-client/dashbuilder-displayer-editor/src/test/java/org/dashbuilder/client/editor/DisplayerDragComponentTest.java class DisplayerDragComponentTest (line 36) | @RunWith(GwtMockitoTestRunner.class) method setUp (line 60) | @Before method testDefaultDisplayerType (line 67) | @Test method testDoNotSetDisplayerType (line 77) | @Test method testAdjustSize (line 85) | @Test FILE: dashbuilder/dashbuilder-client/dashbuilder-displayer-editor/src/test/java/org/dashbuilder/client/editor/PerspectiveEditorReportingGroupProviderTest.java class PerspectiveEditorReportingGroupProviderTest (line 25) | @RunWith(GwtMockitoTestRunner.class) method setUp (line 45) | @Before method groupShouldBeEmptyWhenTheresNoRendererTest (line 52) | @Test method groupShouldHaveNComponentWhenTheresRendererTest (line 58) | @Test FILE: dashbuilder/dashbuilder-client/dashbuilder-displayer-editor/src/test/java/org/dashbuilder/client/editor/external/ExternalComponentGroupProviderTest.java class ExternalComponentGroupProviderTest (line 32) | @RunWith(GwtMockitoTestRunner.class) method testProduceDragComponent (line 55) | @Test FILE: dashbuilder/dashbuilder-client/dashbuilder-displayer-screen/src/main/java/org/dashbuilder/displayer/client/DisplayerScreenPresenter.java class DisplayerScreenPresenter (line 66) | @WorkbenchScreen(identifier = "DisplayerScreen") method DisplayerScreenPresenter (line 93) | @Inject method onStartup (line 117) | @OnStartup method onClose (line 153) | @OnClose method getTitle (line 158) | @WorkbenchPartTitle method getView (line 163) | @WorkbenchPartView method getMenus (line 168) | @WorkbenchMenu method makeMenuBar (line 173) | private Menus makeMenuBar() { method getEditCommand (line 202) | private Command getEditCommand() { method getCloneCommand (line 214) | protected Command getCloneCommand() { method getSaveCommand (line 228) | protected Command getSaveCommand(final DisplayerEditorPopup displayerE... method getSaveCloneCommand (line 249) | protected Command getSaveCloneCommand(final DisplayerEditorPopup displ... method getCloseCommand (line 260) | protected Command getCloseCommand(final DisplayerEditorPopup displayer... method getExportCsvCommand (line 267) | protected Command getExportCsvCommand() { method getExportExcelCommand (line 271) | protected Command getExportExcelCommand() { method getExportCommand (line 275) | protected Command getExportCommand(ExportFormat format) { method removeDisplayer (line 300) | protected void removeDisplayer() { method createPlaceRequest (line 307) | protected PlaceRequest createPlaceRequest( DisplayerSettings displayer... method adjustMenuActions (line 316) | protected void adjustMenuActions(DisplayerSettings displayerSettings) { method getMenuActionsButton (line 322) | protected ButtonGroup getMenuActionsButton() { FILE: dashbuilder/dashbuilder-client/dashbuilder-displayer-screen/src/main/java/org/dashbuilder/displayer/client/PerspectiveCoordinator.java class PerspectiveCoordinator (line 34) | @ApplicationScoped method PerspectiveCoordinator (line 47) | public PerspectiveCoordinator() { method PerspectiveCoordinator (line 50) | @Inject method addDisplayer (line 58) | public void addDisplayer(Displayer displayer) { method removeDisplayer (line 65) | public boolean removeDisplayer(Displayer displayer) { method getDisplayerList (line 73) | public List getDisplayerList(){ method editOn (line 80) | public void editOn() { method editOff (line 92) | public void editOff() { method onPerspectiveChanged (line 104) | private void onPerspectiveChanged(@Observes final PerspectiveChange ev... method onDataSetModifiedEvent (line 111) | private void onDataSetModifiedEvent(@Observes DataSetModifiedEvent eve... FILE: dashbuilder/dashbuilder-client/dashbuilder-displayer-screen/src/main/java/org/dashbuilder/displayer/client/resources/i18n/Constants.java type Constants (line 21) | public interface Constants extends Messages { method menu_button_actions (line 25) | String menu_button_actions(); method menu_edit (line 27) | String menu_edit(); method menu_clone (line 29) | String menu_clone(); method menu_export_csv (line 31) | String menu_export_csv(); method menu_export_excel (line 33) | String menu_export_excel(); method displayer_presenter_displayer_notfound (line 35) | String displayer_presenter_displayer_notfound(); method displayer_presenter_export_large_dataset (line 37) | String displayer_presenter_export_large_dataset(); method displayer_presenter_export_no_data (line 39) | String displayer_presenter_export_no_data(); FILE: dashbuilder/dashbuilder-client/dashbuilder-displayer-screen/src/test/java/org/dashbuilder/displayer/client/PerspectiveCoordinatorTest.java class PerspectiveCoordinatorTest (line 11) | @RunWith(MockitoJUnitRunner.class) method init (line 16) | @Before method testDisplayerList (line 23) | @Test FILE: dashbuilder/dashbuilder-client/dashbuilder-kie-server-client/src/main/java/org/dashbuilder/client/kieserver/dataset/editor/RemoteDataSetDefAttributesEditor.java type RemoteDataSetDefAttributesEditor (line 33) | public interface RemoteDataSetDefAttributesEditor extends ValueAwareEdit... method queryTarget (line 35) | LeafAttributeEditor queryTarget(); method serverTemplateId (line 36) | LeafAttributeEditor serverTemplateId(); method dataSource (line 37) | public ValueBoxEditor dataSource(); method dbSQL (line 38) | LeafAttributeEditor dbSQL(); FILE: dashbuilder/dashbuilder-client/dashbuilder-kie-server-client/src/main/java/org/dashbuilder/client/kieserver/dataset/editor/RemoteDataSetDefEditor.java type RemoteDataSetDefEditor (line 24) | public interface RemoteDataSetDefEditor extends DataSetDefEditor queryTarget(); method serverTemplateId (line 27) | LeafAttributeEditor serverTemplateId(); method dataSource (line 28) | public ValueBoxEditor dataSource(); method dbSQL (line 29) | LeafAttributeEditor dbSQL(); FILE: dashbuilder/dashbuilder-client/dashbuilder-kie-server-client/src/main/java/org/dashbuilder/client/kieserver/dataset/editor/RemoteDataSetEditorDriverFactory.java class RemoteDataSetEditorDriverFactory (line 27) | @ApplicationScoped method remoteDataSetDefDriver (line 34) | @Produces method remoteDataSetDefAttributesDriver (line 39) | @Produces FILE: dashbuilder/dashbuilder-client/dashbuilder-kie-server-client/src/main/java/org/dashbuilder/client/kieserver/dataset/editor/driver/RemoteDataSetDefAttributesDriver.java type RemoteDataSetDefAttributesDriver (line 27) | public interface RemoteDataSetDefAttributesDriver extends SimpleBeanEdit... FILE: dashbuilder/dashbuilder-client/dashbuilder-kie-server-client/src/main/java/org/dashbuilder/client/kieserver/dataset/editor/driver/RemoteDataSetDefDriver.java type RemoteDataSetDefDriver (line 27) | public interface RemoteDataSetDefDriver extends SimpleBeanEditorDriver templates) { method asWidget (line 131) | @Override method queryTarget (line 136) | @Override method serverTemplateId (line 141) | @Override method dataSource (line 146) | @Override method dbSQL (line 151) | @Override method flush (line 156) | @Override method onPropertyChange (line 161) | @Override method setDelegate (line 166) | @Override method setValue (line 171) | @Override FILE: dashbuilder/dashbuilder-client/dashbuilder-kie-server-client/src/main/java/org/dashbuilder/client/kieserver/dataset/editor/impl/RemoteDataSetDefAttributesEditorView.java class RemoteDataSetDefAttributesEditorView (line 34) | @Dependent type Binder (line 37) | interface Binder extends UiBinder buildMenusFromNavTree(NavTree... method buildMenuItemsFromNavGroup (line 81) | private List buildMenuItemsFromNavGroup(NavGroup navGroup) { method resolvePlaceRequest (line 110) | public PlaceRequest resolvePlaceRequest(String perspectiveId) { FILE: dashbuilder/dashbuilder-client/dashbuilder-navigation-client/src/main/java/org/dashbuilder/client/navigation/NavigationManager.java type NavigationManager (line 24) | public interface NavigationManager { method init (line 26) | void init(Command afterInit); method setDefaultNavTree (line 28) | void setDefaultNavTree(NavTree navTree); method getDefaultNavTree (line 30) | NavTree getDefaultNavTree(); method getNavTree (line 32) | NavTree getNavTree(); method hasNavTree (line 34) | boolean hasNavTree(); method saveNavTree (line 36) | void saveNavTree(NavTree navTree, Command afterSave); method secure (line 38) | NavTree secure(NavTree navTree, boolean removeEmptyGroups); method secure (line 40) | void secure(List itemList, boolean removeEmptyGroups); method navItemClicked (line 42) | void navItemClicked(NavItem navItem); method update (line 44) | void update(NavTree navTree); FILE: dashbuilder/dashbuilder-client/dashbuilder-navigation-client/src/main/java/org/dashbuilder/client/navigation/event/NavItemEditCancelledEvent.java class NavItemEditCancelledEvent (line 24) | public class NavItemEditCancelledEvent { method NavItemEditCancelledEvent (line 28) | public NavItemEditCancelledEvent(NavItemEditor navItemEditor) { method getNavItemEditor (line 32) | public NavItemEditor getNavItemEditor() { FILE: dashbuilder/dashbuilder-client/dashbuilder-navigation-client/src/main/java/org/dashbuilder/client/navigation/event/NavItemEditStartedEvent.java class NavItemEditStartedEvent (line 24) | public class NavItemEditStartedEvent { method NavItemEditStartedEvent (line 28) | public NavItemEditStartedEvent(NavItemEditor navItemEditor) { method getNavItemEditor (line 32) | public NavItemEditor getNavItemEditor() { FILE: dashbuilder/dashbuilder-client/dashbuilder-navigation-client/src/main/java/org/dashbuilder/client/navigation/event/NavItemGotoEvent.java class NavItemGotoEvent (line 24) | public class NavItemGotoEvent { method NavItemGotoEvent (line 28) | public NavItemGotoEvent(NavItem navItem) { method getNavItem (line 32) | public NavItem getNavItem() { FILE: dashbuilder/dashbuilder-client/dashbuilder-navigation-client/src/main/java/org/dashbuilder/client/navigation/event/NavTreeLoadedEvent.java class NavTreeLoadedEvent (line 23) | public class NavTreeLoadedEvent { method NavTreeLoadedEvent (line 27) | public NavTreeLoadedEvent(NavTree navTree) { method getNavTree (line 31) | public NavTree getNavTree() { FILE: dashbuilder/dashbuilder-client/dashbuilder-navigation-client/src/main/java/org/dashbuilder/client/navigation/impl/NavigationManagerImpl.java class NavigationManagerImpl (line 36) | @ApplicationScoped method NavigationManagerImpl (line 47) | @Inject method init (line 60) | @Override method getDefaultNavTree (line 71) | @Override method setDefaultNavTree (line 76) | @Override method getNavTree (line 81) | @Override method hasNavTree (line 86) | @Override method saveNavTree (line 91) | @Override method secure (line 102) | @Override method secure (line 107) | @Override method navItemClicked (line 112) | @Override method update (line 119) | @Override FILE: dashbuilder/dashbuilder-client/dashbuilder-navigation-client/src/main/java/org/dashbuilder/client/navigation/layout/editor/AbstractNavDragComponent.java class AbstractNavDragComponent (line 44) | public abstract class AbstractNavDragComponent implements NavDragCompone... method AbstractNavDragComponent (line 53) | public AbstractNavDragComponent() { method AbstractNavDragComponent (line 56) | public AbstractNavDragComponent(NavigationManager navigationManager, method getNavWidget (line 67) | @Override method getPreviewWidget (line 72) | @Override method getShowWidget (line 77) | @Override method getConfigurationModal (line 101) | @Override method dispose (line 135) | @Override method showNavWidget (line 140) | protected void showNavWidget() { method navConfigOk (line 149) | protected void navConfigOk(ModalConfigurationContext ctx, boolean supp... method navConfigCancel (line 176) | protected void navConfigCancel(ModalConfigurationContext ctx) { method checkLayoutTemplate (line 180) | protected void checkLayoutTemplate() { method onNavTreeChanged (line 193) | public void onNavTreeChanged(@Observes final NavTreeChangedEvent event) { FILE: dashbuilder/dashbuilder-client/dashbuilder-navigation-client/src/main/java/org/dashbuilder/client/navigation/layout/editor/NavCarouselDragComponent.java class NavCarouselDragComponent (line 30) | @Dependent method NavCarouselDragComponent (line 33) | @Inject method getDragComponentTitle (line 44) | @Override method getDragComponentNavGroupHelp (line 49) | @Override FILE: dashbuilder/dashbuilder-client/dashbuilder-navigation-client/src/main/java/org/dashbuilder/client/navigation/layout/editor/NavDragComponent.java type NavDragComponent (line 22) | public interface NavDragComponent extends PerspectiveEditorNavComponent,... method getNavWidget (line 24) | NavWidget getNavWidget(); method getDragComponentNavGroupHelp (line 26) | String getDragComponentNavGroupHelp(); method dispose (line 28) | void dispose(); FILE: dashbuilder/dashbuilder-client/dashbuilder-navigation-client/src/main/java/org/dashbuilder/client/navigation/layout/editor/NavMenuBarDragComponent.java class NavMenuBarDragComponent (line 30) | @Dependent method NavMenuBarDragComponent (line 33) | @Inject method getDragComponentTitle (line 44) | @Override method getDragComponentNavGroupHelp (line 49) | @Override FILE: dashbuilder/dashbuilder-client/dashbuilder-navigation-client/src/main/java/org/dashbuilder/client/navigation/layout/editor/NavTabListDragComponent.java class NavTabListDragComponent (line 30) | @Dependent method NavTabListDragComponent (line 33) | @Inject method getDragComponentTitle (line 44) | @Override method getDragComponentNavGroupHelp (line 49) | @Override FILE: dashbuilder/dashbuilder-client/dashbuilder-navigation-client/src/main/java/org/dashbuilder/client/navigation/layout/editor/NavTilesDragComponent.java class NavTilesDragComponent (line 32) | @Dependent method NavTilesDragComponent (line 35) | @Inject method getDragComponentTitle (line 49) | @Override method getDragComponentNavGroupHelp (line 54) | @Override FILE: dashbuilder/dashbuilder-client/dashbuilder-navigation-client/src/main/java/org/dashbuilder/client/navigation/layout/editor/NavTreeDragComponent.java class NavTreeDragComponent (line 27) | @Dependent method NavTreeDragComponent (line 30) | @Inject method getDragComponentTitle (line 41) | @Override method getDragComponentNavGroupHelp (line 46) | @Override FILE: dashbuilder/dashbuilder-client/dashbuilder-navigation-client/src/main/java/org/dashbuilder/client/navigation/plugin/PerspectivePluginEntryPoint.java class PerspectivePluginEntryPoint (line 25) | @EntryPoint method init (line 32) | @PostConstruct FILE: dashbuilder/dashbuilder-client/dashbuilder-navigation-client/src/main/java/org/dashbuilder/client/navigation/plugin/PerspectivePluginManager.java type PerspectivePluginManager (line 30) | public interface PerspectivePluginManager { method loadPlugins (line 32) | void loadPlugins(); method getPerspectivePlugins (line 34) | void getPerspectivePlugins(ParameterizedCommand> ca... method isRuntimePerspective (line 36) | boolean isRuntimePerspective(Plugin plugin); method isRuntimePerspective (line 38) | boolean isRuntimePerspective(NavItem navItem); method isRuntimePerspective (line 40) | boolean isRuntimePerspective(String perspectiveId); method getRuntimePerspectiveId (line 42) | String getRuntimePerspectiveId(NavItem navItem); method existsPerspectivePlugin (line 44) | boolean existsPerspectivePlugin(String perspectiveName); method getLayoutTemplateInfo (line 46) | void getLayoutTemplateInfo(String perspectiveName, ParameterizedComman... method getLayoutTemplateInfo (line 48) | void getLayoutTemplateInfo(LayoutTemplate layoutTemplate, Parameterize... method buildPerspectiveWidget (line 50) | void buildPerspectiveWidget(String perspectiveName, LayoutTemplateCont... method buildPerspectiveWidget (line 52) | default void buildPerspectiveWidget(String perspectiveName, Parameteri... method getLastBuildPerspectiveNavGroup (line 56) | NavGroup getLastBuildPerspectiveNavGroup(); FILE: dashbuilder/dashbuilder-client/dashbuilder-navigation-client/src/main/java/org/dashbuilder/client/navigation/plugin/PerspectivePluginManagerImpl.java class PerspectivePluginManagerImpl (line 59) | @EntryPoint method PerspectivePluginManagerImpl (line 72) | @Inject method getPerspectivePlugins (line 85) | @Override method isRuntimePerspective (line 90) | @Override method isRuntimePerspective (line 96) | @Override method isRuntimePerspective (line 101) | @Override method getRuntimePerspectiveId (line 106) | @Override method existsPerspectivePlugin (line 115) | @Override method getLayoutTemplateInfo (line 120) | @Override method getLayoutTemplateInfo (line 125) | @Override method buildPerspectiveWidget (line 130) | @Override method getLastBuildPerspectiveNavGroup (line 161) | @Override method onPlugInAdded (line 168) | public void onPlugInAdded(@Observes final PluginAdded event) { method onPlugInSaved (line 176) | public void onPlugInSaved(@Observes final PluginSaved event) { method onPlugInRenamed (line 184) | public void onPlugInRenamed(@Observes final PluginRenamed event) { method onPlugInDeleted (line 204) | public void onPlugInDeleted(@Observes final PluginDeleted event) { method loadPlugins (line 220) | @Override method loadPlugins (line 226) | private void loadPlugins(ParameterizedCommand> call... FILE: dashbuilder/dashbuilder-client/dashbuilder-navigation-client/src/main/java/org/dashbuilder/client/navigation/resources/i18n/NavigationConstants.java type NavigationConstants (line 21) | public interface NavigationConstants extends Messages { method newItem (line 25) | String newItem(String itemName); method newItemName (line 27) | String newItemName(String itemName); method itemMenuTitle (line 29) | String itemMenuTitle(); method editItem (line 31) | String editItem(); method deleteItem (line 33) | String deleteItem(); method pageIconTitle (line 35) | String pageIconTitle(); method perspectiveIconTitle (line 37) | String perspectiveIconTitle(); method moveUp (line 39) | String moveUp(); method moveDown (line 41) | String moveDown(); method moveFirst (line 43) | String moveFirst(); method moveLast (line 45) | String moveLast(); method gotoItem (line 47) | String gotoItem(String itemName); method saveChanges (line 49) | String saveChanges(); method save (line 51) | String save(); method cancel (line 53) | String cancel(); method navMenubarDragComponent (line 55) | String navMenubarDragComponent(); method navTabListDragComponent (line 57) | String navTabListDragComponent(); method navTreeDragComponent (line 59) | String navTreeDragComponent(); method navTilesDragComponent (line 61) | String navTilesDragComponent(); method navCarouselDragComponent (line 63) | String navCarouselDragComponent(); method navMenubarDragComponentNavGroupHelp (line 65) | String navMenubarDragComponentNavGroupHelp(); method navTabListDragComponentNavGroupHelp (line 67) | String navTabListDragComponentNavGroupHelp(); method navTreeDragComponentNavGroupHelp (line 69) | String navTreeDragComponentNavGroupHelp(); method navTilesDragComponentNavGroupHelp (line 71) | String navTilesDragComponentNavGroupHelp(); method navCarouselDragComponentNavGroupHelp (line 73) | String navCarouselDragComponentNavGroupHelp(); method navGroupEmptyError (line 75) | String navGroupEmptyError(); method navCarouselDragComponentEmptyError (line 77) | String navCarouselDragComponentEmptyError(); method navTilesDragComponentInfiniteRecursion (line 79) | String navTilesDragComponentInfiniteRecursion(); method navCarouselDragComponentInfiniteRecursion (line 81) | String navCarouselDragComponentInfiniteRecursion(); method targetDivIdPerspectiveInfiniteRecursion (line 83) | String targetDivIdPerspectiveInfiniteRecursion(); method navWidgetTargetDivMissing (line 85) | String navWidgetTargetDivMissing(); method navGroupNotFound (line 87) | String navGroupNotFound(); method navItemsEmpty (line 89) | String navItemsEmpty(); method openNavItem (line 91) | String openNavItem(String itemName); method gotoNavItem (line 93) | String gotoNavItem(String itemName); method showNavItem (line 95) | String showNavItem(String itemName); method navConfigHeader (line 97) | String navConfigHeader(); method navGroupLabel (line 99) | String navGroupLabel(); method navGroupHelp (line 101) | String navGroupHelp(); method navGroupSelectorHint (line 103) | String navGroupSelectorHint(); method defaultItemLabel (line 105) | String defaultItemLabel(); method defaultItemHelp (line 107) | String defaultItemHelp(); method defaultItemSelectorHint (line 109) | String defaultItemSelectorHint(); method defaultItemsNotFound (line 111) | String defaultItemsNotFound(); method targetDivLabel (line 113) | String targetDivLabel(); method targetDivHelp (line 115) | String targetDivHelp(); method targetDivSelectorHint (line 117) | String targetDivSelectorHint(); method targetDivsNotFound (line 119) | String targetDivsNotFound(); method navItemEditorPerspectiveHelp (line 121) | String navItemEditorPerspectiveHelp(); method navItemEditorGroupHelp (line 123) | String navItemEditorGroupHelp(); method navRefPerspective (line 125) | String navRefPerspective(String name); method navRefGroupDefined (line 127) | String navRefGroupDefined(String name); method navRefGroupContext (line 129) | String navRefGroupContext(String name); method navRefPerspectiveFound (line 131) | String navRefPerspectiveFound(String name); method navRefPerspectiveDefault (line 133) | String navRefPerspectiveDefault(String name); method navRefPerspectiveInGroup (line 135) | String navRefPerspectiveInGroup(String name); method navRefComponent (line 137) | String navRefComponent(String name); method navRefDefaultItemDefined (line 139) | String navRefDefaultItemDefined(String name); method navRefDefaultItemFound (line 141) | String navRefDefaultItemFound(String name); method navRefPerspectiveRecursionEnd (line 143) | String navRefPerspectiveRecursionEnd(); FILE: dashbuilder/dashbuilder-client/dashbuilder-navigation-client/src/main/java/org/dashbuilder/client/navigation/widget/BaseNavWidget.java class BaseNavWidget (line 35) | public abstract class BaseNavWidget implements NavWidget { method BaseNavWidget (line 51) | @Inject method getNavigationManager (line 58) | public NavigationManager getNavigationManager() { method asWidget (line 62) | @Override method setSecure (line 67) | @Override method setHideEmptyGroups (line 72) | @Override method setOnItemSelectedCommand (line 77) | @Override method setOnStaleCommand (line 82) | @Override method getItem (line 87) | public NavItem getItem(String id) { method getLevel (line 99) | @Override method getParent (line 110) | @Override method setParent (line 115) | @Override method getMaxLevels (line 120) | @Override method setMaxLevels (line 125) | @Override method getNavGroup (line 130) | @Override method areSubGroupsSupported (line 135) | public boolean areSubGroupsSupported() { method getSubgroupNavWidget (line 139) | protected NavWidget getSubgroupNavWidget(String groupId) { method lookupNavGroupWidget (line 148) | protected NavWidget lookupNavGroupWidget() { method hide (line 152) | @Override method show (line 158) | @Override method show (line 168) | @Override method show (line 177) | @Override method showGroup (line 217) | protected void showGroup(NavGroup navGroup) { method showItem (line 231) | protected void showItem(NavItem navItem) { method getItemSelected (line 237) | @Override method setSelectedItem (line 242) | @Override method clearSelectedItem (line 263) | @Override method onSubGroupItemClicked (line 273) | public void onSubGroupItemClicked(NavWidget subGroup) { method onItemClicked (line 288) | public void onItemClicked(NavItem navItem) { method refresh (line 301) | protected void refresh() { method dispose (line 307) | @Override method onNavTreeChanged (line 315) | public void onNavTreeChanged(@Observes final NavTreeChangedEvent event) { method onAuthzPolicyChanged (line 322) | public void onAuthzPolicyChanged(@Observes final SaveRoleEvent event) { method onAuthzPolicyChanged (line 328) | public void onAuthzPolicyChanged(@Observes final SaveGroupEvent event) { FILE: dashbuilder/dashbuilder-client/dashbuilder-navigation-client/src/main/java/org/dashbuilder/client/navigation/widget/BaseNavWidgetView.java class BaseNavWidgetView (line 37) | public abstract class BaseNavWidgetView extends Composite implements ... method appendWidgetToElement (line 44) | protected void appendWidgetToElement(HTMLElement element, IsWidget wid... method clearItems (line 49) | @Override method addGroupItem (line 55) | @Override method addItem (line 61) | @Override method setSelectedItem (line 83) | @Override method clearSelectedItem (line 93) | @Override method setSelectedEnabled (line 101) | protected void setSelectedEnabled(boolean enabled) { method errorNavGroupNotFound (line 109) | @Override method errorNavItemsEmpty (line 114) | @Override method navRefPerspectiveI18n (line 121) | public String navRefPerspectiveI18n(String name) { method navRefPerspectiveFoundI18n (line 125) | public String navRefPerspectiveFoundI18n(String name) { method navRefPerspectiveDefaultI18n (line 129) | public String navRefPerspectiveDefaultI18n(String name) { method navRefPerspectiveInGroupI18n (line 133) | public String navRefPerspectiveInGroupI18n(String name) { method navRefComponentI18n (line 137) | public String navRefComponentI18n(String name) { method navRefGroupDefinedI18n (line 141) | public String navRefGroupDefinedI18n(String name) { method navRefGroupContextI18n (line 145) | public String navRefGroupContextI18n(String name) { method navRefDefaultItemDefinedI18n (line 149) | public String navRefDefaultItemDefinedI18n(String name) { method navRefDefaultItemFoundI18n (line 153) | public String navRefDefaultItemFoundI18n(String name) { method navRefPerspectiveRecursionEndI18n (line 157) | public String navRefPerspectiveRecursionEndI18n() { method navMenubarDragComponentI18n (line 161) | public String navMenubarDragComponentI18n() { method navTreeDragComponentI18n (line 165) | public String navTreeDragComponentI18n() { method navTilesDragComponentI18n (line 169) | public String navTilesDragComponentI18n() { method navTabListDragComponentI18n (line 173) | public String navTabListDragComponentI18n() { method navCarouselDragComponentI18n (line 177) | public String navCarouselDragComponentI18n() { FILE: dashbuilder/dashbuilder-client/dashbuilder-navigation-client/src/main/java/org/dashbuilder/client/navigation/widget/HasDefaultNavItem.java type HasDefaultNavItem (line 22) | public interface HasDefaultNavItem { method getDefaultNavItemId (line 24) | String getDefaultNavItemId(); method setDefaultNavItemId (line 26) | void setDefaultNavItemId(String navItemId); FILE: dashbuilder/dashbuilder-client/dashbuilder-navigation-client/src/main/java/org/dashbuilder/client/navigation/widget/HasTargetDiv.java type HasTargetDiv (line 22) | public interface HasTargetDiv { method getTargetDivId (line 24) | String getTargetDivId(); method setTargetDivId (line 26) | void setTargetDivId(String targetDivId); method setGotoItemEnabled (line 28) | void setGotoItemEnabled(boolean gotoDefaultItem); FILE: dashbuilder/dashbuilder-client/dashbuilder-navigation-client/src/main/java/org/dashbuilder/client/navigation/widget/NavCarouselWidget.java class NavCarouselWidget (line 34) | @Dependent type View (line 37) | public interface View extends NavWidgetView, Layout... method addContentSlide (line 39) | void addContentSlide(IsWidget widget); method infiniteRecursionError (line 41) | void infiniteRecursionError(String cause); method NavCarouselWidget (line 49) | @Inject method areSubGroupsSupported (line 57) | @Override method getDefaultNavItemId (line 62) | @Override method setDefaultNavItemId (line 67) | @Override method show (line 72) | @Override method showItem (line 98) | @Override method onInfiniteRecursion (line 108) | public void onInfiniteRecursion(LayoutRecursionIssue issue) { method onPerspectiveChanged (line 115) | private void onPerspectiveChanged(@Observes PluginSaved event) { FILE: dashbuilder/dashbuilder-client/dashbuilder-navigation-client/src/main/java/org/dashbuilder/client/navigation/widget/NavCarouselWidgetView.java class NavCarouselWidgetView (line 31) | @Dependent method NavCarouselWidgetView (line 51) | @Inject method init (line 59) | @Override method addDivider (line 65) | @Override method addContentSlide (line 70) | @Override method errorNavGroupNotFound (line 81) | @Override method errorNavItemsEmpty (line 88) | @Override method infiniteRecursionError (line 95) | @Override FILE: dashbuilder/dashbuilder-client/dashbuilder-navigation-client/src/main/java/org/dashbuilder/client/navigation/widget/NavComponentConfigModal.java class NavComponentConfigModal (line 32) | @Dependent type View (line 35) | public interface View extends UberView { method clearNavGroupItems (line 37) | void clearNavGroupItems(); method setNavGroupEnabled (line 39) | void setNavGroupEnabled(boolean enabled); method addNavGroupItem (line 41) | void addNavGroupItem(String name, Command onSelect); method setNavGroupSelection (line 43) | void setNavGroupSelection(String name, Command onReset); method setNavGroupHelpText (line 45) | void setNavGroupHelpText(String text); method setDefaultNavItemEnabled (line 47) | void setDefaultNavItemEnabled(boolean enabled); method setDefaultNavItemVisible (line 49) | void setDefaultNavItemVisible(boolean enabled); method clearDefaultItems (line 51) | void clearDefaultItems(); method defaultItemsNotFound (line 53) | void defaultItemsNotFound(); method setDefaultItemSelection (line 55) | void setDefaultItemSelection(String name, Command onReset); method addDefaultItem (line 57) | void addDefaultItem(String name, Command onSelect); method setTargetDivVisible (line 59) | void setTargetDivVisible(boolean enabled); method clearTargetDivItems (line 61) | void clearTargetDivItems(); method targetDivsNotFound (line 63) | void targetDivsNotFound(); method addTargetDivItem (line 65) | void addTargetDivItem(String name, Command onSelect); method setTargetDivSelection (line 67) | void setTargetDivSelection(String name, Command onReset); method show (line 69) | void show(); method hide (line 71) | void hide(); method NavComponentConfigModal (line 84) | @Inject method asWidget (line 90) | @Override method getView (line 95) | public View getView() { method setTargetDivIdList (line 99) | public void setTargetDivIdList(List targetDivIdList) { method setOnOk (line 103) | public void setOnOk(Command onOk) { method setOnCancel (line 107) | public void setOnCancel(Command onCancel) { method setNavGroupHelpHint (line 111) | public void setNavGroupHelpHint(String text) { method getGroupId (line 115) | public String getGroupId() { method getDefaultItemId (line 119) | public String getDefaultItemId() { method getTargetDivId (line 123) | public String getTargetDivId() { method setTargetDivSupported (line 127) | public void setTargetDivSupported(boolean supported) { method setTargetDiv (line 131) | public void setTargetDiv(String targetDivId) { method setDefaultNavItemSupported (line 135) | public void setDefaultNavItemSupported(boolean supported) { method setDefaultNavItemId (line 139) | public void setDefaultNavItemId(String navItemId) { method setNavGroup (line 143) | public void setNavGroup(List navItemList, String selectedGrou... method updateNavGroups (line 149) | private void updateNavGroups() { method updateNavGroups (line 157) | private void updateNavGroups(List navItemList) { method addNavGroup (line 163) | private void addNavGroup(NavItem navItem) { method updateDefaultItems (line 176) | private void updateDefaultItems() { method updateDefaultItems (line 188) | private void updateDefaultItems(NavGroup navGroup, int level) { method updateTargetDivs (line 211) | private void updateTargetDivs() { method calculateFullPath (line 228) | public String calculateFullPath(NavItem navItem) { method clear (line 239) | public void clear() { method show (line 251) | public void show() { method onGroupSelected (line 260) | public void onGroupSelected(String id) { method onDefaultItemSelected (line 267) | public void onDefaultItemSelected(String id) { method onTargetDivSelected (line 272) | public void onTargetDivSelected(String id) { method onOk (line 277) | public void onOk() { method onCancel (line 286) | public void onCancel() { FILE: dashbuilder/dashbuilder-client/dashbuilder-navigation-client/src/main/java/org/dashbuilder/client/navigation/widget/NavComponentConfigModalView.java class NavComponentConfigModalView (line 44) | @Templated method init (line 119) | @Override method getModal (line 147) | public Modal getModal() { method asWidget (line 151) | @Override method show (line 156) | @Override method hide (line 161) | @Override method setNavGroupEnabled (line 166) | @Override method clearNavGroupItems (line 171) | @Override method setNavGroupHelpText (line 177) | @Override method setNavGroupSelection (line 182) | @Override method addNavGroupItem (line 188) | @Override method setDefaultNavItemVisible (line 193) | @Override method setDefaultNavItemEnabled (line 198) | @Override method clearDefaultItems (line 203) | @Override method defaultItemsNotFound (line 209) | @Override method setDefaultItemSelection (line 215) | @Override method addDefaultItem (line 221) | @Override method setTargetDivVisible (line 226) | @Override method clearTargetDivItems (line 231) | @Override method targetDivsNotFound (line 237) | @Override method addTargetDivItem (line 243) | @Override method setTargetDivSelection (line 248) | @Override method addItem (line 254) | private void addItem(UnorderedList unorderedList, String name, boolean... method okClick (line 272) | @SinkNative(Event.ONCLICK) method cancelClick (line 279) | @SinkNative(Event.ONCLICK) FILE: dashbuilder/dashbuilder-client/dashbuilder-navigation-client/src/main/java/org/dashbuilder/client/navigation/widget/NavDropDownWidget.java class NavDropDownWidget (line 27) | @Dependent type View (line 30) | public interface View extends NavWidgetView { method setDropDownName (line 32) | void setDropDownName(String name); method showAsSubmenu (line 34) | void showAsSubmenu(boolean enabled); method setActive (line 36) | void setActive(boolean active); method NavDropDownWidget (line 42) | @Inject method lookupNavGroupWidget (line 49) | @Override method show (line 54) | @Override method onItemClicked (line 65) | @Override method onSubGroupItemClicked (line 71) | @Override method setSelectedItem (line 77) | @Override method clearSelectedItem (line 84) | @Override method setActive (line 90) | private void setActive(boolean enabled) { FILE: dashbuilder/dashbuilder-client/dashbuilder-navigation-client/src/main/java/org/dashbuilder/client/navigation/widget/NavDropDownWidgetView.java class NavDropDownWidgetView (line 32) | @Dependent method init (line 57) | @Override method setDropDownName (line 63) | @Override method calculateDropDownClassName (line 68) | private String calculateDropDownClassName() { method showAsSubmenu (line 84) | @Override method setActive (line 95) | @Override method addDivider (line 102) | @Override method errorNavGroupNotFound (line 109) | @Override FILE: dashbuilder/dashbuilder-client/dashbuilder-navigation-client/src/main/java/org/dashbuilder/client/navigation/widget/NavItemTileWidget.java class NavItemTileWidget (line 34) | @Dependent type View (line 37) | public interface View extends UberElement { type ItemType (line 39) | enum ItemType { method show (line 45) | void show(String name, String descr, ItemType type); method NavItemTileWidget (line 52) | @Inject method getElement (line 59) | @Override method setOnClick (line 64) | public void setOnClick(Command onClick) { method show (line 68) | public void show(NavItem navItem) { method onClick (line 90) | void onClick() { FILE: dashbuilder/dashbuilder-client/dashbuilder-navigation-client/src/main/java/org/dashbuilder/client/navigation/widget/NavItemTileWidgetView.java class NavItemTileWidgetView (line 29) | @Templated method init (line 50) | @Override method show (line 55) | @Override method onMainDivClick (line 77) | @EventHandler("mainDiv") FILE: dashbuilder/dashbuilder-client/dashbuilder-navigation-client/src/main/java/org/dashbuilder/client/navigation/widget/NavMenuBarWidget.java class NavMenuBarWidget (line 26) | @Dependent type View (line 29) | public interface View extends TargetDivNavWidget.View { method setNavHeaderVisible (line 31) | void setNavHeaderVisible(boolean visible); method NavMenuBarWidget (line 37) | @Inject method lookupNavGroupWidget (line 48) | @Override method setNavHeaderVisible (line 53) | public void setNavHeaderVisible(boolean visible) { FILE: dashbuilder/dashbuilder-client/dashbuilder-navigation-client/src/main/java/org/dashbuilder/client/navigation/widget/NavMenuBarWidgetView.java class NavMenuBarWidgetView (line 30) | @Dependent method NavMenuBarWidgetView (line 50) | @Inject method init (line 55) | @Override method addDivider (line 62) | @Override method clearItems (line 67) | @Override method error (line 74) | @Override method setNavHeaderVisible (line 81) | @Override FILE: dashbuilder/dashbuilder-client/dashbuilder-navigation-client/src/main/java/org/dashbuilder/client/navigation/widget/NavTabListWidget.java class NavTabListWidget (line 29) | @Dependent type View (line 32) | public interface View extends TargetDivNavWidget.View { method clearChildrenTabs (line 34) | void clearChildrenTabs(); method showChildrenTabs (line 36) | void showChildrenTabs(IsWidget tabListWidget); method showAsSubmenu (line 38) | void showAsSubmenu(boolean enabled); method NavTabListWidget (line 44) | @Inject method lookupNavGroupWidget (line 55) | @Override method setSelectedItem (line 60) | @Override method show (line 70) | @Override method onItemClicked (line 76) | @Override method onGroupTabClicked (line 84) | void onGroupTabClicked(String id) { FILE: dashbuilder/dashbuilder-client/dashbuilder-navigation-client/src/main/java/org/dashbuilder/client/navigation/widget/NavTabListWidgetView.java class NavTabListWidgetView (line 29) | @Dependent method NavTabListWidgetView (line 52) | @Inject method init (line 57) | @Override method addDivider (line 63) | @Override method addGroupItem (line 68) | @Override method showAsSubmenu (line 73) | @Override method clearChildrenTabs (line 78) | @Override method showChildrenTabs (line 83) | @Override method clearItems (line 92) | @Override method error (line 99) | @Override FILE: dashbuilder/dashbuilder-client/dashbuilder-navigation-client/src/main/java/org/dashbuilder/client/navigation/widget/NavTilesWidget.java class NavTilesWidget (line 45) | @Dependent type View (line 48) | public interface View extends NavWidgetView, LayoutRec... method addTileWidget (line 50) | void addTileWidget(IsElement tileWidget); method showTileContent (line 52) | void showTileContent(IsWidget tileContent); method clearBreadcrumb (line 54) | void clearBreadcrumb(); method addBreadcrumbItem (line 56) | void addBreadcrumbItem(String navItemName); method addBreadcrumbItem (line 58) | void addBreadcrumbItem(String navItemName, Command onClicked); method infiniteRecursionError (line 60) | void infiniteRecursionError(String cause); method NavTilesWidget (line 70) | @Inject method getNavItemStack (line 83) | public Stack getNavItemStack() { method show (line 87) | @Override method show (line 92) | @Override method show (line 98) | public void show(NavGroup navGroup, boolean clearBreadcrumb) { method showItem (line 115) | @Override method showGroup (line 123) | @Override method openItem (line 128) | public void openItem(NavItem navItem) { method openPerspective (line 160) | protected void openPerspective(NavItem perspectiveItem) { method onInfiniteRecursion (line 169) | public void onInfiniteRecursion(LayoutRecursionIssue issue) { method updateBreadcrumb (line 174) | protected void updateBreadcrumb() { method gotoBreadcrumbItem (line 186) | public void gotoBreadcrumbItem(NavItem navItem) { method onPerspectiveChanged (line 199) | private void onPerspectiveChanged(@Observes PluginSaved event) { FILE: dashbuilder/dashbuilder-client/dashbuilder-navigation-client/src/main/java/org/dashbuilder/client/navigation/widget/NavTilesWidgetView.java class NavTilesWidgetView (line 38) | @Dependent method NavTilesWidgetView (line 62) | @Inject method init (line 70) | @Override method addDivider (line 76) | @Override method addTileWidget (line 81) | @Override method showTileContent (line 88) | @Override method errorNavItemsEmpty (line 94) | @Override method errorNavGroupNotFound (line 101) | @Override method infiniteRecursionError (line 108) | @Override method clearBreadcrumb (line 115) | @Override method addBreadcrumbItem (line 120) | @Override method addBreadcrumbItem (line 125) | @Override FILE: dashbuilder/dashbuilder-client/dashbuilder-navigation-client/src/main/java/org/dashbuilder/client/navigation/widget/NavTreeWidget.java class NavTreeWidget (line 31) | @Dependent type View (line 34) | public interface View extends TargetDivNavWidget.View { method setLevel (line 36) | void setLevel(int level); method addRuntimePerspective (line 38) | void addRuntimePerspective(String id, String name, String descriptio... method addPerspective (line 40) | void addPerspective(String id, String name, String description, Comm... method NavTreeWidget (line 46) | @Inject method lookupNavGroupWidget (line 57) | @Override method show (line 62) | @Override method showItem (line 68) | @Override FILE: dashbuilder/dashbuilder-client/dashbuilder-navigation-client/src/main/java/org/dashbuilder/client/navigation/widget/NavTreeWidgetView.java class NavTreeWidgetView (line 35) | @Dependent method NavTreeWidgetView (line 46) | @Inject method init (line 51) | @Override method addDivider (line 57) | @Override method setLevel (line 62) | @Override method addRuntimePerspective (line 71) | @Override method addPerspective (line 76) | @Override method addGroupItem (line 81) | @Override method setSelectedEnabled (line 87) | @Override method addItem (line 99) | protected void addItem(String iconClass, String id, String name, Strin... FILE: dashbuilder/dashbuilder-client/dashbuilder-navigation-client/src/main/java/org/dashbuilder/client/navigation/widget/NavWidget.java type NavWidget (line 29) | public interface NavWidget extends IsWidget { method hide (line 31) | void hide(); method show (line 33) | void show(NavTree navTree); method show (line 35) | void show(NavGroup navGroup); method show (line 37) | void show(List itemList); method setSecure (line 39) | void setSecure(boolean secure); method setHideEmptyGroups (line 41) | void setHideEmptyGroups(boolean hide); method setOnItemSelectedCommand (line 43) | void setOnItemSelectedCommand(Command onItemSelected); method setOnStaleCommand (line 45) | void setOnStaleCommand(Command onStaleStatusCommand); method getParent (line 47) | NavWidget getParent(); method setParent (line 49) | void setParent(NavWidget parent); method getLevel (line 51) | int getLevel(); method getMaxLevels (line 53) | int getMaxLevels(); method setMaxLevels (line 55) | void setMaxLevels(int maxLevels); method getNavGroup (line 57) | NavGroup getNavGroup(); method getItemSelected (line 59) | NavItem getItemSelected(); method setSelectedItem (line 61) | boolean setSelectedItem(String id); method clearSelectedItem (line 63) | void clearSelectedItem(); method dispose (line 65) | void dispose(); FILE: dashbuilder/dashbuilder-client/dashbuilder-navigation-client/src/main/java/org/dashbuilder/client/navigation/widget/NavWidgetView.java type NavWidgetView (line 22) | public interface NavWidgetView extends UberView { method clearItems (line 24) | void clearItems(); method addGroupItem (line 26) | void addGroupItem(String id, String name, String description, IsWidget... method addItem (line 28) | void addItem(String id, String name, String description, Command onIte... method addDivider (line 30) | void addDivider(); method setSelectedItem (line 32) | void setSelectedItem(String id); method clearSelectedItem (line 34) | void clearSelectedItem(); method errorNavGroupNotFound (line 36) | void errorNavGroupNotFound(); method errorNavItemsEmpty (line 38) | void errorNavItemsEmpty(); FILE: dashbuilder/dashbuilder-client/dashbuilder-navigation-client/src/main/java/org/dashbuilder/client/navigation/widget/TargetDivNavWidget.java class TargetDivNavWidget (line 39) | public abstract class TargetDivNavWidget extends BaseNavWidget implement... type View (line 41) | public interface View extends NavWidgetV... method clearContent (line 43) | void clearContent(String targetDivId); method showContent (line 45) | void showContent(String targetDivId, IsWidget content); method infiniteRecursionError (line 47) | void infiniteRecursionError(String targetDivId, String cause); method TargetDivNavWidget (line 57) | @Inject method getView (line 68) | public View getView() { method setGotoItemEnabled (line 72) | public void setGotoItemEnabled(boolean enabled) { method getTargetDivId (line 76) | @Override method setTargetDivId (line 81) | @Override method getDefaultNavItemId (line 86) | @Override method setDefaultNavItemId (line 91) | @Override method show (line 96) | @Override method gotoDefaultItem (line 104) | protected boolean gotoDefaultItem() { method _gotoDefaultItem (line 113) | protected boolean _gotoDefaultItem() { method getFirstRuntimePerspective (line 126) | protected String getFirstRuntimePerspective(List itemList) { method onItemClicked (line 144) | @Override method onSubGroupItemClicked (line 150) | @Override method gotoNavItem (line 156) | protected void gotoNavItem(boolean onlyRuntimePerspectives) { method onInfiniteRecursion (line 177) | public void onInfiniteRecursion(LayoutRecursionIssue issue) { method onPluginSaved (line 184) | private void onPluginSaved(@Observes PluginSaved event) { FILE: dashbuilder/dashbuilder-client/dashbuilder-navigation-client/src/main/java/org/dashbuilder/client/navigation/widget/TargetDivNavWidgetView.java class TargetDivNavWidgetView (line 32) | public abstract class TargetDivNavWidgetView extends UberElement

{ method clearChildren (line 60) | void clearChildren(); method addChild (line 62) | void addChild(IsElement editor); method setExpandEnabled (line 64) | void setExpandEnabled(boolean enabled); method setExpanded (line 66) | void setExpanded(boolean expanded); method setItemName (line 68) | void setItemName(String name); method getItemName (line 70) | String getItemName(); method setItemNameError (line 72) | void setItemNameError(boolean hasError); method setItemDescription (line 74) | void setItemDescription(String description); method setItemType (line 76) | void setItemType(ItemType type); method addCommand (line 78) | void addCommand(String name, Command command); method addCommandDivider (line 80) | void addCommandDivider(); method setCommandsEnabled (line 82) | void setCommandsEnabled(boolean enabled); method clearCommands (line 84) | void clearCommands(); method setItemEditable (line 86) | void setItemEditable(boolean editable); method setItemDeletable (line 88) | void setItemDeletable(boolean deletable); method startItemEdition (line 90) | void startItemEdition(); method finishItemEdition (line 92) | void finishItemEdition(); method setContextWidget (line 94) | void setContextWidget(IsElement widget); method i18nNewItem (line 96) | String i18nNewItem(String item); method i18nNewItemName (line 98) | String i18nNewItemName(String item); method i18nGotoItem (line 100) | String i18nGotoItem(String item); method i18nDeleteItem (line 102) | String i18nDeleteItem(); method i18nMoveUp (line 104) | String i18nMoveUp(); method i18nMoveDown (line 106) | String i18nMoveDown(); method i18nMoveFirst (line 108) | String i18nMoveFirst(); method i18nMoveLast (line 110) | String i18nMoveLast(); method generateId (line 112) | String generateId(); method NavItemEditor (line 154) | public NavItemEditor(View view, method getElement (line 175) | @Override method getSettings (line 180) | public NavItemEditorSettings getSettings() { method setSettings (line 187) | public void setSettings(NavItemEditorSettings settings) { method getChildEditorClass (line 191) | public Class getChildEditorClass() { method setChildEditorClass (line 195) | public void setChildEditorClass(Class childEd... method getParentEditor (line 199) | public NavItemEditor getParentEditor() { method setParentEditor (line 203) | public void setParentEditor(NavItemEditor parentEditor) { method getRootEditor (line 212) | public NavItemEditor getRootEditor() { method getLevel (line 216) | public int getLevel() { method isExpanded (line 223) | public boolean isExpanded() { method getGroupLiteral (line 227) | public String getGroupLiteral() { method getNewPerspectiveI18n (line 231) | public String getNewPerspectiveI18n() { method getPerspectiveLiteral (line 236) | public String getPerspectiveLiteral() { method getDividerLiteral (line 240) | public String getDividerLiteral() { method isNewGroupEnabled (line 244) | public boolean isNewGroupEnabled() { method isNewPerspectiveEnabled (line 248) | public boolean isNewPerspectiveEnabled() { method isNewDividerEnabled (line 254) | public boolean isNewDividerEnabled() { method isGotoPerspectiveEnabled (line 258) | public boolean isGotoPerspectiveEnabled() { method isMoveUpEnabled (line 262) | public boolean isMoveUpEnabled() { method setMoveUpEnabled (line 266) | public void setMoveUpEnabled(boolean moveUpEnabled) { method isMoveDownEnabled (line 270) | public boolean isMoveDownEnabled() { method setMoveDownEnabled (line 274) | public void setMoveDownEnabled(boolean moveDownEnabled) { method setOnUpdateCommand (line 278) | public void setOnUpdateCommand(Command onUpdateCommand) { method setOnCancelCommand (line 282) | public void setOnCancelCommand(Command onCancelCommand) { method setOnMoveFirstCommand (line 286) | public void setOnMoveFirstCommand(Command onMoveFirstCommand) { method setOnMoveLastCommand (line 290) | public void setOnMoveLastCommand(Command onMoveLastCommand) { method setOnMoveUpCommand (line 294) | public void setOnMoveUpCommand(Command onMoveUpCommand) { method setOnMoveDownCommand (line 298) | public void setOnMoveDownCommand(Command onMoveDownCommand) { method setOnDeleteCommand (line 302) | public void setOnDeleteCommand(Command onDeleteCommand) { method setOnExpandCommand (line 306) | public void setOnExpandCommand(Command onExpandCommand) { method getNavItem (line 310) | public NavItem getNavItem() { method edit (line 314) | public void edit(NavItem navItem) { method canBeExpanded (line 321) | public boolean canBeExpanded() { method expand (line 325) | public void expand() { method collapse (line 332) | public void collapse() { method expandAll (line 339) | public void expandAll() { method collapseAll (line 344) | public void collapseAll() { method expandOrCollapse (line 349) | public void expandOrCollapse() { method startEdition (line 362) | public void startEdition() { method finishEdition (line 382) | public void finishEdition() { method cancelEdition (line 387) | public void cancelEdition() { method doEdit (line 393) | private void doEdit() { method clear (line 463) | public void clear() { method areChildrenAllowed (line 470) | public boolean areChildrenAllowed() { method areSubgroupsAllowed (line 474) | public boolean areSubgroupsAllowed() { method areChildrenAllowed (line 478) | private boolean areChildrenAllowed(int levels, NavItemEditor editor) { method areSubgroupsAllowed (line 487) | private boolean areSubgroupsAllowed(int levels, NavItemEditor editor) { method createChildEditor (line 496) | public NavItemEditor createChildEditor(NavItem navItem) { method getPerspectiveIds (line 511) | public Set getPerspectiveIds(NavItem navItem, boolean visible) { method getRuntimePerspectiveIds (line 533) | private Set getRuntimePerspectiveIds() { method getHardCodedPerspectiveIds (line 544) | private Set getHardCodedPerspectiveIds() { method addCommands (line 559) | private void addCommands() { method addCommand (line 603) | private void addCommand(String name, Command action) { method refreshCommands (line 608) | private void refreshCommands() { method newGroup (line 613) | public NavItemEditor newGroup() { method newPerspective (line 630) | public NavItemEditor newPerspective() { method newDivider (line 652) | public NavItemEditor newDivider() { method gotoPerspectiveCommand (line 666) | void gotoPerspectiveCommand() { method deleteItemCommand (line 672) | void deleteItemCommand() { method moveUpCommand (line 678) | void moveUpCommand() { method moveDownCommand (line 684) | void moveDownCommand() { method moveFirstCommand (line 690) | void moveFirstCommand() { method moveLastCommand (line 696) | void moveLastCommand() { method onItemUpdated (line 704) | void onItemUpdated() { method onEditCancelled (line 711) | void onEditCancelled() { method onMoveUpChild (line 717) | void onMoveUpChild(NavItemEditor navItemEditor) { method onMoveDownChild (line 733) | void onMoveDownChild(NavItemEditor navItemEditor) { method onMoveFirstChild (line 749) | void onMoveFirstChild(NavItemEditor navItemEditor) { method onMoveLastChild (line 765) | void onMoveLastChild(NavItemEditor navItemEditor) { method onUpdateChild (line 781) | void onUpdateChild(NavItem oldItem, NavItemEditor childEditor) { method onCancelChild (line 797) | void onCancelChild(NavItem oldItem, NavItemEditor childEditor) { method onDeleteChild (line 807) | void onDeleteChild(NavItemEditor navItemEditor) { method registerChildren (line 815) | private void registerChildren(NavGroup navGroup) { method registerChild (line 843) | private NavItemEditor registerChild(NavItem item) { method refreshChildren (line 851) | private void refreshChildren() { method onChangesOk (line 871) | void onChangesOk() { method onItemNameChanged (line 917) | void onItemNameChanged() { method onTargetPerspectiveUpdated (line 921) | void onTargetPerspectiveUpdated() { FILE: dashbuilder/dashbuilder-client/dashbuilder-navigation-client/src/main/java/org/dashbuilder/client/navigation/widget/editor/NavItemEditorSettings.java class NavItemEditorSettings (line 23) | public class NavItemEditorSettings { class Flags (line 38) | public class Flags { method setFlag (line 51) | void setFlag(String prop, boolean enabled) { method isEnabled (line 56) | boolean isEnabled(String prop) { method applyToAllChildren (line 64) | public void applyToAllChildren() { method setLiteralGroup (line 71) | public void setLiteralGroup(String literalGroup) { method setLiteralPerspective (line 75) | public void setLiteralPerspective(String literalPerspective) { method setLiteralDivider (line 79) | public void setLiteralDivider(String literalDivider) { method getLiteralGroup (line 83) | public String getLiteralGroup() { method getLiteralPerspective (line 87) | public String getLiteralPerspective() { method getLiteralDivider (line 91) | public String getLiteralDivider() { method setNavItemPropertyEnabled (line 95) | private Flags setNavItemPropertyEnabled(String navItemId, String prop,... method isNavItemPropertyEnabled (line 104) | private Boolean isNavItemPropertyEnabled(NavItem navItem, String prop) { method isNavAncestorPropertyEnabled (line 112) | private Boolean isNavAncestorPropertyEnabled(NavItem navItem, String p... method isNewGroupEnabled (line 124) | public boolean isNewGroupEnabled() { method setNewGroupEnabled (line 128) | public NavItemEditorSettings setNewGroupEnabled(boolean newGroupEnable... method isNewGroupEnabled (line 133) | public boolean isNewGroupEnabled(NavItem navItem) { method setNewGroupEnabled (line 138) | public Flags setNewGroupEnabled(String navItemId, boolean enabled) { method isNewPerspectiveEnabled (line 142) | public boolean isNewPerspectiveEnabled() { method setNewPerspectiveEnabled (line 146) | public NavItemEditorSettings setNewPerspectiveEnabled(boolean newPersp... method isNewPerspectiveEnabled (line 151) | public boolean isNewPerspectiveEnabled(NavItem navItem) { method setNewPerspectiveEnabled (line 156) | public Flags setNewPerspectiveEnabled(String navItemId, boolean enable... method isNewDividerEnabled (line 160) | public boolean isNewDividerEnabled() { method setNewDividerEnabled (line 164) | public NavItemEditorSettings setNewDividerEnabled(boolean newDividerEn... method isNewDividerEnabled (line 169) | public boolean isNewDividerEnabled(NavItem navItem) { method setNewDividerEnabled (line 174) | public Flags setNewDividerEnabled(String navItemId, boolean enabled) { method onlyRuntimePerspectives (line 178) | public boolean onlyRuntimePerspectives(NavItem navItem) { method setOnlyRuntimePerspectives (line 183) | public Flags setOnlyRuntimePerspectives(String navItemId, boolean enab... method isGotoPerspectiveEnabled (line 187) | public boolean isGotoPerspectiveEnabled() { method setGotoPerspectiveEnabled (line 191) | public NavItemEditorSettings setGotoPerspectiveEnabled(boolean gotoPer... method isGotoPerspectiveEnabled (line 196) | public boolean isGotoPerspectiveEnabled(NavItem navItem) { method setGotoPerspectiveEnabled (line 201) | public Flags setGotoPerspectiveEnabled(String navItemId, boolean enabl... method isPerspectiveContextEnabled (line 205) | public boolean isPerspectiveContextEnabled() { method setPerspectiveContextEnabled (line 209) | public NavItemEditorSettings setPerspectiveContextEnabled(boolean pers... method isPerspectiveContextEnabled (line 214) | public boolean isPerspectiveContextEnabled(NavItem navItem) { method setPerspectiveContextEnabled (line 219) | public Flags setPerspectiveContextEnabled(String navItemId, boolean en... method getMaxLevels (line 223) | public int getMaxLevels() { method setMaxLevels (line 227) | public NavItemEditorSettings setMaxLevels(String navItemId, int maxLev... method getMaxLevels (line 232) | public int getMaxLevels(String navItemId) { method setMaxLevels (line 240) | public NavItemEditorSettings setMaxLevels(int maxLevels) { method isOnlyRuntimePerspectives (line 245) | public boolean isOnlyRuntimePerspectives() { method setOnlyRuntimePerspectives (line 249) | public NavItemEditorSettings setOnlyRuntimePerspectives(boolean onlyRu... FILE: dashbuilder/dashbuilder-client/dashbuilder-navigation-client/src/main/java/org/dashbuilder/client/navigation/widget/editor/NavItemEditorView.java class NavItemEditorView (line 21) | public abstract class NavItemEditorView

impleme... method i18nNewItem (line 25) | @Override method i18nNewItemName (line 30) | @Override method i18nGotoItem (line 35) | @Override method i18nDeleteItem (line 40) | @Override method i18nMoveUp (line 45) | @Override method i18nMoveDown (line 50) | @Override method i18nMoveFirst (line 55) | @Override method i18nMoveLast (line 60) | @Override method generateId (line 65) | @Override FILE: dashbuilder/dashbuilder-client/dashbuilder-navigation-client/src/main/java/org/dashbuilder/client/navigation/widget/editor/NavRootNodeEditor.java class NavRootNodeEditor (line 33) | @Dependent type View (line 36) | public interface View extends NavItemEditor.View { method NavRootNodeEditor (line 42) | @Inject FILE: dashbuilder/dashbuilder-client/dashbuilder-navigation-client/src/main/java/org/dashbuilder/client/navigation/widget/editor/NavRootNodeEditorView.java class NavRootNodeEditorView (line 42) | @Templated method init (line 99) | @Override method clearChildren (line 109) | @Override method addChild (line 114) | @Override method setExpandEnabled (line 119) | @Override method setExpanded (line 134) | @Override method setItemName (line 140) | @Override method getItemName (line 146) | @Override method setItemNameError (line 151) | @Override method setItemDescription (line 157) | @Override method setItemType (line 162) | @Override method addCommand (line 184) | @Override method addCommandDivider (line 202) | @Override method setCommandsEnabled (line 209) | @Override method clearCommands (line 215) | @Override method startItemEdition (line 220) | @Override method finishItemEdition (line 227) | @Override method setContextWidget (line 233) | @Override method setItemEditable (line 240) | @Override method setItemDeletable (line 249) | @Override method onItemIconClick (line 258) | @EventHandler("itemIcon") method onItemNameClick (line 263) | @EventHandler("itemName") method onItemEditClick (line 268) | @EventHandler("itemEditIcon") method onItemDeleteClick (line 273) | @EventHandler("itemDeleteIcon") method onItemEditOkClick (line 278) | @EventHandler("itemConfirmIcon") method onItemEditCancelClick (line 283) | @EventHandler("itemCancelIcon") method onItemNameInputOver (line 288) | @EventHandler("itemNameInput") method onItemNameChanged (line 293) | @EventHandler("itemNameInput") FILE: dashbuilder/dashbuilder-client/dashbuilder-navigation-client/src/main/java/org/dashbuilder/client/navigation/widget/editor/NavTreeEditor.java class NavTreeEditor (line 39) | @Dependent type View (line 42) | public interface View extends NavItemEditor.View { method setChangedFlag (line 44) | void setChangedFlag(boolean on); method NavTreeEditor (line 57) | @Inject method setOnSaveCommand (line 85) | public void setOnSaveCommand(Command onSaveCommand) { method getGroupLiteral (line 89) | @Override method getNavTree (line 94) | public NavTree getNavTree() { method edit (line 98) | public void edit(NavTree navTree) { method onItemUpdated (line 114) | @Override method newTree (line 121) | public void newTree() { method saveDefaultNavTree (line 128) | void saveDefaultNavTree() { method showLoading (line 138) | void showLoading() { method hideLoading (line 142) | void hideLoading() { method onSaveClicked (line 146) | void onSaveClicked() { method onCancelClicked (line 159) | void onCancelClicked() { method onItemEditStarted (line 165) | void onItemEditStarted(@Observes NavItemEditStartedEvent event) { method onItemEditCancelled (line 170) | void onItemEditCancelled(@Observes NavItemEditCancelledEvent event) { method getCurrentlyEditedItem (line 174) | NavItemEditor getCurrentlyEditedItem() { method setMaxLevels (line 180) | public NavItemEditorSettings setMaxLevels(String navItemId, int maxLev... method setNewGroupEnabled (line 184) | public NavItemEditorSettings.Flags setNewGroupEnabled(String navItemId... method setNewPerspectiveEnabled (line 188) | public NavItemEditorSettings.Flags setNewPerspectiveEnabled(String nav... method setNewDividerEnabled (line 192) | public NavItemEditorSettings.Flags setNewDividerEnabled(String navItem... method setOnlyRuntimePerspectives (line 196) | public NavItemEditorSettings.Flags setOnlyRuntimePerspectives(String n... method setPerspectiveContextEnabled (line 200) | public NavItemEditorSettings.Flags setPerspectiveContextEnabled(String... FILE: dashbuilder/dashbuilder-client/dashbuilder-navigation-client/src/main/java/org/dashbuilder/client/navigation/widget/editor/NavTreeEditorView.java class NavTreeEditorView (line 31) | @Templated method init (line 60) | @Override method setExpandEnabled (line 68) | @Override method setExpanded (line 72) | @Override method clearChildren (line 77) | @Override method addChild (line 83) | @Override method setChangedFlag (line 88) | @Override method onSaveClicked (line 97) | @EventHandler("saveButton") method onCancelClicked (line 102) | @EventHandler("cancelButton") method setItemName (line 110) | @Override method getItemName (line 114) | @Override method setItemNameError (line 119) | @Override method setItemDescription (line 123) | @Override method setItemType (line 127) | @Override method clearCommands (line 131) | @Override method addCommand (line 135) | @Override method addCommandDivider (line 139) | @Override method setCommandsEnabled (line 143) | @Override method setItemEditable (line 147) | @Override method setItemDeletable (line 151) | @Override method startItemEdition (line 155) | @Override method finishItemEdition (line 159) | @Override method setContextWidget (line 163) | @Override FILE: dashbuilder/dashbuilder-client/dashbuilder-navigation-client/src/main/java/org/dashbuilder/client/navigation/widget/editor/TargetPerspectiveEditor.java class TargetPerspectiveEditor (line 36) | @Dependent type View (line 39) | public interface View extends UberElement { method setPerspectiveSelector (line 41) | void setPerspectiveSelector(IsWidget perspectiveDropDown); method clearNavGroupItems (line 43) | void clearNavGroupItems(); method setNavGroupEnabled (line 45) | void setNavGroupEnabled(boolean enabled); method addNavGroupItem (line 47) | void addNavGroupItem(String name, Command onSelect); method setNavGroupSelection (line 49) | void setNavGroupSelection(String name, Command onReset); method TargetPerspectiveEditor (line 60) | @Inject method getElement (line 76) | @Override method setNavItemList (line 81) | public void setNavItemList(List navItemList) { method setOnUpdateCommand (line 85) | public void setOnUpdateCommand(Command onUpdateCommand) { method setPerspectiveIdsExcluded (line 89) | public void setPerspectiveIdsExcluded(Set perspectiveIdsExclud... method setPerspectiveId (line 93) | public void setPerspectiveId(String perspectiveId) { method getPerspectiveId (line 97) | public String getPerspectiveId() { method getPerspectiveName (line 101) | @Override method setNavGroupEnabled (line 109) | public void setNavGroupEnabled(boolean enabled) { method setNavGroupId (line 113) | public void setNavGroupId(String navGroupId) { method getNavGroupId (line 117) | public String getNavGroupId() { method show (line 121) | public void show() { method clear (line 126) | public void clear() { method updateNavGroups (line 132) | private void updateNavGroups() { method updateNavGroups (line 139) | private void updateNavGroups(List navItemList) { method addNavGroup (line 145) | private void addNavGroup(NavItem navItem) { method calculateFullPath (line 160) | private String calculateFullPath(NavItem navItem) { method onGroupSelected (line 173) | public void onGroupSelected(String id) { method onPerspectiveChanged (line 181) | public void onPerspectiveChanged() { FILE: dashbuilder/dashbuilder-client/dashbuilder-navigation-client/src/main/java/org/dashbuilder/client/navigation/widget/editor/TargetPerspectiveEditorView.java class TargetPerspectiveEditorView (line 37) | @Templated method init (line 66) | @Override method setPerspectiveSelector (line 73) | @Override method clearNavGroupItems (line 80) | @Override method setNavGroupEnabled (line 86) | @Override method addNavGroupItem (line 97) | @Override method setNavGroupSelection (line 102) | @Override method addItem (line 109) | private void addItem(UnorderedList unorderedList, String name, boolean... FILE: dashbuilder/dashbuilder-client/dashbuilder-navigation-client/src/test/java/org/dashbuilder/client/navigation/NavComponentConfigModalTest.java class NavComponentConfigModalTest (line 33) | @RunWith(MockitoJUnitRunner.class) method setUp (line 45) | @Before method testInitDefault (line 61) | @Test method testInitSelected (line 74) | @Test method testSelectItem (line 87) | @Test method testDefaultItemsPerGroup (line 102) | @Test method testTargetDivList (line 121) | @Test FILE: dashbuilder/dashbuilder-client/dashbuilder-navigation-client/src/test/java/org/dashbuilder/client/navigation/plugin/PerspectivePluginManagerImplTest.java class PerspectivePluginManagerImplTest (line 57) | @RunWith(MockitoJUnitRunner.class) method setUp (line 84) | @Before method testPluginAdded (line 102) | @Test method testPluginSaved (line 112) | @Test method testPluginRenamed (line 122) | @Test method testPluginDeleted (line 142) | @Test FILE: dashbuilder/dashbuilder-client/dashbuilder-navigation-client/src/test/java/org/dashbuilder/client/navigation/widget/NavMenuBarWidgetTest.java class NavMenuBarWidgetTest (line 35) | @RunWith(MockitoJUnitRunner.class) method setUp (line 76) | @Before method testShowMenuBar (line 99) | @Test method testSelectRootItem (line 122) | @Test method testSelectNestedItem (line 134) | @Test method testSwitchFromNestedToRoot (line 150) | @Test method testNullNavGroup (line 167) | @Test method testNullNavTree (line 173) | @Test FILE: dashbuilder/dashbuilder-client/dashbuilder-navigation-client/src/test/java/org/dashbuilder/client/navigation/widget/NavTabListWidgetTest.java class NavTabListWidgetTest (line 35) | @RunWith(MockitoJUnitRunner.class) method setUp (line 76) | @Before method testShow (line 101) | @Test method testDefaultNestedItem (line 124) | @Test method testSelectNestedItem (line 141) | @Test method testSwitchFromNestedToRoot (line 157) | @Test FILE: dashbuilder/dashbuilder-client/dashbuilder-navigation-client/src/test/java/org/dashbuilder/client/navigation/widget/NavTilesWidgetTest.java class NavTilesWidgetTest (line 34) | @RunWith(MockitoJUnitRunner.class) method setUp (line 61) | @Before method testOpenItem (line 77) | @Test method testGotoHome (line 100) | @Test FILE: dashbuilder/dashbuilder-client/dashbuilder-navigation-client/src/test/java/org/dashbuilder/client/navigation/widget/editor/NavItemEditorTest.java class NavItemEditorTest (line 39) | @RunWith(GwtMockitoTestRunner.class) method setUp (line 72) | @Before method testChangeGroup (line 85) | @Test method testChangePerspective (line 118) | @Test method testEditGroup (line 164) | @Test method testEditDivider (line 184) | @Test method testEditPerspective (line 208) | @Test method testCommandsAvailability (line 224) | @Test method testItemNameFromPerspective (line 287) | @Test method testCancelRestoresLastBackup (line 320) | @Test method testBackupIsNotUpdatedOnError (line 348) | @Test FILE: dashbuilder/dashbuilder-client/dashbuilder-navigation-client/src/test/java/org/dashbuilder/client/navigation/widget/editor/NavTreeEditorTest.java class NavTreeEditorTest (line 54) | @RunWith(GwtMockitoTestRunner.class) method setUp (line 134) | @Before method testNewPerspectiveEnabled (line 179) | @Test method testNewDividerEnabled (line 193) | @Test method testAllSubgroupsAllowed (line 207) | @Test method testNoSubgroupsAllowed (line 217) | @Test method testSubgroupNotAllowed (line 233) | @Test method testOnlyThreeLevelsAllowed (line 249) | @Test method testFinishEdition (line 265) | @Test method itShouldBeImpossibleToOpenMultipleNavItemEditorInputs (line 275) | @Test method whenItemEditFinishedNavTreeEditorCleared (line 291) | @Test method testNewGroup (line 305) | @Test method testNewPerspective (line 325) | @Test method testNewDivider (line 341) | @Test method testSaveAndCancel (line 356) | @Test method testNewPerspectiveActionAvailable (line 367) | @Test method testCancelLastEditedItem (line 376) | @Test method testEditIsNotInvokedTwiceAfterCancel (line 393) | @Test method testOnNewTreeClicked (line 404) | @Test method testSaveDefaultNavTreeWhenNavigationManagerDoesNotHaveNavTree (line 413) | @Test method testSaveDefaultNavTreeWhenNavigationManagerHasNavTree (line 424) | @Test method testShowLoading (line 435) | @Test method testHideLoading (line 443) | @Test FILE: dashbuilder/dashbuilder-client/dashbuilder-navigation-client/src/test/java/org/dashbuilder/client/navigation/widget/editor/TargetPerspectiveEditorTest.java class TargetPerspectiveEditorTest (line 34) | @RunWith(MockitoJUnitRunner.class) method setUp (line 66) | @Before method testShow (line 76) | @Test method testGroupChange (line 92) | @Test method testPerspectiveName (line 111) | @Test FILE: dashbuilder/dashbuilder-client/dashbuilder-renderers/dashbuilder-renderer-c3/src/main/java/org/dashbuilder/renderer/c3/client/C3AbstractDisplayer.java class C3AbstractDisplayer (line 28) | public abstract class C3AbstractDisplayer extends AbstractG... method noData (line 40) | void noData(); method setSize (line 42) | void setSize(int width, int height); method setFilterLabelSet (line 44) | void setFilterLabelSet(FilterLabelSet filterLabelSet); method showTitle (line 46) | void showTitle(String title); method createVisualization (line 50) | @Override method updateVisualization (line 56) | @Override method updateVisualizationWithData (line 69) | protected abstract void updateVisualizationWithData(); method onFilterClearAll (line 71) | void onFilterClearAll() { method onFilterLabelRemoved (line 81) | void onFilterLabelRemoved(String columnId, int row) { method addToSelection (line 91) | protected void addToSelection(int row) { method updateFilterStatus (line 101) | protected void updateFilterStatus() { method evaluateValueToString (line 119) | protected String evaluateValueToString(Object mightBeNull, ColumnSetti... method columnValueToString (line 124) | protected String columnValueToString(Object mightBeNull) { FILE: dashbuilder/dashbuilder-client/dashbuilder-renderers/dashbuilder-renderer-c3/src/main/java/org/dashbuilder/renderer/c3/client/C3AbstractDisplayerView.java class C3AbstractDisplayerView (line 32) | public abstract class C3AbstractDisplayerView

extends C3... type View (line 58) | public interface View

extends C3Abstrac... method updateChart (line 60) | void updateChart(C3ChartConf conf); method getType (line 62) | String getType(); method getGroupsTitle (line 64) | String getGroupsTitle(); method getColumnsTitle (line 66) | String getColumnsTitle(); method showTitle (line 68) | void showTitle(String title); method setFilterLabelSet (line 70) | void setFilterLabelSet(FilterLabelSet filterLabelSet); method setBackgroundColor (line 72) | void setBackgroundColor(String color); method setResizable (line 74) | void setResizable(int maxWidth, int maxHeight); method setTableData (line 76) | void setTableData(String[][] data); method C3Displayer (line 80) | public C3Displayer(FilterLabelSet filterLabelSet, C3JsTypesFactory bui... method createDisplayerConstraints (line 85) | @Override method updateVisualizationWithData (line 113) | @Override method buildConfiguration (line 127) | protected C3ChartConf buildConfiguration() { method createColor (line 149) | protected C3Color createColor() { method createSize (line 153) | protected C3ChartSize createSize() { method createPadding (line 162) | protected C3Padding createPadding() { method createPoint (line 169) | protected C3Point createPoint() { method createData (line 173) | protected C3ChartData createData() { method createSelection (line 186) | protected C3Selection createSelection() { method createXs (line 191) | protected JsObject createXs() { method createGroups (line 195) | protected String[][] createGroups() { method createAxis (line 199) | protected C3AxisInfo createAxis() { method createAxisX (line 205) | protected C3AxisX createAxisX() { method createTickX (line 211) | protected C3Tick createTickX() { method createAxisY (line 215) | protected C3AxisY createAxisY() { method createTickY (line 220) | protected C3Tick createTickY() { method createCategories (line 237) | protected String[] createCategories() { method createSeries (line 260) | protected String[][] createSeries() { method getSelectedRowIndex (line 280) | protected int getSelectedRowIndex(C3DataInfo info) { method getSelectedCategory (line 285) | protected String getSelectedCategory(C3DataInfo info) { method getDataTable (line 290) | protected String[][] getDataTable() { method addToSelection (line 303) | private void addToSelection(C3DataInfo data) { method applyPropertiesToView (line 308) | private void applyPropertiesToView() { method getLegendPosition (line 315) | private String getLegendPosition() { FILE: dashbuilder/dashbuilder-client/dashbuilder-renderers/dashbuilder-renderer-c3/src/main/java/org/dashbuilder/renderer/c3/client/C3DisplayerView.java class C3DisplayerView (line 29) | public abstract class C3DisplayerView

method init (line 35) | @Override method updateChart (line 40) | @Override method getGroupsTitle (line 47) | @Override method getColumnsTitle (line 52) | @Override method setBackgroundColor (line 57) | @Override method setResizable (line 64) | public void setResizable(int maxWidth, int maxHeight) { method registerMutationObserver (line 71) | private void registerMutationObserver() { FILE: dashbuilder/dashbuilder-client/dashbuilder-renderers/dashbuilder-renderer-c3/src/main/java/org/dashbuilder/renderer/c3/client/C3Renderer.java class C3Renderer (line 63) | @ApplicationScoped method prepare (line 68) | @PostConstruct method getUUID (line 84) | @Override method getName (line 89) | @Override method getSupportedSubtypes (line 94) | @Override method lookupDisplayer (line 112) | public Displayer lookupDisplayer(DisplayerSettings displayerSettings) { method createMapChartForSubType (line 144) | private D3MapDisplayer createMapChartForSubType(DisplayerSubType subty... method createBarChartForSubType (line 155) | private C3Displayer createBarChartForSubType(DisplayerSubType subtype) { method getLineChartForSubType (line 187) | private C3Displayer getLineChartForSubType(DisplayerSubType subtype) { method getPieChartForSubType (line 196) | private C3Displayer getPieChartForSubType(DisplayerSubType subtype) { method getAreaChartForSubType (line 205) | private C3Displayer getAreaChartForSubType(DisplayerSubType subtype) { method getSupportedTypes (line 214) | @Override method isDefault (line 219) | @Override FILE: dashbuilder/dashbuilder-client/dashbuilder-renderers/dashbuilder-renderer-c3/src/main/java/org/dashbuilder/renderer/c3/client/C3XYDisplayer.java class C3XYDisplayer (line 29) | public abstract class C3XYDisplayer extends ... method C3XYDisplayer (line 35) | public C3XYDisplayer(FilterLabelSet filterLabelSet, C3JsTypesFactory b... method buildConfiguration (line 39) | @Override method createTickY (line 46) | protected C3Tick createTickY() { method applyPropertiesToAxes (line 57) | private void applyPropertiesToAxes(C3AxisInfo axis) { method stackedGroups (line 71) | protected String[][] stackedGroups() { method createGroups (line 82) | @Override method isStacked (line 92) | public boolean isStacked() { method setStacked (line 96) | public void setStacked(boolean stacked) { FILE: dashbuilder/dashbuilder-client/dashbuilder-renderers/dashbuilder-renderer-c3/src/main/java/org/dashbuilder/renderer/c3/client/charts/CommonC3DisplayerConstants.java class CommonC3DisplayerConstants (line 26) | public class CommonC3DisplayerConstants { method CommonC3DisplayerConstants (line 30) | public CommonC3DisplayerConstants(DataSetLookupConstraints lookupConst... method create (line 34) | public DisplayerConstraints create() { FILE: dashbuilder/dashbuilder-client/dashbuilder-renderers/dashbuilder-renderer-c3/src/main/java/org/dashbuilder/renderer/c3/client/charts/area/C3AreaChartDisplayer.java class C3AreaChartDisplayer (line 35) | @Dependent type View (line 39) | public interface View extends C3Displayer.View { method fixAreaOpacity (line 41) | public void fixAreaOpacity(); method C3AreaChartDisplayer (line 48) | @Inject method stacked (line 55) | public C3AreaChartDisplayer stacked() { method buildConfiguration (line 60) | @Override method createDisplayerConstraints (line 67) | @Override method getView (line 90) | @Override FILE: dashbuilder/dashbuilder-client/dashbuilder-renderers/dashbuilder-renderer-c3/src/main/java/org/dashbuilder/renderer/c3/client/charts/area/C3AreaChartView.java class C3AreaChartView (line 24) | public class C3AreaChartView method updateChart (line 28) | @Override method getType (line 34) | @Override method fixAreaOpacity (line 39) | @Override FILE: dashbuilder/dashbuilder-client/dashbuilder-renderers/dashbuilder-renderer-c3/src/main/java/org/dashbuilder/renderer/c3/client/charts/bar/C3BarChartDisplayer.java class C3BarChartDisplayer (line 36) | @Dependent type View (line 40) | public interface View extends C3Displayer.View { method C3BarChartDisplayer (line 47) | @Inject method notRotated (line 54) | public C3BarChartDisplayer notRotated() { method rotated (line 60) | public C3BarChartDisplayer rotated() { method stacked (line 66) | public C3BarChartDisplayer stacked() { method stackedAndRotated (line 72) | public C3BarChartDisplayer stackedAndRotated() { method createDisplayerConstraints (line 78) | @Override method createAxis (line 99) | @Override method isRotated (line 107) | public boolean isRotated() { method setRotated (line 111) | public void setRotated(boolean rotated) { method getView (line 115) | @Override FILE: dashbuilder/dashbuilder-client/dashbuilder-renderers/dashbuilder-renderer-c3/src/main/java/org/dashbuilder/renderer/c3/client/charts/bar/C3BarChartView.java class C3BarChartView (line 20) | public class C3BarChartView method getType (line 24) | @Override FILE: dashbuilder/dashbuilder-client/dashbuilder-renderers/dashbuilder-renderer-c3/src/main/java/org/dashbuilder/renderer/c3/client/charts/bubble/BubbleData.java class BubbleData (line 18) | public class BubbleData { method BubbleData (line 22) | public BubbleData(Double x, Double y, String category) { method getX (line 29) | public Double getX() { method getY (line 33) | public Double getY() { method getCategory (line 37) | public String getCategory() { FILE: dashbuilder/dashbuilder-client/dashbuilder-renderers/dashbuilder-renderer-c3/src/main/java/org/dashbuilder/renderer/c3/client/charts/bubble/C3BubbleChartDisplayer.java class C3BubbleChartDisplayer (line 50) | @Dependent type View (line 53) | public interface View extends C3Displayer.View { method C3BubbleChartDisplayer (line 65) | @Inject method getView (line 72) | @Override method createDisplayerConstraints (line 78) | @Override method createSeries (line 102) | protected String[][] createSeries() { method createXs (line 128) | @Override method createPoint (line 138) | @Override method getSelectedCategory (line 169) | @Override method getSelectedRowIndex (line 174) | @Override method map (line 180) | private double map(double value, double start1, double stop1, double s... FILE: dashbuilder/dashbuilder-client/dashbuilder-renderers/dashbuilder-renderer-c3/src/main/java/org/dashbuilder/renderer/c3/client/charts/bubble/C3BubbleChartView.java class C3BubbleChartView (line 20) | public class C3BubbleChartView method getType (line 24) | @Override FILE: dashbuilder/dashbuilder-client/dashbuilder-renderers/dashbuilder-renderer-c3/src/main/java/org/dashbuilder/renderer/c3/client/charts/line/C3LineChartDisplayer.java class C3LineChartDisplayer (line 33) | @Dependent type View (line 36) | public interface View extends C3Displayer.View { method setSmooth (line 38) | void setSmooth(boolean smooth); method C3LineChartDisplayer (line 44) | @Inject method getView (line 51) | @Override method smooth (line 56) | public C3LineChartDisplayer smooth() { method createDisplayerConstraints (line 62) | @Override FILE: dashbuilder/dashbuilder-client/dashbuilder-renderers/dashbuilder-renderer-c3/src/main/java/org/dashbuilder/renderer/c3/client/charts/line/C3LineChartView.java class C3LineChartView (line 20) | public class C3LineChartView method init (line 26) | @Override method getType (line 31) | @Override method setSmooth (line 36) | @Override FILE: dashbuilder/dashbuilder-client/dashbuilder-renderers/dashbuilder-renderer-c3/src/main/java/org/dashbuilder/renderer/c3/client/charts/map/D3MapConf.java class D3MapConf (line 25) | public class D3MapConf { method D3MapConf (line 38) | public D3MapConf(String title, method of (line 60) | public static D3MapConf of(String title, method isMarkers (line 82) | public boolean isMarkers() { method isRegions (line 86) | public boolean isRegions() { method getData (line 90) | public Map getData() { method getTitle (line 94) | public String getTitle() { method getBackgroundColor (line 98) | public String getBackgroundColor() { method getFormatter (line 102) | public Function getFormatter() { method getCountriesGeoJsonService (line 106) | public CountriesGeoJsonService getCountriesGeoJsonService() { method getPathClickHandler (line 110) | public Consumer getPathClickHandler() { method getColorScheme (line 114) | public MapColorScheme getColorScheme() { method isShowLegend (line 118) | public boolean isShowLegend() { FILE: dashbuilder/dashbuilder-client/dashbuilder-renderers/dashbuilder-renderer-c3/src/main/java/org/dashbuilder/renderer/c3/client/charts/map/D3MapDisplayer.java class D3MapDisplayer (line 37) | @Dependent type View (line 46) | public interface View extends C3AbstractDisplayer.View { method getColumnsTitle (line 48) | String getColumnsTitle(); method getGroupsTitle (line 50) | String getGroupsTitle(); method createMap (line 52) | void createMap(D3MapConf conf); method createVisualization (line 56) | @Override method D3MapDisplayer (line 62) | @Inject method getView (line 70) | @Override method createDisplayerConstraints (line 75) | @Override method updateVisualizationWithData (line 105) | @Override method getDataColumnName (line 124) | private String getDataColumnName() { method retrieveData (line 133) | protected Map retrieveData(DataSet dataSet) { method selectLocation (line 153) | public void selectLocation(String location) { method format (line 164) | public String format(Double value) { method markers (line 173) | public D3MapDisplayer markers() { method regions (line 178) | public D3MapDisplayer regions() { method getConf (line 183) | public D3MapConf getConf() { method isShowLegend (line 187) | public boolean isShowLegend() { FILE: dashbuilder/dashbuilder-client/dashbuilder-renderers/dashbuilder-renderer-c3/src/main/java/org/dashbuilder/renderer/c3/client/charts/map/D3MapDisplayerView.java class D3MapDisplayerView (line 25) | public class D3MapDisplayerView extends C3AbstractDisplayerView findCountry(String idNameOrLocation); method findEntry (line 36) | public Optional> findEntry(Map findValue(Map data, Feature fe... FILE: dashbuilder/dashbuilder-client/dashbuilder-renderers/dashbuilder-renderer-c3/src/main/java/org/dashbuilder/renderer/c3/client/charts/map/geojson/GeoJsonLoader.java type GeoJsonLoader (line 22) | @ApplicationScoped method load (line 25) | public FeatureCollection load(); FILE: dashbuilder/dashbuilder-client/dashbuilder-renderers/dashbuilder-renderer-c3/src/main/java/org/dashbuilder/renderer/c3/client/charts/map/geojson/impl/CountriesGeoJsonServiceImpl.java class CountriesGeoJsonServiceImpl (line 35) | public class CountriesGeoJsonServiceImpl implements CountriesGeoJsonServ... method setup (line 48) | @PostConstruct method getCountries (line 54) | @Override method getCountryName (line 59) | @Override method getCountryNameByCode (line 68) | @Override method findEntry (line 76) | @Override method findValue (line 85) | @Override method findCountry (line 93) | @Override method countryByIdOrName (line 101) | public Optional countryByIdOrName(String idOrName) { method countryByLocation (line 111) | public Optional countryByLocation(String location) { method entryByCountry (line 117) | public Optional> entryByCountry(Map valueByCountry(Map data, Featu... method entriesByLocation (line 134) | public Stream> entriesByLocation(Map valueByLocation(Map data, Feat... method containsLocation (line 155) | protected boolean containsLocation(String latitudeLongitudeStr, Featur... method extractLatLongInfo (line 165) | protected Double[] extractLatLongInfo(String value) { method usesLocation (line 171) | private boolean usesLocation(Map data) { FILE: dashbuilder/dashbuilder-client/dashbuilder-renderers/dashbuilder-renderer-c3/src/main/java/org/dashbuilder/renderer/c3/client/charts/map/geojson/impl/GWTGeoJsonLoader.java class GWTGeoJsonLoader (line 27) | public class GWTGeoJsonLoader implements GeoJsonLoader { method load (line 29) | @Override FILE: dashbuilder/dashbuilder-client/dashbuilder-renderers/dashbuilder-renderer-c3/src/main/java/org/dashbuilder/renderer/c3/client/charts/map/widgets/D3Map.java class D3Map (line 43) | @Templated method init (line 80) | @PostConstruct method getElement (line 85) | @Override method generateMap (line 90) | public void generateMap(int width, int height, D3MapConf conf) { method getScheme (line 120) | private String[][] getScheme(MapColorScheme colorScheme) { method createMap (line 133) | private D3 createMap(Selection d3Selection, D3PathGenerator pathGenera... method createLegend (line 144) | private void createLegend(D3 d3Selection) { method fillRegions (line 171) | private void fillRegions(D3 map) { method addMarkers (line 198) | private void addMarkers(Selection d3Selection, D3PathGenerator pathGen... method createPathGenerator (line 241) | private D3PathGenerator createPathGenerator() { method addTooltipElement (line 250) | private void addTooltipElement() { method buildLegendValue (line 258) | private String buildLegendValue(Object d, int index) { method getFormattedBoundaryValues (line 269) | private String[] getFormattedBoundaryValues(Object color) { FILE: dashbuilder/dashbuilder-client/dashbuilder-renderers/dashbuilder-renderer-c3/src/main/java/org/dashbuilder/renderer/c3/client/charts/map/widgets/MapTooltip.java class MapTooltip (line 35) | @Templated method init (line 59) | @PostConstruct method getElement (line 64) | @Override method show (line 69) | public void show(String title, String category, Optional data,... method hide (line 82) | public void hide() { method move (line 86) | public void move() { FILE: dashbuilder/dashbuilder-client/dashbuilder-renderers/dashbuilder-renderer-c3/src/main/java/org/dashbuilder/renderer/c3/client/charts/meter/C3MeterChartDisplayer.java class C3MeterChartDisplayer (line 39) | @Dependent type View (line 43) | public interface View extends C3Displayer.View { method getColorPattern (line 45) | String[] getColorPattern(); method C3MeterChartDisplayer (line 50) | @Inject method createDisplayerConstraints (line 57) | @Override method getView (line 86) | @Override method buildConfiguration (line 91) | @Override method createSeries (line 101) | @Override method createColor (line 116) | @Override method createGauge (line 130) | private C3Gauge createGauge() { method extractGroupingValues (line 136) | String[][] extractGroupingValues(DataColumn groupsColumn, DataColumn v... method extractSingleColumnValues (line 149) | String[] extractSingleColumnValues(DataColumn dataColumn) { method formatTooltip (line 161) | protected Object formatTooltip(Long value, Object threshold, String da... method formatValueForColumn (line 173) | private Object formatValueForColumn(Long value, DataColumn targetColum... FILE: dashbuilder/dashbuilder-client/dashbuilder-renderers/dashbuilder-renderer-c3/src/main/java/org/dashbuilder/renderer/c3/client/charts/meter/C3MeterView.java class C3MeterView (line 20) | public class C3MeterView method getType (line 33) | @Override method getColorPattern (line 38) | @Override FILE: dashbuilder/dashbuilder-client/dashbuilder-renderers/dashbuilder-renderer-c3/src/main/java/org/dashbuilder/renderer/c3/client/charts/pie/C3PieChartDisplayer.java class C3PieChartDisplayer (line 38) | @Dependent type View (line 41) | public interface View extends C3Displayer.View { method setShowAsDonut (line 43) | void setShowAsDonut(boolean showAsDonut); method buildConfiguration (line 49) | @Override method C3PieChartDisplayer (line 60) | @Inject method getView (line 67) | @Override method donut (line 72) | public C3PieChartDisplayer donut() { method createSeries (line 78) | @Override method createAxisX (line 99) | @Override method createCategories (line 104) | @Override method createDisplayerConstraints (line 109) | @Override method createDonut (line 127) | protected C3Donut createDonut() { FILE: dashbuilder/dashbuilder-client/dashbuilder-renderers/dashbuilder-renderer-c3/src/main/java/org/dashbuilder/renderer/c3/client/charts/pie/C3PieChartView.java class C3PieChartView (line 20) | public class C3PieChartView method getType (line 26) | @Override method setShowAsDonut (line 31) | @Override FILE: dashbuilder/dashbuilder-client/dashbuilder-renderers/dashbuilder-renderer-c3/src/main/java/org/dashbuilder/renderer/c3/client/exports/NativeLibraryResources.java type NativeLibraryResources (line 22) | public interface NativeLibraryResources extends ClientBundle { method c3js (line 26) | @Source("js/c3.min.js") method d3geoprojectionjs (line 29) | @Source("js/d3-geo-projection.min.js") method countriesgeojson (line 32) | @Source("json/countries.geo.json") FILE: dashbuilder/dashbuilder-client/dashbuilder-renderers/dashbuilder-renderer-c3/src/main/java/org/dashbuilder/renderer/c3/client/exports/ResourcesInjector.java class ResourcesInjector (line 22) | public class ResourcesInjector { method ensureC3Injected (line 28) | public static void ensureC3Injected() { method ensureD3GeoProjectionInjected (line 35) | public static void ensureD3GeoProjectionInjected() { method injectC3Resources (line 42) | private static void injectC3Resources() { method injectD3GeoProjectionResources (line 49) | private static void injectD3GeoProjectionResources() { FILE: dashbuilder/dashbuilder-client/dashbuilder-renderers/dashbuilder-renderer-c3/src/main/java/org/dashbuilder/renderer/c3/client/jsbinding/C3.java class C3 (line 22) | @JsType(isNative = true, namespace = JsPackage.GLOBAL, name = "c3") method generate (line 25) | @JsMethod FILE: dashbuilder/dashbuilder-client/dashbuilder-renderers/dashbuilder-renderer-c3/src/main/java/org/dashbuilder/renderer/c3/client/jsbinding/C3AxisInfo.java class C3AxisInfo (line 23) | @JsType(isNative = true, namespace = JsPackage.GLOBAL, name = "Object") method create (line 26) | @JsOverlay method setRotated (line 35) | @JsProperty method setX (line 38) | @JsProperty method getX (line 41) | @JsProperty method setY (line 44) | @JsProperty method getY (line 47) | @JsProperty FILE: dashbuilder/dashbuilder-client/dashbuilder-renderers/dashbuilder-renderer-c3/src/main/java/org/dashbuilder/renderer/c3/client/jsbinding/C3AxisLabel.java class C3AxisLabel (line 23) | @JsType(isNative = true, namespace = JsPackage.GLOBAL, name = "Object") method create (line 26) | @JsOverlay method setText (line 34) | @JsProperty method setPosition (line 38) | @JsProperty FILE: dashbuilder/dashbuilder-client/dashbuilder-renderers/dashbuilder-renderer-c3/src/main/java/org/dashbuilder/renderer/c3/client/jsbinding/C3AxisX.java class C3AxisX (line 23) | @JsType(isNative = true, namespace = JsPackage.GLOBAL, name = "Object") method create (line 26) | @JsOverlay method setType (line 35) | @JsProperty method setCategories (line 38) | @JsProperty method setTick (line 41) | @JsProperty method getTick (line 44) | @JsProperty method setShow (line 47) | @JsProperty method setLabel (line 50) | @JsProperty FILE: dashbuilder/dashbuilder-client/dashbuilder-renderers/dashbuilder-renderer-c3/src/main/java/org/dashbuilder/renderer/c3/client/jsbinding/C3AxisY.java class C3AxisY (line 23) | @JsType(isNative = true, namespace = JsPackage.GLOBAL, name = "Object") method create (line 26) | @JsOverlay method setShow (line 34) | @JsProperty method setTick (line 37) | @JsProperty method getTick (line 40) | @JsProperty method setLabel (line 43) | @JsProperty FILE: dashbuilder/dashbuilder-client/dashbuilder-renderers/dashbuilder-renderer-c3/src/main/java/org/dashbuilder/renderer/c3/client/jsbinding/C3Chart.java class C3Chart (line 25) | @JsType(isNative = true, namespace = JsPackage.GLOBAL, name = "Object") method getElement (line 28) | @JsProperty method getLegend (line 31) | @JsProperty method flush (line 34) | @JsMethod method select (line 37) | @JsMethod method focus (line 41) | public native void focus(String points); method defocus (line 43) | @JsMethod method resize (line 46) | @JsMethod FILE: dashbuilder/dashbuilder-client/dashbuilder-renderers/dashbuilder-renderer-c3/src/main/java/org/dashbuilder/renderer/c3/client/jsbinding/C3ChartConf.java class C3ChartConf (line 29) | @JsType(isNative = true, namespace = JsPackage.GLOBAL, name = "Object") method create (line 32) | @JsOverlay method create (line 55) | @JsOverlay method setBindto (line 80) | @JsProperty method setSize (line 83) | @JsProperty method setData (line 86) | @JsProperty method setAxis (line 89) | @JsProperty method getAxis (line 92) | @JsProperty method setGrid (line 95) | @JsProperty method setTransition (line 98) | @JsProperty method setPoint (line 101) | @JsProperty method setPadding (line 104) | @JsProperty method setLegend (line 107) | @JsProperty method setTooltip (line 110) | @JsProperty method setOnrendered (line 113) | @JsProperty type RenderedCallback (line 117) | @JsFunction method callback (line 121) | void callback(); method setColor (line 125) | @JsProperty method setGauge (line 128) | @JsProperty method setDonut (line 131) | @JsProperty FILE: dashbuilder/dashbuilder-client/dashbuilder-renderers/dashbuilder-renderer-c3/src/main/java/org/dashbuilder/renderer/c3/client/jsbinding/C3ChartData.java class C3ChartData (line 25) | @JsType(isNative = true, namespace = JsPackage.GLOBAL, name = "Object") method create (line 28) | @JsOverlay method setColumns (line 43) | @JsProperty method setType (line 46) | @JsProperty method setGroups (line 49) | @JsProperty method setXs (line 52) | @JsProperty method setOrder (line 55) | @JsProperty method setOnselected (line 58) | @JsProperty method setOnunselected (line 61) | @JsProperty method setSelection (line 64) | @JsProperty type SelectCallback (line 67) | @JsFunction method callback (line 71) | void callback(C3DataInfo data); FILE: dashbuilder/dashbuilder-client/dashbuilder-renderers/dashbuilder-renderer-c3/src/main/java/org/dashbuilder/renderer/c3/client/jsbinding/C3ChartSize.java class C3ChartSize (line 23) | @JsType(isNative = true, namespace = JsPackage.GLOBAL, name = "Object") method create (line 26) | @JsOverlay method setWidth (line 35) | @JsProperty method setHeight (line 38) | @JsProperty FILE: dashbuilder/dashbuilder-client/dashbuilder-renderers/dashbuilder-renderer-c3/src/main/java/org/dashbuilder/renderer/c3/client/jsbinding/C3Color.java class C3Color (line 23) | @JsType(isNative = true, namespace = JsPackage.GLOBAL, name = "Object") method create (line 26) | @JsOverlay method create (line 34) | @JsOverlay method setPattern (line 41) | @JsProperty method setThreshold (line 44) | @JsProperty FILE: dashbuilder/dashbuilder-client/dashbuilder-renderers/dashbuilder-renderer-c3/src/main/java/org/dashbuilder/renderer/c3/client/jsbinding/C3DataInfo.java class C3DataInfo (line 22) | @JsType(isNative = true, namespace = JsPackage.GLOBAL, name = "Object") method getId (line 25) | @JsProperty method getIndex (line 28) | @JsProperty method getX (line 31) | @JsProperty method getValue (line 34) | @JsProperty method getName (line 37) | @JsProperty FILE: dashbuilder/dashbuilder-client/dashbuilder-renderers/dashbuilder-renderer-c3/src/main/java/org/dashbuilder/renderer/c3/client/jsbinding/C3Donut.java class C3Donut (line 23) | @JsType(isNative = true, namespace = JsPackage.GLOBAL, name = "Object") method create (line 26) | @JsOverlay method setTitle (line 33) | @JsProperty FILE: dashbuilder/dashbuilder-client/dashbuilder-renderers/dashbuilder-renderer-c3/src/main/java/org/dashbuilder/renderer/c3/client/jsbinding/C3Format.java class C3Format (line 28) | @JsType(isNative = true, namespace = JsPackage.GLOBAL, name = "Object") method create (line 31) | @JsOverlay method setValue (line 38) | @JsProperty type FormatCallback (line 41) | @JsFunction method callback (line 45) | Object callback(Long value, Object ratio, String data); FILE: dashbuilder/dashbuilder-client/dashbuilder-renderers/dashbuilder-renderer-c3/src/main/java/org/dashbuilder/renderer/c3/client/jsbinding/C3Gauge.java class C3Gauge (line 23) | @JsType(isNative = true, namespace = JsPackage.GLOBAL, name = "Object") method create (line 26) | @JsOverlay method setMin (line 34) | @JsProperty method setMax (line 37) | @JsProperty FILE: dashbuilder/dashbuilder-client/dashbuilder-renderers/dashbuilder-renderer-c3/src/main/java/org/dashbuilder/renderer/c3/client/jsbinding/C3Grid.java class C3Grid (line 23) | @JsType(isNative = true, namespace = JsPackage.GLOBAL, name = "Object") method create (line 26) | @JsOverlay method setX (line 34) | @JsProperty method setY (line 38) | @JsProperty FILE: dashbuilder/dashbuilder-client/dashbuilder-renderers/dashbuilder-renderer-c3/src/main/java/org/dashbuilder/renderer/c3/client/jsbinding/C3GridConf.java class C3GridConf (line 23) | @JsType(isNative = true, namespace = JsPackage.GLOBAL, name = "Object") method create (line 26) | @JsOverlay method setShow (line 33) | @JsProperty FILE: dashbuilder/dashbuilder-client/dashbuilder-renderers/dashbuilder-renderer-c3/src/main/java/org/dashbuilder/renderer/c3/client/jsbinding/C3JsTypesFactory.java class C3JsTypesFactory (line 28) | @ApplicationScoped method createC3Tick (line 31) | public C3Tick createC3Tick(FormatterCallback callback) { method c3Grid (line 37) | public C3Grid c3Grid(boolean showX, boolean showY) { method c3Padding (line 42) | public C3Padding c3Padding(int top, int right, method c3ChartSize (line 47) | public C3ChartSize c3ChartSize(double width, double height) { method c3Selection (line 51) | public C3Selection c3Selection(boolean enabled, boolean multiple, method c3AxisY (line 56) | public C3AxisY c3AxisY(boolean show, C3Tick tickY) { method c3AxisX (line 59) | public C3AxisX c3AxisX(String type, String[] categories, C3Tick tick) { method c3Legend (line 64) | public C3Legend c3Legend(boolean show, String position) { method c3Point (line 68) | public C3Point c3Point(RadiusCallback r) { method c3ChartData (line 72) | public C3ChartData c3ChartData(String[][] columns, String type, method c3AxisInfo (line 78) | public C3AxisInfo c3AxisInfo(boolean rotated, C3AxisX axisX, C3AxisY a... method c3ChartConf (line 84) | public C3ChartConf c3ChartConf(C3ChartSize size, method c3Transition (line 96) | public C3Transition c3Transition(int duration) { method createC3Label (line 100) | public C3AxisLabel createC3Label(String text, String position) { method c3Color (line 104) | public C3Color c3Color(String[] pattern) { method c3Color (line 108) | public C3Color c3Color(String[] pattern, C3Threshold threshold) { method c3Threshold (line 112) | public C3Threshold c3Threshold(int[] values) { method c3Gauge (line 116) | public C3Gauge c3Gauge(int min, int max) { method c3Donut (line 120) | public C3Donut c3Donut(String holeTitle) { method c3Tooltip (line 124) | public C3Tooltip c3Tooltip(C3Format.FormatCallback callback) { FILE: dashbuilder/dashbuilder-client/dashbuilder-renderers/dashbuilder-renderer-c3/src/main/java/org/dashbuilder/renderer/c3/client/jsbinding/C3Legend.java class C3Legend (line 25) | @JsType(isNative = true, namespace = JsPackage.GLOBAL, name = "Object") method create (line 28) | @JsOverlay method convertPosition (line 36) | @JsOverlay method setShow (line 51) | @JsProperty method setPosition (line 54) | @JsProperty FILE: dashbuilder/dashbuilder-client/dashbuilder-renderers/dashbuilder-renderer-c3/src/main/java/org/dashbuilder/renderer/c3/client/jsbinding/C3Padding.java class C3Padding (line 23) | @JsType(isNative = true, namespace = JsPackage.GLOBAL, name = "Object") method create (line 26) | @JsOverlay method setTop (line 36) | @JsProperty method setRight (line 39) | @JsProperty method setBottom (line 42) | @JsProperty method setLeft (line 45) | @JsProperty FILE: dashbuilder/dashbuilder-client/dashbuilder-renderers/dashbuilder-renderer-c3/src/main/java/org/dashbuilder/renderer/c3/client/jsbinding/C3Point.java class C3Point (line 24) | @JsType(isNative = true, namespace = JsPackage.GLOBAL, name = "Object") method create (line 27) | @JsOverlay method setR (line 34) | @JsProperty type RadiusCallback (line 37) | @JsFunction method callback (line 41) | double callback(C3DataInfo value); FILE: dashbuilder/dashbuilder-client/dashbuilder-renderers/dashbuilder-renderer-c3/src/main/java/org/dashbuilder/renderer/c3/client/jsbinding/C3Selection.java class C3Selection (line 23) | @JsType(isNative = true, namespace = JsPackage.GLOBAL, name = "Object") method create (line 26) | @JsOverlay method setEnabled (line 35) | @JsProperty method setMultiple (line 38) | @JsProperty method setGrouped (line 41) | @JsProperty FILE: dashbuilder/dashbuilder-client/dashbuilder-renderers/dashbuilder-renderer-c3/src/main/java/org/dashbuilder/renderer/c3/client/jsbinding/C3Threshold.java class C3Threshold (line 23) | @JsType(isNative = true, namespace = JsPackage.GLOBAL, name = "Object") method create (line 26) | @JsOverlay method setValues (line 33) | @JsProperty FILE: dashbuilder/dashbuilder-client/dashbuilder-renderers/dashbuilder-renderer-c3/src/main/java/org/dashbuilder/renderer/c3/client/jsbinding/C3Tick.java class C3Tick (line 24) | @JsType(isNative = true, namespace = JsPackage.GLOBAL, name = "Object") method create (line 27) | @JsOverlay method setFormat (line 34) | @JsProperty method setFit (line 37) | @JsProperty method setRotate (line 40) | @JsProperty type FormatterCallback (line 43) | @JsFunction method callback (line 47) | String callback(String value); FILE: dashbuilder/dashbuilder-client/dashbuilder-renderers/dashbuilder-renderer-c3/src/main/java/org/dashbuilder/renderer/c3/client/jsbinding/C3Tooltip.java class C3Tooltip (line 23) | @JsType(isNative = true, namespace = JsPackage.GLOBAL, name = "Object") method create (line 26) | @JsOverlay method setFormat (line 33) | @JsProperty FILE: dashbuilder/dashbuilder-client/dashbuilder-renderers/dashbuilder-renderer-c3/src/main/java/org/dashbuilder/renderer/c3/client/jsbinding/C3Transition.java class C3Transition (line 23) | @JsType(isNative = true, namespace = JsPackage.GLOBAL, name = "Object") method create (line 26) | @JsOverlay method setDuration (line 34) | @JsProperty FILE: dashbuilder/dashbuilder-client/dashbuilder-renderers/dashbuilder-renderer-c3/src/main/java/org/dashbuilder/renderer/c3/client/jsbinding/d3/D3PathGenerator.java type D3PathGenerator (line 22) | @JsType(isNative = true) method projection (line 25) | D3PathGenerator projection(D3Projection projection); method geoPath (line 27) | D3PathGenerator geoPath(); method centroid (line 29) | double[] centroid(Object path); class Builder (line 31) | class Builder { method get (line 33) | @JsProperty(name = "d3", namespace = JsPackage.GLOBAL) FILE: dashbuilder/dashbuilder-client/dashbuilder-renderers/dashbuilder-renderer-c3/src/main/java/org/dashbuilder/renderer/c3/client/jsbinding/d3/D3Projection.java type D3Projection (line 22) | @JsType(isNative = true) method geoNaturalEarth2 (line 25) | public D3Projection geoNaturalEarth2(); method geoCylindricalEqualArea (line 27) | public D3Projection geoCylindricalEqualArea(); method geoMercator (line 29) | public D3Projection geoMercator(); method scale (line 31) | public D3Projection scale(double s); method translate (line 33) | public D3Projection translate(double xy[]); class Builder (line 35) | class Builder { method get (line 37) | @JsProperty(name = "d3", namespace = JsPackage.GLOBAL) FILE: dashbuilder/dashbuilder-client/dashbuilder-renderers/dashbuilder-renderer-c3/src/main/java/org/dashbuilder/renderer/c3/client/jsbinding/geojson/Feature.java type Feature (line 22) | @JsType(isNative = true) method getType (line 25) | @JsProperty method getGeometry (line 27) | @JsProperty method getProperties (line 29) | @JsProperty method getId (line 31) | @JsProperty FILE: dashbuilder/dashbuilder-client/dashbuilder-renderers/dashbuilder-renderer-c3/src/main/java/org/dashbuilder/renderer/c3/client/jsbinding/geojson/FeatureCollection.java type FeatureCollection (line 21) | @JsType(isNative = true) method getType (line 23) | @JsProperty method getFeatures (line 25) | @JsProperty FILE: dashbuilder/dashbuilder-client/dashbuilder-renderers/dashbuilder-renderer-c3/src/main/java/org/dashbuilder/renderer/c3/client/jsbinding/geojson/Geometry.java type Geometry (line 21) | @JsType(isNative = true) method getType (line 24) | @JsProperty method getCoordinates (line 26) | @JsProperty FILE: dashbuilder/dashbuilder-client/dashbuilder-renderers/dashbuilder-renderer-c3/src/main/java/org/dashbuilder/renderer/c3/client/jsbinding/geojson/GeometryType.java type GeometryType (line 18) | public enum GeometryType { FILE: dashbuilder/dashbuilder-client/dashbuilder-renderers/dashbuilder-renderer-c3/src/main/java/org/dashbuilder/renderer/c3/client/resources/i18n/C3DisplayerConstants.java type C3DisplayerConstants (line 21) | public interface C3DisplayerConstants extends Messages { method common_Categories (line 25) | String common_Categories(); method common_Series (line 27) | String common_Series(); method common_Values (line 29) | String common_Values(); method common_Value (line 31) | String common_Value(); method common_Locations (line 33) | String common_Locations(); method common_Rows (line 35) | String common_Rows(); method common_Columns (line 37) | String common_Columns(); method common_noData (line 39) | String common_noData(); method googleDisplayer_resetAnchor (line 41) | String googleDisplayer_resetAnchor(); method googleBubbleDisplayer_XAxis (line 43) | String googleBubbleDisplayer_XAxis(); method googleBubbleDisplayer_YAxis (line 45) | String googleBubbleDisplayer_YAxis(); method googleBubbleDisplayer_BubbleColor (line 47) | String googleBubbleDisplayer_BubbleColor(); method googleBubbleDisplayer_BubbleSize (line 49) | String googleBubbleDisplayer_BubbleSize(); FILE: dashbuilder/dashbuilder-client/dashbuilder-renderers/dashbuilder-renderer-c3/src/main/java/org/dashbuilder/renderer/c3/mutationobserver/MutationObserverFactory.java class MutationObserverFactory (line 24) | @ApplicationScoped method mutationObserverInit (line 27) | public MutationObserverInit mutationObserverInit() { method mutationObserver (line 31) | public MutationObserver mutationObserver(MutationObserverCallbackFn ca... FILE: dashbuilder/dashbuilder-client/dashbuilder-renderers/dashbuilder-renderer-c3/src/test/java/org/dashbuilder/renderer/c3/client/C3BaseTest.java class C3BaseTest (line 41) | @RunWith(MockitoJUnitRunner.Silent.class) method c3LineChartDisplayer (line 73) | public C3LineChartDisplayer c3LineChartDisplayer(DisplayerSettings set... method c3AreaChartDisplayer (line 78) | public C3AreaChartDisplayer c3AreaChartDisplayer(DisplayerSettings set... method c3MeterChartDisplayer (line 83) | public C3MeterChartDisplayer c3MeterChartDisplayer(DisplayerSettings s... method d3MapDisplayer (line 88) | public D3MapDisplayer d3MapDisplayer(DisplayerSettings settings) { method mockC3JsTypesFactory (line 92) | private C3JsTypesFactory mockC3JsTypesFactory() { FILE: dashbuilder/dashbuilder-client/dashbuilder-renderers/dashbuilder-renderer-c3/src/test/java/org/dashbuilder/renderer/c3/client/C3DisplayerTest.java class C3DisplayerTest (line 42) | @RunWith(MockitoJUnitRunner.Silent.class) method conf (line 68) | @Before method c3ConfigurationTest (line 77) | @Test method viewParametersTest (line 88) | @Test method c3DataTest (line 100) | @Test method c3NoData (line 111) | @Test method tableDataTest (line 126) | @Test FILE: dashbuilder/dashbuilder-client/dashbuilder-renderers/dashbuilder-renderer-c3/src/test/java/org/dashbuilder/renderer/c3/client/C3RendererTest.java class C3RendererTest (line 55) | @RunWith(MockitoJUnitRunner.class) method prepareTypes (line 92) | @Before method lookupAreaChartTest (line 115) | @Test method lookupBarChartColumnStacked (line 123) | @Test method lookuBarChartColumn (line 131) | @Test method lookupBarChartStacked (line 139) | @Test method lookupBarChartBar (line 147) | @Test method lookupLineChart (line 155) | @Test method lookupLineChartSmooth (line 163) | @Test method lookupPieChart (line 171) | @Test method lookupPieChartDonut (line 179) | @Test method lookupBubbleChart (line 187) | @Test method lookupMeterChart (line 194) | @Test FILE: dashbuilder/dashbuilder-client/dashbuilder-renderers/dashbuilder-renderer-c3/src/test/java/org/dashbuilder/renderer/c3/client/C3ResizableChartTest.java class C3ResizableChartTest (line 31) | @RunWith(MockitoJUnitRunner.Silent.class) method c3Resizable (line 38) | @Test method c3NotResizable (line 56) | @Test FILE: dashbuilder/dashbuilder-client/dashbuilder-renderers/dashbuilder-renderer-c3/src/test/java/org/dashbuilder/renderer/c3/client/charts/area/C3AreaChartDisplayerTest.java class C3AreaChartDisplayerTest (line 33) | @RunWith(MockitoJUnitRunner.Silent.class) method conf (line 60) | @Before method fixAreaCallbackRegisteredTest (line 66) | @Test FILE: dashbuilder/dashbuilder-client/dashbuilder-renderers/dashbuilder-renderer-c3/src/test/java/org/dashbuilder/renderer/c3/client/charts/map/D3MapDisplayerTest.java class D3MapDisplayerTest (line 39) | @RunWith(MockitoJUnitRunner.Silent.class) method conf (line 61) | @Before method dataRetrievalTest (line 75) | @Test method mapConfTest (line 83) | @Test FILE: dashbuilder/dashbuilder-client/dashbuilder-renderers/dashbuilder-renderer-c3/src/test/java/org/dashbuilder/renderer/c3/client/charts/map/geojson/impl/CountriesGeoJsonServiceImplTest.java class CountriesGeoJsonServiceImplTest (line 45) | @RunWith(MockitoJUnitRunner.class) method setup (line 76) | @Before method getCountryNameTest (line 84) | @Test method getCountryNameByCodeTest (line 92) | @Test method countryByIdOrNameTest (line 102) | @Test method entryByCountryTest (line 114) | @Test method valueByCountryTest (line 127) | @Test method entryByLocationTest (line 142) | @Test method valueByLocationTest (line 165) | @Test method findCountryWithLocationTest (line 185) | @Test method findCountryWithCountryNameTest (line 197) | @Test FILE: dashbuilder/dashbuilder-client/dashbuilder-renderers/dashbuilder-renderer-c3/src/test/java/org/dashbuilder/renderer/c3/client/charts/meter/C3MeterDisplayerTest.java class C3MeterDisplayerTest (line 38) | @RunWith(MockitoJUnitRunner.Silent.class) method c3meterColumnsExtractorsTest (line 74) | @Test method columnFormatTest (line 102) | @Test FILE: dashbuilder/dashbuilder-client/dashbuilder-renderers/dashbuilder-renderer-chartjs/src/main/java/org/dashbuilder/renderer/chartjs/ChartJsBarChartDisplayer.java class ChartJsBarChartDisplayer (line 27) | @Dependent type View (line 30) | public interface View extends ChartJsDisplayer.View ... type View (line 28) | public interface View

extends AbstractGwtD... method setWidth (line 30) | void setWidth(int width); method setHeight (line 32) | void setHeight(int height); method setMarginTop (line 34) | void setMarginTop(int marginTop); method setMarginBottom (line 36) | void setMarginBottom(int marginBottom); method setMarginRight (line 38) | void setMarginRight(int marginRight); method setMarginLeft (line 40) | void setMarginLeft(int marginLeft); method dataClear (line 42) | void dataClear(); method dataAddLabel (line 44) | void dataAddLabel(String label); method dataAddSerie (line 46) | void dataAddSerie(String columnName, String color, double[] values); method getGroupsTitle (line 48) | String getGroupsTitle(); method getColumnsTitle (line 50) | String getColumnsTitle(); method setTitle (line 52) | void setTitle(String title); method setFilterEnabled (line 54) | void setFilterEnabled(boolean enabled); method clearFilterStatus (line 56) | void clearFilterStatus(); method addFilterValue (line 58) | void addFilterValue(String value); method addFilterReset (line 60) | void addFilterReset(); method nodata (line 62) | void nodata(); method drawChart (line 64) | void drawChart(); method createVisualization (line 84) | @Override method updateVisualization (line 100) | @Override method drawChart (line 106) | protected void drawChart() { method updateFilterStatus (line 115) | protected void updateFilterStatus() { method onFilterResetClicked (line 134) | void onFilterResetClicked() { method pushDataToView (line 146) | protected void pushDataToView() { FILE: dashbuilder/dashbuilder-client/dashbuilder-renderers/dashbuilder-renderer-chartjs/src/main/java/org/dashbuilder/renderer/chartjs/ChartJsDisplayerView.java class ChartJsDisplayerView (line 44) | public abstract class ChartJsDisplayerView

method showDisplayer (line 65) | public void showDisplayer(Widget w) { method init (line 70) | @Override method clear (line 82) | @Override method setWidth (line 88) | @Override method setHeight (line 93) | @Override method setMarginTop (line 98) | @Override method setMarginBottom (line 103) | @Override method setMarginRight (line 108) | @Override method setMarginLeft (line 113) | @Override method dataClear (line 118) | @Override method dataAddLabel (line 124) | @Override method dataAddSerie (line 129) | @Override method getGroupsTitle (line 141) | @Override method getColumnsTitle (line 146) | @Override method setTitle (line 151) | @Override method setFilterEnabled (line 156) | @Override method clearFilterStatus (line 161) | @Override method addFilterValue (line 168) | @Override method addFilterReset (line 173) | @Override method nodata (line 184) | @Override method drawChart (line 189) | @Override method createChart (line 209) | protected Chart createChart() { method adjustChartSize (line 213) | protected void adjustChartSize(Chart chart) { method createAreaDataProvider (line 223) | protected AreaChartDataProvider createAreaDataProvider() { method createChartData (line 235) | protected AreaChartData createChartData() { FILE: dashbuilder/dashbuilder-client/dashbuilder-renderers/dashbuilder-renderer-chartjs/src/main/java/org/dashbuilder/renderer/chartjs/ChartJsRenderer.java class ChartJsRenderer (line 40) | @ApplicationScoped method init (line 45) | @PostConstruct method getUUID (line 50) | @Override method getName (line 55) | @Override method getSupportedTypes (line 60) | @Override method getSupportedSubtypes (line 65) | @Override method lookupDisplayer (line 81) | @Override method _lookupDisplayer (line 90) | protected ChartJsDisplayer _lookupDisplayer(DisplayerSettings displaye... method publishChartJsFunctions (line 99) | private native void publishChartJsFunctions() /*-{ method formatValue (line 105) | public static String formatValue(String displayerId, double value, int... method closeDisplayer (line 113) | public static void closeDisplayer(ChartJsDisplayer displayer) { FILE: dashbuilder/dashbuilder-client/dashbuilder-renderers/dashbuilder-renderer-chartjs/src/main/java/org/dashbuilder/renderer/chartjs/lib/BarChart.java class BarChart (line 9) | public class BarChart extends ChartWithScale { method draw (line 13) | @Override method drawBar (line 19) | private native void drawBar(JavaScriptObject data)/*-{ method update (line 31) | @Override method reload (line 38) | @Override method setDataProvider (line 59) | public void setDataProvider(AreaChartDataProvider provider){ FILE: dashbuilder/dashbuilder-client/dashbuilder-renderers/dashbuilder-renderer-chartjs/src/main/java/org/dashbuilder/renderer/chartjs/lib/Chart.java class Chart (line 26) | public abstract class Chart extends SimplePanel implements HasAnimationC... method Chart (line 45) | public Chart(ChartStyle style){ method Chart (line 66) | public Chart() { method getClickPoints (line 70) | private native JavaScriptObject getClickPoints(JavaScriptObject event,... method setChartStyle (line 87) | public void setChartStyle(ChartStyle style){ method processEvents (line 92) | protected void processEvents(JavaScriptObject object){ method onAttach (line 96) | @Override method update (line 107) | public abstract void update(); method reload (line 112) | public abstract void reload(); method draw (line 118) | protected abstract void draw(); method setPixelWidth (line 125) | public void setPixelWidth(int width) { method setWidth (line 129) | public void setWidth(String width) { method setHeight (line 133) | public void setHeight(String height){ method setPixelHeight (line 142) | public void setPixelHeight(int height) { method addAnimationCompleteHandler (line 146) | @Override method getSnapshot (line 155) | public Image getSnapshot(){ method getBase64Image (line 163) | private native String getBase64Image(JavaScriptObject nativeCanvas)/*-{ method addClickHandler (line 169) | @Override method addDataSelectionHandler (line 179) | @Override method getNativeCanvas (line 184) | protected JavaScriptObject getNativeCanvas(){ method getNativeElement (line 188) | protected CanvasElement getNativeElement(){ method setNativeCanvas (line 192) | protected void setNativeCanvas(JavaScriptObject object){ method setAnimationEnabled (line 202) | public void setAnimationEnabled(boolean enabled){ method setAnimationType (line 214) | public void setAnimationType(Type type){ method addAnimationCallback (line 225) | public void addAnimationCallback(AnimationCallback callback){ method setAnimationSteps (line 230) | @Override method constructOptions (line 242) | protected JavaScriptObject constructOptions(){ method registerNativeAnimationHandlers (line 246) | protected native void registerNativeAnimationHandlers()/*-{ method onAnimationProgress (line 259) | protected void onAnimationProgress(double progress){ method onAnimationComplete (line 266) | protected void onAnimationComplete(){ method setResponsive (line 273) | @Override method setMaintainAspectRatio (line 281) | @Override method setLegendTemplate (line 289) | public void setLegendTemplate(String template) { FILE: dashbuilder/dashbuilder-client/dashbuilder-renderers/dashbuilder-renderer-chartjs/src/main/java/org/dashbuilder/renderer/chartjs/lib/ChartJs.java class ChartJs (line 13) | public final class ChartJs { method ensureInjected (line 21) | public static void ensureInjected(){ //TODO: do real injection (lazy l... FILE: dashbuilder/dashbuilder-client/dashbuilder-renderers/dashbuilder-renderer-chartjs/src/main/java/org/dashbuilder/renderer/chartjs/lib/ChartWithAnimation.java class ChartWithAnimation (line 14) | public abstract class ChartWithAnimation extends Chart implements IsR... method ChartWithAnimation (line 18) | public ChartWithAnimation(){ method setResponsive (line 24) | @Override method setAnimationEnabled (line 37) | public void setAnimationEnabled(boolean enabled){ method setAnimationType (line 49) | public void setAnimationType(Type type){ method addAnimationCallback (line 60) | public void addAnimationCallback(AnimationCallback callback){ method setAnimationSteps (line 65) | @Override method addAnimationCompleteHandler (line 73) | @Override method onAnimationProgress (line 79) | protected void onAnimationProgress(double progress){ method onAnimationComplete (line 86) | protected void onAnimationComplete(){ method registerNativeAnimationHandlers (line 93) | protected native void registerNativeAnimationHandlers()/*-{ FILE: dashbuilder/dashbuilder-client/dashbuilder-renderers/dashbuilder-renderer-chartjs/src/main/java/org/dashbuilder/renderer/chartjs/lib/ChartWithScale.java class ChartWithScale (line 6) | public abstract class ChartWithScale extends ChartWithTooltip implements... method showScale (line 8) | @Override method setScaleOverride (line 16) | @Override method setScaleSteps (line 24) | @Override method setScaleStepWidth (line 29) | @Override method setScaleStartValue (line 34) | @Override method setScaleLineColor (line 39) | @Override method setScaleLineWidth (line 44) | @Override method setScaleShowLabels (line 49) | @Override method setScaleLabel (line 57) | @Override method setScaleIntegersOnly (line 62) | @Override method setScaleBeginAtZero (line 70) | @Override method setScaleFontFamily (line 75) | @Override method setScaleFontSize (line 80) | @Override method setScaleFontStyle (line 85) | @Override method setScaleFontColor (line 90) | @Override FILE: dashbuilder/dashbuilder-client/dashbuilder-renderers/dashbuilder-renderer-chartjs/src/main/java/org/dashbuilder/renderer/chartjs/lib/ChartWithTooltip.java class ChartWithTooltip (line 10) | public abstract class ChartWithTooltip extends Chart implements HasTooltip{ method setTooltipEvents (line 12) | @Override method setTooltipFillColor (line 21) | @Override method showTooltips (line 26) | @Override method setTooltipFontFamily (line 34) | @Override method setTooltipFontSize (line 39) | @Override method setTooltipFontStyle (line 44) | @Override method setTooltipFontColor (line 49) | @Override method setTooltipTitleFontFamily (line 54) | @Override method setTooltipTitleFontSize (line 59) | @Override method setTooltipTitleFontStyle (line 64) | @Override method setTooltipTitleFontColor (line 69) | @Override method setTooltipYPadding (line 74) | @Override method setTooltipXPadding (line 79) | @Override method setCornerRadius (line 84) | @Override method setTooltipCaretSize (line 89) | @Override method setTooltipXOffset (line 94) | @Override method setTooltipTemplate (line 99) | @Override method setMultiTooltipTemplate (line 104) | @Override FILE: dashbuilder/dashbuilder-client/dashbuilder-renderers/dashbuilder-renderer-chartjs/src/main/java/org/dashbuilder/renderer/chartjs/lib/DoughnutChart.java class DoughnutChart (line 10) | public class DoughnutChart extends ChartWithScale { method draw (line 14) | @Override method drawDoughnut (line 20) | private native void drawDoughnut(JavaScriptObject data)/*-{ method update (line 34) | @Override method reload (line 41) | @Override method setDataProvider (line 62) | public void setDataProvider(PieChartDataProvider provider){ FILE: dashbuilder/dashbuilder-client/dashbuilder-renderers/dashbuilder-renderer-chartjs/src/main/java/org/dashbuilder/renderer/chartjs/lib/LineChart.java class LineChart (line 11) | public class LineChart extends ChartWithScale { method draw (line 16) | @Override method drawLine (line 21) | private native void drawLine(JavaScriptObject data)/*-{ method update (line 33) | @Override method reload (line 40) | @Override method setDataProvider (line 59) | public void setDataProvider(AreaChartDataProvider provider){ FILE: dashbuilder/dashbuilder-client/dashbuilder-renderers/dashbuilder-renderer-chartjs/src/main/java/org/dashbuilder/renderer/chartjs/lib/PieChart.java class PieChart (line 11) | public class PieChart extends ChartWithScale { method draw (line 15) | @Override method drawPie (line 20) | private native void drawPie(JavaScriptObject data)/*-{ method update (line 32) | @Override method reload (line 39) | @Override method setDataProvider (line 60) | public void setDataProvider(PieChartDataProvider provider){ FILE: dashbuilder/dashbuilder-client/dashbuilder-renderers/dashbuilder-renderer-chartjs/src/main/java/org/dashbuilder/renderer/chartjs/lib/PolarAreaChart.java class PolarAreaChart (line 11) | public class PolarAreaChart extends ChartWithScale { method draw (line 15) | @Override method drawPolarArea (line 20) | private native void drawPolarArea(JavaScriptObject data)/*-{ method update (line 32) | @Override method reload (line 39) | @Override method setDataProvider (line 62) | public void setDataProvider(PieChartDataProvider provider){ FILE: dashbuilder/dashbuilder-client/dashbuilder-renderers/dashbuilder-renderer-chartjs/src/main/java/org/dashbuilder/renderer/chartjs/lib/RadarChart.java class RadarChart (line 10) | public class RadarChart extends ChartWithScale { method draw (line 15) | @Override method setScaleShowLabels (line 20) | public void setScaleShowLabels(boolean scaleShowLabels){ method drawRadar (line 24) | private native void drawRadar(JavaScriptObject data)/*-{ method update (line 38) | @Override method reload (line 46) | @Override method setDataProvider (line 68) | public void setDataProvider(AreaChartDataProvider provider){ FILE: dashbuilder/dashbuilder-client/dashbuilder-renderers/dashbuilder-renderer-chartjs/src/main/java/org/dashbuilder/renderer/chartjs/lib/data/AreaChartData.java class AreaChartData (line 7) | public class AreaChartData extends JavaScriptObject{ method AreaChartData (line 9) | protected AreaChartData(){ method setLabels (line 12) | public final void setLabels(String[] labels){ method setLabels (line 19) | private final native void setLabels(JsArrayString labels) /*-{ method getSeries (line 23) | public final native JsArray getSeries() /*-{ method setSeries (line 27) | public final native void setSeries(JsArray series) /*-{ FILE: dashbuilder/dashbuilder-client/dashbuilder-renderers/dashbuilder-renderer-chartjs/src/main/java/org/dashbuilder/renderer/chartjs/lib/data/AreaChartDataProvider.java type AreaChartDataProvider (line 6) | public interface AreaChartDataProvider { method getData (line 8) | public JavaScriptObject getData(); method reload (line 10) | public void reload(AsyncCallback callback); FILE: dashbuilder/dashbuilder-client/dashbuilder-renderers/dashbuilder-renderer-chartjs/src/main/java/org/dashbuilder/renderer/chartjs/lib/data/AreaSeries.java class AreaSeries (line 7) | public class AreaSeries extends JavaScriptObject{ method AreaSeries (line 9) | protected AreaSeries() { method getFillColor (line 12) | public final native String getFillColor() /*-{ method setFillColor (line 16) | public final native void setFillColor(String fillColor) /*-{ method getStrokeColor (line 20) | public final native String getStrokeColor() /*-{ method setStrokeColor (line 24) | public final native void setStrokeColor(String strokeColor) /*-{ method getPointColor (line 28) | public final native String getPointColor() /*-{ method setPointColor (line 32) | public final native void setPointColor(String printColor) /*-{ method getPointStrokeColor (line 36) | public final native String getPointStrokeColor() /*-{ method setPointStrokeColor (line 40) | public final native void setPointStrokeColor(String pointStrokeColor) ... method getData (line 44) | public final native String[] getData() /*-{ method setLabel (line 48) | public final native void setLabel(String label)/*-{ method getLabel (line 52) | public final native String getLabel()/*-{ method setData (line 56) | public final void setData(double[] data){ method setData (line 63) | private final native void setData(JsArrayNumber data) /*-{ FILE: dashbuilder/dashbuilder-client/dashbuilder-renderers/dashbuilder-renderer-chartjs/src/main/java/org/dashbuilder/renderer/chartjs/lib/data/ChartDataProvider.java class ChartDataProvider (line 7) | public abstract class ChartDataProvider{ method getData (line 11) | public List getData(){ method setData (line 15) | public void setData(List data){ method update (line 19) | public abstract void update(AsyncCallback callback); FILE: dashbuilder/dashbuilder-client/dashbuilder-renderers/dashbuilder-renderer-chartjs/src/main/java/org/dashbuilder/renderer/chartjs/lib/data/Data.java class Data (line 8) | public class Data extends JavaScriptObject{ method Data (line 10) | protected Data() { method setValue (line 13) | public final native void setValue(double value)/*-{ method setValue (line 16) | public final native double setValue()/*-{ method setColor (line 20) | public final native void setColor(String color)/*-{ method setColor (line 23) | public final native String setColor()/*-{ method setHighlighColor (line 27) | public final native void setHighlighColor(String color)/*-{ method setHighlighColor (line 30) | public final native String setHighlighColor()/*-{ method setLabel (line 34) | public final native void setLabel(String label)/*-{ method setLabel (line 37) | public final native String setLabel()/*-{ FILE: dashbuilder/dashbuilder-client/dashbuilder-renderers/dashbuilder-renderer-chartjs/src/main/java/org/dashbuilder/renderer/chartjs/lib/data/Dataset.java class Dataset (line 8) | public class Dataset extends JavaScriptObject{ method Dataset (line 10) | protected Dataset() { method setLabel (line 13) | public final native void setLabel(String label)/*-{ method getLabel (line 17) | public final native String getLabel()/*-{ method setFillColor (line 21) | public final native void setFillColor(String fillColor)/*-{ method getFillColor (line 25) | public final native String getFillColor()/*-{ method setStrokeColor (line 29) | public final native void setStrokeColor(String strokeColor)/*-{ method getStrokeColor (line 32) | public final native String getStrokeColor()/*-{ method setPointColor (line 36) | public final native void setPointColor(String pointColor)/*-{ method getPointColor (line 39) | public final native String getPointColor()/*-{ method setPointStrokeColor (line 43) | public final native void setPointStrokeColor(String pointStrokeColor)/*-{ method getPointStrokeColor (line 46) | public final native String getPointStrokeColor()/*-{ method setPointHighlightFill (line 50) | public final native void setPointHighlightFill(String pointHighlightFi... method getPointHighlightFill (line 53) | public final native String getPointHighlightFill()/*-{ method setPointHighlightStroke (line 57) | public final native void setPointHighlightStroke(String pointHighlight... method getPointHighlightStroke (line 60) | public final native String getPointHighlightStroke()/*-{ method setData (line 64) | public final native void setData(double[] data)/*-{ method getData (line 67) | public final native double[] getData()/*-{ FILE: dashbuilder/dashbuilder-client/dashbuilder-renderers/dashbuilder-renderer-chartjs/src/main/java/org/dashbuilder/renderer/chartjs/lib/data/LineChartData.java class LineChartData (line 5) | public class LineChartData extends JavaScriptObject{ method LineChartData (line 7) | protected LineChartData() { method setLabels (line 10) | public final native void setLabels(String[] label)/*-{ method addLabel (line 14) | public final native void addLabel(String label)/*-{ method getLabels (line 18) | public final native String[] getLabels()/*-{ method setDataset (line 22) | public final native void setDataset(Dataset[] dataset)/*-{ method getDataset (line 26) | public final native Dataset[] getDataset()/*-{ FILE: dashbuilder/dashbuilder-client/dashbuilder-renderers/dashbuilder-renderer-chartjs/src/main/java/org/dashbuilder/renderer/chartjs/lib/data/PieChartDataProvider.java type PieChartDataProvider (line 6) | public interface PieChartDataProvider { method getData (line 8) | public JsArray getData(); method reload (line 10) | public void reload(AsyncCallback> callback); FILE: dashbuilder/dashbuilder-client/dashbuilder-renderers/dashbuilder-renderer-chartjs/src/main/java/org/dashbuilder/renderer/chartjs/lib/data/RadarChartData.java class RadarChartData (line 5) | public class RadarChartData extends JavaScriptObject{ method RadarChartData (line 7) | protected RadarChartData() { method setData (line 10) | public final native void setData(Data[] data)/*-{ method getData (line 14) | public final native void getData()/*-{ FILE: dashbuilder/dashbuilder-client/dashbuilder-renderers/dashbuilder-renderer-chartjs/src/main/java/org/dashbuilder/renderer/chartjs/lib/data/Series.java class Series (line 6) | public class Series extends JavaScriptObject{ method Series (line 8) | protected Series() { method getValue (line 11) | public final native double getValue() /*-{ method setValue (line 15) | public final native void setValue(double value) /*-{ method getColor (line 19) | public final native String getColor() /*-{ method setColor (line 23) | public final native void setColor(String color) /*-{ FILE: dashbuilder/dashbuilder-client/dashbuilder-renderers/dashbuilder-renderer-chartjs/src/main/java/org/dashbuilder/renderer/chartjs/lib/data/SeriesBuilder.java class SeriesBuilder (line 5) | public class SeriesBuilder { method SeriesBuilder (line 9) | private SeriesBuilder(){ method create (line 13) | public static SeriesBuilder create(){ method withLabel (line 17) | public SeriesBuilder withLabel(String label){ method withFillColor (line 22) | public SeriesBuilder withFillColor(String fillColor){ method withStoreColor (line 27) | public SeriesBuilder withStoreColor(String strokeColor){ method withPointColor (line 32) | public SeriesBuilder withPointColor(String pointColor){ method withPointStrokeColor (line 37) | public SeriesBuilder withPointStrokeColor(String pointStrokeColor){ method withData (line 42) | public SeriesBuilder withData(double[] data){ method get (line 47) | public AreaSeries get(){ FILE: dashbuilder/dashbuilder-client/dashbuilder-renderers/dashbuilder-renderer-chartjs/src/main/java/org/dashbuilder/renderer/chartjs/lib/event/AnimationCompleteEvent.java class AnimationCompleteEvent (line 10) | public class AnimationCompleteEvent extends GwtEvent getType(){ method dispatch (line 33) | @Override method fire (line 38) | public static void fire(HasAnimationCompleteHandlers source, Object se... FILE: dashbuilder/dashbuilder-client/dashbuilder-renderers/dashbuilder-renderer-chartjs/src/main/java/org/dashbuilder/renderer/chartjs/lib/event/AnimationCompleteHandler.java type AnimationCompleteHandler (line 8) | public interface AnimationCompleteHandler extends EventHandler{ method onAnimationComplete (line 14) | public void onAnimationComplete(AnimationCompleteEvent event); FILE: dashbuilder/dashbuilder-client/dashbuilder-renderers/dashbuilder-renderer-chartjs/src/main/java/org/dashbuilder/renderer/chartjs/lib/event/DataSelectionEvent.java class DataSelectionEvent (line 15) | public class DataSelectionEvent extends GwtEvent { method DataSelectionEvent (line 22) | protected DataSelectionEvent(Object sender){ method getSender (line 26) | public Object getSender(){ method getAssociatedType (line 30) | @Override method getType (line 35) | public static Type getType(){ method dispatch (line 39) | @Override method fire (line 44) | public static void fire(HasDataSelectionEventHandlers source, Object s... method getSeries (line 61) | public List getSeries(){ FILE: dashbuilder/dashbuilder-client/dashbuilder-renderers/dashbuilder-renderer-chartjs/src/main/java/org/dashbuilder/renderer/chartjs/lib/event/DataSelectionHandler.java type DataSelectionHandler (line 8) | public interface DataSelectionHandler extends EventHandler{ method onDataSelected (line 14) | public void onDataSelected(DataSelectionEvent event); FILE: dashbuilder/dashbuilder-client/dashbuilder-renderers/dashbuilder-renderer-chartjs/src/main/java/org/dashbuilder/renderer/chartjs/lib/event/HasAnimationCompleteHandlers.java type HasAnimationCompleteHandlers (line 8) | public interface HasAnimationCompleteHandlers extends HasHandlers{ method addAnimationCompleteHandler (line 14) | public void addAnimationCompleteHandler(AnimationCompleteHandler handl... FILE: dashbuilder/dashbuilder-client/dashbuilder-renderers/dashbuilder-renderer-chartjs/src/main/java/org/dashbuilder/renderer/chartjs/lib/event/HasDataSelectionEventHandlers.java type HasDataSelectionEventHandlers (line 9) | public interface HasDataSelectionEventHandlers extends HasHandlers{ method addDataSelectionHandler (line 15) | public HandlerRegistration addDataSelectionHandler(DataSelectionHandle... FILE: dashbuilder/dashbuilder-client/dashbuilder-renderers/dashbuilder-renderer-chartjs/src/main/java/org/dashbuilder/renderer/chartjs/lib/options/AnimationCallback.java type AnimationCallback (line 6) | public interface AnimationCallback { method onProgress (line 12) | public void onProgress(double progress); method onAnimationComplete (line 17) | public void onAnimationComplete(); FILE: dashbuilder/dashbuilder-client/dashbuilder-renderers/dashbuilder-renderer-chartjs/src/main/java/org/dashbuilder/renderer/chartjs/lib/options/ChartOption.java class ChartOption (line 8) | public class ChartOption extends JavaScriptObject{ method ChartOption (line 10) | protected ChartOption(){ method get (line 14) | public static ChartOption get(){ method setProperty (line 18) | public final native void setProperty(String key, Object value)/*-{ method clearProperty (line 22) | public final native void clearProperty(String key)/*-{ method appendTo (line 26) | public final native void appendTo(JavaScriptObject parent)/*-{ method setArrayProperty (line 30) | public final native void setArrayProperty(String key, Object[] value)/*-{ FILE: dashbuilder/dashbuilder-client/dashbuilder-renderers/dashbuilder-renderer-chartjs/src/main/java/org/dashbuilder/renderer/chartjs/lib/options/HasAnimation.java type HasAnimation (line 6) | public interface HasAnimation{ method setAnimationEnabled (line 18) | public void setAnimationEnabled(boolean enabled); method setAnimationSteps (line 25) | public void setAnimationSteps(int steps); method setAnimationType (line 32) | public void setAnimationType(Type type); method addAnimationCallback (line 38) | public void addAnimationCallback(AnimationCallback callback); FILE: dashbuilder/dashbuilder-client/dashbuilder-renderers/dashbuilder-renderer-chartjs/src/main/java/org/dashbuilder/renderer/chartjs/lib/options/HasScale.java type HasScale (line 5) | public interface HasScale { method showScale (line 26) | public void showScale(boolean scale); method setScaleOverride (line 31) | public void setScaleOverride(boolean override); method setScaleSteps (line 37) | public void setScaleSteps(int steps); method setScaleStepWidth (line 42) | public void setScaleStepWidth(int width); method setScaleStartValue (line 47) | public void setScaleStartValue(double startValue); method setScaleLineColor (line 52) | public void setScaleLineColor(String color); method setScaleLineWidth (line 57) | public void setScaleLineWidth(int pixelWidth); method setScaleShowLabels (line 62) | public void setScaleShowLabels(boolean showLabels); method setScaleLabel (line 67) | public void setScaleLabel(String template); method setScaleIntegersOnly (line 72) | public void setScaleIntegersOnly(boolean only); method setScaleBeginAtZero (line 77) | public void setScaleBeginAtZero(boolean beginAtZero); method setScaleFontFamily (line 82) | public void setScaleFontFamily(String fontFamily); method setScaleFontSize (line 87) | public void setScaleFontSize(int size); method setScaleFontStyle (line 92) | public void setScaleFontStyle(Style.FontStyle style); method setScaleFontColor (line 97) | public void setScaleFontColor(String color); FILE: dashbuilder/dashbuilder-client/dashbuilder-renderers/dashbuilder-renderer-chartjs/src/main/java/org/dashbuilder/renderer/chartjs/lib/options/HasTooltip.java type HasTooltip (line 9) | public interface HasTooltip { method setTooltipEvents (line 37) | public void setTooltipEvents(Event...events); method setTooltipFillColor (line 45) | public void setTooltipFillColor(String color); method showTooltips (line 53) | public void showTooltips(boolean show); method setTooltipFontFamily (line 59) | public void setTooltipFontFamily(String fontFamily); method setTooltipFontSize (line 65) | public void setTooltipFontSize(int fontSize); method setTooltipFontStyle (line 71) | public void setTooltipFontStyle(Style.FontStyle fontStyle); method setTooltipFontColor (line 78) | public void setTooltipFontColor(String color); method setTooltipTitleFontFamily (line 86) | public void setTooltipTitleFontFamily(String fontFamily); method setTooltipTitleFontSize (line 94) | public void setTooltipTitleFontSize(int size); method setTooltipTitleFontStyle (line 100) | public void setTooltipTitleFontStyle(Style.FontStyle style); method setTooltipTitleFontColor (line 107) | public void setTooltipTitleFontColor(String color); method setTooltipYPadding (line 113) | public void setTooltipYPadding(int padding); method setTooltipXPadding (line 119) | public void setTooltipXPadding(int padding); method setCornerRadius (line 126) | public void setCornerRadius(int radius); method setTooltipCaretSize (line 132) | public void setTooltipCaretSize(int size); method setTooltipXOffset (line 138) | public void setTooltipXOffset(int offset); method setTooltipTemplate (line 144) | public void setTooltipTemplate(String template); method setMultiTooltipTemplate (line 150) | public void setMultiTooltipTemplate(String template); FILE: dashbuilder/dashbuilder-client/dashbuilder-renderers/dashbuilder-renderer-chartjs/src/main/java/org/dashbuilder/renderer/chartjs/lib/options/IsResponsive.java type IsResponsive (line 3) | public interface IsResponsive { method setResponsive (line 8) | public void setResponsive(boolean responsive); method setMaintainAspectRatio (line 10) | public void setMaintainAspectRatio(boolean aspectRatio); FILE: dashbuilder/dashbuilder-client/dashbuilder-renderers/dashbuilder-renderer-chartjs/src/main/java/org/dashbuilder/renderer/chartjs/lib/options/LegendOption.java class LegendOption (line 5) | public class LegendOption extends ChartOption{ method LegendOption (line 7) | protected LegendOption(){ method get (line 11) | public static LegendOption get(){ method setLegendTemplate (line 20) | public final native void setLegendTemplate(String template)/*-{ FILE: dashbuilder/dashbuilder-client/dashbuilder-renderers/dashbuilder-renderer-chartjs/src/main/java/org/dashbuilder/renderer/chartjs/lib/options/Type.java type Type (line 3) | public enum Type { method Type (line 35) | private Type(String value){ method getValue (line 42) | public String getValue(){ FILE: dashbuilder/dashbuilder-client/dashbuilder-renderers/dashbuilder-renderer-chartjs/src/main/java/org/dashbuilder/renderer/chartjs/lib/resources/ChartStyle.java type ChartStyle (line 5) | public interface ChartStyle extends CssResource{ method chart (line 11) | String chart(); method defaultSeries (line 17) | String defaultSeries(); method series1 (line 19) | String series1(); FILE: dashbuilder/dashbuilder-client/dashbuilder-renderers/dashbuilder-renderer-chartjs/src/main/java/org/dashbuilder/renderer/chartjs/lib/resources/Resources.java type Resources (line 9) | public interface Resources extends ClientBundle{ method chartJsSource (line 14) | @Source("js/chart.min.js") method chartStyle (line 20) | @Source("js/chart.css") FILE: dashbuilder/dashbuilder-client/dashbuilder-renderers/dashbuilder-renderer-chartjs/src/main/java/org/dashbuilder/renderer/chartjs/resources/i18n/ChartJsDisplayerConstants.java type ChartJsDisplayerConstants (line 22) | public interface ChartJsDisplayerConstants extends Messages { method common_Categories (line 26) | String common_Categories(); method common_Series (line 28) | String common_Series(); method common_Values (line 30) | String common_Values(); method common_Value (line 32) | String common_Value(); method common_Locations (line 34) | String common_Locations(); method common_Rows (line 36) | String common_Rows(); method common_Columns (line 38) | String common_Columns(); method common_noData (line 40) | String common_noData(); method chartjsDisplayer_resetAnchor (line 42) | String chartjsDisplayer_resetAnchor(); FILE: dashbuilder/dashbuilder-client/dashbuilder-renderers/dashbuilder-renderer-default/src/main/java/org/dashbuilder/renderer/client/DefaultRenderer.java class DefaultRenderer (line 47) | @ApplicationScoped method init (line 55) | @PostConstruct method getUUID (line 60) | @Override method getName (line 65) | @Override method isDefault (line 70) | @Override method getSupportedTypes (line 78) | @Override method getSupportedSubtypes (line 87) | @Override method lookupDisplayer (line 99) | @Override method publishJsFunctions (line 133) | private native void publishJsFunctions() /*-{ method metricDisplayerDoFilter (line 139) | public static void metricDisplayerDoFilter(String displayerId) { method closeDisplayer (line 146) | public static void closeDisplayer(String displayerId) { FILE: dashbuilder/dashbuilder-client/dashbuilder-renderers/dashbuilder-renderer-default/src/main/java/org/dashbuilder/renderer/client/external/ExternalComponentDisplayer.java class ExternalComponentDisplayer (line 48) | @Dependent type View (line 51) | public interface View extends AbstractErraiDisplayer.View getCommonVariableMap() { method asVar (line 336) | protected String asVar(String key) { FILE: dashbuilder/dashbuilder-client/dashbuilder-renderers/dashbuilder-renderer-default/src/main/java/org/dashbuilder/renderer/client/metric/MetricView.java class MetricView (line 30) | @Dependent method init (line 37) | @Override method getUniqueId (line 44) | @Override method clear (line 49) | @Override method setHtml (line 57) | @Override method getNoDataString (line 64) | @Override method eval (line 69) | @Override method getColumnsTitle (line 81) | @Override FILE: dashbuilder/dashbuilder-client/dashbuilder-renderers/dashbuilder-renderer-default/src/main/java/org/dashbuilder/renderer/client/resources/i18n/CommonConstants.java type CommonConstants (line 21) | public interface CommonConstants extends Messages { method error (line 25) | public String error(); method error_settings_unset (line 27) | public String error_settings_unset(); method error_handler_unset (line 29) | public String error_handler_unset(); method error_dataset_notfound (line 31) | public String error_dataset_notfound(); FILE: dashbuilder/dashbuilder-client/dashbuilder-renderers/dashbuilder-renderer-default/src/main/java/org/dashbuilder/renderer/client/resources/i18n/MetricConstants.java type MetricConstants (line 22) | public interface MetricConstants extends Messages { method metricDisplayer_noDataAvailable (line 26) | String metricDisplayer_noDataAvailable(); method metricDisplayer_columnsTitle (line 28) | String metricDisplayer_columnsTitle(); FILE: dashbuilder/dashbuilder-client/dashbuilder-renderers/dashbuilder-renderer-default/src/main/java/org/dashbuilder/renderer/client/resources/i18n/SelectorConstants.java type SelectorConstants (line 22) | public interface SelectorConstants extends Messages { method selectorDisplayer_noDataAvailable (line 26) | String selectorDisplayer_noDataAvailable(); method selectorDisplayer_groupsTitle (line 28) | String selectorDisplayer_groupsTitle(); method selectorDisplayer_columnsTitle (line 30) | String selectorDisplayer_columnsTitle(); method selectorDisplayer_select (line 32) | String selectorDisplayer_select(); method selectorDisplayer_reset (line 34) | String selectorDisplayer_reset(); method selectorDisplayer_clearAll (line 36) | String selectorDisplayer_clearAll(); FILE: dashbuilder/dashbuilder-client/dashbuilder-renderers/dashbuilder-renderer-default/src/main/java/org/dashbuilder/renderer/client/resources/i18n/SliderConstants.java type SliderConstants (line 22) | public interface SliderConstants extends Messages { method sliderTooltip (line 26) | String sliderTooltip(String from, String to); method sliderColumnName (line 28) | String sliderColumnName(); method textColumnsNotSupported (line 30) | String textColumnsNotSupported(); FILE: dashbuilder/dashbuilder-client/dashbuilder-renderers/dashbuilder-renderer-default/src/main/java/org/dashbuilder/renderer/client/resources/i18n/TableConstants.java type TableConstants (line 22) | public interface TableConstants extends Messages { method tableDisplayer_noDataAvailable (line 26) | String tableDisplayer_noDataAvailable(); method tableDisplayer_groupsTitle (line 28) | String tableDisplayer_groupsTitle(); method tableDisplayer_columnsTitle (line 30) | String tableDisplayer_columnsTitle(); method tableDisplayer_export_to_csv (line 32) | String tableDisplayer_export_to_csv(); method tableDisplayer_export_to_xls (line 34) | String tableDisplayer_export_to_xls(); method tableDisplayer_reset (line 36) | String tableDisplayer_reset(); method tableDisplayer_export_no_data (line 38) | String tableDisplayer_export_no_data(); method tableDisplayer_export_too_many_rows (line 40) | String tableDisplayer_export_too_many_rows(int rowNum, int limit); FILE: dashbuilder/dashbuilder-client/dashbuilder-renderers/dashbuilder-renderer-default/src/main/java/org/dashbuilder/renderer/client/selector/AbstractSelectorItemPresenter.java class AbstractSelectorItemPresenter (line 20) | public abstract class AbstractSelectorItemPresenter implements SelectorI... method init (line 27) | public void init(int id, String value, String descr) { method getId (line 34) | public int getId() { method isSelected (line 38) | public boolean isSelected() { method setOnSelectCommand (line 42) | public void setOnSelectCommand(Command onSelectCommand) { method setOnResetCommand (line 46) | public void setOnResetCommand(Command onResetCommand) { method select (line 50) | public void select() { method reset (line 55) | public void reset() { method onItemClick (line 62) | public void onItemClick() { FILE: dashbuilder/dashbuilder-client/dashbuilder-renderers/dashbuilder-renderer-default/src/main/java/org/dashbuilder/renderer/client/selector/SelectorDisplayer.java class SelectorDisplayer (line 33) | @Dependent type View (line 36) | public interface View extends AbstractGwtDisplayer.View currentFilter) { method formatItemList (line 276) | public String formatItemList(List itemList) { method formatItemList (line 286) | public String formatItemList(List itemList, int maxWidth) { method onResetSelections (line 316) | void onResetSelections() { FILE: dashbuilder/dashbuilder-client/dashbuilder-renderers/dashbuilder-renderer-default/src/main/java/org/dashbuilder/renderer/client/selector/SelectorDropDownDisplayerView.java class SelectorDropDownDisplayerView (line 34) | @Templated method init (line 70) | @Override method showTitle (line 76) | @Override method margins (line 81) | @Override method setWidth (line 89) | @Override method showSelectHint (line 104) | @Override method showResetHint (line 111) | @Override method showCurrentSelection (line 120) | @Override method clearItems (line 126) | @Override method addItem (line 131) | @Override method getGroupsTitle (line 136) | @Override method getColumnsTitle (line 141) | @Override method onResetClicked (line 146) | @EventHandler("resetAnchor") FILE: dashbuilder/dashbuilder-client/dashbuilder-renderers/dashbuilder-renderer-default/src/main/java/org/dashbuilder/renderer/client/selector/SelectorDropDownItem.java class SelectorDropDownItem (line 21) | @Dependent type View (line 24) | public interface View extends SelectorItemView { method setSelectionIconVisible (line 26) | void setSelectionIconVisible(boolean visible); method SelectorDropDownItem (line 31) | @Inject method getView (line 37) | @Override method setSelectionIconVisible (line 42) | public void setSelectionIconVisible(boolean selectionIconVisible) { FILE: dashbuilder/dashbuilder-client/dashbuilder-renderers/dashbuilder-renderer-default/src/main/java/org/dashbuilder/renderer/client/selector/SelectorDropDownItemView.java class SelectorDropDownItemView (line 29) | @Templated method init (line 51) | @Override method setValue (line 56) | @Override method setDescription (line 61) | @Override method select (line 66) | @Override method reset (line 74) | @Override method setSelectionIconVisible (line 80) | @Override method onItemClick (line 88) | @EventHandler("itemAnchor") FILE: dashbuilder/dashbuilder-client/dashbuilder-renderers/dashbuilder-renderer-default/src/main/java/org/dashbuilder/renderer/client/selector/SelectorItemPresenter.java type SelectorItemPresenter (line 20) | public interface SelectorItemPresenter { method init (line 22) | void init(int id, String value, String descr); method getId (line 24) | int getId(); method isSelected (line 26) | boolean isSelected(); method setOnSelectCommand (line 28) | void setOnSelectCommand(Command onSelectCommand); method setOnResetCommand (line 30) | void setOnResetCommand(Command onResetCommand); method select (line 32) | void select(); method reset (line 34) | void reset(); method getView (line 36) | SelectorItemView getView(); FILE: dashbuilder/dashbuilder-client/dashbuilder-renderers/dashbuilder-renderer-default/src/main/java/org/dashbuilder/renderer/client/selector/SelectorItemView.java type SelectorItemView (line 20) | public interface SelectorItemView

exten... method setValue (line 22) | void setValue(String value); method setDescription (line 24) | void setDescription(String description); method select (line 26) | void select(); method reset (line 28) | void reset(); FILE: dashbuilder/dashbuilder-client/dashbuilder-renderers/dashbuilder-renderer-default/src/main/java/org/dashbuilder/renderer/client/selector/SelectorLabelItem.java class SelectorLabelItem (line 21) | @Dependent type View (line 24) | public interface View extends SelectorItemView { method setWidth (line 26) | void setWidth(int percentage); method SelectorLabelItem (line 31) | @Inject method getView (line 37) | @Override method setWidth (line 42) | public void setWidth(int percentage) { FILE: dashbuilder/dashbuilder-client/dashbuilder-renderers/dashbuilder-renderer-default/src/main/java/org/dashbuilder/renderer/client/selector/SelectorLabelItemView.java class SelectorLabelItemView (line 28) | @Templated method init (line 37) | @Override method setValue (line 42) | @Override method setDescription (line 49) | @Override method setWidth (line 54) | @Override method select (line 66) | @Override method reset (line 71) | @Override method onItemClick (line 76) | @EventHandler("item") FILE: dashbuilder/dashbuilder-client/dashbuilder-renderers/dashbuilder-renderer-default/src/main/java/org/dashbuilder/renderer/client/selector/SelectorLabelSetDisplayer.java class SelectorLabelSetDisplayer (line 38) | @Dependent type View (line 41) | public interface View extends AbstractErraiDisplayer.View { method getGroupsTitle (line 54) | String getGroupsTitle(); method getColumnsTitle (line 56) | String getColumnsTitle(); method showTitle (line 58) | void showTitle(String title); method createTable (line 60) | void createTable(int pageSize, FilterLabelSet widget); method redrawTable (line 62) | void redrawTable(); method setWidth (line 64) | void setWidth(int width); method fullWidth (line 66) | void fullWidth(); method setSortEnabled (line 68) | void setSortEnabled(boolean enabled); method setTotalRows (line 70) | void setTotalRows(int rows, boolean isExact); method setPagerEnabled (line 72) | void setPagerEnabled(boolean enabled); method setColumnPickerEnabled (line 74) | void setColumnPickerEnabled(boolean enabled); method setExportToCsvEnabled (line 76) | void setExportToCsvEnabled(boolean enabled); method setExportToXlsEnabled (line 78) | void setExportToXlsEnabled(boolean enabled); method addColumn (line 80) | void addColumn(ColumnType columnType, String columnId, String column... method gotoFirstPage (line 82) | void gotoFirstPage(); method getLastOffset (line 84) | int getLastOffset(); method getPageSize (line 86) | int getPageSize(); method exportNoData (line 88) | void exportNoData(); method exportTooManyRows (line 90) | void exportTooManyRows(int rowNum, int limit); method exportFileUrl (line 92) | void exportFileUrl(String url); method TableDisplayer (line 105) | @Inject method getView (line 113) | @Override method getFilterLabelSet (line 118) | public FilterLabelSet getFilterLabelSet() { method getTotalRows (line 122) | public int getTotalRows() { method getLastOrderedColumn (line 126) | public String getLastOrderedColumn() { method getLastSortOrder (line 130) | public SortOrder getLastSortOrder() { method getSelectedCellColumn (line 134) | public String getSelectedCellColumn() { method getSelectedCellRow (line 138) | public Integer getSelectedCellRow() { method getExportRowNumMax (line 142) | public int getExportRowNumMax() { method setExportRowNumMax (line 146) | public void setExportRowNumMax(int exportRowNumMax) { method addOnCellSelectedCommand (line 150) | public void addOnCellSelectedCommand(Command onCellSelectedCommand) { method createDisplayerConstraints (line 154) | @Override method beforeDataSetLookup (line 176) | @Override method getPageSize (line 194) | protected int getPageSize() { method afterDataSetLookup (line 198) | @Override method createVisualization (line 204) | @Override method isTotalRowsExact (line 246) | protected boolean isTotalRowsExact(DataSet dataSet, method isPagerEnabled (line 251) | protected boolean isPagerEnabled(DataSet dataSet, method isRemoteProvider (line 256) | protected boolean isRemoteProvider(DataSet dataSet) { method updateVisualization (line 261) | @Override method updateFilterStatus (line 270) | protected void updateFilterStatus() { method sortBy (line 287) | public void sortBy(String column, SortOrder order) { method selectCell (line 295) | public void selectCell(String columnId, int rowIndex) { method filterReset (line 310) | @Override method filterReset (line 319) | @Override method lookupCurrentPage (line 327) | public void lookupCurrentPage(final Callback callback) { method export (line 354) | public void export(ExportFormat format) { method onFilterLabelRemoved (line 381) | void onFilterLabelRemoved(String columnId, int row) { method onFilterClearAll (line 391) | void onFilterClearAll() { method onFilterEnabled (line 403) | @Override method onFilterEnabled (line 409) | @Override method onFilterReset (line 415) | @Override method onFilterReset (line 421) | @Override FILE: dashbuilder/dashbuilder-client/dashbuilder-renderers/dashbuilder-renderer-default/src/main/java/org/dashbuilder/renderer/client/table/TableDisplayerView.java class TableDisplayerView (line 54) | public class TableDisplayerView extends AbstractGwtDisplayerView createColumn(ColumnType type, class DataColumnCell (line 239) | protected class DataColumnCell extends TextCell { method DataColumnCell (line 244) | DataColumnCell(String columnId, boolean selectable) { method getConsumedEvents (line 249) | @Override method onBrowserEvent (line 259) | @Override class TableProvider (line 286) | protected class TableProvider extends AsyncDataProvider { method getCurrentPageRows (line 291) | protected List getCurrentPageRows(HasData display) { method gotoFirstPage (line 301) | public void gotoFirstPage() { method addDataDisplay (line 317) | public void addDataDisplay(HasData display) { method onRangeChanged (line 329) | protected void onRangeChanged(final HasData display) { FILE: dashbuilder/dashbuilder-client/dashbuilder-renderers/dashbuilder-renderer-default/src/test/java/org/dashbuilder/renderer/client/external/ExternalComponentDisplayerTest.java class ExternalComponentDisplayerTest (line 34) | public class ExternalComponentDisplayerTest extends AbstractDisplayerTest { method testBuildData (line 36) | @Test FILE: dashbuilder/dashbuilder-client/dashbuilder-renderers/dashbuilder-renderer-default/src/test/java/org/dashbuilder/renderer/client/metric/MetricDisplayerTest.java class MetricDisplayerTest (line 35) | @RunWith(MockitoJUnitRunner.Silent.class) method createMetricDisplayer (line 61) | public MetricDisplayer createMetricDisplayer(DisplayerSettings setting... method setUp (line 67) | @Before method testDraw (line 72) | @Test method testDefaultTemplates (line 99) | @Test method testNoData (line 113) | @Test method testNoFilter (line 139) | @Test method testSwitchOnFilter (line 158) | @Test method testSwitchOffFilter (line 178) | @Test method testFilterOn (line 199) | @Test method testFilterOff (line 224) | @Test FILE: dashbuilder/dashbuilder-client/dashbuilder-renderers/dashbuilder-renderer-default/src/test/java/org/dashbuilder/renderer/client/selector/SelectorCoordinatorTest.java class SelectorCoordinatorTest (line 43) | @RunWith(MockitoJUnitRunner.Silent.class) method createLabelSetDisplayer (line 135) | public SelectorLabelSetDisplayer createLabelSetDisplayer(DisplayerSett... method createSliderDisplayer (line 139) | public SelectorSliderDisplayer createSliderDisplayer(DisplayerSettings... method createDropDownDisplayer (line 143) | public SelectorDropDownDisplayer createDropDownDisplayer(DisplayerSett... method init (line 147) | @Before method testDrawAll (line 169) | @Test method testFilterPropagations (line 176) | @Test method testTwoDateFilters (line 191) | @Test method testSliderDateKeepsSelection (line 213) | @Test method testMinMaxNumberSliderEquals (line 240) | @Test method testSelectedDropDownItems (line 260) | @Test FILE: dashbuilder/dashbuilder-client/dashbuilder-renderers/dashbuilder-renderer-default/src/test/java/org/dashbuilder/renderer/client/selector/SelectorDisplayerTest.java class SelectorDisplayerTest (line 35) | @RunWith(MockitoJUnitRunner.Silent.class) method createSelectorDisplayer (line 38) | public SelectorDisplayer createSelectorDisplayer(DisplayerSettings set... method testDraw (line 42) | @Test method testNoData (line 63) | @Test method testNullNotShown (line 82) | @Test method testSelectDisabled (line 105) | @Test method testSelectItem (line 136) | @Test method testDrillDown (line 172) | @Test method testNullEntries (line 204) | @Test FILE: dashbuilder/dashbuilder-client/dashbuilder-renderers/dashbuilder-renderer-default/src/test/java/org/dashbuilder/renderer/client/selector/SelectorDropDownDisplayerTest.java class SelectorDropDownDisplayerTest (line 45) | @RunWith(MockitoJUnitRunner.Silent.class) method createSelectorDisplayer (line 57) | public SelectorDropDownDisplayer createSelectorDisplayer(DisplayerSett... method setUp (line 61) | @Before method testDraw (line 67) | @Test method testNoData (line 93) | @Test method testNullNotShown (line 113) | @Test method testSelectDisabled (line 136) | @Test method testSelectItem (line 166) | @Test method testMultipleSelect (line 205) | @Test method testFormatItemList (line 254) | @Test method testDrillDown (line 287) | @Test method testNullEntries (line 319) | @Test method testSortFixedMonthDefault (line 358) | @Test method testSortFixedFirstMonth (line 374) | @Test method testSortFixedDayOfWeekDefault (line 390) | @Test method testSortFixedFirstDayOfWeek (line 406) | @Test method testSortFixedHour (line 422) | @Test method testSortFixedMinute (line 438) | @Test method testSortFixedSecond (line 454) | @Test FILE: dashbuilder/dashbuilder-client/dashbuilder-renderers/dashbuilder-renderer-default/src/test/java/org/dashbuilder/renderer/client/selector/SelectorLabelSetDisplayerTest.java class SelectorLabelSetDisplayerTest (line 44) | @RunWith(MockitoJUnitRunner.Silent.class) method createSelectorDisplayer (line 56) | public SelectorLabelSetDisplayer createSelectorDisplayer(DisplayerSett... method setUp (line 60) | @Before method testDraw (line 66) | @Test method testNoData (line 89) | @Test method testNullNotShown (line 107) | @Test method testSelectDisabled (line 130) | @Test method testSelectItem (line 158) | @Test method testMultipleSelect (line 194) | @Test method testDrillDown (line 235) | @Test method testNullEntries (line 265) | @Test method testSortFixedMonthDefault (line 305) | @Test method testSortFixedFirstMonth (line 321) | @Test method testSortFixedDayOfWeekDefault (line 337) | @Test method testSortFixedFirstDayOfWeek (line 353) | @Test method testSortFixedHour (line 369) | @Test method testSortFixedMinute (line 385) | @Test method testSortFixedSecond (line 401) | @Test FILE: dashbuilder/dashbuilder-client/dashbuilder-renderers/dashbuilder-renderer-default/src/test/java/org/dashbuilder/renderer/client/selector/SelectorSliderDisplayerTest.java class SelectorSliderDisplayerTest (line 41) | @RunWith(MockitoJUnitRunner.Silent.class) method createSelectorDisplayer (line 74) | public SelectorSliderDisplayer createSelectorDisplayer(DisplayerSettin... method testDateSelector (line 79) | @Test method testNumberSelector (line 98) | @Test method testNoData (line 117) | @Test method testSelectDisabled (line 133) | @Test method testDateRangeSelection (line 153) | @Test method testNumberRangeSelection (line 190) | @Test method testIgnoreNullDates (line 227) | @Test method testIgnoreNullNumbers (line 242) | @Test method testDateAllNullNoData (line 256) | @Test method testNumberAllNullNoData (line 267) | @Test method testOnMinDateEditorChanged (line 278) | @Test method testOnMaxDateEditorChanged (line 295) | @Test FILE: dashbuilder/dashbuilder-client/dashbuilder-renderers/dashbuilder-renderer-default/src/test/java/org/dashbuilder/renderer/client/table/TableDisplayerTest.java class TableDisplayerTest (line 45) | @RunWith(MockitoJUnitRunner.Silent.class) method createTableDisplayer (line 48) | public TableDisplayer createTableDisplayer(DisplayerSettings settings) { method resetFilterLabelSet (line 61) | public void resetFilterLabelSet(FilterLabelSet filterLabelSet) { method testTableDraw (line 66) | @Test method testEmptyTableDraw (line 100) | @Test method testTableSort (line 124) | @Test method testSelectCellDisabled (line 160) | @Test method testSelectCellNoDrillDown (line 190) | @Test method testSelectCellDrillDown (line 220) | @Test method testSelectCellReset (line 252) | @Test method testSelectCellCommands (line 285) | @Test method testFormatEmpty (line 309) | @Test method test_DASHBUILDE_20_Fix (line 328) | @Test method testIsTotalRowsExactSQL (line 352) | @Test method testIsTotalRowsExactRemote (line 369) | @Test method testIsPagerEnabledRemote (line 386) | @Test method testIsPagerEnabledSQL (line 403) | @Test method testIsRemoteProvider (line 423) | @Test method testPageSize (line 444) | @Test FILE: dashbuilder/dashbuilder-client/dashbuilder-renderers/dashbuilder-renderer-default/src/test/java/org/dashbuilder/renderer/client/table/TableDisplayerViewTest.java class TableDisplayerViewTest (line 37) | @RunWith(GwtMockitoTestRunner.class) method testCreateTable (line 47) | @Test method testCreateTableUsingHorizontalPanel (line 58) | @Test method testCurrentPageForNextPageWithoutTotalCount (line 71) | @Test method testCurrentPageForNextPageWithTotalCount (line 79) | @Test method testCurrentPageForNextPageWithoutRows (line 87) | @Test method testCurrentPage (line 95) | @Test FILE: dashbuilder/dashbuilder-client/dashbuilder-renderers/dashbuilder-renderer-google/src/main/java/org/dashbuilder/renderer/google/client/GoogleAreaChartDisplayer.java class GoogleAreaChartDisplayer (line 29) | @Dependent type View (line 32) | public interface View extends GoogleCategoriesDisplayer.View extends Goo... method setFilterEnabled (line 26) | void setFilterEnabled(boolean filterEnabled); method setBgColor (line 28) | void setBgColor(String bgColor); method setShowXLabels (line 30) | void setShowXLabels(boolean showXLabels); method setShowYLabels (line 32) | void setShowYLabels(boolean showYLabels); method setXAxisTitle (line 34) | void setXAxisTitle(String xAxisTitle); method setXAxisAngle (line 36) | void setXAxisAngle(int xAxisAngle); method setYAxisTitle (line 38) | void setYAxisTitle(String yAxisTitle); method setColors (line 40) | void setColors(String[] colors); method setAnimationOn (line 42) | void setAnimationOn(boolean animationOn); method setAnimationDuration (line 44) | void setAnimationDuration(int animationDuration); method createChart (line 46) | void createChart(); method nodata (line 48) | void nodata(); method drawChart (line 50) | void drawChart(); method GoogleCategoriesDisplayer (line 59) | public GoogleCategoriesDisplayer(FilterLabelSet filterLabelSet) { method createColorArray (line 63) | protected String[] createColorArray() { method createVisualization (line 80) | @Override method updateVisualization (line 97) | @Override method drawChart (line 103) | protected void drawChart() { method onCategorySelected (line 115) | public void onCategorySelected(String columnId, int row) { FILE: dashbuilder/dashbuilder-client/dashbuilder-renderers/dashbuilder-renderer-google/src/main/java/org/dashbuilder/renderer/google/client/GoogleCategoriesDisplayerView.java class GoogleCategoriesDisplayerView (line 33) | public abstract class GoogleCategoriesDisplayerView

extends GoogleDi... method setWidth (line 29) | void setWidth(int width); method setHeight (line 31) | void setHeight(int height); method setMarginTop (line 33) | void setMarginTop(int marginTop); method setMarginBottom (line 35) | void setMarginBottom(int marginBottom); method setMarginRight (line 37) | void setMarginRight(int marginRight); method setMarginLeft (line 39) | void setMarginLeft(int marginLeft); method setLegendPosition (line 41) | void setLegendPosition(Position position); method setSubType (line 43) | void setSubType(DisplayerSubType subType); method GoogleChartDisplayer (line 46) | public GoogleChartDisplayer(FilterLabelSet filterLabelSet) { method createVisualization (line 50) | @Override FILE: dashbuilder/dashbuilder-client/dashbuilder-renderers/dashbuilder-renderer-google/src/main/java/org/dashbuilder/renderer/google/client/GoogleChartDisplayerView.java class GoogleChartDisplayerView (line 27) | public abstract class GoogleChartDisplayerView

ex... type View (line 32) | public interface View

extends AbstractGwtDi... method draw (line 34) | void draw(); method dataClear (line 36) | void dataClear(); method dataRowCount (line 38) | void dataRowCount(int rowCount); method dataAddColumn (line 40) | void dataAddColumn(ColumnType type, String id, String name); method dataSetValue (line 42) | void dataSetValue(int row, int column, Date value); method dataSetValue (line 44) | void dataSetValue(int row, int column, double value); method dataSetValue (line 46) | void dataSetValue(int row, int column, String value); method dataFormatDateColumn (line 48) | void dataFormatDateColumn(String pattern, int column); method dataFormatNumberColumn (line 50) | void dataFormatNumberColumn(String pattern, int column); method getGroupsTitle (line 52) | String getGroupsTitle(); method getColumnsTitle (line 54) | String getColumnsTitle(); method showTitle (line 56) | void showTitle(String title); method setFilterLabelSet (line 58) | void setFilterLabelSet(FilterLabelSet widget); method GoogleDisplayer (line 63) | public GoogleDisplayer(FilterLabelSet filterLabelSet) { method getFilterLabelSet (line 68) | public FilterLabelSet getFilterLabelSet() { method draw (line 75) | @Override method ready (line 83) | public void ready() { method createVisualization (line 87) | @Override method updateFilterStatus (line 95) | protected void updateFilterStatus() { method pushDataToView (line 114) | public void pushDataToView() { method onFilterLabelRemoved (line 167) | void onFilterLabelRemoved(String columnId, int row) { method onFilterClearAll (line 177) | void onFilterClearAll() { FILE: dashbuilder/dashbuilder-client/dashbuilder-renderers/dashbuilder-renderer-google/src/main/java/org/dashbuilder/renderer/google/client/GoogleDisplayerView.java class GoogleDisplayerView (line 40) | public abstract class GoogleDisplayerView

method setRenderer (line 51) | public void setRenderer(GoogleRenderer googleRenderer) { method getDataTable (line 55) | public DataTable getDataTable() { method showDisplayer (line 59) | public void showDisplayer(Widget w) { method init (line 64) | @Override method draw (line 79) | @Override method dataClear (line 91) | @Override method dataRowCount (line 96) | @Override method dataAddColumn (line 101) | @Override method dataSetValue (line 106) | @Override method dataSetValue (line 111) | @Override method dataSetValue (line 116) | @Override method dataFormatDateColumn (line 121) | @Override method dataFormatNumberColumn (line 129) | @Override method getGroupsTitle (line 137) | @Override method getColumnsTitle (line 142) | @Override method showTitle (line 147) | @Override method setFilterLabelSet (line 152) | @Override method getColumnType (line 161) | public com.googlecode.gwt.charts.client.ColumnType getColumnType(Colum... FILE: dashbuilder/dashbuilder-client/dashbuilder-renderers/dashbuilder-renderer-google/src/main/java/org/dashbuilder/renderer/google/client/GoogleLegendWrapper.java class GoogleLegendWrapper (line 24) | public class GoogleLegendWrapper extends Legend { method create (line 26) | public static GoogleLegendWrapper create() { method GoogleLegendWrapper (line 30) | protected GoogleLegendWrapper() { method setLegendPosition (line 33) | public final void setLegendPosition(String alignment) { FILE: dashbuilder/dashbuilder-client/dashbuilder-renderers/dashbuilder-renderer-google/src/main/java/org/dashbuilder/renderer/google/client/GoogleLineChartDisplayer.java class GoogleLineChartDisplayer (line 28) | @Dependent type View (line 31) | public interface View extends GoogleCategoriesDisplayer.View displayerList) { method isOffline (line 179) | @Override FILE: dashbuilder/dashbuilder-client/dashbuilder-renderers/dashbuilder-renderer-google/src/main/java/org/dashbuilder/renderer/google/client/GoogleTableDisplayer.java class GoogleTableDisplayer (line 34) | @Dependent type View (line 37) | public interface View extends GoogleDisplayer.View slices) { method setSliceVisibilityThreshold (line 113) | public final void setSliceVisibilityThreshold( method setTitle (line 118) | public final void setTitle(String title) { method setTitleTextStyle (line 122) | public final void setTitleTextStyle(TextStyle textStyle) { method setTooltip (line 126) | public final void setTooltip(PieChartTooltip tooltip) { method setHole (line 130) | public void setHole(double d) { method setHole (line 134) | private final native void setHole(PieChartOptions chartOptions, double... FILE: dashbuilder/dashbuilder-client/dashbuilder-renderers/dashbuilder-renderer-google/src/main/java/org/dashbuilder/renderer/google/client/resources/i18n/GoogleDisplayerConstants.java type GoogleDisplayerConstants (line 22) | public interface GoogleDisplayerConstants extends Messages { method common_Categories (line 26) | String common_Categories(); method common_Series (line 28) | String common_Series(); method common_Values (line 30) | String common_Values(); method common_Value (line 32) | String common_Value(); method common_Locations (line 34) | String common_Locations(); method common_Rows (line 36) | String common_Rows(); method common_Columns (line 38) | String common_Columns(); method common_noData (line 40) | String common_noData(); method googleDisplayer_resetAnchor (line 42) | String googleDisplayer_resetAnchor(); method googleBubbleDisplayer_XAxis (line 44) | String googleBubbleDisplayer_XAxis(); method googleBubbleDisplayer_YAxis (line 46) | String googleBubbleDisplayer_YAxis(); method googleBubbleDisplayer_BubbleColor (line 48) | String googleBubbleDisplayer_BubbleColor(); method googleBubbleDisplayer_BubbleSize (line 50) | String googleBubbleDisplayer_BubbleSize(); method googleTableDisplayer_gotoFirstPage (line 52) | String googleTableDisplayer_gotoFirstPage(); method googleTableDisplayer_gotoPreviousPage (line 54) | String googleTableDisplayer_gotoPreviousPage(); method googleTableDisplayer_gotoNextPage (line 56) | String googleTableDisplayer_gotoNextPage(); method googleTableDisplayer_gotoLastPage (line 58) | String googleTableDisplayer_gotoLastPage(); method googleTableDisplayer_pages (line 60) | String googleTableDisplayer_pages( String leftMostPageNumber, String r... method googleTableDisplayer_rows (line 62) | String googleTableDisplayer_rows( String from, String to, String total... FILE: dashbuilder/dashbuilder-client/dashbuilder-renderers/dashbuilder-renderer-google/src/test/java/org/dashbuilder/renderer/google/client/GoogleDisplayerDataTest.java class GoogleDisplayerDataTest (line 31) | @RunWith(MockitoJUnitRunner.Silent.class) method testDataPush (line 51) | @Test method testNoData (line 69) | @Test FILE: dashbuilder/dashbuilder-client/dashbuilder-renderers/dashbuilder-renderer-google/src/test/java/org/dashbuilder/renderer/google/client/GoogleDisplayerDrawTest.java class GoogleDisplayerDrawTest (line 31) | @RunWith(MockitoJUnitRunner.Silent.class) method testGeneralSettings (line 34) | @Test method testBarChartDraw (line 81) | @Test FILE: dashbuilder/dashbuilder-client/dashbuilder-renderers/dashbuilder-renderer-google/src/test/java/org/dashbuilder/renderer/google/client/GoogleDisplayerFilterTest.java class GoogleDisplayerFilterTest (line 31) | @RunWith(MockitoJUnitRunner.Silent.class) method resetFilterLabelSet (line 46) | public void resetFilterLabelSet(FilterLabelSet filterLabelSet) { method testFilter (line 51) | @Test FILE: dashbuilder/dashbuilder-client/dashbuilder-renderers/dashbuilder-renderer-google/src/test/java/org/dashbuilder/renderer/google/client/GoogleDisplayerTest.java class GoogleDisplayerTest (line 23) | public abstract class GoogleDisplayerTest extends AbstractDisplayerTest { method createBarChartDisplayer (line 25) | public GoogleBarChartDisplayer createBarChartDisplayer(DisplayerSettin... method createTableDisplayer (line 29) | public GoogleTableDisplayer createTableDisplayer(DisplayerSettings set... FILE: dashbuilder/dashbuilder-client/dashbuilder-renderers/dashbuilder-renderer-google/src/test/java/org/dashbuilder/renderer/google/client/GoogleTableDisplayerTest.java class GoogleTableDisplayerTest (line 29) | @RunWith(MockitoJUnitRunner.Silent.class) method testTableDraw (line 32) | @Test method testEmptyTableDraw (line 56) | @Test method testTablePager (line 76) | @Test method testTableSort (line 116) | @Test FILE: dashbuilder/dashbuilder-client/dashbuilder-widgets/src/main/java/org/dashbuilder/client/widgets/common/ClientRuntimeErrorPopupPresenter.java class ClientRuntimeErrorPopupPresenter (line 15) | @ApplicationScoped method ClientRuntimeErrorPopupPresenter (line 19) | @Inject method showMessage (line 29) | public void showMessage( final ClientRuntimeError error) { FILE: dashbuilder/dashbuilder-client/dashbuilder-widgets/src/main/java/org/dashbuilder/client/widgets/common/DataSetEditorPlugin.java type DataSetEditorPlugin (line 23) | public interface DataSetEditorPlugin { method getTypeSelectorTitle (line 25) | String getTypeSelectorTitle(); method getTypeSelectorText (line 27) | String getTypeSelectorText(); method getTypeSelectorImageUri (line 29) | SafeUri getTypeSelectorImageUri(); method getProviderType (line 31) | DataSetProviderType getProviderType(); method getBasicAttributesWorkflowClass (line 33) | Class getBasicAttributesWorkflowClass(); method getWorkflowClass (line 35) | Class getWorkflowClass(); FILE: dashbuilder/dashbuilder-client/dashbuilder-widgets/src/main/java/org/dashbuilder/client/widgets/common/LoadingBox.java class LoadingBox (line 13) | @ApplicationScoped type View (line 16) | public interface View { method show (line 17) | void show(String message); method close (line 18) | void close(); method LoadingBox (line 23) | public LoadingBox() { method LoadingBox (line 26) | @Inject method show (line 31) | public void show() { method hide (line 35) | public void hide() { FILE: dashbuilder/dashbuilder-client/dashbuilder-widgets/src/main/java/org/dashbuilder/client/widgets/common/LoadingBoxView.java class LoadingBoxView (line 10) | public class LoadingBoxView implements LoadingBox.View { method show (line 12) | @Override method close (line 17) | @Override FILE: dashbuilder/dashbuilder-client/dashbuilder-widgets/src/main/java/org/dashbuilder/client/widgets/dataset/editor/DataSetDefColumnsFilterEditor.java class DataSetDefColumnsFilterEditor (line 46) | @Dependent type View (line 50) | public interface View extends UberView { method initWidgets (line 55) | void initWidgets(IsWidget columnsEditorView, method setMaxHeight (line 58) | void setMaxHeight(final String maxHeight); method DataSetDefColumnsFilterEditor (line 65) | @Inject method init (line 74) | @PostConstruct method asWidget (line 81) | @Override method setMaxHeight (line 86) | public void setMaxHeight(final String maxHeight) { method columnListEditor (line 94) | @Override method dataSetFilter (line 99) | @Override method setAcceptableValues (line 104) | @Override method flush (line 109) | @Override method onPropertyChange (line 114) | @Override method setValue (line 119) | @Override method setDelegate (line 127) | @Override method updateColumnsRestrictedByFilter (line 132) | private void updateColumnsRestrictedByFilter(final DataSetFilter oldFi... method getFilterColumnIds (line 155) | private List getFilterColumnIds(final DataSetFilter filter) { method onFilterChangedEvent (line 173) | void onFilterChangedEvent(@Observes FilterChangedEvent filterChangedEv... FILE: dashbuilder/dashbuilder-client/dashbuilder-widgets/src/main/java/org/dashbuilder/client/widgets/dataset/editor/DataSetDefColumnsFilterEditorView.java class DataSetDefColumnsFilterEditorView (line 20) | @Dependent type Binder (line 25) | interface Binder extends UiBinder { method setWidget (line 43) | View setWidget(IsWidget filterView); method DataSetDefFilterEditor (line 51) | @Inject method init (line 59) | @Override method asWidget (line 65) | @Override method flush (line 74) | @Override method onPropertyChange (line 79) | @Override method setValue (line 84) | @Override method setDelegate (line 89) | @Override method onValueChanged (line 94) | void onValueChanged(@Observes DataSetFilterChangedEvent event) { FILE: dashbuilder/dashbuilder-client/dashbuilder-widgets/src/main/java/org/dashbuilder/client/widgets/dataset/editor/DataSetDefFilterEditorView.java class DataSetDefFilterEditorView (line 19) | @Dependent type Binder (line 22) | interface Binder extends UiBinder { method init (line 31) | @Override method setWidget (line 37) | @Override FILE: dashbuilder/dashbuilder-client/dashbuilder-widgets/src/main/java/org/dashbuilder/client/widgets/dataset/editor/DataSetDefPreviewTable.java class DataSetDefPreviewTable (line 48) | @Dependent type View (line 51) | public interface View extends UberView { method setDisplayer (line 53) | View setDisplayer(IsWidget widget); method clear (line 55) | View clear(); method DataSetDefPreviewTable (line 64) | @Inject method init (line 73) | @PostConstruct method asWidget (line 78) | @Override method show (line 83) | public void show(final DataSetDef dataSetDef, final Collection { method DataSetDefPreviewTableView (line 32) | @UiConstructor method init (line 41) | @Override method setDisplayer (line 46) | @Override method clear (line 52) | @Override FILE: dashbuilder/dashbuilder-client/dashbuilder-widgets/src/main/java/org/dashbuilder/client/widgets/dataset/editor/DataSetDefProviderTypeEditor.java class DataSetDefProviderTypeEditor (line 57) | @Dependent type View (line 61) | public interface View extends UberView { method initWidgets (line 66) | void initWidgets(IsWidget listEditorView); method DataSetDefProviderTypeEditor (line 74) | @Inject method init (line 85) | @PostConstruct method asWidget (line 95) | @Override method onItemClicked (line 100) | void onItemClicked(@Observes ValueChangeEvent eve... method showErrors (line 113) | @Override method provider (line 118) | @Override method getDefaultEntries (line 128) | protected Collection.Entry> getDe... method getTypeSelectorTitle (line 159) | String getTypeSelectorTitle(final DataSetProviderType type) { method getTypeSelectorText (line 178) | String getTypeSelectorText(final DataSetProviderType type) { method getTypeSelectorImageUri (line 197) | SafeUri getTypeSelectorImageUri(final DataSetProviderType type) { FILE: dashbuilder/dashbuilder-client/dashbuilder-widgets/src/main/java/org/dashbuilder/client/widgets/dataset/editor/DataSetDefProviderTypeEditorView.java class DataSetDefProviderTypeEditorView (line 17) | @Dependent type Binder (line 21) | interface Binder extends UiBinder implements IsW... type View (line 65) | public interface View extends UberView { method initWidgets (line 70) | void initWidgets(DataSetDefBasicAttributesEditor.View basicAttribute... method setConfigurationTabTitle (line 78) | void setConfigurationTabTitle(String title); method showConfigurationTab (line 80) | void showConfigurationTab(); method addConfigurationTabItemClickHandler (line 82) | void addConfigurationTabItemClickHandler(final Command command); method showPreviewTab (line 84) | void showPreviewTab(); method addPreviewTabItemClickHandler (line 86) | void addPreviewTabItemClickHandler(final Command command); method showAdvancedTab (line 88) | void showAdvancedTab(); method addAdvancedTabItemClickHandler (line 90) | void addAdvancedTabItemClickHandler(final Command command); method openColumnsFilterPanel (line 92) | void openColumnsFilterPanel(String title); method closeColumnsFilterPanel (line 94) | void closeColumnsFilterPanel(String title); method showErrorNotification (line 96) | void showErrorNotification(final SafeHtml text); method clearErrorNotification (line 98) | void clearErrorNotification(); method DataSetEditor (line 118) | @Inject method init (line 145) | public void init() { method asWidget (line 168) | @Override method showConfigurationTab (line 173) | public void showConfigurationTab() { method showPreviewTab (line 182) | public void showPreviewTab() { method showAdvancedTab (line 191) | public void showAdvancedTab() { method setAcceptableValues (line 204) | @Override method flush (line 209) | @Override method onPropertyChange (line 214) | @Override method setValue (line 219) | @Override method setDelegate (line 239) | @Override method basicAttributesEditor (line 244) | @Override method columnsAndFilterEditor (line 249) | @Override method backendCacheEditor (line 254) | @Override method clientCacheEditor (line 259) | @Override method refreshEditor (line 264) | @Override method onOpenColumnsFilterPanel (line 273) | void onOpenColumnsFilterPanel() { method onCloseColumnsFilterPanel (line 277) | void onCloseColumnsFilterPanel() { method doPreview (line 285) | protected void doPreview(final boolean isUpdateFilter) { method afterPreview (line 292) | protected void afterPreview(final DataSet dataSet, class DataSetEditorListener (line 305) | private class DataSetEditorListener extends AbstractDisplayerListener { method DataSetEditorListener (line 309) | public DataSetEditorListener(final boolean isUpdateFilter) { method onDraw (line 313) | @Override method onRedraw (line 320) | @Override method onClose (line 327) | @Override method onError (line 332) | @Override method showError (line 339) | protected void showError(final ClientRuntimeError error) { method getTypeTitle (line 351) | private String getTypeTitle(final DataSetProviderType type) { method execute (line 365) | @Override method execute (line 373) | @Override method execute (line 381) | @Override method onColumnsChangedEvent (line 388) | void onColumnsChangedEvent(@Observes ColumnsChangedEvent columnsChange... method onFilterChangedEvent (line 398) | void onFilterChangedEvent(@Observes FilterChangedEvent filterChangedEv... FILE: dashbuilder/dashbuilder-client/dashbuilder-widgets/src/main/java/org/dashbuilder/client/widgets/dataset/editor/DataSetEditorView.java class DataSetEditorView (line 31) | @Dependent type Binder (line 34) | interface Binder extends UiBinder { method init (line 94) | @Override method initWidgets (line 99) | @Override method setConfigurationTabTitle (line 132) | @Override method showConfigurationTab (line 138) | @Override method showPreviewTab (line 143) | @Override method addPreviewTabItemClickHandler (line 148) | @Override method showAdvancedTab (line 158) | @Override method addAdvancedTabItemClickHandler (line 163) | @Override method openColumnsFilterPanel (line 173) | @Override method closeColumnsFilterPanel (line 180) | @Override method addConfigurationTabItemClickHandler (line 187) | public void addConfigurationTabItemClickHandler(final Command command) { method showErrorNotification (line 196) | public void showErrorNotification(final SafeHtml text) { method clearErrorNotification (line 203) | public void clearErrorNotification() { FILE: dashbuilder/dashbuilder-client/dashbuilder-widgets/src/main/java/org/dashbuilder/client/widgets/dataset/editor/attributes/DataSetDefBackendCacheAttributesEditor.java class DataSetDefBackendCacheAttributesEditor (line 40) | @Dependent method DataSetDefBackendCacheAttributesEditor (line 48) | @Inject method init (line 57) | @PostConstruct method setRange (line 69) | public void setRange(final Double min, method asWidget (line 75) | @Override method cacheEnabled (line 84) | @Override method cacheMaxRows (line 89) | @Override method flush (line 94) | @Override method onPropertyChange (line 99) | @Override method setValue (line 104) | @Override method setDelegate (line 115) | @Override method onValueChange (line 125) | @Override method enable (line 135) | void enable() { method disable (line 139) | void disable() { method onEnabledChangedEvent (line 143) | void onEnabledChangedEvent(@Observes ValueChangeEvent valueCh... FILE: dashbuilder/dashbuilder-client/dashbuilder-widgets/src/main/java/org/dashbuilder/client/widgets/dataset/editor/attributes/DataSetDefBasicAttributesEditor.java class DataSetDefBasicAttributesEditor (line 34) | @Dependent type View (line 37) | public interface View extends UberView { method initWidgets (line 41) | void initWidgets(ValueBoxEditor.View uuidEditor, ValueBoxEditor.View... method DataSetDefBasicAttributesEditor (line 48) | @Inject method init (line 57) | @PostConstruct method asWidget (line 69) | @Override method UUID (line 79) | @Override method name (line 84) | @Override FILE: dashbuilder/dashbuilder-client/dashbuilder-widgets/src/main/java/org/dashbuilder/client/widgets/dataset/editor/attributes/DataSetDefBasicAttributesEditorView.java class DataSetDefBasicAttributesEditorView (line 17) | @Dependent type Binder (line 20) | interface Binder extends UiBinder valueCh... FILE: dashbuilder/dashbuilder-client/dashbuilder-widgets/src/main/java/org/dashbuilder/client/widgets/dataset/editor/attributes/DataSetDefRefreshAttributesEditor.java class DataSetDefRefreshAttributesEditor (line 37) | @Dependent type View (line 40) | public interface View extends UberView { method addHelpContent (line 38) | View addHelpContent(final String title, final String content, final ... method addIntervalTypeItem (line 40) | View addIntervalTypeItem(String item); method setSelectedIntervalType (line 42) | View setSelectedIntervalType(int index); method getSelectedIntervalTypeIndex (line 44) | int getSelectedIntervalTypeIndex(); method setQuantity (line 46) | View setQuantity(double value); method getQuantity (line 48) | double getQuantity(); method setEnabled (line 50) | View setEnabled(boolean enabled); method DataSetDefRefreshIntervalEditor (line 56) | @Inject method init (line 63) | @PostConstruct method asWidget (line 74) | @Override method addHelpContent (line 79) | public void addHelpContent(final String title, final String content, f... method setEnabled (line 83) | @Override method setValue (line 88) | @Override method getValue (line 103) | @Override method getSelectedIntervalType (line 110) | private DateIntervalType getSelectedIntervalType() { method getIntervalTypeIndex (line 114) | private int getIntervalTypeIndex(DateIntervalType type) { FILE: dashbuilder/dashbuilder-client/dashbuilder-widgets/src/main/java/org/dashbuilder/client/widgets/dataset/editor/attributes/DataSetDefRefreshIntervalEditorView.java class DataSetDefRefreshIntervalEditorView (line 25) | @Dependent type Binder (line 28) | interface Binder extends UiBinder { method initWidgets (line 42) | void initWidgets(ValueBoxEditor.View generatorClassView, IsWidget pa... method BeanDataSetDefAttributesEditor (line 50) | @Inject method init (line 59) | @PostConstruct method asWidget (line 73) | @Override method generatorClass (line 78) | @Override method paramaterMap (line 83) | @Override FILE: dashbuilder/dashbuilder-client/dashbuilder-widgets/src/main/java/org/dashbuilder/client/widgets/dataset/editor/bean/BeanDataSetDefAttributesEditorView.java class BeanDataSetDefAttributesEditorView (line 18) | @Dependent type Binder (line 21) | interface Binder extends UiBinder { method insert (line 50) | View insert(int index, org.dashbuilder.client.widgets.dataset.editor... method remove (line 52) | View remove(int index); method clear (line 53) | View clear(); method ColumnListEditor (line 66) | @Inject method init (line 77) | @PostConstruct method asWidget (line 83) | @Override method setAcceptableValues (line 93) | @Override method onValueRestricted (line 112) | @Override method onValueUnRestricted (line 122) | @Override method setProviderType (line 134) | @Override method clear (line 140) | public void clear() { method createEditorForTraversal (line 150) | @Override method getPathElement (line 155) | @Override method setEditorChain (line 160) | @Override method setDelegate (line 165) | @Override method showErrors (line 170) | @Override method flush (line 175) | @Override method onPropertyChange (line 180) | @Override method setValue (line 185) | @Override method onColumnSelect (line 194) | void onColumnSelect(final int index, final boolean selected) { method replace (line 208) | private void replace(final int index, method getAvailableColumnIndex (line 216) | private int getAvailableColumnIndex(final String id) { method createDataColumnDefEditorSource (line 225) | DataColumnDefEditorSource createDataColumnDefEditorSource() { class DataColumnDefEditorSource (line 229) | class DataColumnDefEditorSource extends EditorSource { method ColumnListEditorView (line 36) | @UiConstructor method init (line 41) | @Override method insert (line 46) | @Override method remove (line 72) | @Override method clear (line 78) | @Override FILE: dashbuilder/dashbuilder-client/dashbuilder-widgets/src/main/java/org/dashbuilder/client/widgets/dataset/editor/column/ColumnTypeEditor.java class ColumnTypeEditor (line 46) | @Dependent method ColumnTypeEditor (line 53) | @Inject method init (line 58) | @PostConstruct method asWidget (line 66) | @Override method addHelpContent (line 71) | public void addHelpContent(final String title, method setOriginalColumnType (line 79) | @Override method columnType (line 90) | @Override method flush (line 95) | @Override method onPropertyChange (line 100) | @Override method setValue (line 105) | @Override method setDelegate (line 116) | @Override method getAcceptableEntries (line 126) | private Collection.Entry> getAcceptableEnt... method getDefaultEntries (line 145) | protected Collection.Entry> getDefaultEntr... method buildEntry (line 155) | private ImageListEditor.Entry buildEntry(final ColumnType ... method getImageUri (line 165) | SafeUri getImageUri(final ColumnType type) { method getColumnTypeDescription (line 184) | String getColumnTypeDescription(final ColumnType type) { method isEditMode (line 199) | @Override method onColumnTypeChanged (line 206) | void onColumnTypeChanged(@Observes ValueChangeEvent event) { FILE: dashbuilder/dashbuilder-client/dashbuilder-widgets/src/main/java/org/dashbuilder/client/widgets/dataset/editor/column/DataColumnDefEditor.java class DataColumnDefEditor (line 36) | @Dependent type View (line 39) | public interface View extends UberView { method initWidgets (line 43) | void initWidgets(ValueBoxEditor.View idView, IsWidget columnTypeView); method DataColumnDefEditor (line 54) | @Inject method init (line 63) | @PostConstruct method asWidget (line 69) | @Override method removeFromParent (line 74) | @Override method setProviderType (line 79) | @Override method setOriginalColumnType (line 85) | @Override method isEditMode (line 90) | @Override method id (line 101) | @Override method columnType (line 106) | @Override method updateColumnTypeEditMode (line 111) | private void updateColumnTypeEditMode() { FILE: dashbuilder/dashbuilder-client/dashbuilder-widgets/src/main/java/org/dashbuilder/client/widgets/dataset/editor/column/DataColumnDefEditorView.java class DataColumnDefEditorView (line 18) | @Dependent type Binder (line 21) | interface Binder extends UiBinder { method init (line 33) | @Override method initWidgets (line 38) | @Override FILE: dashbuilder/dashbuilder-client/dashbuilder-widgets/src/main/java/org/dashbuilder/client/widgets/dataset/editor/column/DataSetDefColumnsEditor.java class DataSetDefColumnsEditor (line 37) | @Dependent method DataSetDefColumnsEditor (line 43) | @Inject method asWidget (line 48) | @Override method columns (line 53) | @Override method setAcceptableValues (line 58) | @Override method flush (line 64) | @Override method onPropertyChange (line 69) | @Override method setValue (line 74) | @Override method setDelegate (line 95) | @Override method checkAvailableColumns (line 100) | private void checkAvailableColumns() { method onValueRestricted (line 106) | @Override method onValueUnRestricted (line 111) | @Override FILE: dashbuilder/dashbuilder-client/dashbuilder-widgets/src/main/java/org/dashbuilder/client/widgets/dataset/editor/csv/CSVDataSetDefAttributesEditor.java class CSVDataSetDefAttributesEditor (line 38) | @Dependent type View (line 41) | public interface View extends UberView { method initWidgets (line 45) | void initWidgets(ValueBoxEditor.View fileURLView, IsWidget filePathV... method showFilePathInput (line 50) | void showFilePathInput(); method showFileURLInput (line 52) | void showFileURLInput(); method CSVDataSetDefAttributesEditor (line 68) | @Inject method init (line 89) | @PostConstruct method asWidget (line 135) | @Override method fileURL (line 144) | @Override method filePath (line 149) | @Override method separatorChar (line 154) | @Override method quoteChar (line 159) | @Override method escapeChar (line 164) | @Override method datePattern (line 169) | @Override method numberPattern (line 174) | @Override method isUsingFilePath (line 179) | @Override method flush (line 184) | @Override method onPropertyChange (line 189) | @Override method setValue (line 194) | @Override method setDelegate (line 204) | @Override method onUseFilePathButtonClick (line 213) | void onUseFilePathButtonClick() { method onUseFileURLButtonClick (line 217) | void onUseFileURLButtonClick() { method useFilePath (line 225) | void useFilePath() { method useFileURL (line 230) | void useFileURL() { FILE: dashbuilder/dashbuilder-client/dashbuilder-widgets/src/main/java/org/dashbuilder/client/widgets/dataset/editor/csv/CSVDataSetDefAttributesEditorView.java class CSVDataSetDefAttributesEditorView (line 22) | @Dependent type Binder (line 25) | interface Binder extends UiBinder { method initWidgets (line 49) | void initWidgets(ValueBoxEditor.View hostView, method brokerFields (line 58) | void brokerFields(); method consumerConstraints (line 60) | void consumerConstraints(); method producerConstraints (line 62) | void producerConstraints(); method KafkaDataSetDefAttributesEditor (line 79) | @Inject method init (line 102) | @PostConstruct method asWidget (line 137) | @Override method flush (line 142) | @Override method onPropertyChange (line 147) | @Override method setValue (line 152) | @Override method setDelegate (line 159) | @Override method host (line 164) | @Override method port (line 169) | @Override method target (line 174) | @Override method filter (line 179) | @Override method clientId (line 184) | @Override method nodeId (line 189) | @Override method topic (line 194) | @Override method partition (line 199) | @Override method onTargetChanged (line 204) | public void onTargetChanged(@Observes ValueChangeEvent valueChangeEven... method updateViewFields (line 212) | private void updateViewFields(MetricsTarget target) { FILE: dashbuilder/dashbuilder-client/dashbuilder-widgets/src/main/java/org/dashbuilder/client/widgets/dataset/editor/kafka/KafkaDataSetDefAttributesEditorView.java class KafkaDataSetDefAttributesEditorView (line 40) | @Dependent type Binder (line 43) | interface Binder extends UiBinder action, IsWidget... isWidgets) { FILE: dashbuilder/dashbuilder-client/dashbuilder-widgets/src/main/java/org/dashbuilder/client/widgets/dataset/editor/kafka/KafkaDataSetEditor.java class KafkaDataSetEditor (line 43) | @Dependent method KafkaDataSetEditor (line 48) | @Inject method init (line 67) | @PostConstruct method setValue (line 72) | @Override method host (line 78) | @Override method port (line 83) | @Override method target (line 88) | @Override method filter (line 93) | @Override method clientId (line 98) | @Override method nodeId (line 103) | @Override method topic (line 108) | @Override method partition (line 113) | @Override FILE: dashbuilder/dashbuilder-client/dashbuilder-widgets/src/main/java/org/dashbuilder/client/widgets/dataset/editor/kafka/MetricsTargetEditorAdapter.java class MetricsTargetEditorAdapter (line 35) | @Dependent method MetricsTargetEditorAdapter (line 40) | @Inject method showErrors (line 46) | public void showErrors(List errors) { method setValue (line 50) | @Override method getValue (line 55) | @Override method getDropDownEditor (line 60) | public DropDownEditor getDropDownEditor() { method updateEntries (line 64) | private void updateEntries() { FILE: dashbuilder/dashbuilder-client/dashbuilder-widgets/src/main/java/org/dashbuilder/client/widgets/dataset/editor/prometheus/PrometheusDataSetDefAttributesEditor.java class PrometheusDataSetDefAttributesEditor (line 36) | @Dependent type View (line 39) | public interface View extends UberView { method initWidgets (line 50) | void initWidgets(DropDownEditor.View dataSource, ValueBoxEditor.View... method table (line 56) | void table(); method query (line 61) | void query(); method SQLDataSetDefAttributesEditor (line 72) | @Inject method init (line 87) | @PostConstruct method toDropDownEntry (line 113) | private DropDownEditor.Entry toDropDownEntry(SQLDataSourceDef d) { method onSqlDataSourcesLoad (line 117) | private void onSqlDataSourcesLoad(List list) { method asWidget (line 126) | @Override method dataSource (line 131) | @Override method dbSchema (line 136) | @Override method dbTable (line 141) | @Override method dbSQL (line 146) | @Override method flush (line 151) | @Override method onPropertyChange (line 156) | @Override method setValue (line 161) | @Override method setDelegate (line 170) | @Override method isUsingQuery (line 175) | public boolean isUsingQuery() { method onSelectTable (line 179) | void onSelectTable() { method onSelectQuery (line 184) | void onSelectQuery() { FILE: dashbuilder/dashbuilder-client/dashbuilder-widgets/src/main/java/org/dashbuilder/client/widgets/dataset/editor/sql/SQLDataSetDefAttributesEditorView.java class SQLDataSetDefAttributesEditorView (line 23) | @Dependent type Binder (line 26) | interface Binder extends UiBinder implem... type View (line 54) | public interface View extends UberView { method add (line 56) | View add(IsWidget widget); method addButton (line 58) | View addButton(final String text, final String content, final boolea... method clearButtons (line 60) | View clearButtons(); method clearView (line 62) | View clearView(); method DataSetEditorWorkflow (line 85) | @Inject method init (line 102) | public void init() { type TestDataSetCallback (line 106) | public interface TestDataSetCallback { method onSuccess (line 107) | void onSuccess(DataSet dataSet); method onError (line 108) | void onError(ClientRuntimeError error); method testDataSet (line 115) | public void testDataSet(final TestDataSetCallback testDataSetCallback) { method flush (line 158) | public DataSetEditorWorkflow flush() { method showNextButton (line 165) | public DataSetEditorWorkflow showNextButton() { method showTestButton (line 171) | public DataSetEditorWorkflow showTestButton() { method showBackButton (line 177) | public DataSetEditorWorkflow showBackButton() { method clearButtons (line 183) | public DataSetEditorWorkflow clearButtons() { method hasErrors (line 188) | public boolean hasErrors() { method getDataSetDef (line 192) | public T getDataSetDef() { method asWidget (line 196) | @Override method flush (line 201) | public void flush(final SimpleBeanEditorDriver driver) { method afterFlush (line 215) | protected void afterFlush() { method dispose (line 219) | protected void dispose() { method addViolations (line 222) | protected void addViolations(final Iterable> _v... method clear (line 232) | public DataSetEditorWorkflow clear() { method checkDataSetDefNotNull (line 241) | protected void checkDataSetDefNotNull() { method checkDataSetDefNotNull (line 245) | protected void checkDataSetDefNotNull(final T def) { method execute (line 252) | @Override method execute (line 260) | @Override method execute (line 268) | @Override FILE: dashbuilder/dashbuilder-client/dashbuilder-widgets/src/main/java/org/dashbuilder/client/widgets/dataset/editor/workflow/DataSetEditorWorkflowFactory.java class DataSetEditorWorkflowFactory (line 30) | @Dependent method DataSetEditorWorkflowFactory (line 37) | @Inject method edit (line 51) | public DataSetEditWorkflow edit(final DataSetProviderType type) { method dispose (line 83) | public void dispose(DataSetEditorWorkflow workflow) { method providerType (line 92) | public DataSetProviderTypeWorkflow providerType() { method basicAttributes (line 101) | public DataSetBasicAttributesWorkflow basicAttributes(final DataSetPro... FILE: dashbuilder/dashbuilder-client/dashbuilder-widgets/src/main/java/org/dashbuilder/client/widgets/dataset/editor/workflow/DataSetEditorWorkflowView.java class DataSetEditorWorkflowView (line 27) | @Dependent type Binder (line 30) | interface Binder extends UiBinder { method init (line 42) | @Override method add (line 48) | @Override method addButton (line 54) | @Override method clearButtons (line 77) | @Override method clearView (line 83) | @Override FILE: dashbuilder/dashbuilder-client/dashbuilder-widgets/src/main/java/org/dashbuilder/client/widgets/dataset/editor/workflow/create/BeanDataSetBasicAttributesWorkflow.java class BeanDataSetBasicAttributesWorkflow (line 40) | @Dependent method BeanDataSetBasicAttributesWorkflow (line 43) | @Inject method getDriverClass (line 55) | @Override method getEditorClass (line 60) | @Override FILE: dashbuilder/dashbuilder-client/dashbuilder-widgets/src/main/java/org/dashbuilder/client/widgets/dataset/editor/workflow/create/CSVDataSetBasicAttributesWorkflow.java class CSVDataSetBasicAttributesWorkflow (line 40) | @Dependent method CSVDataSetBasicAttributesWorkflow (line 43) | @Inject method getDriverClass (line 63) | @Override method getEditorClass (line 68) | @Override method validate (line 73) | @Override method afterFlush (line 78) | @Override FILE: dashbuilder/dashbuilder-client/dashbuilder-widgets/src/main/java/org/dashbuilder/client/widgets/dataset/editor/workflow/create/DataSetBasicAttributesWorkflow.java class DataSetBasicAttributesWorkflow (line 45) | public abstract class DataSetBasicAttributesWorkflow> getDr... method getEditorClass (line 75) | protected abstract Class getEditorClass(); method validate (line 77) | protected Iterable> validate() { method edit (line 81) | public DataSetBasicAttributesWorkflow edit(final T def) { method basicAttributesEdition (line 89) | public DataSetEditorWorkflow basicAttributesEdition() { method _setDataSetDef (line 135) | void _setDataSetDef(final T def) { FILE: dashbuilder/dashbuilder-client/dashbuilder-widgets/src/main/java/org/dashbuilder/client/widgets/dataset/editor/workflow/create/DataSetProviderTypeWorkflow.java class DataSetProviderTypeWorkflow (line 44) | @Dependent method DataSetProviderTypeWorkflow (line 50) | @Inject method init (line 71) | @PostConstruct method edit (line 76) | public DataSetProviderTypeWorkflow edit(final DataSetDef def) { method getProviderType (line 84) | public DataSetProviderType getProviderType() { method providerTypeEdition (line 88) | public DataSetProviderTypeWorkflow providerTypeEdition() { method onProviderTypeSelected (line 113) | void onProviderTypeSelected(@Observes DataSetDefCreationRequestEvent e... FILE: dashbuilder/dashbuilder-client/dashbuilder-widgets/src/main/java/org/dashbuilder/client/widgets/dataset/editor/workflow/create/KafkaDataSetBasicAttributesWorkflow.java class KafkaDataSetBasicAttributesWorkflow (line 38) | @Dependent method KafkaDataSetBasicAttributesWorkflow (line 41) | @Inject method getDriverClass (line 61) | @Override method getEditorClass (line 66) | @Override method validate (line 71) | @Override FILE: dashbuilder/dashbuilder-client/dashbuilder-widgets/src/main/java/org/dashbuilder/client/widgets/dataset/editor/workflow/create/PrometheusDataSetBasicAttributesWorkflow.java class PrometheusDataSetBasicAttributesWorkflow (line 38) | @Dependent method PrometheusDataSetBasicAttributesWorkflow (line 41) | @Inject method getDriverClass (line 61) | @Override method getEditorClass (line 66) | @Override method validate (line 71) | @Override FILE: dashbuilder/dashbuilder-client/dashbuilder-widgets/src/main/java/org/dashbuilder/client/widgets/dataset/editor/workflow/create/SQLDataSetBasicAttributesWorkflow.java class SQLDataSetBasicAttributesWorkflow (line 40) | @Dependent method SQLDataSetBasicAttributesWorkflow (line 43) | @Inject method getDriverClass (line 64) | @Override method getEditorClass (line 69) | @Override method validate (line 74) | @Override method afterFlush (line 79) | @Override FILE: dashbuilder/dashbuilder-client/dashbuilder-widgets/src/main/java/org/dashbuilder/client/widgets/dataset/editor/workflow/edit/BeanDataSetEditWorkflow.java class BeanDataSetEditWorkflow (line 40) | @Dependent method BeanDataSetEditWorkflow (line 43) | @Inject method getDriverClass (line 54) | @Override method getEditorClass (line 59) | @Override FILE: dashbuilder/dashbuilder-client/dashbuilder-widgets/src/main/java/org/dashbuilder/client/widgets/dataset/editor/workflow/edit/CSVDataSetEditWorkflow.java class CSVDataSetEditWorkflow (line 41) | @Dependent method CSVDataSetEditWorkflow (line 44) | @Inject method getDriverClass (line 56) | @Override method getEditorClass (line 61) | @Override method validate (line 66) | @Override method afterFlush (line 77) | @Override FILE: dashbuilder/dashbuilder-client/dashbuilder-widgets/src/main/java/org/dashbuilder/client/widgets/dataset/editor/workflow/edit/DataSetEditWorkflow.java class DataSetEditWorkflow (line 43) | public abstract class DataSetEditWorkflow> getDr... method getEditorClass (line 67) | protected abstract Class getEditorClass(); method validate (line 69) | protected Iterable> validate( boolean isCacheEn... method edit (line 79) | public DataSetEditWorkflow edit( final T definition, List columns) { method getColumns (line 22) | public List getColumns() { method toString (line 26) | @Override FILE: dashbuilder/dashbuilder-client/dashbuilder-widgets/src/main/java/org/dashbuilder/client/widgets/dataset/event/DataSetDefCreationRequestEvent.java class DataSetDefCreationRequestEvent (line 26) | public class DataSetDefCreationRequestEvent extends ContextualEvent { method DataSetDefCreationRequestEvent (line 30) | public DataSetDefCreationRequestEvent(Object context, DataSetProviderT... method getProviderType (line 35) | public DataSetProviderType getProviderType() { method toString (line 39) | @Override FILE: dashbuilder/dashbuilder-client/dashbuilder-widgets/src/main/java/org/dashbuilder/client/widgets/dataset/event/EditDataSetEvent.java class EditDataSetEvent (line 11) | public class EditDataSetEvent implements UberFireEvent { method EditDataSetEvent (line 15) | public EditDataSetEvent(final DataSetDef def) { method getDef (line 19) | public DataSetDef getDef() { method toString (line 23) | @Override FILE: dashbuilder/dashbuilder-client/dashbuilder-widgets/src/main/java/org/dashbuilder/client/widgets/dataset/event/ErrorEvent.java class ErrorEvent (line 11) | public class ErrorEvent extends ContextualEvent { method ErrorEvent (line 17) | public ErrorEvent(final Object context, final ClientRuntimeError clien... method ErrorEvent (line 22) | public ErrorEvent(final Object context, final ClientRuntimeError clien... method ErrorEvent (line 28) | public ErrorEvent(final Object context, final String message, final St... method ErrorEvent (line 34) | public ErrorEvent(final Object context) { method getClientRuntimeError (line 38) | public ClientRuntimeError getClientRuntimeError() { method getMessage (line 42) | public String getMessage() { method getUUID (line 46) | public String getUUID() { method toString (line 50) | @Override FILE: dashbuilder/dashbuilder-client/dashbuilder-widgets/src/main/java/org/dashbuilder/client/widgets/dataset/event/FilterChangedEvent.java class FilterChangedEvent (line 11) | public class FilterChangedEvent extends ContextualEvent { method FilterChangedEvent (line 16) | public FilterChangedEvent(Object context, DataSetFilter oldFilter, Dat... method getFilter (line 22) | public DataSetFilter getFilter() { method getOldFilter (line 26) | public DataSetFilter getOldFilter() { method toString (line 30) | @Override FILE: dashbuilder/dashbuilder-client/dashbuilder-widgets/src/main/java/org/dashbuilder/client/widgets/dataset/event/SaveRequestEvent.java class SaveRequestEvent (line 10) | public class SaveRequestEvent extends ContextualEvent { method SaveRequestEvent (line 12) | public SaveRequestEvent(Object context) { method toString (line 16) | @Override FILE: dashbuilder/dashbuilder-client/dashbuilder-widgets/src/main/java/org/dashbuilder/client/widgets/dataset/event/TabChangedEvent.java class TabChangedEvent (line 10) | public class TabChangedEvent extends ContextualEvent { method TabChangedEvent (line 14) | public TabChangedEvent(Object context, String tabId) { method getTabId (line 19) | public String getTabId() { method toString (line 23) | @Override FILE: dashbuilder/dashbuilder-client/dashbuilder-widgets/src/main/java/org/dashbuilder/client/widgets/dataset/event/TestDataSetRequestEvent.java class TestDataSetRequestEvent (line 10) | public class TestDataSetRequestEvent extends ContextualEvent { method TestDataSetRequestEvent (line 12) | public TestDataSetRequestEvent(Object context) { method toString (line 16) | @Override FILE: dashbuilder/dashbuilder-client/dashbuilder-widgets/src/main/java/org/dashbuilder/client/widgets/dataset/explorer/DataSetExplorer.java class DataSetExplorer (line 50) | @Dependent type View (line 53) | public interface View extends UberView { method addPanel (line 55) | View addPanel(final DataSetPanel.View panelView); method clear (line 57) | View clear(); method DataSetExplorer (line 73) | @Inject method init (line 84) | @PostConstruct method asWidget (line 99) | @Override method show (line 104) | public void show() { method isSupported (line 117) | private boolean isSupported(DataSetDef def) { method addDataSetDef (line 121) | private void addDataSetDef(final DataSetDef def) { method updateDataSetDef (line 132) | private void updateDataSetDef(final DataSetDef def) { method getDataSetPanel (line 141) | private DataSetPanel getDataSetPanel(final String uuid) { method clear (line 152) | private void clear() { method onDataSetDefRegisteredEvent (line 159) | void onDataSetDefRegisteredEvent(@Observes DataSetDefRegisteredEvent e... method onDataSetDefModifiedEvent (line 170) | void onDataSetDefModifiedEvent(@Observes DataSetDefModifiedEvent event) { method onDataSetDefRemovedEvent (line 180) | void onDataSetDefRemovedEvent(@Observes DataSetDefRemovedEvent event) { FILE: dashbuilder/dashbuilder-client/dashbuilder-widgets/src/main/java/org/dashbuilder/client/widgets/dataset/explorer/DataSetExplorerView.java class DataSetExplorerView (line 33) | @Dependent type DataSetExplorerViewBinder (line 36) | interface DataSetExplorerViewBinder extends UiBinder { method configure (line 51) | View configure(final DataSetSummary.View summaryView); method showHeader (line 62) | View showHeader(final String uuid, final String parentCollapseId, fi... method showSummary (line 66) | View showSummary(); method hideSummary (line 68) | View hideSummary(); method enableActionButton (line 70) | View enableActionButton(final String buttonTitle, final ClickHandler... method disableActionButton (line 72) | View disableActionButton(); method DataSetPanel (line 83) | @Inject method init (line 94) | @PostConstruct method asWidget (line 100) | @Override method show (line 105) | public void show(final DataSetDef def, final String parentPanelId) { method close (line 115) | public void close() { method disable (line 119) | public void disable() { method getDataSetDef (line 123) | public DataSetDef getDataSetDef() { method open (line 127) | void open() { method getTypeIconUri (line 139) | SafeUri getTypeIconUri(final DataSetDef dataSetDef) { method getTypeIconTitle (line 166) | String getTypeIconTitle(final DataSetDef dataSetDef) { FILE: dashbuilder/dashbuilder-client/dashbuilder-widgets/src/main/java/org/dashbuilder/client/widgets/dataset/explorer/DataSetPanelView.java class DataSetPanelView (line 39) | @Dependent type DataSetPanelViewBinder (line 42) | interface DataSetPanelViewBinder extends UiBinder { method showStatusPanel (line 64) | View showStatusPanel(final Boolean backendCacheStatus, final Boolean... method showSizePanelIcon (line 71) | View showSizePanelIcon(final IconType type, final String title, fina... method showSizePanel (line 79) | View showSizePanel(final String backendSizeRow, final String clientS... method DataSetSummary (line 87) | @Inject method init (line 96) | @PostConstruct method asWidget (line 101) | @Override method show (line 106) | public void show(final DataSetDef def) { method humanReadableByteCount (line 147) | String humanReadableByteCount(long bytes) { method humanReadableRowCount (line 156) | String humanReadableRowCount(long rows) { method getMetadata (line 164) | private void getMetadata(final DataSetDef def, final DataSetMetadataCa... method showLoadingIcon (line 172) | void showLoadingIcon() { method showErrorIcon (line 176) | void showErrorIcon() { method showError (line 180) | void showError(final String uuid, final ClientRuntimeError error) { method showError (line 184) | void showError(final String uuid, final Throwable throwable) { method showError (line 189) | void showError(final String uuid, final String message) { FILE: dashbuilder/dashbuilder-client/dashbuilder-widgets/src/main/java/org/dashbuilder/client/widgets/dataset/explorer/DataSetSummaryView.java class DataSetSummaryView (line 37) | @Dependent type DataSetSummaryViewBinder (line 40) | interface DataSetSummaryViewBinder extends UiBinder createColumnFilters(String... columns) { FILE: dashbuilder/dashbuilder-client/dashbuilder-widgets/src/test/java/org/dashbuilder/client/widgets/dataset/editor/DataSetDefFilterEditorTest.java class DataSetDefFilterEditorTest (line 22) | @RunWith(GwtMockitoTestRunner.class) method setup (line 35) | @Before method testInit (line 45) | @Test method testInitFilterEditor (line 50) | @Test method testSetValue (line 58) | @Test method testOnValueChanged (line 66) | @Test FILE: dashbuilder/dashbuilder-client/dashbuilder-widgets/src/test/java/org/dashbuilder/client/widgets/dataset/editor/DataSetDefPreviewTableTest.java class DataSetDefPreviewTableTest (line 28) | @RunWith(MockitoJUnitRunner.Silent.class) method setup (line 40) | @Before method testInit (line 51) | @Test method testClear (line 59) | @Test method testShow (line 70) | public void testShow() throws Exception { method testDraw (line 79) | @Test method testCSVConfig (line 90) | @Test method testSQLConfig (line 116) | @Test FILE: dashbuilder/dashbuilder-client/dashbuilder-widgets/src/test/java/org/dashbuilder/client/widgets/dataset/editor/DataSetDefProviderTypeEditorTest.java class DataSetDefProviderTypeEditorTest (line 31) | @RunWith(GwtMockitoTestRunner.class) method setup (line 43) | @Before method testInit (line 56) | @Test method testProviderInstance (line 67) | @Test method testProviderSelected (line 72) | @Test method testInitWithEditorPlugin (line 78) | @Test FILE: dashbuilder/dashbuilder-client/dashbuilder-widgets/src/test/java/org/dashbuilder/client/widgets/dataset/editor/DataSetEditorTest.java class DataSetEditorTest (line 46) | @RunWith(GwtMockitoTestRunner.class) method setup (line 68) | @Before method testInit (line 90) | @Test method testShowConfigurationTab (line 118) | @Test method testShowPreviewTab (line 127) | @Test method testShowAdvTab (line 136) | @Test method testSetAcceptableValues (line 145) | @Test method testBasicAttributesEditor (line 153) | @Test method testColumnsAndFilterEditor (line 159) | @Test method testBackendCacheEditor (line 165) | @Test method testClientCacheEditor (line 171) | @Test method testRefreshEditor (line 177) | @Test method testOnOpenColumnsFilterPanel (line 183) | @Test method testOnCloseColumnsFilterPanel (line 189) | @Test method testConfigurationTabItemClickHandler (line 195) | @Test method testPreviewTabItemClickHandler (line 206) | @Test method testAdvTabItemClickHandler (line 217) | @Test method testShowError (line 228) | @Test method testOnColumnsChangedEvent (line 249) | @Test method testOnFilterChangedEvent (line 295) | @Test method mockPreviewTableCall (line 333) | protected void mockPreviewTableCall() { method assertViewNotUsed (line 350) | protected void assertViewNotUsed() { FILE: dashbuilder/dashbuilder-client/dashbuilder-widgets/src/test/java/org/dashbuilder/client/widgets/dataset/editor/attributes/DataSetDefBackendCacheAttributesEditorTest.java class DataSetDefBackendCacheAttributesEditorTest (line 24) | @RunWith(GwtMockitoTestRunner.class) method setup (line 32) | @Before method testInit (line 37) | @Test method testSetRange (line 48) | @Test method testCacheEnabled (line 58) | @Test method testCacheMaxRows (line 63) | @Test method testSetValueEnabled (line 68) | @Test method testSetValueDisabled (line 83) | @Test method testViewCallback (line 98) | @Test method testViewCallbackNullified (line 111) | @Test method testOnEnabledChangedEventUsingTrue (line 124) | public void testOnEnabledChangedEventUsingTrue() { method testOnEnabledChangedEventUsingFalse (line 136) | public void testOnEnabledChangedEventUsingFalse() { FILE: dashbuilder/dashbuilder-client/dashbuilder-widgets/src/test/java/org/dashbuilder/client/widgets/dataset/editor/attributes/DataSetDefBasicAttributesEditorTest.java class DataSetDefBasicAttributesEditorTest (line 17) | @RunWith(GwtMockitoTestRunner.class) method setup (line 25) | @Before method testInit (line 30) | @Test method testUUID (line 39) | @Test method testName (line 44) | @Test FILE: dashbuilder/dashbuilder-client/dashbuilder-widgets/src/test/java/org/dashbuilder/client/widgets/dataset/editor/attributes/DataSetDefClientCacheAttributesEditorTest.java class DataSetDefClientCacheAttributesEditorTest (line 24) | @RunWith(GwtMockitoTestRunner.class) method setup (line 32) | @Before method testInit (line 37) | @Test method testSetRange (line 48) | @Test method testPushEnabled (line 58) | @Test method testPushMaxSize (line 63) | @Test method testSetValueEnabled (line 68) | @Test method testSetValueDisabled (line 83) | @Test method testViewCallback (line 98) | @Test method testViewCallbackNullified (line 111) | @Test method testOnEnabledChangedEventUsingTrue (line 124) | public void testOnEnabledChangedEventUsingTrue() { method testOnEnabledChangedEventUsingFalse (line 136) | public void testOnEnabledChangedEventUsingFalse() { FILE: dashbuilder/dashbuilder-client/dashbuilder-widgets/src/test/java/org/dashbuilder/client/widgets/dataset/editor/attributes/DataSetDefRefreshAttributesEditorTest.java class DataSetDefRefreshAttributesEditorTest (line 21) | @RunWith(GwtMockitoTestRunner.class) method setup (line 29) | @Before method testInit (line 34) | @Test method testRefreshAlways (line 44) | @Test method testRefreshTime (line 49) | @Test method testRefreshEnabledButtonHandlerDisabled (line 54) | @Test method testRefreshEnabledButtonHandlerEnabled (line 67) | @Test method testSetValueEnabled (line 80) | @Test method testSetValueDisabled (line 97) | @Test FILE: dashbuilder/dashbuilder-client/dashbuilder-widgets/src/test/java/org/dashbuilder/client/widgets/dataset/editor/attributes/DataSetDefRefreshIntervalEditorTest.java class DataSetDefRefreshIntervalEditorTest (line 20) | @RunWith(GwtMockitoTestRunner.class) method setup (line 28) | @Before method testInit (line 33) | @Test method testAddHelpContent (line 46) | @Test method testSetEnabled (line 60) | @Test method testSetDisabled (line 73) | @Test method testSetValue (line 86) | @Test method testSetAnotherValue (line 100) | @Test method testGetValue (line 114) | @Test FILE: dashbuilder/dashbuilder-client/dashbuilder-widgets/src/test/java/org/dashbuilder/client/widgets/dataset/editor/bean/BeanDataSetDefAttributesEditorTest.java class BeanDataSetDefAttributesEditorTest (line 19) | @RunWith(GwtMockitoTestRunner.class) method setup (line 29) | @Before method testInit (line 34) | @Test method testGeneratorClass (line 42) | @Test method testParameterMap (line 47) | @Test FILE: dashbuilder/dashbuilder-client/dashbuilder-widgets/src/test/java/org/dashbuilder/client/widgets/dataset/editor/bean/BeanDataSetEditorTest.java class BeanDataSetEditorTest (line 27) | @RunWith(GwtMockitoTestRunner.class) method setup (line 45) | @Before method testGeneratorClass (line 53) | @Test method testParameterMap (line 58) | @Test method testSetValue (line 64) | @Test FILE: dashbuilder/dashbuilder-client/dashbuilder-widgets/src/test/java/org/dashbuilder/client/widgets/dataset/editor/column/ColumnListEditorTest.java class ColumnListEditorTest (line 33) | @RunWith(GwtMockitoTestRunner.class) method setup (line 46) | @Before method testInit (line 79) | @Test method testClear (line 89) | @Test method testSetAcceptableValues (line 99) | @Test method testOnValueRestricted (line 112) | @Test method testOnValueUnRestrictedSingleColumn (line 129) | @Test method testOnValueUnRestricted (line 145) | @Test method testCreateEditorForTraversal (line 162) | @Test method testGetPathElement (line 175) | @Test method testSetEditorChain (line 187) | @Test method testSetDelegate (line 200) | @Test method testFlush (line 213) | @Test method testOnPropertyChange (line 225) | @Test method testSetValue (line 238) | @Test method testSetProviderType (line 251) | @Test method testOnColumnSelected (line 258) | @Test method testOnColumnUnSelected (line 268) | @Test method testDataColumnDefEditorSource_Create (line 279) | @Test method testDataColumnDefEditorSource_CreateMultiple (line 295) | @Test method testDataColumnDefEditorSource_Create_DASHBUILDE79_A (line 317) | @Test method testDataColumnDefEditorSource_Create_DASHBUILDE79_B (line 340) | @Test method testDataColumnDefEditorSource_Dispose (line 364) | @Test method testDataColumnDefEditorSource_Dispose_UniqueColumn (line 382) | @Test method buildAcceptableValues (line 417) | protected List buildAcceptableValues() { FILE: dashbuilder/dashbuilder-client/dashbuilder-widgets/src/test/java/org/dashbuilder/client/widgets/dataset/editor/column/ColumnTypeEditorTest.java class ColumnTypeEditorTest (line 22) | @RunWith(GwtMockitoTestRunner.class) method setup (line 29) | @Before method testAsWidget (line 37) | @Test method testInit (line 42) | @Test method testAddHelpContent (line 52) | @Test method testColumnType (line 62) | @Test method testEnableEditMode (line 67) | @Test method testDisableEditMode (line 76) | @Test method testSetValue (line 85) | @Test method testSetOriginalColumnType (line 97) | @Test FILE: dashbuilder/dashbuilder-client/dashbuilder-widgets/src/test/java/org/dashbuilder/client/widgets/dataset/editor/column/DataColumnDefEditorTest.java class DataColumnDefEditorTest (line 20) | @RunWith(GwtMockitoTestRunner.class) method setup (line 29) | @Before method testInit (line 36) | @Test method testRemoveFromParent (line 44) | @Test method testEnableEditMode (line 52) | @Test method testEnableEditModeSpecificForBeanTypes (line 60) | @Test method testDisableEditMode (line 69) | @Test method testSetOriginalColumnType (line 77) | @Test method testId (line 87) | @Test method testColumnType (line 92) | @Test FILE: dashbuilder/dashbuilder-client/dashbuilder-widgets/src/test/java/org/dashbuilder/client/widgets/dataset/editor/column/DataSetDefColumnsEditorTest.java class DataSetDefColumnsEditorTest (line 22) | @RunWith(MockitoJUnitRunner.class) method setup (line 30) | @Before method testSetAcceptableValues (line 35) | @Test method testOnValueRestricted (line 46) | @Test method testOnValueUnRestricted (line 56) | @Test method testSetValueBeanType (line 66) | @Test method testSetValueWithNotAllColumns (line 81) | @Test method testSetValueWithAllColumns (line 96) | @Test method buildAcceptableValues (line 111) | private List buildAcceptableValues() { FILE: dashbuilder/dashbuilder-client/dashbuilder-widgets/src/test/java/org/dashbuilder/client/widgets/dataset/editor/csv/CSVDataSetDefAttributesEditorTest.java class CSVDataSetDefAttributesEditorTest (line 27) | @RunWith(GwtMockitoTestRunner.class) method setup (line 43) | @Before method testInit (line 54) | @Test method testFileUrl (line 80) | @Test method testFilePath (line 85) | @Test method testSepChar (line 90) | @Test method testQuoteChar (line 95) | @Test method testEscapeChar (line 100) | @Test method testDatePattern (line 105) | @Test method testNumberPattern (line 110) | @Test method testSetValueUsingFileUrl (line 115) | @Test method testSetValueUsingFilePath (line 132) | @Test method testCallbackUseFileUrl (line 149) | public void testCallbackUseFileUrl() { method testCallbackUseFilePath (line 159) | public void testCallbackUseFilePath() { FILE: dashbuilder/dashbuilder-client/dashbuilder-widgets/src/test/java/org/dashbuilder/client/widgets/dataset/editor/csv/CSVDataSetEditorTest.java class CSVDataSetEditorTest (line 26) | @RunWith(GwtMockitoTestRunner.class) method setup (line 44) | @Before method testFileUrl (line 52) | @Test method testFilePath (line 57) | @Test method testSepChar (line 62) | @Test method testQuoteChar (line 67) | @Test method testEscapeChar (line 72) | @Test method testDatePattern (line 77) | @Test method testNumberPattern (line 82) | @Test FILE: dashbuilder/dashbuilder-client/dashbuilder-widgets/src/test/java/org/dashbuilder/client/widgets/dataset/editor/sql/SQLDataSetDefAttributesEditorTest.java class SQLDataSetDefAttributesEditorTest (line 25) | @RunWith(GwtMockitoTestRunner.class) method setup (line 39) | @Before method testInit (line 46) | @Test method testDataSource (line 63) | @Test method testDbSchema (line 68) | @Test method testDbTable (line 73) | @Test method testDbSQL (line 78) | @Test method testSetValueUsingTable (line 83) | @Test method testSetValueUsingQuery (line 104) | @Test FILE: dashbuilder/dashbuilder-client/dashbuilder-widgets/src/test/java/org/dashbuilder/client/widgets/dataset/editor/sql/SQLDataSetEditorTest.java class SQLDataSetEditorTest (line 26) | @RunWith(GwtMockitoTestRunner.class) method setup (line 44) | @Before method testDataSource (line 52) | @Test method testDbSchema (line 57) | @Test method testDbTable (line 62) | @Test method testDbSQL (line 67) | @Test FILE: dashbuilder/dashbuilder-client/dashbuilder-widgets/src/test/java/org/dashbuilder/client/widgets/dataset/editor/workflow/AbstractDataSetWorkflowTest.java class AbstractDataSetWorkflowTest (line 30) | public abstract class AbstractDataSetWorkflowTest { method setup (line 43) | protected void setup() throws Exception { FILE: dashbuilder/dashbuilder-client/dashbuilder-widgets/src/test/java/org/dashbuilder/client/widgets/dataset/editor/workflow/DataSetEditorWorkflowTest.java class DataSetEditorWorkflowTest (line 38) | @RunWith(GwtMockitoTestRunner.class) method setup (line 57) | @Before method testInit (line 83) | @Test method testClear (line 93) | @Test method testDoTestDataSetNotEdited (line 112) | @Test(expected = RuntimeException.class) method testDoTestDataSet (line 119) | @Test method testFlush (line 137) | @Test method testShowNextButton (line 150) | @Test method testShowTestButton (line 160) | @Test method testShowBackButton (line 170) | @Test method testClearButtons (line 180) | @Test method testNoHasErrors (line 190) | @Test method testHasErrors (line 203) | @Test method testFlushDriver (line 216) | @Test method testAddViolations (line 234) | @Test method testButtonCommand (line 250) | @Test method testSaveButtonCommand (line 266) | @Test method testCancelButtonCommand (line 282) | @Test FILE: dashbuilder/dashbuilder-client/dashbuilder-widgets/src/test/java/org/dashbuilder/client/widgets/dataset/editor/workflow/create/BeanDataSetBasicAttributesWorkflowTest.java class BeanDataSetBasicAttributesWorkflowTest (line 26) | @RunWith( GwtMockitoTestRunner.class ) method setup (line 50) | @Before method testGetDriverClass (line 65) | @Test method testGetEditorClass (line 70) | @Test method testValidate (line 76) | @Test FILE: dashbuilder/dashbuilder-client/dashbuilder-widgets/src/test/java/org/dashbuilder/client/widgets/dataset/editor/workflow/create/CSVDataSetBasicAttributesWorkflowTest.java class CSVDataSetBasicAttributesWorkflowTest (line 26) | @RunWith( GwtMockitoTestRunner.class ) method setup (line 50) | @Before method testGetDriverClass (line 66) | @Test method testGetEditorClass (line 71) | @Test method testValidateUsingFilePath (line 77) | @Test method testValidateUsingFileUrl (line 90) | @Test method testFlushDriverUsingFilePath (line 103) | @Test method testFlushDriverUsingFileUrl (line 113) | @Test FILE: dashbuilder/dashbuilder-client/dashbuilder-widgets/src/test/java/org/dashbuilder/client/widgets/dataset/editor/workflow/create/DataSetBasicAttributesWorkflowTest.java class DataSetBasicAttributesWorkflowTest (line 30) | @RunWith( GwtMockitoTestRunner.class ) method setup (line 55) | @Before method testBasicAttributesEdition (line 103) | @Test FILE: dashbuilder/dashbuilder-client/dashbuilder-widgets/src/test/java/org/dashbuilder/client/widgets/dataset/editor/workflow/create/DataSetProviderTypeWorkflowTest.java class DataSetProviderTypeWorkflowTest (line 35) | @RunWith( GwtMockitoTestRunner.class ) method setup (line 61) | @Before method testProviderTypeValue (line 86) | @Test method testProviderTypeEdition (line 92) | @Test method testProviderTypeSelected (line 106) | @Test FILE: dashbuilder/dashbuilder-client/dashbuilder-widgets/src/test/java/org/dashbuilder/client/widgets/dataset/editor/workflow/create/SQLDataSetBasicAttributesWorkflowTest.java class SQLDataSetBasicAttributesWorkflowTest (line 27) | @RunWith( GwtMockitoTestRunner.class ) method setup (line 50) | @Before method testGetDriverClass (line 65) | @Test method testGetEditorClass (line 70) | @Test method testValidateUsingQuery (line 76) | @Test method testValidateUsingTable (line 89) | @Test method testFlushDriverUsingQuery (line 103) | @Test method testFlushDriverUsingTable (line 113) | @Test FILE: dashbuilder/dashbuilder-client/dashbuilder-widgets/src/test/java/org/dashbuilder/client/widgets/dataset/editor/workflow/edit/BeanDataSetEditWorkflowTest.java class BeanDataSetEditWorkflowTest (line 25) | @RunWith( GwtMockitoTestRunner.class ) method setup (line 51) | @Before method testGetDriverClass (line 62) | @Test method testGetEditorClass (line 67) | @Test method testValidate (line 73) | @Test FILE: dashbuilder/dashbuilder-client/dashbuilder-widgets/src/test/java/org/dashbuilder/client/widgets/dataset/editor/workflow/edit/CSVDataSetEditWorkflowTest.java class CSVDataSetEditWorkflowTest (line 27) | @RunWith( GwtMockitoTestRunner.class ) method setup (line 55) | @Before method testGetDriverClass (line 65) | @Test method testGetEditorClass (line 70) | @Test method testValidateUsingFilePath (line 76) | @Test method testValidateUsingFileUrl (line 87) | @Test method testFlushDriverUsingFileUrl (line 99) | @Test method testFlushUsingFilePath (line 110) | @Test FILE: dashbuilder/dashbuilder-client/dashbuilder-widgets/src/test/java/org/dashbuilder/client/widgets/dataset/editor/workflow/edit/DataSetEditWorkflowTest.java class DataSetEditWorkflowTest (line 39) | @RunWith( GwtMockitoTestRunner.class ) method setup (line 74) | @Before method testEdit (line 134) | @Test method testShowConfigurationTab (line 149) | @Test method testShowPreviewTab (line 163) | @Test method testShowAdvancedTab (line 177) | @Test method testFlushDriverRefreshEnabled (line 191) | @Test method testFlushDriverRefreshDisabled (line 199) | @Test FILE: dashbuilder/dashbuilder-client/dashbuilder-widgets/src/test/java/org/dashbuilder/client/widgets/dataset/editor/workflow/edit/SQLDataSetEditWorkflowTest.java class SQLDataSetEditWorkflowTest (line 27) | @RunWith( GwtMockitoTestRunner.class ) method setup (line 55) | @Before method testGetDriverClass (line 66) | @Test method testGetEditorClass (line 71) | @Test method testValidateUsingQuery (line 77) | @Test method testValidateUsingTable (line 88) | @Test method testFlushDriverUsingQuery (line 99) | @Test method testFlushDriverUsingTable (line 110) | @Test FILE: dashbuilder/dashbuilder-client/dashbuilder-widgets/src/test/java/org/dashbuilder/client/widgets/dataset/explorer/DataSetExplorerTest.java class DataSetExplorerTest (line 38) | @RunWith(GwtMockitoTestRunner.class) method setup (line 54) | @Before method testInit (line 90) | @Test method testAsWidget (line 96) | @Test method testShow (line 101) | @Test method testShowTwice (line 111) | @Test method testOnDataSetDefRegisteredEvent (line 123) | @Test method testOnDataSetDefModifiedEvent (line 135) | @Test method testOnDataSetDefRemovedEvent (line 150) | @Test method testInitWithEditorPlugin (line 167) | @Test class MockInstance (line 186) | private class MockInstance implements Instance { method select (line 188) | @Override method select (line 193) | @Override method isUnsatisfied (line 198) | @Override method isAmbiguous (line 203) | @Override method destroy (line 208) | @Override method iterator (line 213) | @Override method get (line 218) | @Override method select (line 223) | @Override FILE: dashbuilder/dashbuilder-client/dashbuilder-widgets/src/test/java/org/dashbuilder/client/widgets/dataset/explorer/DataSetPanelTest.java class DataSetPanelTest (line 28) | @RunWith(GwtMockitoTestRunner.class) method setup (line 40) | @Before method testInit (line 53) | @Test method testAsWidget (line 65) | @Test method testClose (line 70) | @Test method testDisable (line 82) | @Test method testShow (line 94) | @Test method testOpen (line 112) | @Test method testEditorPlugin (line 126) | @Test FILE: dashbuilder/dashbuilder-client/dashbuilder-widgets/src/test/java/org/dashbuilder/client/widgets/dataset/explorer/DataSetSummaryTest.java class DataSetSummaryTest (line 27) | @RunWith(GwtMockitoTestRunner.class) method setup (line 39) | @Before method testInit (line 64) | @Test method testAsWidget (line 73) | @Test method testShow (line 78) | @Test method testHumanReadableByteCount (line 92) | public void testHumanReadableByteCount() throws Exception { method testHumanReadableRowCount (line 99) | public void testHumanReadableRowCount() throws Exception { method testShowLoadingIcon (line 105) | @Test method testShowErrorIcon (line 114) | @Test method testShowClientRuntimeError (line 123) | @Test method testShowThrowable (line 134) | @Test method testShowErrorMessage (line 145) | @Test FILE: dashbuilder/dashbuilder-runtime/src/main/java/org/dashbuilder/backend/DataSetContentListener.java class DataSetContentListener (line 47) | @ApplicationScoped method init (line 68) | @PostConstruct method register (line 74) | public void register(@Observes NewDataSetContentEvent newDataSetConten... method unregister (line 84) | public void unregister(@Observes RemovedRuntimeModelEvent removedRunti... method registerDataSetContent (line 94) | public void registerDataSetContent(final DataSetContent content) { method registerDataSetDefinition (line 113) | private void registerDataSetDefinition(final DataSetContent content) t... FILE: dashbuilder/dashbuilder-runtime/src/main/java/org/dashbuilder/backend/ExternalComponentsContentListener.java class ExternalComponentsContentListener (line 34) | @ApplicationScoped method onRuntimeModelRemoved (line 43) | public void onRuntimeModelRemoved(@Observes RemovedRuntimeModelEvent e... FILE: dashbuilder/dashbuilder-runtime/src/main/java/org/dashbuilder/backend/RuntimeModelListener.java class RuntimeModelListener (line 30) | @ApplicationScoped method logUpdatedModel (line 35) | public void logUpdatedModel(@Observes UpdatedRuntimeModelEvent modelUp... method logRemovedModel (line 39) | public void logRemovedModel(@Observes RemovedRuntimeModelEvent modelUp... FILE: dashbuilder/dashbuilder-runtime/src/main/java/org/dashbuilder/backend/RuntimeModelLoader.java class RuntimeModelLoader (line 40) | @Startup method runtimeModelSetup (line 52) | @PostConstruct method setupBaseDir (line 70) | protected void setupBaseDir() { method loadAvailableModels (line 74) | protected void loadAvailableModels() { FILE: dashbuilder/dashbuilder-runtime/src/main/java/org/dashbuilder/backend/RuntimeModelWatcherServiceManager.java class RuntimeModelWatcherServiceManager (line 41) | @Startup method start (line 58) | @PostConstruct method createWatcherTask (line 80) | @SuppressWarnings("unchecked") method unregister (line 121) | private void unregister(String modelId) { method register (line 131) | private void register(String modelId) { method stop (line 146) | @PreDestroy FILE: dashbuilder/dashbuilder-runtime/src/main/java/org/dashbuilder/backend/RuntimeOptions.java class RuntimeOptions (line 34) | @ApplicationScoped method init (line 112) | @PostConstruct method modelPath (line 148) | public Optional modelPath(String id) { method newFilePath (line 159) | public Pair newFilePath(final String fileName) { method isMultipleImport (line 172) | public boolean isMultipleImport() { method importFileLocation (line 176) | public Optional importFileLocation() { method getImportsBaseDir (line 180) | public String getImportsBaseDir() { method getUploadSize (line 184) | public int getUploadSize() { method isAllowExternal (line 188) | public boolean isAllowExternal() { method isDatasetPartition (line 192) | public boolean isDatasetPartition() { method isComponentPartition (line 196) | public boolean isComponentPartition() { method isModelUpdate (line 200) | public boolean isModelUpdate() { method isRemoveModelFile (line 205) | public boolean isRemoveModelFile() { method isDevMode (line 209) | public boolean isDevMode() { method isWatchModels (line 213) | public boolean isWatchModels() { method buildFilePath (line 218) | public String buildFilePath(String fileId) { method booleanProp (line 223) | private boolean booleanProp(String prop, Boolean defaultValue) { FILE: dashbuilder/dashbuilder-runtime/src/main/java/org/dashbuilder/backend/ServerSideProducers.java class ServerSideProducers (line 35) | @ApplicationScoped method produceUser (line 42) | @Produces method produceSessionInfo (line 48) | @Produces method producePreferenceBeanStore (line 54) | @Produces method producePreferenceScopeResolutionStrategy (line 60) | @Produces method produceUsernameProvider (line 67) | @Produces method produceAuthenticationService (line 73) | @Produces FILE: dashbuilder/dashbuilder-runtime/src/main/java/org/dashbuilder/backend/gzip/GzipFilter.java class GzipFilter (line 33) | public class GzipFilter implements Filter { method init (line 39) | public void init(final FilterConfig filterConfig) { method doFilter (line 43) | public void doFilter(final ServletRequest req, method compressAndContinue (line 60) | void compressAndContinue(final ServletRequest req, method getAction (line 69) | Action getAction(final ServletRequest req) { method destroy (line 88) | public void destroy() { type Action (line 92) | enum Action { FILE: dashbuilder/dashbuilder-runtime/src/main/java/org/dashbuilder/backend/gzip/GzipHttpServerResponseWrapper.java class GzipHttpServletResponseWrapper (line 28) | class GzipHttpServletResponseWrapper extends HttpServletResponseWrapper { method GzipHttpServletResponseWrapper (line 34) | GzipHttpServletResponseWrapper(final HttpServletResponse response) { method flushBuffer (line 41) | @Override method getOutputStream (line 46) | @Override method getWriter (line 59) | @Override method setContentLength (line 74) | @Override method createOutputStream (line 79) | private ServletOutputStream createOutputStream() throws IOException { method close (line 83) | void close() { FILE: dashbuilder/dashbuilder-runtime/src/main/java/org/dashbuilder/backend/gzip/GzipOutputStream.java class GzipResponseServletOutputStream (line 26) | class GzipResponseServletOutputStream extends ServletOutputStream { method GzipResponseServletOutputStream (line 37) | GzipResponseServletOutputStream(final HttpServletResponse response) th... method close (line 46) | @Override method flush (line 64) | @Override method write (line 73) | @Override method write (line 82) | @Override method write (line 87) | @Override method isReady (line 96) | @Override method setWriteListener (line 101) | @Override FILE: dashbuilder/dashbuilder-runtime/src/main/java/org/dashbuilder/backend/health/HealthService.java class HealthService (line 30) | @Path("/") method ready (line 35) | @GET method alive (line 43) | @GET FILE: dashbuilder/dashbuilder-runtime/src/main/java/org/dashbuilder/backend/helper/PartitionHelper.java class PartitionHelper (line 18) | public class PartitionHelper { method PartitionHelper (line 22) | private PartitionHelper() { method partition (line 26) | public static String partition(String modelId, String id) { method removePartition (line 30) | public static String removePartition(String id) { FILE: dashbuilder/dashbuilder-runtime/src/main/java/org/dashbuilder/backend/navigation/RuntimeNavigationBuilder.java class RuntimeNavigationBuilder (line 44) | @ApplicationScoped method build (line 53) | public NavTree build(Optional navTreeJson, List layoutTemplat... method buildLayoutTemplatesGroup (line 90) | private NavTreeBuilder buildLayoutTemplatesGroup(List ... method checkOrphansLayoutTemplates (line 100) | List checkOrphansLayoutTemplates(NavTree navTree, method removedEmptyNestedGroups (line 113) | void removedEmptyNestedGroups(NavGroup navGroup, List itemsToR... method filteringGroups (line 124) | Stream filteringGroups(List items) { class RuntimeNavItemVisitor (line 134) | class RuntimeNavItemVisitor implements NavItemVisitor { method RuntimeNavItemVisitor (line 141) | public RuntimeNavItemVisitor(List layoutTemplates) { method visitGroup (line 148) | @Override method visitItem (line 158) | @Override method visitDivider (line 170) | @Override method getGroups (line 175) | public List getGroups() { method getOrphanItems (line 179) | public List getOrphanItems() { method getNotExportedPerspectives (line 183) | public List getNotExportedPerspectives() { FILE: dashbuilder/dashbuilder-runtime/src/main/java/org/dashbuilder/backend/remote/services/RuntimeModelServiceImpl.java class RuntimeModelServiceImpl (line 41) | @Service method info (line 59) | @Override method getRuntimeModel (line 67) | @Override method loadImportById (line 88) | private Optional loadImportById(String id) { method loadLatestModel (line 105) | private Optional loadLatestModel(String id, RuntimeModel... method lastModified (line 118) | private long lastModified(String modelFilePath) { FILE: dashbuilder/dashbuilder-runtime/src/main/java/org/dashbuilder/backend/remote/services/dataset/RuntimeDataSetLookupServices.java class RuntimeDataSetLookupServices (line 30) | @Service method RuntimeDataSetLookupServices (line 37) | public RuntimeDataSetLookupServices() { method lookupDataSet (line 41) | @Override method lookupDataSet (line 46) | @Override method lookupDataSetMetadata (line 51) | @Override FILE: dashbuilder/dashbuilder-runtime/src/main/java/org/dashbuilder/backend/remote/services/dummy/DummyBackendExperimentalFeatureDefRegistry.java class DummyBackendExperimentalFeatureDefRegistry (line 28) | @Service method getFeatureById (line 32) | @Override method getAllFeatures (line 37) | @Override method getGlobalFeatures (line 42) | @Override method getUserFeatures (line 47) | @Override method loadFeatureDefinitions (line 52) | @Override FILE: dashbuilder/dashbuilder-runtime/src/main/java/org/dashbuilder/backend/remote/services/dummy/DummyBackendExperimentalFeaturesRegistryService.java class DummyBackendExperimentalFeaturesRegistryService (line 29) | @Service method getExperimentalFeaturesSession (line 33) | @Override FILE: dashbuilder/dashbuilder-runtime/src/main/java/org/dashbuilder/backend/remote/services/dummy/DummyPerspectiveServices.java class DummyPerspectiveServices (line 32) | @Service method copy (line 36) | @Override method copy (line 41) | @Override method delete (line 46) | @Override method saveAndRename (line 51) | @Override method rename (line 56) | @Override method save (line 61) | @Override method createNewPerspective (line 66) | @Override method listLayoutTemplates (line 71) | @Override method getLayoutTemplate (line 76) | @Override method getLayoutTemplate (line 81) | @Override method getLayoutTemplate (line 86) | @Override method convertToLayoutTemplate (line 91) | @Override method saveLayoutTemplate (line 96) | @Override FILE: dashbuilder/dashbuilder-runtime/src/main/java/org/dashbuilder/backend/remote/services/dummy/DummyPluginServices.java class DummyPluginServices (line 40) | @Service method delete (line 44) | @Override method copy (line 49) | @Override method copy (line 54) | @Override method saveAndRename (line 59) | @Override method rename (line 64) | @Override method save (line 69) | @Override method getMediaServletURI (line 74) | @Override method listRuntimePlugins (line 79) | @Override method listPluginRuntimePlugins (line 84) | @Override method listPlugins (line 89) | @Override method listPlugins (line 94) | @Override method createNewPlugin (line 99) | @Override method getPluginContent (line 104) | @Override method deleteMedia (line 109) | @Override method getDynamicMenuContent (line 114) | @Override method save (line 119) | @Override method getLayoutEditor (line 124) | @Override method saveMenu (line 129) | @Override method saveLayout (line 134) | @Override method listDynamicMenus (line 139) | @Override method listLayoutEditor (line 144) | @Override FILE: dashbuilder/dashbuilder-runtime/src/main/java/org/dashbuilder/backend/remote/services/dummy/DummyRendererSettingsService.java class DummyRendererSettingsService (line 25) | @Service method getSettings (line 29) | @Override FILE: dashbuilder/dashbuilder-runtime/src/main/java/org/dashbuilder/backend/remote/services/dummy/DummyRuntimePluginService.java class DummyRuntimePluginService (line 29) | @Service method listFrameworksContent (line 33) | @Override method listPluginsContent (line 38) | @Override method getTemplateContent (line 44) | @Override method getRuntimePluginTemplateContent (line 49) | @Override method getRuntimePlugins (line 54) | @Override FILE: dashbuilder/dashbuilder-runtime/src/main/java/org/dashbuilder/backend/resources/FileUploadModel.java class FileUploadModel (line 27) | public class FileUploadModel { method getFileData (line 32) | public byte[] getFileData() { method getFileName (line 36) | public String getFileName() { method setFileName (line 40) | @FormParam("inputFileName") method setFileData (line 45) | @FormParam("selectedFile") FILE: dashbuilder/dashbuilder-runtime/src/main/java/org/dashbuilder/backend/resources/RuntimeJaxApp.java class RuntimeJaxApp (line 22) | @ApplicationPath("/rest") FILE: dashbuilder/dashbuilder-runtime/src/main/java/org/dashbuilder/backend/resources/UploadResourceImpl.java class UploadResourceImpl (line 51) | @Path("/upload") method uploadFile (line 63) | @POST method checkInputSize (line 89) | private void checkInputSize(byte[] bytes) { method checkForExistingFile (line 107) | private Optional checkForExistingFile(byte[] uploadedFile) thr... method isContentEquals (line 124) | private boolean isContentEquals(byte[] uploadedFile, java.nio.file.Pat... method registerNewFile (line 133) | private Response registerNewFile(String fileName, byte[] inputBytes) t... method registerExistingFile (line 151) | private Response registerExistingFile(String dashboardName) { FILE: dashbuilder/dashbuilder-runtime/src/main/java/org/dashbuilder/backend/resources/api/DashbuilderRuntimeResource.java class DashbuilderRuntimeResource (line 42) | @Path("api/") method info (line 58) | @GET method dashboard (line 63) | @GET method uploadResource (line 71) | @POST method removeAll (line 78) | @DELETE method remove (line 84) | @DELETE FILE: dashbuilder/dashbuilder-runtime/src/main/java/org/dashbuilder/backend/security/BasicAuthSecurityFilter.java class BasicAuthSecurityFilter (line 45) | public class BasicAuthSecurityFilter implements Filter { method init (line 62) | @Override method destroy (line 82) | @Override method doFilter (line 85) | @Override method checkOptions (line 127) | private boolean checkOptions(HttpServletRequest request) { method isExceptionPath (line 131) | private boolean isExceptionPath(final HttpServletRequest request) { method challengeClient (line 145) | public void challengeClient(final HttpServletRequest request, method authenticate (line 158) | private boolean authenticate(final HttpServletRequest req) { method isAjaxRequest (line 179) | private boolean isAjaxRequest(HttpServletRequest request) { method isAnonymousUser (line 183) | private boolean isAnonymousUser(User user) { FILE: dashbuilder/dashbuilder-runtime/src/main/java/org/dashbuilder/backend/security/LoginRedirectServlet.java class LoginRedirectServlet (line 61) | public class LoginRedirectServlet extends HttpServlet { method init (line 77) | @Override method doGet (line 92) | @Override method doPost (line 102) | @Override method handleError (line 113) | private void handleError(HttpServletResponse resp, Exception e) throws... method handleRequest (line 119) | private void handleRequest(HttpServletRequest req, HttpServletResponse... method extractParameters (line 148) | private static String extractParameters(HttpServletRequest fromRequest) { FILE: dashbuilder/dashbuilder-runtime/src/main/java/org/dashbuilder/backend/services/RuntimeInfoService.java type RuntimeInfoService (line 28) | public interface RuntimeInfoService { method info (line 33) | DashbuilderRuntimeInfo info(); method dashboardInfo (line 43) | Optional dashboardInfo(String modelId); FILE: dashbuilder/dashbuilder-runtime/src/main/java/org/dashbuilder/backend/services/dataset/DataSetServicesProducer.java class DataSetServicesProducer (line 41) | public class DataSetServicesProducer { method produceCSVProvider (line 43) | @Produces method produceStaticDataSetProviderCDI (line 50) | @Produces method produceSQLDataSetProvider (line 56) | @Produces method producePrometheusProvider (line 70) | @Produces method produceKafkaProvider (line 76) | @Produces method produceDataSetDefRegistry (line 82) | @Produces method produceDataSetManager (line 90) | @Produces FILE: dashbuilder/dashbuilder-runtime/src/main/java/org/dashbuilder/backend/services/dataset/RuntimeCSVFileStorage.java class RuntimeCSVFileStorage (line 34) | @ApplicationScoped method RuntimeCSVFileStorage (line 39) | public RuntimeCSVFileStorage() { method init (line 43) | @PostConstruct method getCSVInputStream (line 48) | @Override method getCSVString (line 54) | @Override method storeCSV (line 59) | public void storeCSV(String uuid, String csvContent) { method saveCSVFile (line 63) | @Override method deleteCSVFile (line 69) | @Override method deleteCSVFile (line 74) | public void deleteCSVFile(String uuid) { FILE: dashbuilder/dashbuilder-runtime/src/main/java/org/dashbuilder/backend/services/dataset/provider/RuntimeBeanDataSetProvider.java class RuntimeBeanDataSetProvider (line 35) | @ApplicationScoped method RuntimeBeanDataSetProvider (line 41) | public RuntimeBeanDataSetProvider() { method RuntimeBeanDataSetProvider (line 45) | @Inject method init (line 53) | @PostConstruct method lookupGenerator (line 63) | @Override method loadDataSetGenerator (line 73) | private DataSetGenerator loadDataSetGenerator(BeanDataSetDef beanDef) { FILE: dashbuilder/dashbuilder-runtime/src/main/java/org/dashbuilder/backend/services/dataset/provider/RuntimeDataSetProviderRegistry.java class RuntimeDataSetProviderRegistry (line 33) | @ApplicationScoped method init (line 53) | @PostConstruct method getStaticDataSetProvider (line 71) | public StaticDataSetProvider getStaticDataSetProvider() { method getBeanDataSetProvider (line 75) | public RuntimeBeanDataSetProvider getBeanDataSetProvider() { method getCsvDataSetProvider (line 79) | public CSVDataSetProvider getCsvDataSetProvider() { method getSqlDataSetProvider (line 83) | public SQLDataSetProvider getSqlDataSetProvider() { method getDataSetDefJSONMarshaller (line 87) | public DataSetDefJSONMarshaller getDataSetDefJSONMarshaller() { FILE: dashbuilder/dashbuilder-runtime/src/main/java/org/dashbuilder/backend/services/dataset/provider/RuntimeSQLDataSourceLocator.java class RuntimeSQLDataSourceLocator (line 29) | @ApplicationScoped method lookup (line 32) | @Override method list (line 37) | @Override FILE: dashbuilder/dashbuilder-runtime/src/main/java/org/dashbuilder/backend/services/impl/ExternalImportServiceImpl.java class ExternalImportServiceImpl (line 38) | @ApplicationScoped method registerExternalImport (line 51) | @Override method checkSize (line 78) | private void checkSize(final String filePath, int totalBytes) { method buildURLIdentifier (line 86) | private String buildURLIdentifier(URL url) { method getExternalModelUrl (line 96) | private URL getExternalModelUrl(String externalModelUrl) { method deleteFile (line 106) | private void deleteFile(final String filePath) { FILE: dashbuilder/dashbuilder-runtime/src/main/java/org/dashbuilder/backend/services/impl/ImportValidationServiceImpl.java class ImportValidationServiceImpl (line 35) | @ApplicationScoped method validate (line 41) | @Override method entryStartsWith (line 65) | private boolean entryStartsWith(ZipEntry entry, String path) { FILE: dashbuilder/dashbuilder-runtime/src/main/java/org/dashbuilder/backend/services/impl/RuntimeInfoServiceImpl.java class RuntimeInfoServiceImpl (line 34) | @ApplicationScoped method info (line 40) | @Override method dashboardInfo (line 47) | @Override method perspectives (line 53) | private List perspectives(RuntimeModel runtimeModel) { FILE: dashbuilder/dashbuilder-runtime/src/main/java/org/dashbuilder/backend/services/impl/RuntimeModelParserImpl.java class RuntimeModelParserImpl (line 67) | @ApplicationScoped method init (line 89) | @PostConstruct method parse (line 95) | @Override method retrieveRuntimeModel (line 104) | RuntimeModel retrieveRuntimeModel(String modelId, InputStream is) thro... method extractComponentFile (line 149) | void extractComponentFile(String modelId, InputStream zis, String name... method retrieveLayoutTemplate (line 174) | private LayoutTemplate retrieveLayoutTemplate(final ZipInputStream zis) { method retrieveDataSetContent (line 179) | private DataSetContent retrieveDataSetContent(final ZipEntry entry, fi... method nextEntryContentAsString (line 188) | private String nextEntryContentAsString(final ZipInputStream zis) { method partitionLayoutTemplate (line 203) | private void partitionLayoutTemplate(String modelId, LayoutTemplate lt) { method partitionDisplayer (line 218) | private void partitionDisplayer(LayoutComponent lc, String modelId, St... method allComponentsStream (line 238) | private Stream allComponentsStream(List ro... method isExternalComponent (line 245) | private boolean isExternalComponent(String componentId) { FILE: dashbuilder/dashbuilder-runtime/src/main/java/org/dashbuilder/backend/services/impl/RuntimeModelRegistryImpl.java class RuntimeModelRegistryImpl (line 49) | @ApplicationScoped method init (line 76) | @PostConstruct method single (line 81) | @Override method get (line 86) | @Override method registerFile (line 94) | @Override method setMode (line 122) | @Override method isEmpty (line 127) | @Override method getMode (line 132) | @Override method remove (line 137) | @Override method register (line 142) | public Optional register(String id, InputStream fileStre... method availableModels (line 163) | @Override method clear (line 168) | @Override method unregister (line 174) | @Override method internalRemove (line 179) | public void internalRemove(String modelId, boolean deleteFile) { method removeModelFile (line 188) | private void removeModelFile(String modelId) { method setRemovedRuntimeModelEvent (line 193) | void setRemovedRuntimeModelEvent(Event remov... FILE: dashbuilder/dashbuilder-runtime/src/main/java/org/dashbuilder/client/RuntimeClientLoader.java class RuntimeClientLoader (line 38) | @ApplicationScoped method RuntimeClientLoader (line 55) | public RuntimeClientLoader() { method RuntimeClientLoader (line 59) | @Inject method load (line 72) | public void load(Consumer responseConsumer, method loadModel (line 85) | public void loadModel(Consumer modelLoaded, method loadModel (line 93) | public void loadModel(String importId, method handleError (line 104) | private boolean handleError(BiConsumer error, Objec... method handleResponse (line 110) | private void handleResponse(Consumer modelLoaded, Comman... method registerModel (line 121) | private void registerModel(RuntimeModel runtimeModel) { method getImportId (line 127) | public String getImportId() { FILE: dashbuilder/dashbuilder-runtime/src/main/java/org/dashbuilder/client/RuntimeCommunication.java class RuntimeCommunication (line 29) | @ApplicationScoped method showError (line 35) | public void showError(final String message, final Object details) { method showWarning (line 40) | public void showWarning(final String message) { method showSuccess (line 44) | public void showSuccess(final String message) { FILE: dashbuilder/dashbuilder-runtime/src/main/java/org/dashbuilder/client/RuntimeEntryPoint.java class RuntimeEntryPoint (line 40) | @EntryPoint method startup (line 68) | @PostConstruct method foundRuntimeModel (line 90) | private void foundRuntimeModel(RuntimeModel runtimeModel) { method notFound (line 100) | public void notFound() { method targetPerspective (line 111) | public void targetPerspective() { method error (line 121) | public void error(Object e, Throwable t) { method generalErrorHandling (line 126) | @UncaughtExceptionHandler method hideLoading (line 132) | private void hideLoading() { method foundDashboard (line 140) | private boolean foundDashboard(List dashboardParams) { FILE: dashbuilder/dashbuilder-runtime/src/main/java/org/dashbuilder/client/error/DefaultRuntimeErrorCallback.java class DefaultRuntimeErrorCallback (line 35) | @Dependent method error (line 49) | public void error(final Throwable throwable) { method showPopup (line 67) | private void showPopup(String title, String content) { method extractMessageRecursively (line 77) | protected static String extractMessageRecursively(final Throwable t) { method isInvalidBusContentException (line 87) | private static boolean isInvalidBusContentException(final Throwable th... method isServerOfflineException (line 91) | protected static boolean isServerOfflineException(final Throwable thro... method unlock (line 101) | public void unlock() { FILE: dashbuilder/dashbuilder-runtime/src/main/java/org/dashbuilder/client/navbar/AppNavBar.java class AppNavBar (line 30) | @Templated method setup (line 54) | @AfterInitialization method setupMenus (line 59) | public void setupMenus(final Menus menus) { method getId (line 64) | @Override method getOrder (line 69) | @Override method setDashboardListEnabled (line 74) | public void setDashboardListEnabled(boolean isDashboardListEnabled) { method setExternalMenuEnabled (line 79) | public void setExternalMenuEnabled(boolean isExternalMenuEnabled) { method setupMenus (line 83) | public void setupMenus() { FILE: dashbuilder/dashbuilder-runtime/src/main/java/org/dashbuilder/client/navbar/DashboardListMenuBuilder.java class DashboardListMenuBuilder (line 29) | @ApplicationScoped method push (line 40) | @Override method build (line 45) | @Override method goToList (line 52) | private void goToList() { FILE: dashbuilder/dashbuilder-runtime/src/main/java/org/dashbuilder/client/navbar/GoToDashboardMenuBuilder.java class GoToDashboardMenuBuilder (line 32) | @ApplicationScoped method push (line 41) | @Override method build (line 46) | @Override method openDashboardInNewWindow (line 53) | private void openDashboardInNewWindow() { FILE: dashbuilder/dashbuilder-runtime/src/main/java/org/dashbuilder/client/navbar/LogoutMenuBuilder.java class LogoutMenuBuilder (line 32) | @ApplicationScoped method push (line 43) | @Override method build (line 48) | @Override method logout (line 55) | private void logout() { FILE: dashbuilder/dashbuilder-runtime/src/main/java/org/dashbuilder/client/navbar/MenuBuilderHelper.java class MenuBuilderHelper (line 29) | @ApplicationScoped method buildMenuItem (line 32) | public MenuItem buildMenuItem(String title, IconType icon, Command act... FILE: dashbuilder/dashbuilder-runtime/src/main/java/org/dashbuilder/client/navbar/NavBarHelper.java class NavBarHelper (line 37) | @ApplicationScoped method buildMenusFromNavTree (line 42) | public TopLevelMenusBuilder buildMenusFromNavTree(NavTree... method buildMenuItemsFromNavGroup (line 81) | private List buildMenuItemsFromNavGroup(NavGroup navGroup) { method resolvePlaceRequest (line 110) | public PlaceRequest resolvePlaceRequest(String perspectiveId) { FILE: dashbuilder/dashbuilder-runtime/src/main/java/org/dashbuilder/client/navbar/RuntimeNavBrand.java class RuntimeNavBrand (line 23) | @ApplicationScoped method brandImageUrl (line 26) | @Override method brandImageLabel (line 31) | @Override method menuAccessorLabel (line 36) | @Override FILE: dashbuilder/dashbuilder-runtime/src/main/java/org/dashbuilder/client/perspective/DashboardsListPerspective.java class DashboardsListPerspective (line 32) | @ApplicationScoped method buildPerspective (line 41) | @Perspective FILE: dashbuilder/dashbuilder-runtime/src/main/java/org/dashbuilder/client/perspective/EmptyPerspective.java class EmptyPerspective (line 31) | @ApplicationScoped method buildPerspective (line 37) | @Perspective FILE: dashbuilder/dashbuilder-runtime/src/main/java/org/dashbuilder/client/perspective/NotFoundPerspective.java class NotFoundPerspective (line 31) | @ApplicationScoped method buildPerspective (line 37) | @Perspective FILE: dashbuilder/dashbuilder-runtime/src/main/java/org/dashbuilder/client/perspective/RouterPerspective.java class RouterPerspective (line 32) | @ApplicationScoped method buildPerspective (line 41) | @Perspective FILE: dashbuilder/dashbuilder-runtime/src/main/java/org/dashbuilder/client/perspective/RuntimePerspective.java class RuntimePerspective (line 31) | @ApplicationScoped method buildPerspective (line 37) | @Perspective FILE: dashbuilder/dashbuilder-runtime/src/main/java/org/dashbuilder/client/perspective/generator/RuntimePerspectiveEditorActivity.java class RuntimePerspectiveEditorActivity (line 24) | public class RuntimePerspectiveEditorActivity extends PerspectiveEditorA... method RuntimePerspectiveEditorActivity (line 26) | public RuntimePerspectiveEditorActivity(LayoutTemplate editor, Perspec... method getDefaultPanelType (line 30) | @Override FILE: dashbuilder/dashbuilder-runtime/src/main/java/org/dashbuilder/client/perspective/generator/RuntimePerspectiveGenerator.java class RuntimePerspectiveGenerator (line 41) | @ApplicationScoped method generatePerspective (line 53) | public PerspectiveEditorActivity generatePerspective(LayoutTemplate la... method createNewScreen (line 65) | private PerspectiveEditorScreenActivity createNewScreen(LayoutTemplate... method createNewPerspective (line 91) | private PerspectiveEditorActivity createNewPerspective(LayoutTemplate ... method updateScreen (line 107) | private PerspectiveEditorScreenActivity updateScreen(LayoutTemplate la... method updatePerspective (line 115) | private PerspectiveEditorActivity updatePerspective(LayoutTemplate lay... method isANewPerspective (line 124) | private boolean isANewPerspective(LayoutTemplate layoutTemplate) { FILE: dashbuilder/dashbuilder-runtime/src/main/java/org/dashbuilder/client/plugins/RuntimePerspectivePluginManager.java class RuntimePerspectivePluginManager (line 48) | @Alternative method loadPlugins (line 57) | @Override method getPerspectivePlugins (line 62) | @Override method isRuntimePerspective (line 72) | @Override method isRuntimePerspective (line 77) | @Override method isRuntimePerspective (line 84) | @Override method getRuntimePerspectiveId (line 89) | @Override method existsPerspectivePlugin (line 95) | @Override method getLayoutTemplateInfo (line 100) | @Override method getLayoutTemplateInfo (line 105) | @Override method buildPerspectiveWidget (line 110) | @Override method getLastBuildPerspectiveNavGroup (line 119) | @Override method setTemplates (line 124) | public void setTemplates(List templates) { method searchLayoutTemplate (line 128) | private boolean searchLayoutTemplate(String name) { FILE: dashbuilder/dashbuilder-runtime/src/main/java/org/dashbuilder/client/resources/i18n/AppConstants.java type AppConstants (line 22) | public interface AppConstants extends Messages { method logoutMenuTooltip (line 26) | String logoutMenuTooltip(); method errorLoadingDashboards (line 28) | String errorLoadingDashboards(); method loadingDashboards (line 30) | String loadingDashboards(); method errorUploadingDashboards (line 32) | String errorUploadingDashboards(); method uploadingDashboards (line 34) | String uploadingDashboards(); method runtimeScreenTitle (line 36) | String runtimeScreenTitle(); method uploadDashboardsTitle (line 38) | String uploadDashboardsTitle(); method notFoundScreenTitle (line 40) | String notFoundScreenTitle(); method notFoundDashboard (line 42) | String notFoundDashboard(String perspectiveName); method routerScreenTitle (line 44) | String routerScreenTitle(); method dashboardsListScreenTitle (line 46) | String dashboardsListScreenTitle(); method dashboardListTooltip (line 48) | String dashboardListTooltip(); method listDashboardsScreenTitle (line 50) | String listDashboardsScreenTitle(); method routerPerspective (line 52) | String routerPerspective(); method dashboardAlreadyImport (line 54) | String dashboardAlreadyImport(String newModelId, String exitingModel); method importSuccess (line 56) | String importSuccess(String fileName); method disconnectedFromServer (line 58) | String disconnectedFromServer(); method couldNotConnectToServer (line 60) | String couldNotConnectToServer(); method sessionTimeout (line 62) | String sessionTimeout(); method invalidBusResponseProbablySessionTimeout (line 64) | String invalidBusResponseProbablySessionTimeout(); method dashboardOpenTooltip (line 66) | String dashboardOpenTooltip(); FILE: dashbuilder/dashbuilder-runtime/src/main/java/org/dashbuilder/client/screens/DashboardsListScreen.java class DashboardsListScreen (line 43) | @ApplicationScoped type View (line 57) | public interface View extends UberElemental { method addCard (line 59) | void addCard(DashboardCard card); method clear (line 61) | void clear(); method init (line 70) | @PostConstruct method loadList (line 75) | public void loadList(List dashboardsNames) { method createDashboardCard (line 82) | private DashboardCard createDashboardCard(String id) { method getScreenTitle (line 88) | @WorkbenchPartTitle method workbenchPart (line 93) | @WorkbenchPartView method clear (line 98) | @OnClose method onModelUpdated (line 104) | public void onModelUpdated(@Observes UpdatedRuntimeModelEvent event) { method onModelRemoved (line 108) | public void onModelRemoved(@Observes RemovedRuntimeModelEvent event) { method reload (line 112) | private void reload() { FILE: dashbuilder/dashbuilder-runtime/src/main/java/org/dashbuilder/client/screens/EmptyScreen.java class EmptyScreen (line 36) | @ApplicationScoped type View (line 53) | public interface View extends UberElemental { method init (line 57) | @PostConstruct method title (line 62) | @WorkbenchPartTitle method getPart (line 67) | @WorkbenchPartView method onModelUpdated (line 72) | public void onModelUpdated(@Observes UpdatedRuntimeModelEvent event) { method reload (line 76) | private void reload() { FILE: dashbuilder/dashbuilder-runtime/src/main/java/org/dashbuilder/client/screens/NotFoundScreen.java class NotFoundScreen (line 37) | @ApplicationScoped type View (line 45) | public interface View extends UberElemental { method setNotFoundDashboard (line 47) | void setNotFoundDashboard(String perspectiveName); method onOpen (line 53) | @OnOpen method getScreenTitle (line 62) | @WorkbenchPartTitle method workbenchPart (line 67) | @WorkbenchPartView FILE: dashbuilder/dashbuilder-runtime/src/main/java/org/dashbuilder/client/screens/RouterScreen.java class RouterScreen (line 50) | @ApplicationScoped type View (line 58) | public interface View extends UberElemental { method title (line 85) | @WorkbenchPartTitle method getView (line 90) | @WorkbenchPartView method onOpen (line 95) | @OnOpen method doRoute (line 100) | public void doRoute() { method route (line 105) | protected void route(RuntimeServiceResponse response) { method afterDashboardUpload (line 131) | public void afterDashboardUpload(String id) { method loadDashboard (line 139) | public void loadDashboard(String importId) { method listDashboards (line 149) | public void listDashboards() { method onUpdatedRuntimeModelEvent (line 156) | public void onUpdatedRuntimeModelEvent(@Observes UpdatedRuntimeModelEv... FILE: dashbuilder/dashbuilder-runtime/src/main/java/org/dashbuilder/client/screens/RuntimeScreen.java class RuntimeScreen (line 43) | @ApplicationScoped type View (line 53) | public interface View extends UberElemental { method addMenus (line 55) | void addMenus(Menus menus); method getScreenTitle (line 77) | @WorkbenchPartTitle method workbenchPart (line 82) | @WorkbenchPartView method loadDashboards (line 87) | public void loadDashboards(RuntimeModel runtimeModel) { method goToIndex (line 92) | public void goToIndex(List templates) { method setKeepHistory (line 111) | public void setKeepHistory(boolean keepHistory) { method onPerspectiveChange (line 115) | void onPerspectiveChange(@Observes PerspectiveChange perspectiveChange) { method refreshMenus (line 131) | private void refreshMenus() { FILE: dashbuilder/dashbuilder-runtime/src/main/java/org/dashbuilder/client/screens/view/DashboardsListScreenView.java class DashboardsListScreenView (line 30) | @Templated method getElement (line 51) | @Override method init (line 56) | @Override method addCard (line 61) | @Override method clear (line 66) | @Override FILE: dashbuilder/dashbuilder-runtime/src/main/java/org/dashbuilder/client/screens/view/EmptyScreenView.java class EmptyScreenView (line 29) | @Templated method getElement (line 46) | @Override method init (line 51) | @Override FILE: dashbuilder/dashbuilder-runtime/src/main/java/org/dashbuilder/client/screens/view/NotFoundScreenView.java class NotFoundScreenView (line 30) | @Dependent method getElement (line 44) | @Override method init (line 49) | @Override method setNotFoundDashboard (line 54) | @Override FILE: dashbuilder/dashbuilder-runtime/src/main/java/org/dashbuilder/client/screens/view/RouterScreenView.java class RouterScreenView (line 28) | @Templated method getElement (line 38) | @Override method init (line 43) | @Override FILE: dashbuilder/dashbuilder-runtime/src/main/java/org/dashbuilder/client/screens/view/RuntimeScreenView.java class RuntimeScreenView (line 31) | @Dependent method getElement (line 48) | @Override method init (line 53) | @Override method addMenus (line 58) | @Override FILE: dashbuilder/dashbuilder-runtime/src/main/java/org/dashbuilder/client/widgets/DashboardCard.java class DashboardCard (line 34) | @Dependent type View (line 49) | public interface View extends UberElemental { method setDashboardId (line 51) | void setDashboardId(String title); method init (line 55) | @PostConstruct method getElement (line 60) | @Override method setDashboardId (line 65) | public void setDashboardId(String dashboardId) { method onCardSelected (line 69) | public void onCardSelected(String dashboardId) { FILE: dashbuilder/dashbuilder-runtime/src/main/java/org/dashbuilder/client/widgets/UploadWidget.java class UploadWidget (line 39) | @Dependent type View (line 53) | public interface View extends UberElemental { method loading (line 55) | void loading(); method stopLoading (line 57) | void stopLoading(); method badResponseUploading (line 59) | void badResponseUploading(Response response); method errorDuringUpload (line 61) | void errorDuringUpload(Object error); method dashboardAlreadyImportedError (line 63) | void dashboardAlreadyImportedError(String importName, String modelId); method importSuccess (line 65) | void importSuccess(String importName); method init (line 69) | @PostConstruct method getElement (line 74) | @Override method submit (line 79) | public void submit(String fileName, final HTMLFormElement uploadForm) { method openImport (line 103) | private void openImport(final String newImportName) { method importAlreadyExists (line 108) | private void importAlreadyExists(final String fileName, final String m... method retrieveFileName (line 113) | public String retrieveFileName(String value) { FILE: dashbuilder/dashbuilder-runtime/src/main/java/org/dashbuilder/client/widgets/view/DashboardCardView.java class DashboardCardView (line 32) | @Dependent method getElement (line 49) | @Override method init (line 54) | @Override method setDashboardId (line 59) | @Override method onCardSelected (line 65) | @EventHandler("dashboardCardRoot") FILE: dashbuilder/dashbuilder-runtime/src/main/java/org/dashbuilder/client/widgets/view/UploadWidgetView.java class UploadWidgetView (line 38) | @Dependent method init (line 72) | @Override method loading (line 77) | @Override method stopLoading (line 82) | @Override method badResponseUploading (line 87) | @Override method errorDuringUpload (line 92) | @Override method dashboardAlreadyImportedError (line 97) | @Override method handleImport (line 102) | @EventHandler("btnImport") method handleInputFileChange (line 107) | @EventHandler("inputFile") method getElement (line 114) | @Override method importSuccess (line 119) | @Override FILE: dashbuilder/dashbuilder-runtime/src/main/java/org/dashbuilder/shared/event/NewDataSetContentEvent.java class NewDataSetContentEvent (line 27) | public class NewDataSetContentEvent { method NewDataSetContentEvent (line 33) | public NewDataSetContentEvent(String runtimeModelId, List getContent() { method getRuntimeModelId (line 42) | public String getRuntimeModelId() { FILE: dashbuilder/dashbuilder-runtime/src/main/java/org/dashbuilder/shared/event/RemovedRuntimeModelEvent.java class RemovedRuntimeModelEvent (line 26) | @Portable method RemovedRuntimeModelEvent (line 34) | public RemovedRuntimeModelEvent(@MapsTo("id") String id) { method getRuntimeModelId (line 38) | public String getRuntimeModelId() { FILE: dashbuilder/dashbuilder-runtime/src/main/java/org/dashbuilder/shared/event/UpdatedRuntimeModelEvent.java class UpdatedRuntimeModelEvent (line 26) | @Portable method UpdatedRuntimeModelEvent (line 34) | public UpdatedRuntimeModelEvent() { method UpdatedRuntimeModelEvent (line 38) | public UpdatedRuntimeModelEvent(@MapsTo("id") String id) { method getRuntimeModelId (line 42) | public String getRuntimeModelId() { FILE: dashbuilder/dashbuilder-runtime/src/main/java/org/dashbuilder/shared/model/DashboardInfo.java class DashboardInfo (line 25) | public class DashboardInfo { method DashboardInfo (line 31) | public DashboardInfo(String runtimeModelId, Collection pages) { method getRuntimeModelId (line 36) | public String getRuntimeModelId() { method getPages (line 40) | public Collection getPages() { FILE: dashbuilder/dashbuilder-runtime/src/main/java/org/dashbuilder/shared/model/DashbuilderRuntimeInfo.java class DashbuilderRuntimeInfo (line 25) | public class DashbuilderRuntimeInfo { method DashbuilderRuntimeInfo (line 31) | public DashbuilderRuntimeInfo(String mode, method getMode (line 39) | public String getMode() { method getAvailableModels (line 43) | public Collection getAvailableModels() { method isAcceptingNewImports (line 47) | public boolean isAcceptingNewImports() { FILE: dashbuilder/dashbuilder-runtime/src/main/java/org/dashbuilder/shared/model/DashbuilderRuntimeMode.java type DashbuilderRuntimeMode (line 23) | public enum DashbuilderRuntimeMode { FILE: dashbuilder/dashbuilder-runtime/src/main/java/org/dashbuilder/shared/model/DataSetContent.java class DataSetContent (line 22) | @Portable method DataSetContent (line 29) | public DataSetContent() {} method DataSetContent (line 31) | public DataSetContent(@MapsTo("id") String id, method setId (line 40) | public void setId(String id) { method getId (line 44) | public String getId() { method getContent (line 48) | public String getContent() { method getContentType (line 52) | public DataSetContentType getContentType() { FILE: dashbuilder/dashbuilder-runtime/src/main/java/org/dashbuilder/shared/model/DataSetContentType.java type DataSetContentType (line 21) | @Portable method fromFileExtension (line 27) | public static DataSetContentType fromFileExtension(String ext) { FILE: dashbuilder/dashbuilder-runtime/src/main/java/org/dashbuilder/shared/model/ImportDefinitions.java class ImportDefinitions (line 23) | public class ImportDefinitions { method ImportDefinitions (line 37) | private ImportDefinitions() { FILE: dashbuilder/dashbuilder-runtime/src/main/java/org/dashbuilder/shared/model/RuntimeModel.java class RuntimeModel (line 30) | @Portable method RuntimeModel (line 39) | public RuntimeModel(@MapsTo("navTree") final NavTree navTree, method getNavTree (line 47) | public NavTree getNavTree() { method getLayoutTemplates (line 51) | public List getLayoutTemplates() { method getLastModified (line 55) | public Long getLastModified() { FILE: dashbuilder/dashbuilder-runtime/src/main/java/org/dashbuilder/shared/model/RuntimeServiceResponse.java class RuntimeServiceResponse (line 28) | @Portable method RuntimeServiceResponse (line 37) | public RuntimeServiceResponse() { method RuntimeServiceResponse (line 41) | public RuntimeServiceResponse(@MapsTo("mode") DashbuilderRuntimeMode m... method getRuntimeModelOp (line 49) | public Optional getRuntimeModelOp() { method getAvailableModels (line 53) | public List getAvailableModels() { method getMode (line 57) | public DashbuilderRuntimeMode getMode() { FILE: dashbuilder/dashbuilder-runtime/src/main/java/org/dashbuilder/shared/service/ImportValidationService.java type ImportValidationService (line 23) | public interface ImportValidationService { method validate (line 33) | public boolean validate(String file); FILE: dashbuilder/dashbuilder-runtime/src/main/java/org/dashbuilder/shared/service/RuntimeModelParser.java type RuntimeModelParser (line 27) | public interface RuntimeModelParser { method parse (line 36) | RuntimeModel parse(String runtimeModelId, InputStream is); FILE: dashbuilder/dashbuilder-runtime/src/main/java/org/dashbuilder/shared/service/RuntimeModelRegistry.java type RuntimeModelRegistry (line 31) | public interface RuntimeModelRegistry { method acceptingNewImports (line 33) | public default boolean acceptingNewImports() { method single (line 43) | Optional single(); method isEmpty (line 49) | boolean isEmpty(); method getMode (line 56) | DashbuilderRuntimeMode getMode(); method get (line 63) | Optional get(String id); method setMode (line 71) | void setMode(DashbuilderRuntimeMode mode); method registerFile (line 78) | Optional registerFile(String filePath); method remove (line 85) | void remove(String runtimeModelid); method unregister (line 92) | void unregister(String runtimeModelid); method availableModels (line 97) | Collection availableModels(); method clear (line 102) | void clear(); FILE: dashbuilder/dashbuilder-runtime/src/main/java/org/dashbuilder/shared/service/RuntimeModelService.java type RuntimeModelService (line 29) | @Remote method info (line 40) | public RuntimeServiceResponse info(String runtimeModelId); method getRuntimeModel (line 51) | Optional getRuntimeModel(String runtimeModelId); FILE: dashbuilder/dashbuilder-runtime/src/main/java/org/dashbuilder/shared/services/ExternalImportService.java type ExternalImportService (line 27) | public interface ExternalImportService { method registerExternalImport (line 36) | Optional registerExternalImport(String externalModelUrl); FILE: dashbuilder/dashbuilder-runtime/src/test/java/org/dashbuilder/backend/DataSetContentListenerTest.java class DataSetContentListenerTest (line 42) | @RunWith(MockitoJUnitRunner.class) method testRegister (line 60) | @Test method testUnregister (line 82) | @Test FILE: dashbuilder/dashbuilder-runtime/src/test/java/org/dashbuilder/backend/RuntimeModelLoaderTest.java class RuntimeModelLoaderTest (line 42) | @RunWith(MockitoJUnitRunner.class) method init (line 56) | @Before method cleanup (line 61) | @After method testCreateBaseDir (line 66) | @Test method testLoadAvailableModels (line 75) | @Test FILE: dashbuilder/dashbuilder-runtime/src/test/java/org/dashbuilder/backend/helper/PartitionHelperTest.java class PartitionHelperTest (line 22) | public class PartitionHelperTest { method testPartition (line 24) | @Test method testRemovePartition (line 30) | @Test method testRemovePartitionWithoutSeparator (line 36) | @Test FILE: dashbuilder/dashbuilder-runtime/src/test/java/org/dashbuilder/backend/navigation/RuntimeNavigationBuilderTest.java class RuntimeNavigationBuilderTest (line 38) | public class RuntimeNavigationBuilderTest { method init (line 46) | @Before method groupPruneTest (line 54) | @Test method removeItemWithoutTemplateTest (line 98) | @Test method groupForOrphanItemsTest (line 126) | @Test method treeForEmptyNavigationTest (line 159) | @Test method containsLayoutTemplate (line 177) | private boolean containsLayoutTemplate(NavGroup group, LayoutTemplate ... FILE: dashbuilder/dashbuilder-runtime/src/test/java/org/dashbuilder/backend/services/impl/ImportValidationServiceImplTest.java class ImportValidationServiceImplTest (line 25) | public class ImportValidationServiceImplTest { method init (line 29) | @Before method validFileTest (line 34) | @Test method invalidFileTest (line 40) | @Test FILE: dashbuilder/dashbuilder-runtime/src/test/java/org/dashbuilder/backend/services/impl/RuntimeInfoServiceImplTest.java class RuntimeInfoServiceImplTest (line 41) | @RunWith(MockitoJUnitRunner.class) method init (line 57) | @Before method testInfo (line 67) | @Test method testDashboardInfoWithFoundModel (line 77) | @Test method testDashboardInfoWithNotFoundModel (line 86) | @Test FILE: dashbuilder/dashbuilder-runtime/src/test/java/org/dashbuilder/backend/services/impl/RuntimeModelParserImplTest.java class RuntimeModelParserImplTest (line 60) | @RunWith(MockitoJUnitRunner.class) method testEmptyImport (line 81) | @Test method testValidImport (line 92) | @Test method testTransformedUuid (line 132) | @Test method testUnzipComponentFile (line 162) | @Test method testUnzipComponentFileWithPartition (line 180) | @Test method getFileContent (line 203) | private String getFileContent(String resource) throws IOException { FILE: dashbuilder/dashbuilder-runtime/src/test/java/org/dashbuilder/backend/services/impl/RuntimeModelRegistryImplTest.java class RuntimeModelRegistryImplTest (line 57) | @RunWith(MockitoJUnitRunner.class) method init (line 81) | @Before method cleanup (line 88) | @After method testRegisterFileEmpty (line 94) | @Test(expected = IllegalArgumentException.class) method testRegisterFileNull (line 99) | @Test(expected = IllegalArgumentException.class) method testRegisterFileNotExist (line 104) | @Test(expected = IllegalArgumentException.class) method testRegisterFileInvalid (line 109) | @Test(expected = IllegalArgumentException.class) method testRegisterFileNotAcceptingImports (line 118) | @Test(expected = IllegalArgumentException.class) method testRegisterFileParsingError (line 129) | @Test(expected = IllegalArgumentException.class) method testRegisterFileSuccess (line 141) | @Test method testRegisterFileSuccessMultiMode (line 156) | @Test method testSingle (line 182) | @Test method testGetInMultipleMode (line 189) | @Test method testGetWithSingleMode (line 197) | @Test method testRemoveExistingModel (line 211) | @Test method testRemoveWithoutDeletingFile (line 230) | @Test method testRemoveNotExistingModel (line 247) | @Test method testClear (line 259) | @Test FILE: dashbuilder/dashbuilder-runtime/src/test/java/org/dashbuilder/client/ClientRuntimeModelLoaderTest.java class ClientRuntimeModelLoaderTest (line 48) | @RunWith(GwtMockitoTestRunner.class) method setup (line 70) | @Before method testLoadModelSuccess (line 80) | @Test method testLoadModelNotFound (line 105) | @Test method testLoadModelError (line 121) | @Test FILE: dashbuilder/dashbuilder-runtime/src/test/java/org/dashbuilder/client/error/DefaultRuntimeErrorCallbackTest.java class DefaultRuntimeErrorCallbackTest (line 30) | public class DefaultRuntimeErrorCallbackTest { method testIsServerOfflineException (line 32) | @Test method testExtractMessageRecursively (line 42) | @Test FILE: dashbuilder/dashbuilder-runtime/src/test/java/org/dashbuilder/client/screens/RouterScreenTest.java class RouterScreenTest (line 42) | @RunWith(GwtMockitoTestRunner.class) method testRouteToRuntimePerspective (line 60) | @Test method testRouteToEmptyPerspective (line 72) | @Test method testRouteToDashboardsListPerspective (line 83) | @Test FILE: dashbuilder/dashbuilder-runtime/src/test/java/org/dashbuilder/client/screens/RuntimeScreenTest.java class RuntimeScreenTest (line 34) | @RunWith(GwtMockitoTestRunner.class) method testGoToIndexWithIndexPage (line 43) | @Test method testGoToIndexWithSinglePage (line 55) | @Test method testGoToIndexWithoutIndex (line 65) | @Test method testGoToIndexWithHistoryAndKeepIndex (line 73) | @Test method testGoToIndexWithoutHistory (line 83) | @Test method testGoToIndexWithDeletedPage (line 93) | @Test FILE: dashbuilder/dashbuilder-runtime/src/test/java/org/dashbuilder/shared/service/RuntimeModelRegistryTest.java class RuntimeModelRegistryTest (line 29) | public class RuntimeModelRegistryTest { method testAcceptingNewImportsMultiple (line 31) | @Test method testNotAcceptingNewImportsStatic (line 37) | @Test method testNotAcceptingNewImportsSingleAndNotEmpty (line 43) | @Test method testNotAcceptingNewImportsSingleAndEmpty (line 49) | @Test class RuntimeModelRegistryMock (line 56) | public class RuntimeModelRegistryMock implements RuntimeModelRegistry { method RuntimeModelRegistryMock (line 60) | public RuntimeModelRegistryMock(DashbuilderRuntimeMode mode, boolean... method single (line 68) | @Override method isEmpty (line 73) | @Override method getMode (line 78) | @Override method get (line 83) | @Override method setMode (line 88) | @Override method registerFile (line 91) | @Override method remove (line 96) | @Override method availableModels (line 101) | @Override method clear (line 106) | @Override method unregister (line 111) | @Override FILE: dashbuilder/dashbuilder-shared/dashbuilder-displayer-api/src/main/java/org/dashbuilder/displayer/AreaChartSettingsBuilder.java type AreaChartSettingsBuilder (line 28) | public interface AreaChartSettingsBuilder ex... method width (line 28) | T width(int width); method height (line 35) | T height(int height); method margins (line 45) | T margins(int top, int bottom, int left, int right); method legendOff (line 51) | T legendOff(); method legendOn (line 58) | T legendOn(String position); method legendOn (line 59) | T legendOn(Position position); method resizableOn (line 67) | T resizableOn(int maxWidth, int maxHeight); method resizableOff (line 73) | T resizableOff(); FILE: dashbuilder/dashbuilder-shared/dashbuilder-displayer-api/src/main/java/org/dashbuilder/displayer/ColumnSettings.java class ColumnSettings (line 25) | @Portable method getFixedExpression (line 41) | public static String getFixedExpression(DateIntervalType type) { method getDatePattern (line 57) | public static String getDatePattern(DateIntervalType type) { method cloneWithDefaults (line 82) | public static ColumnSettings cloneWithDefaults(ColumnSettings columnSe... method ColumnSettings (line 123) | public ColumnSettings() { method ColumnSettings (line 126) | public ColumnSettings(String columnId) { method getColumnId (line 130) | public String getColumnId() { method setColumnId (line 134) | public void setColumnId(String columnId) { method getColumnName (line 138) | public String getColumnName() { method setColumnName (line 142) | public void setColumnName(String name) { method getValueExpression (line 146) | public String getValueExpression() { method setValueExpression (line 150) | public void setValueExpression(String valueExpression) { method getValuePattern (line 154) | public String getValuePattern() { method setValuePattern (line 158) | public void setValuePattern(String pattern) { method getEmptyTemplate (line 162) | public String getEmptyTemplate() { method setEmptyTemplate (line 166) | public void setEmptyTemplate(String emptyTemplate) { method toString (line 170) | public String toString() { method cloneInstance (line 180) | public ColumnSettings cloneInstance() { method equals (line 190) | public boolean equals(Object obj) { FILE: dashbuilder/dashbuilder-shared/dashbuilder-displayer-api/src/main/java/org/dashbuilder/displayer/DisplayerAttributeDef.java class DisplayerAttributeDef (line 18) | public class DisplayerAttributeDef { method DisplayerAttributeDef (line 106) | public DisplayerAttributeDef() { method DisplayerAttributeDef (line 109) | public DisplayerAttributeDef( String id ) { method DisplayerAttributeDef (line 113) | public DisplayerAttributeDef( String id, DisplayerAttributeGroupDef pa... method getFullId (line 120) | public String getFullId() { method getParent (line 124) | public DisplayerAttributeDef getParent() { method setParent (line 128) | public void setParent(DisplayerAttributeGroupDef parent) { method equals (line 132) | @Override method hashCode (line 144) | @Override method toString (line 151) | @Override FILE: dashbuilder/dashbuilder-shared/dashbuilder-displayer-api/src/main/java/org/dashbuilder/displayer/DisplayerAttributeGroupDef.java class DisplayerAttributeGroupDef (line 21) | public class DisplayerAttributeGroupDef extends DisplayerAttributeDef { method DisplayerAttributeGroupDef (line 69) | public DisplayerAttributeGroupDef() { method DisplayerAttributeGroupDef (line 72) | public DisplayerAttributeGroupDef( String id ) { method DisplayerAttributeGroupDef (line 76) | public DisplayerAttributeGroupDef( String id, DisplayerAttributeGroupD... method getChildren (line 80) | public Set getChildren() { method addChild (line 84) | public DisplayerAttributeGroupDef addChild(DisplayerAttributeDef membe... FILE: dashbuilder/dashbuilder-shared/dashbuilder-displayer-api/src/main/java/org/dashbuilder/displayer/DisplayerConstraints.java class DisplayerConstraints (line 29) | public class DisplayerConstraints { method DisplayerConstraints (line 37) | public DisplayerConstraints(DataSetLookupConstraints dataSetLookupCons... method supportingComponentAttributes (line 44) | public DisplayerConstraints supportingComponentAttributes(boolean supp... method supportsAttribute (line 49) | public DisplayerConstraints supportsAttribute(DisplayerAttributeDef at... method excludeAttribute (line 71) | public DisplayerConstraints excludeAttribute(DisplayerAttributeDef att... method getSupportedAttributes (line 78) | public Set getSupportedAttributes() { method getDataSetLookupConstraints (line 82) | public DataSetLookupConstraints getDataSetLookupConstraints() { method setDataSetLookupConstraints (line 86) | public DisplayerConstraints setDataSetLookupConstraints(DataSetLookupC... method removeUnsupportedAttributes (line 91) | public void removeUnsupportedAttributes(DisplayerSettings displayerSet... method check (line 103) | public ValidationError check(DisplayerSettings settings) { method createValidationError (line 121) | protected ValidationError createValidationError(int error) { FILE: dashbuilder/dashbuilder-shared/dashbuilder-displayer-api/src/main/java/org/dashbuilder/displayer/DisplayerSettings.java class DisplayerSettings (line 32) | @Portable method DisplayerSettings (line 41) | public DisplayerSettings() {} method DisplayerSettings (line 43) | public DisplayerSettings(DisplayerType displayerType) { method DisplayerSettings (line 48) | public DisplayerSettings(DisplayerType displayerType, DisplayerSubType... method cloneInstance (line 53) | public DisplayerSettings cloneInstance() { method equals (line 70) | public boolean equals(Object obj) { method getColumnSettingsList (line 110) | public List getColumnSettingsList() { method setColumnSettingsList (line 114) | public void setColumnSettingsList(List columnSettingsL... method removeColumnSettings (line 122) | public void removeColumnSettings(String columnId) { method getColumnSettings (line 132) | public ColumnSettings getColumnSettings(String columnId) { method getColumnSettings (line 140) | public ColumnSettings getColumnSettings(DataColumn column) { method setColumnName (line 145) | public void setColumnName(String columnId, String name) { method setColumnValueExpression (line 153) | public void setColumnValueExpression(String columnId, String expressio... method setColumnValuePattern (line 161) | public void setColumnValuePattern(String columnId, String pattern) { method setColumnEmptyTemplate (line 169) | public void setColumnEmptyTemplate(String columnId, String template) { method getSettingPath (line 177) | private String getSettingPath(DisplayerAttributeDef displayerAttribute... method parseInt (line 181) | private int parseInt(String value, int defaultValue) { method parseLong (line 187) | private long parseLong(String value, long defaultValue) { method parseBoolean (line 193) | private boolean parseBoolean(String value) { method parseBoolean (line 197) | private boolean parseBoolean(String value, boolean defaultValue) { method parseString (line 203) | private String parseString(String value) { method getUUID (line 209) | public String getUUID() { method setUUID (line 213) | public void setUUID(String UUID) { method getDataSet (line 217) | public DataSet getDataSet() { method setDataSet (line 221) | public void setDataSet(DataSet dataSet) { method getDataSetLookup (line 225) | public DataSetLookup getDataSetLookup() { method setDataSetLookup (line 229) | public void setDataSetLookup(DataSetLookup dataSetLookup) { method getDisplayerSetting (line 234) | public String getDisplayerSetting(DisplayerAttributeDef displayerAttri... method setDisplayerSetting (line 239) | public void setDisplayerSetting(DisplayerAttributeDef displayerAttribu... method setDisplayerSetting (line 244) | public void setDisplayerSetting(String displayerAttributeDef, String v... method removeDisplayerSetting (line 249) | public void removeDisplayerSetting(DisplayerAttributeDef displayerAttr... method removeDisplayerSetting (line 254) | public void removeDisplayerSetting(DisplayerAttributeGroupDef displaye... method removeDisplayerSetting (line 261) | public void removeDisplayerSetting(String displayerAttributeDef) { method getSettingsFlatMap (line 265) | public Map getSettingsFlatMap() { method setSettingsFlatMap (line 269) | public void setSettingsFlatMap(Map settings) { method getType (line 273) | public DisplayerType getType() { method setType (line 278) | public void setType(DisplayerType displayerType) { method getSubtype (line 282) | public DisplayerSubType getSubtype() { method setSubtype (line 287) | public void setSubtype(DisplayerSubType subtype) { method getRenderer (line 294) | public String getRenderer() { method setRenderer (line 298) | public void setRenderer(String renderer) { method getTitle (line 302) | public String getTitle() { method setTitle (line 306) | public void setTitle(String title) { method isTitleVisible (line 310) | public boolean isTitleVisible() { method setTitleVisible (line 314) | public void setTitleVisible(boolean titleVisible) { method isCSVExportAllowed (line 318) | public boolean isCSVExportAllowed() { method setCSVExportAllowed (line 322) | public void setCSVExportAllowed(boolean csvExportAllowed) { method isExcelExportAllowed (line 326) | public boolean isExcelExportAllowed() { method setExcelExportAllowed (line 330) | public void setExcelExportAllowed(boolean excelExportAllowed) { method getRefreshInterval (line 334) | public int getRefreshInterval() { method setRefreshInterval (line 338) | public void setRefreshInterval(int refreshInSeconds) { method isRefreshStaleData (line 342) | public boolean isRefreshStaleData() { method setRefreshStaleData (line 346) | public void setRefreshStaleData(boolean refresh) { method isFilterEnabled (line 350) | public boolean isFilterEnabled() { method setFilterEnabled (line 354) | public void setFilterEnabled(boolean filterEnabled) { method isFilterSelfApplyEnabled (line 358) | public boolean isFilterSelfApplyEnabled() { method setFilterSelfApplyEnabled (line 362) | public void setFilterSelfApplyEnabled(boolean filterSelfApplyEnabled) { method isFilterNotificationEnabled (line 366) | public boolean isFilterNotificationEnabled() { method setFilterNotificationEnabled (line 370) | public void setFilterNotificationEnabled(boolean filterNotificationEna... method isFilterListeningEnabled (line 374) | public boolean isFilterListeningEnabled() { method setFilterListeningEnabled (line 378) | public void setFilterListeningEnabled(boolean filterListeningEnabled) { method getSelectorWidth (line 382) | public int getSelectorWidth() { method setSelectorWidth (line 386) | public void setSelectorWidth(int filterWidth) { method isSelectorMultiple (line 390) | public boolean isSelectorMultiple() { method setSelectorMultiple (line 394) | public void setSelectorMultiple(boolean filterMultiple) { method isSelectorInputsEnabled (line 398) | public boolean isSelectorInputsEnabled() { method setSelectorInputsEnabled (line 402) | public void setSelectorInputsEnabled(boolean enabled) { method getChartWidth (line 406) | public int getChartWidth() { method setChartWidth (line 410) | public void setChartWidth(int chartWidth) { method getChartBackgroundColor (line 414) | public String getChartBackgroundColor() { method setChartBackgroundColor (line 418) | public void setChartBackgroundColor(String color) { method getChartHeight (line 422) | public int getChartHeight() { method setChartHeight (line 426) | public void setChartHeight(int chartHeight) { method getChartMarginTop (line 430) | public int getChartMarginTop() { method setChartMarginTop (line 434) | public void setChartMarginTop(int chartMarginTop) { method getChartMarginBottom (line 438) | public int getChartMarginBottom() { method setChartMarginBottom (line 442) | public void setChartMarginBottom(int chartMarginBottom) { method getChartMarginLeft (line 446) | public int getChartMarginLeft() { method setChartMarginLeft (line 450) | public void setChartMarginLeft(int chartMarginLeft) { method getChartMarginRight (line 454) | public int getChartMarginRight() { method setChartMarginRight (line 458) | public void setChartMarginRight(int chartMarginRight) { method getChartMaxWidth (line 462) | public int getChartMaxWidth() { method setChartMaxWidth (line 466) | public void setChartMaxWidth(int chartWidth) { method getChartMaxHeight (line 470) | public int getChartMaxHeight() { method setChartMaxHeight (line 474) | public void setChartMaxHeight(int chartHeight) { method setResizable (line 478) | public void setResizable(boolean resizable) { method isResizable (line 482) | public boolean isResizable() { method isChartShowLegend (line 486) | public boolean isChartShowLegend() { method setChartShowLegend (line 490) | public void setChartShowLegend(boolean chartShowLegend) { method getChartLegendPosition (line 494) | public Position getChartLegendPosition() { method setChartLegendPosition (line 501) | public void setChartLegendPosition(Position chartLegendPosition) { method getTablePageSize (line 505) | public int getTablePageSize() { method setTablePageSize (line 509) | public void setTablePageSize(int tablePageSize) { method getTableWidth (line 513) | public int getTableWidth() { method setTableWidth (line 517) | public void setTableWidth(int tableWidth) { method isTableSortEnabled (line 521) | public boolean isTableSortEnabled() { method setTableSortEnabled (line 525) | public void setTableSortEnabled(boolean tableSortEnabled) { method setTableColumnPickerEnabled (line 529) | public void setTableColumnPickerEnabled(boolean tableColumnPickerEnabl... method getTableDefaultSortColumnId (line 533) | public String getTableDefaultSortColumnId() { method setTableDefaultSortColumnId (line 537) | public void setTableDefaultSortColumnId(String tableDefaultSortColumnI... method getTableDefaultSortOrder (line 541) | public SortOrder getTableDefaultSortOrder() { method setTableDefaultSortOrder (line 548) | public void setTableDefaultSortOrder(SortOrder tableDefaultSortOrder) { method isTableColumnPickerEnabled (line 552) | public boolean isTableColumnPickerEnabled() { method isXAxisShowLabels (line 556) | public boolean isXAxisShowLabels() { method setXAxisShowLabels (line 560) | public void setXAxisShowLabels(boolean axisShowLabels) { method getXAxisLabelsAngle (line 564) | public int getXAxisLabelsAngle() { method setXAxisLabelsAngle (line 568) | public void setXAxisLabelsAngle(int axisLabelsAngle) { method getXAxisTitle (line 572) | public String getXAxisTitle() { method setXAxisTitle (line 576) | public void setXAxisTitle(String axisTitle) { method isYAxisShowLabels (line 580) | public boolean isYAxisShowLabels() { method setYAxisShowLabels (line 584) | public void setYAxisShowLabels(boolean axisShowLabels) { method getYAxisTitle (line 596) | public String getYAxisTitle() { method setYAxisTitle (line 600) | public void setYAxisTitle(String axisTitle) { method getMeterStart (line 604) | public long getMeterStart() { method setMeterStart (line 608) | public void setMeterStart(long meterStart) { method getMeterWarning (line 612) | public long getMeterWarning() { method setMeterWarning (line 616) | public void setMeterWarning(long meterWarning) { method getMeterCritical (line 620) | public long getMeterCritical() { method setMeterCritical (line 624) | public void setMeterCritical(long meterCritical) { method getMeterEnd (line 628) | public long getMeterEnd() { method setMeterEnd (line 632) | public void setMeterEnd(long meterEnd) { method getDonutHoleTitle (line 636) | public String getDonutHoleTitle() { method setDonutHoleTitle (line 640) | public void setDonutHoleTitle(String holeTitle) { method isChart3D (line 644) | public boolean isChart3D() { method setChart3D (line 648) | public void setChart3D(boolean barchartThreeDimension) { method setHtmlTemplate (line 652) | public void setHtmlTemplate(String htmlTemplate) { method setJsTemplate (line 656) | public void setJsTemplate(String jsTemplate) { method getHtmlTemplate (line 660) | public String getHtmlTemplate() { method getJsTemplate (line 664) | public String getJsTemplate() { method setMapColorScheme (line 668) | public void setMapColorScheme(MapColorScheme colorScheme) { method getMapColorScheme (line 673) | public MapColorScheme getMapColorScheme() { method getComponentId (line 677) | public String getComponentId() { method setComponentId (line 681) | public String setComponentId(String componentId) { method setComponentProperty (line 685) | public void setComponentProperty(String key, String value) { method getComponentProperty (line 693) | public String getComponentProperty(String key) { method getComponentProperties (line 702) | public Map getComponentProperties() { method getComponentPartition (line 713) | public String getComponentPartition() { method setComponentPartition (line 717) | public String setComponentPartition(String componentPartition) { method componentPrefix (line 721) | private String componentPrefix(String componentId, String key) { method removeComponentPrefix (line 725) | private String removeComponentPrefix(String componentId, String key) { FILE: dashbuilder/dashbuilder-shared/dashbuilder-displayer-api/src/main/java/org/dashbuilder/displayer/DisplayerSettingsBuilder.java type DisplayerSettingsBuilder (line 37) | public interface DisplayerSettingsBuilder extends DataSetLookupBuilde... method uuid (line 45) | T uuid(String uuid); method dataset (line 54) | T dataset(DataSet dataSet); method title (line 61) | T title(String title); method titleVisible (line 68) | T titleVisible(boolean visible); method backgroundColor (line 75) | T backgroundColor(String backgroundColor); method renderer (line 82) | T renderer(String renderer); method subtype (line 90) | T subtype(DisplayerSubType displayerSubType); method filterOn (line 105) | T filterOn(boolean applySelf, boolean notifyOthers, boolean receiveFro... method filterOff (line 114) | T filterOff(boolean receiveFromOthers); method refreshOn (line 121) | T refreshOn(); method refreshOn (line 131) | T refreshOn(int seconds, boolean onStale); method refreshOff (line 139) | T refreshOff(); method format (line 149) | T format(String name); method format (line 168) | T format(String name, String pattern); method format (line 186) | T format(String columnId, String name, String pattern); method expression (line 211) | T expression(String expression); method expression (line 220) | T expression(String columnId, String expression); method htmlTemplate (line 254) | T htmlTemplate(String html); method jsTemplate (line 281) | T jsTemplate(String js); method buildSettings (line 287) | DisplayerSettings buildSettings(); FILE: dashbuilder/dashbuilder-shared/dashbuilder-displayer-api/src/main/java/org/dashbuilder/displayer/DisplayerSettingsFactory.java class DisplayerSettingsFactory (line 33) | public final class DisplayerSettingsFactory { method newBarChartSettings (line 35) | public static BarChartSettingsBuilder new... method newPieChartSettings (line 39) | public static PieChartSettingsBuilder new... method newAreaChartSettings (line 43) | public static AreaChartSettingsBuilder n... method newLineChartSettings (line 47) | public static LineChartSettingsBuilder n... method newBubbleChartSettings (line 51) | public static BubbleChartSettingsBuilder new... method newTableSettings (line 59) | public static TableDisplayerSettingsBuilder... method newSelectorSettings (line 67) | public static SelectorDisplayerSettingsBuilder newMetr... method newExternalDisplayerSettings (line 75) | public static ExternalDisplayerSettingsBuilder getSubTypes() { FILE: dashbuilder/dashbuilder-shared/dashbuilder-displayer-api/src/main/java/org/dashbuilder/displayer/ExternalDisplayerSettingsBuilder.java type ExternalDisplayerSettingsBuilder (line 22) | public interface ExternalDisplayerSettingsBuilder ... method metric (line 43) | T metric(long start, long warning, long critical, long end); FILE: dashbuilder/dashbuilder-shared/dashbuilder-displayer-api/src/main/java/org/dashbuilder/displayer/PieChartSettingsBuilder.java type PieChartSettingsBuilder (line 28) | public interface PieChartSettingsBuilder params, Consumer onFinish, Consu... FILE: dashbuilder/dashbuilder-shared/dashbuilder-displayer-api/src/main/java/org/dashbuilder/displayer/external/ExternalComponentMessage.java class ExternalComponentMessage (line 26) | @JsType(isNative = true, namespace = JsPackage.GLOBAL, name = "Object") method create (line 34) | @JsOverlay method setProperty (line 43) | @JsOverlay method getProperty (line 48) | @JsOverlay method getType (line 53) | @JsOverlay FILE: dashbuilder/dashbuilder-shared/dashbuilder-displayer-api/src/main/java/org/dashbuilder/displayer/external/ExternalComponentMessageHelper.java class ExternalComponentMessageHelper (line 29) | public class ExternalComponentMessageHelper { method filterRequest (line 89) | public Optional filterRequest(ExternalComponent... method functionCallRequest (line 104) | public Optional functionCallRequest(ExternalCompo... method newDataSetMessage (line 122) | public ExternalComponentMessage newDataSetMessage(ExternalDataSet ds, ... method newInitMessage (line 135) | public ExternalComponentMessage newInitMessage(Map com... method newFunctionError (line 139) | public ExternalComponentMessage newFunctionError(FunctionCallRequest f... method newFunctionNotFound (line 154) | public ExternalComponentMessage newFunctionNotFound(FunctionCallReques... method newFunctionRequestNotFound (line 167) | public ExternalComponentMessage newFunctionRequestNotFound() { method newFunctionSuccess (line 185) | public ExternalComponentMessage newFunctionSuccess(FunctionCallRequest... method withId (line 202) | public void withId(ExternalComponentMessage message, String componentI... method getComponentId (line 213) | public Optional getComponentId(ExternalComponentMessage messag... method getConfigurationIssue (line 217) | public Optional getConfigurationIssue(ExternalComponentMessage... method isInit (line 229) | public boolean isInit(ExternalComponentMessage message) { method messageType (line 234) | public ExternalComponentMessageType messageType(ExternalComponentMessa... method verifyTypeNotNull (line 239) | private String verifyTypeNotNull(ExternalComponentMessage message) { method getValue (line 247) | private Optional getValue(String valueKey, ExternalComponentMe... FILE: dashbuilder/dashbuilder-shared/dashbuilder-displayer-api/src/main/java/org/dashbuilder/displayer/external/ExternalComponentMessageType.java type ExternalComponentMessageType (line 23) | public enum ExternalComponentMessageType { FILE: dashbuilder/dashbuilder-shared/dashbuilder-displayer-api/src/main/java/org/dashbuilder/displayer/external/ExternalDataSet.java class ExternalDataSet (line 29) | @JsType(isNative = true, namespace = JsPackage.GLOBAL, name = "Object") method of (line 38) | @JsOverlay FILE: dashbuilder/dashbuilder-shared/dashbuilder-displayer-api/src/main/java/org/dashbuilder/displayer/external/ExternalFilterRequest.java class ExternalFilterRequest (line 23) | @JsType(isNative = true, namespace = JsPackage.GLOBAL, name = "Object") method isReset (line 26) | @JsProperty method getRow (line 29) | @JsProperty method getColumn (line 32) | @JsProperty FILE: dashbuilder/dashbuilder-shared/dashbuilder-displayer-api/src/main/java/org/dashbuilder/displayer/external/FunctionCallRequest.java class FunctionCallRequest (line 24) | @JsType(isNative = true, namespace = JsPackage.GLOBAL, name = "Object") method getFunctionName (line 27) | @JsProperty method getParameters (line 30) | @JsProperty FILE: dashbuilder/dashbuilder-shared/dashbuilder-displayer-api/src/main/java/org/dashbuilder/displayer/external/FunctionResponse.java class FunctionResponse (line 23) | @JsType(isNative = true, namespace = JsPackage.GLOBAL, name = "Object") method create (line 34) | @JsOverlay FILE: dashbuilder/dashbuilder-shared/dashbuilder-displayer-api/src/main/java/org/dashbuilder/displayer/external/FunctionResultType.java type FunctionResultType (line 23) | public enum FunctionResultType { FILE: dashbuilder/dashbuilder-shared/dashbuilder-displayer-api/src/main/java/org/dashbuilder/displayer/impl/AbstractChartSettingsBuilder.java class AbstractChartSettingsBuilder (line 21) | public abstract class AbstractChartSettingsBuilder extends Abstra... method createDisplayerSettings (line 36) | protected abstract DisplayerSettings createDisplayerSettings(); method uuid (line 38) | public T uuid(String uuid) { method dataset (line 43) | public T dataset(DataSet dataSet) { method title (line 48) | public T title(String title) { method titleVisible (line 53) | public T titleVisible(boolean visible) { method allowCsvExport (line 58) | public T allowCsvExport(boolean allowCsvExport) { method allowExcelExport (line 63) | public T allowExcelExport(boolean allowExcelExport) { method backgroundColor (line 68) | public T backgroundColor(String backgroundColor) { method xAxisTitle (line 73) | public T xAxisTitle(String title) { method xAxisAngle (line 79) | public T xAxisAngle(int angle) { method yAxisTitle (line 84) | public T yAxisTitle(String title) { method yAxisShowLabels (line 90) | public T yAxisShowLabels(boolean show) { method xAxisShowLabels (line 95) | public T xAxisShowLabels(boolean show) { method renderer (line 100) | public T renderer(String renderer) { method subtype (line 105) | @Override method filterOn (line 111) | public T filterOn(boolean applySelf, boolean notifyOthers, boolean rec... method filterOff (line 119) | public T filterOff(boolean receiveFromOthers) { method refreshOn (line 125) | public T refreshOn() { method refreshOn (line 131) | public T refreshOn(int seconds, boolean staleData) { method refreshOff (line 137) | public T refreshOff() { method format (line 142) | public T format(String name) { method format (line 146) | public T format(String name, String pattern) { method format (line 160) | public T format(String columnId, String name, String pattern) { method expression (line 166) | public T expression(String expression) { method expression (line 180) | public T expression(String columnId, String expression) { method htmlTemplate (line 185) | public T htmlTemplate(String html) { method jsTemplate (line 190) | public T jsTemplate(String onDrawJs) { method buildSettings (line 195) | public DisplayerSettings buildSettings() { FILE: dashbuilder/dashbuilder-shared/dashbuilder-displayer-api/src/main/java/org/dashbuilder/displayer/impl/AbstractSelectorSettingsBuilder.java class AbstractSelectorSettingsBuilder (line 20) | public abstract class AbstractSelectorSettingsBuilder columnSett... method parseColumnsFromJson (line 208) | private List parseColumnsFromJson(JsonArray columnsJso... method parseSettingsFromJson (line 232) | private Map parseSettingsFromJson(JsonObject settingsJ... method fillRecursive (line 241) | private void fillRecursive(String parentPath, JsonObject json, Map { method AbstractComponentBuilder (line 26) | AbstractComponentBuilder() { method build (line 31) | public Component build() { method property (line 35) | @SuppressWarnings("unchecked") method cssProperty (line 41) | @SuppressWarnings("unchecked") method getDragType (line 47) | abstract String getDragType(); FILE: dashbuilder/dashbuilder-shared/dashbuilder-dsl/src/main/java/org/dashbuilder/dsl/factory/component/AllProcessesHeatmapBuilder.java class AllProcessesHeatmapBuilder (line 20) | public class AllProcessesHeatmapBuilder extends ExternalDisplayerBuilder { method AllProcessesHeatmapBuilder (line 25) | public AllProcessesHeatmapBuilder(String serverTemplate, DisplayerSett... method create (line 30) | public static AllProcessesHeatmapBuilder create(String serverTemplate, FILE: dashbuilder/dashbuilder-shared/dashbuilder-dsl/src/main/java/org/dashbuilder/dsl/factory/component/ComponentFactory.java class ComponentFactory (line 21) | public class ComponentFactory { method ComponentFactory (line 23) | private ComponentFactory() { method html (line 27) | public static Component html(String htmlCode) { method external (line 31) | public static Component external(String componentId) { method external (line 35) | public static Component external(String componentId, DisplayerSettings... method displayer (line 39) | public static Component displayer(DisplayerSettings settings) { method logo (line 43) | public static Component logo(String src) { method processHeatmap (line 47) | public static Component processHeatmap(String serverTemplate, String c... method allProcessesHeatmap (line 51) | public static Component allProcessesHeatmap(String serverTemplate, Dis... method newHtmlComponentBuilder (line 55) | public static HtmlComponentBuilder newHtmlComponentBuilder() { method externalBuilder (line 59) | public static ExternalComponentBuilder externalBuilder(String componen... method logoBuilder (line 63) | public static LogoBuilder logoBuilder(String src) { method processHeatmapBuilder (line 67) | public static ProcessHeatmapBuilder processHeatmapBuilder(String serve... method allProcessesHeatmapBuilder (line 71) | public static AllProcessesHeatmapBuilder allProcessesHeatmapBuilder(St... FILE: dashbuilder/dashbuilder-shared/dashbuilder-dsl/src/main/java/org/dashbuilder/dsl/factory/component/DisplayerBuilder.java class DisplayerBuilder (line 22) | public class DisplayerBuilder extends AbstractComponentBuilder pages) { method newBuilder (line 39) | public static DashboardBuilder newBuilder(List pages) { method pages (line 43) | public DashboardBuilder pages(List pages) { method dataSets (line 48) | public DashboardBuilder dataSets(List dataSets) { method navigation (line 53) | public DashboardBuilder navigation(Navigation navigation) { method componentsPath (line 58) | public DashboardBuilder componentsPath(Path componentsPath) { method build (line 63) | public Dashboard build() { FILE: dashbuilder/dashbuilder-shared/dashbuilder-dsl/src/main/java/org/dashbuilder/dsl/factory/dashboard/DashboardFactory.java class DashboardFactory (line 26) | public class DashboardFactory { method DashboardFactory (line 28) | private DashboardFactory() { method dashboardBuilder (line 32) | public static DashboardBuilder dashboardBuilder(List pages) { method dashboard (line 36) | public static Dashboard dashboard(List pages) { method dashboard (line 40) | public static Dashboard dashboard(List pages, Path componentsPat... method dashboard (line 44) | public static Dashboard dashboard(List pages, Navigation navigat... method dashboard (line 48) | public static Dashboard dashboard(List pages, List d... method dashboard (line 54) | public static Dashboard dashboard(List pages, List d... method dashboard (line 61) | public static Dashboard dashboard(List pages, List d... method dashboard (line 68) | public static Dashboard dashboard(List pages, List d... FILE: dashbuilder/dashbuilder-shared/dashbuilder-dsl/src/main/java/org/dashbuilder/dsl/factory/navigation/NavigationBuilder.java class NavigationBuilder (line 23) | public class NavigationBuilder { method NavigationBuilder (line 27) | private NavigationBuilder(NavTree navTree) { method newBuilder (line 31) | public static NavigationBuilder newBuilder(NavigationGroup... groups) { method build (line 36) | public Navigation build() { method newBuilder (line 40) | static NavigationBuilder newBuilder() { FILE: dashbuilder/dashbuilder-shared/dashbuilder-dsl/src/main/java/org/dashbuilder/dsl/factory/navigation/NavigationFactory.java class NavigationFactory (line 23) | public class NavigationFactory { method NavigationFactory (line 27) | private NavigationFactory() { method emptyNavigation (line 31) | public static Navigation emptyNavigation() { method navigation (line 35) | public static Navigation navigation(NavigationGroup... rootGroups) { method group (line 39) | public static NavigationGroup group(String name, NavigationItem... ite... method item (line 43) | public static NavigationItem item(Page page) { FILE: dashbuilder/dashbuilder-shared/dashbuilder-dsl/src/main/java/org/dashbuilder/dsl/factory/navigation/NavigationGroupBuilder.java class NavigationGroupBuilder (line 28) | public class NavigationGroupBuilder { method NavigationGroupBuilder (line 32) | private NavigationGroupBuilder(NavGroup navGroup) { method newBuilder (line 36) | public static NavigationGroupBuilder newBuilder(String name, Navigatio... method name (line 47) | public NavigationGroupBuilder name(String name) { method item (line 52) | public NavigationGroupBuilder item(NavigationItem item) { method build (line 57) | public NavigationGroup build() { FILE: dashbuilder/dashbuilder-shared/dashbuilder-dsl/src/main/java/org/dashbuilder/dsl/factory/navigation/NavigationItemBuilder.java class NavigationItemBuilder (line 23) | public class NavigationItemBuilder { method NavigationItemBuilder (line 27) | private NavigationItemBuilder(NavItem navItem) { method newBuilder (line 31) | public static NavigationItemBuilder newBuilder(Page page) { method name (line 41) | public NavigationItemBuilder name(String name) { method build (line 46) | public NavigationItem build() { FILE: dashbuilder/dashbuilder-shared/dashbuilder-dsl/src/main/java/org/dashbuilder/dsl/factory/page/AbstractLayoutBuilder.java class AbstractLayoutBuilder (line 20) | public abstract class AbstractLayoutBuilder { method property (line 22) | @SuppressWarnings("unchecked") method cssProperty (line 28) | @SuppressWarnings("unchecked") method addProperty (line 34) | protected abstract void addProperty(String key, String value); FILE: dashbuilder/dashbuilder-shared/dashbuilder-dsl/src/main/java/org/dashbuilder/dsl/factory/page/ColumnBuilder.java class ColumnBuilder (line 23) | public class ColumnBuilder extends AbstractLayoutBuilder { method ColumnBuilder (line 29) | ColumnBuilder(String span) { method newBuilder (line 33) | public static ColumnBuilder newBuilder() { method newBuilder (line 37) | public static ColumnBuilder newBuilder(String span) { method row (line 41) | public ColumnBuilder row(Row row) { method rows (line 46) | public ColumnBuilder rows(Row... rows) { method component (line 53) | public ColumnBuilder component(Component component) { method components (line 58) | public ColumnBuilder components(Component... components) { method build (line 65) | public Column build() { method addProperty (line 69) | @Override FILE: dashbuilder/dashbuilder-shared/dashbuilder-dsl/src/main/java/org/dashbuilder/dsl/factory/page/PageBuilder.java class PageBuilder (line 23) | public class PageBuilder extends AbstractLayoutBuilder { method PageBuilder (line 27) | private PageBuilder(String name) { method newBuilder (line 31) | public static PageBuilder newBuilder(String name) { method name (line 35) | public PageBuilder name(String name) { method style (line 40) | public PageBuilder style(Style style) { method row (line 45) | public PageBuilder row(Row row) { method rows (line 50) | public PageBuilder rows(Row... rows) { method build (line 57) | public Page build() { method addProperty (line 61) | @Override FILE: dashbuilder/dashbuilder-shared/dashbuilder-dsl/src/main/java/org/dashbuilder/dsl/factory/page/PageFactory.java class PageFactory (line 27) | public class PageFactory { method PageFactory (line 29) | private PageFactory() { method pageBuilder (line 33) | public static PageBuilder pageBuilder(String name) { method rowBuilder (line 37) | public static RowBuilder rowBuilder(String height) { method columnBuilder (line 41) | public static ColumnBuilder columnBuilder() { method columnBuilder (line 45) | public static ColumnBuilder columnBuilder(String span) { method columnBuilder (line 49) | public static ColumnBuilder columnBuilder(String span, Component... co... method page (line 53) | public static Page page(String name, Row... rows) { method column (line 57) | public static Column column(String span, Component... components) { method column (line 61) | public static Column column(Component... components) { method column (line 65) | public static Column column(Component component) { method column (line 69) | public static Column column(DisplayerSettings settings) { method column (line 73) | public static Column column(Row row) { method column (line 77) | public static Column column(Row... rows) { method row (line 81) | public static Row row(Column... columns) { method column (line 91) | public static Column column(String html) { method row (line 101) | public static Row row(String html) { method row (line 111) | public static Row row(Component component) { method row (line 121) | public static Row row(DisplayerSettings settings) { FILE: dashbuilder/dashbuilder-shared/dashbuilder-dsl/src/main/java/org/dashbuilder/dsl/factory/page/RowBuilder.java class RowBuilder (line 24) | public class RowBuilder extends AbstractLayoutBuilder { method RowBuilder (line 30) | private RowBuilder(String height) { method newBuilder (line 34) | public static RowBuilder newBuilder() { method newBuilder (line 38) | public static RowBuilder newBuilder(String height) { method property (line 42) | @Override method columns (line 48) | public RowBuilder columns(Column... columns) { method column (line 55) | public RowBuilder column(Column column) { method build (line 60) | public Row build() { method addProperty (line 64) | @Override FILE: dashbuilder/dashbuilder-shared/dashbuilder-dsl/src/main/java/org/dashbuilder/dsl/helper/ComponentsHelper.java class ComponentsHelper (line 43) | public class ComponentsHelper { method ComponentsHelper (line 49) | private ComponentsHelper() { method listComponentsIds (line 53) | public static List listComponentsIds(Dashboard dashboard) { method listComponents (line 64) | public static List listComponents(Path componentsPa... method listPagesComponents (line 79) | public static List listPagesComponents(List pages) { method collectingPropertyValue (line 89) | public static Stream collectingPropertyValue(Page page, String... method allLayoutComponentsStream (line 94) | private static Stream allLayoutComponentsStream(List<... method readComponent (line 101) | private static ExternalComponent readComponent(Path file) { FILE: dashbuilder/dashbuilder-shared/dashbuilder-dsl/src/main/java/org/dashbuilder/dsl/model/Column.java class Column (line 20) | public class Column { method Column (line 24) | Column(LayoutColumn layoutColumn) { method create (line 28) | public static Column create(LayoutColumn layoutColumn) { method getLayoutColumn (line 32) | public LayoutColumn getLayoutColumn() { FILE: dashbuilder/dashbuilder-shared/dashbuilder-dsl/src/main/java/org/dashbuilder/dsl/model/Component.java class Component (line 20) | public class Component { method Component (line 24) | Component(LayoutComponent layoutComponent) { method create (line 28) | public static Component create(LayoutComponent layoutComponent) { method getLayoutComponent (line 32) | public LayoutComponent getLayoutComponent() { FILE: dashbuilder/dashbuilder-shared/dashbuilder-dsl/src/main/java/org/dashbuilder/dsl/model/Dashboard.java class Dashboard (line 24) | public class Dashboard { method Dashboard (line 31) | private Dashboard(List pages, List dataSets, Navigat... method of (line 38) | public static Dashboard of(List pages, List dataSets... method getPages (line 42) | public List getPages() { method getDataSets (line 46) | public List getDataSets() { method getNavigation (line 50) | public Navigation getNavigation() { method getComponentsPath (line 54) | public Optional getComponentsPath() { FILE: dashbuilder/dashbuilder-shared/dashbuilder-dsl/src/main/java/org/dashbuilder/dsl/model/Navigation.java class Navigation (line 20) | public class Navigation { method Navigation (line 24) | private Navigation(NavTree navTree) { method of (line 28) | public static Navigation of(NavTree navTree) { method getNavTree (line 32) | public NavTree getNavTree() { FILE: dashbuilder/dashbuilder-shared/dashbuilder-dsl/src/main/java/org/dashbuilder/dsl/model/NavigationGroup.java class NavigationGroup (line 20) | public class NavigationGroup extends NavigationItem { method NavigationGroup (line 24) | private NavigationGroup(NavGroup group) { method of (line 29) | public static NavigationGroup of(NavGroup group) { method getNavGroup (line 33) | public NavGroup getNavGroup() { FILE: dashbuilder/dashbuilder-shared/dashbuilder-dsl/src/main/java/org/dashbuilder/dsl/model/NavigationItem.java class NavigationItem (line 20) | public class NavigationItem { method NavigationItem (line 24) | public NavigationItem(NavItem navItem) { method of (line 28) | public static NavigationItem of(NavItem navItem) { method getNavItem (line 32) | public NavItem getNavItem() { FILE: dashbuilder/dashbuilder-shared/dashbuilder-dsl/src/main/java/org/dashbuilder/dsl/model/Page.java class Page (line 20) | public class Page { method Page (line 24) | Page(LayoutTemplate layoutTemplate) { method create (line 28) | public static Page create(LayoutTemplate layoutTemplate) { method getLayoutTemplate (line 32) | public LayoutTemplate getLayoutTemplate() { FILE: dashbuilder/dashbuilder-shared/dashbuilder-dsl/src/main/java/org/dashbuilder/dsl/model/Row.java class Row (line 20) | public class Row { method Row (line 24) | Row(LayoutRow layoutRow) { method create (line 28) | public static Row create(LayoutRow layoutRow) { method getLayoutRow (line 32) | public LayoutRow getLayoutRow() { FILE: dashbuilder/dashbuilder-shared/dashbuilder-dsl/src/main/java/org/dashbuilder/dsl/serialization/DashboardExporter.java class DashboardExporter (line 36) | public class DashboardExporter { type ExportType (line 43) | public enum ExportType { method DashboardExporter (line 47) | private DashboardExporter() { method get (line 51) | public static DashboardExporter get() { method export (line 55) | public void export(Dashboard dashboard, String path, ExportType type) { method export (line 59) | public void export(Dashboard dashboard, Path path, ExportType type) { method createTempDashboardFile (line 80) | private Path createTempDashboardFile() { method validate (line 88) | void validate(Dashboard dashboard) { method printResult (line 101) | private void printResult(List results, ValidationRes... method serializerFor (line 108) | private static DashboardZipSerializer serializerFor(ExportType type) { FILE: dashbuilder/dashbuilder-shared/dashbuilder-dsl/src/main/java/org/dashbuilder/dsl/serialization/DashboardSerializer.java type DashboardSerializer (line 23) | public interface DashboardSerializer { method serialize (line 31) | void serialize(Dashboard dashboard, OutputStream os); method deserialize (line 40) | Dashboard deserialize(InputStream model); FILE: dashbuilder/dashbuilder-shared/dashbuilder-dsl/src/main/java/org/dashbuilder/dsl/serialization/impl/DashboardZipSerializer.java class DashboardZipSerializer (line 64) | public class DashboardZipSerializer implements DashboardSerializer { method deserialize (line 89) | @Override method internalDeserialize (line 97) | Dashboard internalDeserialize(InputStream model) { method serialize (line 128) | @Override method writeCSVFile (line 167) | private void writeCSVFile(ZipOutputStream zos, CSVDataSetDef def) { method writeComponent (line 183) | private void writeComponent(Path componentsPath, String componentId, Z... method writeNavigation (line 198) | private void writeNavigation(ZipOutputStream zos, Navigation navigatio... method writePage (line 203) | private void writePage(ZipOutputStream zos, Page page) { method writeDataSetDef (line 212) | private void writeDataSetDef(ZipOutputStream zos, DataSetDef def) { method writeContent (line 218) | private void writeContent(ZipOutputStream zos, String path, byte[] con... method writeContent (line 229) | private void writeContent(ZipOutputStream zos, String path, String con... method writeContent (line 233) | private void writeContent(ZipOutputStream zos, String path, Path file) { method readAllEntriesContent (line 242) | Map readAllEntriesContent(InputStream model) { FILE: dashbuilder/dashbuilder-shared/dashbuilder-dsl/src/main/java/org/dashbuilder/dsl/serialization/impl/InternalDataSetProviderRegistry.java class InternalDataSetProviderRegistry (line 26) | public class InternalDataSetProviderRegistry implements DataSetProviderR... method InternalDataSetProviderRegistry (line 30) | public InternalDataSetProviderRegistry() { method registerDataProvider (line 34) | @Override method getDataSetProvider (line 39) | @Override method getAvailableTypes (line 46) | @Override method getProviderTypeByName (line 51) | @Override method initProviders (line 58) | private void initProviders() { FILE: dashbuilder/dashbuilder-shared/dashbuilder-dsl/src/main/java/org/dashbuilder/dsl/validation/DashboardValidator.java type DashboardValidator (line 26) | public interface DashboardValidator { method validate (line 30) | List validate(Dashboard dashboard); method get (line 33) | public static DashboardValidator get() { FILE: dashbuilder/dashbuilder-shared/dashbuilder-dsl/src/main/java/org/dashbuilder/dsl/validation/DashboardValidatorImpl.java class DashboardValidatorImpl (line 48) | class DashboardValidatorImpl implements DashboardValidator { method DashboardValidatorImpl (line 61) | DashboardValidatorImpl() { method validate (line 65) | @Override method checkNavigation (line 74) | private List checkNavigation(Dashboard dashboard) { method checkComponentsDependencies (line 103) | List checkComponentsDependencies(Dashboard dashboard) { method checkDataSetsDependencies (line 112) | List checkDataSetsDependencies(Dashboard dashboard) { method validateDataSetsUsage (line 119) | ValidationResult validateDataSetsUsage(Page page, List dat... method validateComponentsUsage (line 135) | ValidationResult validateComponentsUsage(Page page, List compo... method noneMatch (line 151) | private boolean noneMatch(List list, Predicate test) { method findDataSetsDependencies (line 155) | private List findDataSetsDependencies(Page page) { method findComponentsDependencies (line 164) | private List findComponentsDependencies(Page page) { method containDuplicates (line 170) | private boolean containDuplicates(List list) { class NavigationPagesVisitor (line 174) | static class NavigationPagesVisitor implements NavItemVisitor { method NavigationPagesVisitor (line 180) | NavigationPagesVisitor() { method getVisitedPages (line 185) | public List getVisitedPages() { method visitGroup (line 189) | @Override method visitItem (line 195) | @Override method visitDivider (line 201) | @Override method getVisitedGroups (line 206) | public List getVisitedGroups() { FILE: dashbuilder/dashbuilder-shared/dashbuilder-dsl/src/main/java/org/dashbuilder/dsl/validation/ValidationResult.java class ValidationResult (line 18) | public class ValidationResult { type ValidationResultType (line 20) | public enum ValidationResultType { method ValidationResult (line 30) | public ValidationResult(ValidationResultType type, String message) { method success (line 35) | public static ValidationResult success(String message) { method warning (line 39) | public static ValidationResult warning(String message) { method error (line 43) | public static ValidationResult error(String message) { method getType (line 47) | public ValidationResultType getType() { method getMessage (line 51) | public String getMessage() { method toString (line 55) | @Override FILE: dashbuilder/dashbuilder-shared/dashbuilder-dsl/src/test/java/org/dashbuilder/dsl/factory/component/ComponentFactoryTest.java class ComponentFactoryTest (line 33) | public class ComponentFactoryTest { method testExternal (line 35) | @Test method testHtml (line 41) | @Test method testLogo (line 47) | @Test method testHeatmap (line 54) | @Test method testAllProcessesHeatmap (line 65) | @Test FILE: dashbuilder/dashbuilder-shared/dashbuilder-dsl/src/test/java/org/dashbuilder/dsl/factory/component/DisplayerBuilderTest.java class DisplayerBuilderTest (line 28) | public class DisplayerBuilderTest { method testDisplayerJson (line 30) | @Test method testSettingsMissingDataSetUUID (line 41) | @Test(expected = IllegalArgumentException.class) method testSettingsEmptyDataSetUUID (line 49) | @Test(expected = IllegalArgumentException.class) method testWithDataSet (line 58) | @Test FILE: dashbuilder/dashbuilder-shared/dashbuilder-dsl/src/test/java/org/dashbuilder/dsl/factory/page/ComponentBuilderTest.java class ComponentBuilderTest (line 25) | public class ComponentBuilderTest { method testColumnBuilderProperties (line 27) | @Test method testColumnBuilderComponent (line 34) | @Test FILE: dashbuilder/dashbuilder-shared/dashbuilder-dsl/src/test/java/org/dashbuilder/dsl/factory/page/PageBuilderTest.java class PageBuilderTest (line 27) | public class PageBuilderTest { method testPageBuilderProperties (line 29) | @Test method testPageBuilderComponent (line 37) | @Test FILE: dashbuilder/dashbuilder-shared/dashbuilder-dsl/src/test/java/org/dashbuilder/dsl/factory/page/RowBuilderTest.java class RowBuilderTest (line 26) | public class RowBuilderTest { method testRowBuilderProperties (line 28) | @Test method testRowBuilderComponent (line 35) | @Test FILE: dashbuilder/dashbuilder-shared/dashbuilder-dsl/src/test/java/org/dashbuilder/dsl/serialization/DashboardExporterTest.java class DashboardExporterTest (line 28) | public class DashboardExporterTest { method testBadExportShouldThrowException (line 30) | @Test(expected = IllegalArgumentException.class) FILE: dashbuilder/dashbuilder-shared/dashbuilder-dsl/src/test/java/org/dashbuilder/dsl/serialization/impl/DashboardZipSerializerTest.java class DashboardZipSerializerTest (line 56) | public class DashboardZipSerializerTest { method before (line 61) | @Before method testExportedStaticFiles (line 66) | @Test method testExportedZip (line 91) | @Test method read (line 146) | private String read(String path) throws IOException { FILE: dashbuilder/dashbuilder-shared/dashbuilder-dsl/src/test/java/org/dashbuilder/dsl/validation/DashboardValidatorImplTest.java class DashboardValidatorImplTest (line 47) | public class DashboardValidatorImplTest { method before (line 52) | @Before method testMissingDataSet (line 58) | @Test method testDataSetFound (line 70) | @Test method testMissingComponent (line 83) | @Test method testExistingComponent (line 95) | @Test method testMissingNavigationItem (line 105) | @Test method testNavigationWithMissingGroup (line 117) | @Test method testNavigationCorrect (line 128) | @Test method testSuccessfulValidation (line 139) | @Test FILE: dashbuilder/dashbuilder-shared/dashbuilder-dsl/src/test/resources/components/comp1/index.js function sayHello (line 16) | function sayHello() { FILE: dashbuilder/dashbuilder-shared/dashbuilder-js/packages/component-api/src/ComponentApi.ts class ComponentApi (line 23) | class ComponentApi { method constructor (line 27) | constructor() { method getComponentController (line 33) | public getComponentController( method restart (line 46) | public restart() { method destroy (line 51) | public destroy() { FILE: dashbuilder/dashbuilder-shared/dashbuilder-js/packages/component-api/src/__tests__/api.test.ts function buildFunctionCallRequest (line 184) | function buildFunctionCallRequest(): FunctionCallRequest { function postDataSetMessage (line 197) | async function postDataSetMessage() { function postInitMessage (line 207) | async function postInitMessage(params: Map) { function postMessage (line 215) | async function postMessage(message: ComponentMessage) { function mockBus (line 220) | function mockBus(): ComponentBus { function buildFunctionResponse (line 229) | function buildFunctionResponse( FILE: dashbuilder/dashbuilder-shared/dashbuilder-js/packages/component-api/src/controller/BrowserComponentBus.ts class BrowserComponentBus (line 19) | class BrowserComponentBus implements ComponentBus { method start (line 27) | public start() { method send (line 31) | public send(componentId: string, message: ComponentMessage): void { method setListener (line 38) | public setListener(onMessage: (message: ComponentMessage) => void): vo... method destroy (line 42) | public destroy(): void { FILE: dashbuilder/dashbuilder-shared/dashbuilder-js/packages/component-api/src/controller/ComponentBus.ts type ComponentBus (line 19) | interface ComponentBus { FILE: dashbuilder/dashbuilder-shared/dashbuilder-js/packages/component-api/src/controller/ComponentController.ts type ComponentController (line 23) | interface ComponentController { FILE: dashbuilder/dashbuilder-shared/dashbuilder-js/packages/component-api/src/controller/DashbuilderComponentController.ts type FunctionCallbacks (line 24) | interface FunctionCallbacks { class DashbuilderComponentController (line 30) | class DashbuilderComponentController implements ComponentController { method constructor (line 33) | constructor(private bus: ComponentBus, private componentId?: string) { method init (line 47) | public init(params: Map) { method setOnDataSet (line 52) | public setOnDataSet(onDataSet: (dataSet: DataSet, params?: Map) => void) { method ready (line 60) | public ready(): void { method requireConfigurationFix (line 64) | public requireConfigurationFix(message: string): void { method configurationOk (line 72) | public configurationOk(): void { method filter (line 79) | public filter(filterRequest: FilterRequest): void { method callFunction (line 87) | public callFunction(functionCallRequest: FunctionCallRequest): Promise... method receiveFunctionResponse (line 103) | public receiveFunctionResponse(functionResponse: FunctionResponse): vo... method setComponentBus (line 121) | public setComponentBus(bus: ComponentBus) { method buildFunctionKey (line 125) | private buildFunctionKey(functionRequest: FunctionCallRequest): string { FILE: dashbuilder/dashbuilder-shared/dashbuilder-js/packages/component-api/src/controller/DashbuilderComponentDispatcher.ts class DashbuilderComponentDispatcher (line 26) | class DashbuilderComponentDispatcher implements InternalComponentDispatc... method constructor (line 29) | constructor(private readonly bus: ComponentBus, public readonly compon... method isAutoReady (line 50) | public isAutoReady(): boolean { method init (line 55) | public init(): void { method sendMessage (line 60) | public sendMessage(componentMessage: ComponentMessage): void { method stop (line 65) | public stop(): void { FILE: dashbuilder/dashbuilder-shared/dashbuilder-js/packages/component-api/src/controller/InternalComponentListener.ts type InternalComponentDispatcher (line 23) | interface InternalComponentDispatcher { FILE: dashbuilder/dashbuilder-shared/dashbuilder-js/packages/component-api/src/dataset/Column.ts type Column (line 19) | interface Column { FILE: dashbuilder/dashbuilder-shared/dashbuilder-js/packages/component-api/src/dataset/ColumnSettings.ts type ColumnSettings (line 17) | interface ColumnSettings { FILE: dashbuilder/dashbuilder-shared/dashbuilder-js/packages/component-api/src/dataset/ColumnType.ts type ColumnType (line 17) | enum ColumnType { FILE: dashbuilder/dashbuilder-shared/dashbuilder-js/packages/component-api/src/dataset/DataSet.ts type DataSet (line 19) | interface DataSet { FILE: dashbuilder/dashbuilder-shared/dashbuilder-js/packages/component-api/src/dataset/FilterRequest.ts type FilterRequest (line 16) | interface FilterRequest { FILE: dashbuilder/dashbuilder-shared/dashbuilder-js/packages/component-api/src/function/FunctionCallRequest.ts type FunctionCallRequest (line 17) | interface FunctionCallRequest { FILE: dashbuilder/dashbuilder-shared/dashbuilder-js/packages/component-api/src/function/FunctionResponse.ts type FunctionResponse (line 20) | interface FunctionResponse { FILE: dashbuilder/dashbuilder-shared/dashbuilder-js/packages/component-api/src/function/FunctionResultType.ts type FunctionResultType (line 17) | enum FunctionResultType { FILE: dashbuilder/dashbuilder-shared/dashbuilder-js/packages/component-api/src/message/ComponentMessage.ts type ComponentMessage (line 19) | interface ComponentMessage { FILE: dashbuilder/dashbuilder-shared/dashbuilder-js/packages/component-api/src/message/MessageProperty.ts type MessageProperty (line 20) | enum MessageProperty { FILE: dashbuilder/dashbuilder-shared/dashbuilder-js/packages/component-api/src/message/MessageType.ts type MessageType (line 17) | enum MessageType { FILE: dashbuilder/dashbuilder-shared/dashbuilder-js/packages/component-dev/src/ComponentDevPane.tsx type DevPaneProps (line 19) | interface DevPaneProps { function ComponentDevPane (line 23) | function ComponentDevPane(props: DevPaneProps) { FILE: dashbuilder/dashbuilder-shared/dashbuilder-js/packages/component-dev/src/index.tsx constant DEV_FILE (line 29) | const DEV_FILE = "/manifest.dev.json"; constant COMP_ID (line 30) | const COMP_ID = 42; type Prop (line 35) | interface Prop { type FunctionDef (line 40) | interface FunctionDef { type ComponentDevConfiguration (line 46) | interface ComponentDevConfiguration { function handleDevConf (line 52) | function handleDevConf(text: string) { function respondFunctionCall (line 81) | function respondFunctionCall(message: ComponentMessage) { function createInit (line 122) | function createInit(devConf: ComponentDevConfiguration) { function createDataSet (line 131) | function createDataSet(devConf: ComponentDevConfiguration) { function paramsMatch (line 141) | function paramsMatch(requestParams: Map, devParams: Prop[])... function sendMessage (line 149) | function sendMessage(message: ComponentMessage) { class ComponentDev (line 156) | class ComponentDev { method start (line 157) | public start() { FILE: dashbuilder/dashbuilder-shared/dashbuilder-js/packages/heatmap-base/src/SvgHeatmap.tsx type SvgNodeValue (line 21) | interface SvgNodeValue { type NodeInfo (line 26) | interface NodeInfo { type HeatData (line 32) | interface HeatData { function createHeatmap (line 42) | function createHeatmap(parent: HTMLElement, heatData: HeatData[]) { type SvgHeatmapProps (line 64) | interface SvgHeatmapProps { function SvgHeatmap (line 71) | function SvgHeatmap(props: SvgHeatmapProps) { FILE: dashbuilder/dashbuilder-shared/dashbuilder-js/packages/heatmap-component/src/SVGHeatmapComponent.tsx constant SVG_CONTENT_PARAM (line 24) | const SVG_CONTENT_PARAM = "svgContent"; constant SVG_URL_PARAM (line 25) | const SVG_URL_PARAM = "svgUrl"; constant NOT_ENOUGH_COLUMNS_MSG (line 27) | const NOT_ENOUGH_COLUMNS_MSG = "Heatmap expects 2 columns: Node ID (TEXT... constant INVALID_COLUMNS_TYPE_MSG (line 28) | const INVALID_COLUMNS_TYPE_MSG = "Wrong columns type. First column shoul... constant MISSING_PARAM_MSG (line 29) | const MISSING_PARAM_MSG = "You must provide either a SVG URL or the SVG ... type AppState (line 58) | interface AppState { type Props (line 64) | interface Props { function SVGHeatmapComponent (line 68) | function SVGHeatmapComponent(props: Props) { FILE: dashbuilder/dashbuilder-shared/dashbuilder-js/packages/logo-component/src/Logo.tsx type LogoProps (line 19) | interface LogoProps { function Logo (line 25) | function Logo(props: LogoProps) { FILE: dashbuilder/dashbuilder-shared/dashbuilder-js/packages/logo-component/src/LogoComponent.tsx constant SRC_PROP (line 21) | const SRC_PROP = "src"; constant WIDTH_PROP (line 22) | const WIDTH_PROP = "width"; constant HEIGHT_PROP (line 23) | const HEIGHT_PROP = "height"; type Props (line 25) | interface Props { function LogoComponent (line 28) | function LogoComponent(props: Props) { FILE: dashbuilder/dashbuilder-shared/dashbuilder-js/packages/process-heatmap-component/src/ProcessHeatmapComponent.tsx constant NOT_ENOUGH_COLUMNS_MSG (line 23) | const NOT_ENOUGH_COLUMNS_MSG = "Process Heatmap expects 2 columns: Node ... constant FIRST_COLUMN_INVALID_MSG (line 24) | const FIRST_COLUMN_INVALID_MSG = "Wrong type for first column, it should... constant SECOND_COLUMN_INVALID_MSG (line 25) | const SECOND_COLUMN_INVALID_MSG = "Wrong type for second column, it shou... type Params (line 27) | enum Params { type AppStateType (line 33) | enum AppStateType { type AppState (line 41) | interface AppState { type Props (line 76) | interface Props { function ProcessHeatmapComponent (line 80) | function ProcessHeatmapComponent(props: Props) { FILE: dashbuilder/dashbuilder-shared/dashbuilder-js/packages/processes-heatmaps-component/src/ProcessSelector.tsx type KieServerContainer (line 20) | interface KieServerContainer { type SelectedValue (line 25) | interface SelectedValue { type ProcessSelectorProps (line 30) | interface ProcessSelectorProps { function ProcessSelector (line 37) | function ProcessSelector(props: ProcessSelectorProps) { FILE: dashbuilder/dashbuilder-shared/dashbuilder-js/packages/processes-heatmaps-component/src/ProcessesHeatmapsComponent.tsx constant NOT_ENOUGH_COLUMNS_MSG (line 25) | const NOT_ENOUGH_COLUMNS_MSG = constant INVALID_TEXT_COLUMN (line 27) | const INVALID_TEXT_COLUMN = "Wrong type for column {0}, it should be eit... constant VALUE_COLUMN_INVALID_MSG (line 28) | const VALUE_COLUMN_INVALID_MSG = "Wrong type for node value column, it s... constant NO_DATA_MESSAGE (line 29) | const NO_DATA_MESSAGE = "Dataset is empty. Please provide data with cont... type Params (line 30) | enum Params { type AppStateType (line 35) | enum AppStateType { type NodeData (line 44) | interface NodeData { type ProcessData (line 49) | interface ProcessData { type ContainerData (line 54) | interface ContainerData { type AppState (line 59) | interface AppState { type Props (line 96) | interface Props { function ProcessesHeatmapsComponent (line 100) | function ProcessesHeatmapsComponent(props: Props) { FILE: dashbuilder/dashbuilder-shared/dashbuilder-js/packages/runtime-client/src/DashbuilderService.ts type RuntimeMode (line 17) | type RuntimeMode = "MULTIPLE_IMPORT" | "SINGLE" | "STATIC"; type ApiResponse (line 19) | interface ApiResponse { type DashboardResponse (line 25) | interface DashboardResponse { type RequestInfo (line 30) | interface RequestInfo { function embeddedRuntimeUrl (line 36) | function embeddedRuntimeUrl(url: string, dashboardId: string, page: stri... class DashbuilderService (line 46) | class DashbuilderService { method constructor (line 50) | constructor(requestInfo: RequestInfo) { method listDashboards (line 55) | public listDashboards(): Promise { method listPages (line 60) | public listPages(id: string): Promise { method request (line 71) | private request(url: string): Promise { FILE: dashbuilder/dashbuilder-shared/dashbuilder-js/packages/time-series-component/src/Chart.tsx constant NOT_ENOUGH_COLUMNS_MSG_NON_TRANSPOSED (line 25) | const NOT_ENOUGH_COLUMNS_MSG_NON_TRANSPOSED = constant NOT_ENOUGH_COLUMNS_MSG_TRANSPOSED (line 27) | const NOT_ENOUGH_COLUMNS_MSG_TRANSPOSED = constant SECOND_COLUMN_INVALID_MSG_TRANSPOSED (line 29) | const SECOND_COLUMN_INVALID_MSG_TRANSPOSED = "Wrong type for second colu... constant THIRD_COLUMN_INVALID_MSG_TRANSPOSED (line 30) | const THIRD_COLUMN_INVALID_MSG_TRANSPOSED = "Wrong type for third column... constant CHARTNAME_VALIDATION (line 31) | const CHARTNAME_VALIDATION = "Please remove all special characters and s... type Params (line 33) | enum Params { type AppStateType (line 48) | enum AppStateType { type AppState (line 56) | interface AppState { type Props (line 109) | interface Props { function getSeries (line 113) | function getSeries(dataset: DataSet, transposed: boolean): SingleSeries[] { function getSeriesforNonTransposedDataset (line 117) | function getSeriesforNonTransposedDataset(dataset: DataSet): SingleSerie... function getSeriesforTransposedDataset (line 128) | function getSeriesforTransposedDataset(dataset: DataSet): SingleSeries[] { function getOptions (line 150) | function getOptions( function Chart (line 179) | function Chart(props: Props) { FILE: dashbuilder/dashbuilder-shared/dashbuilder-js/packages/time-series-component/src/Data.tsx type Options (line 17) | interface Options { type SingleSeries (line 43) | interface SingleSeries { FILE: dashbuilder/dashbuilder-shared/dashbuilder-js/packages/time-series-component/src/LineChart.tsx type ChartType (line 21) | type ChartType = "line" | "area"; type ChartProps (line 23) | interface ChartProps { function LineChart (line 29) | function LineChart(props: ChartProps) { FILE: dashbuilder/dashbuilder-shared/dashbuilder-js/src/main/java/org/dashbuilder/components/internal/ProvidedComponentInfo.java class ProvidedComponentInfo (line 33) | public class ProvidedComponentInfo { method ProvidedComponentInfo (line 47) | ProvidedComponentInfo() {} method get (line 49) | public static ProvidedComponentInfo get() { method loadProperties (line 57) | void loadProperties(String resourcePath) { method loadInternalComponentsRootDir (line 74) | private void loadInternalComponentsRootDir(Properties properties) { method loadInternalComponentsList (line 82) | private void loadInternalComponentsList(Properties properties) { method getInternalComponentsList (line 92) | public List getInternalComponentsList() { method getInternalComponentsRootPath (line 96) | public String getInternalComponentsRootPath() { FILE: dashbuilder/dashbuilder-shared/dashbuilder-js/src/test/java/org/dashbuilder/components/internal/InternalComponentsInfoTest.java class InternalComponentsInfoTest (line 31) | public class InternalComponentsInfoTest { method testMissingPropertiesFile (line 33) | @Test method testFoundPropertiesFile (line 42) | @Test FILE: dashbuilder/dashbuilder-shared/dashbuilder-kie-server-api/src/main/java/org/dashbuilder/kieserver/ConsoleDataSetLookup.java class ConsoleDataSetLookup (line 23) | @Portable method fromInstance (line 28) | public static DataSetLookup fromInstance(DataSetLookup orig, method getServerTemplateId (line 41) | public String getServerTemplateId() { method setServerTemplateId (line 45) | public void setServerTemplateId(String serverTemplateId) { method cloneInstance (line 49) | @Override FILE: dashbuilder/dashbuilder-shared/dashbuilder-kie-server-api/src/main/java/org/dashbuilder/kieserver/KieServerConnectionInfo.java class KieServerConnectionInfo (line 28) | @Portable method KieServerConnectionInfo (line 37) | public KieServerConnectionInfo(@MapsTo("location") Optional lo... method getLocation (line 49) | public Optional getLocation() { method getUser (line 53) | public Optional getUser() { method getPassword (line 57) | public Optional getPassword() { method getToken (line 61) | public Optional getToken() { method isReplaceQuery (line 65) | public boolean isReplaceQuery() { FILE: dashbuilder/dashbuilder-shared/dashbuilder-kie-server-api/src/main/java/org/dashbuilder/kieserver/KieServerConnectionInfoProvider.java type KieServerConnectionInfoProvider (line 24) | @Remote method get (line 27) | Optional get(String name, String serverTempla... method serverTemplates (line 29) | List serverTemplates(); method verifiedConnectionInfo (line 31) | KieServerConnectionInfo verifiedConnectionInfo(RemoteDataSetDef def); method getDefault (line 33) | Optional getDefault(); FILE: dashbuilder/dashbuilder-shared/dashbuilder-kie-server-api/src/main/java/org/dashbuilder/kieserver/RemoteDataSetDef.java class RemoteDataSetDef (line 26) | @Portable method RemoteDataSetDef (line 39) | public RemoteDataSetDef() { method getQueryTarget (line 43) | public String getQueryTarget() { method setQueryTarget (line 47) | public void setQueryTarget(String queryTarget) { method getServerTemplateId (line 51) | public String getServerTemplateId() { method setServerTemplateId (line 55) | public void setServerTemplateId(String serverTemplateId) { method getQueryName (line 59) | public String getQueryName() { method setQueryName (line 63) | public void setQueryName(String queryName) { method hashCode (line 67) | @Override method equals (line 77) | @Override method clone (line 104) | @Override method toString (line 116) | public String toString() { FILE: dashbuilder/dashbuilder-shared/dashbuilder-kie-server-api/src/main/java/org/dashbuilder/kieserver/RemoteDataSetDefValidation.java type RemoteDataSetDefValidation (line 19) | public interface RemoteDataSetDefValidation { FILE: dashbuilder/dashbuilder-shared/dashbuilder-kie-server-api/src/main/java/org/dashbuilder/kieserver/RemoteDefJSONMarshaller.java class RemoteDefJSONMarshaller (line 25) | public class RemoteDefJSONMarshaller implements DataSetDefJSONMarshaller... method fromJson (line 36) | @Override method toJson (line 61) | @Override FILE: dashbuilder/dashbuilder-shared/dashbuilder-kie-server-api/src/main/java/org/dashbuilder/kieserver/RuntimeKieServerDataSetProviderType.java class RuntimeKieServerDataSetProviderType (line 23) | @Portable method RuntimeKieServerDataSetProviderType (line 28) | public RuntimeKieServerDataSetProviderType() { method getName (line 32) | @Override method createDataSetDef (line 37) | @Override method getJsonMarshaller (line 45) | @Override method equals (line 50) | @Override method hashCode (line 58) | @Override FILE: dashbuilder/dashbuilder-shared/dashbuilder-navigation-api/src/main/java/org/dashbuilder/navigation/NavDivider.java type NavDivider (line 21) | public interface NavDivider extends NavItem { FILE: dashbuilder/dashbuilder-shared/dashbuilder-navigation-api/src/main/java/org/dashbuilder/navigation/NavFactory.java type NavFactory (line 23) | public interface NavFactory { method get (line 27) | static NavFactory get() { method set (line 31) | static void set(NavFactory factory) { method createNavTree (line 35) | NavTree createNavTree(NavItem navItem); method createNavTree (line 37) | NavTree createNavTree(); method createNavGroup (line 39) | NavGroup createNavGroup(); method createNavGroup (line 41) | NavGroup createNavGroup(NavTree navTree); method createNavItem (line 43) | NavItem createNavItem(); method createDivider (line 45) | NavDivider createDivider(); FILE: dashbuilder/dashbuilder-shared/dashbuilder-navigation-api/src/main/java/org/dashbuilder/navigation/NavGroup.java type NavGroup (line 23) | public interface NavGroup extends NavItem { method getChildren (line 28) | List getChildren(); method setChildren (line 33) | void setChildren(List items); FILE: dashbuilder/dashbuilder-shared/dashbuilder-navigation-api/src/main/java/org/dashbuilder/navigation/NavItem.java type NavItem (line 23) | public interface NavItem { type Type (line 25) | enum Type { method getId (line 34) | String getId(); method setId (line 39) | void setId(String id); method getName (line 44) | String getName(); method setName (line 49) | void setName(String name); method getDescription (line 54) | String getDescription(); method setDescription (line 59) | void setDescription(String description); method getType (line 64) | Type getType(); method getParent (line 71) | NavGroup getParent(); method setParent (line 76) | void setParent(NavGroup parent); method isModifiable (line 81) | boolean isModifiable(); method setModifiable (line 86) | void setModifiable(boolean modifiable); method getContext (line 91) | String getContext(); method setContext (line 96) | void setContext(String ctx); method accept (line 101) | void accept(NavItemVisitor visitor); method cloneItem (line 106) | NavItem cloneItem(); FILE: dashbuilder/dashbuilder-shared/dashbuilder-navigation-api/src/main/java/org/dashbuilder/navigation/NavItemContext.java type NavItemContext (line 25) | public interface NavItemContext { method create (line 27) | static NavItemContext create() { method get (line 31) | static NavItemContext get(String ctx) { method get (line 35) | static NavItemContext get(NavItem navItem) { method init (line 39) | void init(String ctx); method getPropertyIds (line 41) | Collection getPropertyIds(); method getProperty (line 43) | String getProperty(String id); method removeProperty (line 45) | String removeProperty(String id); method setProperty (line 47) | NavItemContext setProperty(String id, String value); method includesPropertiesOf (line 55) | boolean includesPropertiesOf(NavItemContext cxt); FILE: dashbuilder/dashbuilder-shared/dashbuilder-navigation-api/src/main/java/org/dashbuilder/navigation/NavItemVisitor.java type NavItemVisitor (line 21) | public interface NavItemVisitor { method visitGroup (line 28) | void visitGroup(NavGroup group); method visitItem (line 35) | void visitItem(NavItem item); method visitDivider (line 42) | void visitDivider(NavDivider divider); FILE: dashbuilder/dashbuilder-shared/dashbuilder-navigation-api/src/main/java/org/dashbuilder/navigation/NavTree.java type NavTree (line 23) | public interface NavTree { method getRootItems (line 30) | List getRootItems(); method getItemById (line 38) | NavItem getItemById(String id); method getItemAsTree (line 47) | NavTree getItemAsTree(String id); method searchItems (line 55) | List searchItems(NavItemContext ctx); method addGroup (line 68) | NavGroup addGroup(String id, String name, String description, String g... method addItem (line 82) | NavItem addItem(String id, String name, String description, String gro... method addDivider (line 92) | NavDivider addDivider(String groupId, boolean modifiable); method deleteItem (line 100) | NavItem deleteItem(String id); method setItemName (line 110) | NavItem setItemName(String id, String name); method setItemDescription (line 120) | NavItem setItemDescription(String id, String description); method setItemModifiable (line 130) | NavItem setItemModifiable(String id, boolean modifiable); method setItemContext (line 140) | NavItem setItemContext(String id, String context); method moveItem (line 150) | NavItem moveItem(String id, String newParentId); method moveItemFirst (line 157) | void moveItemFirst(String id); method moveItemLast (line 164) | void moveItemLast(String id); method moveItemUp (line 171) | void moveItemUp(String id); method moveItemDown (line 178) | void moveItemDown(String id); method accept (line 183) | void accept(NavItemVisitor visitor); method cloneTree (line 188) | NavTree cloneTree(); FILE: dashbuilder/dashbuilder-shared/dashbuilder-navigation-api/src/main/java/org/dashbuilder/navigation/event/NavTreeChangedEvent.java class NavTreeChangedEvent (line 25) | @Portable method NavTreeChangedEvent (line 30) | public NavTreeChangedEvent() { method NavTreeChangedEvent (line 34) | public NavTreeChangedEvent(NavTree navTree) { method getNavTree (line 38) | public NavTree getNavTree() { FILE: dashbuilder/dashbuilder-shared/dashbuilder-navigation-api/src/main/java/org/dashbuilder/navigation/event/PerspectivePluginsChangedEvent.java class PerspectivePluginsChangedEvent (line 21) | public class PerspectivePluginsChangedEvent { FILE: dashbuilder/dashbuilder-shared/dashbuilder-navigation-api/src/main/java/org/dashbuilder/navigation/impl/NavDividerImpl.java class NavDividerImpl (line 23) | @Portable method NavDividerImpl (line 26) | public NavDividerImpl() { method accept (line 30) | @Override method cloneItem (line 35) | @Override method toString (line 47) | public String toString() { FILE: dashbuilder/dashbuilder-shared/dashbuilder-navigation-api/src/main/java/org/dashbuilder/navigation/impl/NavFactoryImpl.java class NavFactoryImpl (line 24) | public class NavFactoryImpl implements NavFactory { method createNavTree (line 26) | @Override method createNavTree (line 43) | @Override method createNavGroup (line 48) | @Override method createNavGroup (line 53) | @Override method createNavItem (line 61) | @Override method createDivider (line 66) | @Override FILE: dashbuilder/dashbuilder-shared/dashbuilder-navigation-api/src/main/java/org/dashbuilder/navigation/impl/NavGroupImpl.java class NavGroupImpl (line 26) | @Portable method NavGroupImpl (line 31) | public NavGroupImpl() { method getChildren (line 35) | @Override method setChildren (line 40) | @Override method accept (line 45) | @Override method cloneItem (line 53) | @Override method toString (line 70) | @Override FILE: dashbuilder/dashbuilder-shared/dashbuilder-navigation-api/src/main/java/org/dashbuilder/navigation/impl/NavItemContextImpl.java class NavItemContextImpl (line 24) | public class NavItemContextImpl implements NavItemContext { method NavItemContextImpl (line 28) | public NavItemContextImpl() { method NavItemContextImpl (line 31) | public NavItemContextImpl(String ctx) { method init (line 35) | @Override method getPropertyIds (line 50) | @Override method getProperty (line 55) | @Override method removeProperty (line 60) | @Override method setProperty (line 65) | @Override method includesPropertiesOf (line 71) | @Override method toString (line 86) | @Override FILE: dashbuilder/dashbuilder-shared/dashbuilder-navigation-api/src/main/java/org/dashbuilder/navigation/impl/NavItemImpl.java class NavItemImpl (line 23) | @Portable method NavItemImpl (line 34) | public NavItemImpl() { method NavItemImpl (line 37) | public NavItemImpl(String id, String name, String description, NavGrou... method getId (line 46) | @Override method setId (line 51) | @Override method getName (line 56) | @Override method setName (line 61) | @Override method getDescription (line 66) | @Override method setDescription (line 71) | @Override method getType (line 76) | @Override method getParent (line 81) | @Override method setParent (line 86) | @Override method isModifiable (line 91) | public boolean isModifiable() { method setModifiable (line 95) | public void setModifiable(boolean modifiable) { method accept (line 99) | @Override method getContext (line 104) | @Override method setContext (line 109) | @Override method equals (line 114) | @Override method cloneItem (line 123) | @Override method toString (line 135) | public String toString() { method toString (line 139) | public String toString(String type) { FILE: dashbuilder/dashbuilder-shared/dashbuilder-navigation-api/src/main/java/org/dashbuilder/navigation/impl/NavTreeBuilder.java class NavTreeBuilder (line 27) | public class NavTreeBuilder { method NavTreeBuilder (line 33) | public NavTreeBuilder() { method group (line 37) | public NavTreeBuilder group(String id, String name, String description... method item (line 47) | public NavTreeBuilder item(String id, String name, String description,... method item (line 51) | public NavTreeBuilder item(String id, String name, String description,... method item (line 55) | public NavTreeBuilder item(String id, String name, String description,... method divider (line 66) | public NavTreeBuilder divider() { method endGroup (line 73) | public NavTreeBuilder endGroup() { method build (line 82) | public NavTree build() { method stackGroup (line 86) | private void stackGroup(NavGroup item) { method stackItem (line 91) | private void stackItem(NavItem item) { FILE: dashbuilder/dashbuilder-shared/dashbuilder-navigation-api/src/main/java/org/dashbuilder/navigation/impl/NavTreeImpl.java class NavTreeImpl (line 30) | @Portable method NavTreeImpl (line 35) | public NavTreeImpl() { method NavTreeImpl (line 39) | public NavTreeImpl(NavGroup root) { method getRootItems (line 43) | public List getRootItems() { method getItemById (line 47) | @Override method getItemById (line 52) | private NavItem getItemById(String id, List navItemList) { method getItemAsTree (line 70) | @Override method searchItems (line 76) | @Override method searchItems (line 81) | public List searchItems(NavItemContext ctx, List nav... method addGroup (line 101) | @Override method addItem (line 113) | @Override method addDivider (line 126) | @Override method addItem (line 136) | private void addItem(NavItem item, String parentId) { method deleteItem (line 159) | @Override method setItemName (line 173) | @Override method setItemDescription (line 183) | @Override method setItemModifiable (line 193) | @Override method setItemContext (line 203) | @Override method moveItem (line 213) | @Override method moveItemFirst (line 256) | @Override method moveItemLast (line 261) | @Override method moveItemUp (line 266) | @Override method moveItemDown (line 271) | @Override method changePosition (line 276) | public void changePosition(String id, boolean up, Integer npositions) { method accept (line 294) | @Override method cloneTree (line 301) | @Override FILE: dashbuilder/dashbuilder-shared/dashbuilder-navigation-api/src/main/java/org/dashbuilder/navigation/json/NavTreeJSONMarshaller.java class NavTreeJSONMarshaller (line 29) | public class NavTreeJSONMarshaller { method get (line 42) | public static NavTreeJSONMarshaller get() { method toJson (line 48) | public JsonObject toJson(NavTree navTree) throws JsonException { method toJson (line 56) | public JsonObject toJson(NavItem navItem) throws JsonException { method toJson (line 77) | public JsonArray toJson(List navItemList) throws JsonException { method fromJson (line 90) | public NavTree fromJson(String jsonString) throws JsonException { method fromJson (line 98) | public NavTree fromJson(JsonObject json) throws JsonException { method parseNavItemArray (line 111) | private void parseNavItemArray(JsonArray json, List targetLis... method parseNavItem (line 123) | private NavItem parseNavItem(JsonObject json) throws JsonException { FILE: dashbuilder/dashbuilder-shared/dashbuilder-navigation-api/src/main/java/org/dashbuilder/navigation/layout/LayoutNavigationRef.java class LayoutNavigationRef (line 22) | @Portable method LayoutNavigationRef (line 28) | public LayoutNavigationRef() { method LayoutNavigationRef (line 31) | public LayoutNavigationRef(LayoutNavigationRefType type, String name) { method getType (line 36) | public LayoutNavigationRefType getType() { method getName (line 40) | public String getName() { method toString (line 44) | @Override method equals (line 52) | @Override method hashCode (line 64) | @Override FILE: dashbuilder/dashbuilder-shared/dashbuilder-navigation-api/src/main/java/org/dashbuilder/navigation/layout/LayoutNavigationRefType.java type LayoutNavigationRefType (line 20) | @Portable FILE: dashbuilder/dashbuilder-shared/dashbuilder-navigation-api/src/main/java/org/dashbuilder/navigation/layout/LayoutRecursionIssue.java class LayoutRecursionIssue (line 29) | @Portable method LayoutRecursionIssue (line 34) | public LayoutRecursionIssue() { method contains (line 37) | public boolean contains(LayoutNavigationRef other) { method push (line 49) | public void push(LayoutNavigationRef ref) { method pop (line 53) | public LayoutNavigationRef pop() { method isEmpty (line 57) | public boolean isEmpty() { method getRefList (line 61) | public List getRefList() { method getLastDefaultItemRef (line 65) | public LayoutNavigationRef getLastDefaultItemRef() { method printReport (line 75) | public String printReport(NavTree navTree, LayoutRecursionIssueI18n i1... method enclose (line 143) | private String enclose(String name) { method getNavDragTypeI18nName (line 147) | public String getNavDragTypeI18nName(NavDragComponentType dragType, La... FILE: dashbuilder/dashbuilder-shared/dashbuilder-navigation-api/src/main/java/org/dashbuilder/navigation/layout/LayoutRecursionIssueI18n.java type LayoutRecursionIssueI18n (line 18) | public interface LayoutRecursionIssueI18n { method navRefPerspectiveI18n (line 20) | String navRefPerspectiveI18n(String name); method navRefPerspectiveInGroupI18n (line 22) | String navRefPerspectiveInGroupI18n(String name); method navRefPerspectiveDefaultI18n (line 24) | String navRefPerspectiveDefaultI18n(String name); method navRefPerspectiveFoundI18n (line 26) | String navRefPerspectiveFoundI18n(String name); method navRefGroupDefinedI18n (line 28) | String navRefGroupDefinedI18n(String name); method navRefGroupContextI18n (line 30) | String navRefGroupContextI18n(String name); method navRefComponentI18n (line 32) | String navRefComponentI18n(String name); method navRefDefaultItemDefinedI18n (line 34) | String navRefDefaultItemDefinedI18n(String name); method navRefDefaultItemFoundI18n (line 36) | String navRefDefaultItemFoundI18n(String name); method navRefPerspectiveRecursionEndI18n (line 38) | String navRefPerspectiveRecursionEndI18n(); method navCarouselDragComponentI18n (line 40) | String navCarouselDragComponentI18n(); method navTabListDragComponentI18n (line 42) | String navTabListDragComponentI18n(); method navTilesDragComponentI18n (line 44) | String navTilesDragComponentI18n(); method navTreeDragComponentI18n (line 46) | String navTreeDragComponentI18n(); method navMenubarDragComponentI18n (line 48) | String navMenubarDragComponentI18n(); FILE: dashbuilder/dashbuilder-shared/dashbuilder-navigation-api/src/main/java/org/dashbuilder/navigation/layout/LayoutTemplateContext.java class LayoutTemplateContext (line 26) | @Portable method LayoutTemplateContext (line 31) | public LayoutTemplateContext() { method LayoutTemplateContext (line 34) | public LayoutTemplateContext(String navGroupId) { method getNavGroupId (line 38) | public String getNavGroupId() { FILE: dashbuilder/dashbuilder-shared/dashbuilder-navigation-api/src/main/java/org/dashbuilder/navigation/layout/LayoutTemplateInfo.java class LayoutTemplateInfo (line 27) | @Portable method LayoutTemplateInfo (line 34) | public LayoutTemplateInfo() { method LayoutTemplateInfo (line 37) | public LayoutTemplateInfo(LayoutTemplate layoutTemplate, boolean hasNa... method getLayoutTemplate (line 43) | public LayoutTemplate getLayoutTemplate() { method getRecursionIssue (line 47) | public LayoutRecursionIssue getRecursionIssue() { method hasNavigationComponents (line 51) | public boolean hasNavigationComponents() { FILE: dashbuilder/dashbuilder-shared/dashbuilder-navigation-api/src/main/java/org/dashbuilder/navigation/layout/NavDragComponentSettings.java type NavDragComponentSettings (line 18) | public interface NavDragComponentSettings { FILE: dashbuilder/dashbuilder-shared/dashbuilder-navigation-api/src/main/java/org/dashbuilder/navigation/layout/NavDragComponentType.java type NavDragComponentType (line 18) | public enum NavDragComponentType { method NavDragComponentType (line 28) | NavDragComponentType(String className) { method getFQClassName (line 32) | public String getFQClassName() { method getByClassName (line 36) | public static NavDragComponentType getByClassName(String className) { FILE: dashbuilder/dashbuilder-shared/dashbuilder-navigation-api/src/main/java/org/dashbuilder/navigation/service/NavigationServices.java type NavigationServices (line 24) | @Remote method loadNavTree (line 27) | NavTree loadNavTree(); method saveNavTree (line 29) | void saveNavTree(NavTree navTree); FILE: dashbuilder/dashbuilder-shared/dashbuilder-navigation-api/src/main/java/org/dashbuilder/navigation/service/PerspectivePluginServices.java type PerspectivePluginServices (line 29) | @Remote method listPlugins (line 32) | Collection listPlugins(); method getPerspectivePlugin (line 34) | Plugin getPerspectivePlugin(String perspectiveName); method getLayoutTemplate (line 36) | LayoutTemplate getLayoutTemplate(String perspectiveName); method getLayoutTemplate (line 38) | LayoutTemplate getLayoutTemplate(Plugin perspectivePlugin); method getLayoutTemplateInfo (line 40) | LayoutTemplateInfo getLayoutTemplateInfo(String perspectiveName); method getLayoutTemplateInfo (line 42) | LayoutTemplateInfo getLayoutTemplateInfo(Plugin perspectivePlugin, Lay... method getLayoutTemplateInfo (line 44) | LayoutTemplateInfo getLayoutTemplateInfo(LayoutTemplate layoutTemplate); FILE: dashbuilder/dashbuilder-shared/dashbuilder-navigation-api/src/main/java/org/dashbuilder/navigation/workbench/NavSecurityController.java class NavSecurityController (line 35) | @ApplicationScoped method NavSecurityController (line 41) | @Inject method secure (line 47) | public NavTree secure(NavTree navTree, boolean removeEmptyGroups) { method secure (line 53) | public void secure(List itemList, boolean removeEmptyGroups) { method removeEmptyGroups (line 72) | private void removeEmptyGroups(List itemList) { method isEmpty (line 84) | private boolean isEmpty(NavGroup navGroup) { method canRead (line 101) | public boolean canRead(String navItemCtx) { method canRead (line 123) | public boolean canRead(NavItem navItem) { FILE: dashbuilder/dashbuilder-shared/dashbuilder-navigation-api/src/main/java/org/dashbuilder/navigation/workbench/NavWorkbenchCtx.java class NavWorkbenchCtx (line 33) | public class NavWorkbenchCtx extends NavItemContextImpl { method get (line 40) | public static NavWorkbenchCtx get(NavItem navItem) { method get (line 44) | public static NavWorkbenchCtx get(String navItemCtx) { method perspective (line 48) | public static NavWorkbenchCtx perspective(String perspectiveId) { method permission (line 55) | public static NavWorkbenchCtx permission(String... permission) { method NavWorkbenchCtx (line 63) | public NavWorkbenchCtx() { method NavWorkbenchCtx (line 67) | public NavWorkbenchCtx(String ctx) { method getResourceId (line 71) | public String getResourceId() { method setResourceId (line 75) | public NavWorkbenchCtx setResourceId(String resourceId) { method getResourceType (line 84) | public ActivityResourceType getResourceType() { method setResourceType (line 89) | public NavWorkbenchCtx setResourceType(ActivityResourceType resourceTy... method getNavGroupId (line 94) | public String getNavGroupId() { method setNavGroupId (line 98) | public NavWorkbenchCtx setNavGroupId(String navGroupId) { method clearPermissions (line 107) | public NavWorkbenchCtx clearPermissions() { method getPermissions (line 112) | public List getPermissions() { method addPermission (line 123) | public NavWorkbenchCtx addPermission(String permission) { FILE: dashbuilder/dashbuilder-shared/dashbuilder-navigation-api/src/test/java/org/dashbuilder/navigation/NavItemContextInclusionTest.java class NavItemContextInclusionTest (line 29) | @RunWith(Parameterized.class) method data (line 32) | @Parameters method testMatch (line 58) | @Test FILE: dashbuilder/dashbuilder-shared/dashbuilder-navigation-api/src/test/java/org/dashbuilder/navigation/NavItemContextTest.java class NavItemContextTest (line 27) | public class NavItemContextTest { method testEmpty (line 29) | @Test method testParse (line 38) | @Test method testFormat (line 46) | @Test method testPerspective (line 57) | @Test method testPermissions (line 68) | @Test method testRemoveProperty (line 82) | @Test FILE: dashbuilder/dashbuilder-shared/dashbuilder-navigation-api/src/test/java/org/dashbuilder/navigation/NavSecurityTest.java class NavSecurityTest (line 35) | @RunWith(MockitoJUnitRunner.class) method setUp (line 52) | @Before method testTreeStructure (line 65) | @Test method testHideEmptyGroups (line 81) | @Test FILE: dashbuilder/dashbuilder-shared/dashbuilder-navigation-api/src/test/java/org/dashbuilder/navigation/NavTreeJsonTest.java class NavTreeJsonTest (line 24) | public class NavTreeJsonTest { method testNavTreeMarshalling (line 34) | @Test FILE: dashbuilder/dashbuilder-shared/dashbuilder-navigation-api/src/test/java/org/dashbuilder/navigation/NavTreeTest.java class NavTreeTest (line 27) | public class NavTreeTest { method setUp (line 37) | @Before method testTreeStructure (line 48) | @Test method testDeleteItem (line 69) | @Test method testParentNotFound (line 81) | @Test(expected = RuntimeException.class) method testAvoidLoops (line 86) | @Test(expected = RuntimeException.class) method testItemContext (line 91) | @Test method testSearchItems (line 100) | @Test method testMoveUpNotAllowed (line 114) | @Test(expected = RuntimeException.class) method testMoveDownNotAllowed (line 120) | @Test(expected = RuntimeException.class) method testMoveUpAndDown (line 125) | @Test method testSubtreeCreation (line 149) | @Test method testCloneTree (line 156) | @Test method setItemName_worksWhenItemPresent (line 162) | @Test method setItemModifiable_worksWhenItemPresent (line 170) | @Test method setItemDescription_worksWhenItemPresent (line 180) | @Test method setItemName_throwsExceptionWhenItemNotPresent (line 188) | @Test(expected = RuntimeException.class) method setItemModifiable_throwsExceptionWhenItemNotPresent (line 193) | @Test(expected = RuntimeException.class) method setItemDescription_throwsExceptionWhenItemNotPresent (line 198) | @Test(expected = RuntimeException.class) method addGroupTest (line 203) | @Test method addGroupThrowsException_whenParentIsNotGroup (line 217) | @Test method addItemTest (line 228) | @Test method addItemShouldThrowException_whenParentDoesNotExist (line 243) | @Test method moveItemTest (line 253) | @Test method moveItemShouldThrowException_whenParentDoesNotExist (line 262) | @Test method moveItemShouldThrowException_whenParentIdSameAsItemId (line 272) | @Test FILE: dashbuilder/dashbuilder-shared/dashbuilder-services-api/src/main/java/org/dashbuilder/dataset/service/DataSetDefServices.java type DataSetDefServices (line 27) | @Remote method getPublicDataSetDefs (line 33) | List getPublicDataSetDefs(); method createDataSetDef (line 40) | DataSetDef createDataSetDef(DataSetProviderType type); method registerDataSetDef (line 48) | String registerDataSetDef(DataSetDef definition, String message); method removeDataSetDef (line 55) | void removeDataSetDef(String uuid, String message); FILE: dashbuilder/dashbuilder-shared/dashbuilder-services-api/src/main/java/org/dashbuilder/dataset/service/DataSetDefVfsServices.java type DataSetDefVfsServices (line 28) | @Remote method resolve (line 31) | Path resolve(DataSetDef dataSetDef); method get (line 32) | DataSetDef get(Path path); method load (line 33) | EditDataSetDef load(Path path) throws Exception; method save (line 34) | Path save(DataSetDef dataSetDef, String commitMessage); FILE: dashbuilder/dashbuilder-shared/dashbuilder-services-api/src/main/java/org/dashbuilder/dataset/service/DataSetExportServices.java type DataSetExportServices (line 25) | @Remote method exportDataSetCSV (line 33) | org.uberfire.backend.vfs.Path exportDataSetCSV(DataSetLookup dataSetLo... method exportDataSetExcel (line 40) | org.uberfire.backend.vfs.Path exportDataSetExcel(DataSetLookup dataSet... method exportDataSetCSV (line 47) | org.uberfire.backend.vfs.Path exportDataSetCSV(DataSet dataSet); method exportDataSetExcel (line 54) | org.uberfire.backend.vfs.Path exportDataSetExcel(DataSet dataSet); FILE: dashbuilder/dashbuilder-shared/dashbuilder-services-api/src/main/java/org/dashbuilder/dataset/service/DataSetLookupServices.java type DataSetLookupServices (line 27) | @Remote method lookupDataSet (line 35) | DataSet lookupDataSet(DataSetLookup lookup) throws Exception; method lookupDataSet (line 42) | DataSet lookupDataSet(DataSetDef def, DataSetLookup lookup) throws Exc... method lookupDataSetMetadata (line 49) | DataSetMetadata lookupDataSetMetadata(String uuid) throws Exception; FILE: dashbuilder/dashbuilder-shared/dashbuilder-services-api/src/main/java/org/dashbuilder/dataset/service/SQLProviderServices.java type SQLProviderServices (line 26) | @Remote method getDataSourceDefs (line 32) | List getDataSourceDefs(); FILE: dashbuilder/dashbuilder-shared/dashbuilder-services-api/src/main/java/org/dashbuilder/external/model/ComponentParameter.java class ComponentParameter (line 24) | @Portable method ComponentParameter (line 35) | public ComponentParameter() { method ComponentParameter (line 39) | public ComponentParameter(@MapsTo("name") String name, method getName (line 53) | public String getName() { method setName (line 57) | public void setName(String name) { method getType (line 61) | public String getType() { method setType (line 65) | public void setType(String type) { method getCategory (line 69) | public String getCategory() { method setCategory (line 73) | public void setCategory(String category) { method getDefaultValue (line 77) | public String getDefaultValue() { method setDefaultValue (line 81) | public void setDefaultValue(String defaultValue) { method getLabel (line 85) | public String getLabel() { method setLabel (line 89) | public void setLabel(String label) { method getComboValues (line 93) | public List getComboValues() { method setComboValues (line 97) | public void setComboValues(List comboValues) { method isMandatory (line 102) | public boolean isMandatory() { method setMandatory (line 107) | public void setMandatory(boolean mandatory) { FILE: dashbuilder/dashbuilder-shared/dashbuilder-services-api/src/main/java/org/dashbuilder/external/model/ExternalComponent.java class ExternalComponent (line 24) | @Portable method ExternalComponent (line 38) | public ExternalComponent() { method ExternalComponent (line 42) | public ExternalComponent(@MapsTo("id") String id, method setId (line 54) | public void setId(String id) { method getId (line 58) | public String getId() { method getName (line 62) | public String getName() { method getIcon (line 66) | public String getIcon() { method getCategory (line 70) | public String getCategory() { method isNoData (line 74) | public boolean isNoData() { method getParameters (line 78) | public List getParameters() { method isProvided (line 82) | public boolean isProvided() { method setProvided (line 87) | public void setProvided(boolean provided) { FILE: dashbuilder/dashbuilder-shared/dashbuilder-services-api/src/main/java/org/dashbuilder/external/service/BackendComponentFunctionService.java type BackendComponentFunctionService (line 27) | @Remote method listFunctions (line 30) | List listFunctions(); method callFunction (line 32) | Object callFunction(String name, Map params); FILE: dashbuilder/dashbuilder-shared/dashbuilder-services-api/src/main/java/org/dashbuilder/external/service/ComponentAssetProvider.java type ComponentAssetProvider (line 21) | public interface ComponentAssetProvider { method openAsset (line 23) | InputStream openAsset(String componentAssetPath); FILE: dashbuilder/dashbuilder-shared/dashbuilder-services-api/src/main/java/org/dashbuilder/external/service/ComponentLoader.java type ComponentLoader (line 23) | public interface ComponentLoader { method loadExternal (line 33) | List loadExternal(); method loadProvided (line 40) | List loadProvided(); method getExternalComponentsDir (line 47) | String getExternalComponentsDir(); method getProvidedComponentsPath (line 54) | String getProvidedComponentsPath(); method isExternalComponentsEnabled (line 56) | boolean isExternalComponentsEnabled(); FILE: dashbuilder/dashbuilder-shared/dashbuilder-services-api/src/main/java/org/dashbuilder/external/service/ComponentService.java type ComponentService (line 25) | @Remote method listProvidedComponents (line 28) | List listProvidedComponents(); method listExternalComponents (line 30) | List listExternalComponents(); method listAllComponents (line 32) | List listAllComponents(); method byId (line 34) | Optional byId(String componentId); FILE: dashbuilder/dashbuilder-shared/dashbuilder-services-api/src/main/java/org/dashbuilder/perspectives/PerspectiveIds.java type PerspectiveIds (line 19) | public interface PerspectiveIds { FILE: dashbuilder/dashbuilder-shared/dashbuilder-services-api/src/main/java/org/dashbuilder/renderer/service/RendererSettingsService.java type RendererSettingsService (line 10) | @Remote method getSettings (line 17) | public RendererSettings getSettings(); FILE: dashbuilder/dashbuilder-shared/dashbuilder-services-api/src/main/java/org/dashbuilder/transfer/DataTransferExportModel.java class DataTransferExportModel (line 28) | public class DataTransferExportModel { method DataTransferExportModel (line 37) | public DataTransferExportModel() {} method DataTransferExportModel (line 39) | public DataTransferExportModel(List datasetDefinitions, Li... method DataTransferExportModel (line 43) | protected DataTransferExportModel(List datasetDefinitions,... method exportAll (line 50) | public static DataTransferExportModel exportAll() { method getDatasetDefinitions (line 54) | public List getDatasetDefinitions() { method setDatasetDefinitions (line 58) | public void setDatasetDefinitions(List datasetDefinitions) { method getPages (line 62) | public List getPages() { method setPages (line 66) | public void setPages(List pages) { method isExportNavigation (line 70) | public boolean isExportNavigation() { method setExportNavigation (line 74) | public void setExportNavigation(boolean exportNavigation) { method isExportAll (line 78) | public boolean isExportAll() { method setExportAll (line 82) | public void setExportAll(boolean exportAll) { FILE: dashbuilder/dashbuilder-shared/dashbuilder-services-api/src/main/java/org/dashbuilder/transfer/DataTransferServices.java type DataTransferServices (line 23) | @Remote method doExport (line 35) | public String doExport(DataTransferExportModel exportsModel) throws ja... method doImport (line 37) | public List doImport() throws Exception; method generateExportUrl (line 39) | public String generateExportUrl(DataTransferExportModel exportsModel) ... method exportInfo (line 41) | public ExportInfo exportInfo(); FILE: dashbuilder/dashbuilder-shared/dashbuilder-services-api/src/main/java/org/dashbuilder/transfer/ExportInfo.java class ExportInfo (line 23) | public class ExportInfo { method ExportInfo (line 31) | public ExportInfo() {} method ExportInfo (line 33) | public ExportInfo(List datasetsDefinitions, method getDatasetsDefinitions (line 41) | public List getDatasetsDefinitions() { method getPages (line 45) | public List getPages() { method isExternalServerAvailable (line 49) | public boolean isExternalServerAvailable() { method toString (line 53) | @Override FILE: dashbuilder/dashbuilder-shared/dashbuilder-services-api/src/main/java/org/dashbuilder/transfer/ExportModelValidationService.java type ExportModelValidationService (line 27) | @Remote method checkMissingDatasets (line 38) | Map> checkMissingDatasets(DataTransferExportModel... FILE: dashbuilder/dashbuilder-shared/dashbuilder-validations/src/main/java/org/dashbuilder/validations/DataSetDefValidator.java type DataSetDefValidator (line 27) | public interface DataSetDefValidator { method getSupportedProvider (line 32) | DataSetProviderType getSupportedProvider(); method validateBasicAttributes (line 37) | Iterable> validateBasicAttributes( DataSetDef d... method validateCustomAttributes (line 42) | Iterable> validateCustomAttributes( T dataSetDe... method validate (line 47) | Iterable> validate( T dataSetDef, method validateProviderType (line 53) | Iterable> validateProviderType( DataSetDef data... FILE: dashbuilder/dashbuilder-shared/dashbuilder-validations/src/main/java/org/dashbuilder/validations/DataSetValidatorProvider.java class DataSetValidatorProvider (line 31) | @ApplicationScoped method DataSetValidatorProvider (line 38) | @Inject method init (line 43) | @PostConstruct method registerValidator (line 50) | protected void registerValidator( DataSetDefValidator validator ) { method getValidator (line 54) | public DataSetDefValidator getValidator( DataSetDef dataSetDef ) { method validateAttributes (line 66) | public Iterable> validateAttributes( DataSetDef... method validate (line 72) | public Iterable> validate( DataSetDef dataSetDef, method validateBasicAttributes (line 82) | public Iterable> validat... method validateProviderType (line 88) | public Iterable> validateProviderType( DataSetD... FILE: dashbuilder/dashbuilder-shared/dashbuilder-validations/src/main/java/org/dashbuilder/validations/dataset/AbstractDataSetDefValidator.java class AbstractDataSetDefValidator (line 37) | public abstract class AbstractDataSetDefValidator ... method AbstractDataSetDefValidator (line 41) | public AbstractDataSetDefValidator( Validator validator ) { method validateProviderType (line 45) | @Override method validateBasicAttributes (line 51) | @Override method getValidationGroups (line 58) | protected Class[] getValidationGroups( final boolean isCacheEnabled, method toIterable (line 83) | protected Iterable> toIterable( Set params) { method net (line 154) | public Double net(String node, Double last, Double max, Double overloa... method proc (line 180) | public Double proc(String node, Double last, Double max, Double overlo... method disk (line 205) | public Double disk(String node, Double last, Double max, Double overlo... method cpu (line 231) | public Double cpu(String node, Double last, Double max, Double overloa... method mem (line 257) | public Double mem(String node, Double last, Double max, Double overloa... method main (line 279) | public static void main(String[] args) throws Exception { method printDataSet (line 307) | protected static void printDataSet(DataSet dataSet) { FILE: dashbuilder/dashbuilder-webapp/src/main/java/org/dashbuilder/backend/RepositoryServiceImpl.java class RepositoryServiceImpl (line 41) | @Default method addGroup (line 45) | @Override method createRepository (line 51) | @Override method createRepository (line 60) | @Override method getAllDeletedRepositories (line 70) | @Override method getAllRepositories (line 75) | @Override method getAllRepositories (line 80) | @Override method getAllRepositoriesFromAllUserSpaces (line 85) | @Override method getRepositories (line 90) | @Override method getRepository (line 95) | @Override method getRepository (line 100) | @Override method getRepositoryFromSpace (line 105) | @Override method getRepositoryHistory (line 110) | @Override method getRepositoryHistory (line 115) | @Override method getRepositoryHistoryAll (line 120) | @Override method getRepositoryInfo (line 125) | @Override method normalizeRepositoryName (line 130) | @Override method removeGroup (line 135) | @Override method removeRepositories (line 140) | @Override method removeRepository (line 145) | @Override method updateContributors (line 150) | @Override method validateRepositoryName (line 155) | @Override FILE: dashbuilder/dashbuilder-webapp/src/main/java/org/dashbuilder/backend/RuntimeJaxApp.java class RuntimeJaxApp (line 22) | @ApplicationPath("/rest") FILE: dashbuilder/dashbuilder-webapp/src/main/java/org/dashbuilder/backend/SalesDataSetGenerator.java class SalesDataSetGenerator (line 34) | @ApplicationScoped method buildDataSet (line 67) | public DataSet buildDataSet(Map params) { method parseParam (line 119) | protected int parseParam(String param, int defaultValue) { method buildDate (line 127) | private Date buildDate(int month, int year) { method addDates (line 137) | private Date addDates(Date d, int days) { method randomValue (line 144) | private String randomValue(String[] dic) { FILE: dashbuilder/dashbuilder-webapp/src/main/java/org/dashbuilder/backend/command/CommandEvent.java class CommandEvent (line 18) | public class CommandEvent { method CommandEvent (line 22) | public CommandEvent() { method CommandEvent (line 25) | public CommandEvent(String command) { method getCommand (line 29) | public String getCommand() { method setCommand (line 33) | public void setCommand(String command) { FILE: dashbuilder/dashbuilder-webapp/src/main/java/org/dashbuilder/backend/command/CommandServer.java class CommandServer (line 37) | @ApplicationScoped method init (line 51) | @PostConstruct method run (line 56) | public void run() { FILE: dashbuilder/dashbuilder-webapp/src/main/java/org/dashbuilder/client/ShowcaseEntryPoint.java class ShowcaseEntryPoint (line 46) | @EntryPoint method startApp (line 75) | @PostConstruct method initNavBar (line 87) | private void initNavBar() { method initNavigation (line 93) | private void initNavigation() { method hideLoadingPopup (line 109) | private void hideLoadingPopup() { FILE: dashbuilder/dashbuilder-webapp/src/main/java/org/dashbuilder/client/dashboard/DashboardManager.java class DashboardManager (line 48) | @ApplicationScoped method DashboardManager (line 58) | @Inject method loadDashboards (line 74) | public void loadDashboards(ParameterizedCommand getDashboards() { FILE: dashbuilder/dashbuilder-webapp/src/main/java/org/dashbuilder/client/dashboard/DashboardPerspectiveActivity.java class DashboardPerspectiveActivity (line 54) | public class DashboardPerspectiveActivity implements PerspectiveActivity { method DashboardPerspectiveActivity (line 67) | public DashboardPerspectiveActivity() { method DashboardPerspectiveActivity (line 70) | public DashboardPerspectiveActivity(String id, method getDisplayName (line 86) | public String getDisplayName() { method getPlace (line 90) | @Override method onStartup (line 95) | @Override method onOpen (line 100) | @Override method onClose (line 104) | @Override method onShutdown (line 108) | @Override method getDefaultPerspectiveLayout (line 112) | @Override method getIdentifier (line 119) | @Override method getResourceType (line 124) | @Override method isDefault (line 129) | @Override method isTransient (line 134) | @Override method getMenus (line 139) | @Override method getToolBar (line 150) | @Override method isPersistent (line 157) | public boolean isPersistent() { method setPersistent (line 161) | public void setPersistent(boolean persistent) { method getShowDeletePopupCommand (line 167) | private Command getShowDeletePopupCommand() { method getCancelDeleteCommand (line 181) | private Command getCancelDeleteCommand() { method getDoDeleteCommand (line 189) | private Command getDoDeleteCommand() { method getNewDisplayerCommand (line 202) | private Command getNewDisplayerCommand() { method getSaveDisplayerCommand (line 215) | protected Command getSaveDisplayerCommand(final DisplayerEditorPopup e... method getCloseDisplayerCommand (line 230) | protected Command getCloseDisplayerCommand(final DisplayerEditorPopup ... method createPlaceRequest (line 239) | private PlaceRequest createPlaceRequest(DisplayerSettings displayerSet... method getDefaultPerspectiveActivity (line 248) | private PerspectiveActivity getDefaultPerspectiveActivity() { FILE: dashbuilder/dashbuilder-webapp/src/main/java/org/dashbuilder/client/expenses/ExpenseConstants.java type ExpenseConstants (line 18) | public interface ExpenseConstants { FILE: dashbuilder/dashbuilder-webapp/src/main/java/org/dashbuilder/client/expenses/ExpensesDashboard.java class ExpensesDashboard (line 45) | @Dependent type ExpensesDashboardBinder (line 48) | interface ExpensesDashboardBinder extends UiBinder getMainNodes() { method init (line 56) | @PostConstruct method createPlaceRequest (line 71) | private PlaceRequest createPlaceRequest(DisplayerSettings displayerSet... method createPlaceRequest (line 80) | private PlaceRequest createPlaceRequest(String widgetId) { method initBarChartCategory (line 86) | private void initBarChartCategory() { method initPieChartCategory (line 175) | private void initPieChartCategory() { method initLineChartCategory (line 248) | private void initLineChartCategory() { method initAreaChartCategory (line 306) | private void initAreaChartCategory() { method initBubbleChartCategory (line 346) | private void initBubbleChartCategory() { method initMeterChartCategory (line 367) | private void initMeterChartCategory() { method initMetricCategory (line 417) | private void initMetricCategory() { method initMapChartCategory (line 452) | private void initMapChartCategory() { method initTableReportCategory (line 484) | private void initTableReportCategory() { method initSelectorCategory (line 567) | private void initSelectorCategory() { method initDashboardCategory (line 618) | private void initDashboardCategory() { FILE: dashbuilder/dashbuilder-webapp/src/main/java/org/dashbuilder/client/gallery/GalleryTreeNode.java class GalleryTreeNode (line 23) | public abstract class GalleryTreeNode { method GalleryTreeNode (line 28) | public GalleryTreeNode(String name) { method getName (line 32) | public String getName() { method getChildren (line 36) | public List getChildren() { FILE: dashbuilder/dashbuilder-webapp/src/main/java/org/dashbuilder/client/gallery/GalleryTreeNodeList.java class GalleryTreeNodeList (line 23) | public class GalleryTreeNodeList extends GalleryTreeNode { method GalleryTreeNodeList (line 25) | public GalleryTreeNodeList(String name) { method add (line 29) | public void add(GalleryTreeNode node) { FILE: dashbuilder/dashbuilder-webapp/src/main/java/org/dashbuilder/client/gallery/GalleryTreePresenter.java class GalleryTreePresenter (line 30) | @WorkbenchScreen(identifier = "GalleryTreeScreen") type GalleryTreeView (line 34) | public interface GalleryTreeView extends UberView { method getTitle (line 44) | @WorkbenchPartTitle method getView (line 49) | @WorkbenchPartView method navigateToNode (line 54) | public void navigateToNode(GalleryTreeNode node) { FILE: dashbuilder/dashbuilder-webapp/src/main/java/org/dashbuilder/client/gallery/GalleryTreeViewImpl.java class GalleryTreeViewImpl (line 31) | public class GalleryTreeViewImpl extends Composite implements GalleryTre... method init (line 40) | public void init(GalleryTreePresenter presenter) { method initUI (line 44) | @PostConstruct method initNavigationTree (line 55) | private Tree initNavigationTree() { method populateNavigationTree (line 71) | private void populateNavigationTree(List nodes, HasTr... method treeItemClicked (line 83) | private void treeItemClicked(TreeItem ti, GalleryTreeNode node) { FILE: dashbuilder/dashbuilder-webapp/src/main/java/org/dashbuilder/client/gallery/GalleryWidget.java type GalleryWidget (line 20) | public interface GalleryWidget extends IsWidget { method getTitle (line 22) | String getTitle(); method onClose (line 23) | void onClose(); method feedsFrom (line 24) | boolean feedsFrom(String dataSetId); method redrawAll (line 25) | void redrawAll(); FILE: dashbuilder/dashbuilder-webapp/src/main/java/org/dashbuilder/client/gallery/GalleryWidgetPresenter.java class GalleryWidgetPresenter (line 47) | @WorkbenchScreen(identifier = "GalleryWidgetScreen") method GalleryWidgetPresenter (line 59) | @Inject method getTitle (line 76) | @WorkbenchPartTitle method getView (line 81) | @WorkbenchPartView method onStartup (line 86) | @OnStartup method onClose (line 93) | @OnClose method getWidget (line 98) | private GalleryWidget getWidget(String widgetId) { method onDataSetModifiedEvent (line 125) | private void onDataSetModifiedEvent(@Observes DataSetModifiedEvent eve... method onDataSetPushOkEvent (line 141) | private void onDataSetPushOkEvent(@Observes DataSetPushOkEvent event) { FILE: dashbuilder/dashbuilder-webapp/src/main/java/org/dashbuilder/client/metrics/ClusterMetricsDashboard.java class ClusterMetricsDashboard (line 64) | @Dependent type Binder (line 72) | interface Binder extends UiBinder {} method run (line 106) | public void run() { method ClusterMetricsDashboard (line 124) | @Inject method getTitle (line 130) | @Override method onClose (line 135) | @Override method feedsFrom (line 141) | @Override method redrawAll (line 146) | @Override class ClusterMetric (line 151) | class ClusterMetric { method ClusterMetric (line 160) | public ClusterMetric(String column, String title, String format, Str... method init (line 171) | @PostConstruct method createChartMetric (line 279) | protected Displayer createChartMetric(String group) { method onChartTypeSelected (line 321) | @UiHandler("chartTypeSelector") method onMetricSelected (line 326) | @UiHandler("metricSelector") FILE: dashbuilder/dashbuilder-webapp/src/main/java/org/dashbuilder/client/navbar/AppHeader.java class AppHeader (line 39) | @Templated method AppHeader (line 66) | public AppHeader() {} method AppHeader (line 68) | @Inject method init (line 73) | @PostConstruct method getId (line 85) | @Override method getOrder (line 90) | @Override method setOnLogoutCommand (line 95) | public void setOnLogoutCommand(Command command) { method onLogoutClicked (line 100) | public void onLogoutClicked() { method setupMenu (line 106) | public void setupMenu(NavTree navTree) { FILE: dashbuilder/dashbuilder-webapp/src/main/java/org/dashbuilder/client/navbar/DashbuilderNavBrand.java class DashbuilderNavBrand (line 22) | @ApplicationScoped method brandImageUrl (line 25) | @Override method brandImageLabel (line 30) | @Override method menuAccessorLabel (line 35) | @Override FILE: dashbuilder/dashbuilder-webapp/src/main/java/org/dashbuilder/client/navigation/NavTreeDefinitions.java type NavTreeDefinitions (line 27) | public interface NavTreeDefinitions { FILE: dashbuilder/dashbuilder-webapp/src/main/java/org/dashbuilder/client/perspectives/DisplayerGalleryPerspective.java class DisplayerGalleryPerspective (line 34) | @ApplicationScoped method buildPerspective (line 38) | @Perspective FILE: dashbuilder/dashbuilder-webapp/src/main/java/org/dashbuilder/client/perspectives/HomePerspective.java class HomePerspective (line 29) | @WorkbenchPerspective(identifier = PerspectiveIds.HOME, isDefault = true) method buildPerspective (line 32) | @Perspective FILE: dashbuilder/dashbuilder-webapp/src/main/java/org/dashbuilder/client/perspectives/SalesDashboardPerspective.java class SalesDashboardPerspective (line 39) | @ApplicationScoped method buildPerspective (line 45) | @Perspective method createPlaceRequest (line 59) | private PlaceRequest createPlaceRequest(DisplayerSettings displayerSet... FILE: dashbuilder/dashbuilder-webapp/src/main/java/org/dashbuilder/client/perspectives/SalesReportsPerspective.java class SalesReportsPerspective (line 39) | @ApplicationScoped method buildPerspective (line 45) | @Perspective method createPlaceRequest (line 56) | private PlaceRequest createPlaceRequest(DisplayerSettings displayerSet... FILE: dashbuilder/dashbuilder-webapp/src/main/java/org/dashbuilder/client/resources/AppImages.java type AppImages (line 25) | public interface AppImages extends ClientBundle { method pieChartLogo (line 27) | @Source("images/dashbuilder_home_pie.png") method barChartLogo (line 30) | @Source("images/dashbuilder_gallery_bar.png") FILE: dashbuilder/dashbuilder-webapp/src/main/java/org/dashbuilder/client/resources/AppResource.java type AppResource (line 6) | public interface AppResource method images (line 12) | AppImages images(); FILE: dashbuilder/dashbuilder-webapp/src/main/java/org/dashbuilder/client/resources/i18n/AppConstants.java type AppConstants (line 21) | public interface AppConstants extends Messages { method logoBannerError (line 25) | String logoBannerError(); method logOut (line 27) | String logOut(); method role (line 29) | String role(); method menu_home (line 31) | String menu_home(); method menu_gallery (line 33) | String menu_gallery(); method menu_administration (line 35) | String menu_administration(); method menu_security (line 37) | String menu_security(); method menu_dataset_authoring (line 39) | String menu_dataset_authoring(); method menu_dashboards (line 41) | String menu_dashboards(); method menu_dashboards_salesdb (line 43) | String menu_dashboards_salesdb(); method menu_dashboards_salesreports (line 45) | String menu_dashboards_salesreports(); method menu_dashboards_new (line 47) | String menu_dashboards_new(); method menu_content_manager (line 49) | String menu_content_manager(); method menu_extensions_apps (line 51) | String menu_extensions_apps(); method home_intro (line 53) | String home_intro(); method home_upcoming (line 55) | String home_upcoming(); method home_feature1 (line 57) | String home_feature1(); method home_feature2 (line 59) | String home_feature2(); method home_feature3 (line 61) | String home_feature3(); method home_feature4 (line 63) | String home_feature4(); method home_feature5 (line 65) | String home_feature5(); method home_feature6 (line 67) | String home_feature6(); method home_feature7 (line 69) | String home_feature7(); method home_feature8 (line 71) | String home_feature8(); method home_feature9 (line 73) | String home_feature9(); method home_feature10 (line 75) | String home_feature10(); method home_feature11 (line 77) | String home_feature11(); method home_feature12 (line 79) | String home_feature12(); method home_feature13 (line 81) | String home_feature13(); method home_arch (line 83) | String home_arch(); method home_arch1 (line 85) | String home_arch1(); method home_arch2 (line 87) | String home_arch2(); method home_arch3 (line 89) | String home_arch3(); method home_arch4 (line 91) | String home_arch4(); method home_arch5 (line 93) | String home_arch5(); method home_arch6a (line 95) | String home_arch6a(); method home_arch6b (line 97) | String home_arch6b(); method home_furtherinfo (line 99) | String home_furtherinfo(); method home_license (line 101) | String home_license(); method notification_dashboard_created (line 103) | String notification_dashboard_created(String id); method notification_dashboard_deleted (line 105) | String notification_dashboard_deleted(String id); method dashboard_new_displayer (line 107) | String dashboard_new_displayer(); method dashboard_delete_dashboard (line 108) | String dashboard_delete_dashboard(); method dashboard_delete_popup_title (line 109) | String dashboard_delete_popup_title(); method dashboard_delete_popup_content (line 110) | String dashboard_delete_popup_content(); method salesdbpersp_salessummary (line 112) | String salesdbpersp_salessummary(); method salesreportspersp_salesreports (line 114) | String salesreportspersp_salesreports(); method expensesdb_title (line 116) | String expensesdb_title(); method expensesdb_tab_exp_evolution (line 118) | String expensesdb_tab_exp_evolution(); method expensesdb_tab_by_employee (line 120) | String expensesdb_tab_by_employee(); method expensesdb_tab_all_exp (line 122) | String expensesdb_tab_all_exp(); method expensesdb_pie_title (line 124) | String expensesdb_pie_title(); method expensesdb_pie_column1 (line 126) | String expensesdb_pie_column1(); method expensesdb_pie_column2 (line 128) | String expensesdb_pie_column2(); method expensesdb_pie_column3 (line 130) | String expensesdb_pie_column3(); method expensesdb_bar_title (line 132) | String expensesdb_bar_title(); method expensesdb_bar_column1 (line 134) | String expensesdb_bar_column1(); method expensesdb_bubble_title (line 136) | String expensesdb_bubble_title(); method expensesdb_bubble_column1 (line 138) | String expensesdb_bubble_column1(); method expensesdb_bubble_column2 (line 140) | String expensesdb_bubble_column2(); method expensesdb_bubble_column3 (line 142) | String expensesdb_bubble_column3(); method expensesdb_bubble_column4 (line 144) | String expensesdb_bubble_column4(); method expensesdb_line_title (line 146) | String expensesdb_line_title(); method expensesdb_line_column1 (line 148) | String expensesdb_line_column1(); method expensesdb_table_title (line 150) | String expensesdb_table_title(); method expensesdb_table_column1 (line 152) | String expensesdb_table_column1(); method expensesdb_table_column2 (line 154) | String expensesdb_table_column2(); method expensesdb_table_column3 (line 156) | String expensesdb_table_column3(); method expensesdb_table_column4 (line 158) | String expensesdb_table_column4(); method expensesdb_table_column5 (line 160) | String expensesdb_table_column5(); method gallerytree_home (line 162) | String gallerytree_home(); method gallerytree_home_p1 (line 164) | String gallerytree_home_p1(); method gallerytree_home_s2a (line 166) | String gallerytree_home_s2a(); method gallerytree_home_s2b (line 168) | String gallerytree_home_s2b(); method gallerytree_home_ghublink (line 170) | String gallerytree_home_ghublink(); method gallerytree_title (line 172) | String gallerytree_title(); method gallerytree_bar (line 174) | String gallerytree_bar(); method gallerytree_bar_horiz (line 176) | String gallerytree_bar_horiz(); method gallerytree_bar_horiz_title (line 178) | String gallerytree_bar_horiz_title(); method gallerytree_bar_horiz_column1 (line 180) | String gallerytree_bar_horiz_column1(); method gallerytree_bar_vert (line 182) | String gallerytree_bar_vert(); method gallerytree_bar_vert_title (line 184) | String gallerytree_bar_vert_title(); method gallerytree_bar_vert_column1 (line 186) | String gallerytree_bar_vert_column1(); method gallerytree_bar_vert_dd (line 188) | String gallerytree_bar_vert_dd(); method gallerytree_bar_vert_dd_title (line 190) | String gallerytree_bar_vert_dd_title(); method gallerytree_bar_vert_dd_column1 (line 192) | String gallerytree_bar_vert_dd_column1(); method gallerytree_bar_vert_dd_column2 (line 194) | String gallerytree_bar_vert_dd_column2(); method gallerytree_bar_vert_dd_column3 (line 196) | String gallerytree_bar_vert_dd_column3(); method gallerytree_bar_multi (line 198) | String gallerytree_bar_multi(); method gallerytree_bar_stacked (line 200) | String gallerytree_bar_stacked(); method gallerytree_bar_multi_title (line 202) | String gallerytree_bar_multi_title(); method gallerytree_bar_multi_column1 (line 204) | String gallerytree_bar_multi_column1(); method gallerytree_bar_multi_column2 (line 206) | String gallerytree_bar_multi_column2(); method gallerytree_bar_multi_column3 (line 208) | String gallerytree_bar_multi_column3(); method gallerytree_pie (line 210) | String gallerytree_pie(); method gallerytree_pie_basic (line 212) | String gallerytree_pie_basic(); method gallerytree_pie_basic_title (line 214) | String gallerytree_pie_basic_title(); method gallerytree_pie_basic_column1 (line 216) | String gallerytree_pie_basic_column1(); method gallerytree_pie_3d (line 218) | String gallerytree_pie_3d(); method gallerytree_pie_3d_title (line 220) | String gallerytree_pie_3d_title(); method gallerytree_pie_3d_column1 (line 222) | String gallerytree_pie_3d_column1(); method gallerytree_pie_donut (line 224) | String gallerytree_pie_donut(); method gallerytree_pie_donut_title (line 226) | String gallerytree_pie_donut_title(); method gallerytree_pie_donut_column1 (line 228) | String gallerytree_pie_donut_column1(); method gallerytree_pie_dd (line 230) | String gallerytree_pie_dd(); method gallerytree_pie_dd_title (line 232) | String gallerytree_pie_dd_title(); method gallerytree_pie_dd_column1 (line 234) | String gallerytree_pie_dd_column1(); method gallerytree_pie_dd_column2 (line 236) | String gallerytree_pie_dd_column2(); method gallerytree_pie_dd_column3 (line 238) | String gallerytree_pie_dd_column3(); method gallerytree_line (line 240) | String gallerytree_line(); method gallerytree_line_basic (line 242) | String gallerytree_line_basic(); method gallerytree_line_basic_title (line 244) | String gallerytree_line_basic_title(); method gallerytree_line_basic_column1 (line 246) | String gallerytree_line_basic_column1(); method gallerytree_line_basic_column2 (line 248) | String gallerytree_line_basic_column2(); method gallerytree_line_multi (line 250) | String gallerytree_line_multi(); method gallerytree_line_multi_title (line 252) | String gallerytree_line_multi_title(); method gallerytree_line_multi_column1 (line 254) | String gallerytree_line_multi_column1(); method gallerytree_line_multi_column2 (line 256) | String gallerytree_line_multi_column2(); method gallerytree_line_multi_column3 (line 258) | String gallerytree_line_multi_column3(); method gallerytree_line_multi_static (line 260) | String gallerytree_line_multi_static(); method gallerytree_line_multi_static_title (line 262) | String gallerytree_line_multi_static_title(); method gallerytree_line_multi_static_column1 (line 264) | String gallerytree_line_multi_static_column1(); method gallerytree_line_multi_static_column2 (line 266) | String gallerytree_line_multi_static_column2(); method gallerytree_line_multi_static_column3 (line 268) | String gallerytree_line_multi_static_column3(); method gallerytree_area (line 270) | String gallerytree_area(); method gallerytree_area_basic (line 272) | String gallerytree_area_basic(); method gallerytree_area_basic_title (line 274) | String gallerytree_area_basic_title(); method gallerytree_area_basic_column1 (line 276) | String gallerytree_area_basic_column1(); method gallerytree_area_fixed (line 278) | String gallerytree_area_fixed(); method gallerytree_area_fixed_title (line 280) | String gallerytree_area_fixed_title(); method gallerytree_area_fixed_column1 (line 282) | String gallerytree_area_fixed_column1(); method gallerytree_area_fixed_column2 (line 284) | String gallerytree_area_fixed_column2(); method gallerytree_area_dd (line 286) | String gallerytree_area_dd(); method gallerytree_area_dd_title (line 288) | String gallerytree_area_dd_title(); method gallerytree_area_dd_column1 (line 290) | String gallerytree_area_dd_column1(); method gallerytree_area_dd_column2 (line 292) | String gallerytree_area_dd_column2(); method gallerytree_bubble (line 294) | String gallerytree_bubble(); method gallerytree_bubble_basic (line 296) | String gallerytree_bubble_basic(); method gallerytree_bubble_basic_title (line 298) | String gallerytree_bubble_basic_title(); method gallerytree_bubble_basic_column1 (line 300) | String gallerytree_bubble_basic_column1(); method gallerytree_bubble_basic_column2 (line 302) | String gallerytree_bubble_basic_column2(); method gallerytree_bubble_basic_column3 (line 304) | String gallerytree_bubble_basic_column3(); method gallerytree_bubble_basic_column4 (line 306) | String gallerytree_bubble_basic_column4(); method gallerytree_meter (line 308) | String gallerytree_meter(); method gallerytree_meter_basic (line 310) | String gallerytree_meter_basic(); method gallerytree_meter_basic_title (line 312) | String gallerytree_meter_basic_title(); method gallerytree_meter_basic_column1 (line 314) | String gallerytree_meter_basic_column1(); method gallerytree_meter_multi (line 316) | String gallerytree_meter_multi(); method gallerytree_meter_multi_title (line 318) | String gallerytree_meter_multi_title(); method gallerytree_meter_multi_column1 (line 320) | String gallerytree_meter_multi_column1(); method gallerytree_meter_multi_static (line 322) | String gallerytree_meter_multi_static(); method gallerytree_meter_multi_static_title (line 324) | String gallerytree_meter_multi_static_title(); method gallerytree_meter_multi_static_column1 (line 326) | String gallerytree_meter_multi_static_column1(); method gallerytree_meter_multi_static_column2 (line 328) | String gallerytree_meter_multi_static_column2(); method gallerytree_metrics (line 330) | String gallerytree_metrics(); method gallerytree_metrics_basic (line 332) | String gallerytree_metrics_basic(); method gallerytree_metrics_basic_title (line 334) | String gallerytree_metrics_basic_title(); method gallerytree_metrics_basic_column1 (line 336) | String gallerytree_metrics_basic_column1(); method gallerytree_metrics_basic_static (line 338) | String gallerytree_metrics_basic_static(); method gallerytree_metrics_basic_static_title (line 340) | String gallerytree_metrics_basic_static_title(); method gallerytree_metrics_basic_static_column1 (line 342) | String gallerytree_metrics_basic_static_column1(); method gallerytree_map (line 344) | String gallerytree_map(); method gallerytree_map_region (line 346) | String gallerytree_map_region(); method gallerytree_map_region_title (line 348) | String gallerytree_map_region_title(); method gallerytree_map_region_column1 (line 350) | String gallerytree_map_region_column1(); method gallerytree_map_marker (line 352) | String gallerytree_map_marker(); method gallerytree_map_marker_title (line 354) | String gallerytree_map_marker_title(); method gallerytree_map_marker_column1 (line 356) | String gallerytree_map_marker_column1(); method gallerytree_table (line 358) | String gallerytree_table(); method gallerytree_table_basic (line 360) | String gallerytree_table_basic(); method gallerytree_table_basic_title (line 362) | String gallerytree_table_basic_title(); method gallerytree_table_basic_column1 (line 364) | String gallerytree_table_basic_column1(); method gallerytree_table_basic_column2 (line 366) | String gallerytree_table_basic_column2(); method gallerytree_table_basic_column3 (line 368) | String gallerytree_table_basic_column3(); method gallerytree_table_basic_column4 (line 370) | String gallerytree_table_basic_column4(); method gallerytree_table_basic_column5 (line 372) | String gallerytree_table_basic_column5(); method gallerytree_table_basic_column6 (line 374) | String gallerytree_table_basic_column6(); method gallerytree_table_basic_column7 (line 376) | String gallerytree_table_basic_column7(); method gallerytree_table_basic_column8 (line 378) | String gallerytree_table_basic_column8(); method gallerytree_table_basic_column9 (line 380) | String gallerytree_table_basic_column9(); method gallerytree_table_basic_column10 (line 382) | String gallerytree_table_basic_column10(); method gallerytree_table_filtered (line 384) | String gallerytree_table_filtered(); method gallerytree_table_filtered_title (line 386) | String gallerytree_table_filtered_title(); method gallerytree_table_filtered_column1 (line 388) | String gallerytree_table_filtered_column1(); method gallerytree_table_filtered_column2 (line 390) | String gallerytree_table_filtered_column2(); method gallerytree_table_filtered_column3 (line 392) | String gallerytree_table_filtered_column3(); method gallerytree_table_filtered_column4 (line 394) | String gallerytree_table_filtered_column4(); method gallerytree_table_filtered_column5 (line 396) | String gallerytree_table_filtered_column5(); method gallerytree_table_filtered_column6 (line 398) | String gallerytree_table_filtered_column6(); method gallerytree_table_filtered_column7 (line 400) | String gallerytree_table_filtered_column7(); method gallerytree_table_filtered_column8 (line 402) | String gallerytree_table_filtered_column8(); method gallerytree_table_grouped (line 404) | String gallerytree_table_grouped(); method gallerytree_table_grouped_title (line 406) | String gallerytree_table_grouped_title(); method gallerytree_table_grouped_column1 (line 408) | String gallerytree_table_grouped_column1(); method gallerytree_table_grouped_column2 (line 410) | String gallerytree_table_grouped_column2(); method gallerytree_table_grouped_column3 (line 412) | String gallerytree_table_grouped_column3(); method gallerytree_table_grouped_column4 (line 414) | String gallerytree_table_grouped_column4(); method gallerytree_table_grouped_column5 (line 416) | String gallerytree_table_grouped_column5(); method gallerytree_table_grouped_column6 (line 418) | String gallerytree_table_grouped_column6(); method gallerytree_table_default_dd (line 420) | String gallerytree_table_default_dd(); method gallerytree_table_default_dd_title (line 422) | String gallerytree_table_default_dd_title(); method gallerytree_table_default_dd_column1 (line 424) | String gallerytree_table_default_dd_column1(); method gallerytree_table_default_dd_column2 (line 426) | String gallerytree_table_default_dd_column2(); method gallerytree_table_default_dd_column3 (line 428) | String gallerytree_table_default_dd_column3(); method gallerytree_table_default_dd_column4 (line 430) | String gallerytree_table_default_dd_column4(); method gallerytree_table_default_dd_column5 (line 432) | String gallerytree_table_default_dd_column5(); method gallerytree_table_default_dd_column6 (line 434) | String gallerytree_table_default_dd_column6(); method gallerytree_table_default_dd_column7 (line 436) | String gallerytree_table_default_dd_column7(); method gallerytree_table_default_dd_column8 (line 438) | String gallerytree_table_default_dd_column8(); method gallerytree_table_default_dd_column9 (line 440) | String gallerytree_table_default_dd_column9(); method gallerytree_table_default_dd_column10 (line 442) | String gallerytree_table_default_dd_column10(); method gallerytree_selector (line 444) | String gallerytree_selector(); method gallerytree_selector_dropdown (line 446) | String gallerytree_selector_dropdown(); method gallerytree_selector_labels (line 448) | String gallerytree_selector_labels(); method gallerytree_selector_slider (line 450) | String gallerytree_selector_slider(); method gallerytree_db (line 452) | String gallerytree_db(); method gallerytree_db_salesgoals (line 454) | String gallerytree_db_salesgoals(); method gallerytree_db_salespipe (line 456) | String gallerytree_db_salespipe(); method gallerytree_db_salespcountry (line 458) | String gallerytree_db_salespcountry(); method gallerytree_db_salesreps (line 460) | String gallerytree_db_salesreps(); method gallerytree_db_expreps (line 462) | String gallerytree_db_expreps(); method gallerytree_db_clustermetrics (line 464) | String gallerytree_db_clustermetrics(); method gallerywidget_unknown (line 466) | String gallerywidget_unknown(); method gallerywidget_dataset_modif (line 468) | String gallerywidget_dataset_modif(); method gallerywidget_dataset_loaded (line 470) | String gallerywidget_dataset_loaded(String type, int size); method metrics_server_detail_title (line 472) | String metrics_server_detail_title(); method metrics_server_detail_backbutton_tt (line 474) | String metrics_server_detail_backbutton_tt(); method metrics_server_detail_modebutton_tt_viewtable (line 476) | String metrics_server_detail_modebutton_tt_viewtable(); method metrics_server_detail_modebutton_tt_viewcharts (line 478) | String metrics_server_detail_modebutton_tt_viewcharts(); method metrics_server_detail_lasthour_summary (line 480) | String metrics_server_detail_lasthour_summary(); method metrics_server_detail_cpu_usage (line 482) | String metrics_server_detail_cpu_usage(); method metrics_server_detail_mem_usage (line 484) | String metrics_server_detail_mem_usage(); method metrics_server_detail_netw_usage (line 486) | String metrics_server_detail_netw_usage(); method metrics_server_detail_disk_usage (line 488) | String metrics_server_detail_disk_usage(); method metrics_server_detail_live_procs (line 490) | String metrics_server_detail_live_procs(); method metrics_server_detail_cpu1_title (line 492) | String metrics_server_detail_cpu1_title(); method metrics_server_detail_cpu2_title (line 494) | String metrics_server_detail_cpu2_title(); method metrics_server_detail_mem_title (line 496) | String metrics_server_detail_mem_title(); method metrics_server_detail_netw_title (line 498) | String metrics_server_detail_netw_title(); method metrics_server_detail_disk_title (line 500) | String metrics_server_detail_disk_title(); method metrics_server_detail_disk_column1 (line 502) | String metrics_server_detail_disk_column1(); method metrics_server_detail_disk_column2 (line 504) | String metrics_server_detail_disk_column2(); method metrics_server_detail_procs_running_title (line 506) | String metrics_server_detail_procs_running_title(); method metrics_server_detail_procs_running_column1 (line 508) | String metrics_server_detail_procs_running_column1(); method metrics_server_detail_procs_sleeping_title (line 510) | String metrics_server_detail_procs_sleeping_title(); method metrics_server_detail_procs_sleeping_column1 (line 512) | String metrics_server_detail_procs_sleeping_column1(); method metrics_server_detail_rt_table_title (line 514) | String metrics_server_detail_rt_table_title(String server); method metrics_server_detail_rt_table_column1 (line 516) | String metrics_server_detail_rt_table_column1(); method metrics_server_detail_rt_table_column2 (line 518) | String metrics_server_detail_rt_table_column2(); method metrics_server_detail_rt_table_column3 (line 520) | String metrics_server_detail_rt_table_column3(); method metrics_server_detail_rt_table_column4 (line 522) | String metrics_server_detail_rt_table_column4(); method metrics_server_detail_rt_table_column5 (line 524) | String metrics_server_detail_rt_table_column5(); method metrics_server_detail_rt_table_column6 (line 526) | String metrics_server_detail_rt_table_column6(); method metrics_server_detail_rt_table_column7 (line 528) | String metrics_server_detail_rt_table_column7(); method metrics_server_detail_rt_table_column8 (line 530) | String metrics_server_detail_rt_table_column8(); method metrics_server_detail_rt_table_column9 (line 532) | String metrics_server_detail_rt_table_column9(); method metrics_server_detail_rt_table_column10 (line 534) | String metrics_server_detail_rt_table_column10(); method metrics_server_detail_rt_table_column11 (line 536) | String metrics_server_detail_rt_table_column11(); method metrics_server_vert_title (line 538) | String metrics_server_vert_title(); method metrics_server_vert_default_tt (line 540) | String metrics_server_vert_default_tt(); method metrics_server_vert_cpu_tt (line 542) | String metrics_server_vert_cpu_tt(); method metrics_server_vert_usedmem_tt (line 544) | String metrics_server_vert_usedmem_tt(); method metrics_server_vert_netbw_tt (line 546) | String metrics_server_vert_netbw_tt(); method metrics_server_vert_procs_tt (line 548) | String metrics_server_vert_procs_tt(); method metrics_server_vert_disk_tt (line 550) | String metrics_server_vert_disk_tt(); method metrics_server_vert_cpu1_title (line 552) | String metrics_server_vert_cpu1_title(); method metrics_server_vert_cpu2_title (line 554) | String metrics_server_vert_cpu2_title(); method metrics_server_vert_memconsumption_title (line 556) | String metrics_server_vert_memconsumption_title(); method metrics_server_vert_netbw_title (line 558) | String metrics_server_vert_netbw_title(); method metrics_server_vert_procs_title (line 560) | String metrics_server_vert_procs_title(); method metrics_server_vert_du_title (line 562) | String metrics_server_vert_du_title(); method metrics_server_vert_du_free (line 564) | String metrics_server_vert_du_free(); method metrics_server_vert_du_used (line 566) | String metrics_server_vert_du_used(); method metrics_server_vert_serverdown (line 568) | String metrics_server_vert_serverdown(String server); method metrics_cluster_title (line 570) | String metrics_cluster_title(); method metrics_cluster_messages_heading (line 572) | String metrics_cluster_messages_heading(); method metrics_cluster_metricselector_label (line 574) | String metrics_cluster_metricselector_label(); method metrics_cluster_chartselector_label (line 576) | String metrics_cluster_chartselector_label(); method metrics_cluster_metricselector_cpu (line 578) | String metrics_cluster_metricselector_cpu(); method metrics_cluster_metricselector_mem (line 580) | String metrics_cluster_metricselector_mem(); method metrics_cluster_metricselector_disk (line 582) | String metrics_cluster_metricselector_disk(); method metrics_cluster_metricselector_netw (line 584) | String metrics_cluster_metricselector_netw(); method metrics_cluster_metricselector_proc (line 586) | String metrics_cluster_metricselector_proc(); method metrics_cluster_chartselector_bar (line 588) | String metrics_cluster_chartselector_bar(); method metrics_cluster_chartselector_line (line 590) | String metrics_cluster_chartselector_line(); method metrics_cluster_chartselector_area (line 592) | String metrics_cluster_chartselector_area(); method metrics_cluster_column_cpu (line 594) | String metrics_cluster_column_cpu(); method metrics_cluster_column_cpu_y (line 596) | String metrics_cluster_column_cpu_y(); method metrics_cluster_column_df (line 598) | String metrics_cluster_column_df(); method metrics_cluster_column_df_y (line 600) | String metrics_cluster_column_df_y(); method metrics_cluster_column_du (line 602) | String metrics_cluster_column_du(); method metrics_cluster_column_du_y (line 604) | String metrics_cluster_column_du_y(); method metrics_cluster_column_memf (line 606) | String metrics_cluster_column_memf(); method metrics_cluster_column_memf_y (line 608) | String metrics_cluster_column_memf_y(); method metrics_cluster_column_memu (line 610) | String metrics_cluster_column_memu(); method metrics_cluster_column_memu_y (line 612) | String metrics_cluster_column_memu_y(); method metrics_cluster_column_procsrn (line 614) | String metrics_cluster_column_procsrn(); method metrics_cluster_column_procsrn_y (line 616) | String metrics_cluster_column_procsrn_y(); method metrics_cluster_column_procssl (line 618) | String metrics_cluster_column_procssl(); method metrics_cluster_column_procssl_y (line 620) | String metrics_cluster_column_procssl_y(); method metrics_cluster_column_netrx (line 622) | String metrics_cluster_column_netrx(); method metrics_cluster_column_netrx_y (line 624) | String metrics_cluster_column_netrx_y(); method metrics_cluster_column_nettx (line 626) | String metrics_cluster_column_nettx(); method metrics_cluster_column_nettx_y (line 628) | String metrics_cluster_column_nettx_y(); method metrics_cluster_column_time (line 630) | String metrics_cluster_column_time(); method metrics_rt_title (line 632) | String metrics_rt_title(); method metrics_rt_serverup (line 634) | String metrics_rt_serverup(); method metrics_rt_serverdown (line 636) | String metrics_rt_serverdown(); method sales_bycountry_title (line 638) | String sales_bycountry_title(); method sales_bycountry_bubble_title (line 640) | String sales_bycountry_bubble_title(); method sales_bycountry_bubble_column1 (line 642) | String sales_bycountry_bubble_column1(); method sales_bycountry_bubble_column2 (line 644) | String sales_bycountry_bubble_column2(); method sales_bycountry_bubble_column3 (line 646) | String sales_bycountry_bubble_column3(); method sales_bycountry_map_title (line 648) | String sales_bycountry_map_title(); method sales_bycountry_map_column1 (line 650) | String sales_bycountry_map_column1(); method sales_bycountry_table_title (line 652) | String sales_bycountry_table_title(); method sales_bycountry_table_column1 (line 654) | String sales_bycountry_table_column1(); method sales_bycountry_table_column2 (line 656) | String sales_bycountry_table_column2(); method sales_bycountry_table_column3 (line 658) | String sales_bycountry_table_column3(); method sales_bycountry_table_column4 (line 660) | String sales_bycountry_table_column4(); method sales_bycountry_table_column5 (line 662) | String sales_bycountry_table_column5(); method sales_bycountry_table_column6 (line 664) | String sales_bycountry_table_column6(); method sales_bycountry_table_column7 (line 666) | String sales_bycountry_table_column7(); method sales_bycountry_table_column8 (line 668) | String sales_bycountry_table_column8(); method sales_bycountry_table_column9 (line 670) | String sales_bycountry_table_column9(); method sales_bydate_title (line 672) | String sales_bydate_title(); method sales_bydate_area_title (line 674) | String sales_bydate_area_title(); method sales_bydate_area_column1 (line 676) | String sales_bydate_area_column1(); method sales_bydate_pie_years_title (line 678) | String sales_bydate_pie_years_title(); method sales_bydate_pie_years_column1 (line 680) | String sales_bydate_pie_years_column1(); method sales_bydate_pie_quarters_title (line 682) | String sales_bydate_pie_quarters_title(); method sales_bydate_pie_quarters_column1 (line 684) | String sales_bydate_pie_quarters_column1(); method sales_bydate_bar_weekday_title (line 686) | String sales_bydate_bar_weekday_title(); method sales_bydate_bar_weekday_column1 (line 688) | String sales_bydate_bar_weekday_column1(); method sales_bydate_pie_pipe_title (line 690) | String sales_bydate_pie_pipe_title(); method sales_bydate_pie_pipe_column1 (line 692) | String sales_bydate_pie_pipe_column1(); method sales_bydate_table_title (line 694) | String sales_bydate_table_title(); method sales_bydate_table_column1 (line 696) | String sales_bydate_table_column1(); method sales_bydate_table_column2 (line 698) | String sales_bydate_table_column2(); method sales_bydate_table_column3 (line 700) | String sales_bydate_table_column3(); method sales_bydate_table_column4 (line 702) | String sales_bydate_table_column4(); method sales_bydate_table_column5 (line 704) | String sales_bydate_table_column5(); method sales_bydate_table_column6 (line 706) | String sales_bydate_table_column6(); method sales_bydate_table_column7 (line 708) | String sales_bydate_table_column7(); method sales_bydate_table_column8 (line 710) | String sales_bydate_table_column8(); method sales_bydate_table_column9 (line 712) | String sales_bydate_table_column9(); method sales_bydate_selector_total (line 714) | String sales_bydate_selector_total(); method sales_goals_title (line 716) | String sales_goals_title(); method sales_goals_meter_title (line 718) | String sales_goals_meter_title(); method sales_goals_meter_column1 (line 720) | String sales_goals_meter_column1(); method sales_goals_line_title (line 722) | String sales_goals_line_title(); method sales_goals_line_column1 (line 724) | String sales_goals_line_column1(); method sales_goals_line_column2 (line 726) | String sales_goals_line_column2(); method sales_goals_line_column3 (line 728) | String sales_goals_line_column3(); method sales_goals_bar_byproduct_title (line 730) | String sales_goals_bar_byproduct_title(); method sales_goals_bar_byproduct_column1 (line 732) | String sales_goals_bar_byproduct_column1(); method sales_goals_bar_byproduct_column2 (line 734) | String sales_goals_bar_byproduct_column2(); method sales_goals_bar_byproduct_column3 (line 736) | String sales_goals_bar_byproduct_column3(); method sales_goals_bar_byempl_title (line 738) | String sales_goals_bar_byempl_title(); method sales_goals_bar_byempl_column1 (line 740) | String sales_goals_bar_byempl_column1(); method sales_goals_bar_byempl_column2 (line 742) | String sales_goals_bar_byempl_column2(); method sales_goals_bubble_title (line 744) | String sales_goals_bubble_title(); method sales_goals_bubble_column1 (line 746) | String sales_goals_bubble_column1(); method sales_goals_bubble_column2 (line 748) | String sales_goals_bubble_column2(); method sales_goals_bubble_column3 (line 750) | String sales_goals_bubble_column3(); method sales_tablereports_title (line 752) | String sales_tablereports_title(); method sales_tablereports_tab_byyear (line 754) | String sales_tablereports_tab_byyear(); method sales_tablereports_tab_bycountry (line 756) | String sales_tablereports_tab_bycountry(); method sales_tablereports_tab_byproduct (line 758) | String sales_tablereports_tab_byproduct(); method sales_tablereports_tab_bysalesman (line 760) | String sales_tablereports_tab_bysalesman(); method sales_tablereports_all_title (line 762) | String sales_tablereports_all_title(); method sales_tablereports_all_column1 (line 764) | String sales_tablereports_all_column1(); method sales_tablereports_all_column2 (line 766) | String sales_tablereports_all_column2(); method sales_tablereports_all_column3 (line 768) | String sales_tablereports_all_column3(); method sales_tablereports_all_column4 (line 770) | String sales_tablereports_all_column4(); method sales_tablereports_all_column5 (line 772) | String sales_tablereports_all_column5(); method sales_tablereports_all_column6 (line 774) | String sales_tablereports_all_column6(); method sales_tablereports_all_column7 (line 776) | String sales_tablereports_all_column7(); method sales_tablereports_all_column8 (line 778) | String sales_tablereports_all_column8(); method sales_tablereports_all_column9 (line 780) | String sales_tablereports_all_column9(); method sales_tablereports_bycountry_title (line 782) | String sales_tablereports_bycountry_title(); method sales_tablereports_bycountry_column1 (line 784) | String sales_tablereports_bycountry_column1(); method sales_tablereports_bycountry_column2 (line 786) | String sales_tablereports_bycountry_column2(); method sales_tablereports_bycountry_column3 (line 788) | String sales_tablereports_bycountry_column3(); method sales_tablereports_bycountry_column4 (line 790) | String sales_tablereports_bycountry_column4(); method sales_tablereports_bycountry_column5 (line 792) | String sales_tablereports_bycountry_column5(); method sales_tablereports_bycountry_column6 (line 794) | String sales_tablereports_bycountry_column6(); method sales_tablereports_byproduct_title (line 796) | String sales_tablereports_byproduct_title(); method sales_tablereports_byproduct_column1 (line 798) | String sales_tablereports_byproduct_column1(); method sales_tablereports_byproduct_column2 (line 800) | String sales_tablereports_byproduct_column2(); method sales_tablereports_byproduct_column3 (line 802) | String sales_tablereports_byproduct_column3(); method sales_tablereports_byproduct_column4 (line 804) | String sales_tablereports_byproduct_column4(); method sales_tablereports_byproduct_column5 (line 806) | String sales_tablereports_byproduct_column5(); method sales_tablereports_byproduct_column6 (line 808) | String sales_tablereports_byproduct_column6(); method sales_tablereports_bysalesman_title (line 810) | String sales_tablereports_bysalesman_title(); method sales_tablereports_bysalesman_column1 (line 812) | String sales_tablereports_bysalesman_column1(); method sales_tablereports_bysalesman_column2 (line 814) | String sales_tablereports_bysalesman_column2(); method sales_tablereports_bysalesman_column3 (line 816) | String sales_tablereports_bysalesman_column3(); method sales_tablereports_bysalesman_column4 (line 818) | String sales_tablereports_bysalesman_column4(); method sales_tablereports_bysalesman_column5 (line 820) | String sales_tablereports_bysalesman_column5(); method sales_tablereports_bysalesman_column6 (line 822) | String sales_tablereports_bysalesman_column6(); method sales_tablereports_byyear_title (line 824) | String sales_tablereports_byyear_title(); method sales_tablereports_byyear_column1 (line 826) | String sales_tablereports_byyear_column1(); method sales_tablereports_byyear_column2 (line 828) | String sales_tablereports_byyear_column2(); method sales_tablereports_byyear_column3 (line 830) | String sales_tablereports_byyear_column3(); method sales_tablereports_byyear_column4 (line 832) | String sales_tablereports_byyear_column4(); method sales_tablereports_byyear_column5 (line 834) | String sales_tablereports_byyear_column5(); method sales_tablereports_byyear_column6 (line 836) | String sales_tablereports_byyear_column6(); method salesopps_displayers_by_pipeline_title (line 838) | String salesopps_displayers_by_pipeline_title(); method salesopps_displayers_by_status_title (line 840) | String salesopps_displayers_by_status_title(); method salesopps_displayers_by_salesman_title (line 842) | String salesopps_displayers_by_salesman_title(); method salesopps_displayers_by_exp_pipeline_title (line 844) | String salesopps_displayers_by_exp_pipeline_title(); method salesopps_displayers_by_exp_pipeline_column1 (line 846) | String salesopps_displayers_by_exp_pipeline_column1(); method salesopps_displayers_by_product_title (line 848) | String salesopps_displayers_by_product_title(); method salesopps_displayers_by_product_column1 (line 850) | String salesopps_displayers_by_product_column1(); method salesopps_displayers_by_country_title (line 852) | String salesopps_displayers_by_country_title(); method salesopps_displayers_by_country_column1 (line 854) | String salesopps_displayers_by_country_column1(); method salesopps_displayers_country_summary_title (line 856) | String salesopps_displayers_country_summary_title(); method salesopps_displayers_country_summary_column1 (line 858) | String salesopps_displayers_country_summary_column1(); method salesopps_displayers_country_summary_column2 (line 860) | String salesopps_displayers_country_summary_column2(); method salesopps_displayers_country_summary_column3 (line 862) | String salesopps_displayers_country_summary_column3(); method salesopps_displayers_country_summary_column4 (line 864) | String salesopps_displayers_country_summary_column4(); method salesopps_displayers_country_summary_column5 (line 866) | String salesopps_displayers_country_summary_column5(); method salesopps_displayers_country_summary_column6 (line 868) | String salesopps_displayers_country_summary_column6(); method salesopps_displayers_all_list_title (line 870) | String salesopps_displayers_all_list_title(); method content_manager_dashboard (line 872) | String content_manager_dashboard(); method content_manager_dashboards (line 874) | String content_manager_dashboards(); method content_manager_noDashboards (line 876) | String content_manager_noDashboards(); FILE: dashbuilder/dashbuilder-webapp/src/main/java/org/dashbuilder/client/sales/SalesOppsDisplayers.java class SalesOppsDisplayers (line 30) | public class SalesOppsDisplayers { FILE: dashbuilder/dashbuilder-webapp/src/main/java/org/dashbuilder/client/sales/widgets/SalesDistributionByCountry.java class SalesDistributionByCountry (line 43) | @Dependent type SalesDashboardBinder (line 46) | interface SalesDashboardBinder extends UiBinder{} method SalesGoals (line 67) | @Inject method getTitle (line 163) | @Override method onClose (line 168) | @Override method feedsFrom (line 173) | @Override method redrawAll (line 178) | @Override FILE: dashbuilder/dashbuilder-webapp/src/main/java/org/dashbuilder/client/sales/widgets/SalesTableReports.java class SalesTableReports (line 43) | @Dependent type SalesDashboardBinder (line 46) | interface SalesDashboardBinder extends UiBinder { method init (line 47) | @PostConstruct method title (line 52) | @WorkbenchPartTitle method root (line 57) | @WorkbenchPartView method goToSample (line 62) | public void goToSample() { method goToDataset (line 66) | public void goToDataset() { method goToDesign (line 70) | public void goToDesign() { method goToTransfer (line 74) | public void goToTransfer() { method go (line 78) | public void go(String perspectiveId) { FILE: dashbuilder/dashbuilder-webapp/src/main/java/org/dashbuilder/client/screens/StaticChartScreen.java class StaticChartScreen (line 33) | @WorkbenchScreen(identifier = "StaticChartScreen") method StaticChartScreen (line 65) | @Inject method init (line 70) | @OnStartup method getTitle (line 76) | @WorkbenchPartTitle method getView (line 81) | @WorkbenchPartView FILE: dashbuilder/dashbuilder-webapp/src/main/java/org/dashbuilder/client/screens/view/HomeScreenView.java class HomeScreenView (line 32) | @Dependent method init (line 60) | @Override method getElement (line 65) | @Override method onSampleAction (line 70) | @EventHandler("sampleAction") method onDatasetsAction (line 75) | @EventHandler("datasetsAction") method onDesignAction (line 81) | @EventHandler("designAction") method onTransferAction (line 86) | @EventHandler("transferAction") FILE: dashbuilder/dashbuilder-webapp/src/main/java/org/dashbuilder/client/security/PermissionTreeSetup.java class PermissionTreeSetup (line 33) | @ApplicationScoped method PermissionTreeSetup (line 40) | public PermissionTreeSetup() { method PermissionTreeSetup (line 43) | @Inject method configureTree (line 49) | public void configureTree() { FILE: dashbuilder/dashbuilder-webapp/src/main/java/org/dashbuilder/shared/dashboard/events/DashboardDeletedEvent.java class DashboardDeletedEvent (line 24) | @Portable method DashboardDeletedEvent (line 30) | public DashboardDeletedEvent() { method DashboardDeletedEvent (line 33) | public DashboardDeletedEvent(String dashboardId, String dashboardName) { method getDashboardId (line 38) | public String getDashboardId() { method getDashboardName (line 42) | public String getDashboardName() { FILE: dashbuilder/dashbuilder-webapp/src/main/java/org/dashbuilder/shared/sales/SalesConstants.java type SalesConstants (line 18) | public interface SalesConstants { FILE: dashbuilder/dashbuilder-webapp/src/test/java/org/dashbuilder/security/SecurityPolicyTest.java class SecurityPolicyTest (line 49) | @RunWith(MockitoJUnitRunner.class) method setUp (line 70) | @Before method testPolicyDeployment (line 85) | @Test method testDefaultPermissions (line 94) | @Test method testAdminPermissions (line 106) | @Test method testPermissions (line 111) | public void testPermissions(Role role, FILE: uberfire-api/src/main/java/org/uberfire/backend/vfs/FileSystem.java type FileSystem (line 22) | public interface FileSystem { method getRootDirectories (line 24) | List getRootDirectories(); method supportedFileAttributeViews (line 26) | Set supportedFileAttributeViews(); FILE: uberfire-api/src/main/java/org/uberfire/backend/vfs/IsVersioned.java type IsVersioned (line 19) | public interface IsVersioned { method hasVersionSupport (line 21) | boolean hasVersionSupport(); FILE: uberfire-api/src/main/java/org/uberfire/backend/vfs/ObservablePath.java type ObservablePath (line 24) | public interface ObservablePath extends Path, method onRename (line 27) | void onRename(final Command command); method onDelete (line 29) | void onDelete(final Command command); method onUpdate (line 31) | void onUpdate(final Command command); method onCopy (line 33) | void onCopy(final Command command); method onConcurrentRename (line 35) | void onConcurrentRename(final ParameterizedCommand... method onConcurrentUpdate (line 39) | void onConcurrentUpdate(final ParameterizedCommand getAttributes() { method compareTo (line 185) | @Override method equals (line 190) | @Override method hasVersionSupport (line 204) | @Override method hashCode (line 209) | @Override method toString (line 214) | @Override FILE: uberfire-api/src/main/java/org/uberfire/backend/vfs/PathSupport.java class PathSupport (line 19) | public final class PathSupport { method isVersioned (line 21) | public static boolean isVersioned(final Path path) { FILE: uberfire-api/src/main/java/org/uberfire/backend/vfs/impl/ForceUnlockEvent.java class ForceUnlockEvent (line 27) | public class ForceUnlockEvent { method ForceUnlockEvent (line 31) | public ForceUnlockEvent(Path path) { method getPath (line 35) | public Path getPath() { FILE: uberfire-api/src/main/java/org/uberfire/backend/vfs/impl/LockInfo.java class LockInfo (line 26) | @Portable method LockInfo (line 34) | public LockInfo(@MapsTo("locked") boolean locked, method LockInfo (line 44) | public LockInfo(boolean locked, method unlocked (line 55) | public static LockInfo unlocked() { method isLocked (line 61) | public boolean isLocked() { method lockedBy (line 65) | public String lockedBy() { method getFile (line 69) | public Path getFile() { method getLock (line 73) | public Path getLock() { method hashCode (line 77) | @Override method equals (line 87) | @Override method toString (line 119) | @Override FILE: uberfire-api/src/main/java/org/uberfire/backend/vfs/impl/LockResult.java class LockResult (line 27) | @Portable method LockResult (line 33) | public LockResult(@MapsTo("success") boolean success, method acquired (line 40) | public static LockResult acquired(final Path path, method released (line 49) | public static LockResult released(final Path path) { method failed (line 57) | public static LockResult failed(final LockInfo lockInfo) { method error (line 63) | public static LockResult error() { method isSuccess (line 68) | public boolean isSuccess() { method getLockInfo (line 72) | public LockInfo getLockInfo() { FILE: uberfire-api/src/main/java/org/uberfire/backend/vfs/impl/ObservablePathImpl.java class ObservablePathImpl (line 44) | @Portable method ObservablePathImpl (line 64) | public ObservablePathImpl() { method removeExtension (line 67) | public static String removeExtension(final String filename) { method indexOfExtension (line 80) | public static int indexOfExtension(final String filename) { method wrap (line 88) | @Override method getOriginal (line 104) | public Path getOriginal() { method getFileName (line 111) | @Override method toURI (line 116) | @Override method hasVersionSupport (line 121) | @Override method compareTo (line 126) | @Override method onRename (line 131) | @Override method onDelete (line 136) | @Override method onUpdate (line 141) | @Override method onCopy (line 146) | @Override method onConcurrentRename (line 151) | @Override method onConcurrentDelete (line 156) | @Override method onConcurrentUpdate (line 161) | @Override method onConcurrentCopy (line 166) | @Override method dispose (line 171) | @Override method onResourceRenamed (line 186) | void onResourceRenamed(@Observes final ResourceRenamedEvent renamedEve... method onResourceDeleted (line 200) | void onResourceDeleted(@Observes final ResourceDeletedEvent deletedEve... method onResourceUpdated (line 212) | void onResourceUpdated(@Observes final ResourceUpdatedEvent updatedEve... method onResourceCopied (line 224) | void onResourceCopied(@Observes final ResourceCopiedEvent copiedEvent) { method onResourceBatchEvent (line 237) | void onResourceBatchEvent(@Observes final ResourceBatchChangesEvent ba... method executeRenameCommands (line 289) | private void executeRenameCommands() { method executeConcurrentRenameCommand (line 297) | void executeConcurrentRenameCommand(final Path path, method executeCopyCommands (line 329) | private void executeCopyCommands() { method executeConcurrentCopyCommand (line 337) | void executeConcurrentCopyCommand(final Path path, method executeUpdateCommands (line 369) | private void executeUpdateCommands() { method executeConcurrentUpdateCommand (line 377) | void executeConcurrentUpdateCommand(final Path path, method executeDeleteCommands (line 403) | private void executeDeleteCommands() { method executeConcurrentDeleteCommand (line 411) | void executeConcurrentDeleteCommand(final Path path, method equals (line 437) | @Override method hashCode (line 453) | @Override method toString (line 458) | @Override FILE: uberfire-api/src/main/java/org/uberfire/debug/Debug.java class Debug (line 22) | public class Debug { method toMemorableString (line 45) | public static String toMemorableString(long num) { method objectId (line 73) | public static String objectId(Object o) { method abbreviatedName (line 92) | public static String abbreviatedName(Class c) { method shortName (line 118) | public static String shortName(Class c) { FILE: uberfire-api/src/main/java/org/uberfire/mvp/BiParameterizedCommand.java type BiParameterizedCommand (line 27) | @FunctionalInterface method execute (line 30) | void execute(T parameter1, FILE: uberfire-api/src/main/java/org/uberfire/mvp/Command.java type Command (line 25) | @JsType method execute (line 28) | public void execute(); FILE: uberfire-api/src/main/java/org/uberfire/mvp/Commands.java class Commands (line 22) | public class Commands { method execute (line 28) | @Override FILE: uberfire-api/src/main/java/org/uberfire/mvp/ParameterizedCommand.java type ParameterizedCommand (line 24) | public interface ParameterizedCommand { method execute (line 26) | public void execute(T parameter); FILE: uberfire-api/src/main/java/org/uberfire/mvp/PlaceRequest.java type PlaceRequest (line 33) | @JsType method getIdentifier (line 38) | String getIdentifier(); method setIdentifier (line 40) | void setIdentifier(String identifier); method getFullIdentifier (line 42) | String getFullIdentifier(); method getParameter (line 44) | String getParameter(final String key, method getParameterNames (line 47) | Set getParameterNames(); method getParameters (line 49) | Map getParameters(); method addParameter (line 51) | PlaceRequest addParameter(final String name, method clone (line 55) | PlaceRequest clone(); method isUpdateLocationBarAllowed (line 60) | boolean isUpdateLocationBarAllowed(); method setUpdateLocationBar (line 62) | void setUpdateLocationBar(boolean updateLocationBar); method getPath (line 66) | default Path getPath() { method asString (line 74) | default String asString() { FILE: uberfire-api/src/main/java/org/uberfire/mvp/impl/ConditionalPlaceRequest.java class ConditionalPlaceRequest (line 23) | public class ConditionalPlaceRequest extends DefaultPlaceRequest { method ConditionalPlaceRequest (line 28) | public ConditionalPlaceRequest() { method ConditionalPlaceRequest (line 37) | public ConditionalPlaceRequest(final String identifier) { method ConditionalPlaceRequest (line 47) | public ConditionalPlaceRequest(final String identifier, method when (line 59) | public ConditionalPlaceRequest when(Predicate predicate) { method orElse (line 69) | public PlaceRequest orElse(PlaceRequest orElsePlaceRequest) { method resolveConditionalPlaceRequest (line 79) | public PlaceRequest resolveConditionalPlaceRequest() { method invalidConditionalPlaceRequest (line 90) | private boolean invalidConditionalPlaceRequest() { method resolve (line 94) | protected PlaceRequest resolve() { method getIdentifier (line 102) | @Override method getParameters (line 115) | @Override method clone (line 128) | @Override method equals (line 140) | @Override method hashCode (line 170) | @Override method toString (line 183) | @Override FILE: uberfire-api/src/main/java/org/uberfire/mvp/impl/DefaultPlaceRequest.java class DefaultPlaceRequest (line 28) | @Portable method DefaultPlaceRequest (line 35) | public DefaultPlaceRequest() { method DefaultPlaceRequest (line 43) | public DefaultPlaceRequest(final String identifier) { method DefaultPlaceRequest (line 55) | public DefaultPlaceRequest(final String identifier, method DefaultPlaceRequest (line 70) | public DefaultPlaceRequest(final String identifier, method parse (line 92) | public static PlaceRequest parse(CharSequence partNameAndParams) { method getIdentifier (line 154) | @Override method setIdentifier (line 159) | @Override method getFullIdentifier (line 164) | @Override method getParameter (line 186) | @Override method getParameterNames (line 198) | @Override method getParameters (line 203) | @Override method addParameter (line 208) | @Override method clone (line 216) | @Override method equals (line 222) | @Override method isUpdateLocationBarAllowed (line 239) | @Override method setUpdateLocationBar (line 244) | @Override method hashCode (line 249) | @Override method toString (line 258) | @Override FILE: uberfire-api/src/main/java/org/uberfire/mvp/impl/ExternalPathPlaceRequest.java class ExternalPathPlaceRequest (line 25) | @JsType method ExternalPathPlaceRequest (line 30) | public ExternalPathPlaceRequest(Path path) { method create (line 34) | @JsIgnore method getPath (line 39) | @Override method toString (line 44) | @Override FILE: uberfire-api/src/main/java/org/uberfire/mvp/impl/ForcedPlaceRequest.java class ForcedPlaceRequest (line 23) | @Portable method ForcedPlaceRequest (line 27) | public ForcedPlaceRequest() { method ForcedPlaceRequest (line 31) | public ForcedPlaceRequest(final String identifier) { method ForcedPlaceRequest (line 35) | public ForcedPlaceRequest(final String identifier, method ForcedPlaceRequest (line 49) | public ForcedPlaceRequest(final String identifier, method toString (line 57) | @Override FILE: uberfire-api/src/main/java/org/uberfire/mvp/impl/PathPlaceRequest.java class PathPlaceRequest (line 32) | @Portable method PathPlaceRequest (line 39) | public PathPlaceRequest() { method PathPlaceRequest (line 42) | public PathPlaceRequest(final Path path) { method PathPlaceRequest (line 47) | public PathPlaceRequest(final Path path, method PathPlaceRequest (line 53) | public PathPlaceRequest(final Path path, method PathPlaceRequest (line 59) | public PathPlaceRequest(final Path path, method createObservablePath (line 67) | protected ObservablePath createObservablePath(Path path) { method getPath (line 71) | @Override method getFullIdentifier (line 76) | @Override method clone (line 105) | @Override method equals (line 112) | @Override method hashCode (line 129) | @Override method toString (line 138) | @Override method preDestroy (line 143) | @PreDestroy FILE: uberfire-api/src/main/java/org/uberfire/paging/AbstractPageRow.java class AbstractPageRow (line 22) | public abstract class AbstractPageRow method compareTo (line 25) | public int compareTo(AbstractPageRow o) { FILE: uberfire-api/src/main/java/org/uberfire/paging/AbstractPathPageRow.java class AbstractPathPageRow (line 24) | public abstract class AbstractPathPageRow method AbstractPathPageRow (line 29) | public AbstractPathPageRow() { method AbstractPathPageRow (line 33) | public AbstractPathPageRow(final Path path) { method compareTo (line 38) | public int compareTo(final AbstractPathPageRow other) { method getPath (line 42) | public Path getPath() { FILE: uberfire-api/src/main/java/org/uberfire/paging/PageRequest.java class PageRequest (line 26) | @Portable method PageRequest (line 32) | public PageRequest(@MapsTo("startRowIndex") int startRowIndex, method getPageSize (line 42) | public Integer getPageSize() { method setPageSize (line 46) | public void setPageSize(Integer pageSize) { method getStartRowIndex (line 50) | public int getStartRowIndex() { method setStartRowIndex (line 54) | public void setStartRowIndex(int startRowIndex) { FILE: uberfire-api/src/main/java/org/uberfire/paging/PageResponse.java class PageResponse (line 26) | @Portable method getPageRowList (line 43) | public List getPageRowList() { method setPageRowList (line 47) | public void setPageRowList(List assetPageRowList) { method getStartRowIndex (line 51) | public int getStartRowIndex() { method setStartRowIndex (line 55) | public void setStartRowIndex(int startRowIndex) { method getTotalRowSize (line 59) | public int getTotalRowSize() { method setTotalRowSize (line 63) | public void setTotalRowSize(int totalRowSize) { method isFirstPage (line 67) | public boolean isFirstPage() { method isLastPage (line 71) | public boolean isLastPage() { method setLastPage (line 75) | public void setLastPage(boolean lastPage) { method isTotalRowSizeExact (line 79) | public boolean isTotalRowSizeExact() { method setTotalRowSizeExact (line 83) | public void setTotalRowSizeExact(boolean totalRowSizeExact) { FILE: uberfire-api/src/main/java/org/uberfire/plugin/PluginUtil.java class PluginUtil (line 33) | public class PluginUtil { method PluginUtil (line 35) | private PluginUtil() { method ensureIterable (line 50) | public static List ensureIterable(List externalList) { method ensureIterable (line 72) | public static Set ensureIterable(Set externalSet) { method toInteger (line 92) | public static Integer toInteger(int value) { FILE: uberfire-api/src/main/java/org/uberfire/rpc/SessionInfo.java type SessionInfo (line 21) | public interface SessionInfo { method getId (line 23) | String getId(); method getIdentity (line 25) | User getIdentity(); FILE: uberfire-api/src/main/java/org/uberfire/rpc/impl/SessionInfoImpl.java class SessionInfoImpl (line 27) | @Alternative method SessionInfoImpl (line 33) | public SessionInfoImpl() { method SessionInfoImpl (line 36) | public SessionInfoImpl(final String id, method SessionInfoImpl (line 44) | public SessionInfoImpl(final User identity) { method getId (line 49) | @Override method setId (line 54) | public void setId(final String id) { method getIdentity (line 58) | @Override method equals (line 63) | @Override method hashCode (line 81) | @Override method toString (line 88) | @Override FILE: uberfire-api/src/main/java/org/uberfire/rpc/impl/SessionInfoMarshalller.java class SessionInfoMarshalller (line 28) | @ClientMarshaller(SessionInfo.class) method doNotNullDemarshall (line 32) | @Override method doNotNullMarshall (line 40) | @Override method getEmptyArray (line 49) | @Override FILE: uberfire-api/src/main/java/org/uberfire/security/Contributor.java class Contributor (line 25) | @Portable method Contributor (line 32) | public Contributor() { method Contributor (line 35) | public Contributor(@MapsTo("username") final String username, method getUsername (line 41) | public String getUsername() { method getType (line 45) | public ContributorType getType() { method setType (line 49) | public void setType(ContributorType type) { method equals (line 53) | @Override method hashCode (line 67) | @Override FILE: uberfire-api/src/main/java/org/uberfire/security/ContributorResource.java type ContributorResource (line 21) | public interface ContributorResource { method getContributors (line 22) | Collection getContributors(); FILE: uberfire-api/src/main/java/org/uberfire/security/ContributorType.java type ContributorType (line 22) | public enum ContributorType { FILE: uberfire-api/src/main/java/org/uberfire/security/Resource.java type Resource (line 28) | @JsType method getIdentifier (line 35) | String getIdentifier(); method getResourceType (line 40) | default ResourceType getResourceType() { method getDependencies (line 54) | default List getDependencies() { method isType (line 65) | default boolean isType(String typeName) { FILE: uberfire-api/src/main/java/org/uberfire/security/ResourceAction.java type ResourceAction (line 28) | @JsType method getName (line 40) | String getName(); FILE: uberfire-api/src/main/java/org/uberfire/security/ResourceRef.java class ResourceRef (line 25) | public class ResourceRef implements Resource { method ResourceRef (line 31) | public ResourceRef(String identifier, method ResourceRef (line 38) | public ResourceRef(String identifier, method getIdentifier (line 47) | @Override method setIdentifier (line 52) | public void setIdentifier(String identifier) { method getResourceType (line 56) | @Override method setResourceType (line 61) | public void setResourceType(ResourceType type) { method getDependencies (line 65) | @Override method setDependencies (line 70) | public void setDependencies(List deps) { FILE: uberfire-api/src/main/java/org/uberfire/security/ResourceType.java type ResourceType (line 24) | @JsType method getName (line 35) | String getName(); FILE: uberfire-api/src/main/java/org/uberfire/security/WorkbenchUserManager.java type WorkbenchUserManager (line 24) | public interface WorkbenchUserManager { method getUser (line 31) | User getUser(String identifier); FILE: uberfire-api/src/main/java/org/uberfire/security/authz/ResourceActionRef.java class ResourceActionRef (line 29) | @JsType method ResourceActionRef (line 35) | @JsIgnore method ResourceActionRef (line 41) | @JsIgnore method ResourceActionRef (line 48) | @JsIgnore method ResourceActionRef (line 56) | @JsIgnore method getResource (line 65) | public Resource getResource() { method getAction (line 69) | public ResourceAction getAction() { FILE: uberfire-api/src/main/java/org/uberfire/security/authz/RuntimeContentResource.java type RuntimeContentResource (line 19) | public interface RuntimeContentResource extends RuntimeResource { FILE: uberfire-api/src/main/java/org/uberfire/security/authz/RuntimeFeatureResource.java type RuntimeFeatureResource (line 19) | public interface RuntimeFeatureResource extends RuntimeResource { FILE: uberfire-api/src/main/java/org/uberfire/security/authz/RuntimeResource.java type RuntimeResource (line 22) | @JsType FILE: uberfire-api/src/main/java/org/uberfire/security/authz/VotingStrategy.java type VotingStrategy (line 25) | public enum VotingStrategy { FILE: uberfire-api/src/main/java/org/uberfire/spaces/Space.java class Space (line 22) | @Portable method Space (line 27) | public Space() { method Space (line 31) | public Space(String name) { method getName (line 35) | public String getName() { method toString (line 39) | @Override method equals (line 44) | @Override method hashCode (line 49) | @Override FILE: uberfire-api/src/main/java/org/uberfire/spaces/SpacesAPI.java type SpacesAPI (line 8) | public interface SpacesAPI { method resolveSpacePath (line 19) | static String resolveSpacePath(final Scheme scheme, method resolveFileSystemPath (line 24) | static String resolveFileSystemPath(final Scheme scheme, method resolveConfigFileSystemPath (line 30) | static String resolveConfigFileSystemPath(final Scheme scheme, method resolveFileSystemURI (line 35) | @GwtIncompatible method sanitizeFileSystemName (line 40) | static String sanitizeFileSystemName(final String fileSystemName) { method getSpace (line 46) | Space getSpace(String name); method getDefaultSpace (line 48) | default Space getDefaultSpace() { method resolveSpace (line 52) | Optional resolveSpace(String uri); type Scheme (line 54) | enum Scheme { method Scheme (line 61) | Scheme(String name) { method toString (line 65) | @Override FILE: uberfire-api/src/main/java/org/uberfire/util/URIUtil.java class URIUtil (line 30) | public final class URIUtil { method encode (line 32) | public static String encode(final String content) { method decode (line 41) | public static String decode(final String content) { method encodeQueryString (line 50) | public static String encodeQueryString(final String content) { method isValid (line 54) | public static boolean isValid(final String uri) { FILE: uberfire-api/src/main/java/org/uberfire/workbench/category/Category.java class Category (line 20) | public abstract class Category { method getName (line 22) | public abstract String getName(); method equals (line 24) | @Override method hashCode (line 36) | @Override FILE: uberfire-api/src/main/java/org/uberfire/workbench/category/Others.java class Others (line 22) | @ApplicationScoped method getName (line 27) | @Override FILE: uberfire-api/src/main/java/org/uberfire/workbench/category/Undefined.java class Undefined (line 22) | @ApplicationScoped method getName (line 27) | @Override FILE: uberfire-api/src/main/java/org/uberfire/workbench/diff/DiffMode.java type DiffMode (line 19) | public enum DiffMode { FILE: uberfire-api/src/main/java/org/uberfire/workbench/events/NotificationEvent.java class NotificationEvent (line 24) | @Portable method NotificationEvent (line 36) | public NotificationEvent() { method NotificationEvent (line 39) | public NotificationEvent(final String notification) { method NotificationEvent (line 46) | public NotificationEvent(final String notification, method NotificationEvent (line 54) | public NotificationEvent(final String notification, method NotificationEvent (line 62) | public NotificationEvent(final String notification, method NotificationEvent (line 71) | public NotificationEvent(final String notification, method NotificationEvent (line 83) | public NotificationEvent(final String notification, method getNotification (line 96) | public String getNotification() { method getType (line 100) | public NotificationType getType() { method isSingleton (line 104) | public boolean isSingleton() { method getPlaceRequest (line 108) | public PlaceRequest getPlaceRequest() { method getInitialTopOffset (line 112) | public Integer getInitialTopOffset() { method setAutoHide (line 116) | public NotificationEvent setAutoHide(final boolean autoHide) { method autoHide (line 121) | public boolean autoHide() { method setNavigation (line 125) | public NotificationEvent setNavigation(final String text, method hasNavigation (line 132) | public boolean hasNavigation() { method getNavigationText (line 137) | public String getNavigationText() { method getNavigationPlace (line 141) | public PlaceRequest getNavigationPlace() { method toString (line 145) | @Override method hashCode (line 150) | @Override method equals (line 162) | @Override type NotificationType (line 204) | public static enum NotificationType { FILE: uberfire-api/src/main/java/org/uberfire/workbench/events/PluginAddedEvent.java class PluginAddedEvent (line 22) | @Portable method PluginAddedEvent (line 25) | public PluginAddedEvent(@MapsTo("name") String name) { FILE: uberfire-api/src/main/java/org/uberfire/workbench/events/PluginEvent.java class PluginEvent (line 18) | public abstract class PluginEvent { method PluginEvent (line 22) | public PluginEvent(String name) { method getName (line 26) | public String getName() { FILE: uberfire-api/src/main/java/org/uberfire/workbench/events/PluginReloadedEvent.java class PluginReloadedEvent (line 21) | @Portable FILE: uberfire-api/src/main/java/org/uberfire/workbench/events/PluginUpdatedEvent.java class PluginUpdatedEvent (line 22) | @Portable method PluginUpdatedEvent (line 25) | public PluginUpdatedEvent(@MapsTo("name") String name) { FILE: uberfire-api/src/main/java/org/uberfire/workbench/events/ResourceAdded.java class ResourceAdded (line 22) | @Portable method ResourceAdded (line 28) | public ResourceAdded(@MapsTo("message") final String message) { method getType (line 32) | @Override method getMessage (line 37) | @Override method toString (line 42) | @Override FILE: uberfire-api/src/main/java/org/uberfire/workbench/events/ResourceAddedEvent.java class ResourceAddedEvent (line 29) | @Portable method ResourceAddedEvent (line 35) | public ResourceAddedEvent(@MapsTo("path") final Path path, method getPath (line 45) | @Override method getSessionInfo (line 50) | public SessionInfo getSessionInfo() { method toString (line 54) | @Override FILE: uberfire-api/src/main/java/org/uberfire/workbench/events/ResourceBatchChangesEvent.java class ResourceBatchChangesEvent (line 33) | @Portable method ResourceBatchChangesEvent (line 40) | public ResourceBatchChangesEvent(@MapsTo("batch") final Map> getBatch() { method containPath (line 55) | public boolean containPath(final Path path) { method getAffectedPaths (line 59) | public Collection getAffectedPaths() { method getChanges (line 63) | public Collection getChanges(final Path path) { method getSessionInfo (line 67) | public SessionInfo getSessionInfo() { method getMessage (line 71) | public String getMessage() { method toString (line 75) | @Override FILE: uberfire-api/src/main/java/org/uberfire/workbench/events/ResourceChange.java type ResourceChange (line 19) | public interface ResourceChange { method getType (line 21) | public ResourceChangeType getType(); method getMessage (line 23) | public String getMessage(); FILE: uberfire-api/src/main/java/org/uberfire/workbench/events/ResourceChangeType.java type ResourceChangeType (line 24) | @Portable FILE: uberfire-api/src/main/java/org/uberfire/workbench/events/ResourceCopied.java class ResourceCopied (line 25) | @Portable method ResourceCopied (line 32) | public ResourceCopied(@MapsTo("destinationPath") final Path destinatio... method getType (line 39) | @Override method getMessage (line 44) | @Override method getDestinationPath (line 49) | public Path getDestinationPath() { FILE: uberfire-api/src/main/java/org/uberfire/workbench/events/ResourceCopiedEvent.java class ResourceCopiedEvent (line 29) | @Portable method ResourceCopiedEvent (line 35) | public ResourceCopiedEvent(@MapsTo("sourcePath") final Path sourcePath, method getSessionInfo (line 47) | public SessionInfo getSessionInfo() { method getPath (line 51) | @Override method toString (line 56) | @Override FILE: uberfire-api/src/main/java/org/uberfire/workbench/events/ResourceDeleted.java class ResourceDeleted (line 22) | @Portable method ResourceDeleted (line 28) | public ResourceDeleted(@MapsTo("message") final String message) { method getType (line 32) | @Override method getMessage (line 37) | @Override FILE: uberfire-api/src/main/java/org/uberfire/workbench/events/ResourceDeletedEvent.java class ResourceDeletedEvent (line 29) | @Portable method ResourceDeletedEvent (line 35) | public ResourceDeletedEvent(@MapsTo("path") final Path path, method getPath (line 45) | @Override method getSessionInfo (line 50) | public SessionInfo getSessionInfo() { method toString (line 54) | @Override FILE: uberfire-api/src/main/java/org/uberfire/workbench/events/ResourceEvent.java type ResourceEvent (line 21) | public interface ResourceEvent extends ResourceChange { method getPath (line 23) | public Path getPath(); FILE: uberfire-api/src/main/java/org/uberfire/workbench/events/ResourceOpenedEvent.java class ResourceOpenedEvent (line 29) | @Portable method ResourceOpenedEvent (line 35) | public ResourceOpenedEvent(@MapsTo("path") final Path path, method getPath (line 43) | public Path getPath() { method getSessionInfo (line 47) | public SessionInfo getSessionInfo() { method toString (line 51) | @Override FILE: uberfire-api/src/main/java/org/uberfire/workbench/events/ResourceRenamed.java class ResourceRenamed (line 25) | @Portable method ResourceRenamed (line 32) | public ResourceRenamed(@MapsTo("destinationPath") final Path destinati... method getType (line 39) | @Override method getMessage (line 44) | @Override method getDestinationPath (line 49) | public Path getDestinationPath() { FILE: uberfire-api/src/main/java/org/uberfire/workbench/events/ResourceRenamedEvent.java class ResourceRenamedEvent (line 29) | @Portable method ResourceRenamedEvent (line 35) | public ResourceRenamedEvent(@MapsTo("sourcePath") final Path sourcePath, method getSessionInfo (line 47) | public SessionInfo getSessionInfo() { method getPath (line 51) | @Override method toString (line 56) | @Override FILE: uberfire-api/src/main/java/org/uberfire/workbench/events/ResourceUpdated.java class ResourceUpdated (line 22) | @Portable method ResourceUpdated (line 28) | public ResourceUpdated(@MapsTo("message") final String message) { method getType (line 32) | @Override method getMessage (line 37) | @Override FILE: uberfire-api/src/main/java/org/uberfire/workbench/events/ResourceUpdatedEvent.java class ResourceUpdatedEvent (line 29) | @Portable method ResourceUpdatedEvent (line 35) | public ResourceUpdatedEvent(@MapsTo("path") final Path path, method getPath (line 45) | @Override method getSessionInfo (line 50) | public SessionInfo getSessionInfo() { method toString (line 54) | @Override FILE: uberfire-api/src/main/java/org/uberfire/workbench/events/UberFireEvent.java type UberFireEvent (line 24) | public interface UberFireEvent { FILE: uberfire-api/src/main/java/org/uberfire/workbench/events/UberfireJSAPIReadyEvent.java class UberfireJSAPIReadyEvent (line 21) | @Portable FILE: uberfire-api/src/main/java/org/uberfire/workbench/model/ActivityResourceType.java type ActivityResourceType (line 25) | @JsType method getName (line 35) | @Override FILE: uberfire-api/src/main/java/org/uberfire/workbench/model/AppFormerActivities.java type AppFormerActivities (line 27) | public interface AppFormerActivities { method getAllEditorIds (line 34) | List getAllEditorIds(); method getAllPerpectivesIds (line 41) | List getAllPerpectivesIds(); FILE: uberfire-api/src/main/java/org/uberfire/workbench/model/AppFormerActivitiesProducer.java class AppFormerActivitiesProducer (line 31) | @Startup(value = StartupType.BOOTSTRAP, priority = -1) method appFormerActivitiesProducer (line 42) | @Produces FILE: uberfire-api/src/main/java/org/uberfire/workbench/model/CompassPosition.java type CompassPosition (line 24) | @Portable method getName (line 44) | @Override FILE: uberfire-api/src/main/java/org/uberfire/workbench/model/ContextDefinition.java type ContextDefinition (line 24) | @JsType method getPlace (line 31) | public PlaceRequest getPlace(); method setPlace (line 37) | public void setPlace(final PlaceRequest place); FILE: uberfire-api/src/main/java/org/uberfire/workbench/model/ContextDisplayMode.java type ContextDisplayMode (line 22) | @JsType FILE: uberfire-api/src/main/java/org/uberfire/workbench/model/CustomPanelDefinition.java type CustomPanelDefinition (line 31) | @JsType method getHtmlElementContainer (line 37) | @JsIgnore method getHasWidgetsContainer (line 43) | @JsIgnore method getElemental2HtmlElementContainer (line 49) | @JsIgnore FILE: uberfire-api/src/main/java/org/uberfire/workbench/model/DefaultAppFormerActivities.java class DefaultAppFormerActivities (line 32) | @ApplicationScoped method DefaultAppFormerActivities (line 36) | protected DefaultAppFormerActivities() { method getAllEditorIds (line 39) | @Override method getAllPerpectivesIds (line 44) | @Override FILE: uberfire-api/src/main/java/org/uberfire/workbench/model/NamedPosition.java class NamedPosition (line 32) | @Portable method NamedPosition (line 48) | public NamedPosition(@MapsTo("fieldName") String fieldName) { method getName (line 58) | @Override method hashCode (line 63) | @Override method equals (line 71) | @Override method toString (line 93) | @Override FILE: uberfire-api/src/main/java/org/uberfire/workbench/model/Notification.java class Notification (line 34) | @Portable method Notification (line 41) | public Notification(@MapsTo("type") NotificationType type, method getType (line 51) | public NotificationType getType() { method setType (line 55) | public void setType(NotificationType type) { method getMessage (line 59) | public String getMessage() { method setMessage (line 63) | public void setMessage(String message) { method getTimestamp (line 67) | public Date getTimestamp() { method setTimestamp (line 71) | public void setTimestamp(Date timestamp) { method getState (line 75) | public State getState() { method setState (line 79) | public void setState(State state) { method toString (line 83) | @Override type State (line 88) | public enum State { FILE: uberfire-api/src/main/java/org/uberfire/workbench/model/PanelDefinition.java type PanelDefinition (line 33) | @JsType method getElementId (line 47) | public String getElementId(); method setElementId (line 54) | public void setElementId(final String id); method addPart (line 65) | public void addPart(final PartDefinition part); method addPart (line 77) | @JsMethod(name = "addPartById") method removePart (line 85) | public boolean removePart(final PartDefinition part); method getParts (line 91) | public Set getParts(); method getChildren (line 98) | public List getChildren(); method insertChild (line 108) | public void insertChild(final Position position, method appendChild (line 118) | @JsMethod(name = "appendChildAtPosition") method appendChild (line 128) | public void appendChild( method getParent (line 135) | public PanelDefinition getParent(); method getChild (line 143) | public PanelDefinition getChild(final Position position); method removeChild (line 149) | public void removeChild(final Position position); method isRoot (line 155) | public boolean isRoot(); method getPanelType (line 163) | public String getPanelType(); method setPanelType (line 171) | public void setPanelType(String fqcn); method getHeight (line 177) | @JsIgnore method setHeight (line 184) | default void setHeight(int height) { method getHeightAsInt (line 192) | default int getHeightAsInt() { method setHeight (line 201) | @JsIgnore method getWidth (line 208) | @JsIgnore method setWidth (line 215) | default void setWidth(int width) { method getWidthAsInt (line 223) | default int getWidthAsInt() { method setWidth (line 232) | @JsIgnore method getMinHeight (line 239) | @JsIgnore method setMinHeight (line 246) | @JsIgnore method getMinHeightAsInt (line 253) | default int getMinHeightAsInt() { method getMinWidth (line 262) | @JsIgnore method setMinWidth (line 269) | @JsIgnore method getMinWidthAsInt (line 276) | default int getMinWidthAsInt() { method getPosition (line 288) | public Position getPosition(); method setPosition (line 297) | public void setPosition(Position position); method isMaximized (line 303) | public boolean isMaximized(); method getContextDefinition (line 305) | ContextDefinition getContextDefinition(); method setContextDefinition (line 307) | void setContextDefinition(final ContextDefinition contextDefinition); method getContextDisplayMode (line 309) | ContextDisplayMode getContextDisplayMode(); method setContextDisplayMode (line 311) | void setContextDisplayMode(final ContextDisplayMode contextDisplayMode); method asString (line 316) | default String asString() { FILE: uberfire-api/src/main/java/org/uberfire/workbench/model/PartDefinition.java type PartDefinition (line 28) | @JsType method getPlace (line 31) | PlaceRequest getPlace(); method setPlace (line 33) | void setPlace(final PlaceRequest place); method getParentPanel (line 35) | PanelDefinition getParentPanel(); method setParentPanel (line 37) | void setParentPanel(final PanelDefinition parentPanel); method getContextDefinition (line 39) | ContextDefinition getContextDefinition(); method setContextDefinition (line 41) | void setContextDefinition(final ContextDefinition contextDefinition); method getContextDisplayMode (line 43) | ContextDisplayMode getContextDisplayMode(); method setContextDisplayMode (line 45) | void setContextDisplayMode(final ContextDisplayMode contextDisplayMode); method asString (line 50) | default String asString() { method isSelectable (line 54) | boolean isSelectable(); method setSelectable (line 56) | void setSelectable(boolean selectable); FILE: uberfire-api/src/main/java/org/uberfire/workbench/model/PerspectiveDefinition.java type PerspectiveDefinition (line 29) | @JsType method getName (line 36) | public String getName(); method setName (line 42) | public void setName(final String name); method getRoot (line 49) | public PanelDefinition getRoot(); method getContextDefinition (line 51) | ContextDefinition getContextDefinition(); method setContextDefinition (line 53) | void setContextDefinition(final ContextDefinition contextDefinition); method getContextDisplayMode (line 55) | ContextDisplayMode getContextDisplayMode(); method setContextDisplayMode (line 57) | void setContextDisplayMode(final ContextDisplayMode contextDisplayMode); FILE: uberfire-api/src/main/java/org/uberfire/workbench/model/Position.java type Position (line 28) | @JsType method getName (line 31) | String getName(); FILE: uberfire-api/src/main/java/org/uberfire/workbench/model/SplashScreenFilter.java type SplashScreenFilter (line 29) | public interface SplashScreenFilter { method getName (line 31) | String getName(); method setName (line 33) | void setName(final String name); method displayNextTime (line 35) | boolean displayNextTime(); method setDisplayNextTime (line 37) | void setDisplayNextTime(final boolean value); method getInterceptionPoints (line 39) | Collection getInterceptionPoints(); method setInterceptionPoints (line 41) | void setInterceptionPoints(final Collection places); FILE: uberfire-api/src/main/java/org/uberfire/workbench/model/bridge/Notification.java class Notification (line 26) | @JsType(isNative = true, namespace = JsPackage.GLOBAL, name = "Object") method setPath (line 29) | @JsProperty(name = "path") method getPath (line 32) | @JsProperty(name = "path") method setMessage (line 35) | @JsProperty(name = "message") method getMessage (line 38) | @JsProperty(name = "message") method setSeverity (line 41) | @JsProperty(name = "severity") method getSeverity (line 44) | @JsProperty(name = "severity") method setType (line 47) | @JsProperty(name = "type") method getType (line 50) | @JsProperty(name = "type") FILE: uberfire-api/src/main/java/org/uberfire/workbench/model/bridge/NotificationSeverity.java class NotificationSeverity (line 22) | public class NotificationSeverity { FILE: uberfire-api/src/main/java/org/uberfire/workbench/model/bridge/NotificationType.java class NotificationType (line 22) | public class NotificationType { FILE: uberfire-api/src/main/java/org/uberfire/workbench/model/impl/ContextDefinitionImpl.java class ContextDefinitionImpl (line 24) | @Portable method ContextDefinitionImpl (line 29) | public ContextDefinitionImpl(@MapsTo("place") final PlaceRequest place) { method getPlace (line 33) | @Override method setPlace (line 38) | @Override FILE: uberfire-api/src/main/java/org/uberfire/workbench/model/impl/CustomPanelDefinitionImpl.java class CustomPanelDefinitionImpl (line 24) | public class CustomPanelDefinitionImpl extends PanelDefinitionImpl imple... method CustomPanelDefinitionImpl (line 30) | public CustomPanelDefinitionImpl(String panelType, method CustomPanelDefinitionImpl (line 37) | public CustomPanelDefinitionImpl(String panelType, method CustomPanelDefinitionImpl (line 43) | public CustomPanelDefinitionImpl(String panelType, method getHtmlElementContainer (line 49) | @Override method getHasWidgetsContainer (line 54) | @Override method getElemental2HtmlElementContainer (line 59) | @Override FILE: uberfire-api/src/main/java/org/uberfire/workbench/model/impl/PanelDefinitionImpl.java class PanelDefinitionImpl (line 42) | @Portable method PanelDefinitionImpl (line 61) | @JsIgnore method PanelDefinitionImpl (line 66) | @JsIgnore method getParent (line 71) | @Override method setParent (line 76) | public void setParent(PanelDefinition parent) { method getElementId (line 83) | @Override method setElementId (line 88) | @Override method addPart (line 93) | @Override method addPart (line 102) | @Override method removePart (line 109) | @Override method getParts (line 118) | @Override method getChildren (line 124) | @Override method insertChild (line 130) | @Override method appendChild (line 156) | @Override method appendChild (line 181) | @Override method getChild (line 197) | @Override method removeChild (line 207) | @Override method isRoot (line 221) | @Override method setRoot (line 226) | public void setRoot(boolean isRoot) { method getPanelType (line 230) | @Override method setPanelType (line 235) | @Override method getHeight (line 241) | @Override method setHeight (line 247) | @Override method getWidth (line 255) | @Override method setWidth (line 261) | @Override method getMinHeight (line 269) | @Override method setMinHeight (line 275) | @Override method getMinWidth (line 281) | @Override method setMinWidth (line 287) | @Override method getPosition (line 293) | @Override method setPosition (line 298) | @Override method isMaximized (line 303) | @Override method getContextDefinition (line 308) | @Override method setContextDefinition (line 313) | @Override method getContextDisplayMode (line 318) | @Override method setContextDisplayMode (line 323) | @Override method checkPosition (line 328) | private void checkPosition(final Position position) { method toString (line 334) | @Override FILE: uberfire-api/src/main/java/org/uberfire/workbench/model/impl/PartDefinitionImpl.java class PartDefinitionImpl (line 30) | @Portable method PartDefinitionImpl (line 44) | public PartDefinitionImpl() { method PartDefinitionImpl (line 47) | public PartDefinitionImpl(final PlaceRequest place) { method getPlace (line 54) | @Override method setPlace (line 62) | @Override method getParentPanel (line 70) | @Override method setParentPanel (line 78) | @Override method getContextDefinition (line 86) | @Override method setContextDefinition (line 91) | @Override method getContextDisplayMode (line 96) | @Override method setContextDisplayMode (line 101) | @Override method isSelectable (line 106) | @Override method setSelectable (line 111) | @Override method hashCode (line 116) | @Override method equals (line 121) | @Override method toString (line 138) | @Override FILE: uberfire-api/src/main/java/org/uberfire/workbench/model/impl/PerspectiveDefinitionImpl.java class PerspectiveDefinitionImpl (line 30) | @Portable method PerspectiveDefinitionImpl (line 40) | public PerspectiveDefinitionImpl() { method PerspectiveDefinitionImpl (line 44) | public PerspectiveDefinitionImpl(final String panelType) { method getName (line 52) | @Override method setName (line 57) | @Override method getRoot (line 62) | @Override method getContextDefinition (line 67) | @Override method setContextDefinition (line 72) | @Override method getContextDisplayMode (line 77) | @Override method setContextDisplayMode (line 82) | @Override method toString (line 87) | @Override FILE: uberfire-api/src/main/java/org/uberfire/workbench/model/impl/SplashScreenFilterImpl.java class SplashScreenFilterImpl (line 29) | @Portable method SplashScreenFilterImpl (line 36) | public SplashScreenFilterImpl(@MapsTo("name") final String name, method getName (line 44) | @Override method setName (line 49) | @Override method displayNextTime (line 54) | @Override method setDisplayNextTime (line 59) | @Override method getInterceptionPoints (line 64) | @Override method setInterceptionPoints (line 69) | @Override FILE: uberfire-api/src/main/java/org/uberfire/workbench/model/menu/EnabledStateChangeListener.java type EnabledStateChangeListener (line 23) | @JsFunction method enabledStateChanged (line 30) | void enabledStateChanged(final boolean enabled); FILE: uberfire-api/src/main/java/org/uberfire/workbench/model/menu/HasEnabledStateChangeListeners.java type HasEnabledStateChangeListeners (line 24) | @JsType method addEnabledStateChangeListener (line 31) | void addEnabledStateChangeListener(final EnabledStateChangeListener li... FILE: uberfire-api/src/main/java/org/uberfire/workbench/model/menu/MenuCustom.java type MenuCustom (line 25) | @JsType method build (line 29) | T build(); FILE: uberfire-api/src/main/java/org/uberfire/workbench/model/menu/MenuFactory.java class MenuFactory (line 33) | public final class MenuFactory { method MenuFactory (line 35) | private MenuFactory() { method newTopLevelMenu (line 38) | public static MenuBuilder> newTopLev... method newContributedMenu (line 43) | public static ContributedMenuBuilder... method newSimpleItem (line 48) | public static MenuBuilder newSimpleItem(final String caption) { method newTopLevelCustomMenu (line 53) | public static MenuBuilder> newTopLev... type TopLevelMenusBuilder (line 58) | public interface TopLevelMenusBuilder method newContributedMenu (line 61) | ContributedMenuBuilder> newContributedMenu(f... method newTopLevelMenu (line 63) | TerminalMenu> newTopLevelMenu(final MenuItem... method newTopLevelMenu (line 65) | MenuBuilder> newTopLevelMenu(final String ca... method newTopLevelCustomMenu (line 67) | TerminalCustomMenu> newTopLevelCustomMenu(fi... type Builder (line 70) | public interface Builder { method build (line 72) | Menus build(); type ContributedMenuBuilder (line 75) | public interface ContributedMenuBuilder extends MenuBuilder { method contributeTo (line 77) | ContributedMenuBuilder contributeTo(final String contributionPoint); type MenuBuilder (line 80) | public interface MenuBuilder method custom (line 87) | TerminalMenu custom(final CustomMenuBuilder builder); method submenu (line 89) | SubMenusBuilder> submenu(final String caption); method menus (line 91) | SubMenusBuilder> menus(); method withItems (line 93) | TerminalMenu withItems(final List items); method endMenu (line 95) | T endMenu(); type SubMenuBuilder (line 98) | public interface SubMenuBuilder method submenu (line 102) | SubMenusBuilder> submenu(final String caption); method endMenu (line 104) | T endMenu(); type SimpleMenuBuilder (line 107) | public interface SimpleMenuBuilder { method identifier (line 109) | T identifier(final String id); method order (line 111) | T order(final int order); method position (line 113) | T position(final MenuPosition position); type SubMenusBuilder (line 116) | public interface SubMenusBuilder { method menu (line 118) | MenuBuilder> menu(final String caption); method endMenus (line 120) | T endMenus(); type TerminalMenu (line 123) | public interface TerminalMenu { method endMenu (line 125) | T endMenu(); type TerminalCustomMenu (line 128) | public interface TerminalCustomMenu { method endMenu (line 130) | T endMenu(); type SecurityInfos (line 133) | public interface SecurityInfos { method withPermission (line 135) | T withPermission(final ResourceType resourceType); method withPermission (line 137) | T withPermission(final ResourceType resourceType, method withPermission (line 140) | T withPermission(final ResourceType resourceType, method withPermission (line 144) | T withPermission(final Resource resource); method withPermission (line 146) | T withPermission(final Resource resource, method withPermission (line 149) | T withPermission(final String resourceId, method withPermission (line 152) | T withPermission(final String resourceId, method withPermission (line 156) | T withPermission(final String permission); type CustomMenuBuilder (line 159) | public interface CustomMenuBuilder { method push (line 161) | void push(final CustomMenuBuilder element); method build (line 163) | MenuItem build(); type CommandMenu (line 166) | public interface CommandMenu { method respondsWith (line 168) | T respondsWith(final Command command); type PerspectiveMenu (line 171) | public interface PerspectiveMenu { method perspective (line 173) | T perspective(final String identifier); method place (line 175) | T place(final PlaceRequest placeRequest); type OrderedMenu (line 178) | public interface OrderedMenu { method orderAll (line 180) | T orderAll(final int order); FILE: uberfire-api/src/main/java/org/uberfire/workbench/model/menu/MenuGroup.java type MenuGroup (line 26) | @JsType method getItems (line 30) | List getItems(); FILE: uberfire-api/src/main/java/org/uberfire/workbench/model/menu/MenuItem.java type MenuItem (line 29) | @JsType method isEnabled (line 33) | boolean isEnabled(); method setEnabled (line 35) | void setEnabled(boolean enabled); method getContributionPoint (line 37) | String getContributionPoint(); method getCaption (line 39) | String getCaption(); method getPosition (line 41) | MenuPosition getPosition(); method getOrder (line 43) | int getOrder(); method getResourceActions (line 54) | default List getResourceActions() { method getPermissions (line 66) | default List getPermissions() { method accept (line 74) | void accept(MenuVisitor visitor); FILE: uberfire-api/src/main/java/org/uberfire/workbench/model/menu/MenuItemCommand.java type MenuItemCommand (line 24) | @JsType method getCommand (line 31) | public Command getCommand(); FILE: uberfire-api/src/main/java/org/uberfire/workbench/model/menu/MenuItemPerspective.java type MenuItemPerspective (line 25) | @JsType method getPlaceRequest (line 28) | PlaceRequest getPlaceRequest(); FILE: uberfire-api/src/main/java/org/uberfire/workbench/model/menu/MenuItemPlain.java type MenuItemPlain (line 25) | @JsType FILE: uberfire-api/src/main/java/org/uberfire/workbench/model/menu/MenuPosition.java type MenuPosition (line 24) | @JsType FILE: uberfire-api/src/main/java/org/uberfire/workbench/model/menu/MenuVisitor.java type MenuVisitor (line 27) | @JsType method visitEnter (line 37) | boolean visitEnter(Menus menus); method visitLeave (line 45) | void visitLeave(Menus menus); method visitEnter (line 55) | @JsMethod(name = "visitEnterGroup") method visitLeave (line 64) | @JsMethod(name = "visitLeaveGroup") method visit (line 71) | void visit(MenuItemPlain menuItemPlain); method visit (line 77) | @JsMethod(name = "visitCommand") method visit (line 84) | @JsMethod(name = "visitPerspective") method visit (line 91) | @JsMethod(name = "visitCustom") FILE: uberfire-api/src/main/java/org/uberfire/workbench/model/menu/Menus.java type Menus (line 26) | @JsType method getItems (line 32) | public List getItems(); method getItemsMap (line 34) | @Deprecated method accept (line 42) | public void accept(MenuVisitor visitor); method getOrder (line 47) | public int getOrder(); FILE: uberfire-api/src/main/java/org/uberfire/workbench/model/menu/impl/BaseMenuCustom.java class BaseMenuCustom (line 24) | public abstract class BaseMenuCustom implements MenuCustom { method BaseMenuCustom (line 31) | protected BaseMenuCustom() { method BaseMenuCustom (line 38) | protected BaseMenuCustom(boolean enabled) { method BaseMenuCustom (line 45) | protected BaseMenuCustom(final String contributionPoint) { method BaseMenuCustom (line 52) | protected BaseMenuCustom(final String contributionPoint, method BaseMenuCustom (line 60) | public BaseMenuCustom(final String contributionPoint, method BaseMenuCustom (line 69) | public BaseMenuCustom(final String contributionPoint, method getIdentifier (line 79) | @Override method isEnabled (line 87) | @Override method setEnabled (line 92) | @Override method getContributionPoint (line 97) | @Override method getCaption (line 102) | @Override method getPosition (line 107) | @Override method getOrder (line 112) | @Override method accept (line 117) | @Override method addEnabledStateChangeListener (line 122) | @Override FILE: uberfire-api/src/main/java/org/uberfire/workbench/model/menu/impl/BaseMenuVisitor.java class BaseMenuVisitor (line 27) | public abstract class BaseMenuVisitor implements MenuVisitor { method visitEnter (line 29) | @Override method visitLeave (line 34) | @Override method visitEnter (line 39) | @Override method visitLeave (line 44) | @Override method visit (line 49) | @Override method visit (line 54) | @Override method visit (line 59) | @Override method visit (line 64) | @Override FILE: uberfire-api/src/main/java/org/uberfire/workbench/model/menu/impl/DefaultMenuGroup.java class DefaultMenuGroup (line 34) | @JsType method DefaultMenuGroup (line 47) | @JsIgnore method getItems (line 64) | @JsIgnore method getContributionPoint (line 70) | @Override method getCaption (line 75) | @Override method getPosition (line 80) | @Override method getOrder (line 85) | @Override method isEnabled (line 90) | @Override method setEnabled (line 95) | @Override method addEnabledStateChangeListener (line 101) | @JsIgnore method accept (line 107) | @Override method notifyListeners (line 117) | private void notifyListeners(final boolean enabled) { method getIdentifier (line 123) | @Override method getResourceActions (line 131) | @JsIgnore method getPermissions (line 137) | @JsIgnore method getDependencies (line 143) | @JsIgnore FILE: uberfire-api/src/main/java/org/uberfire/workbench/model/menu/impl/DefaultMenus.java class DefaultMenus (line 30) | @JsType method DefaultMenus (line 36) | @JsIgnore method getItems (line 43) | @JsIgnore method accept (line 49) | @Override method getItemsMap (line 59) | @JsIgnore method getOrder (line 73) | @Override FILE: uberfire-api/src/main/java/org/uberfire/workbench/model/menu/impl/MenuBuilderImpl.java class MenuBuilderImpl (line 49) | public final class MenuBuilderImpl method MenuBuilderImpl (line 62) | public MenuBuilderImpl(final MenuType menuType, method MenuBuilderImpl (line 72) | public MenuBuilderImpl(final MenuType menuType, method newContributedMenu (line 77) | @Override method newTopLevelMenu (line 88) | @Override method newTopLevelMenu (line 98) | @Override method newTopLevelCustomMenu (line 109) | @Override method menu (line 116) | @Override method menus (line 127) | @Override method custom (line 133) | @Override method submenu (line 140) | @Override method contributeTo (line 151) | @Override method withItems (line 158) | @Override method respondsWith (line 166) | @Override method perspective (line 174) | @Override method place (line 182) | @Override method order (line 189) | @Override method position (line 196) | @Override method identifier (line 204) | @Override method withPermission (line 212) | @Override method withPermission (line 222) | @Override method withPermission (line 232) | @Override method withPermission (line 245) | @Override method withPermission (line 253) | @Override method withPermission (line 264) | @Override method withPermission (line 277) | @Override method withPermission (line 287) | @Override method endMenus (line 294) | @Override method endMenu (line 299) | @Override method orderAll (line 311) | @Override method build (line 318) | @Override type MenuType (line 326) | public enum MenuType { class CurrentContext (line 334) | private static class CurrentContext implements MenuFactory.CustomMenuB... method push (line 351) | @Override method build (line 356) | @Override FILE: uberfire-api/src/main/java/org/uberfire/workbench/model/toolbar/IconType.java type IconType (line 19) | public enum IconType { FILE: uberfire-api/src/main/java/org/uberfire/workbench/model/toolbar/ToolBar.java type ToolBar (line 26) | @JsType method addItem (line 30) | void addItem(final ToolBarItem item); method getItems (line 32) | List getItems(); FILE: uberfire-api/src/main/java/org/uberfire/workbench/model/toolbar/ToolBarIcon.java type ToolBarIcon (line 24) | @JsType FILE: uberfire-api/src/main/java/org/uberfire/workbench/model/toolbar/ToolBarItem.java type ToolBarItem (line 27) | @JsType method getTooltip (line 34) | String getTooltip(); method getIcon (line 39) | ToolBarIcon getIcon(); method isEnabled (line 44) | boolean isEnabled(); method setEnabled (line 49) | void setEnabled(boolean enabled); method getCommand (line 54) | Command getCommand(); FILE: uberfire-api/src/main/java/org/uberfire/workbench/model/toolbar/ToolBarTypeIcon.java type ToolBarTypeIcon (line 19) | public interface ToolBarTypeIcon extends ToolBarIcon { method getType (line 21) | IconType getType(); FILE: uberfire-api/src/main/java/org/uberfire/workbench/model/toolbar/ToolBarUrlIcon.java type ToolBarUrlIcon (line 19) | public interface ToolBarUrlIcon extends ToolBarIcon { method getUrl (line 25) | String getUrl(); FILE: uberfire-api/src/main/java/org/uberfire/workbench/model/toolbar/impl/DefaultToolBar.java class DefaultToolBar (line 30) | public class DefaultToolBar method DefaultToolBar (line 36) | public DefaultToolBar(final String id) { method DefaultToolBar (line 42) | public DefaultToolBar(final String id, method getIdentifier (line 50) | @Override method addItem (line 55) | @Override method getItems (line 61) | @Override FILE: uberfire-api/src/main/java/org/uberfire/workbench/model/toolbar/impl/DefaultToolBarItem.java class DefaultToolBarItem (line 30) | public class DefaultToolBarItem method DefaultToolBarItem (line 42) | public DefaultToolBarItem(final String url, method DefaultToolBarItem (line 59) | public DefaultToolBarItem(final IconType iconType, method getIdentifier (line 76) | @Override method getTooltip (line 81) | @Override method getIcon (line 86) | @Override method isEnabled (line 91) | @Override method setEnabled (line 96) | @Override method getCommand (line 101) | @Override FILE: uberfire-api/src/main/java/org/uberfire/workbench/type/AnyResourceTypeDefinition.java class AnyResourceTypeDefinition (line 23) | public class AnyResourceTypeDefinition implements ResourceTypeDefinition { method AnyResourceTypeDefinition (line 27) | public AnyResourceTypeDefinition() { method AnyResourceTypeDefinition (line 30) | public AnyResourceTypeDefinition(final Category category) { method getShortName (line 34) | @Override method getDescription (line 39) | @Override method getPrefix (line 44) | @Override method getSuffix (line 49) | @Override method getPriority (line 54) | @Override method getSimpleWildcardPattern (line 59) | @Override method accept (line 64) | @Override method getCategory (line 69) | @Override FILE: uberfire-api/src/main/java/org/uberfire/workbench/type/DotResourceTypeDefinition.java class DotResourceTypeDefinition (line 23) | public class DotResourceTypeDefinition implements ResourceTypeDefinition { method DotResourceTypeDefinition (line 27) | public DotResourceTypeDefinition() { method DotResourceTypeDefinition (line 30) | public DotResourceTypeDefinition(final Category category) { method getCategory (line 34) | @Override method getShortName (line 39) | @Override method getDescription (line 44) | @Override method getPrefix (line 49) | @Override method getSuffix (line 54) | @Override method getPriority (line 59) | @Override method getSimpleWildcardPattern (line 64) | @Override method accept (line 69) | @Override FILE: uberfire-api/src/main/java/org/uberfire/workbench/type/FileNameUtil.java class FileNameUtil (line 20) | public final class FileNameUtil { method removeExtension (line 22) | public static String removeExtension(final Path path, method removeExtension (line 35) | public static String removeExtension(final Path path, method removeExtension (line 46) | public static String removeExtension(final String fileName, method indexOfExtension (line 66) | private static int indexOfExtension(final String fileName, FILE: uberfire-api/src/main/java/org/uberfire/workbench/type/ResourceTypeDefinition.java type ResourceTypeDefinition (line 28) | @JsType method getShortName (line 35) | public String getShortName(); method getDescription (line 41) | public String getDescription(); method getPrefix (line 47) | public String getPrefix(); method getSuffix (line 53) | public String getSuffix(); method getPriority (line 59) | public int getPriority(); method getSimpleWildcardPattern (line 67) | public String getSimpleWildcardPattern(); method accept (line 73) | boolean accept(final Path path); method getCategory (line 79) | Category getCategory(); method getDiffMode (line 85) | default DiffMode getDiffMode() { FILE: uberfire-api/src/main/java/org/uberfire/workbench/type/TextResourceTypeDefinition.java class TextResourceTypeDefinition (line 26) | @Default method TextResourceTypeDefinition (line 32) | public TextResourceTypeDefinition() { method TextResourceTypeDefinition (line 35) | public TextResourceTypeDefinition(final Others category) { method getCategory (line 39) | @Override method getShortName (line 44) | @Override method getDescription (line 49) | @Override method getPrefix (line 54) | @Override method getSuffix (line 59) | @Override method getPriority (line 64) | @Override method getSimpleWildcardPattern (line 69) | @Override method accept (line 74) | @Override FILE: uberfire-api/src/main/java/org/uberfire/workspace/WorkspaceContext.java class WorkspaceContext (line 23) | public class WorkspaceContext { method WorkspaceContext (line 25) | private WorkspaceContext() { method set (line 30) | public static void set(String workspace) { method get (line 34) | public static String get() { FILE: uberfire-api/src/main/resources/org/uberfire/jre/org/uberfire/util/URIUtil.java class URIUtil (line 28) | public final class URIUtil { method encode (line 36) | public static String encode(String content) { method decode (line 40) | public static String decode(String content) { method encodeQueryString (line 44) | public static String encodeQueryString(String content) { method isValid (line 48) | public native static boolean isValid(final String uri) /*-{ type Resources (line 59) | interface Resources extends ClientBundle { method uriDotJs (line 61) | @Source("uri.min.js") FILE: uberfire-api/src/test/java/NaughtyClassInDefaultPackage.java class NaughtyClassInDefaultPackage (line 22) | public class NaughtyClassInDefaultPackage { FILE: uberfire-api/src/test/java/org/uberfire/backend/vfs/PathFactoryTest.java class PathFactoryTest (line 28) | @RunWith(MockitoJUnitRunner.class) method lockTest (line 31) | @Test FILE: uberfire-api/src/test/java/org/uberfire/backend/vfs/impl/ObservablePathImplTest.java class ObservablePathImplTest (line 54) | @RunWith(MockitoJUnitRunner.class) method setup (line 85) | @Before method testResourceDeleteEvent (line 95) | @Test method testResourceUpdateEvent (line 108) | @Test method testResourceRenameEvent (line 121) | @Test method testResourceCopyEvent (line 136) | @Test method testResourceBatchEvent (line 151) | @Test method createPath (line 192) | private ObservablePath createPath() { method createSessionInfo (line 198) | private SessionInfoImpl createSessionInfo() { FILE: uberfire-api/src/test/java/org/uberfire/debug/DebugTest.java class DebugTest (line 27) | public class DebugTest { method testAbbreviatedName (line 29) | @Test method testMemorableNumber (line 35) | @Test method testMemorableWithNegativeNumber (line 41) | @Test method testMemorableWithZero (line 47) | @Test method testObjectId (line 53) | @Test method testShortNameWithInnerClass (line 61) | @Test method testShortNameInDefaultPackage (line 67) | @Test method testAbbreviatedNameInDefaultPackage (line 73) | @Test FILE: uberfire-api/src/test/java/org/uberfire/mvp/impl/ConditionalPlaceRequestTest.java class ConditionalPlaceRequestTest (line 23) | public class ConditionalPlaceRequestTest { method conditionalTestTruePredicate (line 25) | @Test method conditionalTestFalsePredicate (line 34) | @Test method incompleteConditionalShouldReturnDefaultPlaceRequest (line 43) | @Test method incompleteConditionalWithNullsShouldReturnDefaultPlaceRequest (line 50) | @Test method conditionalTestChainingPredicate (line 57) | @Test method conditionalTestChainingPredicateReturningConditional (line 68) | @Test method defaultPlaceRequestEqualsToConditionalPlaceRequest (line 79) | @Test method defaultPlaceRequestNotEqualsToConditionalPlaceRequest (line 88) | @Test method defaultPlaceRequestEqualsToIncompleteConditionalPlaceRequest (line 97) | @Test method trueEvaluatedConditionalPlaceRequestEqualsToAnotherTrueEvaluatedConditionalPlaceRequest (line 106) | @Test method falseEvaluatedConditionalPlaceRequestEqualsToAnotherFalseEvaluatedConditionalPlaceRequest (line 115) | @Test method trueEvaluatedConditionalPlaceRequestEqualsToAnotherFalseEvaluatedConditionalPlaceRequest (line 124) | @Test method falseEvaluatedConditionalPlaceRequestEqualsToAnotherTrueEvaluatedConditionalPlaceRequest (line 133) | @Test method equals (line 142) | private void equals(final PlaceRequest placeRequest1, method notEquals (line 150) | private void notEquals(final PlaceRequest placeRequest1, FILE: uberfire-api/src/test/java/org/uberfire/mvp/impl/PathPlaceRequestTest.java class PathPlaceRequestTest (line 29) | @RunWith(MockitoJUnitRunner.class) method testPreDestroy (line 35) | @Test FILE: uberfire-api/src/test/java/org/uberfire/security/ResourceRefTest.java class ResourceRefTest (line 25) | public class ResourceRefTest { method testDependencies (line 27) | @Test method testEmptyDependencies (line 41) | @Test FILE: uberfire-api/src/test/java/org/uberfire/spaces/SpacesAPITest.java class SpacesAPITest (line 23) | public class SpacesAPITest { method resolveSpacePathTest (line 25) | @Test method resolveConfigFileSystemPathTest (line 31) | @Test FILE: uberfire-api/src/test/java/org/uberfire/workbench/category/CategoryTest.java class CategoryTest (line 29) | @RunWith(Parameterized.class) method data (line 32) | @Parameterized.Parameters method CategoryTest (line 58) | public CategoryTest(String cat1Name, method test (line 66) | @Test FILE: uberfire-api/src/test/java/org/uberfire/workbench/model/TestWorkbenchModel.java class TestWorkbenchModel (line 30) | public class TestWorkbenchModel { method testPanelHierarchyInsert (line 32) | @Test method testPanelHierarchyAppend (line 60) | @Test method testDetachedPanels (line 93) | @Test(expected = IllegalStateException.class) FILE: uberfire-api/src/test/java/org/uberfire/workbench/model/impl/PanelDefinitionImplTest.java class PanelDefinitionImplTest (line 27) | public class PanelDefinitionImplTest { method setUp (line 35) | @Before method settingTwoDifferentParentsShouldThrowException (line 44) | @Test(expected = IllegalStateException.class) method addPartTest (line 50) | @Test method addPartToADifferentPanelChangePanel (line 57) | @Test method addPartTwiceShouldWork (line 69) | @Test method partShouldNotBePresentAfterRemoval (line 77) | @Test method removeNonexistentPartShouldDoNothingAndReturnFalse (line 87) | @Test method widthShouldNotRevertOnceSet (line 94) | @Test method heightShouldNotRevertOnceSet (line 103) | @Test method appendChildShouldAddPanelToChildren (line 112) | @Test method appendChildToPanelTwiceShouldWork (line 120) | @Test FILE: uberfire-api/src/test/java/org/uberfire/workbench/model/impl/PartDefinitionImplTest.java class PartDefinitionImplTest (line 30) | public class PartDefinitionImplTest { method setUp (line 36) | @Before method defineParentPanelWithOldParent (line 44) | @Test(expected = IllegalStateException.class) method defineParentPanelWithOldParentWithoutPart (line 52) | @Test(expected = IllegalStateException.class) method createParentMock (line 61) | private PanelDefinitionImpl createParentMock() { method defineParentPanel (line 69) | @Test FILE: uberfire-api/src/test/java/org/uberfire/workbench/model/menu/TestMenuSyntax.java class TestMenuSyntax (line 22) | public class TestMenuSyntax { method main (line 24) | public static Object main(final String... args) { FILE: uberfire-api/src/test/java/org/uberfire/workbench/model/menu/impl/TestBehavior.java class TestBehavior (line 30) | public class TestBehavior { method execute (line 33) | @Override method testSimpleMenu (line 39) | @Test method testSimpleNestedMenu (line 75) | @Test FILE: uberfire-api/src/test/java/org/uberfire/workbench/type/FileNameUtilTest.java class FileNameUtilTest (line 28) | public class FileNameUtilTest { method removeExtensionFromFileNameTest (line 30) | @Test method removeExtensionFromPathTest (line 38) | @Test method removeResourceTypeDefinitionSuffixFromPathTest (line 49) | @Test FILE: uberfire-backend/uberfire-backend-api/src/main/java/org/uberfire/backend/authz/AuthorizationPolicyStorage.java type AuthorizationPolicyStorage (line 24) | public interface AuthorizationPolicyStorage { method loadPolicy (line 30) | AuthorizationPolicy loadPolicy(); method savePolicy (line 37) | void savePolicy(AuthorizationPolicy policy); method deletePolicyByGroup (line 44) | void deletePolicyByGroup(Group group, AuthorizationPolicy policy); FILE: uberfire-backend/uberfire-backend-api/src/main/java/org/uberfire/backend/authz/AuthorizationService.java type AuthorizationService (line 25) | @Remote method loadPolicy (line 32) | AuthorizationPolicy loadPolicy(); method savePolicy (line 39) | void savePolicy(AuthorizationPolicy policy); method deletePolicyByGroup (line 46) | void deletePolicyByGroup(Group group , AuthorizationPolicy policy); FILE: uberfire-backend/uberfire-backend-api/src/main/java/org/uberfire/backend/authz/FileSystemResourceType.java class FileSystemResourceType (line 23) | public class FileSystemResourceType implements ResourceType { method getName (line 25) | @Override FILE: uberfire-backend/uberfire-backend-api/src/main/java/org/uberfire/backend/cdi/workspace/Workspace.java type Workspace (line 23) | public interface Workspace { method getName (line 29) | String getName(); FILE: uberfire-backend/uberfire-backend-api/src/main/java/org/uberfire/backend/events/AuthorizationPolicyDeployedEvent.java class AuthorizationPolicyDeployedEvent (line 24) | public class AuthorizationPolicyDeployedEvent { method AuthorizationPolicyDeployedEvent (line 28) | public AuthorizationPolicyDeployedEvent() { method AuthorizationPolicyDeployedEvent (line 31) | public AuthorizationPolicyDeployedEvent(AuthorizationPolicy policy) { method getPolicy (line 35) | public AuthorizationPolicy getPolicy() { FILE: uberfire-backend/uberfire-backend-api/src/main/java/org/uberfire/backend/events/AuthorizationPolicySavedEvent.java class AuthorizationPolicySavedEvent (line 28) | @Portable method AuthorizationPolicySavedEvent (line 34) | public AuthorizationPolicySavedEvent() { method AuthorizationPolicySavedEvent (line 37) | public AuthorizationPolicySavedEvent(@MapsTo("policy") AuthorizationPo... method getPolicy (line 41) | public AuthorizationPolicy getPolicy() { FILE: uberfire-backend/uberfire-backend-api/src/main/java/org/uberfire/backend/fs/FileSystemService.java type FileSystemService (line 21) | @Remote method isGitDefaultFileSystem (line 24) | Boolean isGitDefaultFileSystem(); FILE: uberfire-backend/uberfire-backend-api/src/main/java/org/uberfire/backend/plugin/PluginProcessor.java type PluginProcessor (line 22) | public interface PluginProcessor { method isAValidPluginFileExtension (line 28) | static boolean isAValidPluginFileExtension(String fileName) { method shouldProcess (line 42) | boolean shouldProcess(String pluginName); method removeAll (line 47) | void removeAll(); method process (line 55) | void process(String pluginName, method isRegistered (line 64) | boolean isRegistered(String pluginName); type PluginProcessorType (line 66) | enum PluginProcessorType { method PluginProcessorType (line 79) | PluginProcessorType(String extension, method getExtension (line 85) | public String getExtension() { method isRuntimePlugin (line 89) | public boolean isRuntimePlugin() { FILE: uberfire-backend/uberfire-backend-api/src/main/java/org/uberfire/backend/plugin/RuntimePlugin.java class RuntimePlugin (line 20) | @Portable method RuntimePlugin (line 27) | public RuntimePlugin() { method RuntimePlugin (line 30) | public RuntimePlugin(PluginProcessor.PluginProcessorType type, method getType (line 39) | public PluginProcessor.PluginProcessorType getType() { method getPluginContent (line 43) | public String getPluginContent() { method getPluginName (line 47) | public String getPluginName() { FILE: uberfire-backend/uberfire-backend-api/src/main/java/org/uberfire/backend/plugin/RuntimePluginProcessor.java type RuntimePluginProcessor (line 24) | public interface RuntimePluginProcessor extends PluginProcessor { method getAvailableRuntimePlugins (line 29) | Collection getAvailableRuntimePlugins(); FILE: uberfire-backend/uberfire-backend-api/src/main/java/org/uberfire/backend/plugin/RuntimePluginService.java type RuntimePluginService (line 24) | @Remote method listFrameworksContent (line 27) | Collection listFrameworksContent(); method listPluginsContent (line 29) | Collection listPluginsContent(); method getTemplateContent (line 31) | String getTemplateContent(final String url); method getRuntimePluginTemplateContent (line 33) | String getRuntimePluginTemplateContent(String url); method getRuntimePlugins (line 35) | List getRuntimePlugins(); FILE: uberfire-backend/uberfire-backend-api/src/main/java/org/uberfire/backend/vfs/BasicFileAttributes.java type BasicFileAttributes (line 21) | public interface BasicFileAttributes { method lastModifiedTime (line 23) | Date lastModifiedTime(); method lastAccessTime (line 25) | Date lastAccessTime(); method creationTime (line 27) | Date creationTime(); method isRegularFile (line 29) | boolean isRegularFile(); method isDirectory (line 31) | boolean isDirectory(); method size (line 33) | long size(); FILE: uberfire-backend/uberfire-backend-api/src/main/java/org/uberfire/backend/vfs/DirectoryStream.java type DirectoryStream (line 21) | public interface DirectoryStream extends Iterable { type Filter (line 23) | public static interface Filter { method accept (line 25) | boolean accept(T entry) throws IOException; FILE: uberfire-backend/uberfire-backend-api/src/main/java/org/uberfire/backend/vfs/FileSystemFactory.java class FileSystemFactory (line 33) | public final class FileSystemFactory { method FileSystemFactory (line 35) | private FileSystemFactory() { method newFS (line 39) | public static FileSystem newFS(final Map roots, class FileSystemImpl (line 45) | @Portable method FileSystemImpl (line 51) | public FileSystemImpl() { method FileSystemImpl (line 54) | public FileSystemImpl(final Map roots, method getRootDirectories (line 69) | @Override method supportedFileAttributeViews (line 74) | @Override method toString (line 79) | @Override FILE: uberfire-backend/uberfire-backend-api/src/main/java/org/uberfire/backend/vfs/VFSLockService.java type VFSLockService (line 29) | @Remote method acquireLock (line 44) | LockResult acquireLock(Path path) method releaseLock (line 57) | LockResult releaseLock(Path path) method forceReleaseLock (line 70) | LockResult forceReleaseLock(Path path) method retrieveLockInfo (line 80) | LockInfo retrieveLockInfo(Path path) method retrieveLockInfos (line 95) | List retrieveLockInfos(Path path, FILE: uberfire-backend/uberfire-backend-api/src/main/java/org/uberfire/backend/vfs/VFSService.java type VFSService (line 33) | @Remote method get (line 36) | Path get(String uri); method newDirectoryStream (line 38) | DirectoryStream newDirectoryStream(final Path dir) method newDirectoryStream (line 41) | DirectoryStream newDirectoryStream(final Path dir, method createDirectory (line 45) | Path createDirectory(final Path dir) method createDirectories (line 49) | Path createDirectories(final Path dir) method createDirectory (line 53) | Path createDirectory(final Path dir, method createDirectories (line 58) | Path createDirectories(final Path dir, method readAttributes (line 63) | @InterceptedCall(VFSCacheInterceptor.class) method setAttributes (line 67) | void setAttributes(final Path path, method delete (line 71) | void delete(final Path path) method deleteIfExists (line 74) | boolean deleteIfExists(final Path path) method copy (line 77) | Path copy(final Path source, method move (line 82) | Path move(final Path source, method readAllString (line 86) | String readAllString(final Path path) method write (line 89) | Path write(final Path path, method write (line 93) | Path write(final Path path, method isRegularFile (line 98) | boolean isRegularFile(final String uri); method isRegularFile (line 100) | boolean isRegularFile(final Path path); method isDirectory (line 102) | boolean isDirectory(final String uri); method isDirectory (line 104) | boolean isDirectory(final Path path); FILE: uberfire-backend/uberfire-backend-api/src/main/java/org/uberfire/backend/vfs/impl/DirectoryStreamImpl.java class DirectoryStreamImpl (line 29) | @Portable method DirectoryStreamImpl (line 34) | public DirectoryStreamImpl(@MapsTo("content") final List content) { method iterator (line 38) | @Override FILE: uberfire-backend/uberfire-backend-api/src/main/java/org/uberfire/backend/vfs/impl/VFSCacheInterceptor.java class VFSCacheInterceptor (line 23) | public class VFSCacheInterceptor implements RpcInterceptor { method aroundInvoke (line 25) | @Override FILE: uberfire-backend/uberfire-backend-api/src/main/java/org/uberfire/workbench/services/WorkbenchServices.java type WorkbenchServices (line 28) | @Remote method save (line 31) | void save(String perspectiveId, method save (line 34) | void save(final SplashScreenFilter splashFilter); method loadPerspectives (line 36) | Set loadPerspectives(); method loadPerspective (line 38) | PerspectiveDefinition loadPerspective(final String perspectiveId); method removePerspectiveState (line 40) | void removePerspectiveState(final String perspectiveId); method removePerspectiveStates (line 42) | void removePerspectiveStates(); method loadSplashScreenFilter (line 44) | SplashScreenFilter loadSplashScreenFilter(final String filterName); method loadDefaultEditorsMap (line 46) | Map loadDefaultEditorsMap(); method saveDefaultEditors (line 48) | void saveDefaultEditors(Map properties); method isWorkbenchOnCluster (line 50) | boolean isWorkbenchOnCluster(); FILE: uberfire-backend/uberfire-backend-api/src/test/java/org/uberfire/backend/vfs/PathTest.java class PathTest (line 27) | public class PathTest { method generalState (line 29) | @Test method checkNPE (line 59) | @Test FILE: uberfire-backend/uberfire-backend-cdi/src/main/java/org/uberfire/backend/server/cdi/AlternativeStarterBean.java class AlternativeStarterBean (line 29) | @Singleton method configure (line 42) | @PostConstruct FILE: uberfire-backend/uberfire-backend-cdi/src/main/java/org/uberfire/backend/server/cdi/SystemConfigProducer.java class SystemConfigProducer (line 75) | public class SystemConfigProducer implements Extension { method processSystemFSProducer (line 95) | public void processSystemFSProducer(@Observes ProcessProducer void processBean(@Observes final ProcessBean event) { method afterDeploymentValidation (line 173) | public void afterDeploymentValidation(final @Observes AfterDeploymentV... method runPostConstruct (line 186) | private void runPostConstruct(final BeanManager manager, method processAnnotatedType (line 200) | void processAnnotatedType(@Observes @WithAnnotations(Veto.class) P... method afterBeanDiscovery (line 204) | void afterBeanDiscovery(@Observes final AfterBeanDiscovery abd, method buildPluginsFS (line 243) | void buildPluginsFS(final AfterBeanDiscovery abd, method buildPerspectivesFS (line 255) | void buildPerspectivesFS(final AfterBeanDiscovery abd, method buildDatasetsFS (line 267) | void buildDatasetsFS(final AfterBeanDiscovery abd, method buildNavigationFS (line 279) | void buildNavigationFS(final AfterBeanDiscovery abd, method buildSystemFS (line 291) | void buildSystemFS(final AfterBeanDiscovery abd, method createFileSystemBean (line 303) | Bean createFileSystemBean(final BeanManager bm, method resolveFSURI (line 409) | URI resolveFSURI(SpacesAPI spaces, Space space, String fsName) { method getSpaces (line 416) | SpacesAPI getSpaces(BeanManager bm) { method buildIOStrategy (line 424) | private void buildIOStrategy(final AfterBeanDiscovery abd, method getBean (line 500) | private T getBean(BeanManager bm, method getBean (line 508) | private T getBean(BeanManager bm, method getBeanReference (line 518) | private T getBeanReference(BeanManager bm, method buildStartableBean (line 527) | private void buildStartableBean(final AfterBeanDiscovery abd, class DummyFileSystem (line 617) | public static class DummyFileSystem implements FileSystem { method provider (line 621) | @Override method isOpen (line 626) | @Override method isReadOnly (line 631) | @Override method getSeparator (line 636) | @Override method getRootDirectories (line 641) | @Override method getFileStores (line 646) | @Override method supportedFileAttributeViews (line 651) | @Override method getPath (line 656) | @Override method getPathMatcher (line 662) | @Override method getUserPrincipalLookupService (line 667) | @Override method newWatchService (line 672) | @Override method getName (line 677) | @Override method close (line 682) | @Override method dispose (line 687) | @Override class OrderedBean (line 693) | private class OrderedBean { method OrderedBean (line 698) | private OrderedBean(final Bean bean, class NamedLiteral (line 705) | public class NamedLiteral extends AnnotationLiteral implements ... method NamedLiteral (line 709) | public NamedLiteral(String value) { method value (line 713) | @Override FILE: uberfire-backend/uberfire-backend-cdi/src/main/java/org/uberfire/backend/server/cdi/model/WorkspaceImpl.java class WorkspaceImpl (line 21) | public class WorkspaceImpl implements Workspace { method WorkspaceImpl (line 25) | public WorkspaceImpl(String name) { method getName (line 29) | @Override method equals (line 34) | @Override method hashCode (line 44) | @Override FILE: uberfire-backend/uberfire-backend-cdi/src/main/java/org/uberfire/backend/server/cdi/workspace/WorkspaceExecutorService.java class WorkspaceExecutorService (line 32) | @Vetoed method WorkspaceExecutorService (line 38) | public WorkspaceExecutorService() { method WorkspaceExecutorService (line 41) | public WorkspaceExecutorService(WorkspaceNameResolver workspaceNameRes... method getWorkspaceName (line 47) | private String getWorkspaceName() { method shutdown (line 51) | @Override method shutdownNow (line 56) | @Override method isShutdown (line 61) | @Override method isTerminated (line 66) | @Override method awaitTermination (line 71) | @Override method submit (line 78) | @Override method submit (line 84) | @Override method submit (line 91) | @Override method invokeAll (line 96) | @Override method invokeAll (line 101) | @Override method invokeAny (line 110) | @Override method invokeAny (line 115) | @Override method execute (line 124) | @Override method generateRunnable (line 129) | private Runnable generateRunnable(final Runnable runnable) { method generateCallable (line 138) | private Callable generateCallable(final Callable callable) { method getExecutorService (line 147) | private ExecutorService getExecutorService() { method getWorkspaceNameResolver (line 151) | private WorkspaceNameResolver getWorkspaceNameResolver() { FILE: uberfire-backend/uberfire-backend-cdi/src/main/java/org/uberfire/backend/server/cdi/workspace/WorkspaceExecutorServiceProducer.java class WorkspaceExecutorServiceProducer (line 29) | public class WorkspaceExecutorServiceProducer extends ExecutorServicePro... method WorkspaceExecutorServiceProducer (line 33) | @Inject method produceExecutorService (line 38) | @Produces method getWorkspaceNameResolver (line 48) | protected WorkspaceNameResolver getWorkspaceNameResolver() { FILE: uberfire-backend/uberfire-backend-cdi/src/main/java/org/uberfire/backend/server/cdi/workspace/WorkspaceManager.java class WorkspaceManager (line 42) | @ApplicationScoped method WorkspaceManager (line 49) | public WorkspaceManager() { method WorkspaceManager (line 52) | @Inject method initialize (line 57) | @PostConstruct method getOrCreateWorkspace (line 68) | public Workspace getOrCreateWorkspace(String name) { method createCache (line 77) | protected synchronized Cache createCache() { method getWorkspace (line 101) | public Workspace getWorkspace(String name) { method getBean (line 120) | public T getBean(Workspace workspace, method putBean (line 136) | public void putBean(Workspace workspace, method delete (line 156) | public void delete(final Workspace workspace) { method getWorkspaceCount (line 165) | public int getWorkspaceCount() { method getBeansCount (line 175) | public long getBeansCount(final Workspace workspace) { FILE: uberfire-backend/uberfire-backend-cdi/src/main/java/org/uberfire/backend/server/cdi/workspace/WorkspaceManagerPreferences.java class WorkspaceManagerPreferences (line 25) | @WorkbenchPreference(identifier = "WorkspaceManagerPreferences", bundleK... method WorkspaceManagerPreferences (line 37) | public WorkspaceManagerPreferences() { method defaultValue (line 40) | @Override method getCacheMaximumSize (line 48) | public int getCacheMaximumSize() { method setCacheMaximumSize (line 52) | public void setCacheMaximumSize(final int cacheMaximumSize) { method getCacheExpirationTime (line 56) | public int getCacheExpirationTime() { method setCacheExpirationTime (line 60) | public void setCacheExpirationTime(final int cacheExpirationTime) { method getCacheExpirationUnit (line 64) | public String getCacheExpirationUnit() { method setCacheExpirationUnit (line 68) | public void setCacheExpirationUnit(final String cacheExpirationUnit) { FILE: uberfire-backend/uberfire-backend-cdi/src/main/java/org/uberfire/backend/server/cdi/workspace/WorkspaceNameResolver.java class WorkspaceNameResolver (line 34) | @ApplicationScoped method WorkspaceNameResolver (line 40) | public WorkspaceNameResolver() { method WorkspaceNameResolver (line 43) | @Inject method getWorkspaceName (line 52) | public String getWorkspaceName() { method getSessionInfo (line 66) | protected SessionInfo getSessionInfo() { FILE: uberfire-backend/uberfire-backend-cdi/src/main/java/org/uberfire/backend/server/cdi/workspace/WorkspaceScopeContext.java class WorkspaceScopeContext (line 35) | public class WorkspaceScopeContext implements Context { method WorkspaceScopeContext (line 41) | public WorkspaceScopeContext(BeanManager beanManager) { method getScope (line 46) | @Override method get (line 51) | @Override method get (line 82) | @Override method getWorkspaceName (line 95) | private String getWorkspaceName() { method isActive (line 99) | @Override method getBean (line 104) | private Bean getBean(final Contextual contextual) { method getWorkspaceManager (line 108) | protected WorkspaceManager getWorkspaceManager() { method getBean (line 112) | protected T getBean(Class clazz) { FILE: uberfire-backend/uberfire-backend-cdi/src/main/java/org/uberfire/backend/server/cdi/workspace/WorkspaceScopedExtension.java class WorkspaceScopedExtension (line 31) | public class WorkspaceScopedExtension implements Extension { method beforeBeanDiscovery (line 35) | public void beforeBeanDiscovery(@Observes BeforeBeanDiscovery bbd) { method afterBeanDiscovery (line 45) | public void afterBeanDiscovery(@Observes AfterBeanDiscovery abd, FILE: uberfire-backend/uberfire-backend-cdi/src/test/java/org/uberfire/backend/server/cdi/SessionBasedBean.java class SessionBasedBean (line 23) | @Stateless method build (line 29) | public void build(String gav) { FILE: uberfire-backend/uberfire-backend-cdi/src/test/java/org/uberfire/backend/server/cdi/SystemConfigProducerTest.java class SystemConfigProducerTest (line 50) | @RunWith(MockitoJUnitRunner.class) method setUp (line 60) | @Before method systemConfigFSShouldUseGITasScheme (line 75) | @Test method createAndDestroyFSShouldRegisterUnregisterOnPriorityDisposableRegistry (line 85) | @Test method systemFSShouldUseConfigIO (line 117) | @Test method pluginFSShouldUseIOStrategy (line 135) | @Test FILE: uberfire-backend/uberfire-backend-cdi/src/test/java/org/uberfire/backend/server/cdi/WorkspaceBuilderService.java type WorkspaceBuilderService (line 24) | public interface WorkspaceBuilderService extends Serializable { method build (line 26) | void build(String gav); FILE: uberfire-backend/uberfire-backend-cdi/src/test/java/org/uberfire/backend/server/cdi/WorkspaceBuilderServiceImpl.java class WorkspaceBuilderServiceImpl (line 28) | @Service method WorkspaceBuilderServiceImpl (line 36) | public WorkspaceBuilderServiceImpl() { method WorkspaceBuilderServiceImpl (line 39) | @Inject method build (line 44) | @Override FILE: uberfire-backend/uberfire-backend-cdi/src/test/java/org/uberfire/backend/server/cdi/WorkspaceBuilderServiceTest.java class WorkspaceBuilderServiceTest (line 46) | @RunWith(Arquillian.class) method createDeployment (line 49) | @Deployment method createLogger (line 94) | @Produces method createSessionInfo (line 99) | @Produces method setUp (line 104) | @Before method testConcurrentWorkspaceBeans (line 108) | @Test method createThread (line 146) | private Thread createThread(final SessionBasedBean bean, FILE: uberfire-backend/uberfire-backend-cdi/src/test/java/org/uberfire/backend/server/cdi/workspace/WorkspaceManagerTest.java class WorkspaceManagerTest (line 32) | @RunWith(MockitoJUnitRunner.class) method setUp (line 40) | @Before method testWorkspaceNotFound (line 50) | @Test method testCreateWorkspace (line 57) | @Test method testWorkspaceCount (line 64) | @Test method testDeleteWorkspace (line 71) | @Test method testStoreBeansWithCacheSizeEviction (line 81) | @Test method testGetBeanDoesNotExists (line 105) | @Test FILE: uberfire-backend/uberfire-backend-cdi/src/test/java/org/uberfire/backend/server/cdi/workspace/WorkspaceNameResolverTest.java class WorkspaceNameResolverTest (line 34) | @RunWith(MockitoJUnitRunner.class) method setUp (line 40) | @Before method testGlobalWorkspaceName (line 47) | @Test method testContextWorkspaceName (line 54) | @Test method testUserInfoWorkspaceName (line 63) | @Test FILE: uberfire-backend/uberfire-backend-server/src/main/java/org/uberfire/backend/server/IOWatchServiceAllImpl.java class IOWatchServiceAllImpl (line 34) | @ApplicationScoped method IOWatchServiceAllImpl (line 37) | public IOWatchServiceAllImpl() { method IOWatchServiceAllImpl (line 40) | @Inject method doFilter (line 56) | @Override FILE: uberfire-backend/uberfire-backend-server/src/main/java/org/uberfire/backend/server/IOWatchServiceNonDotImpl.java class IOWatchServiceNonDotImpl (line 36) | @ApplicationScoped method IOWatchServiceNonDotImpl (line 39) | public IOWatchServiceNonDotImpl() { method IOWatchServiceNonDotImpl (line 42) | @Inject method doFilter (line 58) | @Override method shouldFilter (line 81) | boolean shouldFilter(Path path) { FILE: uberfire-backend/uberfire-backend-server/src/main/java/org/uberfire/backend/server/LockCleanupSessionListener.java class LockCleanupSessionListener (line 38) | @WebListener method sessionCreated (line 43) | @Override method sessionDestroyed (line 47) | @Override FILE: uberfire-backend/uberfire-backend-server/src/main/java/org/uberfire/backend/server/LockClientNotifier.java class LockClientNotifier (line 48) | @ApplicationScoped method init (line 69) | @PostConstruct method shutdown (line 84) | @PreDestroy method observeAndNotifyClients (line 95) | private void observeAndNotifyClients() { FILE: uberfire-backend/uberfire-backend-server/src/main/java/org/uberfire/backend/server/UserServicesBackendImpl.java class UserServicesBackendImpl (line 29) | @ApplicationScoped method buildPath (line 40) | public Path buildPath(final String _userName, method buildPath (line 49) | public Path buildPath(final String _userName, method getAllUsersData (line 65) | public Collection getAllUsersData(final String serviceType, FILE: uberfire-backend/uberfire-backend-server/src/main/java/org/uberfire/backend/server/UserServicesImpl.java class UserServicesImpl (line 24) | @ApplicationScoped method buildPath (line 33) | public Path buildPath(final String serviceType) { method buildPath (line 38) | public Path buildPath(final String serviceType, FILE: uberfire-backend/uberfire-backend-server/src/main/java/org/uberfire/backend/server/VFSLockServiceImpl.java class VFSLockServiceImpl (line 57) | @Service method acquireLock (line 75) | @Override method releaseLock (line 100) | @Override method forceReleaseLock (line 108) | @Override method releaseLock (line 119) | private LockResult releaseLock(final Path path, method retrieveLockInfo (line 147) | @Override method retrieveLockInfos (line 174) | @Override method retrieveLocks (line 203) | private void retrieveLocks(final org.uberfire.java.nio.file.Path path, method updateSession (line 237) | private void updateSession(final LockInfo lockInfo, method updateSession (line 260) | private void updateSession(final LockInfo lockInfo) { method onResourceDeleted (line 265) | @SuppressWarnings("unused") method onResourceRenamed (line 270) | @SuppressWarnings("unused") method maybeDeleteLock (line 275) | private void maybeDeleteLock(final Path path) { FILE: uberfire-backend/uberfire-backend-server/src/main/java/org/uberfire/backend/server/VFSServicesServerImpl.java class VFSServicesServerImpl (line 49) | @Service method VFSServicesServerImpl (line 56) | protected VFSServicesServerImpl() { method VFSServicesServerImpl (line 60) | @Inject method get (line 65) | @Override method newDirectoryStream (line 70) | @Override method newDirectoryStream (line 79) | @Override method createDirectory (line 89) | @Override method createDirectories (line 96) | @Override method createDirectory (line 102) | @Override method createDirectories (line 110) | @Override method readAttributes (line 118) | @Override method setAttributes (line 143) | @Override method delete (line 150) | @Override method deleteIfExists (line 155) | @Override method copy (line 160) | @Override method move (line 167) | @Override method readAllString (line 174) | @Override method write (line 179) | @Override method write (line 186) | @Override method isRegularFile (line 195) | @Override method isRegularFile (line 200) | @Override method isDirectory (line 205) | @Override method isDirectory (line 210) | @Override method newDirectoryStream (line 215) | private DirectoryStream newDirectoryStream(final Iterator conver... FILE: uberfire-backend/uberfire-backend-server/src/main/java/org/uberfire/backend/server/WebAppListener.java class WebAppListener (line 33) | @WebListener method registerOnStartupCommand (line 43) | public synchronized static void registerOnStartupCommand(Command comma... method registerOnDestroyCommand (line 51) | public synchronized static void registerOnDestroyCommand(Command comma... method setRootDir (line 59) | private synchronized static void setRootDir(String rootDir) { method resetRootDir (line 66) | private synchronized static void resetRootDir() { method notifyCallbacks (line 72) | private static void notifyCallbacks(List commandList) { method contextInitialized (line 78) | @Override method contextDestroyed (line 85) | @Override FILE: uberfire-backend/uberfire-backend-server/src/main/java/org/uberfire/backend/server/WebAppSettings.java class WebAppSettings (line 29) | public class WebAppSettings { method WebAppSettings (line 35) | private WebAppSettings() { method get (line 38) | public static WebAppSettings get() { method formatDirectory (line 48) | protected String formatDirectory(String dir) { method getRootDir (line 68) | public String getRootDir() { method setRootDir (line 78) | public void setRootDir(String dir) { method getAbsolutePath (line 90) | public Path getAbsolutePath(String... relativePath) { FILE: uberfire-backend/uberfire-backend-server/src/main/java/org/uberfire/backend/server/WorkbenchServicesImpl.java class WorkbenchServicesImpl (line 45) | @Service method save (line 59) | @Override method save (line 74) | @Override method loadPerspective (line 88) | @Override method loadPerspectives (line 100) | @Override method removePerspectiveState (line 134) | @Override method removePerspectiveStates (line 143) | @Override method loadSplashScreenFilter (line 157) | @Override method loadDefaultEditorsMap (line 170) | @Override method saveDefaultEditors (line 192) | @Override method isWorkbenchOnCluster (line 210) | @Override method getPathToDefaultEditors (line 215) | private Path getPathToDefaultEditors() { FILE: uberfire-backend/uberfire-backend-server/src/main/java/org/uberfire/backend/server/authz/AuthorizationPolicyDeployer.java class AuthorizationPolicyDeployer (line 55) | @Startup method AuthorizationPolicyDeployer (line 65) | public AuthorizationPolicyDeployer() { method AuthorizationPolicyDeployer (line 68) | @Inject method init (line 77) | @PostConstruct method deployPolicy (line 82) | public void deployPolicy() { method getPolicyDir (line 87) | public Path getPolicyDir() { method deployPolicy (line 94) | public void deployPolicy(Path policyDir) { method loadPolicy (line 118) | public AuthorizationPolicy loadPolicy(Path policyDir) { method readPolicyProperties (line 140) | public NonEscapedProperties readPolicyProperties(Path policyDir) throw... method isPolicyFile (line 150) | public boolean isPolicyFile(Path p) { method loadPolicyFile (line 155) | public void loadPolicyFile(NonEscapedProperties properties, FILE: uberfire-backend/uberfire-backend-server/src/main/java/org/uberfire/backend/server/authz/AuthorizationPolicyMarshaller.java class AuthorizationPolicyMarshaller (line 71) | public class AuthorizationPolicyMarshaller { method read (line 89) | public void read(AuthorizationPolicyBuilder builder, method read (line 116) | public void read(AuthorizationPolicyBuilder builder, method read (line 135) | public void read(AuthorizationPolicyBuilder builder, method isReadable (line 152) | private boolean isReadable(Key keyObj, method read (line 163) | private void read(AuthorizationPolicyBuilder builder, method write (line 215) | public void write(AuthorizationPolicy policy, method write (line 246) | public void write(String homePerspectiveId, method write (line 256) | public void write(PermissionCollection permissions, method write (line 266) | public void write(Role role, method write (line 277) | public void write(Role role, method write (line 285) | public void write(Role role, method write (line 296) | public void write(Group group, method write (line 307) | public void write(Group group, method write (line 315) | public void write(Group group, method remove (line 326) | public void remove(Group group, AuthorizationPolicy policy, method remove (line 342) | private void remove(Group group, method remove (line 350) | private void remove(Group group, method parse (line 359) | public Key parse(String key) { type ReadMode (line 402) | public enum ReadMode { class Key (line 420) | public class Key { method Key (line 428) | public Key(String key) { method isDefault (line 432) | public boolean isDefault() { method isRole (line 436) | public boolean isRole() { method isGroup (line 440) | public boolean isGroup() { method getRole (line 444) | public String getRole() { method setRole (line 448) | public void setRole(String role) { method getGroup (line 452) | public String getGroup() { method setGroup (line 456) | public void setGroup(String group) { method getAttributeType (line 460) | public String getAttributeType() { method setAttributeType (line 464) | public void setAttributeType(String attributeType) { method getAttributeId (line 468) | public String getAttributeId() { method setAttributeId (line 472) | public void setAttributeId(String attributeId) { method setType (line 476) | public void setType(String type) { method toString (line 480) | @Override method validate (line 485) | public void validate() throws IllegalStateException { FILE: uberfire-backend/uberfire-backend-server/src/main/java/org/uberfire/backend/server/authz/AuthorizationPolicyVfsStorage.java class AuthorizationPolicyVfsStorage (line 52) | @ApplicationScoped method AuthorizationPolicyVfsStorage (line 64) | public AuthorizationPolicyVfsStorage() { method AuthorizationPolicyVfsStorage (line 67) | @Inject method init (line 76) | @PostConstruct method loadPolicy (line 81) | @Override method savePolicy (line 86) | @Override method initFileSystem (line 101) | public void initFileSystem() { method loadPolicyFromVfs (line 120) | public AuthorizationPolicy loadPolicyFromVfs() { method isPolicyFile (line 157) | public boolean isPolicyFile(Path p) { method deletePolicyByGroup (line 162) | @Override method savePolicyIntoVfs (line 174) | public void savePolicyIntoVfs(NonEscapedProperties entries, method getAuthzPath (line 201) | public Path getAuthzPath() { FILE: uberfire-backend/uberfire-backend-server/src/main/java/org/uberfire/backend/server/authz/AuthorizationServiceImpl.java class AuthorizationServiceImpl (line 30) | @Service method AuthorizationServiceImpl (line 40) | @Inject method loadPolicy (line 47) | @Override method savePolicy (line 52) | @Override method deletePolicyByGroup (line 59) | @Override FILE: uberfire-backend/uberfire-backend-server/src/main/java/org/uberfire/backend/server/authz/NonEscapedProperties.java class NonEscapedProperties (line 32) | public class NonEscapedProperties extends TreeMap { method NonEscapedProperties (line 36) | public NonEscapedProperties() { method NonEscapedProperties (line 39) | public NonEscapedProperties(Comparator comparator) { method load (line 43) | public void load(Reader reader) throws IOException { method load (line 51) | public void load(Path file) throws IOException { method store (line 57) | public void store(Writer writer, method putLine (line 74) | private void putLine(String line) { FILE: uberfire-backend/uberfire-backend-server/src/main/java/org/uberfire/backend/server/fs/FileSystemServiceImpl.java class FileSystemServiceImpl (line 25) | @Service method isGitDefaultFileSystem (line 29) | @Override FILE: uberfire-backend/uberfire-backend-server/src/main/java/org/uberfire/backend/server/io/ConfigIOServiceProducer.java class ConfigIOServiceProducer (line 37) | @ApplicationScoped method getInstance (line 50) | public static ConfigIOServiceProducer getInstance() { method ConfigIOServiceProducer (line 57) | public ConfigIOServiceProducer() { method ConfigIOServiceProducer (line 60) | @Inject method setup (line 67) | @PostConstruct method destroy (line 74) | public void destroy() { method configIOService (line 78) | @Produces method configFileSystem (line 84) | public FileSystem configFileSystem() { FILE: uberfire-backend/uberfire-backend-server/src/main/java/org/uberfire/backend/server/io/DisposableShutdownService.java class DisposableShutdownService (line 36) | public class DisposableShutdownService implements ServletContextListener { method DisposableShutdownService (line 41) | public DisposableShutdownService() { method DisposableShutdownService (line 44) | @Inject method contextInitialized (line 51) | @Override method contextDestroyed (line 55) | @Override method sort (line 78) | void sort(final List disposables) { FILE: uberfire-backend/uberfire-backend-server/src/main/java/org/uberfire/backend/server/io/object/ObjectStorage.java type ObjectStorage (line 26) | public interface ObjectStorage { method init (line 32) | void init(URI rootURI); method exists (line 39) | boolean exists(String path); method read (line 46) | T read(String path); method write (line 54) | void write(String path, method write (line 63) | void write(String path, method delete (line 71) | void delete(String path); method getPath (line 79) | Path getPath(String first, method close (line 82) | void close(); FILE: uberfire-backend/uberfire-backend-server/src/main/java/org/uberfire/backend/server/io/object/ObjectStorageImpl.java class ObjectStorageImpl (line 31) | public class ObjectStorageImpl implements ObjectStorage { method ObjectStorageImpl (line 37) | @Inject method init (line 42) | @Override method exists (line 48) | @Override method read (line 59) | @Override method write (line 74) | @Override method write (line 82) | @Override method delete (line 103) | @Override method getPath (line 108) | @Override method close (line 115) | @Override method initializeMarshaller (line 121) | private void initializeMarshaller() { method initializeFileSystem (line 125) | private void initializeFileSystem(final URI rootURI) { FILE: uberfire-backend/uberfire-backend-server/src/main/java/org/uberfire/backend/server/io/watch/AbstractIOWatchService.java class AbstractIOWatchService (line 51) | public abstract class AbstractIOWatchService implements IOWatchService, method AbstractIOWatchService (line 76) | public AbstractIOWatchService() { method AbstractIOWatchService (line 79) | @Inject method initialize (line 95) | @PostConstruct method start (line 104) | public synchronized void start() { method dispose (line 125) | @PreDestroy method hasWatchService (line 156) | @Override method addWatchService (line 161) | @Override method configureOnEvent (line 220) | public void configureOnEvent(@Observes ApplicationStarted applicationS... method getWatchServiceExecutor (line 224) | protected IOWatchServiceExecutor getWatchServiceExecutor() { FILE: uberfire-backend/uberfire-backend-server/src/main/java/org/uberfire/backend/server/io/watch/AsyncWatchService.java type AsyncWatchService (line 19) | public interface AsyncWatchService { method execute (line 21) | void execute(final IOWatchServiceExecutor wsExecutor); method getDescription (line 23) | String getDescription(); FILE: uberfire-backend/uberfire-backend-server/src/main/java/org/uberfire/backend/server/io/watch/IOWatchServiceExecutor.java type IOWatchServiceExecutor (line 23) | public interface IOWatchServiceExecutor { method execute (line 25) | void execute(final WatchKey watchKey, FILE: uberfire-backend/uberfire-backend-server/src/main/java/org/uberfire/backend/server/io/watch/IOWatchServiceExecutorImpl.java class IOWatchServiceExecutorImpl (line 56) | @Singleton method setEvents (line 77) | public void setEvents(final Event resourceB... method execute (line 89) | @Override method message (line 156) | private String message(final WatchContext context) { method buildEvent (line 163) | private Pair buildEvent(final Class... method buildChange (line 202) | private Pair buildChange(final WatchEvent eve... method toEvent (line 232) | private ResourceEvent toEvent(final Path path, method sessionInfo (line 256) | private SessionInfo sessionInfo(final WatchContext context) { FILE: uberfire-backend/uberfire-backend-server/src/main/java/org/uberfire/backend/server/plugins/PluginService.java class PluginService (line 45) | @Service method PluginService (line 54) | public PluginService() { method PluginService (line 57) | @Inject method getInstance (line 62) | public static PluginService getInstance() { method startUp (line 69) | @PostConstruct method init (line 74) | public void init(final ServletContext servletContext) { method getPlugins (line 84) | String getPlugins(ServletContext servletContext, method getContextRootDir (line 90) | String getContextRootDir(ServletContext servletContext) { FILE: uberfire-backend/uberfire-backend-server/src/main/java/org/uberfire/backend/server/plugins/PluginStartup.java class PluginStartup (line 27) | @WebListener method contextInitialized (line 30) | @Override method contextDestroyed (line 35) | @Override FILE: uberfire-backend/uberfire-backend-server/src/main/java/org/uberfire/backend/server/plugins/PluginUtils.java class PluginUtils (line 23) | public class PluginUtils { method getRealPath (line 25) | public static String getRealPath(final String path) { method getRealPath (line 30) | public static String getRealPath(final ServletContext servletContext, FILE: uberfire-backend/uberfire-backend-server/src/main/java/org/uberfire/backend/server/plugins/RuntimePluginServiceImpl.java class RuntimePluginServiceImpl (line 46) | @Service method listFrameworksContent (line 63) | @Override method listPluginsContent (line 69) | @Override method getTemplateContent (line 75) | @Override method isAJarPluginTemplate (line 102) | private boolean isAJarPluginTemplate(String pluginContent) { method directoryContent (line 106) | private Collection directoryContent(final String directory, method getRuntimePluginTemplateContent (line 130) | @Override method getRuntimePlugins (line 141) | @Override FILE: uberfire-backend/uberfire-backend-server/src/main/java/org/uberfire/backend/server/plugins/engine/PluginJarProcessor.java class PluginJarProcessor (line 56) | @Dependent method PluginJarProcessor (line 67) | @Inject method init (line 79) | public void init(final String pluginsDir, method loadPlugins (line 89) | void loadPlugins() throws IOException { method removeAllPlugins (line 103) | void removeAllPlugins() { method reload (line 111) | public void reload() throws IOException { method loadPlugins (line 124) | public void loadPlugins(Path path, method extractFilesFromPluginsJar (line 143) | List extractFilesFromPluginsJar(String jarFileName) { FILE: uberfire-backend/uberfire-backend-server/src/main/java/org/uberfire/backend/server/plugins/engine/PluginManager.java class PluginManager (line 42) | @Dependent method PluginManager (line 51) | @Inject method shutDown (line 60) | @PreDestroy method init (line 72) | public void init(final String contextRootDir, method findPluginDeploymentDir (line 95) | String findPluginDeploymentDir(String contextRootDir) throws IOExcepti... method encodePath (line 106) | String encodePath(String contextRootDir) { FILE: uberfire-backend/uberfire-backend-server/src/main/java/org/uberfire/backend/server/plugins/engine/PluginWatcher.java class PluginWatcher (line 45) | @Dependent method start (line 61) | void start(final String pluginDir, method startWatchService (line 83) | private void startWatchService(final WatchService watchService) { method stop (line 118) | void stop() { method loadPlugins (line 126) | void loadPlugins(final Path file) { method reloadPlugins (line 139) | void reloadPlugins(final Path file) { method logPluginsWatcherError (line 149) | void logPluginsWatcherError(final String message, FILE: uberfire-backend/uberfire-backend-server/src/main/java/org/uberfire/backend/server/plugins/processors/AbstractRuntimePluginProcessor.java class AbstractRuntimePluginProcessor (line 35) | public abstract class AbstractRuntimePluginProcessor implements RuntimeP... method AbstractRuntimePluginProcessor (line 45) | public AbstractRuntimePluginProcessor() { method AbstractRuntimePluginProcessor (line 49) | public AbstractRuntimePluginProcessor(Event pluginAd... method getAvailableRuntimePlugins (line 55) | @Override method removeAll (line 60) | @Override method isRegistered (line 65) | @Override method shouldProcess (line 70) | @Override method process (line 75) | @Override method loadPlugin (line 94) | private void loadPlugin(String pluginName, method getPluginContent (line 110) | String getPluginContent(String pluginName, method getType (line 116) | abstract PluginProcessorType getType(); FILE: uberfire-backend/uberfire-backend-server/src/main/java/org/uberfire/backend/server/plugins/processors/GWTScriptPluginProcessor.java class GWTScriptPluginProcessor (line 33) | @ApplicationScoped method GWTScriptPluginProcessor (line 42) | public GWTScriptPluginProcessor() { method GWTScriptPluginProcessor (line 45) | @Inject method shutDown (line 54) | @PreDestroy method add (line 59) | private void add(String pluginName, method removeAll (line 66) | @Override method isRegistered (line 72) | @Override method shouldProcess (line 77) | @Override method process (line 82) | @Override method resolveScriptUrl (line 105) | String resolveScriptUrl(String pluginName, FILE: uberfire-backend/uberfire-backend-server/src/main/java/org/uberfire/backend/server/plugins/processors/HTMLPluginProcessor.java class HTMLPluginProcessor (line 27) | @ApplicationScoped method HTMLPluginProcessor (line 30) | public HTMLPluginProcessor() { method HTMLPluginProcessor (line 33) | @Inject method getType (line 40) | @Override method lookupForTemplate (line 45) | public Optional lookupForTemplate(String templateName) { FILE: uberfire-backend/uberfire-backend-server/src/main/java/org/uberfire/backend/server/plugins/processors/PerspectiveLayoutPluginProcessor.java class PerspectiveLayoutPluginProcessor (line 25) | @ApplicationScoped method PerspectiveLayoutPluginProcessor (line 28) | public PerspectiveLayoutPluginProcessor() { method PerspectiveLayoutPluginProcessor (line 31) | @Inject method getType (line 38) | @Override FILE: uberfire-backend/uberfire-backend-server/src/main/java/org/uberfire/backend/server/plugins/processors/UFJSPluginProcessor.java class UFJSPluginProcessor (line 25) | @ApplicationScoped method UFJSPluginProcessor (line 28) | public UFJSPluginProcessor() { method UFJSPluginProcessor (line 31) | @Inject method shouldProcess (line 38) | @Override method getType (line 44) | @Override FILE: uberfire-backend/uberfire-backend-server/src/main/java/org/uberfire/backend/server/security/ElytronAuthenticationService.java class ElytronAuthenticationService (line 30) | @ApplicationScoped method ElytronAuthenticationService (line 39) | @Inject method login (line 44) | @Override method isLoggedIn (line 60) | @Override method logout (line 65) | @Override method getUser (line 70) | @Override FILE: uberfire-backend/uberfire-backend-server/src/main/java/org/uberfire/backend/server/security/FileSystemResourceAdaptor.java class FileSystemResourceAdaptor (line 24) | public class FileSystemResourceAdaptor implements RuntimeContentResource { method FileSystemResourceAdaptor (line 31) | public FileSystemResourceAdaptor(final FileSystemMetadata fsFileSystem... method getIdentifier (line 40) | @Override method getFileSystemMetadata (line 45) | FileSystemMetadata getFileSystemMetadata() { method getResourceType (line 49) | @Override FILE: uberfire-backend/uberfire-backend-server/src/main/java/org/uberfire/backend/server/security/IOServiceSecuritySetup.java class IOServiceSecuritySetup (line 44) | @ApplicationScoped method setup (line 79) | @PostConstruct method loadClazz (line 131) | private T loadClazz(final String clazzName, FILE: uberfire-backend/uberfire-backend-server/src/main/java/org/uberfire/backend/server/security/JAASAuthenticationService.java class JAASAuthenticationService (line 50) | @ApplicationScoped method JAASAuthenticationService (line 63) | public JAASAuthenticationService(String domain) { method login (line 68) | @Override method executeLogin (line 102) | private User executeLogin(final String username, method logout (line 119) | @Override method getUser (line 124) | @Override method isLoggedIn (line 133) | @Override method createLoginContext (line 138) | LoginContext createLoginContext(String username, class UsernamePasswordCallbackHandler (line 145) | class UsernamePasswordCallbackHandler implements CallbackHandler { method UsernamePasswordCallbackHandler (line 150) | public UsernamePasswordCallbackHandler(final String username, method handle (line 156) | @Override FILE: uberfire-backend/uberfire-backend-server/src/main/java/org/uberfire/backend/server/security/RoleLoader.java class RoleLoader (line 41) | @Startup(StartupType.BOOTSTRAP) method init (line 47) | @PostConstruct method registerRolesFromwWebXml (line 52) | public void registerRolesFromwWebXml() { method loadRolesFromwWebXml (line 68) | protected Set loadRolesFromwWebXml() throws Exception { FILE: uberfire-backend/uberfire-backend-server/src/main/java/org/uberfire/backend/server/security/RoleRegistry.java class RoleRegistry (line 30) | public class RoleRegistry { method RoleRegistry (line 35) | private RoleRegistry() { method get (line 41) | public static RoleRegistry get() { method registerRole (line 51) | public void registerRole(String role) { method getRegisteredRole (line 58) | public Role getRegisteredRole(String name) { method getRegisteredRoles (line 71) | public Set getRegisteredRoles() { method clear (line 78) | public void clear() { FILE: uberfire-backend/uberfire-backend-server/src/main/java/org/uberfire/backend/server/security/adapter/GroupAdapterAuthorizationSource.java class GroupAdapterAuthorizationSource (line 45) | public class GroupAdapterAuthorizationSource { method GroupAdapterAuthorizationSource (line 54) | public GroupAdapterAuthorizationSource() { method loadGroupAdapters (line 58) | private static synchronized List loadGroupAdapters() { method loadEntitiesFromSubjectAndAdapters (line 71) | protected List loadEntitiesFromSubjectAndAdapters(String usern... method collectEntitiesFromAdapters (line 89) | protected List collectEntitiesFromAdapters(String username, method collectEntitiesFromSubject (line 116) | protected List collectEntitiesFromSubject(String username, method getRoles (line 153) | protected List getRoles(List principals) { method getGroups (line 182) | protected List getGroups(List principals, String user) { method filterValidPrincipals (line 207) | private List filterValidPrincipals(List principals) { method getSimpleName (line 218) | private String getSimpleName(String name) { FILE: uberfire-backend/uberfire-backend-server/src/main/java/org/uberfire/backend/server/security/adapter/JettyGroupsAdapter.java class JettyGroupsAdapter (line 36) | @ApplicationScoped method JettyGroupsAdapter (line 44) | public JettyGroupsAdapter() { method getGroups (line 77) | @Override FILE: uberfire-backend/uberfire-backend-server/src/main/java/org/uberfire/backend/server/security/adapter/WebSphereGroupsAdapter.java class WebSphereGroupsAdapter (line 33) | @ApplicationScoped method WebSphereGroupsAdapter (line 39) | public WebSphereGroupsAdapter() { method getGroups (line 47) | @Override FILE: uberfire-backend/uberfire-backend-server/src/main/java/org/uberfire/backend/server/security/adapter/WeblogicGroupsAdapter.java class WeblogicGroupsAdapter (line 32) | @ApplicationScoped method WeblogicGroupsAdapter (line 38) | public WeblogicGroupsAdapter() { method getGroups (line 46) | @Override FILE: uberfire-backend/uberfire-backend-server/src/main/java/org/uberfire/backend/server/security/elytron/DefaultElytronIdentityHelper.java class DefaultElytronIdentityHelper (line 41) | @Alternative method DefaultElytronIdentityHelper (line 46) | @Inject method getIdentity (line 50) | @Override method login (line 67) | protected Iterator login(final String userName, final Evidence... FILE: uberfire-backend/uberfire-backend-server/src/main/java/org/uberfire/backend/server/security/elytron/ElytronIdentityHelper.java type ElytronIdentityHelper (line 25) | public interface ElytronIdentityHelper { method getIdentity (line 33) | User getIdentity(String userName, String password); FILE: uberfire-backend/uberfire-backend-server/src/main/java/org/uberfire/backend/server/security/elytron/ElytronIdentityHelperProducer.java class ElytronIdentityHelperProducer (line 26) | @ApplicationScoped method ElytronIdentityHelperProducer (line 29) | @Inject method getDefaultElytronIdentityHelper (line 33) | @Produces FILE: uberfire-backend/uberfire-backend-server/src/main/java/org/uberfire/backend/server/servlet/ReleaseUserLocksServlet.java class ReleaseUserLocksServlet (line 34) | @WebServlet(name = "ReleaseUserLocksServlet", urlPatterns = "/releaseUse... method doGet (line 42) | @Override FILE: uberfire-backend/uberfire-backend-server/src/main/java/org/uberfire/backend/server/spaces/SpacesAPIImpl.java class SpacesAPIImpl (line 29) | @ApplicationScoped method getSpace (line 36) | @Override method resolveSpace (line 45) | @Override method trimName (line 55) | private String trimName(final String name) { method resolveFileSystemURI (line 64) | public URI resolveFileSystemURI(Scheme scheme, FILE: uberfire-backend/uberfire-backend-server/src/main/java/org/uberfire/backend/server/util/Filter.java type Filter (line 19) | public interface Filter { method doFilter (line 21) | boolean doFilter(final T t); FILE: uberfire-backend/uberfire-backend-server/src/main/java/org/uberfire/backend/server/util/Guava14Workaround.java class Guava14Workaround (line 32) | @ApplicationScoped method dummyServices (line 35) | @Produces FILE: uberfire-backend/uberfire-backend-server/src/main/java/org/uberfire/backend/server/util/Paths.java class Paths (line 32) | public final class Paths { method convert (line 36) | public static Path convert(final org.uberfire.java.nio.file.Path path) { method convert (line 58) | public static org.uberfire.java.nio.file.Path convert(final Path path) { method convert (line 66) | public static FileSystem convert(final org.uberfire.java.nio.file.File... method readLockedBy (line 81) | public static String readLockedBy(final Path path) { method isLock (line 90) | public static boolean isLock(final Path path) { method removePrefix (line 101) | public static String removePrefix(final Path wholePath, method normalizePath (line 125) | public static org.uberfire.java.nio.file.Path normalizePath(final org.... method normalizePath (line 134) | public static Path normalizePath(final Path path) { FILE: uberfire-backend/uberfire-backend-server/src/main/java/org/uberfire/backend/server/util/TextUtil.java class TextUtil (line 23) | public class TextUtil { method normalizeRepositoryName (line 44) | public static String normalizeRepositoryName(String input) { method normalizeUserName (line 62) | public static String normalizeUserName(String input) { FILE: uberfire-backend/uberfire-backend-server/src/main/java/org/uberfire/backend/server/util/gzip/GzipFilter.java class GzipFilter (line 32) | public class GzipFilter implements Filter { method init (line 38) | public void init(final FilterConfig filterConfig) { method doFilter (line 42) | public void doFilter(final ServletRequest req, method compressAndContinue (line 59) | void compressAndContinue(final ServletRequest req, method getAction (line 68) | Action getAction(final ServletRequest req) { method destroy (line 87) | public void destroy() { type Action (line 91) | enum Action { FILE: uberfire-backend/uberfire-backend-server/src/main/java/org/uberfire/backend/server/util/gzip/GzipHttpServletResponseWrapper.java class GzipHttpServletResponseWrapper (line 28) | class GzipHttpServletResponseWrapper extends HttpServletResponseWrapper { method GzipHttpServletResponseWrapper (line 34) | GzipHttpServletResponseWrapper(final HttpServletResponse response) { method flushBuffer (line 41) | @Override method getOutputStream (line 46) | @Override method getWriter (line 59) | @Override method setContentLength (line 74) | @Override method createOutputStream (line 79) | private ServletOutputStream createOutputStream() throws IOException { method close (line 83) | void close() { FILE: uberfire-backend/uberfire-backend-server/src/main/java/org/uberfire/backend/server/util/gzip/GzipResponseServletOutputStream.java class GzipResponseServletOutputStream (line 27) | class GzipResponseServletOutputStream extends ServletOutputStream { method GzipResponseServletOutputStream (line 38) | GzipResponseServletOutputStream(final HttpServletResponse response) th... method close (line 47) | @Override method flush (line 65) | @Override method write (line 74) | @Override method write (line 83) | @Override method write (line 88) | @Override method isReady (line 97) | @Override method setWriteListener (line 102) | @Override FILE: uberfire-backend/uberfire-backend-server/src/test/java/org/uberfire/backend/server/IOWatchServiceNonDotImplTest.java class IOWatchServiceNonDotImplTest (line 26) | @RunWith(MockitoJUnitRunner.class) method shouldFilterTest (line 29) | @Test FILE: uberfire-backend/uberfire-backend-server/src/test/java/org/uberfire/backend/server/LockCleanupSessionListenerTest.java class LockCleanupSessionListenerTest (line 36) | @RunWith(MockitoJUnitRunner.class) method throwExceptionWhenIOProducerNotInitialized (line 48) | @Test method initWithoutInjection (line 57) | @Test method releaseLockAssociatedWithSession (line 78) | @Test FILE: uberfire-backend/uberfire-backend-server/src/test/java/org/uberfire/backend/server/VFSLockServiceTest.java class VFSLockServiceTest (line 49) | @RunWith(MockitoJUnitRunner.class) method setup (line 73) | @Before method acquireLockSucceedsIfFileUnlocked (line 83) | @Test method acquireLockSucceedsIfLockOwned (line 96) | @Test method acquireLockFailsIfFileLocked (line 110) | @Test method acquireLockUpdatesSession (line 124) | @Test method acquireLockUsesBatch (line 133) | @Test method releaseLockSucceedsIfLockOwned (line 150) | @Test method releaseLockFailsIfLockNotOwned (line 164) | @Test method forceReleaseLockSucceedsIfLockNotOwned (line 177) | @Test method releaseLockFailsIfFileUnlocked (line 191) | @Test method releaseLockUpdatesSession (line 204) | @Test method releaseLockUsesBatch (line 216) | @Test method retrieveLockInfoForLockedFile (line 236) | @Test method retrieveLockInfoForUnlockedFile (line 247) | @Test method retrieveLockInfoNoSuchFileException (line 256) | @Test method setupRpcContext (line 266) | private void setupRpcContext() { FILE: uberfire-backend/uberfire-backend-server/src/test/java/org/uberfire/backend/server/VFSServicesServerImplTest.java class VFSServicesServerImplTest (line 48) | @RunWith(MockitoJUnitRunner.class) method setup (line 69) | @Before method testGet (line 82) | @Test method testNewDirectoryStream (line 88) | @Test method testNewDirectoryStreamFiltered (line 98) | @Test method testCreateDirectory (line 118) | @Test method testCreateDirectoryWithAttributes (line 124) | @Test method testCreateDirectories (line 135) | @Test method testCreateDirectoriesWithAttributes (line 141) | @Test method testSetAttributes (line 152) | @Test method testDelete (line 163) | @Test method testDeleteIfExists (line 169) | @Test method testCopy (line 175) | @Test method testMove (line 184) | @Test method testReadAllString (line 193) | @Test method testWrite (line 199) | @Test method testWriteWithAttributes (line 209) | @Test method close (line 224) | @Override method iterator (line 228) | @Override FILE: uberfire-backend/uberfire-backend-server/src/test/java/org/uberfire/backend/server/WebAppSettingsTest.java class WebAppSettingsTest (line 26) | public class WebAppSettingsTest { method testLastSlashIgnored (line 30) | @Test method testRelativeDir (line 43) | @Test method testEmptyDir (line 54) | @Test FILE: uberfire-backend/uberfire-backend-server/src/test/java/org/uberfire/backend/server/authz/AuthorizationServiceTest.java class AuthorizationServiceTest (line 47) | @RunWith(MockitoJUnitRunner.class) method setUp (line 67) | @Before method testPolicyLoad (line 75) | @Test method testPolicySave (line 80) | @Test method testPolicyDelete (line 95) | @Test method getPolicyFromPath (line 112) | private Path getPolicyFromPath(String path) throws Exception { FILE: uberfire-backend/uberfire-backend-server/src/test/java/org/uberfire/backend/server/authz/AuthzPolicyDeployerTest.java class AuthzPolicyDeployerTest (line 68) | @RunWith(MockitoJUnitRunner.class) method setUp (line 92) | @Before method testPolicyDir (line 108) | @Test method testInvalidPolicy (line 117) | @Test method testPolicyLoad (line 124) | @Test method testPolicyLoad2 (line 129) | @Test method testPolicyDelete (line 134) | @Test method testPolicyDelete (line 139) | public void testPolicyDelete(String path) throws Exception { method testPolicyLoad (line 171) | public void testPolicyLoad(String path) throws Exception { method testNothingToDeploy (line 259) | @Test method testAlreadyDeployed (line 268) | @Test FILE: uberfire-backend/uberfire-backend-server/src/test/java/org/uberfire/backend/server/authz/AuthzPolicyMarshallerTest.java class AuthzPolicyMarshallerTest (line 55) | public class AuthzPolicyMarshallerTest { method setUp (line 61) | @Before method createUserMock (line 68) | protected User createUserMock(String... roles) { method testDefaultHomeEntry (line 76) | @Test method testDefaultPermissionEntry (line 84) | @Test method testOverwriteDefault (line 94) | @Test method testDefaultPermissionsNotOverwrite (line 126) | @Test method testHomeEntry (line 145) | @Test method testGroupEntry (line 156) | @Test method testPriorityEntry (line 168) | @Test method testPermissionEntry (line 179) | @Test method testSpecialCharsAllowed (line 191) | @Test method testRoleMissing (line 203) | @Test method testTypeMissing (line 210) | @Test method testIncompleteEntry (line 217) | @Test method testReadDefaultEntries (line 224) | @Test method testPolicyRead (line 265) | @Test method testPolicyWrite (line 346) | @Test method testPolicyRemove (line 397) | @Test FILE: uberfire-backend/uberfire-backend-server/src/test/java/org/uberfire/backend/server/io/JGitFileSystemLazyCacheTest.java class JGitFileSystemLazyCacheTest (line 32) | public class JGitFileSystemLazyCacheTest { method setup (line 40) | @Before method cleanupFileSystem (line 47) | @After method basicCache (line 53) | @Test method regenerateFSCache (line 77) | @Test method branchingTest (line 135) | @Test FILE: uberfire-backend/uberfire-backend-server/src/test/java/org/uberfire/backend/server/io/object/ObjectStorageTest.java class ObjectStorageTest (line 39) | public class ObjectStorageTest { method setup (line 54) | @Before method cleanupFileSystem (line 64) | @After method testForAFileDoesNotExist (line 69) | @Test method testWriteFileAndCheckThatExists (line 77) | @Test method testWriteAndRead (line 86) | @Test method testWriteAndReadList (line 97) | @Test method testWithDoubleSlashPath (line 111) | @Test method testWriteTwoTimes (line 123) | @Test method testWriteAndDelete (line 136) | @Test method mockSessionInfo (line 146) | private SessionInfo mockSessionInfo() { method mockFileSystem (line 150) | private FileSystem mockFileSystem() { method mockIoService (line 154) | private IOService mockIoService(final FileSystem fileSystem) { FILE: uberfire-backend/uberfire-backend-server/src/test/java/org/uberfire/backend/server/io/watch/AbstractIOWatchServiceTest.java class AbstractIOWatchServiceTest (line 42) | @RunWith(MockitoJUnitRunner.class) method testAddWatchServiceException (line 45) | @Test FILE: uberfire-backend/uberfire-backend-server/src/test/java/org/uberfire/backend/server/io/watch/IOWatchServiceExecutorImplTest.java class IOWatchServiceExecutorImplTest (line 60) | @RunWith(MockitoJUnitRunner.class) method setUp (line 111) | @Before method testSingleEventModify (line 121) | @Test method testSingleEventDelete (line 131) | @Test method testSingleEventCreate (line 141) | @Test method testSingleEventRename (line 151) | @Test method testMultipleEvents (line 161) | @SuppressWarnings("unchecked") method verifyResourceChange (line 263) | private void verifyResourceChange(ResourceBatchChangesEvent resourceBa... method testSingleEvent (line 279) | @SuppressWarnings("unchecked") method mockWatchEvent (line 326) | @SuppressWarnings("unchecked") method verifyResourceUpdatedEvent (line 361) | private void verifyResourceUpdatedEvent(String file, method verifyResourceDeletedEvent (line 378) | private void verifyResourceDeletedEvent(String file, method verifyResourceAddedEvent (line 395) | private void verifyResourceAddedEvent(String file, method verifyResourceRenamedEvent (line 412) | private void verifyResourceRenamedEvent(String file, FILE: uberfire-backend/uberfire-backend-server/src/test/java/org/uberfire/backend/server/plugins/PluginServiceTest.java class PluginServiceTest (line 29) | @RunWith(MockitoJUnitRunner.class) method initTest (line 37) | @Test method initTestNullDirs (line 48) | @Test method createPluginsService (line 60) | private PluginService createPluginsService(final String validPath) { FILE: uberfire-backend/uberfire-backend-server/src/test/java/org/uberfire/backend/server/plugins/engine/AbstractPluginsTest.java class AbstractPluginsTest (line 25) | public abstract class AbstractPluginsTest { method setup (line 31) | @Before FILE: uberfire-backend/uberfire-backend-server/src/test/java/org/uberfire/backend/server/plugins/engine/PluginJarProcessorTest.java class PluginJarProcessorTest (line 38) | @RunWith(MockitoJUnitRunner.class) method setup (line 53) | @Before method initLoadsDeployedPlugins (line 70) | @Test method reloadClearsPluginRegistry (line 77) | @Test method reloadFiresPluginsReloadedEvent (line 87) | @Test method loadPlugins (line 96) | @Test FILE: uberfire-backend/uberfire-backend-server/src/test/java/org/uberfire/backend/server/plugins/engine/PluginManagerTest.java class PluginManagerTest (line 31) | @RunWith(MockitoJUnitRunner.class) method initPluginLoader (line 43) | @Test method initStartsWatcher (line 52) | @Test method shutdownStopsWatcher (line 62) | @Test method findPluginDeploymentDir (line 69) | @Test FILE: uberfire-backend/uberfire-backend-server/src/test/java/org/uberfire/backend/server/plugins/engine/PluginWatcherTest.java class PluginWatcherTest (line 33) | @RunWith(MockitoJUnitRunner.class) method tearDown (line 51) | @After method startSubmitsWatcherThread (line 56) | @Test method startDoesNotSubmitWatcherThreadIfPluginDirDoesNotExist (line 65) | @Test method startOnlyOnce (line 74) | @Test method stopEndsWatcherThread (line 86) | @Test method loadPluginLogsError (line 98) | @Test method reloadPluginsLogsError (line 124) | @Test FILE: uberfire-backend/uberfire-backend-server/src/test/java/org/uberfire/backend/server/plugins/processors/GWTScriptPluginProcessorTest.java class GWTScriptPluginProcessorTest (line 21) | @RunWith(MockitoJUnitRunner.class) method setup (line 32) | @Before method processTest (line 40) | @Test method shutDownShouldRemoveScripts (line 61) | @Test method removeAllShouldClearPluginsAndScriptRegistry (line 68) | @Test method shouldProcessTest (line 80) | @Test FILE: uberfire-backend/uberfire-backend-server/src/test/java/org/uberfire/backend/server/plugins/processors/HTMLPluginProcessorTest.java class HTMLPluginProcessorTest (line 18) | @RunWith(MockitoJUnitRunner.class) method setup (line 29) | public void setup() { method processTest (line 40) | @Test method shouldProcessTest (line 61) | @Test FILE: uberfire-backend/uberfire-backend-server/src/test/java/org/uberfire/backend/server/plugins/processors/UFJSPluginProcessorTest.java class UFJSPluginProcessorTest (line 16) | @RunWith(MockitoJUnitRunner.class) method setup (line 27) | public void setup() { method shouldProcessTest (line 38) | @Test FILE: uberfire-backend/uberfire-backend-server/src/test/java/org/uberfire/backend/server/security/ElytronAuthenticationServiceTest.java class ElytronAuthenticationServiceTest (line 32) | public class ElytronAuthenticationServiceTest { method setup (line 37) | @Before method testNoLogin (line 44) | @Test method testGetAnonymous (line 50) | @Test method testLogin (line 55) | @Test method testLoginFailure (line 77) | @Test(expected = FailedAuthenticationException.class) FILE: uberfire-backend/uberfire-backend-server/src/test/java/org/uberfire/backend/server/security/FileSystemResourceAdaptorTest.java class FileSystemResourceAdaptorTest (line 31) | public class FileSystemResourceAdaptorTest { method testFileSystemToCheckProxyIssuesWithExtraInterfaces (line 33) | @Test FILE: uberfire-backend/uberfire-backend-server/src/test/java/org/uberfire/backend/server/security/IOServiceSecuritySetupTest.java class IOServiceSecuritySetupTest (line 49) | @RunWith(MockitoJUnitRunner.class) method setup (line 60) | @Before method teardown (line 77) | @After method testSystemPropertyAuthConfig (line 82) | @Test method testCustomAuthenticatorBean (line 114) | @Test method testCustomAuthorizerBean (line 132) | @Test method testNonRepositoryAuthorization (line 160) | @Test FILE: uberfire-backend/uberfire-backend-server/src/test/java/org/uberfire/backend/server/security/JAASAuthenticationServiceTest.java class JAASAuthenticationServiceTest (line 50) | @RunWith(PowerMockRunner.class) method setup (line 57) | @Before method testNoLogin (line 66) | @Test method testGetAnnonymous (line 72) | @Test method testLogin (line 77) | @Test method testLoginSwitchesClassloaderForJsm (line 107) | @Test method testLoginNoPrincipal (line 140) | @Test method testLoginSubjectGroups (line 162) | @Test method testLoginSubjectGroupsWithRegexRoleMapper (line 205) | @Test method testLoggedIn (line 266) | @Test method testGetUser (line 285) | @Test method mockPrincipals (line 306) | private Set mockPrincipals( String... names ) { method mockGroups (line 316) | private List mockGroups( St... FILE: uberfire-backend/uberfire-backend-server/src/test/java/org/uberfire/backend/server/security/MockAuthenticationService.java class MockAuthenticationService (line 23) | public class MockAuthenticationService implements AuthenticationService { method login (line 27) | @Override method isLoggedIn (line 33) | @Override method logout (line 38) | @Override method getUser (line 42) | @Override FILE: uberfire-backend/uberfire-backend-server/src/test/java/org/uberfire/backend/server/security/MockSecuredFilesystemProvider.java class MockSecuredFilesystemProvider (line 73) | public class MockSecuredFilesystemProvider implements SecuredFileSystemP... method MockSecuredFilesystemProvider (line 85) | public MockSecuredFilesystemProvider() { method forceAsDefault (line 89) | @Override method isDefault (line 94) | @Override method getScheme (line 99) | @Override method newFileSystem (line 104) | @Override method getFileSystem (line 110) | @Override method getPath (line 115) | @Override method newFileSystem (line 120) | @Override method newInputStream (line 126) | @Override method newOutputStream (line 132) | @Override method newFileChannel (line 138) | @Override method newAsynchronousFileChannel (line 145) | @Override method newByteChannel (line 153) | @Override method newDirectoryStream (line 160) | @Override method createDirectory (line 166) | @Override method createSymbolicLink (line 172) | @Override method createLink (line 179) | @Override method delete (line 185) | @Override method deleteIfExists (line 191) | @Override method readSymbolicLink (line 198) | @Override method copy (line 203) | @Override method move (line 210) | @Override method isSameFile (line 217) | @Override method isHidden (line 223) | @Override method getFileStore (line 228) | @Override method checkAccess (line 233) | @Override method getFileAttributeView (line 239) | @Override method readAttributes (line 246) | @Override method readAttributes (line 253) | @Override method setAttribute (line 260) | @Override method setJAASAuthenticator (line 268) | @Override method setHTTPAuthenticator (line 273) | @Override method setAuthorizer (line 278) | @Override method setSSHAuthenticator (line 283) | @Override class MockPath (line 288) | private class MockPath extends AbstractPath { method MockPath (line 290) | public MockPath() { method toFile (line 295) | @Override method register (line 300) | @Override method register (line 307) | @Override method newPath (line 313) | @Override method newRoot (line 322) | @Override method setupRoot (line 330) | @Override method defaultDirectory (line 341) | @Override class MockFileSystem (line 347) | private class MockFileSystem implements FileSystem { method close (line 349) | @Override method dispose (line 353) | @Override method provider (line 357) | @Override method isOpen (line 362) | @Override method isReadOnly (line 367) | @Override method getSeparator (line 372) | @Override method getRootDirectories (line 377) | @Override method getFileStores (line 382) | @Override method supportedFileAttributeViews (line 387) | @Override method getPath (line 392) | @Override method getPathMatcher (line 398) | @Override method getUserPrincipalLookupService (line 403) | @Override method newWatchService (line 408) | @Override method getName (line 413) | @Override FILE: uberfire-backend/uberfire-backend-server/src/test/java/org/uberfire/backend/server/security/RoleLoaderTest.java class RoleLoaderTest (line 29) | public class RoleLoaderTest { method setUp (line 31) | @Before method testLoad (line 41) | @Test FILE: uberfire-backend/uberfire-backend-server/src/test/java/org/uberfire/backend/server/security/adapter/GroupAdapterAuthorizationSourceTest.java class GroupAdapterAuthorizationSourceTest (line 28) | public class GroupAdapterAuthorizationSourceTest { method testConcurrency (line 32) | @Test FILE: uberfire-backend/uberfire-backend-server/src/test/java/org/uberfire/backend/server/security/elytron/DefaultElytronIdentityHelperTest.java class DefaultElytronIdentityHelperTest (line 41) | @RunWith(MockitoJUnitRunner.class) method init (line 50) | @Before method after (line 60) | @After method testSuccessfulLogin (line 65) | @Test method testSuccessfulLoginNoRoles (line 78) | @Test method testUnSuccessfulLogin (line 86) | @Test(expected = FailedAuthenticationException.class) FILE: uberfire-backend/uberfire-backend-server/src/test/java/org/uberfire/backend/server/security/elytron/ElytronIdentityHelperProducerTest.java class ElytronIdentityHelperProducerTest (line 29) | @RunWith(MockitoJUnitRunner.class) method init (line 37) | @Before method testProduce (line 42) | @Test FILE: uberfire-backend/uberfire-backend-server/src/test/java/org/uberfire/backend/server/servlet/ReleaseUserLocksServletTest.java class ReleaseUserLocksServletTest (line 43) | @RunWith(MockitoJUnitRunner.class) method releaseUserLocksWhenInvalidSessionTest (line 52) | @Test method releaseUserLocksWhenNoLockAttributeTest (line 65) | @Test method releaseUserLocksSuccessTest (line 80) | @Test FILE: uberfire-backend/uberfire-backend-server/src/test/java/org/uberfire/backend/server/spaces/SpacesAPIImplTest.java class SpacesAPIImplTest (line 28) | public class SpacesAPIImplTest { method setup (line 32) | @Before method resolveFileSystemURITest (line 37) | @Test method resolveSpaceNameTest (line 46) | @Test method resolveSpaceNameWhenBranchNameHasSlashesTest (line 54) | @Test FILE: uberfire-backend/uberfire-backend-server/src/test/java/org/uberfire/backend/server/util/PathsTest.java class PathsTest (line 26) | public class PathsTest { method getFilePathFromProjectRoot (line 28) | @Test method getFilePath (line 41) | @Test method pathsAreEqual (line 53) | @Test method pathIsShorterThanPrefix (line 63) | @Test(expected = IllegalArgumentException.class) method prefixDoesNotMatch (line 74) | @Test(expected = IllegalArgumentException.class) method getPath (line 85) | private Path getPath(final String uri, FILE: uberfire-backend/uberfire-backend-server/src/test/java/org/uberfire/backend/server/util/TestPaths.java class TestPaths (line 23) | public class TestPaths { method test (line 25) | @Test FILE: uberfire-backend/uberfire-backend-server/src/test/java/org/uberfire/backend/server/util/gzip/GzipFilterTest.java class GzipFilterTest (line 31) | public class GzipFilterTest { method before (line 33) | @Before method doFilter_compress (line 38) | @Test method doFilter_doNotCompress (line 50) | @Test method doFilter_doNotAcceptGzip (line 62) | @Test method doFilter_halt (line 74) | @Test method getAction_notHttpServletRequest (line 86) | @Test method getAction_disableGzipCompressionViaSystemProperty (line 92) | @Test method getAction_doNotAcceptEncodingGzip (line 103) | @Test method getAction_acceptEncodingGzip (line 114) | @Test FILE: uberfire-backend/uberfire-backend-server/src/test/java/org/uberfire/util/TextUtilTest.java class TextUtilTest (line 26) | public class TextUtilTest extends TestCase { method setUp (line 35) | @Override method testNormalizeUserName (line 59) | public void testNormalizeUserName() { method testNormalizeRepositoryName (line 110) | public void testNormalizeRepositoryName() { FILE: uberfire-client-api/src/main/java/org/uberfire/client/annotations/WorkbenchEditor.java type LockingStrategy (line 113) | enum LockingStrategy { FILE: uberfire-client-api/src/main/java/org/uberfire/client/annotations/WorkbenchPopup.java type WorkbenchPopupSize (line 56) | enum WorkbenchPopupSize { FILE: uberfire-client-api/src/main/java/org/uberfire/client/callbacks/Callback.java type Callback (line 21) | public interface Callback { method callback (line 23) | void callback(T result); FILE: uberfire-client-api/src/main/java/org/uberfire/client/mvp/HasPresenter.java type HasPresenter (line 29) | public interface HasPresenter { method init (line 31) | void init(T presenter); FILE: uberfire-client-api/src/main/java/org/uberfire/client/mvp/LockRequiredEvent.java class LockRequiredEvent (line 22) | public class LockRequiredEvent { FILE: uberfire-client-api/src/main/java/org/uberfire/client/mvp/LockTarget.java class LockTarget (line 30) | @JsType method LockTarget (line 39) | @JsIgnore method getPath (line 64) | public Path getPath() { method getWidget (line 68) | @JsIgnore method getPlace (line 73) | public PlaceRequest getPlace() { method getTitle (line 77) | public String getTitle() { method getReloadRunnable (line 81) | @JsIgnore type TitleProvider (line 86) | @JsType method getTitle (line 89) | String getTitle(); FILE: uberfire-client-api/src/main/java/org/uberfire/client/mvp/RenameInProgressEvent.java class RenameInProgressEvent (line 24) | public class RenameInProgressEvent { method RenameInProgressEvent (line 28) | public RenameInProgressEvent(final Path path) { method getPath (line 32) | public Path getPath() { FILE: uberfire-client-api/src/main/java/org/uberfire/client/mvp/SaveInProgressEvent.java class SaveInProgressEvent (line 24) | public class SaveInProgressEvent { method SaveInProgressEvent (line 28) | public SaveInProgressEvent(Path path) { method getPath (line 32) | public Path getPath() { FILE: uberfire-client-api/src/main/java/org/uberfire/client/mvp/UberElement.java type UberElement (line 32) | @Deprecated FILE: uberfire-client-api/src/main/java/org/uberfire/client/mvp/UberElemental.java type UberElemental (line 30) | public interface UberElemental extends IsElement, HasPresenter { FILE: uberfire-client-api/src/main/java/org/uberfire/client/mvp/UberView.java type UberView (line 31) | public interface UberView extends IsWidget, HasPresenter { FILE: uberfire-client-api/src/main/java/org/uberfire/client/mvp/UpdatedLockStatusEvent.java class UpdatedLockStatusEvent (line 24) | public class UpdatedLockStatusEvent { method UpdatedLockStatusEvent (line 30) | public UpdatedLockStatusEvent(final Path file, method getFile (line 38) | public Path getFile() { method isLocked (line 42) | public boolean isLocked() { method isLockedByCurrentUser (line 46) | public boolean isLockedByCurrentUser() { FILE: uberfire-client-api/src/main/java/org/uberfire/client/promise/PromisePolyfillBootstrapper.java class PromisePolyfillBootstrapper (line 21) | class PromisePolyfillBootstrapper { method ensurePromiseApiIsAvailable (line 23) | static void ensurePromiseApiIsAvailable() { method isPromiseApiAvailable (line 35) | private static native boolean isPromiseApiAvailable() /*-{ FILE: uberfire-client-api/src/main/java/org/uberfire/client/promise/PromisePolyfillClientBundle.java type PromisePolyfillClientBundle (line 23) | public interface PromisePolyfillClientBundle extends ClientBundle { method promisePolyfill (line 27) | @Source("org/uberfire/client/views/static/bluebird/bluebird.min.js") FILE: uberfire-client-api/src/main/java/org/uberfire/client/promise/Promises.java class Promises (line 39) | @Dependent method init (line 42) | @PostConstruct method all (line 53) | @SafeVarargs method all (line 61) | public Promise all(final List objects, final Function Promise reduce(final Promise identity, method reduceLazily (line 79) | public Promise reduceLazily(final List objects, method reduceLazilyChaining (line 95) | public Promise reduceLazilyChaining(final List objects, method promisify (line 118) | public Promise promisify(final Caller caller, method promisify (line 130) | public Promise promisify(final Caller caller, method defaultRpcErrorCallback (line 138) | private ErrorCallback defaultRpcErrorCallback(final Promise.Pro... method catchOrExecute (line 150) | @SuppressWarnings("unchecked") method handleCatchBlockExceptions (line 177) | private Promise handleCatchBlockExceptions(final Object rejecte... method resolve (line 187) | public Promise resolve() { method resolve (line 191) | public Promise resolve(final T object) { method reject (line 195) | public Promise reject(final Object object) { method create (line 199) | public Promise create(final Promise.PromiseExecutorCallbackFn { method Error (line 209) | private Error(final T o, final Throwable throwable) { method getObject (line 214) | private T getObject() { method getThrowable (line 218) | private Throwable getThrowable() { FILE: uberfire-client-api/src/main/java/org/uberfire/client/resources/UberfireResources.java type UberfireResources (line 22) | public interface UberfireResources method images (line 28) | UberfireImageResources images(); FILE: uberfire-client-api/src/main/java/org/uberfire/client/resources/i18n/UberfireConstants.java type UberfireConstants (line 25) | public interface UberfireConstants extends Messages { method anyResourceTypeDescription (line 29) | public String anyResourceTypeDescription(); method dotResourceTypeDescription (line 31) | public String dotResourceTypeDescription(); FILE: uberfire-client-api/src/main/java/org/uberfire/client/resources/images/UberfireImageResources.java type UberfireImageResources (line 22) | public interface UberfireImageResources method typeGenericFile (line 26) | @Source("BPM_FileIcons_genericfile.png") FILE: uberfire-client-api/src/main/java/org/uberfire/client/util/Clipboard.java class Clipboard (line 24) | @Dependent method copy (line 27) | public boolean copy(final HTMLInputElement element) { method copy (line 32) | public boolean copy(final HTMLTextAreaElement element) { method copy (line 37) | public native boolean copy() /*-{ FILE: uberfire-client-api/src/main/java/org/uberfire/client/util/Cookie.java class Cookie (line 23) | @Dependent method get (line 26) | public String get() { method get (line 30) | public String get(final String name) { method set (line 39) | public void set(final String name, method set (line 44) | public void set(final String name, method clear (line 50) | public void clear(final String name) { FILE: uberfire-client-api/src/main/java/org/uberfire/client/workbench/events/ChangeTitleWidgetEvent.java class ChangeTitleWidgetEvent (line 24) | public class ChangeTitleWidgetEvent { method ChangeTitleWidgetEvent (line 30) | public ChangeTitleWidgetEvent(final PlaceRequest place, method ChangeTitleWidgetEvent (line 37) | public ChangeTitleWidgetEvent(final PlaceRequest place, method getPlaceRequest (line 45) | public PlaceRequest getPlaceRequest() { method getTitle (line 49) | public String getTitle() { method getTitleDecoration (line 53) | public IsWidget getTitleDecoration() { FILE: uberfire-client-api/src/main/java/org/uberfire/client/workbench/events/NewSplashScreenActiveEvent.java class NewSplashScreenActiveEvent (line 24) | public class NewSplashScreenActiveEvent { FILE: uberfire-client-api/src/main/java/org/uberfire/client/workbench/ouia/OuiaAttribute.java type OuiaAttribute (line 22) | public interface OuiaAttribute { method getName (line 27) | String getName(); method getValue (line 32) | String getValue(); FILE: uberfire-client-api/src/main/java/org/uberfire/client/workbench/ouia/OuiaComponent.java type OuiaComponent (line 25) | public interface OuiaComponent { method initOuiaComponentAttributes (line 30) | default void initOuiaComponentAttributes() { method ouiaComponentType (line 39) | OuiaComponentTypeAttribute ouiaComponentType(); method ouiaComponentId (line 45) | OuiaComponentIdAttribute ouiaComponentId(); method ouiaAttributeRenderer (line 51) | Consumer ouiaAttributeRenderer(); FILE: uberfire-client-api/src/main/java/org/uberfire/client/workbench/ouia/OuiaComponentIdAttribute.java class OuiaComponentIdAttribute (line 25) | public class OuiaComponentIdAttribute implements OuiaAttribute { method OuiaComponentIdAttribute (line 31) | public OuiaComponentIdAttribute(final String value) { method getName (line 35) | @Override method getValue (line 40) | @Override method equals (line 45) | @Override method hashCode (line 57) | @Override FILE: uberfire-client-api/src/main/java/org/uberfire/client/workbench/ouia/OuiaComponentTypeAttribute.java class OuiaComponentTypeAttribute (line 25) | public class OuiaComponentTypeAttribute implements OuiaAttribute { method OuiaComponentTypeAttribute (line 31) | public OuiaComponentTypeAttribute(final String value) { method getName (line 35) | @Override method getValue (line 40) | @Override method equals (line 45) | @Override method hashCode (line 57) | @Override FILE: uberfire-client-api/src/main/java/org/uberfire/client/workbench/type/AnyResourceType.java class AnyResourceType (line 30) | @ApplicationScoped method AnyResourceType (line 37) | public AnyResourceType() { method AnyResourceType (line 40) | @Inject method getIcon (line 45) | @Override method getDescription (line 50) | @Override FILE: uberfire-client-api/src/main/java/org/uberfire/client/workbench/type/ClientResourceType.java type ClientResourceType (line 27) | @JsType method getIcon (line 34) | @JsIgnore FILE: uberfire-client-api/src/main/java/org/uberfire/client/workbench/type/ClientTypeRegistry.java type ClientTypeRegistry (line 23) | public interface ClientTypeRegistry { method getRegisteredTypes (line 25) | Collection getRegisteredTypes(); method isEnabled (line 27) | boolean isEnabled(ClientResourceType resourceType); method resolve (line 29) | ClientResourceType resolve(final Path path); method resolveWildcardPattern (line 31) | String resolveWildcardPattern(final String shortName); FILE: uberfire-client-api/src/main/java/org/uberfire/client/workbench/type/DotResourceType.java class DotResourceType (line 28) | @ApplicationScoped method DotResourceType (line 33) | public DotResourceType() { method DotResourceType (line 36) | @Inject method getIcon (line 41) | @Override method getDescription (line 46) | @Override FILE: uberfire-client-api/src/main/java/org/uberfire/client/workbench/type/impl/ClientTypeRegistryImpl.java class ClientTypeRegistryImpl (line 36) | @ApplicationScoped method ClientTypeRegistryImpl (line 42) | @Inject method init (line 47) | @PostConstruct method getRegisteredTypes (line 71) | @Override method isEnabled (line 76) | @Override method resolve (line 81) | @Override method resolveWildcardPattern (line 91) | @Override FILE: uberfire-client-api/src/test/java/org/uberfire/client/util/CookieTest.java class CookieTest (line 26) | public class CookieTest { method setup (line 30) | @Before method emptyCookie (line 35) | @Test method inexistentSingleCookie (line 42) | @Test method singleCookie (line 49) | @Test method inexistentMultipleCookies (line 56) | @Test method firstMultipleCookies (line 63) | @Test method middleMultipleCookies (line 70) | @Test method lastMultipleCookies (line 77) | @Test FILE: uberfire-client-api/src/test/java/org/uberfire/client/workbench/ouia/OuiaComponentIdAttributeTest.java class OuiaComponentIdAttributeTest (line 24) | public class OuiaComponentIdAttributeTest { method testGetName (line 26) | @Test method testGetValue (line 31) | @Test method testEquality (line 36) | @Test FILE: uberfire-client-api/src/test/java/org/uberfire/client/workbench/ouia/OuiaComponentTypeAttributeTest.java class OuiaComponentTypeAttributeTest (line 24) | public class OuiaComponentTypeAttributeTest { method testGetName (line 26) | @Test method testGetValue (line 31) | @Test method testEquality (line 36) | @Test FILE: uberfire-commons/src/main/java/org/uberfire/commons/async/DescriptiveRunnable.java type DescriptiveRunnable (line 19) | public interface DescriptiveRunnable extends Runnable { method getDescription (line 21) | String getDescription(); FILE: uberfire-commons/src/main/java/org/uberfire/commons/async/DescriptiveThreadFactory.java class DescriptiveThreadFactory (line 21) | public class DescriptiveThreadFactory implements ThreadFactory { method newThread (line 23) | @Override FILE: uberfire-commons/src/main/java/org/uberfire/commons/cluster/ClusterJMSService.java class ClusterJMSService (line 40) | public class ClusterJMSService implements ClusterService { method ClusterJMSService (line 48) | public ClusterJMSService() { method connect (line 52) | @Override method thereIsNoCredentials (line 85) | private boolean thereIsNoCredentials(String jmsUserName, String jmsPas... method createJNDIConnectionFactory (line 89) | ConnectionFactory createJNDIConnectionFactory(final InitialContext con... method createRemoteConnectionFactory (line 93) | ConnectionFactory createRemoteConnectionFactory(final String jmsURL, method loadParameters (line 101) | private ClusterParameters loadParameters() { method createConsumer (line 105) | @Override method broadcast (line 147) | @Override method createDestination (line 178) | protected Destination createDestination(DestinationType type, method createConsumerSession (line 187) | protected Session createConsumerSession() { method isAppFormerClustered (line 198) | @Override class JMSExceptionListener (line 203) | public static class JMSExceptionListener implements ExceptionListener { method onException (line 205) | @Override method close (line 211) | @Override FILE: uberfire-commons/src/main/java/org/uberfire/commons/cluster/ClusterParameters.java class ClusterParameters (line 23) | public class ClusterParameters { method ClusterParameters (line 46) | public ClusterParameters() { method isAppFormerClustered (line 72) | public boolean isAppFormerClustered() { method getConnectionMode (line 76) | public ConnectionMode getConnectionMode() { method getProviderUrl (line 80) | public String getProviderUrl() { method getInitialContextFactory (line 84) | public Properties getInitialContextFactory() { method getJmsConnectionFactoryJndiName (line 88) | public String getJmsConnectionFactoryJndiName() { method getJmsUserName (line 92) | public String getJmsUserName() { method getJmsPassword (line 96) | public String getJmsPassword() { method getJmsThrottle (line 100) | public long getJmsThrottle() { FILE: uberfire-commons/src/main/java/org/uberfire/commons/cluster/ClusterService.java type ClusterService (line 6) | public interface ClusterService { method connect (line 8) | void connect(); method createConsumer (line 10) | void createConsumer(DestinationType type, method broadcast (line 16) | void broadcast(DestinationType type, method isAppFormerClustered (line 20) | boolean isAppFormerClustered(); method close (line 22) | void close(); type DestinationType (line 24) | enum DestinationType { FILE: uberfire-commons/src/main/java/org/uberfire/commons/cluster/ConnectionMode.java type ConnectionMode (line 20) | public enum ConnectionMode { FILE: uberfire-commons/src/main/java/org/uberfire/commons/cluster/events/ClusterEventObserver.java class ClusterEventObserver (line 35) | @Startup method ClusterEventObserver (line 48) | public ClusterEventObserver() { method ClusterEventObserver (line 52) | @Inject method shutdown (line 66) | @PreDestroy method getClusterService (line 73) | ClusterService getClusterService() { method consumeMessage (line 77) | void consumeMessage(Event eventBus, method fromJSON (line 89) | Object fromJSON(ClusterSerializedCDIMessageWrapper message) { method observeAllEvents (line 93) | public void observeAllEvents(@Observes(notifyObserver = Reception.IF_E... method broadcast (line 101) | public void broadcast(Object event) { method toJSON (line 115) | String toJSON(Object event) { method shouldObserveThisEvent (line 119) | boolean shouldObserveThisEvent(Object event, method createdOnThisClass (line 124) | private boolean createdOnThisClass(EventMetadata metaData) { method getNodeId (line 132) | String getNodeId() { FILE: uberfire-commons/src/main/java/org/uberfire/commons/cluster/events/ClusterSerializedCDIMessageWrapper.java class ClusterSerializedCDIMessageWrapper (line 19) | public class ClusterSerializedCDIMessageWrapper implements Serializable { method ClusterSerializedCDIMessageWrapper (line 25) | public ClusterSerializedCDIMessageWrapper() { method ClusterSerializedCDIMessageWrapper (line 29) | public ClusterSerializedCDIMessageWrapper(String nodeId, method getFqcn (line 38) | public String getFqcn() { method getNodeId (line 42) | public String getNodeId() { method getJson (line 46) | public String getJson() { FILE: uberfire-commons/src/main/java/org/uberfire/commons/concurrent/ExecutorServiceProducer.java class ExecutorServiceProducer (line 34) | public class ExecutorServiceProducer { method ExecutorServiceProducer (line 50) | public ExecutorServiceProducer() { method buildFixedThreadPoolExecutorService (line 58) | protected ExecutorService buildFixedThreadPoolExecutorService(String k... method buildFixedThreadPoolExecutorService (line 62) | protected ExecutorService buildFixedThreadPoolExecutorService(String k... method toInteger (line 79) | private Integer toInteger(String stringProperty) { method produceExecutorService (line 91) | @Produces method produceUnmanagedExecutorService (line 98) | @Produces method produceIndexingExecutorService (line 105) | @Produces method produceFsWatchExecutorService (line 112) | @Produces method produceRestAPiExecutorService (line 119) | @Produces method getManagedExecutorService (line 126) | protected ExecutorService getManagedExecutorService() { method getUnmanagedExecutorService (line 130) | protected ExecutorService getUnmanagedExecutorService() { method getIndexingExecutorService (line 134) | protected ExecutorService getIndexingExecutorService() { method getFsWatchExecutorService (line 138) | protected ExecutorService getFsWatchExecutorService() { method getRestApiExecutorService (line 142) | protected ExecutorService getRestApiExecutorService() { FILE: uberfire-commons/src/main/java/org/uberfire/commons/config/ConfigProperties.java class ConfigProperties (line 31) | public class ConfigProperties { method ConfigProperties (line 41) | public ConfigProperties(Map configuredValues) { method ConfigProperties (line 53) | public ConfigProperties(Properties configuredValues) { method get (line 70) | public ConfigProperty get(String name, method getConfigurationSummary (line 96) | public String getConfigurationSummary(String heading) { class ConfigProperty (line 105) | public static class ConfigProperty { method ConfigProperty (line 111) | ConfigProperty(String name, method getName (line 122) | public String getName() { method getValue (line 133) | public String getValue() { method isDefault (line 143) | public boolean isDefault() { method getBooleanValue (line 151) | public boolean getBooleanValue() { method getIntValue (line 161) | public int getIntValue() { method toString (line 165) | @Override FILE: uberfire-commons/src/main/java/org/uberfire/commons/data/Cacheable.java type Cacheable (line 19) | public interface Cacheable { method requiresRefresh (line 26) | boolean requiresRefresh(); method markAsCached (line 31) | void markAsCached(); FILE: uberfire-commons/src/main/java/org/uberfire/commons/data/Pair.java class Pair (line 24) | public class Pair { method Pair (line 41) | public Pair( method Pair (line 54) | public Pair( method newPair (line 71) | public static Pair newPair(final K1 k1, method newPair (line 86) | public static Pair newPair(final K1 k1, method equals (line 94) | @Override method getK1 (line 122) | public K1 getK1() { method getK2 (line 129) | public K2 getK2() { method hashCode (line 133) | @Override method toString (line 145) | @Override type PairEqualsMode (line 153) | public static enum PairEqualsMode { FILE: uberfire-commons/src/main/java/org/uberfire/commons/data/Triple.java class Triple (line 19) | public class Triple { method Triple (line 41) | public Triple( method newTriple (line 58) | public static Triple newTriple(final K1 k1, method getK1 (line 69) | public K1 getK1() { method getK2 (line 76) | public K2 getK2() { method getK3 (line 83) | public K3 getK3() { method equals (line 87) | @Override method hashCode (line 111) | @Override method toString (line 119) | @Override FILE: uberfire-commons/src/main/java/org/uberfire/commons/lifecycle/Disposable.java type Disposable (line 22) | public interface Disposable { method dispose (line 24) | void dispose(); FILE: uberfire-commons/src/main/java/org/uberfire/commons/lifecycle/PriorityDisposable.java type PriorityDisposable (line 29) | public interface PriorityDisposable extends Disposable { method priority (line 31) | int priority(); FILE: uberfire-commons/src/main/java/org/uberfire/commons/lifecycle/PriorityDisposableRegistry.java class PriorityDisposableRegistry (line 25) | public final class PriorityDisposableRegistry { method PriorityDisposableRegistry (line 30) | private PriorityDisposableRegistry() { method register (line 33) | public static void register(final PriorityDisposable priorityDisposabl... method register (line 37) | public static void register(final String refName, method clear (line 43) | public static void clear() { method getDisposables (line 48) | public static Collection getDisposables() { method getRegistry (line 52) | static Map getRegistry() { method unregister (line 56) | public static void unregister(final String refName) { method get (line 60) | public static Object get(final String refName) { FILE: uberfire-commons/src/main/java/org/uberfire/commons/lock/LockExecuteReleaseTemplate.java class LockExecuteReleaseTemplate (line 21) | public class LockExecuteReleaseTemplate { method execute (line 23) | public V execute(final LockService lock, FILE: uberfire-commons/src/main/java/org/uberfire/commons/lock/LockService.java type LockService (line 19) | public interface LockService { method lock (line 21) | void lock(); method unlock (line 23) | void unlock(); FILE: uberfire-commons/src/main/java/org/uberfire/commons/message/AsyncCallback.java type AsyncCallback (line 21) | public interface AsyncCallback { method onTimeOut (line 23) | void onTimeOut(); method onReply (line 25) | void onReply(final MessageType type, FILE: uberfire-commons/src/main/java/org/uberfire/commons/message/MessageHandler.java type MessageHandler (line 23) | public interface MessageHandler { method handleMessage (line 25) | Pair> handleMessage(final MessageType... FILE: uberfire-commons/src/main/java/org/uberfire/commons/message/MessageHandlerResolver.java type MessageHandlerResolver (line 19) | public interface MessageHandlerResolver { method getServiceId (line 21) | String getServiceId(); method resolveHandler (line 23) | public MessageHandler resolveHandler(final String serviceId, FILE: uberfire-commons/src/main/java/org/uberfire/commons/message/MessageService.java type MessageService (line 21) | public interface MessageService { method broadcastAndWait (line 23) | void broadcastAndWait(final String serviceId, method broadcastAndWait (line 28) | void broadcastAndWait(final String serviceId, method broadcast (line 34) | void broadcast(final String serviceId, method broadcast (line 38) | void broadcast(final String serviceId, method sendTo (line 44) | void sendTo(final String resourceId, FILE: uberfire-commons/src/main/java/org/uberfire/commons/message/MessageType.java type MessageType (line 19) | public interface MessageType { FILE: uberfire-commons/src/main/java/org/uberfire/commons/regex/util/AntPathMatcher.java class AntPathMatcher (line 29) | public class AntPathMatcher { method tokenizeToStringArray (line 53) | public static String[] tokenizeToStringArray(String str, method setPathSeparator (line 74) | public void setPathSeparator(final String pathSeparator) { method isPattern (line 78) | public boolean isPattern(final String path) { method match (line 82) | public boolean match(final String pattern, method matchStart (line 89) | public boolean matchStart(final String pattern, method doMatch (line 106) | protected boolean doMatch(String pattern, method matchStrings (line 248) | private boolean matchStrings(String pattern, method extractPathWithinPattern (line 412) | public String extractPathWithinPattern(String pattern, FILE: uberfire-commons/src/main/java/org/uberfire/commons/regex/util/GlobToRegEx.java class GlobToRegEx (line 27) | public final class GlobToRegEx { method GlobToRegEx (line 29) | private GlobToRegEx() { method globToRegex (line 33) | public static String globToRegex(final String glob) { method __isRegExMetaCharacter (line 102) | private static boolean __isRegExMetaCharacter(char ch) { method __isGlobMetaCharacter (line 106) | private static boolean __isGlobMetaCharacter(char ch) { FILE: uberfire-commons/src/main/java/org/uberfire/commons/services/cdi/ApplicationStarted.java class ApplicationStarted (line 19) | public class ApplicationStarted { FILE: uberfire-commons/src/main/java/org/uberfire/commons/services/cdi/Startable.java type Startable (line 22) | public interface Startable { method start (line 27) | void start(); FILE: uberfire-commons/src/main/java/org/uberfire/commons/services/cdi/StartupType.java type StartupType (line 25) | public enum StartupType { FILE: uberfire-commons/src/main/java/org/uberfire/commons/uuid/UUID.java class UUID (line 28) | public class UUID { method uuid (line 37) | public static String uuid(int len) { method uuid (line 53) | public static String uuid(int len, method uuid (line 70) | public static String uuid() { FILE: uberfire-commons/src/test/java/org/uberfire/commons/cluster/BaseClusterJMSServiceTest.java class BaseClusterJMSServiceTest (line 34) | public abstract class BaseClusterJMSServiceTest { method setup (line 42) | @Before method getClusterService (line 56) | abstract ClusterService getClusterService(final ConnectionFactory fact... method tearDown (line 58) | @After method connectTestEmptyUserNameAndPassword (line 68) | @Test method connectTest (line 76) | @Test method sessionConsumersCreatedShouldBeClosed (line 90) | @Test FILE: uberfire-commons/src/test/java/org/uberfire/commons/cluster/ClusterJMSJNDIServiceTest.java class ClusterJMSJNDIServiceTest (line 33) | @RunWith(MockitoJUnitRunner.class) method getClusterService (line 36) | @Override class MyContextFactory (line 46) | public static class MyContextFactory implements InitialContextFactory { method getInitialContext (line 48) | @Override FILE: uberfire-commons/src/test/java/org/uberfire/commons/cluster/ClusterJMSRemoteServiceTest.java class ClusterJMSRemoteServiceTest (line 23) | @RunWith(MockitoJUnitRunner.class) method getClusterService (line 26) | @Override FILE: uberfire-commons/src/test/java/org/uberfire/commons/cluster/ClusterJMSServiceTest.java class ClusterJMSServiceTest (line 42) | @RunWith(MockitoJUnitRunner.class) method setUp (line 57) | @Before method noConnectionModeShouldThrowException (line 64) | @Test(expected = RuntimeException.class) method testSessionAlreadyCreated (line 69) | @Test method testDoNotSaveSession (line 84) | @Test FILE: uberfire-commons/src/test/java/org/uberfire/commons/cluster/events/ClusterEventObserverTest.java class ClusterEventObserverTest (line 39) | @RunWith(MockitoJUnitRunner.class) method setup (line 45) | @Before method consumeTestOtherSenderNode (line 54) | @Test method consumeTestMyMessages (line 63) | @Test method shouldBroadCastMessagesOnlyOnCluster (line 73) | @Test method shouldBroadCastMessages (line 85) | @Test method shouldObserveThisEventTest (line 96) | @Test class EventTest (line 122) | @Portable method setupMock (line 128) | private ClusterEventObserver setupMock() { class EventSourceMock (line 148) | public class EventSourceMock implements Event { method fire (line 150) | @Override method fireAsync (line 155) | @Override method fireAsync (line 160) | @Override method select (line 166) | @Override method select (line 171) | @Override method select (line 177) | @Override FILE: uberfire-commons/src/test/java/org/uberfire/commons/concurrent/ExecutorServiceProducerTest.java class ExecutorServiceProducerTest (line 10) | public class ExecutorServiceProducerTest { method setUp (line 12) | @Before method testSystemPropertySet (line 17) | @Test method testSystemPropertyNotSet (line 27) | @Test FILE: uberfire-commons/src/test/java/org/uberfire/commons/lifecycle/PriorityDisposableRegistryTest.java class PriorityDisposableRegistryTest (line 24) | public class PriorityDisposableRegistryTest { method testGeneralDisposableState (line 26) | @Test method testGeneralRegistryState (line 48) | @Test FILE: uberfire-commons/src/test/java/org/uberfire/commons/regex/util/GlobToRegExTest.java class GlobToRegExTest (line 26) | public class GlobToRegExTest { method simpleTest (line 28) | @Test method simpleNull (line 48) | @Test(expected = IllegalArgumentException.class) FILE: uberfire-commons/src/test/java/org/uberfire/commons/uuid/UUIDTest.java class UUIDTest (line 28) | public class UUIDTest { method hasFiveGroups (line 30) | @Test method generateWithGivenLength (line 39) | @Test method tooLongRadix (line 53) | @Test(expected = IllegalArgumentException.class) method generateWithGivenLengthAndRadix (line 60) | @Test method assertOnlyContainsCharacters (line 69) | private void assertOnlyContainsCharacters(final String uuid, FILE: uberfire-experimental/uberfire-experimental-api/src/main/java/org/uberfire/experimental/definition/annotations/ExperimentalFeature.java type Scope (line 63) | enum Scope { FILE: uberfire-experimental/uberfire-experimental-api/src/main/java/org/uberfire/experimental/service/ExperimentalFeaturesRegistryService.java type ExperimentalFeaturesRegistryService (line 24) | public interface ExperimentalFeaturesRegistryService { method getFeaturesRegistry (line 30) | ExperimentalFeaturesRegistry getFeaturesRegistry(); method isFeatureEnabled (line 37) | boolean isFeatureEnabled(String featureId); method isExperimentalEnabled (line 43) | Boolean isExperimentalEnabled(); FILE: uberfire-experimental/uberfire-experimental-api/src/main/java/org/uberfire/experimental/service/auth/ExperimentalActivitiesAuthorizationManager.java type ExperimentalActivitiesAuthorizationManager (line 26) | public interface ExperimentalActivitiesAuthorizationManager { method init (line 31) | void init(); method authorizeActivity (line 38) | boolean authorizeActivity(Object activity); method authorizeActivityClass (line 45) | boolean authorizeActivityClass(Class activityClass); method authorizeActivityId (line 52) | boolean authorizeActivityId(String activityId); method securePart (line 59) | void securePart(PartDefinition part, PanelDefinition panel); FILE: uberfire-experimental/uberfire-experimental-api/src/main/java/org/uberfire/experimental/service/backend/BackendExperimentalFeatureDefRegistry.java type BackendExperimentalFeatureDefRegistry (line 25) | @Remote method loadFeatureDefinitions (line 28) | Collection loadFeatureDefinitions(Colle... FILE: uberfire-experimental/uberfire-experimental-api/src/main/java/org/uberfire/experimental/service/backend/BackendExperimentalFeaturesRegistryService.java type BackendExperimentalFeaturesRegistryService (line 24) | @Remote method getExperimentalFeaturesSession (line 31) | ExperimentalFeaturesSession getExperimentalFeaturesSession(); FILE: uberfire-experimental/uberfire-experimental-api/src/main/java/org/uberfire/experimental/service/backend/ExperimentalFeaturesSession.java type ExperimentalFeaturesSession (line 24) | public interface ExperimentalFeaturesSession { method getFeaturesRegistry (line 30) | ExperimentalFeaturesRegistry getFeaturesRegistry(); method isExperimentalFeaturesEnabled (line 36) | boolean isExperimentalFeaturesEnabled(); FILE: uberfire-experimental/uberfire-experimental-api/src/main/java/org/uberfire/experimental/service/backend/impl/ExperimentalFeaturesSessionImpl.java class ExperimentalFeaturesSessionImpl (line 24) | @Portable method ExperimentalFeaturesSessionImpl (line 30) | public ExperimentalFeaturesSessionImpl() { method ExperimentalFeaturesSessionImpl (line 33) | public ExperimentalFeaturesSessionImpl(@MapsTo("experimentalFeaturesEn... method getFeaturesRegistry (line 38) | @Override method setRegistry (line 43) | public void setRegistry(ExperimentalFeaturesRegistryImpl registry) { method setExperimentalFeaturesEnabled (line 47) | public void setExperimentalFeaturesEnabled(boolean experimentalFeature... method isExperimentalFeaturesEnabled (line 51) | @Override FILE: uberfire-experimental/uberfire-experimental-api/src/main/java/org/uberfire/experimental/service/definition/ExperimentalFeatureDefRegistry.java type ExperimentalFeatureDefRegistry (line 24) | public interface ExperimentalFeatureDefRegistry { method getFeatureById (line 31) | ExperimentalFeatureDefinition getFeatureById(String definitionId); method getAllFeatures (line 37) | Collection getAllFeatures(); method getGlobalFeatures (line 43) | Collection getGlobalFeatures(); method getUserFeatures (line 49) | Collection getUserFeatures(); FILE: uberfire-experimental/uberfire-experimental-api/src/main/java/org/uberfire/experimental/service/definition/ExperimentalFeatureDefinition.java class ExperimentalFeatureDefinition (line 25) | @Portable method ExperimentalFeatureDefinition (line 34) | public ExperimentalFeatureDefinition(@MapsTo("id") String id, @MapsTo(... method getId (line 46) | public String getId() { method isGlobal (line 50) | public boolean isGlobal() { method getGroup (line 54) | public String getGroup() { method getNameKey (line 62) | public String getNameKey() { method getDescriptionKey (line 70) | public String getDescriptionKey() { method setId (line 74) | public void setId(String id) { method setGlobal (line 78) | public void setGlobal(boolean global) { method setGroup (line 82) | public void setGroup(String group) { method setNameKey (line 86) | public void setNameKey(String nameKey) { method setDescriptionKey (line 90) | public void setDescriptionKey(String descriptionKey) { FILE: uberfire-experimental/uberfire-experimental-api/src/main/java/org/uberfire/experimental/service/definition/ExperimentalFeatureDefinitionProvider.java type ExperimentalFeatureDefinitionProvider (line 19) | public interface ExperimentalFeatureDefinitionProvider { method getDefinition (line 21) | ExperimentalFeatureDefinition getDefinition(); FILE: uberfire-experimental/uberfire-experimental-api/src/main/java/org/uberfire/experimental/service/definition/impl/ExperimentalFeatureDefRegistryImpl.java class ExperimentalFeatureDefRegistryImpl (line 29) | public class ExperimentalFeatureDefRegistryImpl implements ExperimentalF... method register (line 33) | public void register(ExperimentalFeatureDefinitionProvider definitionP... method register (line 37) | public void register(ExperimentalFeatureDefinition featureDefinition) { method getFeatureById (line 41) | @Override method getAllFeatures (line 46) | @Override method getGlobalFeatures (line 51) | public Collection getGlobalFeatures() { method getUserFeatures (line 55) | public Collection getUserFeatures() { FILE: uberfire-experimental/uberfire-experimental-api/src/main/java/org/uberfire/experimental/service/editor/EditableExperimentalFeature.java class EditableExperimentalFeature (line 23) | @Portable method EditableExperimentalFeature (line 29) | public EditableExperimentalFeature(@MapsTo("featureId") String feature... method EditableExperimentalFeature (line 34) | public EditableExperimentalFeature(ExperimentalFeature feature) { method getFeatureId (line 39) | public String getFeatureId() { method isEnabled (line 43) | public boolean isEnabled() { method setEnabled (line 47) | public void setEnabled(boolean enabled) { FILE: uberfire-experimental/uberfire-experimental-api/src/main/java/org/uberfire/experimental/service/editor/FeaturesEditorService.java type FeaturesEditorService (line 21) | @Remote method save (line 24) | void save(EditableExperimentalFeature editableFeature); FILE: uberfire-experimental/uberfire-experimental-api/src/main/java/org/uberfire/experimental/service/events/ExperimentalFeatureModifiedEvent.java class ExperimentalFeatureModifiedEvent (line 21) | public abstract class ExperimentalFeatureModifiedEvent { method ExperimentalFeatureModifiedEvent (line 25) | public ExperimentalFeatureModifiedEvent(ExperimentalFeature feature) { method getFeature (line 29) | public ExperimentalFeature getFeature() { FILE: uberfire-experimental/uberfire-experimental-api/src/main/java/org/uberfire/experimental/service/events/NonPortableExperimentalFeatureModifiedEvent.java class NonPortableExperimentalFeatureModifiedEvent (line 21) | public class NonPortableExperimentalFeatureModifiedEvent extends Experim... method NonPortableExperimentalFeatureModifiedEvent (line 23) | public NonPortableExperimentalFeatureModifiedEvent(ExperimentalFeature... FILE: uberfire-experimental/uberfire-experimental-api/src/main/java/org/uberfire/experimental/service/events/PortableExperimentalFeatureModifiedEvent.java class PortableExperimentalFeatureModifiedEvent (line 23) | @Portable method PortableExperimentalFeatureModifiedEvent (line 26) | public PortableExperimentalFeatureModifiedEvent(@MapsTo("feature") Exp... FILE: uberfire-experimental/uberfire-experimental-api/src/main/java/org/uberfire/experimental/service/registry/ExperimentalFeature.java type ExperimentalFeature (line 22) | public interface ExperimentalFeature { method getFeatureId (line 28) | String getFeatureId(); method isEnabled (line 34) | boolean isEnabled(); FILE: uberfire-experimental/uberfire-experimental-api/src/main/java/org/uberfire/experimental/service/registry/ExperimentalFeaturesRegistry.java type ExperimentalFeaturesRegistry (line 25) | public interface ExperimentalFeaturesRegistry { method isFeatureEnabled (line 32) | boolean isFeatureEnabled(String featureId); method getFeature (line 40) | Optional getFeature(String featureId); method getAllFeatures (line 46) | Collection getAllFeatures(); FILE: uberfire-experimental/uberfire-experimental-api/src/main/java/org/uberfire/experimental/service/registry/impl/ExperimentalFeatureImpl.java class ExperimentalFeatureImpl (line 23) | @Portable method ExperimentalFeatureImpl (line 29) | public ExperimentalFeatureImpl() { method ExperimentalFeatureImpl (line 32) | public ExperimentalFeatureImpl(@MapsTo("featureId") String featureId, ... method getFeatureId (line 37) | @Override method setFeatureId (line 42) | public void setFeatureId(String featureId) { method isEnabled (line 46) | @Override method setEnabled (line 51) | public void setEnabled(boolean enabled) { method equals (line 55) | @Override method hashCode (line 72) | @Override FILE: uberfire-experimental/uberfire-experimental-api/src/main/java/org/uberfire/experimental/service/registry/impl/ExperimentalFeaturesRegistryImpl.java class ExperimentalFeaturesRegistryImpl (line 29) | @Portable method ExperimentalFeaturesRegistryImpl (line 34) | public ExperimentalFeaturesRegistryImpl(@MapsTo("features") List getFeatures(); method store (line 27) | void store(ExperimentalFeatureImpl experimentalFeature); FILE: uberfire-experimental/uberfire-experimental-backend/src/main/java/org/uberfire/experimental/service/storage/impl/ExperimentalFeaturesStorageImpl.java class ExperimentalFeaturesStorageImpl (line 47) | @Named("global") method ExperimentalFeaturesStorageImpl (line 61) | @Inject method init (line 70) | @PostConstruct method readSettings (line 84) | private void readSettings() { method checkVersion (line 98) | private void checkVersion() { method saveSettings (line 110) | private void saveSettings() { method getFeatures (line 124) | @Override method store (line 133) | @Override method initializeFileSystem (line 139) | protected void initializeFileSystem() { FILE: uberfire-experimental/uberfire-experimental-backend/src/main/java/org/uberfire/experimental/service/storage/migration/StorageMigration.java type StorageMigration (line 21) | public interface StorageMigration { method getTargetVersion (line 23) | int getTargetVersion(); method migrate (line 25) | void migrate(FileSystem fileSystem); FILE: uberfire-experimental/uberfire-experimental-backend/src/main/java/org/uberfire/experimental/service/storage/migration/StorageMigrationService.java type StorageMigrationService (line 21) | public interface StorageMigrationService { method migrate (line 23) | void migrate(Integer targetVersion, FileSystem fileSystem); FILE: uberfire-experimental/uberfire-experimental-backend/src/main/java/org/uberfire/experimental/service/storage/migration/impl/StorageMigrationServiceImpl.java class StorageMigrationServiceImpl (line 30) | @Dependent method StorageMigrationServiceImpl (line 35) | @Inject method migrate (line 42) | @Override FILE: uberfire-experimental/uberfire-experimental-backend/src/main/java/org/uberfire/experimental/service/storage/migration/impl/migrations/V2StorageMigration.java class V2StorageMigration (line 33) | @Dependent method V2StorageMigration (line 38) | @Inject method getTargetVersion (line 43) | @Override method migrate (line 48) | @Override FILE: uberfire-experimental/uberfire-experimental-backend/src/main/java/org/uberfire/experimental/service/storage/scoped/ExperimentalStorageScope.java type ExperimentalStorageScope (line 21) | public enum ExperimentalStorageScope { method getScope (line 24) | public static ExperimentalStorageScope getScope(ExperimentalFeatureDef... FILE: uberfire-experimental/uberfire-experimental-backend/src/main/java/org/uberfire/experimental/service/storage/scoped/ScopedExperimentalFeaturesStorage.java type ScopedExperimentalFeaturesStorage (line 22) | public interface ScopedExperimentalFeaturesStorage extends ExperimentalF... method init (line 24) | void init(FileSystem fileSystem); method getScope (line 26) | ExperimentalStorageScope getScope(); FILE: uberfire-experimental/uberfire-experimental-backend/src/main/java/org/uberfire/experimental/service/storage/scoped/impl/AbstractScopedExperimentalFeaturesStorage.java class AbstractScopedExperimentalFeaturesStorage (line 36) | public abstract class AbstractScopedExperimentalFeaturesStorage implemen... method AbstractScopedExperimentalFeaturesStorage (line 44) | public AbstractScopedExperimentalFeaturesStorage(final SessionInfo ses... method init (line 50) | @Override method getStoragePath (line 55) | public abstract String getStoragePath(); method getSupportedDefinitions (line 57) | protected abstract Collection getSuppor... method log (line 59) | protected abstract Logger log(); method readFeatures (line 61) | protected List readFeatures() { method syncLoadedFeatures (line 94) | private boolean syncLoadedFeatures(final List... method storeFeatures (line 127) | public void storeFeatures(Collection features) { method store (line 131) | @Override method doStoreFeatures (line 148) | public void doStoreFeatures(Collection featur... method maybeNotifyFeatureUpdate (line 173) | protected void maybeNotifyFeatureUpdate(ExperimentalFeatureImpl featur... FILE: uberfire-experimental/uberfire-experimental-backend/src/main/java/org/uberfire/experimental/service/storage/scoped/impl/GlobalExperimentalFeaturesStorageImpl.java class GlobalExperimentalFeaturesStorageImpl (line 40) | @Dependent method GlobalExperimentalFeaturesStorageImpl (line 51) | @Inject method init (line 57) | @Override method loadGlobalFeatures (line 63) | protected void loadGlobalFeatures() { method getSupportedDefinitions (line 67) | @Override method getFeatures (line 72) | @Override method getStoragePath (line 77) | @Override method log (line 82) | @Override method maybeNotifyFeatureUpdate (line 87) | @Override method getScope (line 92) | @Override FILE: uberfire-experimental/uberfire-experimental-backend/src/main/java/org/uberfire/experimental/service/storage/scoped/impl/UserExperimentalFeaturesStorageImpl.java class UserExperimentalFeaturesStorageImpl (line 38) | @Dependent method UserExperimentalFeaturesStorageImpl (line 46) | @Inject method init (line 51) | @Override method checkStoragePath (line 58) | private void checkStoragePath() { method getSupportedDefinitions (line 65) | @Override method getFeatures (line 70) | @Override method getStoragePath (line 75) | @Override method getUserId (line 80) | private String getUserId() { method log (line 84) | @Override method getScope (line 89) | @Override method encode (line 94) | public static String encode(String folderName) { FILE: uberfire-experimental/uberfire-experimental-backend/src/main/java/org/uberfire/experimental/service/storage/util/ExperimentalConstants.java type ExperimentalConstants (line 19) | public interface ExperimentalConstants { FILE: uberfire-experimental/uberfire-experimental-backend/src/test/java/org/uberfire/experimental/service/BackendExperimentalFeaturesRegistryServiceImplTest.java class BackendExperimentalFeaturesRegistryServiceImplTest (line 55) | @RunWith(MockitoJUnitRunner.class) method init (line 69) | @Before method testLoadRegistryWithExistingData (line 76) | @Test method testLoadRegistryWithExistingDataExperimentalDisabled (line 91) | @Test method testLoadRegistryWithoutExistingDataExperimentalDisabled (line 106) | @Test method testStoreUserLevelFeature (line 121) | @Test method testStoreGlobalFeature (line 126) | @Test method testStoreWrongFeature (line 131) | @Test method testStoreFeatureExperimentalDisabled (line 140) | @Test method testStoreFeatureExperimentalFeatureDisabled (line 150) | private void testStoreFeatureExperimentalFeatureDisabled(final String ... method testStoreFeature (line 158) | private void testStoreFeature(String featureId, boolean newValue) { method init (line 175) | private void init(Boolean enableExperimental) { method clear (line 201) | @After FILE: uberfire-experimental/uberfire-experimental-backend/src/test/java/org/uberfire/experimental/service/storage/impl/ExperimentalFeaturesStorageImplTest.java class ExperimentalFeaturesStorageImplTest (line 75) | @RunWith(MockitoJUnitRunner.class) method init (line 107) | @Before method initSkipMigration (line 127) | private void initSkipMigration() { method initStorage (line 136) | private void initStorage() { method testStoreUserLevelFeature (line 153) | @Test method testStoreGlobalFeature (line 162) | @Test method testMigrationWithoutSettingsFile (line 171) | @Test method testMigrationWithSettingsFileOldVersion (line 178) | @Test method testStoreFeature (line 187) | private void testStoreFeature(String featureId, boolean newValue, Expe... method clean (line 204) | @After method verifyInit (line 211) | private void verifyInit() { FILE: uberfire-experimental/uberfire-experimental-backend/src/test/java/org/uberfire/experimental/service/storage/migration/impl/StorageMigrationServiceImplTest.java class StorageMigrationServiceImplTest (line 41) | @RunWith(MockitoJUnitRunner.class) method init (line 60) | @Before method testMigrateV1 (line 77) | @Test method testMigrateV2 (line 82) | @Test method testMigrateV3 (line 87) | @Test method testMigrate (line 92) | private void testMigrate(int version) { FILE: uberfire-experimental/uberfire-experimental-backend/src/test/java/org/uberfire/experimental/service/storage/migration/impl/migrations/V2StorageMigrationTest.java class V2StorageMigrationTest (line 42) | public class V2StorageMigrationTest { method init (line 55) | @Before method createExperimentalSettings (line 73) | private void createExperimentalSettings(final String userName) { method testMigration (line 81) | @Test method validateUserSettings (line 88) | private void validateUserSettings(final String userName) { method cleanup (line 103) | @After FILE: uberfire-experimental/uberfire-experimental-backend/src/test/java/org/uberfire/experimental/service/storage/scoped/impl/AbstractExperimentalFeaturesStorageTest.java class AbstractExperimentalFeaturesStorageTest (line 45) | public abstract class AbstractExperimentalFeaturesStorageTest feat... method clean (line 105) | @After FILE: uberfire-experimental/uberfire-experimental-backend/src/test/java/org/uberfire/experimental/service/storage/scoped/impl/GlobalExperimentalFeaturesStorageImplTest.java class GlobalExperimentalFeaturesStorageImplTest (line 42) | @RunWith(MockitoJUnitRunner.class) method testFirstLoad (line 48) | @Test method testRegularLoad (line 60) | @Test method testExtraFeaturesLoad (line 79) | @Test method testMissingFeaturesLoad (line 97) | @Test method testStoreFeature (line 115) | @Test method getStorageInstance (line 136) | @Override FILE: uberfire-experimental/uberfire-experimental-backend/src/test/java/org/uberfire/experimental/service/storage/scoped/impl/UserExperimentalFeaturesStorageImplTest.java class UserExperimentalFeaturesStorageImplTest (line 40) | @RunWith(MockitoJUnitRunner.class) method testFirstLoad (line 43) | @Test method testRegularLoad (line 60) | @Test method testExtraFeaturesLoad (line 82) | @Test method testMissingFeaturesLoad (line 103) | @Test method testStoreFeature (line 124) | @Test method getStorageInstance (line 143) | @Override FILE: uberfire-experimental/uberfire-experimental-backend/src/test/java/org/uberfire/experimental/service/util/TestUtils.java class TestUtils (line 22) | public class TestUtils { method getRegistry (line 32) | public static ExperimentalFeatureDefRegistryImpl getRegistry() { FILE: uberfire-experimental/uberfire-experimental-client/src/main/java/org/uberfire/experimental/client/UberfireExperimentalEntryPoint.java class UberfireExperimentalEntryPoint (line 29) | @EntryPoint method UberfireExperimentalEntryPoint (line 37) | @Inject method init (line 44) | @PostConstruct FILE: uberfire-experimental/uberfire-experimental-client/src/main/java/org/uberfire/experimental/client/disabled/component/DisabledFeatureComponent.java class DisabledFeatureComponent (line 32) | @Dependent method DisabledFeatureComponent (line 41) | @Inject method getElement (line 48) | @Override method show (line 53) | public void show(String featureId) { FILE: uberfire-experimental/uberfire-experimental-client/src/main/java/org/uberfire/experimental/client/disabled/component/DisabledFeatureComponentView.java type DisabledFeatureComponentView (line 21) | public interface DisabledFeatureComponentView extends IsElement { method show (line 23) | void show(String text); FILE: uberfire-experimental/uberfire-experimental-client/src/main/java/org/uberfire/experimental/client/disabled/component/DisabledFeatureComponentViewImpl.java class DisabledFeatureComponentViewImpl (line 27) | @Templated method show (line 38) | @Override FILE: uberfire-experimental/uberfire-experimental-client/src/main/java/org/uberfire/experimental/client/disabled/screen/DisabledFeatureActivity.java class DisabledFeatureActivity (line 31) | @Dependent method DisabledFeatureActivity (line 42) | @Inject method onOpen (line 49) | @Override method getTitle (line 56) | @Override method getWidget (line 61) | @Override method getIdentifier (line 66) | @Override FILE: uberfire-experimental/uberfire-experimental-client/src/main/java/org/uberfire/experimental/client/editor/ExperimentalFeaturesEditorScreen.java class ExperimentalFeaturesEditorScreen (line 52) | @ApplicationScoped method ExperimentalFeaturesEditorScreen (line 67) | @Inject method init (line 86) | @PostConstruct method show (line 91) | @OnOpen method getFeatureGroupName (line 114) | private String getFeatureGroupName(ExperimentalFeature feature) { method getFeaturesGroup (line 128) | private ExperimentalFeaturesGroup getFeaturesGroup(Map.Entry keySupplier) { method authorize (line 146) | protected boolean authorize(final String experimentalFeatureId) { method createUniqueId (line 150) | private static String createUniqueId() { method onFeatureModified (line 154) | public void onFeatureModified(@Observes PortableExperimentalFeatureMod... method onFeatureModified (line 158) | public void onFeatureModified(@Observes NonPortableExperimentalFeature... method onFeatureModified (line 162) | private void onFeatureModified(ExperimentalFeature feature) { FILE: uberfire-experimental/uberfire-experimental-client/src/main/java/org/uberfire/experimental/client/service/auth/ExperimentalActivityReference.java type ExperimentalActivityReference (line 25) | public interface ExperimentalActivityReference { method getActivityTypeName (line 30) | String getActivityTypeName(); method getActivityId (line 35) | String getActivityId(); method getExperimentalFeatureId (line 40) | String getExperimentalFeatureId(); method getActivityType (line 45) | ActivityResourceType getActivityType(); FILE: uberfire-experimental/uberfire-experimental-client/src/main/java/org/uberfire/experimental/client/service/impl/CDIClientFeatureDefRegistry.java class CDIClientFeatureDefRegistry (line 36) | @ApplicationScoped method CDIClientFeatureDefRegistry (line 41) | @Inject method loadRegistry (line 46) | @Override FILE: uberfire-experimental/uberfire-experimental-client/src/main/java/org/uberfire/experimental/client/service/impl/ClientExperimentalFeaturesRegistryServiceImpl.java class ClientExperimentalFeaturesRegistryServiceImpl (line 37) | @ApplicationScoped method ClientExperimentalFeaturesRegistryServiceImpl (line 45) | @Inject method loadRegistry (line 51) | @Override method getFeaturesRegistry (line 56) | @Override method isFeatureEnabled (line 61) | @Override method updateExperimentalFeature (line 73) | @Override method isExperimentalEnabled (line 92) | @Override method onGlobalFeatureModified (line 97) | public void onGlobalFeatureModified(@Observes PortableExperimentalFeat... FILE: uberfire-experimental/uberfire-experimental-client/src/main/java/org/uberfire/experimental/client/util/ExperimentalUtils.java class ExperimentalUtils (line 21) | public class ExperimentalUtils { method createUniqueId (line 23) | public static String createUniqueId() { FILE: uberfire-experimental/uberfire-experimental-client/src/main/java/org/uberfire/experimental/client/workbench/type/ExperimentalAwareClientTypeRegistryImpl.java class ExperimentalAwareClientTypeRegistryImpl (line 40) | @Specializes method ExperimentalAwareClientTypeRegistryImpl (line 47) | @Inject method init (line 53) | public void init() { method getFeatureForResourceType (line 83) | private Optional getFeatureForResourceType(SyncBe... method isEnabled (line 95) | @Override FILE: uberfire-experimental/uberfire-experimental-client/src/test/java/org/uberfire/experimental/client/disabled/component/DisabledFeatureComponentTest.java class DisabledFeatureComponentTest (line 37) | @RunWith(MockitoJUnitRunner.class) method init (line 53) | @Before method testShowMissingExperimentalFeature (line 58) | @Test method testShowExperimentalFeature (line 69) | @Test method testShowGlobalExperimentalFeature (line 74) | @Test method testShowExperimentalFeature (line 79) | private void testShowExperimentalFeature(boolean global) { FILE: uberfire-experimental/uberfire-experimental-client/src/test/java/org/uberfire/experimental/client/disabled/screen/DisabledFeatureActivityTest.java class DisabledFeatureActivityTest (line 36) | @RunWith(MockitoJUnitRunner.class) method init (line 54) | @Before method testFunctionality (line 65) | @Test FILE: uberfire-experimental/uberfire-experimental-client/src/test/java/org/uberfire/experimental/client/editor/ExperimentalFeaturesEditorScreenTest.java class ExperimentalFeaturesEditorScreenTest (line 61) | @RunWith(MockitoJUnitRunner.class) method init (line 101) | @Before method testBasicFunctions (line 125) | @Test method testShowGroupsWithPermissions (line 142) | @Test method testShowGroupsWithoutPermissions (line 148) | @Test method testShowGroups (line 154) | private void testShowGroups(final boolean withPermissions) { method testModificationCallback (line 184) | @Test method createGroup (line 194) | private ExperimentalFeaturesGroup createGroup() { method verifyClear (line 202) | private void verifyClear() { FILE: uberfire-experimental/uberfire-experimental-client/src/test/java/org/uberfire/experimental/client/editor/group/ExperimentalFeaturesGroupTest.java class ExperimentalFeaturesGroupTest (line 54) | @RunWith(MockitoJUnitRunner.class) method init (line 80) | @Before method testLoadWithEnableAllAnchor (line 116) | @Test method testLoadWithDisableAllAnchor (line 121) | @Test method testPressEnableAll (line 126) | @Test method testPressDisableAll (line 134) | @Test method testExpandAndCollapse (line 142) | @Test method testGroupsSorting (line 169) | @Test method testAnchorPress (line 195) | private void testAnchorPress(boolean enabled) { method testLoad (line 205) | private void testLoad(boolean enableAll) { method checkSetEnableAllLabel (line 220) | private void checkSetEnableAllLabel(boolean isEnabled, int times) { method testClear (line 230) | @Test method checkClear (line 237) | private void checkClear() { FILE: uberfire-experimental/uberfire-experimental-client/src/test/java/org/uberfire/experimental/client/editor/group/TestExperimentalFeaturesGroup.java class TestExperimentalFeaturesGroup (line 23) | public class TestExperimentalFeaturesGroup extends ExperimentalFeaturesG... method TestExperimentalFeaturesGroup (line 25) | public TestExperimentalFeaturesGroup(ExperimentalFeaturesGroupView vie... method getLabelKey (line 29) | public String getLabelKey() { FILE: uberfire-experimental/uberfire-experimental-client/src/test/java/org/uberfire/experimental/client/editor/group/feature/ExperimentalFeatureEditorTest.java class ExperimentalFeatureEditorTest (line 47) | @RunWith(MockitoJUnitRunner.class) method init (line 63) | @Before method testBasicFunctionallity (line 71) | @Test method testCompareTo (line 118) | @Test FILE: uberfire-experimental/uberfire-experimental-client/src/test/java/org/uberfire/experimental/client/service/auth/ExperimentalActivitiesAuthorizationManagerImplTest.java class ExperimentalActivitiesAuthorizationManagerImplTest (line 67) | @RunWith(MockitoJUnitRunner.class) method init (line 94) | @Before method testAuthorizeActivities (line 106) | @Test method testSecurePartWithPathPlaceRequest (line 121) | @Test method testSecurePartWithExperimentalPlaceRequest (line 126) | @Test method testSecurePartWithOUTExperimentalPlaceRequest (line 131) | @Test method testOnFeatureModifiedEvent (line 136) | @Test method testOnFeatureModifiedGlobalEvent (line 141) | @Test method testOnFeatureModified (line 146) | private void testOnFeatureModified(Consumer autho... method testSecure (line 175) | private void testSecure(String activityId, Class> getRefe... method createReference (line 206) | private SyncBeanDef createReference(Exp... FILE: uberfire-experimental/uberfire-experimental-client/src/test/java/org/uberfire/experimental/client/service/impl/ClientExperimentalFeaturesRegistryServiceImplTest.java class ClientExperimentalFeaturesRegistryServiceImplTest (line 50) | @RunWith(MockitoJUnitRunner.class) method init (line 67) | @Before method tesBasicTestExperimentalEnabled (line 74) | @Test method tesBasicTestExperimentalDisabled (line 80) | @Test method testNotifyFeatureUpdate (line 86) | @Test method testNotifyFeatureUpdateViaEvent (line 98) | @Test method checkNotifyFeatureUpdate (line 110) | private void checkNotifyFeatureUpdate(ExperimentalFeatureImpl feature) { method testWrongNotifyFeatureUpdate (line 119) | @Test method testWrongNotifyFeatureUpdateViaEvent (line 137) | @Test method testNotifyFeatureUpdateWhenExperimentalDisabled (line 155) | @Test method testNotifyFeatureUpdateWhenExperimentalDisabledViaEvent (line 167) | @Test method doBasicTest (line 179) | private void doBasicTest(boolean experimentalEnabled) { method initService (line 200) | private void initService(boolean experimentalEnabled) { FILE: uberfire-experimental/uberfire-experimental-client/src/test/java/org/uberfire/experimental/client/test/TestExperimentalActivityReference.java class TestExperimentalActivityReference (line 22) | public class TestExperimentalActivityReference implements ExperimentalAc... method TestExperimentalActivityReference (line 29) | public TestExperimentalActivityReference(String activityTypeName, Stri... method getActivityTypeName (line 36) | @Override method getActivityId (line 41) | @Override method getExperimentalFeatureId (line 46) | @Override method getActivityType (line 51) | @Override FILE: uberfire-experimental/uberfire-experimental-client/src/test/java/org/uberfire/experimental/client/test/TestExperimentalFeatureDefRegistry.java class TestExperimentalFeatureDefRegistry (line 22) | public class TestExperimentalFeatureDefRegistry extends ExperimentalFeat... method TestExperimentalFeatureDefRegistry (line 34) | public TestExperimentalFeatureDefRegistry() { FILE: uberfire-experimental/uberfire-experimental-client/src/test/java/org/uberfire/experimental/client/test/model/TestExperimentalScreen1Activity.java class TestExperimentalScreen1Activity (line 23) | public class TestExperimentalScreen1Activity extends AbstractWorkbenchSc... method TestExperimentalScreen1Activity (line 25) | public TestExperimentalScreen1Activity(PlaceManager placeManager) { method getTitle (line 29) | @Override method getWidget (line 34) | @Override method getIdentifier (line 39) | @Override FILE: uberfire-experimental/uberfire-experimental-client/src/test/java/org/uberfire/experimental/client/test/model/TestExperimentalScreen2Activity.java class TestExperimentalScreen2Activity (line 23) | public class TestExperimentalScreen2Activity extends AbstractWorkbenchSc... method TestExperimentalScreen2Activity (line 25) | public TestExperimentalScreen2Activity(PlaceManager placeManager) { method getTitle (line 29) | @Override method getWidget (line 34) | @Override method getIdentifier (line 39) | @Override FILE: uberfire-experimental/uberfire-experimental-client/src/test/java/org/uberfire/experimental/client/test/model/TestNonExperimentalScreenActivity.java class TestNonExperimentalScreenActivity (line 23) | public class TestNonExperimentalScreenActivity extends AbstractWorkbench... method TestNonExperimentalScreenActivity (line 25) | public TestNonExperimentalScreenActivity(PlaceManager placeManager) { method getTitle (line 29) | @Override method getWidget (line 34) | @Override method getIdentifier (line 39) | @Override FILE: uberfire-experimental/uberfire-experimental-client/src/test/java/org/uberfire/experimental/client/workbench/type/ExperimentalAwareClientTypeRegistryImplTest.java class ExperimentalAwareClientTypeRegistryImplTest (line 50) | @RunWith(MockitoJUnitRunner.class) method init (line 70) | @Before method testResourceTypes (line 109) | @Test method testIsEnabled (line 115) | @Test method createBeanDef (line 125) | private SyncBeanDef createBeanDef(final Class resourceType, Object ... FILE: uberfire-experimental/uberfire-experimental-client/src/test/java/org/uberfire/experimental/client/workbench/type/test/api/DiagramResourceType.java class DiagramResourceType (line 23) | public class DiagramResourceType implements ResourceTypeDefinition { method getShortName (line 25) | @Override method getDescription (line 30) | @Override method getPrefix (line 35) | @Override method getSuffix (line 40) | @Override method getPriority (line 45) | @Override method getSimpleWildcardPattern (line 50) | @Override method accept (line 55) | @Override method getCategory (line 60) | @Override FILE: uberfire-experimental/uberfire-experimental-client/src/test/java/org/uberfire/experimental/client/workbench/type/test/api/FormResourceType.java class FormResourceType (line 23) | public class FormResourceType implements ResourceTypeDefinition { method getShortName (line 25) | @Override method getDescription (line 30) | @Override method getPrefix (line 35) | @Override method getSuffix (line 40) | @Override method getPriority (line 45) | @Override method getSimpleWildcardPattern (line 50) | @Override method accept (line 55) | @Override method getCategory (line 60) | @Override FILE: uberfire-experimental/uberfire-experimental-client/src/test/java/org/uberfire/experimental/client/workbench/type/test/api/JavaResourceType.java class JavaResourceType (line 23) | public class JavaResourceType implements ResourceTypeDefinition { method getShortName (line 25) | @Override method getDescription (line 30) | @Override method getPrefix (line 35) | @Override method getSuffix (line 40) | @Override method getPriority (line 45) | @Override method getSimpleWildcardPattern (line 50) | @Override method accept (line 55) | @Override method getCategory (line 60) | @Override FILE: uberfire-experimental/uberfire-experimental-client/src/test/java/org/uberfire/experimental/client/workbench/type/test/api/SpreadSheetResourceType.java class SpreadSheetResourceType (line 23) | public class SpreadSheetResourceType implements ResourceTypeDefinition { method getShortName (line 25) | @Override method getDescription (line 30) | @Override method getPrefix (line 35) | @Override method getSuffix (line 40) | @Override method getPriority (line 45) | @Override method getSimpleWildcardPattern (line 50) | @Override method accept (line 55) | @Override method getCategory (line 60) | @Override FILE: uberfire-experimental/uberfire-experimental-client/src/test/java/org/uberfire/experimental/client/workbench/type/test/api/TextFileResourceType.java class TextFileResourceType (line 23) | public class TextFileResourceType implements ResourceTypeDefinition { method getShortName (line 25) | @Override method getDescription (line 30) | @Override method getPrefix (line 35) | @Override method getSuffix (line 40) | @Override method getPriority (line 45) | @Override method getSimpleWildcardPattern (line 50) | @Override method accept (line 55) | @Override method getCategory (line 60) | @Override FILE: uberfire-experimental/uberfire-experimental-client/src/test/java/org/uberfire/experimental/client/workbench/type/test/api/WrongClientResourceType.java class WrongClientResourceType (line 23) | public class WrongClientResourceType implements ClientResourceType { method getShortName (line 25) | @Override method getDescription (line 30) | @Override method getPrefix (line 35) | @Override method getSuffix (line 40) | @Override method getPriority (line 45) | @Override method getSimpleWildcardPattern (line 50) | @Override method accept (line 55) | @Override method getCategory (line 60) | @Override FILE: uberfire-experimental/uberfire-experimental-client/src/test/java/org/uberfire/experimental/client/workbench/type/test/client/ClientDiagramResourceType.java class ClientDiagramResourceType (line 22) | public class ClientDiagramResourceType extends DiagramResourceType imple... FILE: uberfire-experimental/uberfire-experimental-client/src/test/java/org/uberfire/experimental/client/workbench/type/test/client/ClientFormResourceType.java class ClientFormResourceType (line 22) | public class ClientFormResourceType extends FormResourceType implements ... FILE: uberfire-experimental/uberfire-experimental-client/src/test/java/org/uberfire/experimental/client/workbench/type/test/client/ClientJavaResourceType.java class ClientJavaResourceType (line 22) | public class ClientJavaResourceType extends JavaResourceType implements ... FILE: uberfire-experimental/uberfire-experimental-client/src/test/java/org/uberfire/experimental/client/workbench/type/test/client/ClientSpreadSheetResourceType.java class ClientSpreadSheetResourceType (line 22) | public class ClientSpreadSheetResourceType extends SpreadSheetResourceTy... FILE: uberfire-experimental/uberfire-experimental-client/src/test/java/org/uberfire/experimental/client/workbench/type/test/client/ClientTextFileResourceType.java class ClientTextFileResourceType (line 22) | public class ClientTextFileResourceType extends TextFileResourceType imp... FILE: uberfire-extensions/uberfire-apps/uberfire-apps-api/src/main/java/org/uberfire/ext/apps/api/AppsPersistenceAPI.java type AppsPersistenceAPI (line 21) | @Remote method getRootDirectory (line 24) | public Directory getRootDirectory(); method createDirectory (line 26) | Directory createDirectory(Directory parentDirectory, method deleteDirectory (line 29) | Boolean deleteDirectory(String uri); FILE: uberfire-extensions/uberfire-apps/uberfire-apps-api/src/main/java/org/uberfire/ext/apps/api/Directory.java class Directory (line 25) | @Portable method Directory (line 38) | public Directory() { method Directory (line 41) | public Directory(String name, method Directory (line 53) | public Directory(String name, method setupChildComponents (line 64) | private void setupChildComponents() { method getName (line 71) | public String getName() { method getChildsDirectories (line 75) | public List getChildsDirectories() { method addChildDirectory (line 79) | public void addChildDirectory(Directory directory) { method addChildDirectories (line 83) | public void addChildDirectories(List directories) { method getParent (line 87) | public Directory getParent() { method getURI (line 91) | public String getURI() { method getTagMap (line 95) | public Map> getTagMap() { method getChildComponents (line 99) | public List getChildComponents() { method removeChildDirectoryByURI (line 103) | public void removeChildDirectoryByURI(String uri) { method getFullPath (line 116) | public String getFullPath() { method alreadyHasChild (line 120) | public boolean alreadyHasChild(String dirName) { FILE: uberfire-extensions/uberfire-apps/uberfire-apps-api/src/main/java/org/uberfire/ext/apps/api/DirectoryBreadcrumb.java class DirectoryBreadcrumb (line 26) | @Portable method DirectoryBreadcrumb (line 32) | private DirectoryBreadcrumb(@MapsTo("name") String name, method getBreadcrumbs (line 39) | public static List getBreadcrumbs(Directory direc... method getName (line 53) | public String getName() { method getUri (line 57) | public String getUri() { FILE: uberfire-extensions/uberfire-apps/uberfire-apps-api/src/test/java/org/uberfire/ext/apps/api/DirectoryBreadcrumbTest.java class DirectoryBreadcrumbTest (line 26) | public class DirectoryBreadcrumbTest { method breadcrumbsOrderTest (line 33) | @Test method assertDirectoryBreadcrumbs (line 66) | private void assertDirectoryBreadcrumbs(Directory workingDir, FILE: uberfire-extensions/uberfire-apps/uberfire-apps-backend/src/main/java/org/uberfire/ext/apps/impl/AppsPersistenceImpl.java class AppsPersistenceImpl (line 42) | @Service method setup (line 59) | @PostConstruct method getRootDirectory (line 64) | @Override method generateTagMap (line 74) | private Map> generateTagMap() { method buildDirectories (line 93) | private Directory buildDirectories(Map> tagMap) { method extractAllChildDirectories (line 107) | private List extractAllChildDirectories(Directory parent, method getDirectory (line 130) | private Directory getDirectory(String name, method createDirectory (line 140) | @Override method deleteDirectory (line 156) | @Override method recursiveSearchForDir (line 163) | private Path recursiveSearchForDir(Path dir, method isThisPathRelativeToThisDir (line 187) | private boolean isThisPathRelativeToThisDir(Path dir, method getHomeDir (line 192) | private Path getHomeDir() { method createDir (line 201) | private void createDir(Path dir) { FILE: uberfire-extensions/uberfire-apps/uberfire-apps-client/src/main/java/org/uberfire/ext/apps/client/AppsEntryPoint.java class AppsEntryPoint (line 24) | @EntryPoint method init (line 27) | @PostConstruct FILE: uberfire-extensions/uberfire-apps/uberfire-apps-client/src/main/java/org/uberfire/ext/apps/client/AppsPerspective.java class AppsPerspective (line 30) | @ApplicationScoped method buildPerspective (line 35) | @Perspective FILE: uberfire-extensions/uberfire-apps/uberfire-apps-client/src/main/java/org/uberfire/ext/apps/client/home/AppsHomePresenter.java class AppsHomePresenter (line 38) | @ApplicationScoped method init (line 51) | @PostConstruct method loadContent (line 55) | @OnOpen method generateBreadCrumbViewCommand (line 75) | private ParameterizedCommand generateBreadCrumbViewCommand() { method searchForDirectory (line 86) | private Directory searchForDirectory(String parameter, method generateDeleteDirectoryViewCommand (line 102) | private ParameterizedCommand generateDeleteDirectoryViewComman... method generateDirectoryViewCommand (line 130) | private ParameterizedCommand generateDirectoryViewCommand() { method setupView (line 144) | private void setupView() { method generateComponentViewCommand (line 157) | private ParameterizedCommand generateComponentViewCommand() { method generateAddDirCommand (line 167) | private ParameterizedCommand generateAddDirCommand() { method getTitle (line 199) | @WorkbenchPartTitle method getView (line 204) | @WorkbenchPartView type View (line 209) | public interface View extends UberView { method setupBreadcrumbs (line 211) | void setupBreadcrumbs(List breadcrumbs, method setupAddDir (line 214) | void setupAddDir(final ParameterizedCommand clickCommand, method setupChildsDirectories (line 217) | void setupChildsDirectories(List childsDirectories, method clear (line 221) | void clear(); method setupChildComponents (line 223) | void setupChildComponents(List childComponents, FILE: uberfire-extensions/uberfire-apps/uberfire-apps-client/src/main/java/org/uberfire/ext/apps/client/home/AppsHomeView.java class AppsHomeView (line 40) | @Dependent method initialize (line 54) | @PostConstruct method init (line 59) | @Override method setupBreadcrumbs (line 64) | @Override method setupAddDir (line 80) | @Override method setupChildsDirectories (line 87) | @Override method clear (line 101) | @Override method setupChildComponents (line 106) | @Override method generateCreateDirThumbNail (line 117) | private void generateCreateDirThumbNail(final ParameterizedCommand delet... method defineTileColor (line 157) | private void defineTileColor(TYPE type) { method displayNoneOnLabel (line 162) | private void displayNoneOnLabel() { method addClickCommandHandler (line 167) | private void addClickCommandHandler(final ParameterizedCommand... method addClickPopUpHandler (line 178) | private void addClickPopUpHandler(final ParameterizedCommand c... method createLabel (line 190) | private void createLabel(String name) { method createIcon (line 194) | private void createIcon(TYPE type, type TYPE (line 200) | public enum TYPE { method TYPE (line 212) | TYPE(IconType iconType, method icon (line 218) | IconType icon() { method tileColor (line 222) | String tileColor() { type TilesBinder (line 228) | interface TilesBinder FILE: uberfire-extensions/uberfire-apps/uberfire-apps-client/src/main/java/org/uberfire/ext/apps/client/home/components/popup/DirectoryNameValidator.java class DirectoryNameValidator (line 22) | public class DirectoryNameValidator { method DirectoryNameValidator (line 27) | public DirectoryNameValidator(Directory currentDirectory) { method getValidationError (line 31) | public String getValidationError() { method isValid (line 35) | public boolean isValid(String dirName) { FILE: uberfire-extensions/uberfire-apps/uberfire-apps-client/src/main/java/org/uberfire/ext/apps/client/home/components/popup/NewDirectoryPopup.java class NewDirectoryPopup (line 33) | public class NewDirectoryPopup method NewDirectoryPopup (line 46) | public NewDirectoryPopup(final Directory currentDirectory) { method show (line 67) | public void show(ParameterizedCommand clickCommand) { method cancelButton (line 72) | private void cancelButton() { method okButton (line 76) | private void okButton() { method closePopup (line 86) | private void closePopup() { type Binder (line 92) | interface Binder FILE: uberfire-extensions/uberfire-apps/uberfire-apps-client/src/main/java/org/uberfire/ext/apps/client/resources/AppsCss.java type AppsCss (line 21) | public interface AppsCss extends CssResource { method tile (line 23) | @ClassName("tile") method iconPanel (line 26) | @ClassName("iconPanel") method deleteIcon (line 29) | @ClassName("deleteIcon") method deletePanel (line 32) | @ClassName("deletePanel") method blueTile (line 35) | @ClassName("blueTile") method redTile (line 38) | @ClassName("redTile") method greenTile (line 41) | @ClassName("greenTile") method tileContent (line 44) | @ClassName("tileContent") method tileIcon (line 47) | @ClassName("tileIcon") method tileStatus (line 50) | @ClassName("tileStatus") method tileName (line 53) | @ClassName("tileName") method breadcrumbs (line 56) | @ClassName("breadcrumbs") FILE: uberfire-extensions/uberfire-apps/uberfire-apps-client/src/main/java/org/uberfire/ext/apps/client/resources/WebAppResource.java type WebAppResource (line 22) | public interface WebAppResource method CSS (line 28) | @Source("css/apps.css") FILE: uberfire-extensions/uberfire-apps/uberfire-apps-client/src/main/java/org/uberfire/ext/apps/client/resources/i18n/CommonConstants.java type CommonConstants (line 22) | public interface CommonConstants method CreateDir (line 28) | String CreateDir(); method DeleteDir (line 30) | String DeleteDir(); method OpenDir (line 32) | String OpenDir(); method DirName (line 34) | String DirName(); method DirNameHolder (line 36) | String DirNameHolder(); method InvalidDirName (line 38) | String InvalidDirName(); method OK (line 40) | String OK(); method Cancel (line 42) | String Cancel(); method DuplicateDirName (line 44) | String DuplicateDirName(); method DeleteAppPrompt (line 46) | String DeleteAppPrompt(); method GotoComponent (line 48) | String GotoComponent(); FILE: uberfire-extensions/uberfire-apps/uberfire-apps-client/src/test/java/org/uberfire/ext/apps/client/home/components/popup/DirectoryNameValidatorTest.java class DirectoryNameValidatorTest (line 28) | public class DirectoryNameValidatorTest { method setUp (line 32) | @Before method isValidTest (line 37) | @Test method isValidTestDuplicatedDir (line 55) | @Test FILE: uberfire-extensions/uberfire-commons-editor/uberfire-commons-editor-api/src/main/java/org/uberfire/ext/editor/commons/backend/version/PathResolver.java type PathResolver (line 23) | public interface PathResolver { method isDotFile (line 25) | boolean isDotFile(Path convert); method resolveMainFilePath (line 27) | public Path resolveMainFilePath(Path path) throws URISyntaxException; FILE: uberfire-extensions/uberfire-commons-editor/uberfire-commons-editor-api/src/main/java/org/uberfire/ext/editor/commons/backend/version/VersionRecordService.java type VersionRecordService (line 25) | public interface VersionRecordService { method load (line 27) | public List load(Path path); method loadVersionRecords (line 29) | public List loadVersionRecords(Path path); method loadRecord (line 31) | public VersionRecord loadRecord(Path path) throws URISyntaxException; FILE: uberfire-extensions/uberfire-commons-editor/uberfire-commons-editor-api/src/main/java/org/uberfire/ext/editor/commons/file/DefaultMetadata.java type DefaultMetadata (line 23) | public interface DefaultMetadata { FILE: uberfire-extensions/uberfire-commons-editor/uberfire-commons-editor-api/src/main/java/org/uberfire/ext/editor/commons/file/exports/FileExportsPreferences.java class FileExportsPreferences (line 24) | @WorkbenchPreference(identifier = "FileExport", method defaultValue (line 44) | @Override method getPdfPreferences (line 52) | public PdfExportPreferences getPdfPreferences() { method format (line 58) | private static > String format(final T value) { FILE: uberfire-extensions/uberfire-commons-editor/uberfire-commons-editor-api/src/main/java/org/uberfire/ext/editor/commons/file/exports/PdfExportPreferences.java class PdfExportPreferences (line 27) | @Portable method create (line 30) | public static PdfExportPreferences create(final String orientation, method create (line 38) | public static PdfExportPreferences create(final Orientation orientation, type Orientation (line 46) | public enum Orientation { type Unit (line 51) | public enum Unit { type Format (line 58) | public enum Format { method PdfExportPreferences (line 98) | private PdfExportPreferences(final @MapsTo("orientation") Orientation ... method getOrientation (line 106) | public Orientation getOrientation() { method setOrientation (line 110) | public void setOrientation(final Orientation orientation) { method getUnit (line 114) | public Unit getUnit() { method setUnit (line 118) | public void setUnit(final Unit unit) { method getFormat (line 122) | public Format getFormat() { method setFormat (line 126) | public void setFormat(final Format format) { FILE: uberfire-extensions/uberfire-commons-editor/uberfire-commons-editor-api/src/main/java/org/uberfire/ext/editor/commons/file/exports/PdfFormatValidator.java class PdfFormatValidator (line 24) | public class PdfFormatValidator implements PropertyValidator { method PdfFormatValidator (line 30) | public PdfFormatValidator() { method validate (line 34) | @Override FILE: uberfire-extensions/uberfire-commons-editor/uberfire-commons-editor-api/src/main/java/org/uberfire/ext/editor/commons/file/exports/PdfOrientationValidator.java class PdfOrientationValidator (line 24) | public class PdfOrientationValidator implements PropertyValidator { method PdfOrientationValidator (line 30) | public PdfOrientationValidator() { method validate (line 34) | @Override FILE: uberfire-extensions/uberfire-commons-editor/uberfire-commons-editor-api/src/main/java/org/uberfire/ext/editor/commons/file/exports/PdfUnitValidator.java class PdfUnitValidator (line 24) | public class PdfUnitValidator implements PropertyValidator { method PdfUnitValidator (line 30) | public PdfUnitValidator() { method validate (line 34) | @Override FILE: uberfire-extensions/uberfire-commons-editor/uberfire-commons-editor-api/src/main/java/org/uberfire/ext/editor/commons/readonly/ReadOnlyPathPlaceRequest.java class ReadOnlyPathPlaceRequest (line 25) | @Portable method ReadOnlyPathPlaceRequest (line 29) | public ReadOnlyPathPlaceRequest() { method ReadOnlyPathPlaceRequest (line 34) | public ReadOnlyPathPlaceRequest(Path path) { method ReadOnlyPathPlaceRequest (line 40) | public ReadOnlyPathPlaceRequest(Path path, method ReadOnlyPathPlaceRequest (line 48) | public ReadOnlyPathPlaceRequest(Path path, method ReadOnlyPathPlaceRequest (line 56) | public ReadOnlyPathPlaceRequest(Path path, method toString (line 66) | @Override FILE: uberfire-extensions/uberfire-commons-editor/uberfire-commons-editor-api/src/main/java/org/uberfire/ext/editor/commons/service/CopyService.java type CopyService (line 27) | @Remote method copyIfExists (line 36) | void copyIfExists(final Collection paths, method hasRestriction (line 45) | boolean hasRestriction(Path path); FILE: uberfire-extensions/uberfire-commons-editor/uberfire-commons-editor-api/src/main/java/org/uberfire/ext/editor/commons/service/DeleteService.java type DeleteService (line 27) | @Remote method deleteIfExists (line 34) | void deleteIfExists(final Collection paths, method hasRestriction (line 42) | boolean hasRestriction(Path path); FILE: uberfire-extensions/uberfire-commons-editor/uberfire-commons-editor-api/src/main/java/org/uberfire/ext/editor/commons/service/PathNamingService.java type PathNamingService (line 24) | public interface PathNamingService { method buildTargetPath (line 32) | Path buildTargetPath(Path originalPath, method buildTargetPath (line 42) | Path buildTargetPath(Path originalPath, method getExtension (line 51) | String getExtension(final String fileName); FILE: uberfire-extensions/uberfire-commons-editor/uberfire-commons-editor-api/src/main/java/org/uberfire/ext/editor/commons/service/RenameService.java type RenameService (line 27) | @Remote method renameIfExists (line 36) | void renameIfExists(final Collection paths, method hasRestriction (line 45) | boolean hasRestriction(Path path); FILE: uberfire-extensions/uberfire-commons-editor/uberfire-commons-editor-api/src/main/java/org/uberfire/ext/editor/commons/service/ValidationService.java type ValidationService (line 25) | @Remote method isFileNameValid (line 31) | boolean isFileNameValid(final Path path, method isFileNameValid (line 37) | boolean isFileNameValid(final String fileName); FILE: uberfire-extensions/uberfire-commons-editor/uberfire-commons-editor-api/src/main/java/org/uberfire/ext/editor/commons/service/htmleditor/HtmlEditorService.java type HtmlEditorService (line 26) | @Remote FILE: uberfire-extensions/uberfire-commons-editor/uberfire-commons-editor-api/src/main/java/org/uberfire/ext/editor/commons/service/restriction/PathOperationRestriction.java type PathOperationRestriction (line 24) | public interface PathOperationRestriction { method getMessage (line 31) | String getMessage(Path path); FILE: uberfire-extensions/uberfire-commons-editor/uberfire-commons-editor-api/src/main/java/org/uberfire/ext/editor/commons/service/restrictor/CopyRestrictor.java type CopyRestrictor (line 22) | public interface CopyRestrictor extends PathOperationRestrictor { FILE: uberfire-extensions/uberfire-commons-editor/uberfire-commons-editor-api/src/main/java/org/uberfire/ext/editor/commons/service/restrictor/DeleteRestrictor.java type DeleteRestrictor (line 22) | public interface DeleteRestrictor extends PathOperationRestrictor { FILE: uberfire-extensions/uberfire-commons-editor/uberfire-commons-editor-api/src/main/java/org/uberfire/ext/editor/commons/service/restrictor/PathOperationRestrictor.java type PathOperationRestrictor (line 25) | public interface PathOperationRestrictor { method hasRestriction (line 32) | PathOperationRestriction hasRestriction(Path path); FILE: uberfire-extensions/uberfire-commons-editor/uberfire-commons-editor-api/src/main/java/org/uberfire/ext/editor/commons/service/restrictor/RenameRestrictor.java type RenameRestrictor (line 22) | public interface RenameRestrictor extends PathOperationRestrictor { FILE: uberfire-extensions/uberfire-commons-editor/uberfire-commons-editor-api/src/main/java/org/uberfire/ext/editor/commons/service/support/SupportsCopy.java type SupportsCopy (line 23) | public interface SupportsCopy { method copy (line 32) | Path copy(final Path path, method copy (line 44) | Path copy(final Path path, FILE: uberfire-extensions/uberfire-commons-editor/uberfire-commons-editor-api/src/main/java/org/uberfire/ext/editor/commons/service/support/SupportsCreate.java type SupportsCreate (line 20) | public interface SupportsCreate { method create (line 22) | Path create(final Path context, FILE: uberfire-extensions/uberfire-commons-editor/uberfire-commons-editor-api/src/main/java/org/uberfire/ext/editor/commons/service/support/SupportsDelete.java type SupportsDelete (line 20) | public interface SupportsDelete { method delete (line 22) | void delete(final Path path, FILE: uberfire-extensions/uberfire-commons-editor/uberfire-commons-editor-api/src/main/java/org/uberfire/ext/editor/commons/service/support/SupportsRead.java type SupportsRead (line 20) | public interface SupportsRead { method load (line 22) | T load(final Path path); FILE: uberfire-extensions/uberfire-commons-editor/uberfire-commons-editor-api/src/main/java/org/uberfire/ext/editor/commons/service/support/SupportsRename.java type SupportsRename (line 20) | public interface SupportsRename { method rename (line 22) | Path rename(final Path path, FILE: uberfire-extensions/uberfire-commons-editor/uberfire-commons-editor-api/src/main/java/org/uberfire/ext/editor/commons/service/support/SupportsSaveAndRename.java type SupportsSaveAndRename (line 21) | public interface SupportsSaveAndRename extends SupportsRename, method saveAndRename (line 24) | Path saveAndRename(final Path path, FILE: uberfire-extensions/uberfire-commons-editor/uberfire-commons-editor-api/src/main/java/org/uberfire/ext/editor/commons/service/support/SupportsUpdate.java type SupportsUpdate (line 20) | public interface SupportsUpdate { method save (line 22) | Path save(final Path path, FILE: uberfire-extensions/uberfire-commons-editor/uberfire-commons-editor-api/src/main/java/org/uberfire/ext/editor/commons/template/TemplateRenderer.java type TemplateRenderer (line 23) | public interface TemplateRenderer { method render (line 25) | String render(String template, D data); FILE: uberfire-extensions/uberfire-commons-editor/uberfire-commons-editor-api/src/main/java/org/uberfire/ext/editor/commons/template/mustache/MustacheTemplateRenderer.java type MustacheTemplateRenderer (line 30) | public interface MustacheTemplateRenderer extends TemplateRenderer { method render (line 32) | String render(String template, D data); FILE: uberfire-extensions/uberfire-commons-editor/uberfire-commons-editor-api/src/main/java/org/uberfire/ext/editor/commons/version/CurrentBranch.java type CurrentBranch (line 20) | public interface CurrentBranch { method getName (line 21) | String getName(); FILE: uberfire-extensions/uberfire-commons-editor/uberfire-commons-editor-api/src/main/java/org/uberfire/ext/editor/commons/version/VersionService.java type VersionService (line 28) | @Remote method getVersions (line 31) | List getVersions(final Path path); method getPathToPreviousVersion (line 33) | Path getPathToPreviousVersion(String uri); method restore (line 35) | Path restore(final Path path, FILE: uberfire-extensions/uberfire-commons-editor/uberfire-commons-editor-api/src/main/java/org/uberfire/ext/editor/commons/version/events/RestoreEvent.java class RestoreEvent (line 21) | public class RestoreEvent { method RestoreEvent (line 25) | public RestoreEvent(final ObservablePath path) { method getPath (line 29) | public ObservablePath getPath() { FILE: uberfire-extensions/uberfire-commons-editor/uberfire-commons-editor-api/src/main/java/org/uberfire/ext/editor/commons/version/impl/PortableVersionRecord.java class PortableVersionRecord (line 25) | @Portable method PortableVersionRecord (line 35) | public PortableVersionRecord(@MapsTo("id") final String id, method id (line 49) | @Override method author (line 54) | @Override method email (line 59) | @Override method comment (line 64) | @Override method date (line 69) | @Override method uri (line 74) | @Override method equals (line 79) | @Override method hashCode (line 112) | @Override FILE: uberfire-extensions/uberfire-commons-editor/uberfire-commons-editor-api/src/test/java/org/uberfire/ext/editor/commons/file/exports/FileExportsPreferencesTest.java class FileExportsPreferencesTest (line 23) | public class FileExportsPreferencesTest { method testDefaultValues (line 25) | @Test FILE: uberfire-extensions/uberfire-commons-editor/uberfire-commons-editor-api/src/test/java/org/uberfire/ext/editor/commons/file/exports/PdfValidatorsTest.java class PdfValidatorsTest (line 24) | public class PdfValidatorsTest { method testOrientation (line 30) | @Test method testFormat (line 37) | @Test method testUnit (line 48) | @Test FILE: uberfire-extensions/uberfire-commons-editor/uberfire-commons-editor-backend/src/main/java/org/uberfire/ext/editor/commons/backend/service/CopyServiceImpl.java class CopyServiceImpl (line 44) | @Service method CopyServiceImpl (line 64) | public CopyServiceImpl() { method CopyServiceImpl (line 67) | @Inject method copy (line 84) | @Override method copy (line 106) | @Override method copyIfExists (line 136) | @Override method hasRestriction (line 161) | @Override method checkRestrictions (line 173) | private void checkRestrictions(final Path path) { method copyPath (line 182) | Path copyPath(final Path path, method copyPathIfExists (line 223) | void copyPathIfExists(final Path path, method startBatch (line 253) | void startBatch(final Collection paths) { method endBatch (line 257) | void endBatch() { method getCopyRestrictors (line 261) | Iterable getCopyRestrictors() { FILE: uberfire-extensions/uberfire-commons-editor/uberfire-commons-editor-backend/src/main/java/org/uberfire/ext/editor/commons/backend/service/DeleteServiceImpl.java class DeleteServiceImpl (line 40) | @Service method DeleteServiceImpl (line 52) | public DeleteServiceImpl() { method DeleteServiceImpl (line 56) | @Inject method delete (line 69) | @Override method deleteIfExists (line 85) | @Override method hasRestriction (line 107) | @Override method checkRestrictions (line 119) | private void checkRestrictions(final Path path) { method deletePath (line 128) | void deletePath(final Path path, method deletePathIfExists (line 152) | void deletePathIfExists(final Path path, method notifyDeleteHelpers (line 168) | void notifyDeleteHelpers(final Path path) { method startBatch (line 179) | void startBatch(final Collection paths) { method endBatch (line 185) | void endBatch(final Collection paths) { method getDeleteRestrictors (line 191) | Iterable getDeleteRestrictors() { method getDeleteHelpers (line 195) | Iterable getDeleteHelpers() { FILE: uberfire-extensions/uberfire-commons-editor/uberfire-commons-editor-backend/src/main/java/org/uberfire/ext/editor/commons/backend/service/RenameServiceImpl.java class RenameServiceImpl (line 41) | @Service method rename (line 66) | @Override method renameIfExists (line 83) | @Override method hasRestriction (line 109) | @Override method checkRestrictions (line 121) | private void checkRestrictions(Path path) { method renamePath (line 130) | Path renamePath(final Path path, method renamePathIfExists (line 165) | void renamePathIfExists(final Path path, method startBatch (line 195) | void startBatch(final Collection paths) { method endBatch (line 199) | void endBatch() { method getRenameRestrictors (line 203) | Iterable getRenameRestrictors() { FILE: uberfire-extensions/uberfire-commons-editor/uberfire-commons-editor-backend/src/main/java/org/uberfire/ext/editor/commons/backend/service/SaveAndRenameServiceImpl.java class SaveAndRenameServiceImpl (line 22) | public class SaveAndRenameServiceImpl implements SupportsSaveAndRe... method init (line 26) | public void init(final SupportsSaveAndRename updateService) { method rename (line 30) | @Override method save (line 37) | @Override method saveAndRename (line 45) | @Override FILE: uberfire-extensions/uberfire-commons-editor/uberfire-commons-editor-backend/src/main/java/org/uberfire/ext/editor/commons/backend/service/ValidationServiceImpl.java class ValidationServiceImpl (line 35) | @Service method configureValidators (line 44) | @PostConstruct method isFileNameValid (line 61) | @Override method isFileNameValid (line 71) | @Override FILE: uberfire-extensions/uberfire-commons-editor/uberfire-commons-editor-backend/src/main/java/org/uberfire/ext/editor/commons/backend/service/helper/CopyHelper.java type CopyHelper (line 23) | public interface CopyHelper { method supports (line 30) | boolean supports(final Path destination); method postProcess (line 37) | void postProcess(final Path source, FILE: uberfire-extensions/uberfire-commons-editor/uberfire-commons-editor-backend/src/main/java/org/uberfire/ext/editor/commons/backend/service/helper/DeleteHelper.java type DeleteHelper (line 23) | public interface DeleteHelper { method supports (line 30) | boolean supports(final Path path); method postProcess (line 36) | void postProcess(final Path path); FILE: uberfire-extensions/uberfire-commons-editor/uberfire-commons-editor-backend/src/main/java/org/uberfire/ext/editor/commons/backend/service/helper/RenameHelper.java type RenameHelper (line 23) | public interface RenameHelper { method supports (line 30) | boolean supports(final Path destination); method postProcess (line 37) | void postProcess(final Path source, FILE: uberfire-extensions/uberfire-commons-editor/uberfire-commons-editor-backend/src/main/java/org/uberfire/ext/editor/commons/backend/service/htmleditor/HtmlEditorServiceImpl.java class HtmlEditorServiceImpl (line 31) | public class HtmlEditorServiceImpl implements HtmlEditorService { method HtmlEditorServiceImpl (line 43) | @Inject method init (line 56) | @PostConstruct method delete (line 61) | @Override method rename (line 67) | @Override method save (line 74) | @Override method copy (line 82) | @Override method copy (line 89) | @Override method load (line 97) | @Override method saveAndRename (line 102) | @Override FILE: uberfire-extensions/uberfire-commons-editor/uberfire-commons-editor-backend/src/main/java/org/uberfire/ext/editor/commons/backend/service/naming/PathNamingServiceImpl.java class PathNamingServiceImpl (line 29) | @ApplicationScoped method buildTargetPath (line 35) | public Path buildTargetPath(Path originalPath, method buildTargetPath (line 47) | public Path buildTargetPath(Path originalPath, method getExtension (line 61) | public String getExtension(final String fileName) { method getResourceTypeExtension (line 76) | private String getResourceTypeExtension(String fileName) { method getResourceTypeDefinitions (line 93) | public Iterable getResourceTypeDefinitions() { FILE: uberfire-extensions/uberfire-commons-editor/uberfire-commons-editor-backend/src/main/java/org/uberfire/ext/editor/commons/backend/service/restriction/LockRestrictor.java class LockRestrictor (line 31) | @ApplicationScoped method hasRestriction (line 41) | @Override FILE: uberfire-extensions/uberfire-commons-editor/uberfire-commons-editor-backend/src/main/java/org/uberfire/ext/editor/commons/backend/validation/DefaultFileNameValidator.java class DefaultFileNameValidator (line 25) | @ApplicationScoped method getPriority (line 28) | @Override method accept (line 33) | @Override method accept (line 38) | @Override method isValid (line 43) | @Override FILE: uberfire-extensions/uberfire-commons-editor/uberfire-commons-editor-backend/src/main/java/org/uberfire/ext/editor/commons/backend/validation/FileNameValidator.java type FileNameValidator (line 23) | public interface FileNameValidator { method getPriority (line 29) | public int getPriority(); method accept (line 36) | public boolean accept(final String fileName); method accept (line 43) | public boolean accept(final Path path); method isValid (line 49) | public boolean isValid(final String value); FILE: uberfire-extensions/uberfire-commons-editor/uberfire-commons-editor-backend/src/main/java/org/uberfire/ext/editor/commons/backend/validation/ValidationUtils.java class ValidationUtils (line 25) | public class ValidationUtils { method isFileName (line 29) | public static boolean isFileName(final String value) { method isJavaIdentifier (line 56) | public static boolean isJavaIdentifier(final String value) { method isArtifactIdentifier (line 66) | public static boolean isArtifactIdentifier(final String value) { FILE: uberfire-extensions/uberfire-commons-editor/uberfire-commons-editor-backend/src/main/java/org/uberfire/ext/editor/commons/backend/version/PathResolverImpl.java class PathResolverImpl (line 26) | public class PathResolverImpl method PathResolverImpl (line 32) | public PathResolverImpl() { method PathResolverImpl (line 35) | @Inject method resolveMainFilePath (line 42) | @Override method getMainPath (line 65) | private Path getMainPath(Path path) { method isDotFile (line 69) | public boolean isDotFile(Path path) { FILE: uberfire-extensions/uberfire-commons-editor/uberfire-commons-editor-backend/src/main/java/org/uberfire/ext/editor/commons/backend/version/VersionRecordServiceImpl.java class VersionRecordServiceImpl (line 34) | public class VersionRecordServiceImpl method VersionRecordServiceImpl (line 40) | public VersionRecordServiceImpl() { method VersionRecordServiceImpl (line 43) | @Inject method load (line 50) | @Override method loadVersionRecords (line 71) | @Override method makePortable (line 85) | private PortableVersionRecord makePortable(VersionRecord record) { method doesNotContainID (line 94) | private boolean doesNotContainID(String id, method loadRecord (line 104) | @Override class VersionRecordComparator (line 121) | private class VersionRecordComparator method compare (line 124) | @Override method compareUri (line 137) | private int compareUri(String rightUri, method getReversedIterator (line 155) | private Iterator getReversedIterator(String uri) { FILE: uberfire-extensions/uberfire-commons-editor/uberfire-commons-editor-backend/src/main/java/org/uberfire/ext/editor/commons/backend/version/VersionServiceImpl.java class VersionServiceImpl (line 38) | @Service method getVersions (line 59) | @Override method getPathToPreviousVersion (line 69) | @Override method restore (line 74) | @Override FILE: uberfire-extensions/uberfire-commons-editor/uberfire-commons-editor-backend/src/main/java/org/uberfire/ext/editor/commons/backend/version/VersionUtil.java class VersionUtil (line 28) | public class VersionUtil { method getDotFilePath (line 35) | public Path getDotFilePath(Path path) { method getVersion (line 39) | public String getVersion(Path path) { method getPath (line 49) | public Path getPath(Path path, method getFileName (line 64) | public String getFileName(Path path) { FILE: uberfire-extensions/uberfire-commons-editor/uberfire-commons-editor-backend/src/test/java/org/uberfire/ext/editor/commons/backend/service/CopyServiceImplTest.java class CopyServiceImplTest (line 54) | @RunWith(MockitoJUnitRunner.class) method setup (line 80) | @Before method cleanupFileSystem (line 101) | @After method copyRestrictedPathTest (line 106) | @Test method copyUnrestrictedPathTest (line 122) | @Test method copyRestrictedPathIfExistsTest (line 131) | @Test method copyUnrestrictedPathIfExistsTest (line 156) | @Test method pathHasNoCopyRestrictionTest (line 174) | @Test method pathHasCopyRestrictionTest (line 183) | @Test method copyFileToAnotherDirectory (line 192) | @Test method copyFileToNullDirectory (line 207) | @Test method givenThatPathIsRestricted (line 220) | private void givenThatPathIsRestricted(final Path path) { method givenThatPathIsUnrestricted (line 224) | private void givenThatPathIsUnrestricted(final Path path) { method whenPathIsCopied (line 228) | private void whenPathIsCopied(final Path path) { method whenPathIsCopiedToAnotherDirectory (line 234) | private void whenPathIsCopiedToAnotherDirectory(final Path path, method whenPathsAreCopiedIfExists (line 243) | private void whenPathsAreCopiedIfExists(final Collection paths) { method whenPathIsCheckedForCopyRestrictions (line 249) | private boolean whenPathIsCheckedForCopyRestrictions(final Path path) { method thenPathWasCopied (line 253) | private void thenPathWasCopied(final Path path) { method thenPathWasCopiedToAnotherDirectory (line 261) | private void thenPathWasCopiedToAnotherDirectory(final Path path, method thenPathWasCopiedToSameDirectory (line 271) | private void thenPathWasCopiedToSameDirectory(final Path path, method thenPathWasNotCopied (line 280) | private void thenPathWasNotCopied(final Path path) { method thenPathWasNotCopied (line 288) | private void thenPathWasNotCopied(final Path path, method thenPathWasCopiedIfExists (line 294) | private void thenPathWasCopiedIfExists(final Path path) { method thenPathWasNotCopiedIfExists (line 300) | private void thenPathWasNotCopiedIfExists(final Path path) { method thenPathWasNotCopiedIfExists (line 307) | private void thenPathWasNotCopiedIfExists(final Path path, method thenPathHasNoCopyRestrictions (line 313) | private void thenPathHasNoCopyRestrictions(final boolean hasRestrictio... method thenPathHasCopyRestrictions (line 317) | private void thenPathHasCopyRestrictions(final boolean hasRestriction) { method createFile (line 321) | private Path createFile() { method createFile (line 325) | private Path createFile(String fileName) { method getAnotherDirectory (line 333) | private Path getAnotherDirectory() { method mockCopyRestrictors (line 338) | private void mockCopyRestrictors() { FILE: uberfire-extensions/uberfire-commons-editor/uberfire-commons-editor-backend/src/test/java/org/uberfire/ext/editor/commons/backend/service/DeleteServiceImplTest.java class DeleteServiceImplTest (line 49) | @RunWith(MockitoJUnitRunner.class) method setup (line 78) | @Before method deleteLockedPathTest (line 92) | @Test method deleteUnlockedPathTest (line 108) | @Test method deleteLockedPathIfExistsTest (line 117) | @Test method deleteUnlockedPathIfExistsTest (line 142) | @Test method pathHasNoDeleteRestrictionTest (line 160) | @Test method pathHasDeleteRestrictionTest (line 169) | @Test method deletePathInvokesDeleteHelpers (line 178) | @Test method deletePathsIfExistsInvokesDeleteHelpers (line 189) | @Test method deletePathInvokesDeleteHelpersInCorrectOrder (line 205) | @Test method givenThatPathIsLocked (line 223) | private void givenThatPathIsLocked(final Path path) { method givenThatPathIsUnlocked (line 228) | private void givenThatPathIsUnlocked(final Path path) { method whenPathIsDeleted (line 233) | private void whenPathIsDeleted(final Path path) { method whenPathsAreDeletedIfExists (line 238) | private void whenPathsAreDeletedIfExists(final Collection paths) { method whenPathIsCheckedForDeleteRestrictions (line 243) | private boolean whenPathIsCheckedForDeleteRestrictions(final Path path) { method thenPathWasDeleted (line 247) | private void thenPathWasDeleted(final Path path) { method thenPathWasNotDeleted (line 252) | private void thenPathWasNotDeleted(final Path path) { method thenPathWasNotDeleted (line 258) | private void thenPathWasNotDeleted(final Path path, method thenPathWasDeletedIfExists (line 264) | private void thenPathWasDeletedIfExists(final Path path) { method thenPathWasNotDeletedIfExists (line 269) | private void thenPathWasNotDeletedIfExists(final Path path) { method thenPathWasNotDeletedIfExists (line 275) | private void thenPathWasNotDeletedIfExists(final Path path, method thenPathHasNoDeleteRestrictions (line 281) | private void thenPathHasNoDeleteRestrictions(final boolean hasRestrict... method thenPathHasDeleteRestrictions (line 285) | private void thenPathHasDeleteRestrictions(final boolean hasRestrictio... method thenIOServiceBatchStarted (line 289) | private void thenIOServiceBatchStarted() { method thenIOServiceBatchEnded (line 293) | private void thenIOServiceBatchEnded() { method thenDeleteHelperWasInvoked (line 297) | private void thenDeleteHelperWasInvoked(final Path path) { method getPath (line 301) | private Path getPath() { method getPath (line 305) | private Path getPath(String fileName) { method changeLockInfo (line 310) | private void changeLockInfo(Path path, FILE: uberfire-extensions/uberfire-commons-editor/uberfire-commons-editor-backend/src/test/java/org/uberfire/ext/editor/commons/backend/service/RenameServiceImplTest.java class RenameServiceImplTest (line 46) | @RunWith(MockitoJUnitRunner.class) method setup (line 72) | @Before method renameLockedPathTest (line 90) | @Test method renameUnlockedPathTest (line 106) | @Test method renameLockedPathIfExistsTest (line 115) | @Test method renameUnlockedPathIfExistsTest (line 140) | @Test method pathHasNoRenameRestrictionTest (line 158) | @Test method pathHasRenameRestrictionTest (line 167) | @Test method givenThatPathIsLocked (line 176) | private void givenThatPathIsLocked(final Path path) { method givenThatPathIsUnlocked (line 181) | private void givenThatPathIsUnlocked(final Path path) { method whenPathIsRenamed (line 186) | private void whenPathIsRenamed(final Path path) { method whenPathsAreRenamedIfExists (line 192) | private void whenPathsAreRenamedIfExists(final Collection paths) { method whenPathIsCheckedForRenameRestrictions (line 198) | private boolean whenPathIsCheckedForRenameRestrictions(final Path path) { method thenPathWasRenamed (line 202) | private void thenPathWasRenamed(final Path path) { method thenPathWasNotRenamed (line 208) | private void thenPathWasNotRenamed(final Path path) { method thenPathWasNotRenamed (line 215) | private void thenPathWasNotRenamed(final Path path, method thenPathWasRenamedIfExists (line 221) | private void thenPathWasRenamedIfExists(final Path path) { method thenPathWasNotRenamedIfExists (line 227) | private void thenPathWasNotRenamedIfExists(final Path path) { method thenPathWasNotRenamedIfExists (line 234) | private void thenPathWasNotRenamedIfExists(final Path path, method thenPathHasNoRenameRestrictions (line 240) | private void thenPathHasNoRenameRestrictions(final boolean hasRestrict... method thenPathHasRenameRestrictions (line 244) | private void thenPathHasRenameRestrictions(final boolean hasRestrictio... method getPath (line 248) | private Path getPath() { method getPath (line 252) | private Path getPath(String fileName) { method changeLockInfo (line 257) | private void changeLockInfo(Path path, FILE: uberfire-extensions/uberfire-commons-editor/uberfire-commons-editor-backend/src/test/java/org/uberfire/ext/editor/commons/backend/service/SaveAndRenameServiceImplTest.java class SaveAndRenameServiceImplTest (line 33) | @RunWith(MockitoJUnitRunner.class) method setup (line 41) | @Before method testRename (line 48) | @Test method testSave (line 60) | @Test method testSaveAndRename (line 73) | @Test FILE: uberfire-extensions/uberfire-commons-editor/uberfire-commons-editor-backend/src/test/java/org/uberfire/ext/editor/commons/backend/service/htmleditor/HtmlEditorServiceImplTest.java class HtmlEditorServiceImplTest (line 38) | @RunWith(MockitoJUnitRunner.class) method testInit (line 72) | @Test method testDelete (line 80) | @Test method testRename (line 88) | @Test method testSave (line 100) | @Test method testCopyWithoutTargetDirectory (line 112) | @Test method testCopyWithTargetDirectory (line 124) | @Test method testLoad (line 138) | @Test method testSaveAndRename (line 151) | @Test FILE: uberfire-extensions/uberfire-commons-editor/uberfire-commons-editor-backend/src/test/java/org/uberfire/ext/editor/commons/backend/service/naming/PathNamingServiceImplTest.java class PathNamingServiceImplTest (line 38) | public class PathNamingServiceImplTest { method setup (line 48) | @Before method cleanupFileSystem (line 55) | @After method buildTargetPathForFolderInTheSameDirectoryTest (line 60) | @Test method buildTargetPathForFileInTheSameDirectoryTest (line 91) | @Test method buildTargetPathForResourceTypeFileInTheSameDirectoryTest (line 122) | @Test method buildTargetPathForFolderInAnotherDirectoryTest (line 135) | @Test method buildTargetPathForFileInAnotherDirectoryTest (line 149) | @Test method buildTargetPathForResourceTypeFileInAnotherDirectoryTest (line 165) | @Test method createFolder (line 181) | private Path createFolder(final String folderName) { method createFile (line 186) | private Path createFile(final String fileName) { method targetFolderName (line 191) | private String targetFolderName(final String originalFolderName, method targetFileName (line 201) | private String targetFileName(final String originalFileName, method createPathNamingService (line 211) | private PathNamingService createPathNamingService() { method createResourceTypeDefinitions (line 221) | private Collection createResourceTypeDefinitio... method createResourceTypeDefinition (line 231) | private ResourceTypeDefinition createResourceTypeDefinition(String suf... FILE: uberfire-extensions/uberfire-commons-editor/uberfire-commons-editor-backend/src/test/java/org/uberfire/ext/editor/commons/backend/service/restriction/LockRestrictorTest.java class LockRestrictorTest (line 38) | @RunWith(MockitoJUnitRunner.class) method setup (line 62) | @Before method lockFromAnotherUserShouldCauseRestriction (line 66) | @Test method lockedFilesShouldCauseRestriction (line 78) | @Test method noLockShouldNotCauseRestriction (line 91) | @Test method lockBySameUserShouldNotCauseRestriction (line 103) | @Test method emptyRestrictionListShouldNotCauseRestriction (line 117) | @Test FILE: uberfire-extensions/uberfire-commons-editor/uberfire-commons-editor-backend/src/test/java/org/uberfire/ext/editor/commons/backend/validation/ValidationUtils_ParameterizedArtifactIdTest.java class ValidationUtils_ParameterizedArtifactIdTest (line 26) | @RunWith(Parameterized.class) method data (line 34) | @Parameters method isArtifactIdentifier (line 86) | @Test FILE: uberfire-extensions/uberfire-commons-editor/uberfire-commons-editor-backend/src/test/java/org/uberfire/ext/editor/commons/backend/validation/ValidationUtils_ParameterizedFilenameTest.java class ValidationUtils_ParameterizedFilenameTest (line 26) | @RunWith(Parameterized.class) method data (line 34) | @Parameters method isValidFileName (line 82) | @Test FILE: uberfire-extensions/uberfire-commons-editor/uberfire-commons-editor-backend/src/test/java/org/uberfire/ext/editor/commons/backend/validation/ValidationUtils_ParameterizedJavaIdTest.java class ValidationUtils_ParameterizedJavaIdTest (line 26) | @RunWith(Parameterized.class) method data (line 34) | @Parameters method isJavaIdentifier (line 100) | @Test FILE: uberfire-extensions/uberfire-commons-editor/uberfire-commons-editor-backend/src/test/java/org/uberfire/ext/editor/commons/backend/version/MockIOService.java class MockIOService (line 53) | public class MockIOService method setExistingPaths (line 58) | public void setExistingPaths(Path... paths) { method dispose (line 64) | @Override method startBatch (line 69) | @Override method startBatch (line 74) | @Override method endBatch (line 80) | @Override method convert (line 85) | @Override method get (line 90) | @Override method get (line 96) | @Override method getFileSystemMetadata (line 101) | @Override method getFileSystem (line 106) | @Override method newFileSystem (line 111) | @Override method onNewFileSystem (line 117) | @Override method newInputStream (line 122) | @Override method newOutputStream (line 128) | @Override method newByteChannel (line 134) | @Override method newByteChannel (line 140) | @Override method newDirectoryStream (line 147) | @Override method newDirectoryStream (line 152) | @Override method createFile (line 158) | @Override method createDirectory (line 164) | @Override method createDirectories (line 170) | @Override method createDirectory (line 176) | @Override method createDirectories (line 182) | @Override method delete (line 188) | @Override method deleteIfExists (line 194) | @Override method createTempFile (line 200) | @Override method createTempFile (line 207) | @Override method createTempDirectory (line 215) | @Override method createTempDirectory (line 221) | @Override method copy (line 228) | @Override method move (line 235) | @Override method getFileAttributeView (line 242) | @Override method readAttributes (line 248) | @Override method readAttributes (line 253) | @Override method setAttributes (line 259) | @Override method setAttributes (line 265) | @Override method setAttribute (line 271) | @Override method getAttribute (line 278) | @Override method getLastModifiedTime (line 284) | @Override method size (line 289) | @Override method exists (line 294) | @Override method notExists (line 299) | @Override method isSameFile (line 304) | @Override method newBufferedReader (line 310) | @Override method newBufferedWriter (line 316) | @Override method copy (line 323) | @Override method copy (line 330) | @Override method readAllBytes (line 336) | @Override method readAllLines (line 341) | @Override method readAllLines (line 346) | @Override method readAllString (line 352) | @Override method readAllString (line 358) | @Override method write (line 363) | @Override method write (line 370) | @Override method write (line 378) | @Override method write (line 386) | @Override method write (line 394) | @Override method write (line 401) | @Override method write (line 409) | @Override method write (line 417) | @Override method write (line 426) | @Override method write (line 434) | @Override method priority (line 443) | @Override FILE: uberfire-extensions/uberfire-commons-editor/uberfire-commons-editor-backend/src/test/java/org/uberfire/ext/editor/commons/backend/version/VersionRecordServiceImplTest.java class VersionRecordServiceImplTest (line 37) | public class VersionRecordServiceImplTest { method setUp (line 45) | @Before method testSimple (line 82) | @Test method testMainFileHasHigherPriorityWhenCommitTimeIsEqual (line 109) | @Test method testNoDotFile (line 139) | @Test method testLoadRecord (line 161) | @Test method testLoadRecordMain (line 188) | @Test method makeVersionRecord (line 215) | private VersionRecord makeVersionRecord(final String id, class MockVersionAttributeView (line 251) | private class MockVersionAttributeView method MockVersionAttributeView (line 256) | public MockVersionAttributeView(org.uberfire.java.nio.file.Path path) { method readAttributes (line 265) | @Override method viewTypes (line 325) | @Override FILE: uberfire-extensions/uberfire-commons-editor/uberfire-commons-editor-backend/src/test/java/org/uberfire/ext/editor/commons/backend/version/VersionServiceImplTest.java class VersionServiceImplTest (line 42) | @RunWith(MockitoJUnitRunner.class) method setUp (line 56) | @Before method restore (line 64) | @Test FILE: uberfire-extensions/uberfire-commons-editor/uberfire-commons-editor-client/src/main/java/org/uberfire/ext/editor/commons/client/BaseEditor.java class BaseEditor (line 69) | public abstract class BaseEditor { method BaseEditor (line 141) | BaseEditor(VersionRecordManager versionRecordManager, method BaseEditor (line 151) | protected BaseEditor() { method BaseEditor (line 154) | protected BaseEditor(final BaseEditorView baseView) { method init (line 158) | protected void init(final ObservablePath path, method init (line 170) | protected void init(final ObservablePath path, method init (line 185) | protected void init(final ObservablePath path, method showVersions (line 227) | protected void showVersions() { method makeMenuBar (line 234) | protected Promise makeMenuBar() { method addDownloadMenuItem (line 264) | protected void addDownloadMenuItem(final BasicFileMenuBuilder menuBuil... method downloadMenuItem (line 268) | protected MenuItem downloadMenuItem() { method getOnSave (line 272) | Command getOnSave() { method getSaveAndRename (line 276) | protected Command getSaveAndRename() { method getBeforeSaveAndRenameCommand (line 291) | protected Command getBeforeSaveAndRenameCommand() { method getSaveValidator (line 296) | protected Supplier getSaveValidator() { method onSuccess (line 317) | protected ParameterizedCommand onSuccess() { method getSaveAndRenameCommandBuilder (line 334) | protected SaveAndRenameCommandBuilder getSaveAndRenameCommandBui... method getPathSupplier (line 338) | protected Supplier getPathSupplier() { method buildMenuBar (line 347) | protected void buildMenuBar() { method getRenameValidator (line 353) | public Validator getRenameValidator() { method getCopyValidator (line 357) | public Validator getCopyValidator() { method selectVersion (line 361) | private void selectVersion(VersionRecord versionRecord) { method setOriginalHash (line 371) | public void setOriginalHash(Integer originalHash) { method addFileChangeListeners (line 375) | private void addFileChangeListeners(final ObservablePath path) { method onConcurrentRename (line 402) | void onConcurrentRename(final ObservablePath.OnConcurrentRenameEvent i... method onConcurrentRenameIgnoreCommand (line 414) | Command onConcurrentRenameIgnoreCommand(final ObservablePath path) { method onConcurrentRenameCloseCommand (line 422) | Command onConcurrentRenameCloseCommand(final ObservablePath path) { method onConcurrentDelete (line 430) | void onConcurrentDelete(final ObservablePath.OnConcurrentDelete info) { method onConcurrentDeleteIgnoreCommand (line 441) | Command onConcurrentDeleteIgnoreCommand(final ObservablePath path) { method onConcurrentDeleteCloseCommand (line 450) | Command onConcurrentDeleteCloseCommand(final ObservablePath path) { method disableDeletePopup (line 459) | private void disableDeletePopup() { method onDelete (line 465) | private void onDelete() { method onRename (line 474) | protected void onRename() { method getTitle (line 482) | protected IsWidget getTitle() { method getTitleWidget (line 487) | EditorTitle getTitleWidget() { method getTitleText (line 491) | public String getTitleText() { method getTitleText (line 495) | String getTitleText(final ObservablePath observablePath) { method getType (line 499) | ClientResourceType getType() { method onSave (line 503) | protected void onSave() { method showConcurrentUpdatePopup (line 512) | protected void showConcurrentUpdatePopup() { method getConcurrentUpdatePopup (line 520) | ConcurrentChangePopup getConcurrentUpdatePopup() { method getSaveSuccessCallback (line 545) | public RemoteCallback getSaveSuccessCallback(final int newHash) { method onRestore (line 557) | public void onRestore(@Observes RestoreEvent restore) { method reload (line 572) | public void reload() { method reload (line 577) | void reload(final ObservablePath path) { method refreshTitle (line 585) | void refreshTitle(final ObservablePath observablePath) { method showBusyIndicator (line 589) | void showBusyIndicator() { method makeLoading (line 593) | String makeLoading() { method notifyChangeTitle (line 597) | void notifyChangeTitle(final ObservablePath path) { method makeChangeTitleWidgetEvent (line 601) | ChangeTitleWidgetEvent makeChangeTitleWidgetEvent(final ObservablePath... method initVersionRecordManager (line 609) | void initVersionRecordManager() { method getSelectVersion (line 617) | Callback getSelectVersion() { method getPlace (line 621) | PlaceRequest getPlace() { method disableMenus (line 625) | void disableMenus() { method disableMenuItem (line 632) | public void disableMenuItem(final MenuItems menuItem) { method enableMenuItem (line 636) | public void enableMenuItem(final MenuItems menuItem) { method setEnableMenuItem (line 640) | private void setEnableMenuItem(final MenuItems menuItem, method getMenus (line 649) | public void getMenus(final Consumer menusConsumer) { method getValidateCommand (line 669) | public Command getValidateCommand() { method onBeforeValidate (line 689) | protected void onBeforeValidate() { method onAfterValidate (line 694) | protected void onAfterValidate() { method onValidate (line 703) | protected void onValidate(final Command finished) { method loadContent (line 707) | protected abstract void loadContent(); method getContentSupplier (line 709) | protected Supplier getContentSupplier() { method isDirtySupplier (line 713) | protected Supplier isDirtySupplier() { method isMetadataDirty (line 717) | boolean isMetadataDirty() { method isMetadataDirty (line 728) | private boolean isMetadataDirty(final M metadata) { method isContentDirty (line 733) | boolean isContentDirty() { method getCurrentContentHash (line 737) | protected Integer getCurrentContentHash() { method getMetadataSupplier (line 745) | protected Supplier getMetadataSupplier() { method save (line 752) | protected void save() { method getDeleteServiceCaller (line 756) | protected Caller getDeleteServiceCaller() { method getRenameServiceCaller (line 760) | protected Caller getRenameServiceCaller() { method getSaveAndRenameServiceCaller (line 764) | protected Caller> getSaveAndRena... method getCopyServiceCaller (line 768) | protected Caller getCopyServiceCaller() { method mayClose (line 772) | public boolean mayClose(Integer currentHash) { method isDirty (line 780) | public boolean isDirty(Integer currentHash) { method getVersionRecordManager (line 788) | public VersionRecordManager getVersionRecordManager() { method setMetadataOriginalHash (line 792) | public void setMetadataOriginalHash(final Integer metadataOriginalHash) { FILE: uberfire-extensions/uberfire-commons-editor/uberfire-commons-editor-client/src/main/java/org/uberfire/ext/editor/commons/client/BaseEditorEntryPoint.java class BaseEditorEntryPoint (line 24) | @Bundle("resources/i18n/Constants.properties") method init (line 28) | @PostConstruct FILE: uberfire-extensions/uberfire-commons-editor/uberfire-commons-editor-client/src/main/java/org/uberfire/ext/editor/commons/client/BaseEditorView.java type BaseEditorView (line 22) | public interface BaseEditorView method showLoading (line 26) | void showLoading(); method showSaving (line 28) | void showSaving(); method alertReadOnly (line 30) | void alertReadOnly(); method getTitleWidget (line 32) | EditorTitle getTitleWidget(); method refreshTitle (line 34) | void refreshTitle(final String value); method confirmClose (line 36) | boolean confirmClose(); FILE: uberfire-extensions/uberfire-commons-editor/uberfire-commons-editor-client/src/main/java/org/uberfire/ext/editor/commons/client/BaseEditorViewImpl.java class BaseEditorViewImpl (line 24) | public abstract class BaseEditorViewImpl method alertReadOnly (line 30) | @Override method showLoading (line 35) | @Override method showSaving (line 40) | @Override method getTitleWidget (line 45) | @Override method refreshTitle (line 50) | @Override method showBusyIndicator (line 55) | @Override method hideBusyIndicator (line 60) | @Override method confirmClose (line 65) | @Override FILE: uberfire-extensions/uberfire-commons-editor/uberfire-commons-editor-client/src/main/java/org/uberfire/ext/editor/commons/client/EditorTitle.java class EditorTitle (line 23) | public class EditorTitle method setText (line 28) | public void setText(final String value) { method setText (line 32) | public void setText(String fileName, method asWidget (line 37) | @Override FILE: uberfire-extensions/uberfire-commons-editor/uberfire-commons-editor-client/src/main/java/org/uberfire/ext/editor/commons/client/event/AbstractConcurrentOperationEvent.java class AbstractConcurrentOperationEvent (line 22) | public class AbstractConcurrentOperationEvent implements UberFireEvent { method AbstractConcurrentOperationEvent (line 26) | public AbstractConcurrentOperationEvent(final ObservablePath path) { method getPath (line 30) | public ObservablePath getPath() { method equals (line 34) | @Override method hashCode (line 48) | @Override FILE: uberfire-extensions/uberfire-commons-editor/uberfire-commons-editor-client/src/main/java/org/uberfire/ext/editor/commons/client/event/ConcurrentDeleteAcceptedEvent.java class ConcurrentDeleteAcceptedEvent (line 21) | public class ConcurrentDeleteAcceptedEvent extends AbstractConcurrentOpe... method ConcurrentDeleteAcceptedEvent (line 23) | public ConcurrentDeleteAcceptedEvent(final ObservablePath path) { FILE: uberfire-extensions/uberfire-commons-editor/uberfire-commons-editor-client/src/main/java/org/uberfire/ext/editor/commons/client/event/ConcurrentDeleteIgnoredEvent.java class ConcurrentDeleteIgnoredEvent (line 21) | public class ConcurrentDeleteIgnoredEvent extends AbstractConcurrentOper... method ConcurrentDeleteIgnoredEvent (line 23) | public ConcurrentDeleteIgnoredEvent(final ObservablePath path) { FILE: uberfire-extensions/uberfire-commons-editor/uberfire-commons-editor-client/src/main/java/org/uberfire/ext/editor/commons/client/event/ConcurrentRenameAcceptedEvent.java class ConcurrentRenameAcceptedEvent (line 21) | public class ConcurrentRenameAcceptedEvent extends AbstractConcurrentOpe... method ConcurrentRenameAcceptedEvent (line 23) | public ConcurrentRenameAcceptedEvent(final ObservablePath path) { FILE: uberfire-extensions/uberfire-commons-editor/uberfire-commons-editor-client/src/main/java/org/uberfire/ext/editor/commons/client/event/ConcurrentRenameIgnoredEvent.java class ConcurrentRenameIgnoredEvent (line 21) | public class ConcurrentRenameIgnoredEvent extends AbstractConcurrentOper... method ConcurrentRenameIgnoredEvent (line 23) | public ConcurrentRenameIgnoredEvent(final ObservablePath path) { FILE: uberfire-extensions/uberfire-commons-editor/uberfire-commons-editor-client/src/main/java/org/uberfire/ext/editor/commons/client/file/CommandWithFileNameAndCommitMessage.java type CommandWithFileNameAndCommitMessage (line 24) | public interface CommandWithFileNameAndCommitMessage extends Parameteriz... FILE: uberfire-extensions/uberfire-commons-editor/uberfire-commons-editor-client/src/main/java/org/uberfire/ext/editor/commons/client/file/CopyPopUpViewProducer.java class CopyPopUpViewProducer (line 28) | @Dependent method copyPopUpViewProducer (line 38) | @Produces FILE: uberfire-extensions/uberfire-commons-editor/uberfire-commons-editor-client/src/main/java/org/uberfire/ext/editor/commons/client/file/FileNameAndCommitMessage.java class FileNameAndCommitMessage (line 22) | public class FileNameAndCommitMessage { method FileNameAndCommitMessage (line 27) | public FileNameAndCommitMessage(final String newFileName, method getNewFileName (line 33) | public String getNewFileName() { method getCommitMessage (line 37) | public String getCommitMessage() { FILE: uberfire-extensions/uberfire-commons-editor/uberfire-commons-editor-client/src/main/java/org/uberfire/ext/editor/commons/client/file/RestoreUtil.java class RestoreUtil (line 24) | public class RestoreUtil { method createObservablePath (line 26) | public ObservablePath createObservablePath(Path path, FILE: uberfire-extensions/uberfire-commons-editor/uberfire-commons-editor-client/src/main/java/org/uberfire/ext/editor/commons/client/file/exports/AbstractFileExport.java class AbstractFileExport (line 25) | public abstract class AbstractFileExport implements FileExport { method AbstractFileExport (line 29) | public AbstractFileExport() { method AbstractFileExport (line 37) | protected AbstractFileExport(final BiConsumer saveAs) { method getContent (line 41) | protected abstract Optional getContent(final T entity); method export (line 43) | @Override FILE: uberfire-extensions/uberfire-commons-editor/uberfire-commons-editor-client/src/main/java/org/uberfire/ext/editor/commons/client/file/exports/FileExport.java type FileExport (line 31) | public interface FileExport { method export (line 39) | public void export(T content, FILE: uberfire-extensions/uberfire-commons-editor/uberfire-commons-editor-client/src/main/java/org/uberfire/ext/editor/commons/client/file/exports/FileExportProducer.java class FileExportProducer (line 31) | @ApplicationScoped method FileExportProducer (line 36) | protected FileExportProducer() { method FileExportProducer (line 40) | @Inject method init (line 45) | @PostConstruct method forText (line 50) | @Produces method forPDF (line 55) | @Produces method forImage (line 60) | @Produces method forSvg (line 65) | @Produces FILE: uberfire-extensions/uberfire-commons-editor/uberfire-commons-editor-client/src/main/java/org/uberfire/ext/editor/commons/client/file/exports/FileExportResources.java type FileExportResources (line 26) | public interface FileExportResources extends ClientBundle { method fileSaver (line 31) | @Source("js/FileSaver.min.js") method jsPdf (line 35) | @Source("js/jspdf.min.js") method canvas2svg (line 38) | @Source("js/canvas2svg.js") FILE: uberfire-extensions/uberfire-commons-editor/uberfire-commons-editor-client/src/main/java/org/uberfire/ext/editor/commons/client/file/exports/ImageDataUriContent.java class ImageDataUriContent (line 21) | public final class ImageDataUriContent { method create (line 27) | public static ImageDataUriContent create(final String uri) { method ImageDataUriContent (line 36) | private ImageDataUriContent(final String uri, method getUri (line 44) | public String getUri() { method getData (line 48) | public String getData() { method getMimeType (line 52) | public String getMimeType() { method parseMimeType (line 56) | private static String parseMimeType(final String uriDataType) { FILE: uberfire-extensions/uberfire-commons-editor/uberfire-commons-editor-client/src/main/java/org/uberfire/ext/editor/commons/client/file/exports/ImageFileExport.java class ImageFileExport (line 31) | public class ImageFileExport extends AbstractFileExport saveAs) { method getContent (line 40) | @Override method dataImageAsBlob (line 52) | public static Blob dataImageAsBlob(final String data, FILE: uberfire-extensions/uberfire-commons-editor/uberfire-commons-editor-client/src/main/java/org/uberfire/ext/editor/commons/client/file/exports/PdfDocument.java class PdfDocument (line 27) | public final class PdfDocument { method create (line 37) | public static PdfDocument create(final PdfExportPreferences settings) { method PdfDocument (line 41) | private PdfDocument(PdfExportPreferences settings) { method addText (line 51) | public void addText(final String text, method addImage (line 67) | public void addImage(final String urlData, method getSettings (line 81) | public PdfExportPreferences getSettings() { method getPdfEntries (line 85) | List getPdfEntries() { type PdfEntry (line 89) | interface PdfEntry { class Text (line 93) | static final class Text implements PdfEntry { method Text (line 99) | private Text(final String text, method getText (line 107) | public String getText() { method getX (line 111) | public int getX() { method getY (line 115) | public int getY() { class Image (line 120) | static final class Image implements PdfEntry { method Image (line 129) | private Image(final String toDataURL, method getToDataURL (line 143) | public String getToDataURL() { method getImgType (line 147) | public String getImgType() { method getX (line 151) | public int getX() { method getY (line 155) | public int getY() { method getWidth (line 159) | public int getWidth() { method getHeight (line 163) | public int getHeight() { FILE: uberfire-extensions/uberfire-commons-editor/uberfire-commons-editor-client/src/main/java/org/uberfire/ext/editor/commons/client/file/exports/PdfFileExport.java class PdfFileExport (line 23) | public class PdfFileExport implements FileExport { method export (line 25) | @Override method export (line 33) | void export(final PdfDocument content, method processEntry (line 42) | private void processEntry(final JsPdf jsFileExport, method createNewDocument (line 60) | private static JsPdf createNewDocument(final PdfDocument content) { FILE: uberfire-extensions/uberfire-commons-editor/uberfire-commons-editor-client/src/main/java/org/uberfire/ext/editor/commons/client/file/exports/TextContent.java class TextContent (line 19) | public final class TextContent { method create (line 23) | public static TextContent create(final String text) { method TextContent (line 27) | private TextContent(final String text) { method getText (line 31) | public String getText() { FILE: uberfire-extensions/uberfire-commons-editor/uberfire-commons-editor-client/src/main/java/org/uberfire/ext/editor/commons/client/file/exports/TextFileExport.java class TextFileExport (line 25) | public class TextFileExport extends AbstractFileExport { method TextFileExport (line 27) | public TextFileExport() { method TextFileExport (line 30) | TextFileExport(final BiConsumer saveAs) { method getContent (line 34) | @Override FILE: uberfire-extensions/uberfire-commons-editor/uberfire-commons-editor-client/src/main/java/org/uberfire/ext/editor/commons/client/file/exports/jso/FileExportScriptInjector.java class FileExportScriptInjector (line 35) | @ApplicationScoped method FileExportScriptInjector (line 44) | public FileExportScriptInjector() { method FileExportScriptInjector (line 48) | FileExportScriptInjector(final Consumer scriptInjector) { method inject (line 52) | public void inject() { method getFileSaverSource (line 61) | private String getFileSaverSource() { method getJsPdfSource (line 69) | private String getJsPdfSource() { method getC2SSource (line 78) | private String getC2SSource() { method inject (line 82) | private static void inject(final String raw) { method buildNamespaceObject (line 87) | static String buildNamespaceObject(final String namespace) { FILE: uberfire-extensions/uberfire-commons-editor/uberfire-commons-editor-client/src/main/java/org/uberfire/ext/editor/commons/client/file/exports/jso/JsFileSaver.java class JsFileSaver (line 29) | @JsType(isNative = true, namespace = JsPackage.GLOBAL) method saveAs (line 38) | @JsMethod FILE: uberfire-extensions/uberfire-commons-editor/uberfire-commons-editor-client/src/main/java/org/uberfire/ext/editor/commons/client/file/exports/jso/JsPdf.java class JsPdf (line 29) | @JsType(isNative = true, namespace = JsPackage.GLOBAL) method create (line 37) | @JsOverlay method JsPdf (line 42) | @JsConstructor method text (line 52) | public native void text(String text, method addImage (line 64) | public native void addImage(String imgData, method save (line 75) | public native void save(String fileName); FILE: uberfire-extensions/uberfire-commons-editor/uberfire-commons-editor-client/src/main/java/org/uberfire/ext/editor/commons/client/file/exports/jso/JsPdfSettings.java class JsPdfSettings (line 31) | @JsType(isNative = true, name = "Object", namespace = JsPackage.GLOBAL) method create (line 41) | @JsOverlay method getOrientation (line 52) | @JsProperty method setOrientation (line 55) | @JsProperty method getUnit (line 58) | @JsProperty method setUnit (line 61) | @JsProperty method getFormat (line 64) | @JsProperty method setFormat (line 67) | @JsProperty FILE: uberfire-extensions/uberfire-commons-editor/uberfire-commons-editor-client/src/main/java/org/uberfire/ext/editor/commons/client/file/exports/jso/svg/C2S.java class C2S (line 39) | @JsType(isNative = true, namespace = JsPackage.GLOBAL) method create (line 42) | @JsOverlay method setViewBox (line 56) | @JsOverlay method C2S (line 63) | protected C2S(C2SSettings options) { method setOptions (line 68) | @JsProperty method getSerializedSvg (line 71) | public final native String getSerializedSvg(); method getSvg (line 73) | public final native Element getSvg(); method setFillStyle (line 76) | @JsProperty method setStrokeStyle (line 79) | @JsProperty method setLineWidth (line 82) | @JsProperty method setLineCap (line 85) | @JsProperty method setLineJoin (line 88) | @JsProperty method setImageSmoothingEnabled (line 91) | @JsProperty method setFont (line 94) | @JsProperty method setTextBaseline (line 97) | @JsProperty method setTextAlign (line 100) | @JsProperty method setGlobalAlpha (line 103) | @JsProperty method setShadowColor (line 106) | @JsProperty method setShadowOffsetX (line 109) | @JsProperty method setShadowOffsetY (line 112) | @JsProperty method setShadowBlur (line 115) | @JsProperty method setMiterLimit (line 118) | @JsProperty method setLineDashOffset (line 121) | @JsProperty method save (line 124) | public final native void save(); method restore (line 126) | public final native void restore(); method beginPath (line 128) | public final native void beginPath(); method closePath (line 130) | public final native void closePath(); method moveTo (line 132) | public final native void moveTo(double x, double y); method lineTo (line 134) | public final native void lineTo(double x, double y); method setGlobalCompositeOperation (line 136) | public final native void setGlobalCompositeOperation(String operation); method quadraticCurveTo (line 138) | public final native void quadraticCurveTo(double cpx, double cpy, doub... method arc (line 140) | public final native void arc(double x, double y, double radius, double... method arc (line 142) | public final native void arc(double x, double y, double radius, double... method ellipse (line 144) | public final native void ellipse(double x, double y, double rx, double... method ellipse (line 146) | public final native void ellipse(double x, double y, double rx, double... method arcTo (line 148) | public final native void arcTo(double x1, double y1, double x2, double... method bezierCurveTo (line 150) | public final native void bezierCurveTo(double cp1x, double cp1y, doubl... method clearRect (line 152) | public final native void clearRect(double x, double y, double w, doubl... method clip (line 154) | public final native void clip(); method fill (line 156) | public final native void fill(); method stroke (line 158) | public final native void stroke(); method fillRect (line 160) | public final native void fillRect(double x, double y, double w, double... method fillText (line 162) | public final native void fillText(String text, double x, double y); method createLinearGradient (line 164) | public final native CanvasGradient createLinearGradient(double x0, dou... method createRadialGradient (line 166) | public final native CanvasGradient createRadialGradient(double x0, dou... method rect (line 168) | public final native void rect(double x, double y, double w, double h); method rotate (line 170) | public final native void rotate(double angle); method scale (line 172) | public final native void scale(double sx, double sy); method transform (line 174) | public final native void transform(double d0, double d1, double d2, do... method setTransform (line 176) | public final native void setTransform(double d0, double d1, double d2,... method strokeText (line 178) | public final native void strokeText(String text, double x, double y); method translate (line 180) | public final native void translate(double x, double y); method isPointInPath (line 182) | public final native boolean isPointInPath(double x, double y); method putImageData (line 184) | public final native void putImageData(ImageData imageData, double x, d... method putImageData (line 186) | public final native void putImageData(ImageData imageData, double x, d... method resetClip (line 188) | public final native void resetClip(); method setLineDash (line 190) | public final native void setLineDash(double[] dashes); method measureText (line 192) | public final native TextMetrics measureText(String text); method createImageData (line 194) | public final native HTMLCanvasElement createImageData(ImageData data); method getImageData (line 196) | public final native ImageData getImageData(double x, double y, double ... method createImageData (line 198) | public final native ImageData createImageData(double width, double hei... method drawImage (line 200) | public final native void drawImage(Element image, double x, double y); method drawImage (line 202) | public final native void drawImage(Element image, double x, double y, ... method drawImage (line 204) | public final native void drawImage(Element image, double sx, double sy... method saveGroup (line 207) | @JsOverlay method restoreGroup (line 218) | @JsOverlay method saveStyle (line 227) | @JsOverlay method restoreStyle (line 232) | @JsOverlay method addAttributes (line 239) | @JsOverlay method __createElement (line 247) | public final native Element __createElement(String elementName); method __closestGroupOrSvg (line 249) | public final native Element __closestGroupOrSvg(Object node); method __getStyleState (line 251) | public final native Object __getStyleState(); method __applyStyleState (line 253) | public final native void __applyStyleState(Object styleState); FILE: uberfire-extensions/uberfire-commons-editor/uberfire-commons-editor-client/src/main/java/org/uberfire/ext/editor/commons/client/file/exports/jso/svg/C2SContext2D.java class C2SContext2D (line 34) | public class C2SContext2D implements IContext2D { method C2SContext2D (line 38) | public C2SContext2D(double width, double height, Object nativeContext) { method C2SContext2D (line 42) | protected C2SContext2D(C2S delegate) { method getSerializedSvg (line 46) | public String getSerializedSvg() { method setFillStyle (line 50) | public void setFillStyle(String fillStyleColor) { method setStrokeStyle (line 54) | public void setStrokeStyle(String fillStyleColor) { method setLineWidth (line 58) | public void setLineWidth(double var1) { method setLineCap (line 62) | public void setLineCap(String lineCap) { method setLineJoin (line 66) | public void setLineJoin(String lineJoin) { method setImageSmoothingEnabled (line 70) | public void setImageSmoothingEnabled(boolean enabled) { method setFont (line 74) | public void setFont(String font) { method setTextBaseline (line 78) | public void setTextBaseline(String baseline) { method setTextAlign (line 82) | public void setTextAlign(String align) { method setGlobalAlpha (line 86) | public void setGlobalAlpha(double alpha) { method setShadowColor (line 90) | public void setShadowColor(String color) { method setShadowOffsetX (line 94) | public void setShadowOffsetX(double color) { method setShadowOffsetY (line 98) | public void setShadowOffsetY(double color) { method setShadowBlur (line 102) | public void setShadowBlur(int color) { method setMiterLimit (line 106) | public void setMiterLimit(double limit) { method setLineDashOffset (line 110) | public void setLineDashOffset(double offset) { method addAttributes (line 114) | public void addAttributes(Map attributes) { method saveGroup (line 118) | public void saveGroup(Map attributes) { method restoreGroup (line 122) | public void restoreGroup() { method saveStyle (line 126) | public void saveStyle() { method restoreStyle (line 130) | public void restoreStyle() { method save (line 134) | public void save() { method restore (line 138) | public void restore() { method beginPath (line 142) | public void beginPath() { method closePath (line 146) | public void closePath() { method moveTo (line 150) | public void moveTo(double x, double y) { method lineTo (line 154) | public void lineTo(double x, double y) { method setGlobalCompositeOperation (line 158) | public void setGlobalCompositeOperation(String operation) { method quadraticCurveTo (line 162) | public void quadraticCurveTo(double cpx, double cpy, double x, double ... method arc (line 166) | public void arc(double x, double y, double radius, double startAngle, ... method arc (line 170) | public void arc(double x, double y, double radius, double startAngle, ... method ellipse (line 174) | public void ellipse(double x, double y, double rx, double ry, double r... method ellipse (line 178) | public void ellipse(double x, double y, double rx, double ry, double r... method arcTo (line 182) | public void arcTo(double x1, double y1, double x2, double y2, double r... method bezierCurveTo (line 186) | public void bezierCurveTo(double cp1x, double cp1y, double cp2x, doubl... method clearRect (line 190) | public void clearRect(double x, double y, double w, double h) { method clip (line 194) | public void clip() { method fill (line 198) | public void fill() { method stroke (line 202) | public void stroke() { method fillRect (line 206) | public void fillRect(double x, double y, double w, double h) { method fillText (line 210) | public void fillText(String text, double x, double y) { method createLinearGradient (line 214) | public CanvasGradient createLinearGradient(double x0, double y0, doubl... method createRadialGradient (line 218) | public CanvasGradient createRadialGradient(double x0, double y0, doubl... method rect (line 222) | public void rect(double x, double y, double w, double h) { method rotate (line 226) | public void rotate(double angle) { method scale (line 230) | public void scale(double sx, double sy) { method transform (line 234) | public void transform(double d0, double d1, double d2, double d3, doub... method setTransform (line 238) | public void setTransform(double d0, double d1, double d2, double d3, d... method strokeText (line 242) | public void strokeText(String text, double x, double y) { method translate (line 246) | public void translate(double x, double y) { method isPointInPath (line 250) | public boolean isPointInPath(double x, double y) { method putImageData (line 254) | public void putImageData(ImageData imageData, double x, double y) { method putImageData (line 258) | public void putImageData(ImageData imageData, double x, double y, doub... method resetClip (line 262) | public void resetClip() { method setLineDash (line 266) | public void setLineDash(double[] dashes) { method measureText (line 270) | public TextMetrics measureText(String text) { method createImageData (line 274) | public HTMLCanvasElement createImageData(ImageData data) { method getImageData (line 278) | public ImageData getImageData(double x, double y, double width, double... method createImageData (line 282) | public ImageData createImageData(double width, double height) { method drawImage (line 286) | public void drawImage(Element image, double x, double y) { method drawImage (line 290) | public void drawImage(Element image, double x, double y, double w, dou... method drawImage (line 294) | public void drawImage(Element image, double sx, double sy, double sw, ... method getDelegate (line 298) | protected C2S getDelegate() { FILE: uberfire-extensions/uberfire-commons-editor/uberfire-commons-editor-client/src/main/java/org/uberfire/ext/editor/commons/client/file/exports/jso/svg/C2SSettings.java class C2SSettings (line 27) | @JsType(isNative = true, name = "Object", namespace = JsPackage.GLOBAL) method create (line 30) | @JsOverlay method setWidth (line 40) | @JsProperty method setHeight (line 43) | @JsProperty method setCtx (line 46) | @JsProperty method setEnableMirroring (line 49) | @JsProperty FILE: uberfire-extensions/uberfire-commons-editor/uberfire-commons-editor-client/src/main/java/org/uberfire/ext/editor/commons/client/file/exports/svg/Context2DFactory.java class Context2DFactory (line 25) | public class Context2DFactory { method create (line 27) | public static IContext2D create(SvgExportSettings settings){ FILE: uberfire-extensions/uberfire-commons-editor/uberfire-commons-editor-client/src/main/java/org/uberfire/ext/editor/commons/client/file/exports/svg/IContext2D.java type IContext2D (line 31) | public interface IContext2D { method getSerializedSvg (line 33) | String getSerializedSvg(); method setFillStyle (line 35) | void setFillStyle(String fillStyleColor); method setStrokeStyle (line 37) | void setStrokeStyle(String fillStyleColor); method setLineWidth (line 39) | void setLineWidth(double var1); method setLineCap (line 41) | void setLineCap(String lineCap); method setLineJoin (line 43) | void setLineJoin(String lineJoin); method setImageSmoothingEnabled (line 45) | void setImageSmoothingEnabled(boolean enabled); method setFont (line 47) | void setFont(String font); method setTextBaseline (line 49) | void setTextBaseline(String baseline); method setTextAlign (line 51) | void setTextAlign(String align); method setGlobalAlpha (line 53) | void setGlobalAlpha(double alpha); method setShadowColor (line 55) | void setShadowColor(String color); method setShadowOffsetX (line 57) | void setShadowOffsetX(double color); method setShadowOffsetY (line 59) | void setShadowOffsetY(double color); method setShadowBlur (line 61) | void setShadowBlur(int color); method setMiterLimit (line 63) | void setMiterLimit(double limit); method setLineDashOffset (line 65) | void setLineDashOffset(double offset); method addAttributes (line 67) | void addAttributes(Map attributes); method saveGroup (line 69) | void saveGroup(Map attributes); method saveStyle (line 71) | void saveStyle(); method restoreGroup (line 73) | void restoreGroup(); method restoreStyle (line 75) | void restoreStyle(); method save (line 77) | void save(); method restore (line 79) | void restore(); method beginPath (line 81) | void beginPath(); method closePath (line 83) | void closePath(); method moveTo (line 85) | void moveTo(double x, double y); method lineTo (line 87) | void lineTo(double x, double y); method setGlobalCompositeOperation (line 89) | void setGlobalCompositeOperation(String operation); method quadraticCurveTo (line 91) | void quadraticCurveTo(double cpx, double cpy, double x, double y); method arc (line 93) | void arc(double x, double y, double radius, double startAngle, double ... method arc (line 95) | void arc(double x, double y, double radius, double startAngle, double ... method ellipse (line 97) | void ellipse(double x, double y, double rx, double ry, double ro, doub... method ellipse (line 99) | void ellipse(double x, double y, double rx, double ry, double ro, doub... method arcTo (line 101) | void arcTo(double x1, double y1, double x2, double y2, double radius); method bezierCurveTo (line 103) | void bezierCurveTo(double cp1x, double cp1y, double cp2x, double cp2y,... method clearRect (line 105) | void clearRect(double x, double y, double w, double h); method clip (line 107) | void clip(); method fill (line 109) | void fill(); method stroke (line 111) | void stroke(); method fillRect (line 113) | void fillRect(double x, double y, double w, double h); method fillText (line 115) | void fillText(String text, double x, double y); method rect (line 117) | void rect(double x, double y, double w, double h); method rotate (line 119) | void rotate(double angle); method scale (line 121) | void scale(double sx, double sy); method transform (line 123) | void transform(double d0, double d1, double d2, double d3, double d4, ... method setTransform (line 125) | void setTransform(double d0, double d1, double d2, double d3, double d... method strokeText (line 127) | void strokeText(String text, double x, double y); method translate (line 129) | void translate(double x, double y); method isPointInPath (line 131) | boolean isPointInPath(double x, double y); method putImageData (line 133) | void putImageData(ImageData imageData, double x, double y); method putImageData (line 135) | void putImageData(ImageData imageData, double x, double y, double dx, ... method resetClip (line 137) | void resetClip(); method setLineDash (line 139) | void setLineDash(double[] dashes); method measureText (line 141) | TextMetrics measureText(String text); method createImageData (line 143) | HTMLCanvasElement createImageData(ImageData data); method getImageData (line 145) | ImageData getImageData(double x, double y, double width, double height); method createImageData (line 147) | ImageData createImageData(double width, double height); method drawImage (line 149) | void drawImage(Element image, double x, double y); method drawImage (line 151) | void drawImage(Element image, double x, double y, double w, double h); method drawImage (line 153) | void drawImage(Element image, double sx, double sy, double sw, double ... method createLinearGradient (line 155) | CanvasGradient createLinearGradient(double x0, double y0, double x1, d... method createRadialGradient (line 157) | CanvasGradient createRadialGradient(double x0, double y0, double r0, d... FILE: uberfire-extensions/uberfire-commons-editor/uberfire-commons-editor-client/src/main/java/org/uberfire/ext/editor/commons/client/file/exports/svg/SvgExportSettings.java class SvgExportSettings (line 22) | public class SvgExportSettings { method SvgExportSettings (line 28) | public SvgExportSettings(final double width, final double height, fina... method getWidth (line 34) | public double getWidth() { method getHeight (line 38) | public double getHeight() { method getContext (line 42) | public Object getContext() { FILE: uberfire-extensions/uberfire-commons-editor/uberfire-commons-editor-client/src/main/java/org/uberfire/ext/editor/commons/client/file/exports/svg/SvgFileExport.java class SvgFileExport (line 29) | public class SvgFileExport extends AbstractFileExport { method SvgFileExport (line 31) | public SvgFileExport() { method SvgFileExport (line 34) | protected SvgFileExport(BiConsumer saveAs) { method getContent (line 38) | @Override FILE: uberfire-extensions/uberfire-commons-editor/uberfire-commons-editor-client/src/main/java/org/uberfire/ext/editor/commons/client/file/popups/CommonModalBuilder.java class CommonModalBuilder (line 28) | public class CommonModalBuilder { method CommonModalBuilder (line 32) | public CommonModalBuilder() { method addHeader (line 36) | public CommonModalBuilder addHeader(String title) { method addBody (line 41) | public CommonModalBuilder addBody(HTMLElement element) { method addBody (line 47) | public CommonModalBuilder addBody(elemental2.dom.HTMLElement element) { method addFooter (line 53) | public CommonModalBuilder addFooter(ModalFooter footer) { method addFooter (line 58) | public CommonModalBuilder addFooter(HTMLElement element) { method addFooter (line 64) | public CommonModalBuilder addFooter(final elemental2.dom.HTMLElement h... method build (line 72) | public BaseModal build() { method getModal (line 76) | protected BaseModal getModal() { method makeModalBody (line 80) | ModalBody makeModalBody() { method makeModalFooter (line 84) | ModalFooter makeModalFooter() { method buildPanel (line 88) | protected FlowPanel buildPanel(final HTMLElement element, method buildPanel (line 96) | protected FlowPanel buildPanel(elemental2.dom.HTMLElement element, method build (line 102) | private Widget build(HTMLElement element) { method build (line 106) | private Widget build(elemental2.dom.HTMLElement element) { FILE: uberfire-extensions/uberfire-commons-editor/uberfire-commons-editor-client/src/main/java/org/uberfire/ext/editor/commons/client/file/popups/CopyPopUpPresenter.java class CopyPopUpPresenter (line 36) | @Dependent method CopyPopUpPresenter (line 45) | @Inject method setup (line 52) | @PostConstruct method show (line 57) | public void show(Path path, method show (line 70) | public void show(final Path path, method cancel (line 77) | public void cancel() { method getView (line 81) | public View getView() { method copy (line 85) | public void copy(String newName) { method getToggleCommentPresenter (line 93) | public ToggleCommentPresenter getToggleCommentPresenter() { method extension (line 97) | private String extension(final String fileName) { method defaultValidator (line 101) | private Validator defaultValidator() { method validatorCallback (line 111) | private ValidatorWithReasonCallback validatorCallback(final String com... method getPath (line 138) | public Path getPath() { method getValidator (line 142) | Validator getValidator() { method getCommand (line 146) | CommandWithFileNameAndCommitMessage getCommand() { type View (line 150) | public interface View extends UberElement { method show (line 152) | void show(); method hide (line 154) | void hide(); method handleDuplicatedFileName (line 156) | void handleDuplicatedFileName(); method handleInvalidFileName (line 158) | void handleInvalidFileName(); method getTargetPath (line 160) | Path getTargetPath(); method getPackageName (line 162) | String getPackageName(); method handleCopyNotAllowed (line 164) | void handleCopyNotAllowed(); FILE: uberfire-extensions/uberfire-commons-editor/uberfire-commons-editor-client/src/main/java/org/uberfire/ext/editor/commons/client/file/popups/CopyPopUpView.java class CopyPopUpView (line 39) | @Dependent method init (line 68) | @Override method show (line 75) | @Override method hide (line 82) | @Override method handleDuplicatedFileName (line 87) | @Override method handleInvalidFileName (line 93) | @Override method getTargetPath (line 99) | @Override method getPackageName (line 104) | @Override method handleCopyNotAllowed (line 109) | @Override method modalSetup (line 114) | private void modalSetup() { method footer (line 122) | private ModalFooter footer() { method translate (line 133) | private String translate(final String key, method copyCommand (line 139) | private Command copyCommand() { method newNameTextBoxSetup (line 143) | private void newNameTextBoxSetup() { method errorSetup (line 147) | private void errorSetup() { method showError (line 151) | private void showError(String errorMessage) { method cancelCommand (line 156) | private Command cancelCommand() { method setupComment (line 160) | private void setupComment() { method toggleCommentPresenter (line 164) | private ToggleCommentPresenter toggleCommentPresenter() { FILE: uberfire-extensions/uberfire-commons-editor/uberfire-commons-editor-client/src/main/java/org/uberfire/ext/editor/commons/client/file/popups/DeletePopUpPresenter.java class DeletePopUpPresenter (line 32) | @ApplicationScoped method DeletePopUpPresenter (line 41) | @Inject method setup (line 48) | @PostConstruct method show (line 53) | public void show(final ParameterizedCommand command) { method show (line 58) | public void show(final Validator validator, method cancel (line 66) | public void cancel() { method getValidator (line 71) | Validator getValidator() { method getCommand (line 75) | public ParameterizedCommand getCommand() { method isOpened (line 79) | public boolean isOpened() { method delete (line 83) | public void delete() { method validatorCallback (line 91) | private ValidatorWithReasonCallback validatorCallback(final String com... method defaultValidator (line 116) | private Validator defaultValidator() { method setPrompt (line 120) | public void setPrompt(final String prompt) { method setCommentIsHidden (line 124) | public void setCommentIsHidden(final boolean hidden) { method getToggleCommentPresenter (line 128) | public ToggleCommentPresenter getToggleCommentPresenter() { type View (line 132) | public interface View extends UberElement { method show (line 134) | void show(); method hide (line 136) | void hide(); method setPrompt (line 138) | void setPrompt(final String prompt); method handleDeleteNotAllowed (line 140) | void handleDeleteNotAllowed(); method handleUnexpectedError (line 142) | void handleUnexpectedError(); FILE: uberfire-extensions/uberfire-commons-editor/uberfire-commons-editor-client/src/main/java/org/uberfire/ext/editor/commons/client/file/popups/DeletePopUpView.java class DeletePopUpView (line 38) | @Dependent method init (line 66) | @Override method show (line 73) | @Override method hide (line 79) | @Override method setPrompt (line 84) | @Override method handleDeleteNotAllowed (line 89) | @Override method handleUnexpectedError (line 94) | @Override method modalSetup (line 99) | private void modalSetup() { method footer (line 107) | private ModalFooter footer() { method translate (line 119) | private String translate(final String key) { method deleteCommand (line 123) | private Command deleteCommand() { method cancelCommand (line 127) | private Command cancelCommand() { method setupComment (line 131) | private void setupComment() { method toggleCommentPresenter (line 135) | private ToggleCommentPresenter toggleCommentPresenter() { method showError (line 139) | private void showError(final String errorMessage) { method errorSetup (line 144) | private void errorSetup() { FILE: uberfire-extensions/uberfire-commons-editor/uberfire-commons-editor-client/src/main/java/org/uberfire/ext/editor/commons/client/file/popups/RenamePopUpPresenter.java class RenamePopUpPresenter (line 34) | @Dependent method RenamePopUpPresenter (line 60) | @Inject method show (line 67) | public void show(final Path path, method setupView (line 85) | void setupView() { method showView (line 90) | void showView() { method show (line 95) | public void show(final Path path, method show (line 104) | public void show(final Path path, method show (line 111) | public void show(final Path path, method show (line 120) | public void show(final Path path, method setup (line 128) | @PostConstruct method rename (line 133) | public void rename(final String newName) { method saveAndRename (line 142) | public void saveAndRename(final String newName) { method newFileName (line 151) | private String newFileName(final String newName) { method extension (line 158) | private String extension(final String fileName) { method validatorCallback (line 162) | private ValidatorWithReasonCallback validatorCallback(final String com... method isDirty (line 189) | boolean isDirty() { method cancel (line 193) | public void cancel() { method getView (line 197) | public View getView() { method getToggleCommentPresenter (line 201) | public ToggleCommentPresenter getToggleCommentPresenter() { method defaultValidator (line 205) | private Validator defaultValidator() { method getPath (line 209) | Path getPath() { method getValidator (line 213) | Validator getValidator() { method getRenameCommand (line 217) | CommandWithFileNameAndCommitMessage getRenameCommand() { method getOriginalFileName (line 221) | String getOriginalFileName() { method hideSaveAndRenameIfAssetIsNotDirty (line 225) | void hideSaveAndRenameIfAssetIsNotDirty() { method enablePrimaryButton (line 229) | void enablePrimaryButton() { type View (line 237) | public interface View extends UberElemental { method show (line 239) | void show(); method hide (line 241) | void hide(); method handleDuplicatedFileName (line 243) | void handleDuplicatedFileName(); method handleInvalidFileName (line 245) | void handleInvalidFileName(); method setOriginalFileName (line 247) | void setOriginalFileName(final String fileName); method handleRenameNotAllowed (line 249) | void handleRenameNotAllowed(); method renameAsPrimary (line 251) | void renameAsPrimary(); method saveAndRenameAsPrimary (line 253) | void saveAndRenameAsPrimary(); method hideSaveAndRename (line 255) | void hideSaveAndRename(final boolean hidden); FILE: uberfire-extensions/uberfire-commons-editor/uberfire-commons-editor-client/src/main/java/org/uberfire/ext/editor/commons/client/file/popups/RenamePopUpView.java class RenamePopUpView (line 39) | @Dependent method RenamePopUpView (line 78) | @Inject method init (line 101) | @Override method show (line 106) | @Override method setup (line 112) | private void setup() { method hide (line 119) | @Override method handleDuplicatedFileName (line 124) | @Override method handleInvalidFileName (line 129) | @Override method setOriginalFileName (line 134) | @Override method handleRenameNotAllowed (line 139) | @Override method onNewFileNameChange (line 144) | @EventHandler("newNameTextBox") method cancelCommand (line 149) | @EventHandler("cancel") method onRename (line 154) | @EventHandler("rename") method onSaveAndRename (line 159) | @EventHandler("saveAndRename") method renameAsPrimary (line 164) | @Override method saveAndRenameAsPrimary (line 170) | @Override method hideSaveAndRename (line 176) | @Override method modalSetup (line 181) | private void modalSetup() { method addPrimaryClass (line 189) | private void addPrimaryClass(final HTMLButtonElement buttonElement) { method removePrimaryClass (line 193) | private void removePrimaryClass(final HTMLButtonElement buttonElement) { method translate (line 197) | private String translate(final String key, method newNameTextBoxSetup (line 202) | private void newNameTextBoxSetup() { method errorSetup (line 208) | private void errorSetup() { method disableRenameButtonsIfNewNameIsNotNew (line 212) | private void disableRenameButtonsIfNewNameIsNotNew() { method showError (line 220) | private void showError(final String errorMessage) { method setupComment (line 225) | private void setupComment() { method getToggleCommentElement (line 229) | private Node getToggleCommentElement() { method getElement (line 237) | @Override FILE: uberfire-extensions/uberfire-commons-editor/uberfire-commons-editor-client/src/main/java/org/uberfire/ext/editor/commons/client/file/popups/RestorePopUpPresenter.java class RestorePopUpPresenter (line 37) | @Dependent method RestorePopUpPresenter (line 51) | @Inject method setup (line 64) | @PostConstruct method restore (line 69) | public void restore() { method show (line 74) | public void show(final ObservablePath currentPath, method cancel (line 83) | public void cancel() { method errorCallback (line 87) | private HasBusyIndicatorDefaultErrorCallback errorCallback() { method successCallback (line 91) | private RemoteCallback successCallback(final String currentVersi... method restoreCommand (line 100) | public ParameterizedCommand restoreCommand(final ObservablePat... type View (line 111) | public interface View extends UberElement { method show (line 112) | void show(); method hide (line 113) | void hide(); method getComment (line 114) | String getComment(); FILE: uberfire-extensions/uberfire-commons-editor/uberfire-commons-editor-client/src/main/java/org/uberfire/ext/editor/commons/client/file/popups/RestorePopUpView.java class RestorePopUpView (line 35) | @Dependent method init (line 55) | @Override method show (line 61) | @Override method hide (line 67) | @Override method getComment (line 72) | @Override method modalSetup (line 77) | private void modalSetup() { method footer (line 86) | private ModalFooter footer() { method translate (line 97) | private String translate(final String key) { method restoreCommand (line 101) | private Command restoreCommand() { method cancelCommand (line 105) | private Command cancelCommand() { FILE: uberfire-extensions/uberfire-commons-editor/uberfire-commons-editor-client/src/main/java/org/uberfire/ext/editor/commons/client/file/popups/SavePopUpPresenter.java class SavePopUpPresenter (line 32) | @Dependent method SavePopUpPresenter (line 39) | @Inject method setup (line 47) | @PostConstruct method show (line 52) | public void show(final ParameterizedCommand command) { method show (line 57) | public void show(final Path path, method getCommand (line 69) | public ParameterizedCommand getCommand() { method save (line 73) | public void save() { method cancel (line 80) | public void cancel() { method wrapWithSaveInProgressEvent (line 84) | private ParameterizedCommand wrapWithSaveInProgressEvent( type View (line 94) | public interface View extends UberElement { method getComment (line 95) | String getComment(); method show (line 96) | void show(); method hide (line 97) | void hide(); FILE: uberfire-extensions/uberfire-commons-editor/uberfire-commons-editor-client/src/main/java/org/uberfire/ext/editor/commons/client/file/popups/SavePopUpView.java class SavePopUpView (line 36) | @Dependent method init (line 56) | @Override method getComment (line 62) | @Override method show (line 67) | @Override method hide (line 73) | @Override method modalSetup (line 78) | private void modalSetup() { method footer (line 87) | private ModalFooter footer() { method translate (line 99) | private String translate(final String key) { method saveCommand (line 103) | private Command saveCommand() { method cancelCommand (line 107) | private Command cancelCommand() { FILE: uberfire-extensions/uberfire-commons-editor/uberfire-commons-editor-client/src/main/java/org/uberfire/ext/editor/commons/client/file/popups/commons/ToggleCommentPresenter.java class ToggleCommentPresenter (line 27) | @Dependent method ToggleCommentPresenter (line 32) | @Inject method setup (line 37) | @PostConstruct method getViewElement (line 42) | @Deprecated method getView (line 47) | public View getView() { method getComment (line 51) | public String getComment() { method setHidden (line 55) | public void setHidden(final boolean hidden) { type View (line 59) | public interface View extends UberElemental { method getComment (line 61) | String getComment(); FILE: uberfire-extensions/uberfire-commons-editor/uberfire-commons-editor-client/src/main/java/org/uberfire/ext/editor/commons/client/file/popups/commons/ToggleCommentView.java class ToggleCommentView (line 34) | @Dependent method ToggleCommentView (line 51) | @Inject method init (line 62) | @Override method getComment (line 67) | @Override method setup (line 72) | @PostConstruct method addComment (line 79) | @EventHandler("addComment") method toggleCommentTextBox (line 85) | private void toggleCommentTextBox() { method getElement (line 89) | @Override FILE: uberfire-extensions/uberfire-commons-editor/uberfire-commons-editor-client/src/main/java/org/uberfire/ext/editor/commons/client/file/popups/elemental2/Elemental2Modal.java class Elemental2Modal (line 26) | public abstract class Elemental2Modal { type View (line 28) | public interface View

> exten... method getHeader (line 31) | String getHeader(); method getBody (line 33) | HTMLElement getBody(); method getFooter (line 35) | HTMLElement getFooter(); method Elemental2Modal (line 44) | public Elemental2Modal(final V view) { method setup (line 48) | public void setup() { method superSetup (line 52) | public void superSetup() { method getHeader (line 65) | private String getHeader() { method getFooter (line 69) | private org.jboss.errai.common.client.dom.HTMLElement getFooter() { method getBody (line 73) | private org.jboss.errai.common.client.dom.HTMLElement getBody() { method show (line 77) | public void show() { method setWidth (line 84) | protected void setWidth(final String width) { method hide (line 88) | public void hide() { method isShowing (line 93) | public boolean isShowing() { method getView (line 97) | public V getView() { method getModal (line 101) | public BaseModal getModal() { FILE: uberfire-extensions/uberfire-commons-editor/uberfire-commons-editor-client/src/main/java/org/uberfire/ext/editor/commons/client/history/SaveButton.java class SaveButton (line 37) | public class SaveButton method SaveButton (line 49) | public SaveButton() { method build (line 69) | @Override method isEnabled (line 74) | @Override method setEnabled (line 79) | @Override method getContributionPoint (line 85) | @Override method getCaption (line 90) | @Override method getPosition (line 95) | @Override method getOrder (line 100) | @Override method accept (line 105) | @Override method addEnabledStateChangeListener (line 110) | @Override method getIdentifier (line 115) | @Override method setTextToSave (line 120) | public void setTextToSave() { method setTextToRestore (line 125) | public void setTextToRestore() { method setCommand (line 130) | public void setCommand(Command command) { method setCommand (line 142) | public void setCommand(ParameterizedCommand command) { FILE: uberfire-extensions/uberfire-commons-editor/uberfire-commons-editor-client/src/main/java/org/uberfire/ext/editor/commons/client/history/VersionHistoryPresenter.java class VersionHistoryPresenter (line 37) | public class VersionHistoryPresenter method VersionHistoryPresenter (line 53) | @Inject method init (line 76) | public void init(final Path path) { method loadContent (line 80) | private void loadContent() { method getRemoteCallback (line 84) | private RemoteCallback> getRemoteCallback() { method onSelect (line 98) | @Override method onVersionChange (line 110) | public void onVersionChange(@Observes VersionSelectedEvent event) { method asWidget (line 119) | @Override method refresh (line 124) | public void refresh(String version) { method setOnCurrentVersionRefreshed (line 129) | public void setOnCurrentVersionRefreshed(ParameterizedCommand versions) { method onMenuOpening (line 65) | @Override method resetVersions (line 114) | @Override method updateTitle (line 120) | private void updateTitle() { method getCurrentVersionRecord (line 130) | private VersionRecord getCurrentVersionRecord() { method getCurrentVersionIndex (line 139) | private int getCurrentVersionIndex() { method isSelected (line 148) | private boolean isSelected(VersionRecord versionRecord) { method addShowMoreLabel (line 152) | private void addShowMoreLabel(int versionIndex) { method addSelectionCallback (line 163) | public void addSelectionCallback(Callback selectionCall... method setShowMoreCommand (line 167) | public void setShowMoreCommand(Command showMore) { method setVersion (line 171) | public void setVersion(String version) { method onVersionRecordSelected (line 176) | @Override method isEnabled (line 183) | @Override method setEnabled (line 188) | @Override FILE: uberfire-extensions/uberfire-commons-editor/uberfire-commons-editor-client/src/main/java/org/uberfire/ext/editor/commons/client/history/VersionMenuDropDownButtonView.java type VersionMenuDropDownButtonView (line 24) | public interface VersionMenuDropDownButtonView method setPresenter (line 28) | void setPresenter(final Presenter presenter); method clear (line 30) | void clear(); method setTextToLatest (line 32) | void setTextToLatest(); method setTextToVersion (line 34) | void setTextToVersion(final int versionIndex); method addLabel (line 36) | void addLabel(final VersionRecord versionRecord, method addViewAllLabel (line 40) | void addViewAllLabel(final int index, type Presenter (line 43) | interface Presenter { method onVersionRecordSelected (line 45) | void onVersionRecordSelected(VersionRecord result); method onMenuOpening (line 47) | void onMenuOpening(); method resetVersions (line 54) | void resetVersions(); FILE: uberfire-extensions/uberfire-commons-editor/uberfire-commons-editor-client/src/main/java/org/uberfire/ext/editor/commons/client/history/VersionMenuDropDownButtonViewImpl.java class VersionMenuDropDownButtonViewImpl (line 34) | public class VersionMenuDropDownButtonViewImpl method VersionMenuDropDownButtonViewImpl (line 45) | public VersionMenuDropDownButtonViewImpl() { method setPresenter (line 55) | @Override method clear (line 60) | @Override method addViewAllLabel (line 65) | @Override method setTextToVersion (line 72) | @Override method setTextToLatest (line 77) | @Override method addLabel (line 82) | @Override method isEnabled (line 100) | @Override method setEnabled (line 105) | @Override method handleClick (line 110) | @UiHandler("button") type Binder (line 115) | interface Binder FILE: uberfire-extensions/uberfire-commons-editor/uberfire-commons-editor-client/src/main/java/org/uberfire/ext/editor/commons/client/history/VersionMenuItem.java class VersionMenuItem (line 25) | public class VersionMenuItem method VersionMenuItem (line 30) | public VersionMenuItem(VersionMenuDropDownButton button) { method build (line 34) | @Override method isEnabled (line 39) | @Override method setEnabled (line 44) | @Override method getContributionPoint (line 49) | @Override method getCaption (line 54) | @Override method getPosition (line 59) | @Override method getOrder (line 64) | @Override method accept (line 69) | @Override method addEnabledStateChangeListener (line 74) | @Override method getIdentifier (line 79) | @Override FILE: uberfire-extensions/uberfire-commons-editor/uberfire-commons-editor-client/src/main/java/org/uberfire/ext/editor/commons/client/history/VersionMenuItemLabel.java class VersionMenuItemLabel (line 36) | public class VersionMenuItemLabel method VersionMenuItemLabel (line 59) | public VersionMenuItemLabel( method setSelected (line 80) | private void setSelected() { method snip (line 87) | private String snip(String comment) { method handleClick (line 96) | @UiHandler("base") type VersionMenuItemStyle (line 103) | public interface VersionMenuItemStyle method normal (line 106) | String normal(); method selected (line 108) | String selected(); method comment (line 110) | String comment(); method version (line 112) | String version(); method author (line 114) | String author(); method authorSelected (line 116) | String authorSelected(); type Binder (line 119) | interface Binder FILE: uberfire-extensions/uberfire-commons-editor/uberfire-commons-editor-client/src/main/java/org/uberfire/ext/editor/commons/client/history/VersionRecordManager.java class VersionRecordManager (line 43) | public class VersionRecordManager { method VersionRecordManager (line 59) | @Inject method fireVersionSelected (line 84) | private void fireVersionSelected(final VersionRecord versionRecord) { method init (line 89) | public void init(final String version, method buildMenu (line 109) | public MenuItem buildMenu() { method setVersions (line 113) | public void setVersions(final List versions) { method setVersions (line 122) | private void setVersions(final List versions, method setShowMoreCommand (line 135) | public void setShowMoreCommand(final Command showMore) { method resolveVersions (line 139) | private void resolveVersions(final List versions) { method newSaveMenuItem (line 145) | public MenuItem newSaveMenuItem(final Command command) { method newSaveMenuItem (line 150) | public MenuItem newSaveMenuItem(final ParameterizedCommand co... method isLatest (line 155) | public boolean isLatest(final VersionRecord versionRecord) { method getPathToLatest (line 159) | public ObservablePath getPathToLatest() { method setPathToLatest (line 163) | private void setPathToLatest(final ObservablePath pathToLatest) { method onVersionSelectedEvent (line 168) | public void onVersionSelectedEvent(final @Observes VersionSelectedEven... method updateSaveButtonText (line 174) | void updateSaveButtonText() { method getVersion (line 184) | public String getVersion() { method setVersion (line 188) | public void setVersion(final String version) { method getCurrentPath (line 196) | public ObservablePath getCurrentPath() { method isCurrentLatest (line 205) | public boolean isCurrentLatest() { method getLatestVersionRecord (line 209) | private VersionRecord getLatestVersionRecord() { method getCurrentVersionRecordUri (line 213) | private String getCurrentVersionRecordUri() { method getCurrentVersionRecord (line 222) | private VersionRecord getCurrentVersionRecord() { method restoreToCurrentVersion (line 231) | public void restoreToCurrentVersion(boolean withComments) { method loadVersions (line 244) | private void loadVersions(final ObservablePath path) { method doesTheVersionExist (line 254) | private void doesTheVersionExist(final List records) { method reloadVersions (line 267) | public void reloadVersions(final Path path) { method loadVersions (line 277) | private void loadVersions(final Path path, method onRestore (line 298) | private void onRestore(final @Observes RestoreEvent restore) { method clear (line 306) | public void clear() { FILE: uberfire-extensions/uberfire-commons-editor/uberfire-commons-editor-client/src/main/java/org/uberfire/ext/editor/commons/client/history/ViewAllLabel.java class ViewAllLabel (line 29) | public class ViewAllLabel method ViewAllLabel (line 38) | public ViewAllLabel(Integer amount, method handleClick (line 47) | @UiHandler("link") type Binder (line 52) | interface Binder FILE: uberfire-extensions/uberfire-commons-editor/uberfire-commons-editor-client/src/main/java/org/uberfire/ext/editor/commons/client/history/event/VersionSelectedEvent.java class VersionSelectedEvent (line 23) | public class VersionSelectedEvent { method VersionSelectedEvent (line 28) | public VersionSelectedEvent(Path pathToFile, method getVersionRecord (line 36) | public VersionRecord getVersionRecord() { method getPathToFile (line 40) | public Path getPathToFile() { FILE: uberfire-extensions/uberfire-commons-editor/uberfire-commons-editor-client/src/main/java/org/uberfire/ext/editor/commons/client/htmleditor/HtmlEditor.java class HtmlEditor (line 50) | @Dependent method HtmlEditor (line 60) | @Inject method init (line 70) | @PostConstruct method getContentSupplier (line 75) | @Override method onStartup (line 80) | @OnStartup method loadContent (line 92) | @Override method save (line 100) | @Override method getDeleteServiceCaller (line 110) | @Override method getSaveAndRenameServiceCaller (line 115) | @Override method getCopyServiceCaller (line 120) | @Override method getTitle (line 125) | @Override method getTitleText (line 131) | @Override method getMenus (line 137) | @WorkbenchMenu method getView (line 142) | @WorkbenchPartView FILE: uberfire-extensions/uberfire-commons-editor/uberfire-commons-editor-client/src/main/java/org/uberfire/ext/editor/commons/client/htmleditor/HtmlEditorLibraryLoader.java class HtmlEditorLibraryLoader (line 27) | @ApplicationScoped method ensureLibrariesAreAvailable (line 32) | public void ensureLibrariesAreAvailable() { method injectScripts (line 39) | void injectScripts() { FILE: uberfire-extensions/uberfire-commons-editor/uberfire-commons-editor-client/src/main/java/org/uberfire/ext/editor/commons/client/htmleditor/HtmlEditorPresenter.java class HtmlEditorPresenter (line 25) | @Dependent method HtmlEditorPresenter (line 30) | @Inject method load (line 35) | public void load() { method getView (line 39) | public View getView() { method getContent (line 43) | public String getContent() { method setContent (line 47) | public void setContent(final String content) { method destroy (line 51) | public void destroy() { type View (line 55) | public interface View extends UberElement, method getContent (line 58) | String getContent(); method setContent (line 60) | void setContent(String content); method load (line 62) | void load(); method destroy (line 64) | void destroy(); FILE: uberfire-extensions/uberfire-commons-editor/uberfire-commons-editor-client/src/main/java/org/uberfire/ext/editor/commons/client/htmleditor/HtmlEditorView.java class HtmlEditorView (line 46) | @Dependent method HtmlEditorView (line 184) | @Inject method init (line 193) | @Override method postConstruct (line 198) | @PostConstruct method setUpColorEditor (line 206) | private void setUpColorEditor(final Button button, method handleColorSelection (line 212) | private void handleColorSelection(MouseEvent event, Button button, Inp... method load (line 229) | @Override method getToolbarId (line 241) | private String getToolbarId() { method getEditorId (line 245) | private String getEditorId() { method destroy (line 249) | @Override method getContent (line 256) | @Override method setContent (line 262) | @Override method synchronizeView (line 267) | public final native void synchronizeView() /*-{ method configureScreenComponents (line 283) | protected void configureScreenComponents(final String editorId, method loadEditor (line 289) | protected void loadEditor(String editorId, method initEditor (line 298) | protected native void initEditor(String editorId, method destroyEditor (line 308) | protected native void destroyEditor() /*-{ method docksInteractionEvent (line 315) | public void docksInteractionEvent(@Observes UberfireDocksInteractionEv... method onResize (line 319) | private void onResize() { method getOffsetHeight (line 326) | protected native String getOffsetHeight(HTMLElement el) /*-{ method alertReadOnly (line 330) | @Override method showLoading (line 336) | @Override method showSaving (line 342) | @Override method getTitleWidget (line 348) | @Override method refreshTitle (line 353) | @Override method showBusyIndicator (line 358) | @Override method hideBusyIndicator (line 363) | @Override method confirmClose (line 368) | @Override method asWidget (line 375) | @Override method configureToolbarTitles (line 380) | private void configureToolbarTitles() { FILE: uberfire-extensions/uberfire-commons-editor/uberfire-commons-editor-client/src/main/java/org/uberfire/ext/editor/commons/client/htmleditor/HtmlResourceType.java class HtmlResourceType (line 28) | @ApplicationScoped method HtmlResourceType (line 33) | public HtmlResourceType() { method HtmlResourceType (line 36) | @Inject method getCategory (line 41) | @Override method getShortName (line 46) | @Override method getDescription (line 51) | @Override method getIcon (line 56) | @Override method getPrefix (line 61) | @Override method getSuffix (line 66) | @Override method getPriority (line 71) | @Override method getSimpleWildcardPattern (line 76) | @Override method accept (line 81) | @Override FILE: uberfire-extensions/uberfire-commons-editor/uberfire-commons-editor-client/src/main/java/org/uberfire/ext/editor/commons/client/menu/BasicFileMenuBuilder.java type BasicFileMenuBuilder (line 29) | public interface BasicFileMenuBuilder extends HasLockSyncMenuStateHelper { method build (line 31) | Menus build(); method addSave (line 33) | BasicFileMenuBuilder addSave(final MenuItem menuItem); method addSave (line 35) | BasicFileMenuBuilder addSave(final Command command); method addDelete (line 37) | BasicFileMenuBuilder addDelete(final Path path, method addDelete (line 40) | BasicFileMenuBuilder addDelete(final Path path, method addDelete (line 44) | BasicFileMenuBuilder addDelete(final PathProvider provider, method addDelete (line 47) | BasicFileMenuBuilder addDelete(final PathProvider provider, method addDelete (line 51) | BasicFileMenuBuilder addDelete(final Command command); method addRename (line 53) | BasicFileMenuBuilder addRename(final Command command); method addRename (line 55) | BasicFileMenuBuilder addRename(final Path path, method addRename (line 58) | BasicFileMenuBuilder addRename(final Path path, method addRename (line 62) | BasicFileMenuBuilder addRename(final PathProvider provider, method addCopy (line 66) | BasicFileMenuBuilder addCopy(final Command command); method addCopy (line 68) | BasicFileMenuBuilder addCopy(final Path path, method addCopy (line 71) | BasicFileMenuBuilder addCopy(final Path path, method addCopy (line 75) | BasicFileMenuBuilder addCopy(final PathProvider provider, method addValidate (line 79) | BasicFileMenuBuilder addValidate(final Command command); method addRestoreVersion (line 81) | BasicFileMenuBuilder addRestoreVersion(final Path path, method addCommand (line 84) | BasicFileMenuBuilder addCommand(final String caption, method addNewTopLevelMenu (line 87) | BasicFileMenuBuilder addNewTopLevelMenu(final MenuItem menu); type PathProvider (line 95) | interface PathProvider { method getPath (line 101) | Path getPath(); FILE: uberfire-extensions/uberfire-commons-editor/uberfire-commons-editor-client/src/main/java/org/uberfire/ext/editor/commons/client/menu/BasicFileMenuBuilderImpl.java class BasicFileMenuBuilderImpl (line 57) | public class BasicFileMenuBuilderImpl implements BasicFileMenuBuilder { method BasicFileMenuBuilderImpl (line 80) | @Inject method addSave (line 95) | @Override method addSave (line 101) | @Override method addDelete (line 107) | @Override method addDelete (line 115) | @Override method addDelete (line 130) | @Override method addDelete (line 138) | @Override method getDeleteSuccessCallback (line 154) | private RemoteCallback getDeleteSuccessCallback() { method addDelete (line 161) | @Override method addRename (line 167) | @Override method addRename (line 173) | @Override method addRename (line 185) | @Override method addRename (line 199) | @Override method getRenamePopupCommand (line 214) | private CommandWithFileNameAndCommitMessage getRenamePopupCommand(fina... method getRenameSuccessCallback (line 227) | private RemoteCallback getRenameSuccessCallback(final RenamePopU... method getRenameErrorCallback (line 235) | private HasBusyIndicatorDefaultErrorCallback getRenameErrorCallback(fi... method addCopy (line 255) | @Override method addCopy (line 261) | @Override method addCopy (line 270) | @Override method addCopy (line 281) | public BasicFileMenuBuilder addCopy(final PathProvider provider, method getCopyPopupCommand (line 294) | private CommandWithFileNameAndCommitMessage getCopyPopupCommand(final ... method getCopySuccessCallback (line 308) | private RemoteCallback getCopySuccessCallback(final CopyPopUpPre... method getCopyErrorCallback (line 316) | public HasBusyIndicatorDefaultErrorCallback getCopyErrorCallback(final... method fileAlreadyExists (line 336) | private boolean fileAlreadyExists(final Throwable throwable) { method addValidate (line 340) | @Override method addRestoreVersion (line 346) | @Override method addCommand (line 354) | @Override method build (line 362) | @Override method addNewTopLevelMenu (line 480) | @Override method setLockSyncMenuStateHelper (line 486) | @Override method onEditorLockInfo (line 492) | void onEditorLockInfo(@Observes UpdatedLockStatusEvent lockInfo) { FILE: uberfire-extensions/uberfire-commons-editor/uberfire-commons-editor-client/src/main/java/org/uberfire/ext/editor/commons/client/menu/DownloadMenuItemBuilder.java class DownloadMenuItemBuilder (line 34) | @Dependent method DownloadMenuItemBuilder (line 41) | @Inject method build (line 46) | public MenuItem build(final Supplier pathSupplier) { method makeMenuItemCommand (line 53) | Command makeMenuItemCommand(final Supplier pathSupplier) { method download (line 57) | void download(final Supplier pathSupplier) { method open (line 64) | void open(final String downloadURL) { method makeMenuItem (line 68) | MenuItem makeMenuItem(final String caption, method getFileDownloadURL (line 79) | private String getFileDownloadURL(final Supplier pathSupplier) { FILE: uberfire-extensions/uberfire-commons-editor/uberfire-commons-editor-client/src/main/java/org/uberfire/ext/editor/commons/client/menu/HasLockSyncMenuStateHelper.java type HasLockSyncMenuStateHelper (line 26) | public interface HasLockSyncMenuStateHelper { method setLockSyncMenuStateHelper (line 33) | void setLockSyncMenuStateHelper(final LockSyncMenuStateHelper lockSync... type LockSyncMenuStateHelper (line 38) | interface LockSyncMenuStateHelper { method enable (line 47) | Operation enable(final Path file, type Operation (line 54) | enum Operation { class BasicLockSyncMenuStateHelper (line 64) | class BasicLockSyncMenuStateHelper implements LockSyncMenuStateHelper { method enable (line 66) | @Override FILE: uberfire-extensions/uberfire-commons-editor/uberfire-commons-editor-client/src/main/java/org/uberfire/ext/editor/commons/client/menu/MenuItems.java type MenuItems (line 19) | public enum MenuItems { FILE: uberfire-extensions/uberfire-commons-editor/uberfire-commons-editor-client/src/main/java/org/uberfire/ext/editor/commons/client/menu/RestoreVersionCommandProvider.java class RestoreVersionCommandProvider (line 35) | public class RestoreVersionCommandProvider { method getCommand (line 49) | public Command getCommand(final Path path, final CurrentBranch current... method getRestorationSuccessCallback (line 71) | private RemoteCallback getRestorationSuccessCallback() { FILE: uberfire-extensions/uberfire-commons-editor/uberfire-commons-editor-client/src/main/java/org/uberfire/ext/editor/commons/client/menu/common/CurrentBranchProducer.java class CurrentBranchProducer (line 27) | public class CurrentBranchProducer { method currentBranchProducer (line 32) | @Produces FILE: uberfire-extensions/uberfire-commons-editor/uberfire-commons-editor-client/src/main/java/org/uberfire/ext/editor/commons/client/menu/common/DefaultCurrentBranch.java class DefaultCurrentBranch (line 23) | @FallbackImplementation method DefaultCurrentBranch (line 28) | public DefaultCurrentBranch() { method getName (line 31) | @Override FILE: uberfire-extensions/uberfire-commons-editor/uberfire-commons-editor-client/src/main/java/org/uberfire/ext/editor/commons/client/menu/common/SaveAndRenameCommandBuilder.java class SaveAndRenameCommandBuilder (line 45) | @Dependent method SaveAndRenameCommandBuilder (line 68) | @Inject method addValidator (line 80) | public SaveAndRenameCommandBuilder addValidator(final Validator ... method addValidator (line 85) | public SaveAndRenameCommandBuilder addValidator(final Supplier addRenameService(final Caller... method addPathSupplier (line 95) | public SaveAndRenameCommandBuilder addPathSupplier(final Supplie... method addMetadataSupplier (line 100) | public SaveAndRenameCommandBuilder addMetadataSupplier(final Sup... method addContentSupplier (line 105) | public SaveAndRenameCommandBuilder addContentSupplier(final Supp... method addIsDirtySupplier (line 110) | public SaveAndRenameCommandBuilder addIsDirtySupplier(final Supp... method addSuccessCallback (line 115) | public SaveAndRenameCommandBuilder addSuccessCallback(final Para... method addErrorCallback (line 120) | public SaveAndRenameCommandBuilder addErrorCallback(final Comman... method addBeforeSaveAndRenameCommand (line 125) | public SaveAndRenameCommandBuilder addBeforeSaveAndRenameCommand... method build (line 130) | public Command build() { method makeSaveAndRenameCommand (line 150) | protected CommandWithFileNameAndCommitMessage makeSaveAndRenameCommand... method makeRenameCommand (line 157) | protected CommandWithFileNameAndCommitMessage makeRenameCommand() { method callSaveAndRename (line 164) | protected void callSaveAndRename(final FileNameAndCommitMessage detail... method callRename (line 178) | protected void callRename(final FileNameAndCommitMessage details) { method onSuccess (line 188) | RemoteCallback onSuccess() { method notifyRenameInProgress (line 198) | void notifyRenameInProgress() { method makeRenameInProgressEvent (line 202) | RenameInProgressEvent makeRenameInProgressEvent() { method onError (line 206) | SaveAndRenameErrorCallback onError() { method notifyItemRenamedSuccessfully (line 210) | void notifyItemRenamedSuccessfully() { method makeItemRenamedSuccessfullyEvent (line 214) | NotificationEvent makeItemRenamedSuccessfullyEvent() { method hideRenamePopup (line 218) | void hideRenamePopup() { method hideBusyIndicator (line 222) | void hideBusyIndicator() { method showBusyIndicator (line 226) | void showBusyIndicator() { method renamePopUpView (line 230) | private RenamePopUpPresenter.View renamePopUpView() { method handleDuplicatedFileName (line 234) | void handleDuplicatedFileName() { method fileAlreadyExists (line 238) | private boolean fileAlreadyExists(final Throwable throwable) { method getPath (line 242) | Path getPath() { method isDirty (line 246) | private Boolean isDirty() { method getMetadata (line 250) | private M getMetadata() { method getContent (line 254) | private T getContent() { class SaveAndRenameErrorCallback (line 258) | class SaveAndRenameErrorCallback extends HasBusyIndicatorDefaultErrorC... method SaveAndRenameErrorCallback (line 260) | public SaveAndRenameErrorCallback(final HasBusyIndicator view) { method error (line 264) | @Override method callSuper (line 281) | boolean callSuper(final Message message, FILE: uberfire-extensions/uberfire-commons-editor/uberfire-commons-editor-client/src/main/java/org/uberfire/ext/editor/commons/client/resources/CommonImages.java type CommonImages (line 23) | public interface CommonImages method edit (line 29) | @Source("images/edit.gif") FILE: uberfire-extensions/uberfire-commons-editor/uberfire-commons-editor-client/src/main/java/org/uberfire/ext/editor/commons/client/resources/i18n/CommonConstants.java type CommonConstants (line 22) | public interface CommonConstants method SavePopupTitle (line 28) | String SavePopupTitle(); method CheckInComment (line 30) | String CheckInComment(); method CheckInCommentColon (line 32) | String CheckInCommentColon(); method Save (line 34) | String Save(); method SaveWithComments (line 36) | String SaveWithComments(); method Tags (line 38) | String Tags(); method Cancel (line 40) | String Cancel(); method CopyPopupTitle (line 42) | String CopyPopupTitle(); method NewName (line 44) | String NewName(); method NewNameColon (line 46) | String NewNameColon(); method CopyPopupCreateACopy (line 48) | String CopyPopupCreateACopy(); method InvalidFileName0 (line 50) | String InvalidFileName0(String baseFileName); method DeletePopupTitle (line 52) | String DeletePopupTitle(); method DeletePopupDelete (line 54) | String DeletePopupDelete(); method DeletePopupRenameNamePrompt (line 56) | String DeletePopupRenameNamePrompt(); method RenamePopupTitle (line 58) | String RenamePopupTitle(); method RenamePopupRenameItem (line 60) | String RenamePopupRenameItem(); method Restoring (line 62) | String Restoring(); method Delete (line 64) | String Delete(); method Rename (line 66) | String Rename(); method Copy (line 68) | String Copy(); method Validate (line 70) | String Validate(); method Restore (line 72) | String Restore(); method RestoreWithComments (line 74) | String RestoreWithComments(); method Other (line 76) | String Other(); method Loading (line 78) | String Loading(); method ItemRestored (line 80) | String ItemRestored(); method ItemSavedSuccessfully (line 82) | String ItemSavedSuccessfully(); method CantSaveReadOnly (line 84) | String CantSaveReadOnly(); method Saving (line 86) | String Saving(); method DiscardUnsavedData (line 88) | String DiscardUnsavedData(); method LatestVersion (line 90) | String LatestVersion(); method Version (line 92) | String Version(int versionIndex); method Date (line 94) | String Date(); method CommitMessage (line 96) | String CommitMessage(); method Author (line 98) | String Author(); method More (line 100) | String More(); method ShowAll (line 102) | String ShowAll(); method Deleting (line 104) | String Deleting(); method ItemDeletedSuccessfully (line 106) | String ItemDeletedSuccessfully(); method ItemRenamedSuccessfully (line 108) | String ItemRenamedSuccessfully(); method Renaming (line 110) | String Renaming(); method Copying (line 112) | String Copying(); method ItemCopiedSuccessfully (line 114) | String ItemCopiedSuccessfully(); method ExceptionFileAlreadyExists0 (line 116) | String ExceptionFileAlreadyExists0(final String uri); method Current (line 118) | String Current(); method Select (line 120) | String Select(); method PackageColon (line 122) | String PackageColon(); method HtmlEditor (line 124) | String HtmlEditor(); method Validating (line 126) | String Validating(); FILE: uberfire-extensions/uberfire-commons-editor/uberfire-commons-editor-client/src/main/java/org/uberfire/ext/editor/commons/client/resources/i18n/Constants.java class Constants (line 21) | public class Constants { FILE: uberfire-extensions/uberfire-commons-editor/uberfire-commons-editor-client/src/main/java/org/uberfire/ext/editor/commons/client/template/mustache/ClientMustacheTemplateRenderer.java class ClientMustacheTemplateRenderer (line 35) | @ApplicationScoped method ClientMustacheTemplateRenderer (line 41) | @Inject method ClientMustacheTemplateRenderer (line 46) | protected ClientMustacheTemplateRenderer(final Supplier makeBuild... method makeBaseEditor (line 620) | private BaseEditor makeBaseEditor() { FILE: uberfire-extensions/uberfire-commons-editor/uberfire-commons-editor-client/src/test/java/org/uberfire/ext/editor/commons/client/BaseEditorValidationTest.java class BaseEditorValidationTest (line 30) | @RunWith(GwtMockitoTestRunner.class) method showAndHide (line 38) | @Test method preventRerun (line 59) | @Test FILE: uberfire-extensions/uberfire-commons-editor/uberfire-commons-editor-client/src/test/java/org/uberfire/ext/editor/commons/client/KieEditorTest.java class KieEditorTest (line 57) | @RunWith(GwtMockitoTestRunner.class) method setUp (line 67) | @Before method testLoad (line 123) | @Test method testSimpleSave (line 128) | @Test method testComplicatedSave (line 136) | @Test method testSaveReadOnly (line 147) | @Test method testRestore (line 161) | @Test method testConcurrentSave (line 175) | @Test method testInitResetsConcurrentSessionInfo (line 208) | @Test method onRestoreShouldInitBaseEditorSuccessfully (line 244) | @Test method onRestoreWithNullCurrentPathShouldNotInitEditor (line 253) | @Test method onRestoreWithNullRestoreEventPathShouldNotInitEditor (line 262) | @Test method onRestoreWithNullRestoreEventShouldNotInitEditor (line 271) | @Test method testOnValidateMethodIsCalled (line 280) | @Test method testOnConcurrentRenameIgnoreCommand (line 286) | @Test method testOnConcurrentRenameAcceptedCommand (line 296) | @Test method testOnConcurrentDeleteIgnoreCommand (line 306) | @Test method testOnConcurrentDeleteIgnoreCommandDeletePopupOpened (line 311) | @Test method testOnConcurrentDeleteIgnoreCommand (line 316) | private void testOnConcurrentDeleteIgnoreCommand(final boolean isDelet... method testOnConcurrentDeleteAcceptedCommand (line 330) | @Test method testOnConcurrentDeleteAcceptedCommandDeletePopupOpened (line 335) | @Test method testOnConcurrentDeleteAcceptedCommand (line 340) | private void testOnConcurrentDeleteAcceptedCommand(final boolean isDel... class EventMock (line 353) | public static class EventMock extends EventSourceMock { method fire (line 355) | @Override FILE: uberfire-extensions/uberfire-commons-editor/uberfire-commons-editor-client/src/test/java/org/uberfire/ext/editor/commons/client/file/exports/AbstractFileExportTest.java class AbstractFileExportTest (line 24) | public abstract class AbstractFileExportTest { FILE: uberfire-extensions/uberfire-commons-editor/uberfire-commons-editor-client/src/test/java/org/uberfire/ext/editor/commons/client/file/exports/FileExportProducerTest.java class FileExportProducerTest (line 29) | @RunWith(MockitoJUnitRunner.class) method setup (line 37) | @Before method testInit (line 42) | @Test method ProduceTextFileSaverTest (line 49) | @Test method producePDFFileSaverTest (line 55) | @Test method produceImageFileSaver (line 61) | @Test FILE: uberfire-extensions/uberfire-commons-editor/uberfire-commons-editor-client/src/test/java/org/uberfire/ext/editor/commons/client/file/exports/ImageDataUriContentTest.java class ImageDataUriContentTest (line 24) | public class ImageDataUriContentTest { method setup (line 28) | @Before method testPng (line 32) | @Test method testJpg (line 43) | @Test method testOtherTypes (line 54) | @Test FILE: uberfire-extensions/uberfire-commons-editor/uberfire-commons-editor-client/src/test/java/org/uberfire/ext/editor/commons/client/file/exports/ImageFileExportTest.java class ImageFileExportTest (line 31) | @RunWith(GwtMockitoTestRunner.class) method setup (line 36) | @Before method testExport (line 41) | @Test FILE: uberfire-extensions/uberfire-commons-editor/uberfire-commons-editor-client/src/test/java/org/uberfire/ext/editor/commons/client/file/exports/PdfDocumentTest.java class PdfDocumentTest (line 26) | public class PdfDocumentTest { method testText (line 28) | @Test method testImage (line 58) | @Test method testCustomSettings (line 97) | @Test FILE: uberfire-extensions/uberfire-commons-editor/uberfire-commons-editor-client/src/test/java/org/uberfire/ext/editor/commons/client/file/exports/PdfFileExportTest.java class PdfFileExportTest (line 29) | @RunWith(GwtMockitoTestRunner.class) method setup (line 38) | @Before method saveAsTextTest (line 46) | @Test method saveAsImageTest (line 61) | @Test FILE: uberfire-extensions/uberfire-commons-editor/uberfire-commons-editor-client/src/test/java/org/uberfire/ext/editor/commons/client/file/exports/TextContentTest.java class TextContentTest (line 23) | public class TextContentTest { method testTheRightText (line 25) | @Test FILE: uberfire-extensions/uberfire-commons-editor/uberfire-commons-editor-client/src/test/java/org/uberfire/ext/editor/commons/client/file/exports/TextFileExportTest.java class TextFileExportTest (line 30) | @RunWith(GwtMockitoTestRunner.class) method setup (line 35) | @Before method testExport (line 40) | @Test FILE: uberfire-extensions/uberfire-commons-editor/uberfire-commons-editor-client/src/test/java/org/uberfire/ext/editor/commons/client/file/exports/jso/FileExportScriptInjectorTest.java class FileExportScriptInjectorTest (line 34) | @RunWith(GwtMockitoTestRunner.class) method setup (line 43) | @Before method testInject (line 48) | @Test method testNamespaces (line 72) | @Test FILE: uberfire-extensions/uberfire-commons-editor/uberfire-commons-editor-client/src/test/java/org/uberfire/ext/editor/commons/client/file/exports/jso/svg/C2SContext2DTest.java class C2SContext2DTest (line 39) | @RunWith(GwtMockitoTestRunner.class) method setUp (line 62) | @Before method testSetViewBox (line 72) | @Test method getSerializedSvg (line 80) | @Test method setFillStyle (line 86) | @Test method setStrokeStyle (line 92) | @Test method setLineWidth (line 98) | @Test method setLineCap (line 104) | @Test method setLineJoin (line 110) | @Test method setImageSmoothingEnabled (line 116) | @Test method setFont (line 122) | @Test method setTextBaseline (line 128) | @Test method setTextAlign (line 134) | @Test method setGlobalAlpha (line 140) | @Test method setShadowColor (line 146) | @Test method setShadowOffsetX (line 152) | @Test method setShadowOffsetY (line 158) | @Test method setShadowBlur (line 164) | @Test method setMiterLimit (line 170) | @Test method setLineDashOffset (line 176) | @Test method saveGroup (line 182) | @Test method restoreGroup (line 193) | @Test method saveStyle (line 199) | @Test method restoreStyle (line 205) | @Test method save (line 211) | @Test method restore (line 217) | @Test method beginPath (line 223) | @Test method closePath (line 229) | @Test method moveTo (line 235) | @Test method lineTo (line 241) | @Test method setGlobalCompositeOperation (line 247) | @Test method quadraticCurveTo (line 253) | @Test method arc (line 259) | @Test method arc1 (line 265) | @Test method ellipse (line 271) | @Test method ellipse1 (line 277) | @Test method arcTo (line 283) | @Test method bezierCurveTo (line 289) | @Test method clearRect (line 295) | @Test method clip (line 301) | @Test method fill (line 307) | @Test method stroke (line 313) | @Test method fillRect (line 319) | @Test method fillText (line 325) | @Test method createLinearGradient (line 331) | @Test method createRadialGradient (line 337) | @Test method rect (line 343) | @Test method rotate (line 349) | @Test method scale (line 355) | @Test method transform (line 361) | @Test method setTransform (line 367) | @Test method strokeText (line 373) | @Test method translate (line 379) | @Test method isPointInPath (line 385) | @Test method putImageData (line 391) | @Test method putImageData1 (line 398) | @Test method resetClip (line 405) | @Test method setLineDash (line 411) | @Test method measureText (line 418) | @Test method createImageData (line 424) | @Test method getImageData (line 431) | @Test method createImageData1 (line 437) | @Test method drawImage (line 443) | @Test method drawImage1 (line 450) | @Test method drawImage2 (line 457) | @Test method testGetDelegate (line 464) | @Test FILE: uberfire-extensions/uberfire-commons-editor/uberfire-commons-editor-client/src/test/java/org/uberfire/ext/editor/commons/client/file/exports/svg/Context2DFactoryTest.java class Context2DFactoryTest (line 29) | @RunWith(GwtMockitoTestRunner.class) method setUp (line 34) | @Before method testCreate (line 39) | @Test FILE: uberfire-extensions/uberfire-commons-editor/uberfire-commons-editor-client/src/test/java/org/uberfire/ext/editor/commons/client/file/exports/svg/SvgFileExportTest.java class SvgFileExportTest (line 32) | @RunWith(GwtMockitoTestRunner.class) method setUp (line 41) | @Before method testExport (line 47) | @Test FILE: uberfire-extensions/uberfire-commons-editor/uberfire-commons-editor-client/src/test/java/org/uberfire/ext/editor/commons/client/file/popups/CommonModalBuilderTest.java class CommonModalBuilderTest (line 39) | @RunWith(GwtMockitoTestRunner.class) method setup (line 48) | @Before method testAddBody (line 53) | @Test method testAddFooter (line 69) | @Test method testBuild (line 85) | @Test FILE: uberfire-extensions/uberfire-commons-editor/uberfire-commons-editor-client/src/test/java/org/uberfire/ext/editor/commons/client/file/popups/CopyPopUpPresenterTest.java class CopyPopUpPresenterTest (line 33) | @RunWith(MockitoJUnitRunner.class) method init (line 53) | @Before method testSetup (line 59) | @Test method testShow (line 66) | @Test method testShowMissingPath (line 78) | @Test(expected = IllegalArgumentException.class) method testShowMissingValidator (line 85) | @Test(expected = IllegalArgumentException.class) method testShowMissingCommand (line 92) | @Test(expected = IllegalArgumentException.class) method testShowWithDefaultValidator (line 99) | @Test method testCancel (line 110) | @Test method testCopy (line 117) | @Test FILE: uberfire-extensions/uberfire-commons-editor/uberfire-commons-editor-client/src/test/java/org/uberfire/ext/editor/commons/client/file/popups/DeletePopUpPresenterTest.java class DeletePopUpPresenterTest (line 33) | @RunWith(MockitoJUnitRunner.class) method init (line 50) | @Before method testSetup (line 56) | @Test method testShow (line 62) | @Test method testDeleteWithCommand (line 74) | @Test method testDeleteWithValidationFailed (line 86) | @Test method testNotAllowedDelete (line 99) | @Test method testDeleteWithoutCommand (line 112) | @Test(expected = IllegalArgumentException.class) method cancel (line 119) | @Test method testPrompt (line 126) | @Test method testHiddenComment (line 134) | @Test method testVisibleComment (line 140) | @Test FILE: uberfire-extensions/uberfire-commons-editor/uberfire-commons-editor-client/src/test/java/org/uberfire/ext/editor/commons/client/file/popups/RenamePopUpPresenterTest.java class RenamePopUpPresenterTest (line 38) | @RunWith(MockitoJUnitRunner.class) method init (line 61) | @Before method testSetup (line 66) | @Test method testShow (line 73) | @Test method testShowMissingPath (line 87) | @Test(expected = IllegalArgumentException.class) method testShowMissingValidator (line 94) | @Test(expected = IllegalArgumentException.class) method testShowMissingRenameCommand (line 101) | @Test(expected = IllegalArgumentException.class) method testShowMissingSaveAndRenameCommand (line 115) | @Test(expected = IllegalArgumentException.class) method testShowMissingCommand (line 129) | @Test(expected = IllegalArgumentException.class) method testShowWithDefaultValidator (line 136) | @Test method testCancel (line 149) | @Test method testRename (line 156) | @Test method testSaveAndRename (line 167) | @Test method testEnablePrimaryButtonWhenAssetIsDirty (line 180) | @Test method testEnablePrimaryButtonWhenAssetIsNotDirty (line 192) | @Test method testHideSaveAndRenameIfAssetIsNotDirtyWhenAssetIsDirty (line 204) | @Test method testHideSaveAndRenameIfAssetIsNotDirtyWhenAssetIsNotDirty (line 217) | @Test method testSetupView (line 230) | @Test method testShowView (line 239) | @Test FILE: uberfire-extensions/uberfire-commons-editor/uberfire-commons-editor-client/src/test/java/org/uberfire/ext/editor/commons/client/file/popups/RestorePopUpPresenterTest.java class RestorePopUpPresenterTest (line 38) | @RunWith(MockitoJUnitRunner.class) method init (line 68) | @Before method testSetup (line 78) | @Test method testRestore (line 85) | @Test method testShow (line 96) | @Test method testCancel (line 110) | @Test FILE: uberfire-extensions/uberfire-commons-editor/uberfire-commons-editor-client/src/test/java/org/uberfire/ext/editor/commons/client/file/popups/SavePopUpPresenterTest.java class SavePopUpPresenterTest (line 35) | @RunWith(MockitoJUnitRunner.class) method init (line 52) | @Before method testSetup (line 57) | @Test method testShowWithoutPath (line 63) | @Test method testShowWithAPathThatIsVersioned (line 72) | @Test method testShowWithAPathThatIsNotVersioned (line 83) | @Test method testSaveWithCommand (line 93) | @Test method testSaveWithoutCommand (line 104) | @Test(expected = IllegalArgumentException.class) method getVersionedPath (line 110) | private Path getVersionedPath() { method cancel (line 121) | @Test FILE: uberfire-extensions/uberfire-commons-editor/uberfire-commons-editor-client/src/test/java/org/uberfire/ext/editor/commons/client/history/Helper.java class Helper (line 23) | public class Helper { method getVersionRecord (line 25) | public static VersionRecord getVersionRecord(String version) { FILE: uberfire-extensions/uberfire-commons-editor/uberfire-commons-editor-client/src/test/java/org/uberfire/ext/editor/commons/client/history/VersionHistoryPresenterTest.java class VersionHistoryPresenterTest (line 43) | public class VersionHistoryPresenterTest { method setUp (line 55) | @Before method testSetPresenter (line 75) | @Test method testLoadHistory (line 80) | @Test method testSelectVersion (line 98) | @Test method testVersionChanges (line 116) | @Test method testVersionChangeForSomeOtherFile (line 139) | @Test method getVersionRecord (line 162) | private VersionRecord getVersionRecord(String version) { class VersionServiceMock (line 169) | private class VersionServiceMock method VersionServiceMock (line 174) | private VersionServiceMock() { method call (line 194) | @Override method call (line 199) | @Override method call (line 205) | @Override class VersionSelectedEventMock (line 213) | private class VersionSelectedEventMock extends EventSourceMock callbac... method fire (line 37) | @Override method fireAsync (line 42) | @Override method fireAsync (line 47) | @Override method select (line 53) | @Override method select (line 58) | @Override method select (line 64) | @Override FILE: uberfire-extensions/uberfire-commons-editor/uberfire-commons-editor-client/src/test/java/org/uberfire/ext/editor/commons/client/history/VersionServiceCallerMock.java class VersionServiceCallerMock (line 27) | class VersionServiceCallerMock method VersionServiceCallerMock (line 32) | VersionServiceCallerMock(ArrayList versions) { method call (line 36) | @Override method call (line 41) | @Override method call (line 47) | @Override FILE: uberfire-extensions/uberfire-commons-editor/uberfire-commons-editor-client/src/test/java/org/uberfire/ext/editor/commons/client/history/VersionServiceMock.java class VersionServiceMock (line 27) | class VersionServiceMock method VersionServiceMock (line 34) | public VersionServiceMock(ArrayList versions) { method getVersions (line 38) | @Override method getPathToPreviousVersion (line 44) | @Override method restore (line 49) | @Override method setCallback (line 56) | public void setCallback(RemoteCallback remoteCallback) { FILE: uberfire-extensions/uberfire-commons-editor/uberfire-commons-editor-client/src/test/java/org/uberfire/ext/editor/commons/client/htmleditor/HtmlEditorLibraryLoaderTest.java class HtmlEditorLibraryLoaderTest (line 24) | public class HtmlEditorLibraryLoaderTest { method setup (line 28) | @Before method librariesAreOnlyInjectOnceTest (line 34) | @Test FILE: uberfire-extensions/uberfire-commons-editor/uberfire-commons-editor-client/src/test/java/org/uberfire/ext/editor/commons/client/htmleditor/HtmlEditorPresenterTest.java class HtmlEditorPresenterTest (line 25) | public class HtmlEditorPresenterTest { method setup (line 31) | @Before method loadTest (line 41) | @Test method getContentTest (line 48) | @Test method setContentTest (line 57) | @Test FILE: uberfire-extensions/uberfire-commons-editor/uberfire-commons-editor-client/src/test/java/org/uberfire/ext/editor/commons/client/htmleditor/HtmlEditorTest.java class HtmlEditorTest (line 44) | @RunWith(GwtMockitoTestRunner.class) method setup (line 66) | @Before method testGetContentSupplier (line 75) | @Test method testGetSaveAndRenameServiceCaller (line 87) | @Test method testLoadContent (line 92) | @Test method testSave (line 106) | @Test FILE: uberfire-extensions/uberfire-commons-editor/uberfire-commons-editor-client/src/test/java/org/uberfire/ext/editor/commons/client/htmleditor/HtmlEditorViewTest.java class HtmlEditorViewTest (line 28) | @RunWith(GwtMockitoTestRunner.class) method setup (line 37) | @Before method editorIsNotLoadedTwice (line 54) | @Test method synchronizeViewWhenReturningContent (line 64) | @Test FILE: uberfire-extensions/uberfire-commons-editor/uberfire-commons-editor-client/src/test/java/org/uberfire/ext/editor/commons/client/menu/BasicFileMenuBuilderTest.java class BasicFileMenuBuilderTest (line 50) | @RunWith(GwtMockitoTestRunner.class) method setup (line 95) | @Before method testDelete (line 108) | @Test method testDeleteWithValidator (line 123) | @Test method testDeleteWithProvider (line 139) | @Test method testDeleteWithProviderAndValidator (line 159) | @Test method testRename (line 180) | @Test method testCopy (line 199) | @Test method testAddRestoreVersion (line 218) | @Test method menuItemsDisabledWhenLockedByDifferentUser (line 230) | @Test method menuItemsEnabledWhenNotLocked (line 252) | @Test method menuItemsEnabledWhenLockedByCurrentUser (line 274) | @Test method menuItemsDisabledWhenNotLockedWithCustomStateHelper (line 296) | @Test method menuItemsStateChangeVetoedWhenLockedWithCustomStateHelper (line 322) | @Test method assertMenuItemEnabled (line 351) | private void assertMenuItemEnabled(final MenuItem menuItem, class MockSaveButton (line 358) | private class MockSaveButton extends SaveButton { method isEnabled (line 362) | @Override method setEnabled (line 367) | @Override FILE: uberfire-extensions/uberfire-commons-editor/uberfire-commons-editor-client/src/test/java/org/uberfire/ext/editor/commons/client/menu/DownloadMenuItemBuilderTest.java class DownloadMenuItemBuilderTest (line 41) | @WithClassesToStub({URL.class}) method setup (line 55) | @Before method testBuild (line 60) | @Test method testMenuItemCommand (line 74) | @Test method testDownload (line 87) | @Test method testDownloadSpaceAndAmpersand (line 100) | @Test FILE: uberfire-extensions/uberfire-commons-editor/uberfire-commons-editor-client/src/test/java/org/uberfire/ext/editor/commons/client/menu/common/CurrentBranchProducerTest.java class CurrentBranchProducerTest (line 32) | @RunWith(MockitoJUnitRunner.class) method testCurrentBranchProducerWhenUnsatisfied (line 40) | @Test FILE: uberfire-extensions/uberfire-commons-editor/uberfire-commons-editor-client/src/test/java/org/uberfire/ext/editor/commons/client/menu/common/DefaultCurrentBranchTest.java class DefaultCurrentBranchTest (line 27) | @RunWith(MockitoJUnitRunner.class) method setup (line 32) | @Before method testGetName (line 37) | @Test FILE: uberfire-extensions/uberfire-commons-editor/uberfire-commons-editor-client/src/test/java/org/uberfire/ext/editor/commons/client/menu/common/SaveAndRenameCommandBuilderTest.java class SaveAndRenameCommandBuilderTest (line 61) | @RunWith(MockitoJUnitRunner.class) method setup (line 119) | @Before method testBuildWhenPathSupplierIsNull (line 128) | @Test(expected = IllegalArgumentException.class) method testBuildWhenValidatorIsNull (line 137) | @Test(expected = IllegalArgumentException.class) method testBuildWhenRenameCallerIsNull (line 146) | @Test(expected = IllegalArgumentException.class) method testBuildWhenRequiredParametersArePresent (line 155) | @Test method testMakeSaveAndRenameCommand (line 178) | @Test method testMakeRenameCommand (line 202) | @Test method callSaveAndRename (line 227) | @Test method testOnSuccess (line 252) | @Test method testNotifyRenameInProgress (line 273) | @Test method testMakeRenameInProgressEvent (line 285) | @Test method testOnErrorWhenFileAlreadyExists (line 297) | @Test method testOnErrorWhenFileDoesNotExist (line 318) | @Test FILE: uberfire-extensions/uberfire-commons-editor/uberfire-commons-editor-client/src/test/java/org/uberfire/ext/editor/commons/client/template/mustache/ClientMustacheTemplateRendererTest.java class ClientMustacheTemplateRendererTest (line 34) | @RunWith(GwtMockitoTestRunner.class) method setUp (line 53) | @Before method init (line 63) | @Test FILE: uberfire-extensions/uberfire-layout-editor/uberfire-layout-editor-api/src/main/java/org/uberfire/ext/layout/editor/api/LayoutServices.java type LayoutServices (line 22) | @Remote method convertLayoutToString (line 25) | String convertLayoutToString(LayoutTemplate layoutTemplate); method convertLayoutFromString (line 27) | LayoutTemplate convertLayoutFromString(String layoutEditorModel); FILE: uberfire-extensions/uberfire-layout-editor/uberfire-layout-editor-api/src/main/java/org/uberfire/ext/layout/editor/api/PerspectiveServices.java type PerspectiveServices (line 31) | @Remote method createNewPerspective (line 36) | Plugin createNewPerspective(String name, LayoutTemplate.Style style); method listLayoutTemplates (line 38) | Collection listLayoutTemplates(); method getLayoutTemplate (line 40) | LayoutTemplate getLayoutTemplate(String perspectiveName); method getLayoutTemplate (line 42) | LayoutTemplate getLayoutTemplate(Path perspectivePath); method getLayoutTemplate (line 44) | LayoutTemplate getLayoutTemplate(Plugin perspectivePlugin); method convertToLayoutTemplate (line 46) | LayoutTemplate convertToLayoutTemplate(String layoutModel); method saveLayoutTemplate (line 48) | Path saveLayoutTemplate(Path perspectivePath, LayoutTemplate layoutTem... FILE: uberfire-extensions/uberfire-layout-editor/uberfire-layout-editor-api/src/main/java/org/uberfire/ext/layout/editor/api/css/CssAlignment.java type CssAlignment (line 22) | public enum CssAlignment implements CssAllowedValue { FILE: uberfire-extensions/uberfire-layout-editor/uberfire-layout-editor-api/src/main/java/org/uberfire/ext/layout/editor/api/css/CssAllowedValue.java type CssAllowedValue (line 22) | public interface CssAllowedValue { method getName (line 24) | default String getName() { FILE: uberfire-extensions/uberfire-layout-editor/uberfire-layout-editor-api/src/main/java/org/uberfire/ext/layout/editor/api/css/CssColour.java type CssColour (line 22) | public enum CssColour { FILE: uberfire-extensions/uberfire-layout-editor/uberfire-layout-editor-api/src/main/java/org/uberfire/ext/layout/editor/api/css/CssFloat.java type CssFloat (line 22) | public enum CssFloat implements CssAllowedValue { FILE: uberfire-extensions/uberfire-layout-editor/uberfire-layout-editor-api/src/main/java/org/uberfire/ext/layout/editor/api/css/CssFontSize.java type CssFontSize (line 22) | public enum CssFontSize implements CssAllowedValue { FILE: uberfire-extensions/uberfire-layout-editor/uberfire-layout-editor-api/src/main/java/org/uberfire/ext/layout/editor/api/css/CssFontWeight.java type CssFontWeight (line 22) | public enum CssFontWeight implements CssAllowedValue { method getName (line 38) | @Override FILE: uberfire-extensions/uberfire-layout-editor/uberfire-layout-editor-api/src/main/java/org/uberfire/ext/layout/editor/api/css/CssProperty.java type CssProperty (line 43) | public enum CssProperty { method CssProperty (line 75) | CssProperty(CssValueType... supportedTypes) { method CssProperty (line 81) | CssProperty(CssAllowedValue... allowedValues) { method CssProperty (line 87) | CssProperty(List allowedValues, CssValueType... suppo... method getName (line 92) | public String getName() { method get (line 96) | public static CssProperty get(String property) { method getAllowedValues (line 103) | public List getAllowedValues() { method supportsValueType (line 107) | public boolean supportsValueType(CssValueType type) { method getSupportedValueTypes (line 111) | public List getSupportedValueTypes() { FILE: uberfire-extensions/uberfire-layout-editor/uberfire-layout-editor-api/src/main/java/org/uberfire/ext/layout/editor/api/css/CssRule.java class CssRule (line 24) | public class CssRule extends ArrayList { method CssRule (line 28) | public CssRule(String selector) { method getSelector (line 33) | public String getSelector() { method setValue (line 37) | public CssValue setValue(CssProperty property, String value) { method getValue (line 58) | public CssValue getValue(CssProperty property) { method readValues (line 67) | public CssRule readValues(String ruleString) { method formatValues (line 78) | public String formatValues() { method toString (line 84) | public String toString() { FILE: uberfire-extensions/uberfire-layout-editor/uberfire-layout-editor-api/src/main/java/org/uberfire/ext/layout/editor/api/css/CssRuleList.java class CssRuleList (line 25) | public class CssRuleList extends ArrayList { method addValue (line 27) | public CssRule addValue(String selector, CssValue value) { method getRule (line 38) | public CssRule getRule(String selector) { method toString (line 47) | public String toString() { FILE: uberfire-extensions/uberfire-layout-editor/uberfire-layout-editor-api/src/main/java/org/uberfire/ext/layout/editor/api/css/CssTextDecoration.java type CssTextDecoration (line 22) | public enum CssTextDecoration implements CssAllowedValue { FILE: uberfire-extensions/uberfire-layout-editor/uberfire-layout-editor-api/src/main/java/org/uberfire/ext/layout/editor/api/css/CssValue.java class CssValue (line 19) | public class CssValue { method CssValue (line 24) | public CssValue() { method CssValue (line 27) | public CssValue(String property, String value) { method getProperty (line 32) | public String getProperty() { method getPropertyInCamelCase (line 36) | public String getPropertyInCamelCase() { method getValue (line 52) | public String getValue() { method setValue (line 56) | public void setValue(String value) { method readPair (line 60) | public CssValue readPair(String valuePair) { FILE: uberfire-extensions/uberfire-layout-editor/uberfire-layout-editor-api/src/main/java/org/uberfire/ext/layout/editor/api/css/CssValueType.java type CssValueType (line 22) | public enum CssValueType { FILE: uberfire-extensions/uberfire-layout-editor/uberfire-layout-editor-api/src/main/java/org/uberfire/ext/layout/editor/api/editor/LayoutColumn.java class LayoutColumn (line 27) | @Portable method LayoutColumn (line 37) | public LayoutColumn(String span) { method LayoutColumn (line 42) | public LayoutColumn(@MapsTo("span") String span, method addRow (line 50) | public void addRow(LayoutRow layoutRow) { method add (line 54) | public void add(LayoutComponent layoutComponent) { method getSpan (line 58) | public String getSpan() { method getRows (line 62) | public List getRows() { method getHeight (line 66) | public String getHeight() { method getProperties (line 70) | public Map getProperties() { method getLayoutComponents (line 74) | public List getLayoutComponents() { method hasElements (line 78) | public boolean hasElements() { method equals (line 82) | @Override method hashCode (line 102) | @Override method toString (line 110) | @Override method hasRows (line 119) | public boolean hasRows() { method contains (line 123) | public boolean contains(LayoutComponent component) { FILE: uberfire-extensions/uberfire-layout-editor/uberfire-layout-editor-api/src/main/java/org/uberfire/ext/layout/editor/api/editor/LayoutComponent.java class LayoutComponent (line 29) | @Portable method LayoutComponent (line 38) | public LayoutComponent() { method LayoutComponent (line 41) | public LayoutComponent(String dragType) { method getDragTypeName (line 45) | public String getDragTypeName() { method getProperties (line 49) | public Map getProperties() { method addProperty (line 53) | public void addProperty(String key, method addPartProperty (line 59) | public void addPartProperty(String partId, method addProperties (line 67) | public void addProperties(Map properties) { method addPartProperties (line 71) | public void addPartProperties(String partId, Map prope... method addPartIfAbsent (line 77) | public void addPartIfAbsent(String partId) { method removePartIf (line 85) | public void removePartIf(Predicate condition) { method getParts (line 89) | public List getParts() { method hashCode (line 93) | @Override method equals (line 107) | @Override method toString (line 142) | @Override FILE: uberfire-extensions/uberfire-layout-editor/uberfire-layout-editor-api/src/main/java/org/uberfire/ext/layout/editor/api/editor/LayoutComponentPart.java class LayoutComponentPart (line 24) | @Portable method LayoutComponentPart (line 31) | public LayoutComponentPart() { method LayoutComponentPart (line 34) | public LayoutComponentPart(String partId) { method LayoutComponentPart (line 38) | public LayoutComponentPart(String partId, Map properti... method getPartId (line 43) | public String getPartId() { method getCssProperties (line 47) | public Map getCssProperties() { method clearCssProperties (line 51) | public void clearCssProperties() { method addCssProperty (line 55) | public void addCssProperty(String key, String value) { method removeCssProperty (line 60) | public void removeCssProperty(String property) { method hashCode (line 65) | @Override method equals (line 77) | @Override method toString (line 106) | @Override FILE: uberfire-extensions/uberfire-layout-editor/uberfire-layout-editor-api/src/main/java/org/uberfire/ext/layout/editor/api/editor/LayoutInstance.java class LayoutInstance (line 21) | public class LayoutInstance implements IsElement { method LayoutInstance (line 25) | public LayoutInstance(HTMLElement htmlElement) { method getElement (line 29) | @Override FILE: uberfire-extensions/uberfire-layout-editor/uberfire-layout-editor-api/src/main/java/org/uberfire/ext/layout/editor/api/editor/LayoutRow.java class LayoutRow (line 27) | @Portable method LayoutRow (line 34) | public LayoutRow() { method LayoutRow (line 38) | public LayoutRow(@MapsTo("height") String height, method getLayoutColumns (line 44) | public List getLayoutColumns() { method add (line 48) | public void add(List layoutColumn) { method add (line 52) | public void add(LayoutColumn layoutColumn) { method equals (line 56) | @Override method getHeight (line 74) | public String getHeight() { method getProperties (line 78) | public Map getProperties() { method hashCode (line 82) | @Override method toString (line 87) | @Override method contains (line 94) | public boolean contains(LayoutComponent component) { FILE: uberfire-extensions/uberfire-layout-editor/uberfire-layout-editor-api/src/main/java/org/uberfire/ext/layout/editor/api/editor/LayoutTemplate.java class LayoutTemplate (line 26) | @Portable method LayoutTemplate (line 39) | public LayoutTemplate() { method LayoutTemplate (line 43) | public LayoutTemplate(String name) { method LayoutTemplate (line 47) | public LayoutTemplate(String name, Style style) { method LayoutTemplate (line 52) | public LayoutTemplate(String layoutName, method getVersion (line 60) | public int getVersion() { method addRow (line 64) | public void addRow(LayoutRow layoutRow) { method getRows (line 68) | public List getRows() { method getName (line 72) | public String getName() { method setName (line 76) | public void setName(String name) { method getLayoutProperties (line 80) | public Map getLayoutProperties() { method equals (line 84) | @Override method hashCode (line 105) | @Override method toString (line 113) | @Override method addLayoutProperty (line 123) | public void addLayoutProperty(String key, method isEmpty (line 129) | public boolean isEmpty() { method contains (line 133) | public boolean contains(LayoutComponent component) { method getStyle (line 142) | public Style getStyle() { method setStyle (line 146) | public void setStyle(Style style) { method isPageStyle (line 150) | public boolean isPageStyle() { type Style (line 154) | @Portable FILE: uberfire-extensions/uberfire-layout-editor/uberfire-layout-editor-api/src/test/org/uberfire/ext/layout/editor/api/css/CssRuleTest.java class CssRuleTest (line 23) | public class CssRuleTest { method cssRuleTest (line 25) | @Test method cssPropertyCamelCase (line 41) | @Test FILE: uberfire-extensions/uberfire-layout-editor/uberfire-layout-editor-api/src/test/org/uberfire/ext/layout/editor/api/editor/LayoutTemplateTest.java class LayoutTemplateTest (line 23) | public class LayoutTemplateTest { method layoutTemplateContainsTest (line 25) | @Test FILE: uberfire-extensions/uberfire-layout-editor/uberfire-layout-editor-backend/src/main/java/org/uberfire/ext/layout/editor/impl/LayoutServicesImpl.java class LayoutServicesImpl (line 28) | @Service method init (line 34) | @PostConstruct method convertLayoutToString (line 39) | @Override method convertLayoutFromString (line 45) | @Override method needsUpgrade (line 61) | private boolean needsUpgrade(String layoutEditorModel) { FILE: uberfire-extensions/uberfire-layout-editor/uberfire-layout-editor-backend/src/main/java/org/uberfire/ext/layout/editor/impl/PerspectiveServicesImpl.java class PerspectiveServicesImpl (line 38) | @Service method PerspectiveServicesImpl (line 46) | @Inject method init (line 55) | @PostConstruct method createNewPerspective (line 60) | @Override method listLayoutTemplates (line 68) | @Override method getLayoutTemplate (line 75) | @Override method getLayoutTemplate (line 81) | @Override method getLayoutTemplate (line 90) | @Override method getLayoutTemplatePlugin (line 95) | public Plugin getLayoutTemplatePlugin(String perspectiveName) { method saveLayoutTemplate (line 107) | @Override method convertToLayoutTemplate (line 115) | @Override method copy (line 120) | @Override method copy (line 127) | @Override method rename (line 134) | @Override method delete (line 141) | @Override method setLayoutTemplateName (line 146) | private void setLayoutTemplateName(Path path, String newName, String c... method save (line 155) | @Override method saveAndRename (line 163) | @Override FILE: uberfire-extensions/uberfire-layout-editor/uberfire-layout-editor-backend/src/main/java/org/uberfire/ext/layout/editor/impl/old/perspective/editor/ColumnEditor.java class ColumnEditor (line 22) | @Deprecated method ColumnEditor (line 33) | public ColumnEditor() { method ColumnEditor (line 36) | public ColumnEditor(String span) { method addRow (line 40) | public void addRow(RowEditor rowEditor) { method addScreen (line 44) | public void addScreen(ScreenEditor screenEditor) { method addHTML (line 48) | public void addHTML(HTMLEditor htmlEditor) { method getSpan (line 52) | public String getSpan() { method getRows (line 56) | public List getRows() { method getScreens (line 60) | public List getScreens() { method getHtmls (line 64) | public List getHtmls() { method hasElements (line 68) | public boolean hasElements() { method equals (line 72) | @Override method hashCode (line 99) | @Override FILE: uberfire-extensions/uberfire-layout-editor/uberfire-layout-editor-backend/src/main/java/org/uberfire/ext/layout/editor/impl/old/perspective/editor/HTMLEditor.java class HTMLEditor (line 19) | @Deprecated method HTMLEditor (line 24) | public HTMLEditor() { method HTMLEditor (line 27) | public HTMLEditor(String htmlCode) { method getHtmlCode (line 32) | public String getHtmlCode() { method setHtmlCode (line 36) | public void setHtmlCode(String htmlCode) { method equals (line 40) | @Override method hashCode (line 58) | @Override FILE: uberfire-extensions/uberfire-layout-editor/uberfire-layout-editor-backend/src/main/java/org/uberfire/ext/layout/editor/impl/old/perspective/editor/PerspectiveEditor.java class PerspectiveEditor (line 22) | @Deprecated method PerspectiveEditor (line 31) | public PerspectiveEditor(String name, method PerspectiveEditor (line 38) | public PerspectiveEditor() { method addRow (line 41) | public void addRow(RowEditor rowEditor) { method getRows (line 45) | public List getRows() { method getName (line 49) | public String getName() { method setName (line 53) | public void setName(String name) { method getTags (line 57) | public List getTags() { method isAValidPerspective (line 61) | public boolean isAValidPerspective() { method hashCode (line 65) | @Override method equals (line 75) | @Override FILE: uberfire-extensions/uberfire-layout-editor/uberfire-layout-editor-backend/src/main/java/org/uberfire/ext/layout/editor/impl/old/perspective/editor/RowEditor.java class RowEditor (line 22) | @Deprecated method RowEditor (line 29) | public RowEditor() { method RowEditor (line 33) | public RowEditor(List rowSpam) { method getColumnEditors (line 37) | public List getColumnEditors() { method add (line 41) | public void add(ColumnEditor columnEditor) { method getRowSpam (line 45) | public List getRowSpam() { method equals (line 49) | @Override method hashCode (line 70) | @Override FILE: uberfire-extensions/uberfire-layout-editor/uberfire-layout-editor-backend/src/main/java/org/uberfire/ext/layout/editor/impl/old/perspective/editor/ScreenEditor.java class ScreenEditor (line 22) | @Deprecated method ScreenEditor (line 35) | public ScreenEditor() { method getParameters (line 38) | public Map getParameters() { method addParameters (line 42) | public void addParameters(String key, method removeParameter (line 48) | public void removeParameter(final String key) { method setParameterValue (line 52) | public void setParameterValue(final String key, method getPlaceName (line 58) | public String getPlaceName() { method setPlaceName (line 62) | public void setPlaceName(String placeName) { method setType (line 67) | public void setType(SCREEN_TYPE type) { method isAExternalComponent (line 71) | public boolean isAExternalComponent() { method saveOriginalState (line 75) | public void saveOriginalState() { method loadOriginalState (line 83) | public void loadOriginalState() { method getExternalComponentFQCN (line 93) | public String getExternalComponentFQCN() { method setExternalComponentFQCN (line 97) | public void setExternalComponentFQCN(String externalComponentFQCN) { method equals (line 101) | @Override method hashCode (line 126) | @Override type SCREEN_TYPE (line 134) | public enum SCREEN_TYPE { FILE: uberfire-extensions/uberfire-layout-editor/uberfire-layout-editor-backend/src/test/java/org/uberfire/ext/layout/editor/impl/LayoutServicesImplTest.java class LayoutServicesImplTest (line 28) | public class LayoutServicesImplTest { method loadSample (line 32) | private static String loadSample(String file) { method setup (line 41) | @Before method layoutMarshaller12withHTMLComponent (line 47) | @Test method layoutMarshallerBigLayout (line 56) | @Test method layoutMarshallerSubColumns (line 65) | @Test method layoutMarshallerComponentWithParts (line 74) | @Test FILE: uberfire-extensions/uberfire-layout-editor/uberfire-layout-editor-backend/src/test/java/org/uberfire/ext/layout/editor/impl/PerspectiveServicesImplTest.java class PerspectiveServicesImplTest (line 46) | @RunWith(MockitoJUnitRunner.class) method setup (line 72) | @Before method testCreate (line 87) | @Test method testList (line 97) | @Test method testSave (line 110) | @Test method testCopy (line 124) | @Test method testCopyToTarget (line 135) | @Test method testRename (line 147) | @Test method testDelete (line 158) | @Test method testInit (line 164) | @Test method testSaveFromSupportsUpdate (line 171) | @Test method testSaveAndRename (line 182) | @Test method testGetLayoutTemplate (line 194) | @Test method testGetLayoutTemplatePlugin (line 201) | @Test FILE: uberfire-extensions/uberfire-layout-editor/uberfire-layout-editor-client/src/main/java/org/uberfire/ext/layout/editor/client/LayoutComponentPaletteScreen.java class LayoutComponentPaletteScreen (line 28) | @ApplicationScoped method LayoutComponentPaletteScreen (line 36) | public LayoutComponentPaletteScreen() { method LayoutComponentPaletteScreen (line 39) | @Inject method getTitle (line 44) | @WorkbenchPartTitle method getView (line 49) | @WorkbenchPartView FILE: uberfire-extensions/uberfire-layout-editor/uberfire-layout-editor-client/src/main/java/org/uberfire/ext/layout/editor/client/LayoutEditorEntryPoint.java class LayoutEditorEntryPoint (line 24) | @EntryPoint method init (line 27) | @PostConstruct FILE: uberfire-extensions/uberfire-layout-editor/uberfire-layout-editor-client/src/main/java/org/uberfire/ext/layout/editor/client/LayoutEditorPluginImpl.java class LayoutEditorPluginImpl (line 39) | @Dependent method setup (line 57) | @PostConstruct method init (line 62) | @Override method clear (line 73) | @Override method asWidget (line 78) | @Override method loadLayout (line 84) | @Override method loadDefaultLayout (line 91) | @Override method getLayout (line 98) | @Override method addLayoutProperty (line 103) | @Override method getLayoutProperty (line 110) | @Override method setPreviewEnabled (line 115) | @Override method setElementSelectionEnabled (line 120) | @Override method load (line 125) | @Override method save (line 145) | @Override method getLayoutElements (line 156) | @Override method visit (line 161) | @Override method isLocked (line 166) | public boolean isLocked() { method lock (line 170) | @Override method unlock (line 175) | @Override FILE: uberfire-extensions/uberfire-layout-editor/uberfire-layout-editor-client/src/main/java/org/uberfire/ext/layout/editor/client/LayoutEditorPresenter.java class LayoutEditorPresenter (line 38) | @Dependent method LayoutEditorPresenter (line 47) | @Inject method setup (line 57) | public void setup(Supplier lockSupplier) { method initNew (line 61) | @PostConstruct method setPreviewEnabled (line 67) | public void setPreviewEnabled(boolean previewEnabled) { method setElementSelectionEnabled (line 71) | public void setElementSelectionEnabled(boolean enabled) { method clear (line 76) | public void clear() { method getView (line 80) | public UberElement getView() { method getLayout (line 84) | public LayoutTemplate getLayout() { method loadLayout (line 88) | public void loadLayout(LayoutTemplate layoutTemplate, method loadEmptyLayout (line 99) | public void loadEmptyLayout(String layoutName, method addLayoutProperty (line 109) | public void addLayoutProperty(String key, method getLayoutProperty (line 115) | public String getLayoutProperty(String key) { method setPageStyle (line 120) | public void setPageStyle(LayoutTemplate.Style pageStyle) { method switchToDesignMode (line 124) | public void switchToDesignMode() { method switchToPreviewMode (line 129) | public void switchToPreviewMode() { method getLayoutElements (line 136) | public List getLayoutElements() { method visit (line 142) | public void visit(LayoutElementVisitor visitor) { method onLayoutPropertyChangedEvent (line 148) | protected void onLayoutPropertyChangedEvent(@Observes LayoutElementPro... method onClearAllPropertiesEvent (line 154) | protected void onClearAllPropertiesEvent(@Observes LayoutElementClearA... type View (line 160) | public interface View extends UberElement { method setupDesign (line 162) | void setupDesign(UberElement container); method setDesignStyle (line 164) | void setDesignStyle(LayoutTemplate.Style pageStyle); method setPreviewEnabled (line 166) | void setPreviewEnabled(boolean previewEnabled); method setupPreview (line 168) | void setupPreview(HTMLElement previewPanel); FILE: uberfire-extensions/uberfire-layout-editor/uberfire-layout-editor-client/src/main/java/org/uberfire/ext/layout/editor/client/LayoutEditorPropertiesScreen.java class LayoutEditorPropertiesScreen (line 28) | @ApplicationScoped method LayoutEditorPropertiesScreen (line 37) | public LayoutEditorPropertiesScreen() { method LayoutEditorPropertiesScreen (line 40) | @Inject method getTitle (line 45) | @WorkbenchPartTitle method getView (line 50) | @WorkbenchPartView FILE: uberfire-extensions/uberfire-layout-editor/uberfire-layout-editor-client/src/main/java/org/uberfire/ext/layout/editor/client/LayoutEditorView.java class LayoutEditorView (line 37) | @Templated method init (line 82) | @Override method setPreviewEnabled (line 89) | @Override method setupDesign (line 95) | @Override method setDesignStyle (line 104) | @Override method setupPreview (line 109) | @Override method designTabClicked (line 119) | @EventHandler("designTab") method previewTabClicked (line 126) | @EventHandler("previewTab") FILE: uberfire-extensions/uberfire-layout-editor/uberfire-layout-editor-client/src/main/java/org/uberfire/ext/layout/editor/client/api/ComponentDropEvent.java class ComponentDropEvent (line 21) | public class ComponentDropEvent { method ComponentDropEvent (line 26) | public ComponentDropEvent(LayoutComponent component) { method ComponentDropEvent (line 30) | public ComponentDropEvent(LayoutComponent component, Boolean fromMove) { method getComponent (line 36) | public LayoutComponent getComponent() { method getFromMove (line 40) | public Boolean getFromMove() { FILE: uberfire-extensions/uberfire-layout-editor/uberfire-layout-editor-client/src/main/java/org/uberfire/ext/layout/editor/client/api/ComponentDropType.java type ComponentDropType (line 19) | public enum ComponentDropType { FILE: uberfire-extensions/uberfire-layout-editor/uberfire-layout-editor-client/src/main/java/org/uberfire/ext/layout/editor/client/api/ComponentRemovedEvent.java class ComponentRemovedEvent (line 21) | public class ComponentRemovedEvent { method ComponentRemovedEvent (line 26) | public ComponentRemovedEvent(LayoutComponent layoutComponent) { method ComponentRemovedEvent (line 30) | public ComponentRemovedEvent(LayoutComponent layoutComponent, method getLayoutComponent (line 37) | public LayoutComponent getLayoutComponent() { method getFromMove (line 41) | public Boolean getFromMove() { FILE: uberfire-extensions/uberfire-layout-editor/uberfire-layout-editor-client/src/main/java/org/uberfire/ext/layout/editor/client/api/EditorWidget.java type EditorWidget (line 23) | public interface EditorWidget { method getWidget (line 25) | ComplexPanel getWidget(); method getParent (line 27) | EditorWidget getParent(); method getChildren (line 29) | List getChildren(); method addChild (line 31) | void addChild(EditorWidget editorWidget); method removeChild (line 33) | void removeChild(EditorWidget editorWidget); method getType (line 35) | LayoutDragComponent getType(); FILE: uberfire-extensions/uberfire-layout-editor/uberfire-layout-editor-client/src/main/java/org/uberfire/ext/layout/editor/client/api/HasConfiguration.java type HasConfiguration (line 22) | public interface HasConfiguration { FILE: uberfire-extensions/uberfire-layout-editor/uberfire-layout-editor-client/src/main/java/org/uberfire/ext/layout/editor/client/api/HasDragAndDropSettings.java type HasDragAndDropSettings (line 24) | public interface HasDragAndDropSettings { method getSettingsKeys (line 26) | String[] getSettingsKeys(); method getSettingValue (line 28) | String getSettingValue(String key); method setSettingValue (line 30) | void setSettingValue(String key, method getMapSettings (line 33) | Map getMapSettings(); FILE: uberfire-extensions/uberfire-layout-editor/uberfire-layout-editor-client/src/main/java/org/uberfire/ext/layout/editor/client/api/HasModalConfiguration.java type HasModalConfiguration (line 23) | public interface HasModalConfiguration extends HasConfiguration { method getConfigurationModal (line 30) | Modal getConfigurationModal(ModalConfigurationContext ctx); FILE: uberfire-extensions/uberfire-layout-editor/uberfire-layout-editor-client/src/main/java/org/uberfire/ext/layout/editor/client/api/InternalDragComponent.java class InternalDragComponent (line 24) | public abstract class InternalDragComponent implements LayoutDragCompone... method getPreviewWidget (line 28) | @Override method getShowWidget (line 33) | @Override FILE: uberfire-extensions/uberfire-layout-editor/uberfire-layout-editor-client/src/main/java/org/uberfire/ext/layout/editor/client/api/LayoutDragComponent.java type LayoutDragComponent (line 30) | public interface LayoutDragComponent { method getDragComponentIconClass (line 40) | default String getDragComponentIconClass() { method getPropertyCategories (line 53) | default List getPropertyCategories(LayoutCompo... method getDragComponentTitle (line 60) | String getDragComponentTitle(); method getPreviewWidget (line 70) | IsWidget getPreviewWidget(RenderingContext ctx); method getShowWidget (line 77) | IsWidget getShowWidget(RenderingContext ctx); method removeCurrentWidget (line 84) | default void removeCurrentWidget(RenderingContext ctx){ method getContentPart (line 94) | default Optional getContentPart(String partId, RenderingCont... FILE: uberfire-extensions/uberfire-layout-editor/uberfire-layout-editor-client/src/main/java/org/uberfire/ext/layout/editor/client/api/LayoutDragComponentGroup.java class LayoutDragComponentGroup (line 22) | public class LayoutDragComponentGroup { method LayoutDragComponentGroup (line 30) | public LayoutDragComponentGroup(String name) { method LayoutDragComponentGroup (line 34) | public LayoutDragComponentGroup(String name, boolean expandeByDefault) { method getName (line 39) | public String getName() { method isExpandeByDefault (line 43) | public boolean isExpandeByDefault() { method addLayoutDragComponent (line 47) | public void addLayoutDragComponent(String id, method getLayoutDragComponentIds (line 53) | public Set getLayoutDragComponentIds() { method getLayoutDragComponent (line 57) | public LayoutDragComponent getLayoutDragComponent(String id) { method getComponents (line 61) | public Map getComponents() { FILE: uberfire-extensions/uberfire-layout-editor/uberfire-layout-editor-client/src/main/java/org/uberfire/ext/layout/editor/client/api/LayoutDragComponentPalette.java type LayoutDragComponentPalette (line 22) | public interface LayoutDragComponentPalette { method clear (line 24) | void clear(); method addDraggableGroups (line 26) | void addDraggableGroups(Collection getLayoutElements(); method visit (line 51) | void visit(LayoutElementVisitor visitor); method lock (line 53) | void lock(); method unlock (line 55) | void unlock(); FILE: uberfire-extensions/uberfire-layout-editor/uberfire-layout-editor-client/src/main/java/org/uberfire/ext/layout/editor/client/api/LayoutEditorElement.java type LayoutEditorElement (line 26) | public interface LayoutEditorElement extends LayoutElementWithProperties { method geElementType (line 28) | LayoutEditorElementType geElementType(); method setSelectable (line 30) | void setSelectable(boolean selectable); method isSelected (line 32) | boolean isSelected(); method getParentElement (line 34) | LayoutEditorElement getParentElement(); method getChildElements (line 36) | default List getChildElements() { method visit (line 40) | default void visit(LayoutElementVisitor visitor) { method getLayoutEditorElementParts (line 45) | default List getLayoutEditorElementParts() { FILE: uberfire-extensions/uberfire-layout-editor/uberfire-layout-editor-client/src/main/java/org/uberfire/ext/layout/editor/client/api/LayoutEditorElementPart.java type LayoutEditorElementPart (line 19) | public interface LayoutEditorElementPart extends LayoutElementWithProper... method getParent (line 21) | LayoutEditorElement getParent(); FILE: uberfire-extensions/uberfire-layout-editor/uberfire-layout-editor-client/src/main/java/org/uberfire/ext/layout/editor/client/api/LayoutEditorElementType.java type LayoutEditorElementType (line 22) | public enum LayoutEditorElementType { FILE: uberfire-extensions/uberfire-layout-editor/uberfire-layout-editor-client/src/main/java/org/uberfire/ext/layout/editor/client/api/LayoutEditorPlugin.java type LayoutEditorPlugin (line 22) | public interface LayoutEditorPlugin extends LayoutEditor { method load (line 24) | void load(Path currentPath, method save (line 27) | void save(Path path, FILE: uberfire-extensions/uberfire-layout-editor/uberfire-layout-editor-client/src/main/java/org/uberfire/ext/layout/editor/client/api/LayoutElementVisitor.java type LayoutElementVisitor (line 18) | public interface LayoutElementVisitor { method accept (line 20) | void accept(LayoutEditorElement element); FILE: uberfire-extensions/uberfire-layout-editor/uberfire-layout-editor-client/src/main/java/org/uberfire/ext/layout/editor/client/api/LayoutElementWithProperties.java type LayoutElementWithProperties (line 24) | public interface LayoutElementWithProperties { method getId (line 26) | String getId(); method getProperties (line 28) | Map getProperties(); method clearProperties (line 30) | void clearProperties(); method setProperty (line 32) | void setProperty(String property, String value); method removeProperty (line 34) | void removeProperty(String property); method getPropertyCategories (line 36) | List getPropertyCategories(); method setSelected (line 38) | void setSelected(boolean status); FILE: uberfire-extensions/uberfire-layout-editor/uberfire-layout-editor-client/src/main/java/org/uberfire/ext/layout/editor/client/api/ModalConfigurationContext.java class ModalConfigurationContext (line 28) | public class ModalConfigurationContext extends ConfigurationContext { method ModalConfigurationContext (line 30) | public ModalConfigurationContext(LayoutComponent component, FILE: uberfire-extensions/uberfire-layout-editor/uberfire-layout-editor-client/src/main/java/org/uberfire/ext/layout/editor/client/api/PanelConfigurationContext.java class PanelConfigurationContext (line 28) | public class PanelConfigurationContext extends ConfigurationContext { method PanelConfigurationContext (line 30) | public PanelConfigurationContext(LayoutComponent component, FILE: uberfire-extensions/uberfire-layout-editor/uberfire-layout-editor-client/src/main/java/org/uberfire/ext/layout/editor/client/api/RenderingContext.java class RenderingContext (line 24) | public class RenderingContext { method RenderingContext (line 29) | public RenderingContext(LayoutComponent component, method RenderingContext (line 35) | public RenderingContext(LayoutComponent component) { method getComponent (line 39) | public LayoutComponent getComponent() { method getContainer (line 43) | public Widget getContainer() { FILE: uberfire-extensions/uberfire-layout-editor/uberfire-layout-editor-client/src/main/java/org/uberfire/ext/layout/editor/client/components/columns/Column.java type Column (line 24) | public interface Column extends LayoutEditorElement { method getView (line 29) | UberElement getView(); method getColumnWidth (line 31) | Integer getColumnWidth(); method setColumnWidth (line 33) | void setColumnWidth(Integer size); method incrementWidth (line 35) | void incrementWidth(); method reduceWidth (line 37) | void reduceWidth(); method setupResize (line 39) | void setupResize(boolean canResizeLeft, method getLayoutComponent (line 42) | LayoutComponent getLayoutComponent(); method hasInnerRows (line 44) | boolean hasInnerRows(); method calculateWidth (line 46) | void calculateWidth(); method getColumnHeight (line 48) | Integer getColumnHeight(); method isInnerColumn (line 50) | default boolean isInnerColumn() { method setColumnHeight (line 54) | void setColumnHeight(Integer columnHeight); FILE: uberfire-extensions/uberfire-layout-editor/uberfire-layout-editor-client/src/main/java/org/uberfire/ext/layout/editor/client/components/columns/ColumnWithComponents.java class ColumnWithComponents (line 48) | @Dependent method ColumnWithComponents (line 75) | @Inject method post (line 90) | @PostConstruct method preDestroy (line 95) | @PreDestroy method init (line 100) | public void init(LayoutEditorElement parent, method geElementType (line 133) | @Override method getParentElement (line 138) | @Override method getChildElements (line 143) | @Override method setSelectable (line 148) | @Override method isSelected (line 153) | @Override method setSelected (line 158) | @Override method getProperties (line 163) | @Override method setProperty (line 168) | @Override method removeProperty (line 173) | @Override method clearProperties (line 178) | @Override method getPropertyCategories (line 183) | @Override method setupPageLayout (line 188) | private void setupPageLayout() { method onDrop (line 194) | public void onDrop(ColumnDrop.Orientation orientation, method hasComponent (line 210) | public boolean hasComponent(Column targetColumn) { method remove (line 214) | public void remove(Column targetColumn) { method canResizeLeft (line 218) | public boolean canResizeLeft() { method resizeLeft (line 222) | public void resizeLeft() { method canResizeRight (line 227) | public boolean canResizeRight() { method resizeRight (line 231) | public void resizeRight() { method createInstanceRow (line 236) | protected Row createInstanceRow() { method createComponentRemoveCommand (line 244) | private ParameterizedCommand createComponentRemoveCommand() { method createRowRemoveCommand (line 248) | private ParameterizedCommand createRowRemoveCommand() { method withComponents (line 252) | public void withComponents(ComponentColumn... _columns) { method createDropCommand (line 256) | ParameterizedCommand createDropCommand() { method setColumnHeight (line 261) | public void setColumnHeight(Integer columnHeight) { method getView (line 265) | @Override method getColumnWidth (line 275) | public Integer getColumnWidth() { method setColumnWidth (line 279) | public void setColumnWidth(Integer columnWidth) { method reduceWidth (line 284) | @Override method incrementWidth (line 290) | @Override method getRemoveColumnCommand (line 296) | public ParameterizedCommand getRemoveColumnCommand() { method getLayoutComponent (line 300) | @Override method hasInnerRows (line 305) | @Override method calculateWidth (line 310) | @Override method getRow (line 315) | public Row getRow() { method destroy (line 319) | protected void destroy(Object o) { method calculateSizeChilds (line 323) | public void calculateSizeChilds() { method setupResize (line 327) | @Override method getId (line 334) | @Override method getColumnHeight (line 339) | public Integer getColumnHeight() { method setId (line 343) | public void setId(String id) { method shouldPreviewDrop (line 347) | public boolean shouldPreviewDrop() { type View (line 351) | public interface View extends UberElement { method setWidth (line 353) | void setWidth(Integer size); method addRow (line 355) | void addRow(UberElement view); method calculateWidth (line 357) | void calculateWidth(); method clear (line 359) | void clear(); method setupPageLayout (line 361) | void setupPageLayout(); FILE: uberfire-extensions/uberfire-layout-editor/uberfire-layout-editor-client/src/main/java/org/uberfire/ext/layout/editor/client/components/columns/ColumnWithComponentsView.java class ColumnWithComponentsView (line 41) | @Dependent method init (line 73) | @Override method setupEvents (line 79) | private void setupEvents() { method setupPageLayout (line 85) | @Override method setupOnResize (line 95) | private void setupOnResize() { method dockSelectEvent (line 99) | public void dockSelectEvent(@Observes UberfireDocksInteractionEvent ev... method setupRightEvents (line 103) | private void setupRightEvents() { method setupLeftEvents (line 167) | private void setupLeftEvents() { method setWidth (line 229) | @Override method hasCssSizeClass (line 242) | private boolean hasCssSizeClass() { method addRow (line 247) | @Override method clear (line 252) | @Override method resizeEventObserver (line 257) | public void resizeEventObserver(@Observes ContainerResizeEvent event) { method calculateWidth (line 261) | @Override FILE: uberfire-extensions/uberfire-layout-editor/uberfire-layout-editor-client/src/main/java/org/uberfire/ext/layout/editor/client/components/columns/ComponentColumn.java class ComponentColumn (line 46) | @Dependent method ComponentColumn (line 77) | @Inject method post (line 96) | @PostConstruct method init (line 101) | public void init(LayoutEditorElement parent, method geElementType (line 128) | @Override method getParentElement (line 133) | @Override method setParentElement (line 138) | public void setParentElement(LayoutEditorElement parentElement) { method isSelectable (line 142) | public boolean isSelectable() { method setSelectable (line 146) | public void setSelectable(boolean selectable) { method isSelected (line 150) | @Override method setSelected (line 155) | @Override method setupPageLayout (line 168) | private void setupPageLayout() { method setupParts (line 172) | public void setupParts() { method getProperties (line 181) | @Override method setProperty (line 186) | @Override method removeProperty (line 193) | @Override method clearProperties (line 200) | @Override method getPropertyCategories (line 207) | @Override method hasConfiguration (line 212) | protected boolean hasConfiguration() { method setDropCommand (line 216) | public void setDropCommand( method configComponent (line 221) | void configComponent(boolean newComponent) { method hasModalConfiguration (line 234) | private boolean hasModalConfiguration(boolean newComponent) { method configurationFinish (line 238) | private void configurationFinish() { method configurationCanceled (line 244) | private void configurationCanceled() { method remove (line 250) | public void remove() { method edit (line 254) | public void edit() { method shouldPreviewDrop (line 258) | public boolean shouldPreviewDrop() { method canISplitMyHeight (line 262) | private boolean canISplitMyHeight() { method dragStartComponent (line 269) | public void dragStartComponent() { method dragEndComponent (line 275) | public void dragEndComponent() { method getLayoutComponent (line 279) | @Override method hasInnerRows (line 284) | @Override method calculateWidth (line 289) | @Override method reduceWidth (line 294) | @Override method incrementWidth (line 300) | @Override method setupResize (line 306) | @Override method canResizeLeft (line 313) | public boolean canResizeLeft() { method resizeLeft (line 320) | public void resizeLeft() { method canResizeRight (line 325) | public boolean canResizeRight() { method resizeRight (line 332) | public void resizeRight() { method recalculateWidth (line 337) | public void recalculateWidth() { method getColumnWidth (line 341) | public Integer getColumnWidth() { method setColumnWidth (line 345) | public void setColumnWidth(Integer size) { method onDrop (line 350) | public void onDrop(ColumnDrop.Orientation orientation, method requiredLock (line 361) | public void requiredLock() { method newComponentDrop (line 365) | private void newComponentDrop(ColumnDrop.Orientation orientation, method moveDrop (line 373) | private void moveDrop(ColumnDrop.Orientation orientation) { method dropInTheSameColumn (line 383) | private boolean dropInTheSameColumn() { method isInnerColumn (line 387) | @Override method setColumnHeight (line 392) | public void setColumnHeight(Integer columnHeight) { method updateView (line 398) | public void updateView() { method getView (line 406) | public UberElement getView() { method getLayoutDragComponentHelper (line 412) | public LayoutDragComponentHelper getLayoutDragComponentHelper() { method enableSideDnD (line 416) | public boolean enableSideDnD() { method getId (line 420) | @Override method setId (line 425) | public void setId(String id) { method setup (line 429) | public void setup(String id, method getColumnHeight (line 435) | public Integer getColumnHeight() { method onSelected (line 439) | public void onSelected() { method onDragEnd (line 451) | public void onDragEnd(@Observes DragComponentEndEvent dragComponentEnd... method getLayoutEditorElementParts (line 456) | @Override method getLayoutDragComponent (line 461) | public LayoutDragComponent getLayoutDragComponent() { type View (line 465) | public interface View extends UberElement { method setWidth (line 467) | void setWidth(String size); method getLayoutDragComponent (line 469) | LayoutDragComponent getLayoutDragComponent(); method calculateWidth (line 471) | void calculateWidth(); method clearContent (line 473) | void clearContent(); method setContent (line 475) | void setContent(); method showConfigComponentModal (line 477) | void showConfigComponentModal(Command configurationFinish, method hasModalConfiguration (line 481) | boolean hasModalConfiguration(); method setup (line 483) | void setup(LayoutComponent layoutComponent, method setupWidget (line 486) | void setupWidget(); method setupPageLayout (line 488) | void setupPageLayout(); method setColumnHeight (line 490) | void setColumnHeight(Integer columnHeight); method setSelected (line 492) | void setSelected(boolean selected); method notifyDragEnd (line 494) | void notifyDragEnd(); method getPropertyCategories (line 496) | List getPropertyCategories(); FILE: uberfire-extensions/uberfire-layout-editor/uberfire-layout-editor-client/src/main/java/org/uberfire/ext/layout/editor/client/components/columns/ComponentColumnPart.java class ComponentColumnPart (line 31) | @Dependent method init (line 41) | public void init(ComponentColumn layoutEditorElement, LayoutComponentP... method getId (line 46) | @Override method getProperties (line 51) | @Override method clearProperties (line 56) | @Override method setProperty (line 62) | @Override method removeProperty (line 68) | @Override method getPropertyCategories (line 75) | @Override method getParent (line 80) | @Override method setSelected (line 85) | @Override FILE: uberfire-extensions/uberfire-layout-editor/uberfire-layout-editor-client/src/main/java/org/uberfire/ext/layout/editor/client/components/columns/ComponentColumnView.java class ComponentColumnView (line 56) | @Dependent method init (line 104) | @Override method getPropertyCategories (line 109) | @Override method setupWidget (line 114) | @Override method setupPageLayout (line 123) | @Override method setColumnHeight (line 136) | @Override method setupOnResize (line 153) | void setupOnResize() { method dockSelectEvent (line 159) | public void dockSelectEvent(@Observes UberfireDocksInteractionEvent ev... method setupKebabWidget (line 163) | private void setupKebabWidget() { method removeCurrentWidget (line 171) | void removeCurrentWidget() { method setupEvents (line 175) | void setupEvents() { method setupRowEvents (line 185) | private void setupRowEvents() { method setupColEvents (line 194) | private void setupColEvents() { method setupColUpEvents (line 214) | private void setupColUpEvents() { method setupColDownEvents (line 250) | private void setupColDownEvents() { method setupRightEvents (line 264) | private void setupRightEvents() { method setupContentEvents (line 326) | private void setupContentEvents() { method setupLeftEvents (line 392) | private void setupLeftEvents() { method resizeEventObserver (line 468) | public void resizeEventObserver(@Observes ContainerResizeEvent event) { method calculateWidth (line 472) | @Override method controlPadding (line 483) | private void controlPadding() { method calculateLeftRightWidth (line 496) | private void calculateLeftRightWidth() { method calculateContentWidth (line 505) | private void calculateContentWidth() { method setWidth (line 515) | @Override method clearContent (line 526) | @Override method setContent (line 532) | @Override method showConfigComponentModal (line 543) | @Override method hasModalConfiguration (line 552) | @Override method setup (line 557) | @Override method setSelected (line 563) | @Override method getPreviewElement (line 574) | private HTMLElement getPreviewElement() { method hasColPreview (line 586) | private boolean hasColPreview(HTMLElement element) { method dragOverUp (line 591) | private boolean dragOverUp(Div div, method notifyDragEnd (line 602) | @Override method getLayoutDragComponent (line 608) | @Override FILE: uberfire-extensions/uberfire-layout-editor/uberfire-layout-editor-client/src/main/java/org/uberfire/ext/layout/editor/client/components/container/Container.java class Container (line 54) | @Dependent method Container (line 82) | @Inject method setup (line 106) | @PostConstruct method preDestroy (line 112) | @PreDestroy method init (line 120) | private void init() { method setLockSupplier (line 128) | public void setLockSupplier(Supplier lockSupplier) { method getId (line 132) | @Override method geElementType (line 137) | @Override method getParentElement (line 142) | @Override method setSelectable (line 147) | @Override method isSelectable (line 153) | public boolean isSelectable() { method isSelected (line 157) | @Override method setSelected (line 162) | @Override method createEmptyDropRow (line 175) | private void createEmptyDropRow() { method loadEmptyLayout (line 180) | public void loadEmptyLayout(String layoutName, method load (line 193) | public void load(LayoutTemplate layoutTemplate, method reset (line 218) | public void reset() { method createEmptyRow (line 229) | private EmptyDropRow createEmptyRow() { method createInstanceEmptyDropRow (line 237) | protected EmptyDropRow createInstanceEmptyDropRow() { method createEmptyDropCommand (line 243) | public ParameterizedCommand createEmptyDropCommand() { method notifyDrop (line 253) | private void notifyDrop(RowDrop rowDrop) { method createRow (line 258) | private Row createRow(RowDrop drop, method getLockSupplier (line 273) | public Supplier getLockSupplier() { method createCurrentLayoutTemplateSupplier (line 277) | Supplier createCurrentLayoutTemplateSupplier() { method createRemoveRowCommand (line 281) | private ParameterizedCommand createRemoveRowCommand() { method removeRow (line 287) | private void removeRow(Row row) { method updateHeightOfSiblingRow (line 301) | private void updateHeightOfSiblingRow(Row rowToRemove) { method needToUpdateSizeOfMySiblings (line 317) | private boolean needToUpdateSizeOfMySiblings(Row row) { method createRemoveComponentCommand (line 321) | private ParameterizedCommand createRemoveComponentCommand() { method layoutIsEmpty (line 325) | private boolean layoutIsEmpty() { method createRowDropCommand (line 329) | public ParameterizedCommand createRowDropCommand() { method handleDrop (line 343) | private void handleDrop(RowDrop dropRow, method handleMoveComponent (line 362) | private void handleMoveComponent(RowDrop dropRow, method removeOldComponent (line 373) | private void removeOldComponent(Column column) { method addNewRow (line 386) | private void addNewRow(Row currentRow, method setupRowSize (line 417) | private void setupRowSize(Row currentRow) { method newRowIsBeforeThisRow (line 428) | private boolean newRowIsBeforeThisRow(RowDrop dropRow) { method dropIsInthisRow (line 432) | private boolean dropIsInthisRow(Row row, method clearView (line 437) | private void clearView() { method swapRows (line 441) | protected void swapRows(@Observes RowDnDEvent rowDndEvent) { method lookForBeginningRow (line 467) | private Row lookForBeginningRow(@Observes RowDnDEvent rowDndEvent) { method getLayoutName (line 478) | public String getLayoutName() { method load (line 482) | private Row load(LayoutRow layoutRow) { method createInstanceRow (line 493) | protected Row createInstanceRow() { method addProperty (line 501) | public void addProperty(String key, method getProperty (line 507) | public String getProperty(String key) { method getProperties (line 511) | @Override method setProperty (line 516) | @Override method removeProperty (line 522) | @Override method clearProperties (line 528) | @Override method getPropertyCategories (line 534) | @Override method toLayoutTemplate (line 539) | public LayoutTemplate toLayoutTemplate() { method getRows (line 544) | public List getRows() { method updateView (line 548) | void updateView() { method cleanupEmptyRows (line 561) | private void cleanupEmptyRows() { method setupResizeRows (line 573) | private void setupResizeRows() { method setupRowResizeActions (line 582) | private void setupRowResizeActions(List rows, method canResizeDown (line 603) | private boolean canResizeDown(int index, method hasDownSibling (line 613) | private boolean hasDownSibling(int index, method canResizeUp (line 618) | private boolean canResizeUp(int index, method firstRow (line 623) | private boolean firstRow(int index) { method setupPageStyle (line 627) | private void setupPageStyle() { method setupCssProperties (line 633) | private void setupCssProperties() { method getView (line 638) | public View getView() { method resizeRows (line 643) | public void resizeRows(@Observes RowResizeEvent resize) { method resizeEventIsinThisContainer (line 663) | private boolean resizeEventIsinThisContainer(@Observes RowResizeEvent ... method lookUpForUpperNeighbor (line 667) | private Row lookUpForUpperNeighbor(Row resizedRow) { method lookUpForBottomNeighbor (line 672) | private Row lookUpForBottomNeighbor(Row resizedRow) { method getRowIndex (line 677) | private int getRowIndex(Row row) { method getRow (line 681) | private Row getRow(RowResizeEvent resize) { method getEmptyDropRow (line 690) | EmptyDropRow getEmptyDropRow() { method destroy (line 694) | protected void destroy(Object o) { method getPageStyle (line 698) | public LayoutTemplate.Style getPageStyle() { method onSelected (line 702) | public void onSelected() { method getChildElements (line 712) | public List getChildElements() { type View (line 716) | public interface View extends UberElement { method addRow (line 718) | void addRow(UberElement view); method clear (line 720) | void clear(); method addEmptyRow (line 722) | void addEmptyRow(UberElement emptyDropRow); method pageMode (line 724) | void pageMode(); method setSelectEnabled (line 726) | void setSelectEnabled(boolean enabled); method setSelected (line 728) | void setSelected(boolean selected); method applyCssValues (line 730) | void applyCssValues(List cssValues); FILE: uberfire-extensions/uberfire-layout-editor/uberfire-layout-editor-client/src/main/java/org/uberfire/ext/layout/editor/client/components/container/ContainerView.java class ContainerView (line 42) | @Dependent method init (line 69) | @Override method setupEvents (line 75) | private void setupEvents() { method addRow (line 93) | @Override method clear (line 105) | @Override method addEmptyRow (line 111) | @Override method pageMode (line 120) | @Override method setSelectEnabled (line 126) | @Override method setSelected (line 131) | @Override method applyCssValues (line 141) | @Override FILE: uberfire-extensions/uberfire-layout-editor/uberfire-layout-editor-client/src/main/java/org/uberfire/ext/layout/editor/client/components/rows/EmptyDropRow.java class EmptyDropRow (line 29) | @Dependent method EmptyDropRow (line 37) | @Inject method post (line 44) | @PostConstruct method init (line 49) | public void init(ParameterizedCommand dropCommand, method drop (line 57) | public void drop(String dropData) { method extractComponent (line 66) | private LayoutDragComponent extractComponent(String dropData) { method thereIsAComponent (line 71) | private boolean thereIsAComponent(LayoutDragComponent component) { method getView (line 75) | public UberElement getView() { method getId (line 79) | public String getId() { method setId (line 83) | public void setId(String id) { type View (line 87) | public interface View extends UberElement { method setupText (line 89) | void setupText(String titleText, FILE: uberfire-extensions/uberfire-layout-editor/uberfire-layout-editor-client/src/main/java/org/uberfire/ext/layout/editor/client/components/rows/EmptyDropRowView.java class EmptyDropRowView (line 36) | @Dependent method init (line 62) | @Override method setupText (line 82) | @Override method removeSelectedBorder (line 89) | private void removeSelectedBorder() { method addSelectEmptyBorder (line 99) | private void addSelectEmptyBorder() { FILE: uberfire-extensions/uberfire-layout-editor/uberfire-layout-editor-client/src/main/java/org/uberfire/ext/layout/editor/client/components/rows/Row.java class Row (line 46) | @Dependent method Row (line 96) | @Inject method init (line 124) | public void init(ParameterizedCommand dropOnRowCommand, method init (line 140) | public void init(ParameterizedCommand dropOnRowCommand, method load (line 157) | public void load(ParameterizedCommand dropOnRowCommand, method getHeight (line 176) | private int getHeight(String layoutRow) { method shouldILoadDefaultHeight (line 183) | private boolean shouldILoadDefaultHeight(String layoutRow) { method setupPageLayout (line 187) | private void setupPageLayout(Integer height) { method extractColumns (line 193) | private void extractColumns(LayoutRow layoutRow) { method extractComponentColumn (line 203) | private void extractComponentColumn(LayoutColumn layoutColumn) { method extractColumnWithComponents (line 208) | private void extractColumnWithComponents(LayoutColumn layoutColumn) { method hasComponent (line 234) | public Column hasComponent(Column targetColumn) { method dragStart (line 243) | public void dragStart() { method canDrag (line 247) | public boolean canDrag() { method dragEndMove (line 251) | public void dragEndMove() { method isColumnWithComponents (line 255) | private boolean isColumnWithComponents(LayoutColumn layoutColumn) { method getComponentColumn (line 259) | private ComponentColumn getComponentColumn(LayoutColumn column) { method addColumns (line 267) | public void addColumns(ComponentColumn... _columns) { method withOneColumn (line 276) | public void withOneColumn(LayoutComponent layoutComponent, method createComponentColumnInstance (line 292) | protected ComponentColumn createComponentColumnInstance() { method dropCommand (line 300) | public ParameterizedCommand dropCommand() { method notifyDrop (line 316) | private void notifyDrop(ColumnDrop columnDrop) { method removeOldComponent (line 321) | private void removeOldComponent(ColumnDrop drop) { method dropFromMoveComponent (line 325) | private boolean dropFromMoveComponent(ColumnDrop drop) { method removeColumnCommand (line 329) | ParameterizedCommand removeColumnCommand() { method removeColumn (line 338) | public void removeColumn(Column targetColumn) { method removeChildColumn (line 342) | public void removeChildColumn(Column targetColumn) { method removeChildComponentColumn (line 357) | private void removeChildComponentColumn(Column targetColumn) { method needToUpdateHeightOfMySiblings (line 370) | private boolean needToUpdateHeightOfMySiblings(Column targetColumn) { method updateHeightOfSiblingColumn (line 374) | private void updateHeightOfSiblingColumn(Column columnToRemove) { method notifyRemoval (line 391) | private void notifyRemoval(LayoutComponent layoutComponent) { method cointainsColumn (line 396) | public boolean cointainsColumn(Column targetColumn) { method isAChildColumn (line 400) | private boolean isAChildColumn(Column targetColumn) { method checkIfColumnExistsInChildColumnWithComponents (line 404) | private Optional checkIfColumnExistsInChildColumnWithComponent... method rowIsEmpty (line 410) | public boolean rowIsEmpty() { method lookupAndRemoveFromColumnsWithComponents (line 414) | private void lookupAndRemoveFromColumnsWithComponents(Column targetCol... method removeComponentFromColumnWithComponents (line 423) | private void removeComponentFromColumnWithComponents(ColumnWithCompone... method isDropInSameColumnWithComponent (line 442) | protected boolean isDropInSameColumnWithComponent(ColumnDrop drop) { method replaceColumnWithComponents (line 455) | private void replaceColumnWithComponents(ColumnWithComponents columnTo... method needToUpdateWidthOfMySiblings (line 482) | private boolean needToUpdateWidthOfMySiblings(Column targetColumn) { method updateWidthOfMySiblings (line 486) | private void updateWidthOfMySiblings(Column columnToRemove) { method firstColumnHasRightSibling (line 499) | private boolean firstColumnHasRightSibling() { method getColumnIndex (line 503) | private int getColumnIndex(Column columnToRemove) { method isFirstColumn (line 507) | private boolean isFirstColumn(int columnIndex) { method disableDrop (line 511) | public void disableDrop() { method createColumnWithComponentsInstance (line 515) | protected ColumnWithComponents createColumnWithComponentsInstance() { method drop (line 521) | public void drop(String dropData, method post (line 542) | @PostConstruct method preDestroy (line 547) | @PreDestroy method updateColumns (line 554) | private List updateColumns(ColumnDrop drop, method handleDropOnColumnWithComponents (line 580) | private void handleDropOnColumnWithComponents(ColumnDrop drop, method updateInnerColumns (line 600) | private List updateInnerColumns(ColumnDrop drop, method handleDropInnerColumn (line 616) | private void handleDropInnerColumn(ColumnDrop drop, method handleInnerDrop (line 638) | private void handleInnerDrop(ColumnDrop drop, method calculateColumnHeight (line 652) | private Integer calculateColumnHeight(ComponentColumn column) { method addColumnsInTheRightPosition (line 663) | private void addColumnsInTheRightPosition(ColumnDrop drop, method createNewInnerColumn (line 676) | private ComponentColumn createNewInnerColumn(ColumnDrop drop, method handleInnerComponentDrop (line 693) | private void handleInnerComponentDrop(ColumnDrop drop, method updateCurrentColumn (line 740) | private ComponentColumn updateCurrentColumn(ComponentColumn currentCol... method createComponentColumn (line 747) | private ComponentColumn createComponentColumn(LayoutComponent layoutCo... method createNewComponentColumn (line 754) | private ComponentColumn createNewComponentColumn(LayoutComponent layou... method handleDropOnComponentColumn (line 770) | private void handleDropOnComponentColumn(ColumnDrop drop, method columnCanBeSplitted (line 788) | private boolean columnCanBeSplitted(Column column) { method isComponentColumn (line 792) | private boolean isComponentColumn(Column currentColumn) { method handleSideDrop (line 796) | private void handleSideDrop(ColumnDrop drop, method setupColumnWidth (line 820) | private Integer setupColumnWidth(Column column) { method dropIsOn (line 831) | private boolean dropIsOn(ColumnDrop drop, method resizeColumns (line 836) | public void resizeColumns(@Observes ColumnResizeEvent resize) { method lookUpForLeftNeighbor (line 857) | private Column lookUpForLeftNeighbor(Column resizedColumn) { method lookUpForRightNeighbor (line 862) | private Column lookUpForRightNeighbor(Column resizedColumn) { method resizeEventIsinThisRow (line 867) | private boolean resizeEventIsinThisRow(@Observes ColumnResizeEvent res... method getColumn (line 871) | private Column getColumn(ColumnResizeEvent resize) { method updateView (line 880) | public void updateView() { method setupColumnResizeActions (line 889) | private void setupColumnResizeActions() { method setupCssProperties (line 898) | private void setupCssProperties() { method getProperties (line 903) | @Override method setProperty (line 908) | @Override method removeProperty (line 914) | @Override method clearProperties (line 920) | @Override method getPropertyCategories (line 926) | @Override method setupColumnResizeActions (line 931) | private void setupColumnResizeActions(List columns, method canResizeLeft (line 947) | private boolean canResizeLeft(int index, method canResizeRight (line 953) | private boolean canResizeRight(int index, method hasRightSibling (line 963) | private boolean hasRightSibling(int index, method firstColumn (line 968) | private boolean firstColumn(int index) { method getView (line 972) | public UberElement getView() { method getColumns (line 977) | public List getColumns() { method isDropEnable (line 981) | public boolean isDropEnable() { method setSelectable (line 985) | @Override method isSelectable (line 991) | public boolean isSelectable() { method isSelected (line 995) | public boolean isSelected() { method setSelected (line 999) | public void setSelected(boolean selected) { method canISplitMySize (line 1011) | private boolean canISplitMySize() { method destroy (line 1019) | protected void destroy(Object o) { method calculateSizeChilds (line 1023) | public void calculateSizeChilds() { method getId (line 1029) | @Override method geElementType (line 1034) | @Override method getParentElement (line 1039) | @Override method setup (line 1044) | public void setup(LayoutEditorElement parent, method getHeight (line 1052) | public Integer getHeight() { method setHeight (line 1056) | public void setHeight(Integer height) { method canResizeUp (line 1061) | public boolean canResizeUp() { method canResizeDown (line 1065) | public boolean canResizeDown() { method resizeUp (line 1069) | public void resizeUp() { method resizeDown (line 1074) | public void resizeDown() { method incrementHeight (line 1079) | public void incrementHeight() { method reduceHeight (line 1085) | public void reduceHeight() { method setupResize (line 1091) | public void setupResize(boolean canResizeUp, method getParentColumnWithComponents (line 1099) | public ColumnWithComponents getParentColumnWithComponents() { method onSelected (line 1103) | public void onSelected() { method getChildElements (line 1113) | public List getChildElements() { type View (line 1117) | public interface View extends UberElement { method addColumn (line 1119) | void addColumn(UberElement view); method clear (line 1121) | void clear(); method setupPageLayout (line 1123) | void setupPageLayout(Integer height); method setHeight (line 1125) | void setHeight(Integer height); method setupResize (line 1127) | void setupResize(); method setSelectEnabled (line 1129) | void setSelectEnabled(boolean enabled); method setSelected (line 1131) | void setSelected(boolean selected); method applyCssValues (line 1133) | void applyCssValues(List cssValues); FILE: uberfire-extensions/uberfire-layout-editor/uberfire-layout-editor-client/src/main/java/org/uberfire/ext/layout/editor/client/components/rows/RowDnDEvent.java class RowDnDEvent (line 19) | public class RowDnDEvent { method RowDnDEvent (line 25) | public RowDnDEvent(String rowIdBegin, method getOrientation (line 33) | public RowDrop.Orientation getOrientation() { method getRowIdBegin (line 37) | public String getRowIdBegin() { method getRowIdEnd (line 41) | public String getRowIdEnd() { FILE: uberfire-extensions/uberfire-layout-editor/uberfire-layout-editor-client/src/main/java/org/uberfire/ext/layout/editor/client/components/rows/RowDrop.java class RowDrop (line 23) | public class RowDrop { method RowDrop (line 32) | public RowDrop(LayoutComponent component, method getRowId (line 41) | public String getRowId() { method getOrientation (line 45) | public Orientation getOrientation() { method getComponent (line 49) | public LayoutComponent getComponent() { method getOldColumn (line 53) | public Column getOldColumn() { method getType (line 57) | public ComponentDropType getType() { method newComponent (line 61) | public boolean newComponent() { method fromMove (line 65) | public RowDrop fromMove(String originRowOldColumnId, type Orientation (line 73) | public enum Orientation { FILE: uberfire-extensions/uberfire-layout-editor/uberfire-layout-editor-client/src/main/java/org/uberfire/ext/layout/editor/client/components/rows/RowView.java class RowView (line 36) | @Dependent method init (line 65) | @Override method setupEvents (line 72) | private void setupEvents() { method setupBottomEvents (line 77) | private void setupBottomEvents() { method setupBottomCenter (line 112) | private void setupBottomCenter() { method setupUpperEvents (line 139) | private void setupUpperEvents() { method setupUpperCenter (line 223) | private void setupUpperCenter() { method addColumn (line 250) | @Override method clear (line 255) | @Override method setupPageLayout (line 260) | @Override method setHeight (line 269) | @Override method setupResize (line 274) | @Override method setSelectEnabled (line 280) | @Override method setSelected (line 285) | @Override method applyCssValues (line 299) | @Override method setupMainRowSize (line 309) | private void setupMainRowSize(String span) { FILE: uberfire-extensions/uberfire-layout-editor/uberfire-layout-editor-client/src/main/java/org/uberfire/ext/layout/editor/client/event/LayoutEditorElementSelectEvent.java class LayoutEditorElementSelectEvent (line 21) | public class LayoutEditorElementSelectEvent { method LayoutEditorElementSelectEvent (line 25) | public LayoutEditorElementSelectEvent(LayoutEditorElement element) { method getElement (line 29) | public LayoutEditorElement getElement() { FILE: uberfire-extensions/uberfire-layout-editor/uberfire-layout-editor-client/src/main/java/org/uberfire/ext/layout/editor/client/event/LayoutEditorElementUnselectEvent.java class LayoutEditorElementUnselectEvent (line 21) | public class LayoutEditorElementUnselectEvent { method LayoutEditorElementUnselectEvent (line 25) | public LayoutEditorElementUnselectEvent(LayoutElementWithProperties el... method getElement (line 29) | public LayoutElementWithProperties getElement() { FILE: uberfire-extensions/uberfire-layout-editor/uberfire-layout-editor-client/src/main/java/org/uberfire/ext/layout/editor/client/event/LayoutElementClearAllPropertiesEvent.java class LayoutElementClearAllPropertiesEvent (line 21) | public class LayoutElementClearAllPropertiesEvent { method LayoutElementClearAllPropertiesEvent (line 25) | public LayoutElementClearAllPropertiesEvent(LayoutElementWithPropertie... method getElement (line 29) | public LayoutElementWithProperties getElement() { FILE: uberfire-extensions/uberfire-layout-editor/uberfire-layout-editor-client/src/main/java/org/uberfire/ext/layout/editor/client/event/LayoutElementPropertyChangedEvent.java class LayoutElementPropertyChangedEvent (line 21) | public class LayoutElementPropertyChangedEvent { method LayoutElementPropertyChangedEvent (line 28) | public LayoutElementPropertyChangedEvent(LayoutElementWithProperties l... method getElement (line 35) | public LayoutElementWithProperties getElement() { method getProperty (line 39) | public String getProperty() { method getOldValue (line 43) | public String getOldValue() { method getNewValue (line 47) | public String getNewValue() { FILE: uberfire-extensions/uberfire-layout-editor/uberfire-layout-editor-client/src/main/java/org/uberfire/ext/layout/editor/client/generator/AbstractLayoutGenerator.java class AbstractLayoutGenerator (line 37) | public abstract class AbstractLayoutGenerator implements LayoutGenerator { method build (line 44) | @Override method generateRows (line 58) | protected void generateRows(LayoutTemplate layoutTemplate, method generateComponents (line 104) | protected void generateComponents(LayoutTemplate layoutTemplate, method columnHasNestedRows (line 128) | protected boolean columnHasNestedRows(LayoutColumn layoutColumn) { method applyCssToElement (line 132) | protected void applyCssToElement(Map properties, HTMLEl... method applyCssToElement (line 144) | protected void applyCssToElement(Map properties, IsWidg... FILE: uberfire-extensions/uberfire-layout-editor/uberfire-layout-editor-client/src/main/java/org/uberfire/ext/layout/editor/client/generator/BootstrapLayoutGenerator.java class BootstrapLayoutGenerator (line 30) | @Default method build (line 37) | @Override FILE: uberfire-extensions/uberfire-layout-editor/uberfire-layout-editor-client/src/main/java/org/uberfire/ext/layout/editor/client/generator/BootstrapLayoutGeneratorDriver.java class BootstrapLayoutGeneratorDriver (line 39) | @Default method createContainer (line 46) | @Override method createRow (line 52) | @Override method createColumn (line 59) | @Override method createComponent (line 67) | @Override method lookupComponent (line 78) | protected LayoutDragComponent lookupComponent(LayoutComponent layoutCo... FILE: uberfire-extensions/uberfire-layout-editor/uberfire-layout-editor-client/src/main/java/org/uberfire/ext/layout/editor/client/generator/LayoutGenerator.java type LayoutGenerator (line 22) | public interface LayoutGenerator { method build (line 24) | LayoutInstance build(LayoutTemplate layoutTemplate); method build (line 26) | LayoutInstance build(LayoutTemplate layoutTemplate, LayoutGeneratorDri... FILE: uberfire-extensions/uberfire-layout-editor/uberfire-layout-editor-client/src/main/java/org/uberfire/ext/layout/editor/client/generator/LayoutGeneratorDriver.java type LayoutGeneratorDriver (line 28) | public interface LayoutGeneratorDriver { method createContainer (line 30) | HTMLElement createContainer(); method createRow (line 32) | HTMLElement createRow(LayoutRow layoutRow); method createColumn (line 34) | HTMLElement createColumn(LayoutColumn layoutColumn); method createComponent (line 36) | IsWidget createComponent(HTMLElement column, LayoutComponent layoutCom... method getComponentPart (line 38) | default Optional getComponentPart(HTMLElement column, Layout... FILE: uberfire-extensions/uberfire-layout-editor/uberfire-layout-editor-client/src/main/java/org/uberfire/ext/layout/editor/client/infra/BeanHelper.java class BeanHelper (line 21) | public class BeanHelper { method destroy (line 23) | public static void destroy(Object o) { FILE: uberfire-extensions/uberfire-layout-editor/uberfire-layout-editor-client/src/main/java/org/uberfire/ext/layout/editor/client/infra/ColumnDrop.java class ColumnDrop (line 23) | public class ColumnDrop { method ColumnDrop (line 31) | public ColumnDrop(LayoutComponent component, method getOrientation (line 40) | public Orientation getOrientation() { method getEndId (line 44) | public String getEndId() { method getComponent (line 48) | public LayoutComponent getComponent() { method isASideDrop (line 52) | public boolean isASideDrop() { method isALeftDrop (line 57) | public boolean isALeftDrop() { method isADownDrop (line 61) | public boolean isADownDrop() { method getOldColumn (line 65) | public Column getOldColumn() { method newComponent (line 69) | public boolean newComponent() { method fromMove (line 73) | public ColumnDrop fromMove(Column oldColumn) { method getType (line 79) | public ComponentDropType getType() { type Orientation (line 83) | public enum Orientation { FILE: uberfire-extensions/uberfire-layout-editor/uberfire-layout-editor-client/src/main/java/org/uberfire/ext/layout/editor/client/infra/ColumnDropContext.java class ColumnDropContext (line 20) | public class ColumnDropContext { method setActiveDrop (line 24) | public static void setActiveDrop(ColumnDrop columnDrop) { method getActiveDrop (line 28) | public static ColumnDrop getActiveDrop() { method clear (line 32) | public static void clear() { FILE: uberfire-extensions/uberfire-layout-editor/uberfire-layout-editor-client/src/main/java/org/uberfire/ext/layout/editor/client/infra/ColumnResizeEvent.java class ColumnResizeEvent (line 19) | public class ColumnResizeEvent { method ColumnResizeEvent (line 25) | public ColumnResizeEvent(int columnHash, method getRowHash (line 32) | public int getRowHash() { method getColumnHash (line 36) | public int getColumnHash() { method left (line 40) | public ColumnResizeEvent left() { method right (line 45) | public ColumnResizeEvent right() { method isLeft (line 50) | public boolean isLeft() { method getDirection (line 54) | public Direction getDirection() { type Direction (line 58) | private enum Direction { FILE: uberfire-extensions/uberfire-layout-editor/uberfire-layout-editor-client/src/main/java/org/uberfire/ext/layout/editor/client/infra/ColumnSizeBuilder.java class ColumnSizeBuilder (line 21) | public class ColumnSizeBuilder { method buildColumnSize (line 23) | public static String buildColumnSize(final int value) { method buildSize (line 54) | private static String buildSize(ColumnSize mdSize) { FILE: uberfire-extensions/uberfire-layout-editor/uberfire-layout-editor-client/src/main/java/org/uberfire/ext/layout/editor/client/infra/ConfigurationContext.java class ConfigurationContext (line 28) | public class ConfigurationContext { method ConfigurationContext (line 35) | public ConfigurationContext(LayoutComponent component, method setComponentProperty (line 45) | public void setComponentProperty(String key, method removeComponentProperty (line 51) | public void removeComponentProperty(String key) { method getComponentProperty (line 55) | public String getComponentProperty(String key) { method getComponentProperties (line 59) | public Map getComponentProperties() { method resetComponentProperties (line 63) | public void resetComponentProperties() { method configurationFinished (line 67) | public void configurationFinished() { method configurationCancelled (line 71) | public void configurationCancelled() { method getCurrentLayoutTemplate (line 75) | public LayoutTemplate getCurrentLayoutTemplate() { method getConfigurationCanceled (line 79) | public Command getConfigurationCanceled() { method setConfigurationCanceled (line 83) | public void setConfigurationCanceled(final Command configurationCancel... method getConfigurationFinish (line 87) | public Command getConfigurationFinish() { method setConfigurationFinish (line 91) | public void setConfigurationFinish(final Command configurationFinish) { method getLayoutComponent (line 95) | public LayoutComponent getLayoutComponent() { FILE: uberfire-extensions/uberfire-layout-editor/uberfire-layout-editor-client/src/main/java/org/uberfire/ext/layout/editor/client/infra/ContainerResizeEvent.java class ContainerResizeEvent (line 19) | public class ContainerResizeEvent { method ContainerResizeEvent (line 25) | public ContainerResizeEvent(int columnHashCode, method ContainerResizeEvent (line 32) | public ContainerResizeEvent() { method getRowHashCode (line 35) | public int getRowHashCode() { method getColumnHashCode (line 39) | public int getColumnHashCode() { method left (line 43) | public ContainerResizeEvent left() { method right (line 48) | public ContainerResizeEvent right() { method isLeft (line 53) | public boolean isLeft() { method getDirection (line 57) | public Direction getDirection() { type Direction (line 61) | private enum Direction { FILE: uberfire-extensions/uberfire-layout-editor/uberfire-layout-editor-client/src/main/java/org/uberfire/ext/layout/editor/client/infra/DnDManager.java class DnDManager (line 28) | @ApplicationScoped method beginRowMove (line 42) | public void beginRowMove(String rowIdBegin) { method endRowMove (line 47) | public void endRowMove(String rowIdEnd, method dragEndMove (line 57) | public void dragEndMove() { method getDraggedColumn (line 61) | public Column getDraggedColumn() { method endComponentMove (line 65) | public void endComponentMove() { method isOnRowMove (line 71) | public boolean isOnRowMove() { method isOnComponentMove (line 75) | public boolean isOnComponentMove() { method canMoveRow (line 79) | public boolean canMoveRow() { method dragComponent (line 83) | public void dragComponent(LayoutComponent layoutComponentMove, method getRowId (line 92) | public String getRowId() { method dragEndComponent (line 96) | public void dragEndComponent() { method getLayoutComponentMove (line 100) | public LayoutComponent getLayoutComponentMove() { FILE: uberfire-extensions/uberfire-layout-editor/uberfire-layout-editor-client/src/main/java/org/uberfire/ext/layout/editor/client/infra/DndDataJSONConverter.java class DndDataJSONConverter (line 25) | public class DndDataJSONConverter { method generateDragComponentJSON (line 30) | public String generateDragComponentJSON(LayoutDragComponent dragCompon... method extractBeanClass (line 52) | private void extractBeanClass(LayoutDragComponent dragComponent, method getDragHelper (line 59) | private LayoutDragComponentHelper getDragHelper() { method readJSONDragComponent (line 63) | public LayoutDragComponent readJSONDragComponent(String json) { method getLayoutDragComponent (line 77) | private LayoutDragComponent getLayoutDragComponent(JSONObject jsonObject, method getLayoutDragComponent (line 100) | private LayoutDragComponent getLayoutDragComponent(String type) { FILE: uberfire-extensions/uberfire-layout-editor/uberfire-layout-editor-client/src/main/java/org/uberfire/ext/layout/editor/client/infra/DragComponentEndEvent.java class DragComponentEndEvent (line 19) | public class DragComponentEndEvent { FILE: uberfire-extensions/uberfire-layout-editor/uberfire-layout-editor-client/src/main/java/org/uberfire/ext/layout/editor/client/infra/DragHelperComponentColumn.java class DragHelperComponentColumn (line 46) | @Dependent method getLayoutDragComponent (line 64) | public LayoutDragComponent getLayoutDragComponent() { method getLayoutDragComponentProperties (line 72) | public List getLayoutDragComponentProperties() { method hasModalConfiguration (line 78) | public boolean hasModalConfiguration() { method setup (line 82) | public void setup(LayoutComponent layoutComponent, method getPreviewElement (line 88) | public HTMLElement getPreviewElement(Widget context) { method showConfigModal (line 114) | public void showConfigModal(Command configurationFinish, method applyCssPropertiesToLayoutComponent (line 126) | protected void applyCssPropertiesToLayoutComponent(HTMLElement widget) { method applyCssProperties (line 130) | protected void applyCssProperties(Widget widget, Map p... FILE: uberfire-extensions/uberfire-layout-editor/uberfire-layout-editor-client/src/main/java/org/uberfire/ext/layout/editor/client/infra/HTML5DnDHelper.java class HTML5DnDHelper (line 21) | public class HTML5DnDHelper { method extractDndData (line 23) | public static native String extractDndData(Event e) /*-{ method setDndData (line 27) | public static native String setDndData(Event e, FILE: uberfire-extensions/uberfire-layout-editor/uberfire-layout-editor-client/src/main/java/org/uberfire/ext/layout/editor/client/infra/LayoutDragComponentHelper.java class LayoutDragComponentHelper (line 39) | @Dependent method LayoutDragComponentHelper (line 48) | @Inject method destroy (line 54) | @PreDestroy method lookupDragTypeBean (line 61) | public LayoutDragComponent lookupDragTypeBean(String dragTypeClassName) { method lookupBean (line 65) | private LayoutDragComponent lookupBean(String dragTypeClassName) { method isAnEnabledExperimentalFeature (line 92) | boolean isAnEnabledExperimentalFeature(SyncBeanDef> syncBeanDefBeanClassNamePr... method getRealBeanClass (line 100) | public String getRealBeanClass(LayoutDragComponent instance) { method getLayoutComponentFromDrop (line 104) | public LayoutComponent getLayoutComponentFromDrop(String dropData) { method getLayoutComponent (line 110) | public LayoutComponent getLayoutComponent(LayoutDragComponent dragComp... method extractComponent (line 125) | private LayoutDragComponent extractComponent(String dropData) { method hasComponent (line 130) | private boolean hasComponent(LayoutComponent component) { method destroy (line 134) | protected void destroy(Object o) { FILE: uberfire-extensions/uberfire-layout-editor/uberfire-layout-editor-client/src/main/java/org/uberfire/ext/layout/editor/client/infra/LayoutEditorCssHelper.java class LayoutEditorCssHelper (line 36) | @ApplicationScoped method LayoutEditorCssHelper (line 49) | public LayoutEditorCssHelper() { method formatCssAllowedValue (line 88) | public String formatCssAllowedValue(CssProperty cssProperty) { method getHelpText (line 92) | public String getHelpText(CssProperty cssProperty) { method getValidators (line 96) | public List getValidators(CssProperty property) { method resolveFieldType (line 107) | public PropertyEditorType resolveFieldType(CssProperty cssProperty) { method createCategory (line 117) | public PropertyEditorCategory createCategory(String categoryCode) { method createField (line 122) | public PropertyEditorFieldInfo createField(LayoutElementWithProperties... method createField (line 126) | public PropertyEditorFieldInfo createField(Map property... method createPropertyField (line 131) | public PropertyEditorFieldInfo createPropertyField(CssProperty propert... method formatCssAllowedValue (line 158) | public String formatCssAllowedValue(CssProperty property, CssAllowedVa... method parseCssAllowedValue (line 163) | public CssAllowedValue parseCssAllowedValue(String property, String va... method parseCssAllowedValue (line 171) | public CssAllowedValue parseCssAllowedValue(CssProperty property, Stri... method readCssValues (line 181) | public List readCssValues(Map propertyMap) { method getContainerPropertyCategories (line 194) | public List getContainerPropertyCategories(Con... method getRowPropertyCategories (line 221) | public List getRowPropertyCategories(Row row) { method getComponentPropertyCategories (line 248) | public List getComponentPropertyCategories(Lay... method allCategories (line 275) | public List allCategories(Map p... FILE: uberfire-extensions/uberfire-layout-editor/uberfire-layout-editor-client/src/main/java/org/uberfire/ext/layout/editor/client/infra/LayoutEditorFocusController.java class LayoutEditorFocusController (line 30) | @ApplicationScoped method setTargetContainerView (line 39) | public void setTargetContainerView(Container.View view) { method recordFocus (line 46) | public void recordFocus() { method restoreFocus (line 54) | public void restoreFocus() { method isDirty (line 62) | public boolean isDirty() { method findScrollableParent (line 66) | protected HTMLElement findScrollableParent(HTMLElement element) { method setScrollableElement (line 82) | protected void setScrollableElement(HTMLElement element) { method isScrollable (line 86) | private boolean isScrollable(HTMLElement element) { FILE: uberfire-extensions/uberfire-layout-editor/uberfire-layout-editor-client/src/main/java/org/uberfire/ext/layout/editor/client/infra/LayoutTemplateAdapter.java class LayoutTemplateAdapter (line 29) | public class LayoutTemplateAdapter { method convert (line 31) | public static LayoutTemplate convert(Container container) { method convertToLayoutEditor (line 35) | private static LayoutTemplate convertToLayoutEditor(Container containe... method extractRows (line 44) | private static void extractRows(List rows, method extractColumns (line 54) | private static void extractColumns(List columns, method extractColumnWithComponents (line 71) | private static void extractColumnWithComponents(Column col, method extractComponents (line 83) | private static void extractComponents(Column col, method extractLayoutEditorComponent (line 89) | private static void extractLayoutEditorComponent(Column col, FILE: uberfire-extensions/uberfire-layout-editor/uberfire-layout-editor-client/src/main/java/org/uberfire/ext/layout/editor/client/infra/NameValidator.java class NameValidator (line 20) | public class NameValidator { method NameValidator (line 26) | private NameValidator(String error) { method layoutNameValidador (line 30) | public static NameValidator layoutNameValidador() { method tagNameValidator (line 34) | public static NameValidator tagNameValidator() { method parameterNameValidator (line 38) | public static NameValidator parameterNameValidator() { method activityIdValidator (line 42) | public static NameValidator activityIdValidator() { method menuLabelValidator (line 46) | public static NameValidator menuLabelValidator() { method getValidationError (line 50) | public String getValidationError() { method isValid (line 54) | public boolean isValid(String dirName) { FILE: uberfire-extensions/uberfire-layout-editor/uberfire-layout-editor-client/src/main/java/org/uberfire/ext/layout/editor/client/infra/RowResizeEvent.java class RowResizeEvent (line 19) | public class RowResizeEvent { method RowResizeEvent (line 25) | public RowResizeEvent(int containerHash, int rowHash) { method getContainerHash (line 30) | public int getContainerHash() { method getRowHash (line 34) | public int getRowHash() { method up (line 38) | public RowResizeEvent up() { method down (line 43) | public RowResizeEvent down() { method isUP (line 48) | public boolean isUP() { method getDirection (line 52) | public Direction getDirection() { type Direction (line 56) | private enum Direction { FILE: uberfire-extensions/uberfire-layout-editor/uberfire-layout-editor-client/src/main/java/org/uberfire/ext/layout/editor/client/infra/RowSizeBuilder.java class RowSizeBuilder (line 19) | public class RowSizeBuilder { method buildRowSize (line 21) | public static String buildRowSize(final String value) { FILE: uberfire-extensions/uberfire-layout-editor/uberfire-layout-editor-client/src/main/java/org/uberfire/ext/layout/editor/client/infra/UniqueIDGenerator.java class UniqueIDGenerator (line 22) | public class UniqueIDGenerator { method createContainerID (line 26) | public String createContainerID() { method createRowID (line 30) | public String createRowID(String containerID) { method createColumnID (line 34) | public String createColumnID(String rowID) { method createAccordionID (line 38) | public String createAccordionID(String name) { FILE: uberfire-extensions/uberfire-layout-editor/uberfire-layout-editor-client/src/main/java/org/uberfire/ext/layout/editor/client/infra/experimental/DisabledExperimentalLayoutComponent.java class DisabledExperimentalLayoutComponent (line 14) | @Dependent method DisabledExperimentalLayoutComponent (line 22) | @Inject method getDragComponentTitle (line 28) | @Override method getPreviewWidget (line 33) | @Override method getShowWidget (line 38) | @Override method render (line 43) | private IsWidget render() { method getFeatureId (line 48) | public String getFeatureId() { method setFeatureId (line 52) | public void setFeatureId(String featureId) { FILE: uberfire-extensions/uberfire-layout-editor/uberfire-layout-editor-client/src/main/java/org/uberfire/ext/layout/editor/client/resources/LayoutEditorCss.java type LayoutEditorCss (line 21) | public interface LayoutEditorCss extends CssResource { method dropBorder (line 23) | @ClassName("dropBorder") method dropInactive (line 26) | @ClassName("dropInactive") method rowContainer (line 29) | @ClassName("rowContainer") FILE: uberfire-extensions/uberfire-layout-editor/uberfire-layout-editor-client/src/main/java/org/uberfire/ext/layout/editor/client/resources/WebAppResource.java type WebAppResource (line 22) | public interface WebAppResource method CSS (line 28) | @Source("css/layout-editor.css") FILE: uberfire-extensions/uberfire-layout-editor/uberfire-layout-editor-client/src/main/java/org/uberfire/ext/layout/editor/client/resources/i18n/CommonConstants.java type CommonConstants (line 22) | public interface CommonConstants method DragAndDrop (line 28) | String DragAndDrop(); method InvalidGridConfiguration (line 30) | String InvalidGridConfiguration(); method InvalidTagName (line 32) | String InvalidTagName(); method InvalidParameterName (line 34) | String InvalidParameterName(); method InvalidActivityID (line 36) | String InvalidActivityID(); method InvalidMenuLabel (line 38) | String InvalidMenuLabel(); method DuplicateParameterName (line 40) | String DuplicateParameterName(); method GridSystem (line 42) | String GridSystem(); method Components (line 44) | String Components(); method InvalidLayoutName (line 46) | String InvalidLayoutName(); method Container (line 48) | String Container(); method NewRow (line 50) | String NewRow(); method Column (line 52) | String Column(); method Editor (line 54) | String Editor(); method Preview (line 56) | String Preview(); method LayoutEditorProperties (line 58) | String LayoutEditorProperties(); method SelectContainerHint (line 60) | String SelectContainerHint(); method SelectRowHint (line 62) | String SelectRowHint(); method DragRowHint (line 64) | String DragRowHint(); method SelectColumnHint (line 66) | String SelectColumnHint(); method DragColumnHint (line 68) | String DragColumnHint(); method UnselectContainerHint (line 70) | String UnselectContainerHint(); method UnselectRowHint (line 72) | String UnselectRowHint(); method UnselectColumnHint (line 74) | String UnselectColumnHint(); FILE: uberfire-extensions/uberfire-layout-editor/uberfire-layout-editor-client/src/main/java/org/uberfire/ext/layout/editor/client/resources/i18n/CssAllowedValueConstants.java type CssAllowedValueConstants (line 21) | public interface CssAllowedValueConstants extends ConstantsWithLookup { method TEXT_ALIGN__LEFT (line 25) | String TEXT_ALIGN__LEFT(); method TEXT_ALIGN__CENTER (line 27) | String TEXT_ALIGN__CENTER(); method TEXT_ALIGN__RIGHT (line 29) | String TEXT_ALIGN__RIGHT(); method FONT_SIZE__XX_SMALL (line 31) | String FONT_SIZE__XX_SMALL(); method FONT_SIZE__X_SMALL (line 33) | String FONT_SIZE__X_SMALL(); method FONT_SIZE__SMALL (line 35) | String FONT_SIZE__SMALL(); method FONT_SIZE__MEDIUM (line 37) | String FONT_SIZE__MEDIUM(); method FONT_SIZE__LARGE (line 39) | String FONT_SIZE__LARGE(); method FONT_SIZE__X_LARGE (line 41) | String FONT_SIZE__X_LARGE(); method FONT_SIZE__XX_LARGE (line 43) | String FONT_SIZE__XX_LARGE(); method FONT_WEIGHT__NORMAL (line 45) | String FONT_WEIGHT__NORMAL(); method FONT_WEIGHT__BOLD (line 47) | String FONT_WEIGHT__BOLD(); method FONT_WEIGHT__BOLDER (line 49) | String FONT_WEIGHT__BOLDER(); method FONT_WEIGHT__LIGHTER (line 51) | String FONT_WEIGHT__LIGHTER(); method TEXT_DECORATION__NONE (line 53) | String TEXT_DECORATION__NONE(); method TEXT_DECORATION__UNDERLINE (line 55) | String TEXT_DECORATION__UNDERLINE(); method TEXT_DECORATION__OVERLINE (line 57) | String TEXT_DECORATION__OVERLINE(); method TEXT_DECORATION__LINE_THROUGH (line 59) | String TEXT_DECORATION__LINE_THROUGH(); method FLOAT__NONE (line 61) | String FLOAT__NONE(); method FLOAT__LEFT (line 63) | String FLOAT__LEFT(); method FLOAT__RIGHT (line 65) | String FLOAT__RIGHT(); method FLOAT__INITIAL (line 67) | String FLOAT__INITIAL(); method FLOAT__INHERIT (line 69) | String FLOAT__INHERIT(); FILE: uberfire-extensions/uberfire-layout-editor/uberfire-layout-editor-client/src/main/java/org/uberfire/ext/layout/editor/client/resources/i18n/PropertiesConstants.java type PropertiesConstants (line 22) | public interface PropertiesConstants method elementLabel (line 28) | String elementLabel(); method propertiesLabel (line 30) | String propertiesLabel(); method clearAll (line 32) | String clearAll(); method layoutElementPosition (line 34) | String layoutElementPosition(String parentDisplay, String name, String... method layoutElementName (line 36) | String layoutElementName(String name, String index); method layoutElementTypePage (line 38) | String layoutElementTypePage(); method layoutElementTypeRow (line 40) | String layoutElementTypeRow(); method layoutElementTypeColumn (line 42) | String layoutElementTypeColumn(); method layoutElementTypeComponent (line 44) | String layoutElementTypeComponent(); method panel (line 46) | String panel(); method text (line 48) | String text(); method width (line 50) | String width(); method height (line 52) | String height(); method background_color (line 54) | String background_color(); method margin (line 56) | String margin(); method margin_top (line 58) | String margin_top(); method margin_bottom (line 60) | String margin_bottom(); method margin_left (line 62) | String margin_left(); method margin_right (line 64) | String margin_right(); method padding (line 66) | String padding(); method padding_top (line 68) | String padding_top(); method padding_bottom (line 70) | String padding_bottom(); method padding_left (line 72) | String padding_left(); method padding_right (line 74) | String padding_right(); method text_align (line 76) | String text_align(); method text_decoration (line 78) | String text_decoration(); method color (line 80) | String color(); method font_size (line 82) | String font_size(); method font_weight (line 84) | String font_weight(); method length_help (line 86) | String length_help(); method float_property (line 88) | String float_property(); FILE: uberfire-extensions/uberfire-layout-editor/uberfire-layout-editor-client/src/main/java/org/uberfire/ext/layout/editor/client/validator/LayoutEditorPropertyLengthValidator.java class LayoutEditorPropertyLengthValidator (line 23) | public class LayoutEditorPropertyLengthValidator implements PropertyFiel... method validate (line 27) | @Override method validateNumber (line 42) | public boolean validateNumber(String str) { method getValidatorErrorMessage (line 54) | @Override FILE: uberfire-extensions/uberfire-layout-editor/uberfire-layout-editor-client/src/main/java/org/uberfire/ext/layout/editor/client/validator/LayoutEditorPropertyNumberValidator.java class LayoutEditorPropertyNumberValidator (line 20) | public class LayoutEditorPropertyNumberValidator implements PropertyFiel... method validate (line 22) | @Override method getValidatorErrorMessage (line 36) | @Override FILE: uberfire-extensions/uberfire-layout-editor/uberfire-layout-editor-client/src/main/java/org/uberfire/ext/layout/editor/client/widgets/KebabWidget.java class KebabWidget (line 32) | @Dependent method init (line 51) | public void init(Command remove, method removeClick (line 58) | @SinkNative(Event.ONCLICK) method editClick (line 64) | @SinkNative(Event.ONCLICK) FILE: uberfire-extensions/uberfire-layout-editor/uberfire-layout-editor-client/src/main/java/org/uberfire/ext/layout/editor/client/widgets/LayoutComponentPaletteGroupProvider.java type LayoutComponentPaletteGroupProvider (line 26) | public interface LayoutComponentPaletteGroupProvider { method getName (line 31) | String getName(); method getComponentGroup (line 37) | LayoutDragComponentGroup getComponentGroup(); FILE: uberfire-extensions/uberfire-layout-editor/uberfire-layout-editor-client/src/main/java/org/uberfire/ext/layout/editor/client/widgets/LayoutComponentPalettePresenter.java class LayoutComponentPalettePresenter (line 37) | @ApplicationScoped type View (line 40) | public interface View extends UberElement getView() { method getLayoutDragComponentGroups (line 68) | public Map getLayoutDragCom... method clear (line 72) | @Override method addDraggableGroups (line 78) | @Override method addDraggableGroup (line 87) | @Override method isEnabled (line 109) | private boolean isEnabled(Object object) { method removeDraggableGroup (line 115) | @Override method hasDraggableGroup (line 124) | @Override method addDraggableComponent (line 129) | @Override method removeDraggableComponent (line 139) | @Override method hasDraggableComponent (line 149) | @Override FILE: uberfire-extensions/uberfire-layout-editor/uberfire-layout-editor-client/src/main/java/org/uberfire/ext/layout/editor/client/widgets/LayoutComponentPaletteView.java class LayoutComponentPaletteView (line 28) | @Templated method init (line 40) | @Override method addDraggableComponentGroup (line 45) | @Override method removeDraggableComponentGroup (line 50) | @Override FILE: uberfire-extensions/uberfire-layout-editor/uberfire-layout-editor-client/src/main/java/org/uberfire/ext/layout/editor/client/widgets/LayoutDragComponentGroupPresenter.java class LayoutDragComponentGroupPresenter (line 28) | @Dependent method LayoutDragComponentGroupPresenter (line 35) | @Inject method init (line 41) | public void init(LayoutDragComponentGroup group) { method setExpanded (line 48) | public void setExpanded(boolean expanded) { method addComponent (line 52) | public void addComponent(String componentId, method removeComponent (line 61) | public void removeComponent(String componentId) { method hasComponent (line 67) | public boolean hasComponent(String componentId) { method getView (line 71) | public LayoutDragComponentGroupPresenter.View getView() { type View (line 75) | public interface View extends UberElement components); method addComponent (line 82) | void addComponent(String componentId, method removeComponent (line 85) | void removeComponent(String componentId); method setComponentVisible (line 87) | void setComponentVisible(String componentId, boolean visible); method hasComponent (line 89) | boolean hasComponent(String componentId); method setExpanded (line 91) | void setExpanded(boolean expanded); FILE: uberfire-extensions/uberfire-layout-editor/uberfire-layout-editor-client/src/main/java/org/uberfire/ext/layout/editor/client/widgets/LayoutDragComponentGroupView.java class LayoutDragComponentGroupView (line 33) | @Dependent method init (line 58) | @Override method setTitle (line 63) | @Override method addComponents (line 72) | @Override method addComponent (line 82) | @Override method removeComponent (line 91) | @Override method hasComponent (line 100) | @Override method setComponentVisible (line 105) | @Override method setExpanded (line 113) | @Override method createDragComponentWidget (line 120) | private LayoutDragComponentWidget createDragComponentWidget(LayoutDrag... FILE: uberfire-extensions/uberfire-layout-editor/uberfire-layout-editor-client/src/main/java/org/uberfire/ext/layout/editor/client/widgets/LayoutDragComponentWidget.java class LayoutDragComponentWidget (line 36) | @Dependent method init (line 56) | public void init(LayoutDragComponent dragComponent) { FILE: uberfire-extensions/uberfire-layout-editor/uberfire-layout-editor-client/src/main/java/org/uberfire/ext/layout/editor/client/widgets/LayoutEditorPropertiesPresenter.java class LayoutEditorPropertiesPresenter (line 46) | @ApplicationScoped type View (line 51) | public interface View extends UberElement parts); method search (line 87) | @Override method searchEntry (line 102) | @Override method isSupported (line 118) | static boolean isSupported(LayoutEditorElement element) { method LayoutEditorPropertiesPresenter (line 133) | public LayoutEditorPropertiesPresenter() { method LayoutEditorPropertiesPresenter (line 136) | @Inject method init (line 146) | @PostConstruct method getView (line 155) | public UberElement getView() { method getLayoutEditor (line 159) | public LayoutEditor getLayoutEditor() { method getSearchService (line 163) | public LiveSearchService getSearchService() { method setSelectionHandler (line 167) | public void setSelectionHandler(SingleLiveSearchSelectionHandler getView() { method getLayoutElement (line 70) | public LayoutElementWithProperties getLayoutElement() { method hasValues (line 74) | public boolean hasValues() { method getCurrentValues (line 78) | public Map getCurrentValues() { method edit (line 82) | public void edit(LayoutElementWithProperties element) { method reset (line 101) | public void reset() { method onPropertyChanged (line 121) | public void onPropertyChanged(String property, String value) { FILE: uberfire-extensions/uberfire-layout-editor/uberfire-layout-editor-client/src/main/java/org/uberfire/ext/layout/editor/client/widgets/LayoutElementPropertiesView.java class LayoutElementPropertiesView (line 31) | @Dependent method init (line 40) | @Override method asWidget (line 47) | @Override method clear (line 52) | @Override method addCategory (line 57) | @Override method show (line 62) | @Override method onPropertyEditorChange (line 70) | protected void onPropertyEditorChange(@Observes PropertyEditorChangeEv... FILE: uberfire-extensions/uberfire-layout-editor/uberfire-layout-editor-client/src/test/java/org/uberfire/ext/layout/editor/client/AbstractLayoutEditorTest.java class AbstractLayoutEditorTest (line 54) | @RunWith(MockitoJUnitRunner.class) method createContainer (line 115) | public Container createContainer() { method rowProducer (line 148) | private Row rowProducer() { method getLayoutFromFileTemplate (line 213) | public LayoutTemplate getLayoutFromFileTemplate(String templateURL) th... method convertLayoutToString (line 224) | public String convertLayoutToString(LayoutTemplate layoutTemplate) { method getRowsSizeFromContainer (line 229) | protected int getRowsSizeFromContainer() { method getColumns (line 233) | protected List getColumns(Row row) { method getColumnByIndex (line 237) | protected Column getColumnByIndex(Row row, method getRowByIndex (line 242) | protected Row getRowByIndex(int index) { method setup (line 246) | @Before method loadLayout (line 253) | protected LayoutTemplate loadLayout(String singleRowComponentLayout) t... method extractColumnsFrom (line 261) | protected List extractColumnsFrom(ColumnWithComponents columnW... FILE: uberfire-extensions/uberfire-layout-editor/uberfire-layout-editor-client/src/test/java/org/uberfire/ext/layout/editor/client/LayoutComponentPalettePresenterTest.java class LayoutComponentPalettePresenterTest (line 61) | @RunWith(MockitoJUnitRunner.class) method initialize (line 83) | @Before method testInitialization (line 113) | @Test method testAddAllDraggableGroups (line 118) | @Test method testAddDraggableGroupsWithExperimental (line 152) | @Test method testAddAndRemoveDraggableGroups (line 182) | @Test method testClearPalette (line 197) | @Test method testHasDraggableGroup (line 212) | @Test method testHasDraggableComponent (line 221) | @Test method testRemoveComponent (line 230) | @Test FILE: uberfire-extensions/uberfire-layout-editor/uberfire-layout-editor-client/src/test/java/org/uberfire/ext/layout/editor/client/LayoutEditorPluginImplTest.java class LayoutEditorPluginImplTest (line 35) | @RunWith(MockitoJUnitRunner.class) method testLock (line 48) | @Test method testUnlock (line 54) | @Test method testSetup (line 60) | @Test FILE: uberfire-extensions/uberfire-layout-editor/uberfire-layout-editor-client/src/test/java/org/uberfire/ext/layout/editor/client/LayoutEditorPresenterTest.java class LayoutEditorPresenterTest (line 34) | @RunWith(MockitoJUnitRunner.class) method initialize (line 58) | @Before method testInitialization (line 63) | @Test method testLoadLayout (line 74) | @Test method testLoadEmptyLayout (line 84) | @Test method testSetup (line 95) | @Test method testLayoutEditorClear (line 102) | public void testLayoutEditorClear() { FILE: uberfire-extensions/uberfire-layout-editor/uberfire-layout-editor-client/src/test/java/org/uberfire/ext/layout/editor/client/LayoutEditorPropertiesPresenterTest.java class LayoutEditorPropertiesPresenterTest (line 49) | @RunWith(MockitoJUnitRunner.class) class LayoutElementPartTest (line 52) | private class LayoutElementPartTest implements LayoutEditorElementPart { method LayoutElementPartTest (line 58) | public LayoutElementPartTest(String id) { method getId (line 62) | @Override method getProperties (line 67) | @Override method clearProperties (line 72) | @Override method setProperty (line 76) | @Override method removeProperty (line 80) | @Override method getPropertyCategories (line 85) | @Override method setSelected (line 90) | @Override method getParent (line 94) | @Override method setParent (line 99) | public void setParent(LayoutEditorElement parent) { class LayoutElementTest (line 104) | private class LayoutElementTest implements LayoutEditorElement { method LayoutElementTest (line 112) | public LayoutElementTest(String id, LayoutEditorElementType type, Li... method LayoutElementTest (line 116) | public LayoutElementTest(String id, method geElementType (line 128) | @Override public LayoutEditorElementType geElementType() { method getId (line 132) | @Override public String getId() { method setSelectable (line 136) | @Override public void setSelectable(boolean selectable) { method isSelected (line 140) | @Override public boolean isSelected() { method setSelected (line 144) | @Override public void setSelected(boolean status) { method getProperties (line 148) | @Override public Map getProperties() { method clearProperties (line 152) | @Override public void clearProperties() { method setProperty (line 156) | @Override public void setProperty(String property, String value) { method removeProperty (line 160) | @Override public void removeProperty(String property) { method getPropertyCategories (line 164) | @Override public List getPropertyCategories() { method getParentElement (line 168) | @Override public LayoutEditorElement getParentElement() { method getChildElements (line 172) | @Override public List getChildElement... method getLayoutEditorElementParts (line 176) | @Override public List getLayoutEditorElemen... method dispose (line 183) | @Override public void dispose() { method showSelector (line 186) | @Override public void showSelector(IsWidget selectorView) { method showElement (line 189) | @Override public void showElement(IsWidget elementView) { method getDisplayPosition (line 192) | @Override public String getDisplayPosition(String parentPosition, Stri... method getDisplayName (line 196) | @Override public String getDisplayName(String elementName, String elem... method getLayoutElementTypePage (line 200) | @Override public String getLayoutElementTypePage() { method getLayoutElementTypeRow (line 204) | @Override public String getLayoutElementTypeRow() { method getLayoutElementTypeColumn (line 208) | @Override public String getLayoutElementTypeColumn() { method getLayoutElementTypeComponent (line 212) | @Override public String getLayoutElementTypeComponent() { method setClearPropertiesEnabled (line 216) | @Override public void setClearPropertiesEnabled(boolean enabled) { method init (line 220) | @Override public void init(LayoutEditorPropertiesPresenter presenter) { method getElement (line 224) | @Override public HTMLElement getElement() { method noParts (line 228) | @Override method showParts (line 232) | @Override method initialize (line 265) | @Before method testInit (line 275) | @Test method testEditLayout (line 283) | @Test method testSelectorEntries (line 295) | @Test method columnWithPartsTest (line 319) | @Test method columnWithoutPartsTest (line 328) | @Test method partEditTest (line 334) | @Test method rootPartTest (line 343) | @Test method mockSelectedElement (line 352) | private void mockSelectedElement(String id) { FILE: uberfire-extensions/uberfire-layout-editor/uberfire-layout-editor-client/src/test/java/org/uberfire/ext/layout/editor/client/LayoutElementPropertiesPresenterTest.java class LayoutElementPropertiesPresenterTest (line 45) | @RunWith(MockitoJUnitRunner.class) method initialize (line 68) | @Before method testInit (line 84) | @Test method testReset (line 95) | @Test method testChangeValue (line 105) | @Test method testRemoveValue (line 115) | @Test FILE: uberfire-extensions/uberfire-layout-editor/uberfire-layout-editor-client/src/test/java/org/uberfire/ext/layout/editor/client/components/FullLayoutTest.java class FullLayoutTest (line 36) | @RunWith(MockitoJUnitRunner.Silent.class) method testFullLayoutFluid (line 39) | @Test method testFullLayoutPage (line 57) | @Test method resizeSecondRow (line 78) | private void resizeSecondRow() { method createSecondRow (line 86) | private void createSecondRow() { method createFirstRow (line 98) | private void createFirstRow() { method dropTwoInnerColumnsInSecondRow (line 103) | private void dropTwoInnerColumnsInSecondRow() { method resizeColumnsFor_8_4 (line 125) | private void resizeColumnsFor_8_4() { method createFirstRowSecondColumn (line 136) | private void createFirstRowSecondColumn(Column firstRowFirstColumn) { method createFirstRowFirstColumn (line 152) | private Column createFirstRowFirstColumn() { FILE: uberfire-extensions/uberfire-layout-editor/uberfire-layout-editor-client/src/test/java/org/uberfire/ext/layout/editor/client/components/columns/ColumnWithComponentsTest.java class ColumnWithComponentsTest (line 37) | public class ColumnWithComponentsTest extends AbstractLayoutEditorTest { method testOnDropComponentMove (line 52) | @Test method testOnDropNewComponent (line 60) | @Test FILE: uberfire-extensions/uberfire-layout-editor/uberfire-layout-editor-client/src/test/java/org/uberfire/ext/layout/editor/client/components/columns/ComponentColumnTest.java class ComponentColumnTest (line 46) | public class ComponentColumnTest extends AbstractLayoutEditorTest { method assertThereIsNoGWTDepInComponentColumn (line 76) | @Test method emptyPartsWontBreakTest (line 81) | @Test method partsLoadingTest (line 91) | @Test method testOnDrop (line 112) | @Test method testRequiredLock (line 119) | @Test method onDragEnd (line 126) | @Test method testConfigComponentSupplier (line 134) | @Test method testConfigComponent (line 141) | @Test FILE: uberfire-extensions/uberfire-layout-editor/uberfire-layout-editor-client/src/test/java/org/uberfire/ext/layout/editor/client/components/columns/ComponentColumnViewTest.java class ComponentColumnViewTest (line 28) | @RunWith(GwtMockitoTestRunner.class) method setup (line 35) | @Before method setupKebabWidgetTest (line 44) | @Test method clearContentTest (line 66) | @Test FILE: uberfire-extensions/uberfire-layout-editor/uberfire-layout-editor-client/src/test/java/org/uberfire/ext/layout/editor/client/components/container/ContainerTest.java class ContainerTest (line 43) | @RunWith(MockitoJUnitRunner.Silent.class) method assertEmptyContainerHasEmptyDropRow (line 46) | @Test method createFirstRowFluid (line 57) | @Test method createRowsPage (line 78) | @Test method loadEmptyTemplateClearEmptyRow (line 126) | @Test method loadEmptyLayoutClearEmptyRow (line 145) | @Test method loadNonEmptyTemplateClearExistingRows (line 163) | @Test method loadAndExportFluidLayout (line 173) | @Test method loadAndExportPageLayout (line 185) | @Test method dropBeforeComponentShouldCreateANewRow (line 198) | @Test method moveComponentShouldRemoveComponentFromCurrentRow (line 228) | @Test method swapRows (line 255) | @Test method dropAfterComponentShouldCreateANewRow (line 272) | @Test method removeSingleComponentFromRowShouldRemoveRow (line 294) | @Test method addGetPropertyTest (line 309) | @Test method createCurrentLayoutTemplateSupplierTest (line 318) | @Test method testLockSupplier (line 331) | @Test FILE: uberfire-extensions/uberfire-layout-editor/uberfire-layout-editor-client/src/test/java/org/uberfire/ext/layout/editor/client/components/rows/RowTest.java class RowTest (line 45) | @RunWith(MockitoJUnitRunner.Silent.class) method dropOnLeftColumn (line 48) | @Test method dropOnRightColumn (line 76) | @Test method dropAboveColumnShouldCreateColumnWithComponents (line 104) | @Test method dropUpperColumnShouldCreateColumnWithComponents (line 138) | @Test method resizeEventTest (line 172) | @Test method testRemoveElementInColumnWithComponents (line 211) | @Test method testIsDropInSameColumnWithComponent (line 269) | @Test method moveElementInRow (line 294) | @Test method testMoveElement (line 336) | @Test method moveLastElementInRow (line 372) | @Test FILE: uberfire-extensions/uberfire-layout-editor/uberfire-layout-editor-client/src/test/java/org/uberfire/ext/layout/editor/client/generator/LayoutGeneratorTest.java class LayoutGeneratorTest (line 32) | @RunWith(MockitoJUnitRunner.class) method createContainer (line 58) | @Override method createRow (line 63) | @Override method createColumn (line 68) | @Override method createComponent (line 73) | @Override method generateComponents (line 81) | @Override method build (line 89) | @Override method initialize (line 100) | @Before method testContainerGeneration (line 113) | @Test FILE: uberfire-extensions/uberfire-layout-editor/uberfire-layout-editor-client/src/test/java/org/uberfire/ext/layout/editor/client/infra/LayoutDragComponentHelperTest.java class LayoutDragComponentHelperTest (line 42) | @RunWith(MockitoJUnitRunner.class) method initialize (line 54) | @Before method lookupBeanShouldRespectBeanScope (line 63) | @Test method createLayoutDragMock (line 70) | private LayoutDragComponentHelper createLayoutDragMock() { class LayoutDragComponentMock (line 84) | public static class LayoutDragComponentMock implements LayoutDragCompo... method getDragComponentTitle (line 86) | @Override method getPreviewWidget (line 91) | @Override method getShowWidget (line 96) | @Override FILE: uberfire-extensions/uberfire-layout-editor/uberfire-layout-editor-client/src/test/java/org/uberfire/ext/layout/editor/client/infra/LayoutEditorCssHelperTest.java class LayoutEditorCssHelperTest (line 36) | @RunWith(GwtMockitoTestRunner.class) method setup (line 41) | @Before method testReadFromMap (line 46) | @Test method testParseAllowedValue (line 58) | @Test FILE: uberfire-extensions/uberfire-layout-editor/uberfire-layout-editor-client/src/test/java/org/uberfire/ext/layout/editor/client/infra/LayoutEditorFocusControllerTest.java class LayoutEditorFocusControllerTest (line 32) | @RunWith(MockitoJUnitRunner.class) method noScrollableParentTest (line 37) | @Test method withScrollableParentTest (line 46) | @Test method scrollRecoveryTest (line 61) | @Test FILE: uberfire-extensions/uberfire-layout-editor/uberfire-layout-editor-client/src/test/java/org/uberfire/ext/layout/editor/client/infra/UniqueIDGeneratorTest.java class UniqueIDGeneratorTest (line 23) | public class UniqueIDGeneratorTest { method setup (line 27) | @Before method testCreateAccordionID (line 32) | @Test method testCreateAccordionIDShouldRemoveSpaces (line 43) | @Test FILE: uberfire-extensions/uberfire-layout-editor/uberfire-layout-editor-client/src/test/java/org/uberfire/ext/layout/editor/client/test/TestLayoutComponentPaletteGroupProvider.java class TestLayoutComponentPaletteGroupProvider (line 11) | public abstract class TestLayoutComponentPaletteGroupProvider implements... method TestLayoutComponentPaletteGroupProvider (line 18) | public TestLayoutComponentPaletteGroupProvider(String name) { method TestLayoutComponentPaletteGroupProvider (line 22) | public TestLayoutComponentPaletteGroupProvider(String name, boolean de... method getName (line 29) | @Override method getComponentGroup (line 34) | @Override method getTestComponents (line 43) | protected abstract Collection getTestComponen... FILE: uberfire-extensions/uberfire-layout-editor/uberfire-layout-editor-client/src/test/java/org/uberfire/ext/layout/editor/client/test/TestLayoutDragComponent.java class TestLayoutDragComponent (line 27) | public abstract class TestLayoutDragComponent implements LayoutDragCompo... method TestLayoutDragComponent (line 31) | public TestLayoutDragComponent(String identifier) { method getIdentifier (line 35) | public String getIdentifier() { method getDragComponentIconClass (line 39) | @Override method getPropertyCategories (line 44) | @Override method getDragComponentTitle (line 49) | @Override method getPreviewWidget (line 54) | @Override method getShowWidget (line 59) | @Override method removeCurrentWidget (line 64) | @Override FILE: uberfire-extensions/uberfire-layout-editor/uberfire-layout-editor-client/src/test/java/org/uberfire/ext/layout/editor/client/test/group1/Group1LayoutComponentPaletteGroupProvider.java class Group1LayoutComponentPaletteGroupProvider (line 25) | public class Group1LayoutComponentPaletteGroupProvider extends TestLayou... method Group1LayoutComponentPaletteGroupProvider (line 29) | public Group1LayoutComponentPaletteGroupProvider() { method Group1LayoutComponentPaletteGroupProvider (line 33) | public Group1LayoutComponentPaletteGroupProvider(boolean defaultExpand... method getTestComponents (line 37) | @Override FILE: uberfire-extensions/uberfire-layout-editor/uberfire-layout-editor-client/src/test/java/org/uberfire/ext/layout/editor/client/test/group1/Group1LayoutDragComponent1.java class Group1LayoutDragComponent1 (line 5) | public class Group1LayoutDragComponent1 extends TestLayoutDragComponent { method Group1LayoutDragComponent1 (line 9) | public Group1LayoutDragComponent1() { FILE: uberfire-extensions/uberfire-layout-editor/uberfire-layout-editor-client/src/test/java/org/uberfire/ext/layout/editor/client/test/group1/Group1LayoutDragComponent2.java class Group1LayoutDragComponent2 (line 21) | public class Group1LayoutDragComponent2 extends TestLayoutDragComponent { method Group1LayoutDragComponent2 (line 25) | public Group1LayoutDragComponent2() { FILE: uberfire-extensions/uberfire-layout-editor/uberfire-layout-editor-client/src/test/java/org/uberfire/ext/layout/editor/client/test/group1/Group1LayoutDragComponent3.java class Group1LayoutDragComponent3 (line 21) | public class Group1LayoutDragComponent3 extends TestLayoutDragComponent { method Group1LayoutDragComponent3 (line 25) | public Group1LayoutDragComponent3() { FILE: uberfire-extensions/uberfire-layout-editor/uberfire-layout-editor-client/src/test/java/org/uberfire/ext/layout/editor/client/test/group2/Group2LayoutComponentPaletteGroupProvider.java class Group2LayoutComponentPaletteGroupProvider (line 25) | public class Group2LayoutComponentPaletteGroupProvider extends TestLayou... method Group2LayoutComponentPaletteGroupProvider (line 29) | public Group2LayoutComponentPaletteGroupProvider() { method Group2LayoutComponentPaletteGroupProvider (line 33) | public Group2LayoutComponentPaletteGroupProvider(boolean defaultExpand... method getTestComponents (line 37) | @Override FILE: uberfire-extensions/uberfire-layout-editor/uberfire-layout-editor-client/src/test/java/org/uberfire/ext/layout/editor/client/test/group2/Group2LayoutDragComponent1.java class Group2LayoutDragComponent1 (line 21) | public class Group2LayoutDragComponent1 extends TestLayoutDragComponent { method Group2LayoutDragComponent1 (line 25) | public Group2LayoutDragComponent1() { FILE: uberfire-extensions/uberfire-layout-editor/uberfire-layout-editor-client/src/test/java/org/uberfire/ext/layout/editor/client/test/group2/Group2LayoutDragComponent2.java class Group2LayoutDragComponent2 (line 21) | public class Group2LayoutDragComponent2 extends TestLayoutDragComponent { method Group2LayoutDragComponent2 (line 25) | public Group2LayoutDragComponent2() { FILE: uberfire-extensions/uberfire-layout-editor/uberfire-layout-editor-client/src/test/java/org/uberfire/ext/layout/editor/client/test/group3/Group3LayoutComponentPaletteGroupProvider.java class Group3LayoutComponentPaletteGroupProvider (line 25) | public class Group3LayoutComponentPaletteGroupProvider extends TestLayou... method Group3LayoutComponentPaletteGroupProvider (line 29) | public Group3LayoutComponentPaletteGroupProvider() { method Group3LayoutComponentPaletteGroupProvider (line 33) | public Group3LayoutComponentPaletteGroupProvider(boolean defaultExpand... method getTestComponents (line 37) | @Override FILE: uberfire-extensions/uberfire-layout-editor/uberfire-layout-editor-client/src/test/java/org/uberfire/ext/layout/editor/client/test/group3/Group3LayoutDragComponent1.java class Group3LayoutDragComponent1 (line 21) | public class Group3LayoutDragComponent1 extends TestLayoutDragComponent { method Group3LayoutDragComponent1 (line 25) | public Group3LayoutDragComponent1() { FILE: uberfire-extensions/uberfire-metadata/uberfire-metadata-api/src/main/java/org/uberfire/ext/metadata/MetadataConfig.java type MetadataConfig (line 25) | public interface MetadataConfig extends PriorityDisposable { method getIndexProvider (line 27) | IndexProvider getIndexProvider(); method getSearchIndex (line 29) | SearchIndex getSearchIndex(); method getIndexEngine (line 31) | MetaIndexEngine getIndexEngine(); method getMetaModelStore (line 33) | MetaModelStore getMetaModelStore(); FILE: uberfire-extensions/uberfire-metadata/uberfire-metadata-api/src/main/java/org/uberfire/ext/metadata/engine/BatchIndexListener.java type BatchIndexListener (line 25) | public interface BatchIndexListener { method notifyIndexIngStarted (line 32) | void notifyIndexIngStarted(KCluster kCluster, Path path); method notifyIndexIngFinished (line 39) | void notifyIndexIngFinished(KCluster kCluster, Path path); FILE: uberfire-extensions/uberfire-metadata/uberfire-metadata-api/src/main/java/org/uberfire/ext/metadata/engine/Index.java type Index (line 22) | public interface Index extends Disposable { method getCluster (line 24) | KCluster getCluster(); method freshIndex (line 26) | boolean freshIndex(); method commit (line 28) | void commit(); method delete (line 30) | void delete(); FILE: uberfire-extensions/uberfire-metadata/uberfire-metadata-api/src/main/java/org/uberfire/ext/metadata/engine/IndexManager.java type IndexManager (line 25) | public interface IndexManager extends Disposable { method contains (line 27) | boolean contains(final KCluster cluster); method indexOf (line 29) | Index indexOf(final KObjectKey object); method kcluster (line 31) | KCluster kcluster(final KObjectKey object); method delete (line 33) | void delete(final KCluster cluster); method get (line 35) | Index get(final KCluster cluster); method getIndices (line 37) | List getIndices(); FILE: uberfire-extensions/uberfire-metadata/uberfire-metadata-api/src/main/java/org/uberfire/ext/metadata/engine/Indexer.java type Indexer (line 22) | public interface Indexer { method supportsPath (line 29) | boolean supportsPath(final Path path); method toKObject (line 36) | KObject toKObject(final Path path); method toKObjectKey (line 43) | KObjectKey toKObjectKey(final Path path); method getIndexerId (line 48) | default String getIndexerId() { FILE: uberfire-extensions/uberfire-metadata/uberfire-metadata-api/src/main/java/org/uberfire/ext/metadata/engine/IndexerScheduler.java type IndexerScheduler (line 31) | public interface IndexerScheduler { type Factory (line 32) | interface Factory { method create (line 37) | IndexerScheduler create(Map>>> schedule(Exe... FILE: uberfire-extensions/uberfire-metadata/uberfire-metadata-api/src/main/java/org/uberfire/ext/metadata/engine/MetaIndexEngine.java type MetaIndexEngine (line 24) | public interface MetaIndexEngine extends PriorityDisposable { method freshIndex (line 28) | boolean freshIndex(final KCluster cluster); method isIndexReady (line 30) | boolean isIndexReady(final KCluster cluster, final String indexerId); method prepareBatch (line 32) | void prepareBatch(final KCluster cluster); method startBatch (line 34) | void startBatch(final KCluster cluster); method index (line 36) | void index(final KObject object); method rename (line 38) | void rename(final KObjectKey from, method delete (line 41) | void delete(final KCluster cluster); method delete (line 43) | void delete(final KObjectKey objectKey); method commit (line 45) | void commit(final KCluster cluster, final String indexerId); method abort (line 47) | void abort(final KCluster cluster); method beforeDispose (line 49) | void beforeDispose(final Runnable callback); method isAlive (line 51) | boolean isAlive(); FILE: uberfire-extensions/uberfire-metadata/uberfire-metadata-api/src/main/java/org/uberfire/ext/metadata/engine/MetaModelStore.java type MetaModelStore (line 25) | public interface MetaModelStore extends Disposable { method add (line 27) | void add(MetaObject metaObject); method update (line 29) | void update(final MetaObject metaObject); method getMetaObject (line 31) | MetaObject getMetaObject(final String type); FILE: uberfire-extensions/uberfire-metadata/uberfire-metadata-api/src/main/java/org/uberfire/ext/metadata/engine/Observer.java type Observer (line 21) | public interface Observer { method information (line 27) | void information(final String message); method warning (line 33) | void warning(final String message); method error (line 39) | void error(final String message); FILE: uberfire-extensions/uberfire-metadata/uberfire-metadata-api/src/main/java/org/uberfire/ext/metadata/event/BatchIndexEvent.java class BatchIndexEvent (line 29) | public class BatchIndexEvent { method BatchIndexEvent (line 34) | public BatchIndexEvent(String indexerId, List events) { method getIndexEvents (line 39) | public List getIndexEvents() { method getIndexerId (line 43) | public String getIndexerId() { FILE: uberfire-extensions/uberfire-metadata/uberfire-metadata-api/src/main/java/org/uberfire/ext/metadata/event/IndexEvent.java class IndexEvent (line 21) | public abstract class IndexEvent { method IndexEvent (line 25) | private IndexEvent(Kind kind) { method getKind (line 29) | public Kind getKind() { type Kind (line 33) | public static enum Kind { class NewlyIndexedEvent (line 37) | public static class NewlyIndexedEvent extends IndexEvent { method NewlyIndexedEvent (line 40) | public NewlyIndexedEvent(KObject kObject) { method getKObject (line 45) | public KObject getKObject() { class RenamedEvent (line 50) | public static class RenamedEvent extends IndexEvent { method RenamedEvent (line 54) | public RenamedEvent(KObjectKey source, KObject target) { method getSource (line 60) | public KObjectKey getSource() { method getTarget (line 64) | public KObject getTarget() { class DeletedEvent (line 69) | public static class DeletedEvent extends IndexEvent { method DeletedEvent (line 72) | public DeletedEvent(KObjectKey deleted) { method getDeleted (line 77) | public KObjectKey getDeleted() { FILE: uberfire-extensions/uberfire-metadata/uberfire-metadata-api/src/main/java/org/uberfire/ext/metadata/metamodel/InMemoryMetaModelStore.java class InMemoryMetaModelStore (line 27) | public class InMemoryMetaModelStore implements MetaModelStore { method add (line 31) | @Override method update (line 37) | @Override method getMetaObject (line 43) | @Override method dispose (line 48) | @Override FILE: uberfire-extensions/uberfire-metadata/uberfire-metadata-api/src/main/java/org/uberfire/ext/metadata/metamodel/MetaModelBuilder.java class MetaModelBuilder (line 33) | public class MetaModelBuilder { method MetaModelBuilder (line 37) | public MetaModelBuilder(MetaModelStore metaModelStore) { method updateMetaModel (line 41) | public void updateMetaModel(final KObject object) { method newMetaObject (line 64) | public MetaObject newMetaObject(final KObject object) { method newMetaProperty (line 75) | private MetaProperty newMetaProperty(final KProperty property) { FILE: uberfire-extensions/uberfire-metadata/uberfire-metadata-api/src/main/java/org/uberfire/ext/metadata/metamodel/NullMetaModelStore.java class NullMetaModelStore (line 25) | public class NullMetaModelStore implements MetaModelStore { method add (line 30) | @Override method update (line 34) | @Override method getMetaObject (line 38) | @Override method dispose (line 43) | @Override FILE: uberfire-extensions/uberfire-metadata/uberfire-metadata-api/src/main/java/org/uberfire/ext/metadata/model/KCluster.java type KCluster (line 19) | public interface KCluster { method getClusterId (line 21) | String getClusterId(); FILE: uberfire-extensions/uberfire-metadata/uberfire-metadata-api/src/main/java/org/uberfire/ext/metadata/model/KObject.java type KObject (line 21) | public interface KObject extends KObjectKey, method fullText (line 33) | boolean fullText(); FILE: uberfire-extensions/uberfire-metadata/uberfire-metadata-api/src/main/java/org/uberfire/ext/metadata/model/KObjectId.java type KObjectId (line 19) | public interface KObjectId { method getId (line 21) | String getId(); FILE: uberfire-extensions/uberfire-metadata/uberfire-metadata-api/src/main/java/org/uberfire/ext/metadata/model/KObjectKey.java type KObjectKey (line 21) | public interface KObjectKey extends KObjectSimpleKey, method getType (line 24) | MetaType getType(); FILE: uberfire-extensions/uberfire-metadata/uberfire-metadata-api/src/main/java/org/uberfire/ext/metadata/model/KObjectSimpleKey.java type KObjectSimpleKey (line 19) | public interface KObjectSimpleKey { method getClusterId (line 21) | String getClusterId(); method getSegmentId (line 23) | String getSegmentId(); method getKey (line 25) | String getKey(); FILE: uberfire-extensions/uberfire-metadata/uberfire-metadata-api/src/main/java/org/uberfire/ext/metadata/model/KProperty.java type KProperty (line 19) | public interface KProperty { method getName (line 21) | String getName(); method getValue (line 23) | T getValue(); method isSearchable (line 25) | boolean isSearchable(); method isSortable (line 27) | default boolean isSortable() { FILE: uberfire-extensions/uberfire-metadata/uberfire-metadata-api/src/main/java/org/uberfire/ext/metadata/model/PropertyBag.java type PropertyBag (line 19) | interface PropertyBag { method getProperties (line 21) | Iterable> getProperties(); FILE: uberfire-extensions/uberfire-metadata/uberfire-metadata-api/src/main/java/org/uberfire/ext/metadata/model/impl/KObjectImpl.java class KObjectImpl (line 25) | public class KObjectImpl implements KObject { method KObjectImpl (line 35) | public KObjectImpl(String id, method fullText (line 51) | @Override method getId (line 56) | @Override method getType (line 61) | @Override method getClusterId (line 66) | @Override method getSegmentId (line 71) | @Override method getKey (line 76) | @Override method getProperties (line 81) | @Override FILE: uberfire-extensions/uberfire-metadata/uberfire-metadata-api/src/main/java/org/uberfire/ext/metadata/model/impl/KObjectKeyImpl.java class KObjectKeyImpl (line 22) | public class KObjectKeyImpl implements KObjectKey { method KObjectKeyImpl (line 30) | public KObjectKeyImpl(String key, method getId (line 42) | @Override method getType (line 47) | @Override method getClusterId (line 52) | @Override method getSegmentId (line 57) | @Override method getKey (line 62) | @Override FILE: uberfire-extensions/uberfire-metadata/uberfire-metadata-api/src/main/java/org/uberfire/ext/metadata/model/impl/KPropertyImpl.java class KPropertyImpl (line 21) | public class KPropertyImpl implements KProperty { method KPropertyImpl (line 27) | public KPropertyImpl(String name, method getName (line 35) | @Override method getValue (line 40) | @Override method isSearchable (line 45) | @Override FILE: uberfire-extensions/uberfire-metadata/uberfire-metadata-api/src/main/java/org/uberfire/ext/metadata/model/impl/MetaObjectImpl.java class MetaObjectImpl (line 13) | public class MetaObjectImpl implements MetaObject { method MetaObjectImpl (line 18) | public MetaObjectImpl(MetaType metaType, method toHashMap (line 29) | private ConcurrentHashMap toHashMap(Set getProperties(); method getProperty (line 38) | Optional getProperty(final String name); method addProperty (line 40) | void addProperty(final MetaProperty metaProperty); FILE: uberfire-extensions/uberfire-metadata/uberfire-metadata-api/src/main/java/org/uberfire/ext/metadata/model/schema/MetaProperty.java type MetaProperty (line 24) | public interface MetaProperty { method getName (line 26) | String getName(); method getTypes (line 28) | Set> getTypes(); method isSearchable (line 30) | boolean isSearchable(); method setAsSearchable (line 32) | void setAsSearchable(); method isSortable (line 34) | boolean isSortable(); method setAsSortable (line 36) | void setAsSortable(); method addType (line 38) | void addType(final Class aClass); FILE: uberfire-extensions/uberfire-metadata/uberfire-metadata-api/src/main/java/org/uberfire/ext/metadata/model/schema/MetaType.java type MetaType (line 19) | public interface MetaType { method getName (line 21) | String getName(); FILE: uberfire-extensions/uberfire-metadata/uberfire-metadata-api/src/main/java/org/uberfire/ext/metadata/provider/IndexProvider.java type IndexProvider (line 28) | public interface IndexProvider extends Disposable { method isFreshIndex (line 30) | boolean isFreshIndex(final KCluster cluster); method index (line 32) | void index(KObject object); method index (line 34) | void index(List elements); method exists (line 36) | boolean exists(String index, method delete (line 39) | void delete(String index); method delete (line 41) | void delete(String index, method findById (line 44) | List findById(String index, method rename (line 47) | void rename(String index, method getIndexSize (line 51) | long getIndexSize(String index); method findByQuery (line 53) | List findByQuery(List indices, method findByQuery (line 57) | List findByQuery(List indices, method findHitsByQuery (line 62) | long findHitsByQuery(List indices, method getIndices (line 65) | List getIndices(); method observerInitialization (line 67) | void observerInitialization(Runnable runnable); method isAlive (line 69) | boolean isAlive(); FILE: uberfire-extensions/uberfire-metadata/uberfire-metadata-api/src/main/java/org/uberfire/ext/metadata/search/ClusterSegment.java type ClusterSegment (line 22) | public interface ClusterSegment { method getClusterId (line 24) | String getClusterId(); method segmentIds (line 26) | String[] segmentIds(); FILE: uberfire-extensions/uberfire-metadata/uberfire-metadata-api/src/main/java/org/uberfire/ext/metadata/search/DateRange.java type DateRange (line 24) | public interface DateRange { method before (line 26) | Date before(); method after (line 28) | Date after(); FILE: uberfire-extensions/uberfire-metadata/uberfire-metadata-api/src/main/java/org/uberfire/ext/metadata/search/IOSearchService.java type IOSearchService (line 25) | public interface IOSearchService { method searchByAttrs (line 27) | List searchByAttrs(final Map attrs, method fullTextSearch (line 31) | List fullTextSearch(final String term, method searchByAttrsHits (line 35) | int searchByAttrsHits(final Map attrs, method fullTextSearchHits (line 38) | int fullTextSearchHits(final String term, type Filter (line 41) | interface Filter { method accept (line 43) | boolean accept(final KObject kObject); class NoOpFilter (line 46) | class NoOpFilter implements Filter { method accept (line 48) | @Override FILE: uberfire-extensions/uberfire-metadata/uberfire-metadata-api/src/main/java/org/uberfire/ext/metadata/search/SearchIndex.java type SearchIndex (line 27) | public interface SearchIndex { method searchByAttrs (line 29) | List searchByAttrs(final Map attrs, method fullTextSearch (line 33) | List fullTextSearch(final String term, method searchByAttrsHits (line 37) | int searchByAttrsHits(final Map attrs, method fullTextSearchHits (line 40) | int fullTextSearchHits(final String term, FILE: uberfire-extensions/uberfire-metadata/uberfire-metadata-backends/uberfire-metadata-backend-infinispan/src/main/java/org/uberfire/ext/metadata/backend/infinispan/InfinispanSearchConfig.java class InfinispanSearchConfig (line 29) | public class InfinispanSearchConfig implements MetadataConfig { method InfinispanSearchConfig (line 36) | public InfinispanSearchConfig(MetaIndexEngine metaIndexEngine, method getIndexProvider (line 47) | @Override method getSearchIndex (line 52) | @Override method getIndexEngine (line 57) | @Override method getMetaModelStore (line 62) | @Override method priority (line 67) | @Override method dispose (line 72) | @Override FILE: uberfire-extensions/uberfire-metadata/uberfire-metadata-backends/uberfire-metadata-backend-infinispan/src/main/java/org/uberfire/ext/metadata/backend/infinispan/exceptions/InfinispanException.java class InfinispanException (line 20) | public class InfinispanException extends RuntimeException { method InfinispanException (line 22) | public InfinispanException(String message, method InfinispanException (line 28) | public InfinispanException(String message) { FILE: uberfire-extensions/uberfire-metadata/uberfire-metadata-backends/uberfire-metadata-backend-infinispan/src/main/java/org/uberfire/ext/metadata/backend/infinispan/exceptions/RetryException.java class RetryException (line 19) | public class RetryException extends RuntimeException { method RetryException (line 21) | public RetryException(String message, Throwable t) { FILE: uberfire-extensions/uberfire-metadata/uberfire-metadata-backends/uberfire-metadata-backend-infinispan/src/main/java/org/uberfire/ext/metadata/backend/infinispan/ickl/FieldConverter.java type FieldConverter (line 20) | public interface FieldConverter { method convertKey (line 22) | String convertKey(String key); method convertValue (line 24) | String convertValue(String value); FILE: uberfire-extensions/uberfire-metadata/uberfire-metadata-backends/uberfire-metadata-backend-infinispan/src/main/java/org/uberfire/ext/metadata/backend/infinispan/ickl/FieldConverterImpl.java class FieldConverterImpl (line 22) | public class FieldConverterImpl implements FieldConverter { method convertKey (line 24) | @Override method convertValue (line 29) | @Override FILE: uberfire-extensions/uberfire-metadata/uberfire-metadata-backends/uberfire-metadata-backend-infinispan/src/main/java/org/uberfire/ext/metadata/backend/infinispan/ickl/IckleConverter.java class IckleConverter (line 38) | public class IckleConverter { method IckleConverter (line 48) | public IckleConverter() { method convert (line 52) | public String convert(Query query) { method convert (line 75) | public String convert(Sort sort) { method where (line 97) | public String where(Query query) { method sort (line 107) | public String sort(Sort sort) { FILE: uberfire-extensions/uberfire-metadata/uberfire-metadata-backends/uberfire-metadata-backend-infinispan/src/main/java/org/uberfire/ext/metadata/backend/infinispan/ickl/converters/BooleanQueryConverter.java class BooleanQueryConverter (line 26) | public class BooleanQueryConverter implements QueryConverter { method BooleanQueryConverter (line 31) | public BooleanQueryConverter(BooleanQuery booleanQuery, method convert (line 37) | @Override method getBooleanOperator (line 67) | private String getBooleanOperator(BooleanClause booleanClause) { FILE: uberfire-extensions/uberfire-metadata/uberfire-metadata-backends/uberfire-metadata-backend-infinispan/src/main/java/org/uberfire/ext/metadata/backend/infinispan/ickl/converters/QueryConverter.java type QueryConverter (line 20) | public interface QueryConverter { method convert (line 22) | String convert(); FILE: uberfire-extensions/uberfire-metadata/uberfire-metadata-backends/uberfire-metadata-backend-infinispan/src/main/java/org/uberfire/ext/metadata/backend/infinispan/ickl/converters/RegexpQueryConverter.java class RegexpQueryConverter (line 21) | public class RegexpQueryConverter implements QueryConverter { method RegexpQueryConverter (line 25) | public RegexpQueryConverter(RegexpQuery regexpQuery) { method convert (line 29) | @Override FILE: uberfire-extensions/uberfire-metadata/uberfire-metadata-backends/uberfire-metadata-backend-infinispan/src/main/java/org/uberfire/ext/metadata/backend/infinispan/ickl/converters/TermQueryConverter.java class TermQueryConverter (line 29) | public class TermQueryConverter implements QueryConverter { method TermQueryConverter (line 39) | public TermQueryConverter(TermQuery query, method convert (line 45) | @Override method getOperator (line 52) | private String getOperator(String key) { method convertValue (line 56) | private String convertValue(String value) { FILE: uberfire-extensions/uberfire-metadata/uberfire-metadata-backends/uberfire-metadata-backend-infinispan/src/main/java/org/uberfire/ext/metadata/backend/infinispan/ickl/converters/WildcardQueryConverter.java class WildcardQueryConverter (line 23) | public class WildcardQueryConverter implements QueryConverter { method WildcardQueryConverter (line 28) | public WildcardQueryConverter(WildcardQuery query, method convert (line 34) | @Override FILE: uberfire-extensions/uberfire-metadata/uberfire-metadata-backends/uberfire-metadata-backend-infinispan/src/main/java/org/uberfire/ext/metadata/backend/infinispan/proto/KObjectMarshaller.java class KObjectMarshaller (line 54) | public class KObjectMarshaller implements MessageMarshaller { method KObjectMarshaller (line 69) | public KObjectMarshaller(String typeName) { method readFrom (line 74) | @Override method getAndRemove (line 113) | private String getAndRemove(final List> properties, method writeTo (line 120) | @Override method getJavaClass (line 180) | @Override method getTypeName (line 185) | @Override method writeField (line 190) | private void writeField(String name, method writeField (line 255) | private void writeField(VersionHistory versionHistory, method read (line 284) | private Object read(FieldDescriptor field, method addKProperty (line 307) | private KProperty addKProperty(Map> props, method isExtension (line 317) | private boolean isExtension(final String name) { method getMainAttributes (line 321) | private List getMainAttributes() { FILE: uberfire-extensions/uberfire-metadata/uberfire-metadata-backends/uberfire-metadata-backend-infinispan/src/main/java/org/uberfire/ext/metadata/backend/infinispan/proto/schema/Field.java class Field (line 23) | @ProtoMessage method Field (line 34) | public Field() { method Field (line 37) | public Field(ProtobufScope scope, method Field (line 50) | public Field(ProtobufScope scope, method Field (line 63) | public Field(ProtobufScope scope, method Field (line 78) | public Field(ProtobufScope scope, method Field (line 91) | public Field(ProtobufScope scope, method Field (line 107) | public Field(ProtobufScope scope, method getScope (line 123) | public ProtobufScope getScope() { method setScope (line 127) | @ProtoField(number = 1) method getType (line 132) | public String getType() { method setType (line 136) | @ProtoField(number = 2) method getName (line 141) | public String getName() { method setName (line 145) | @ProtoField(number = 3) method getIndex (line 150) | public Integer getIndex() { method setIndex (line 154) | @ProtoField(number = 4) method isSortable (line 159) | public Boolean isSortable() { method setSortable (line 163) | @ProtoField(number = 5) method isSearchable (line 168) | public Boolean isSearchable() { method setSearchable (line 172) | @ProtoField(number = 6) method getAnalyzer (line 177) | public String getAnalyzer() { method setAnalyzer (line 181) | @ProtoField(number = 7) FILE: uberfire-extensions/uberfire-metadata/uberfire-metadata-backends/uberfire-metadata-backend-infinispan/src/main/java/org/uberfire/ext/metadata/backend/infinispan/proto/schema/Message.java class Message (line 26) | @ProtoMessage method Message (line 32) | public Message() { method Message (line 36) | public Message(String name, method getName (line 43) | public String getName() { method setName (line 47) | @ProtoField(number = 1) method getFields (line 52) | public Set getFields() { method setFields (line 56) | @ProtoField(number = 2, javaType = Field.class, collectionImplementati... FILE: uberfire-extensions/uberfire-metadata/uberfire-metadata-backends/uberfire-metadata-backend-infinispan/src/main/java/org/uberfire/ext/metadata/backend/infinispan/proto/schema/ProtobufScope.java type ProtobufScope (line 22) | public enum ProtobufScope { FILE: uberfire-extensions/uberfire-metadata/uberfire-metadata-backends/uberfire-metadata-backend-infinispan/src/main/java/org/uberfire/ext/metadata/backend/infinispan/proto/schema/ProtobufType.java type ProtobufType (line 20) | public enum ProtobufType { method toString (line 28) | @Override FILE: uberfire-extensions/uberfire-metadata/uberfire-metadata-backends/uberfire-metadata-backend-infinispan/src/main/java/org/uberfire/ext/metadata/backend/infinispan/proto/schema/Schema.java class Schema (line 26) | @ProtoMessage method Schema (line 33) | public Schema() { method Schema (line 37) | public Schema(String name, method getName (line 46) | public String getName() { method setName (line 50) | @ProtoField(number = 1) method getPkg (line 55) | public String getPkg() { method setPkg (line 59) | @ProtoField(number = 2) method getMessages (line 64) | public Set getMessages() { method setMessages (line 68) | @ProtoField(number = 3, javaType = Message.class, collectionImplementa... FILE: uberfire-extensions/uberfire-metadata/uberfire-metadata-backends/uberfire-metadata-backend-infinispan/src/main/java/org/uberfire/ext/metadata/backend/infinispan/proto/schema/SchemaGenerator.java class SchemaGenerator (line 26) | public class SchemaGenerator { method generate (line 30) | public String generate(Schema schema) { method buildMessages (line 42) | private String buildMessages(Set messages) { method buildMessage (line 60) | protected String buildMessage(Message message) { method buildField (line 85) | protected String buildField(Field field) { method buildIndex (line 102) | private String buildIndex(Field field) { method getSortable (line 109) | private String getSortable(Field field) { method getYesNo (line 117) | private String getYesNo(boolean bool) { method getAnalyzer (line 121) | private String getAnalyzer(Field field) { FILE: uberfire-extensions/uberfire-metadata/uberfire-metadata-backends/uberfire-metadata-backend-infinispan/src/main/java/org/uberfire/ext/metadata/backend/infinispan/provider/InfinispanConfiguration.java class InfinispanConfiguration (line 25) | public class InfinispanConfiguration { method InfinispanConfiguration (line 33) | public InfinispanConfiguration() { method loadTemplate (line 38) | private String loadTemplate(String temp) { method getIndexedConfiguration (line 44) | public XMLStringConfiguration getIndexedConfiguration(String value) { method getConfiguration (line 49) | public XMLStringConfiguration getConfiguration(String value) { FILE: uberfire-extensions/uberfire-metadata/uberfire-metadata-backends/uberfire-metadata-backend-infinispan/src/main/java/org/uberfire/ext/metadata/backend/infinispan/provider/InfinispanContext.java class InfinispanContext (line 58) | public class InfinispanContext implements Disposable { class LazyHolder (line 87) | private static final class LazyHolder { method getInstance (line 121) | public static InfinispanContext getInstance() { method InfinispanContext (line 125) | private InfinispanContext(Map properties) { method createBaseIndex (line 162) | private void createBaseIndex() { method retrieveProbufSchemas (line 171) | public void retrieveProbufSchemas() { method getSchemaCacheName (line 175) | private String getSchemaCacheName() { method getTypesCacheName (line 179) | private String getTypesCacheName() { method createRemoteCache (line 183) | private RemoteCacheManager createRemoteCache(Map prope... method getMaybeSecurityBuilder (line 208) | private AuthenticationConfigurationBuilder getMaybeSecurityBuilder(Map... method buildSaslQop (line 240) | protected static SaslQop[] buildSaslQop(String saslQop) { method toSaslQop (line 246) | protected static SaslQop toSaslQop(String value) { method addProtobufClass (line 261) | private void addProtobufClass(SerializationContext serializationContext, method getProtobufCache (line 277) | private RemoteCache getProtobufCache() { method addCachePrefix (line 281) | private static String addCachePrefix(String content) { method getCache (line 285) | public RemoteCache getCache(String index) { method getTypes (line 308) | public List getTypes(String index) { method addProtobufSchema (line 314) | public void addProtobufSchema(String clusterId, method loadProtobufSchema (line 333) | public void loadProtobufSchema(RemoteCache metadataCac... method dispose (line 357) | @Override method getIndices (line 365) | public List getIndices() { method getSchema (line 373) | public Optional getSchema(String clusterId) { method addSchema (line 378) | public void addSchema(Schema schema) { method getSchemaCache (line 383) | private RemoteCache getSchemaCache() { method isAlive (line 388) | public boolean isAlive() { method deleteCache (line 409) | public void deleteCache(String index){ method observeInitialization (line 414) | public void observeInitialization(Runnable runnable) { FILE: uberfire-extensions/uberfire-metadata/uberfire-metadata-backends/uberfire-metadata-backend-infinispan/src/main/java/org/uberfire/ext/metadata/backend/infinispan/provider/InfinispanIndexProvider.java class InfinispanIndexProvider (line 44) | public class InfinispanIndexProvider implements IndexProvider { method InfinispanIndexProvider (line 52) | public InfinispanIndexProvider(InfinispanContext infinispanContext, method isFreshIndex (line 60) | @Override method index (line 65) | @Override method index (line 74) | @Override method exists (line 79) | @Override method delete (line 87) | @Override method delete (line 92) | @Override method findById (line 101) | @Override method rename (line 125) | @Override method getIndexSize (line 150) | @Override method findByQuery (line 155) | @Override method findByQuery (line 173) | @Override method checkQuery (line 193) | private List checkQuery(org.infinispan.query.dsl.Query q) { method checkQuery (line 197) | private List checkQuery(Supplier> supplier) { method checkHitsQuery (line 209) | private Integer checkHitsQuery(Supplier supplier) { method findHitsByQuery (line 221) | @Override method getIndices (line 233) | @Override method observerInitialization (line 238) | @Override method isAlive (line 243) | @Override method getQueryFactory (line 248) | protected QueryFactory getQueryFactory(String index) { method dispose (line 253) | @Override method findByQueryRaw (line 258) | private List findByQueryRaw(List fields, method reorderFields (line 117) | private Set reorderFields(List fields) { method getMaxIndexNumber (line 133) | protected int getMaxIndexNumber(List fields) { method getMessage (line 141) | private Optional getMessage(Schema schema, FILE: uberfire-extensions/uberfire-metadata/uberfire-metadata-backends/uberfire-metadata-backend-infinispan/src/main/java/org/uberfire/ext/metadata/backend/infinispan/provider/KieProtostreamMarshaller.java class KieProtostreamMarshaller (line 34) | public final class KieProtostreamMarshaller extends ProtoStreamMarshaller { method registerSchema (line 55) | void registerSchema(String fileName, method registerMarshaller (line 73) | void registerMarshaller(final KieMarshallerSupplier kieMarshallerSuppl... method objectToBuffer (line 98) | @Override method extractType (line 113) | private String extractType(Object o) { method lookupSupplier (line 121) | private KieMarshallerSupplier lookupSupplier(Class clazz) { type KieMarshallerSupplier (line 138) | interface KieMarshallerSupplier { method extractTypeFromEntity (line 145) | String extractTypeFromEntity(E entity); method getJavaClass (line 150) | Class getJavaClass(); method getMarshallerForType (line 156) | BaseMarshaller getMarshallerForType(String typeName); FILE: uberfire-extensions/uberfire-metadata/uberfire-metadata-backends/uberfire-metadata-backend-infinispan/src/main/java/org/uberfire/ext/metadata/backend/infinispan/provider/LoginHandler.java class LoginHandler (line 28) | public class LoginHandler implements CallbackHandler { method LoginHandler (line 34) | public LoginHandler(String login, method handle (line 42) | @Override FILE: uberfire-extensions/uberfire-metadata/uberfire-metadata-backends/uberfire-metadata-backend-infinispan/src/main/java/org/uberfire/ext/metadata/backend/infinispan/provider/MappingProvider.java class MappingProvider (line 48) | public class MappingProvider { method MappingProvider (line 53) | public MappingProvider(Analyzer analyzer) { method getMapping (line 58) | public Schema getMapping(KObject kObject) { method buildSchema (line 62) | private Schema buildSchema(KObject kObject) { method buildSchema (line 68) | public Schema buildSchema(KObject kObject, method buildMessages (line 75) | public Set buildMessages(KObject kObject) { method sanitize (line 111) | private String sanitize(String name) { method build (line 115) | private Set build(KProperty prop) { method buildDefaultField (line 157) | private Set buildDefaultField(KProperty prop, method build (line 166) | private Set build(VersionHistory versionHistory) { method createAnalyzerField (line 198) | private String createAnalyzerField(Field field) { method createAnalyzerField (line 205) | private String createAnalyzerField(String name, method createField (line 211) | private Field createField(ProtobufScope scope, method createField (line 222) | private Field createField(ProtobufScope scope, FILE: uberfire-extensions/uberfire-metadata/uberfire-metadata-backends/uberfire-metadata-backend-infinispan/src/main/java/org/uberfire/ext/metadata/backend/infinispan/search/InfinispanSearchIndex.java class InfinispanSearchIndex (line 50) | public class InfinispanSearchIndex implements SearchIndex { method InfinispanSearchIndex (line 55) | public InfinispanSearchIndex(IndexProvider indexProvider, method searchByAttrs (line 63) | @Override method fullTextSearch (line 82) | @Override method searchByAttrsHits (line 98) | @Override method fullTextSearchHits (line 112) | @Override method searchHits (line 123) | private int searchHits(final Query query, method getIndices (line 129) | private List getIndices(ClusterSegment[] clusterSegments) { method search (line 136) | private List search(final Query query, method buildQuery (line 146) | private Query buildQuery(final Map attrs, method buildQuery (line 173) | private Query buildQuery(final String term, method composeQuery (line 193) | private Query composeQuery(final Query query, method addClusterIdTerms (line 217) | private void addClusterIdTerms(final BooleanQuery.Builder query, method addSegmentIdTerms (line 227) | private void addSegmentIdTerms(final BooleanQuery.Builder query, method format (line 250) | private String format(final String term) { FILE: uberfire-extensions/uberfire-metadata/uberfire-metadata-backends/uberfire-metadata-backend-infinispan/src/main/java/org/uberfire/ext/metadata/backend/infinispan/utils/AttributesUtil.java class AttributesUtil (line 22) | public class AttributesUtil { method toProtobufFormat (line 27) | public static String toProtobufFormat(String value) { method toKPropertyFormat (line 34) | public static String toKPropertyFormat(String value) { FILE: uberfire-extensions/uberfire-metadata/uberfire-metadata-backends/uberfire-metadata-backend-infinispan/src/main/java/org/uberfire/ext/metadata/backend/infinispan/utils/InfinispanFieldNames.java class InfinispanFieldNames (line 20) | public class InfinispanFieldNames { FILE: uberfire-extensions/uberfire-metadata/uberfire-metadata-backends/uberfire-metadata-backend-infinispan/src/main/java/org/uberfire/ext/metadata/backend/infinispan/utils/Retry.java class Retry (line 23) | public class Retry { method Retry (line 30) | public Retry(int retries, Runnable runnable) { method run (line 36) | public Retry run() { method isFinished (line 54) | public boolean isFinished() { method getRemainingRetries (line 58) | public int getRemainingRetries() { FILE: uberfire-extensions/uberfire-metadata/uberfire-metadata-backends/uberfire-metadata-backend-infinispan/src/test/java/org/uberfire/ext/metadata/backend/infinispan/ickl/IcklConverterTest.java class IcklConverterTest (line 33) | public class IcklConverterTest { method setUp (line 37) | @Before method testTermQueryConversion (line 42) | @Test method testWildcardQueryConversion (line 52) | @Test method testMatchAllDocsQueryQueryConversion (line 62) | @Test method testWhereClause (line 71) | @Test method testSortConvert (line 90) | @Test method testSort (line 127) | @Test method testRegexpQuery (line 147) | @Test FILE: uberfire-extensions/uberfire-metadata/uberfire-metadata-backends/uberfire-metadata-backend-infinispan/src/test/java/org/uberfire/ext/metadata/backend/infinispan/ickl/converters/BooleanQueryConverterTest.java class BooleanQueryConverterTest (line 29) | public class BooleanQueryConverterTest { method testSingleBooleanTermQuery (line 31) | @Test method testSingleClauseBooleanTermQuery (line 50) | @Test method testNotBooleanQuery (line 69) | @Test method testMultipleBooleanTermQuery (line 88) | @Test FILE: uberfire-extensions/uberfire-metadata/uberfire-metadata-backends/uberfire-metadata-backend-infinispan/src/test/java/org/uberfire/ext/metadata/backend/infinispan/ickl/converters/TermQueryConverterTest.java class TermQueryConverterTest (line 31) | @RunWith(Parameterized.class) method data (line 34) | @Parameterized.Parameters method test (line 49) | @Test FILE: uberfire-extensions/uberfire-metadata/uberfire-metadata-backends/uberfire-metadata-backend-infinispan/src/test/java/org/uberfire/ext/metadata/backend/infinispan/ickl/converters/WildcardQueryConverterTest.java class WildcardQueryConverterTest (line 27) | public class WildcardQueryConverterTest { method testWildcardTermQuery (line 29) | @Test FILE: uberfire-extensions/uberfire-metadata/uberfire-metadata-backends/uberfire-metadata-backend-infinispan/src/test/java/org/uberfire/ext/metadata/backend/infinispan/proto/schema/SchemaGeneratorTest.java class SchemaGeneratorTest (line 35) | public class SchemaGeneratorTest { method setUp (line 41) | @Before method testBuildField (line 46) | @Test method testBuildMessageWithSingleField (line 78) | @Test method testBuildMessageWithMultipleFields (line 92) | @Test method testBuildSchema (line 109) | @Test method read (line 134) | private String read(String file) { method sanitize (line 144) | private String sanitize(String value) { FILE: uberfire-extensions/uberfire-metadata/uberfire-metadata-backends/uberfire-metadata-backend-infinispan/src/test/java/org/uberfire/ext/metadata/backend/infinispan/provider/InfinispanContextTest.java class InfinispanContextTest (line 30) | public class InfinispanContextTest { method testToSaslQoP (line 34) | @Test method testWrongToSaslQoP (line 49) | @Test method testBiuildSaslQop (line 61) | @Test FILE: uberfire-extensions/uberfire-metadata/uberfire-metadata-backends/uberfire-metadata-backend-infinispan/src/test/java/org/uberfire/ext/metadata/backend/infinispan/provider/InfinispanPingServiceTest.java class InfinispanPingServiceTest (line 33) | @RunWith(MockitoJUnitRunner.class) method setUp (line 39) | @Before method testPingSuccess (line 44) | @Test method testPingFailure (line 60) | @Test method testExternalTimeoutVariable (line 67) | @Test FILE: uberfire-extensions/uberfire-metadata/uberfire-metadata-backends/uberfire-metadata-backend-infinispan/src/test/java/org/uberfire/ext/metadata/backend/infinispan/provider/InfinispanSchemaStoreTest.java class InfinispanSchemaStoreTest (line 37) | @RunWith(MockitoJUnitRunner.class) method setUp (line 47) | @Before method testMerge (line 53) | @Test method testMaxIndexNumbert (line 81) | @Test FILE: uberfire-extensions/uberfire-metadata/uberfire-metadata-backends/uberfire-metadata-backend-infinispan/src/test/java/org/uberfire/ext/metadata/backend/infinispan/provider/KieProtostreamMarshallerTest.java class KieProtostreamMarshallerTest (line 37) | public class KieProtostreamMarshallerTest { method testMultipleMarshallers (line 39) | @Test method testSingleProviderForClassHierarchy (line 181) | @Test method createEntityFromAnonymousClass (line 258) | private EntityInterface createEntityFromAnonymousClass(Integer id, type EntityInterface (line 274) | interface EntityInterface { method getType (line 276) | default String getType() { method getFieldValue (line 280) | String getFieldValue(); method getId (line 282) | Integer getId(); method getProto (line 284) | default String getProto() { class EntityImpl (line 290) | class EntityImpl implements EntityInterface { method EntityImpl (line 295) | EntityImpl(Integer id, method getFieldValue (line 301) | @Override method getId (line 306) | @Override method equals (line 311) | @Override method hashCode (line 326) | @Override method toString (line 332) | @Override class EntityMarshaller (line 341) | class EntityMarshaller implements MessageMarshaller { method EntityMarshaller (line 345) | EntityMarshaller(String type) { method readFrom (line 349) | @Override method writeTo (line 357) | @Override method getJavaClass (line 366) | @Override method getTypeName (line 371) | @Override class UUIDMarshaller (line 377) | class UUIDMarshaller implements MessageMarshaller { method readFrom (line 379) | @Override method writeTo (line 384) | @Override method getJavaClass (line 391) | @Override method getTypeName (line 396) | @Override class DynamicEntity1 (line 402) | class DynamicEntity1 { method DynamicEntity1 (line 407) | DynamicEntity1(int seed, method getFullyQualifiedType (line 413) | String getFullyQualifiedType() { method getProto (line 417) | String getProto() { method equals (line 422) | @Override method hashCode (line 436) | @Override method toString (line 442) | @Override class DynamicEntity2 (line 451) | class DynamicEntity2 { method DynamicEntity2 (line 456) | DynamicEntity2(String theType, method getType (line 462) | String getType() { method getProto (line 466) | String getProto() { method equals (line 471) | @Override method hashCode (line 486) | @Override method toString (line 492) | @Override class DynamicEntity1Marshaller (line 501) | class DynamicEntity1Marshaller implements MessageMarshaller property); FILE: uberfire-extensions/uberfire-metadata/uberfire-metadata-backends/uberfire-metadata-backend-lucene/src/main/java/org/uberfire/ext/metadata/backend/lucene/fields/SimpleFieldFactory.java class SimpleFieldFactory (line 39) | public class SimpleFieldFactory implements FieldFactory { method build (line 41) | @Override method build (line 171) | private IndexableField[] build(final VersionHistory versionHistory) { FILE: uberfire-extensions/uberfire-metadata/uberfire-metadata-backends/uberfire-metadata-backend-lucene/src/main/java/org/uberfire/ext/metadata/backend/lucene/index/BaseLuceneIndex.java class BaseLuceneIndex (line 33) | public abstract class BaseLuceneIndex implements LuceneIndex { method indexDocument (line 35) | @Override method deleteIfExists (line 46) | @Override method rename (line 69) | @Override method lookupDocIdByPK (line 88) | protected int[] lookupDocIdByPK(final IndexSearcher searcher, method writer (line 133) | public abstract IndexWriter writer(); FILE: uberfire-extensions/uberfire-metadata/uberfire-metadata-backends/uberfire-metadata-backend-lucene/src/main/java/org/uberfire/ext/metadata/backend/lucene/index/CustomAnalyzerWrapperFactory.java type CustomAnalyzerWrapperFactory (line 43) | public interface CustomAnalyzerWrapperFactory { method getAnalyzerWrapper (line 45) | public Analyzer getAnalyzerWrapper(Analyzer defaultAnalyzer, FILE: uberfire-extensions/uberfire-metadata/uberfire-metadata-backends/uberfire-metadata-backend-lucene/src/main/java/org/uberfire/ext/metadata/backend/lucene/index/LuceneIndex.java type LuceneIndex (line 27) | public interface LuceneIndex extends Index { method indexDocument (line 31) | void indexDocument(final String id, method deleteIfExists (line 34) | boolean deleteIfExists(final String... ids); method rename (line 36) | void rename(final String sourceId, method nrtReader (line 39) | IndexReader nrtReader(); method nrtRelease (line 41) | void nrtRelease(final IndexReader searcher); method nrtSearcher (line 43) | IndexSearcher nrtSearcher(); method nrtRelease (line 45) | void nrtRelease(final IndexSearcher searcher); FILE: uberfire-extensions/uberfire-metadata/uberfire-metadata-backends/uberfire-metadata-backend-lucene/src/main/java/org/uberfire/ext/metadata/backend/lucene/index/LuceneIndexFactory.java type LuceneIndexFactory (line 24) | public interface LuceneIndexFactory extends Disposable { method newCluster (line 26) | LuceneIndex newCluster(KCluster kcluster); method remove (line 28) | void remove(KCluster cluster); method getIndexes (line 30) | Map getIndexes(); FILE: uberfire-extensions/uberfire-metadata/uberfire-metadata-backends/uberfire-metadata-backend-lucene/src/main/java/org/uberfire/ext/metadata/backend/lucene/index/LuceneIndexManager.java class LuceneIndexManager (line 42) | public class LuceneIndexManager implements IndexManager { method LuceneIndexManager (line 47) | public LuceneIndexManager(final LuceneIndexFactory factory) { method contains (line 53) | @Override method indexOf (line 58) | @Override method kcluster (line 72) | @Override method delete (line 77) | @Override method deleteProjectIndexes (line 88) | protected void deleteProjectIndexes(KCluster cluster) { method dispose (line 101) | @Override method get (line 109) | @Override method getIndexSearcher (line 114) | public IndexSearcher getIndexSearcher(final ClusterSegment... clusterS... method release (line 139) | public void release(final IndexSearcher index) { method getIndices (line 147) | @Override FILE: uberfire-extensions/uberfire-metadata/uberfire-metadata-backends/uberfire-metadata-backend-lucene/src/main/java/org/uberfire/ext/metadata/backend/lucene/index/directory/DeleteCommand.java type DeleteCommand (line 19) | public interface DeleteCommand { method execute (line 21) | public void execute(org.apache.lucene.store.Directory directory); FILE: uberfire-extensions/uberfire-metadata/uberfire-metadata-backends/uberfire-metadata-backend-lucene/src/main/java/org/uberfire/ext/metadata/backend/lucene/index/directory/Directory.java class Directory (line 21) | public class Directory { method Directory (line 28) | public Directory(final org.apache.lucene.store.Directory directory, method getDirectory (line 36) | public org.apache.lucene.store.Directory getDirectory() { method close (line 40) | public void close() { method freshIndex (line 48) | public boolean freshIndex() { method delete (line 52) | public void delete() { FILE: uberfire-extensions/uberfire-metadata/uberfire-metadata-backends/uberfire-metadata-backend-lucene/src/main/java/org/uberfire/ext/metadata/backend/lucene/index/directory/DirectoryFactory.java class DirectoryFactory (line 39) | public class DirectoryFactory implements LuceneIndexFactory { method DirectoryFactory (line 48) | public DirectoryFactory(final DirectoryType type, method DirectoryFactory (line 55) | public DirectoryFactory(final DirectoryType type, method loadIndexes (line 65) | protected void loadIndexes(DirectoryType type, method clusterIdOf (line 79) | protected static String clusterIdOf(File file) { method listFiles (line 85) | private Stream listFiles(final File hostingDir) { method defaultHostingDir (line 90) | public static File defaultHostingDir() { method newConfig (line 100) | private IndexWriterConfig newConfig(final Analyzer analyzer) { method newCluster (line 117) | @Override method remove (line 131) | @Override method getIndexes (line 136) | @Override method dispose (line 141) | @Override FILE: uberfire-extensions/uberfire-metadata/uberfire-metadata-backends/uberfire-metadata-backend-lucene/src/main/java/org/uberfire/ext/metadata/backend/lucene/index/directory/DirectoryLuceneIndex.java class DirectoryLuceneIndex (line 37) | public class DirectoryLuceneIndex extends BaseLuceneIndex { method DirectoryLuceneIndex (line 45) | public DirectoryLuceneIndex(final KCluster cluster, method writer (line 64) | @Override method getCluster (line 69) | @Override method nrtReader (line 74) | @Override method nrtRelease (line 83) | @Override method nrtSearcher (line 92) | @Override method nrtRelease (line 102) | @Override method dispose (line 111) | @Override method closeWriter (line 121) | private void closeWriter() { method freshIndex (line 130) | @Override method commit (line 135) | @Override method delete (line 145) | @Override FILE: uberfire-extensions/uberfire-metadata/uberfire-metadata-backends/uberfire-metadata-backend-lucene/src/main/java/org/uberfire/ext/metadata/backend/lucene/index/directory/DirectoryType.java type DirectoryType (line 33) | public enum DirectoryType { method newIndex (line 36) | @Override method newIndex (line 52) | @Override method newIndex (line 80) | @Override method close (line 106) | private static void close(FSDirectory directory) { method clusterDir (line 115) | private static File clusterDir(final String clusterId) { method freshIndex (line 122) | private static boolean freshIndex(final File clusterDir) { method newIndex (line 126) | public abstract LuceneIndex newIndex(final KCluster cluster, FILE: uberfire-extensions/uberfire-metadata/uberfire-metadata-backends/uberfire-metadata-backend-lucene/src/main/java/org/uberfire/ext/metadata/backend/lucene/model/KClusterImpl.java class KClusterImpl (line 21) | public class KClusterImpl implements KCluster { method KClusterImpl (line 25) | public KClusterImpl(final String clusterId) { method getClusterId (line 29) | @Override method equals (line 34) | @Override method hashCode (line 52) | @Override method toString (line 57) | @Override FILE: uberfire-extensions/uberfire-metadata/uberfire-metadata-backends/uberfire-metadata-backend-lucene/src/main/java/org/uberfire/ext/metadata/backend/lucene/provider/LuceneIndexProvider.java class LuceneIndexProvider (line 54) | public class LuceneIndexProvider implements IndexProvider { method LuceneIndexProvider (line 59) | public LuceneIndexProvider(IndexManager indexManager, method isFreshIndex (line 65) | @Override method index (line 71) | @Override method index (line 79) | @Override method exists (line 92) | @Override method delete (line 99) | @Override method delete (line 105) | @Override method findById (line 113) | @Override method rename (line 129) | @Override method getIndexSize (line 144) | @Override method findByQuery (line 150) | @Override method findByQuery (line 166) | @Override method createKObject (line 182) | private KObject createKObject(List indices, method findHitsByQuery (line 193) | @Override method getIndices (line 203) | @Override method observerInitialization (line 208) | @Override method isAlive (line 213) | @Override method findRawByQuery (line 218) | public ScoreDoc[] findRawByQuery(List indices, method toClusterSegments (line 247) | private ClusterSegment[] toClusterSegments(List indices) { method dispose (line 262) | @Override method newDocument (line 267) | private Document newDocument(final KObject object) { FILE: uberfire-extensions/uberfire-metadata/uberfire-metadata-backends/uberfire-metadata-backend-lucene/src/main/java/org/uberfire/ext/metadata/backend/lucene/search/LuceneSearchIndex.java class LuceneSearchIndex (line 55) | public class LuceneSearchIndex implements SearchIndex { method LuceneSearchIndex (line 60) | public LuceneSearchIndex(final LuceneIndexManager indexManager, method searchByAttrs (line 69) | @Override method fullTextSearch (line 88) | @Override method searchByAttrsHits (line 104) | @Override method fullTextSearchHits (line 118) | @Override method searchHits (line 129) | private int searchHits(final Query query, method search (line 145) | private List search(final Query query, method buildQuery (line 172) | private Query buildQuery(final Map attrs, method buildQuery (line 199) | private Query buildQuery(final String term, method composeQuery (line 218) | private Query composeQuery(final Query query, method addClusterIdTerms (line 242) | private void addClusterIdTerms(final BooleanQuery.Builder query, method addSegmentIdTerms (line 252) | private void addSegmentIdTerms(final BooleanQuery.Builder query, method format (line 275) | private String format(final String term) { FILE: uberfire-extensions/uberfire-metadata/uberfire-metadata-backends/uberfire-metadata-backend-lucene/src/main/java/org/uberfire/ext/metadata/backend/lucene/util/KObjectUtil.java class KObjectUtil (line 32) | public final class KObjectUtil { method toKObject (line 34) | public static KObject toKObject(final Document document) { FILE: uberfire-extensions/uberfire-metadata/uberfire-metadata-backends/uberfire-metadata-backend-lucene/src/main/java/org/uberfire/ext/metadata/backend/lucene/util/Serializer.java class Serializer (line 28) | public final class Serializer { method Serializer (line 30) | private Serializer() { method toByteArray (line 33) | public static byte[] toByteArray(final Object obj) method fromByteArray (line 41) | public static Object fromByteArray(byte[] bytes) FILE: uberfire-extensions/uberfire-metadata/uberfire-metadata-backends/uberfire-metadata-backend-lucene/src/test/java/org/uberfire/ext/metadata/backend/lucene/index/LuceneIndexManagerTest.java class LuceneIndexManagerTest (line 14) | @RunWith(MockitoJUnitRunner.class) method setup (line 22) | @Before method testDelete (line 27) | @Test method testProjectDelete (line 35) | @Test FILE: uberfire-extensions/uberfire-metadata/uberfire-metadata-backends/uberfire-metadata-backend-lucene/src/test/java/org/uberfire/ext/metadata/backend/lucene/index/directory/DirectoryFactoryTest.java class DirectoryFactoryTest (line 36) | @RunWith(MockitoJUnitRunner.class) method setup (line 56) | @Before method loadsExistingIndicesOnStartup (line 83) | @Test(expected = IllegalStateException.class) method testClusterIdOf (line 90) | @Test method testLoadIndexes (line 96) | @Test FILE: uberfire-extensions/uberfire-metadata/uberfire-metadata-commons-io/src/main/java/org/uberfire/ext/metadata/io/BatchIndex.java class BatchIndex (line 47) | public final class BatchIndex { method BatchIndex (line 60) | @SafeVarargs method runAsync (line 81) | public void runAsync(final FileSystem fs) { method hasContent (line 118) | private boolean hasContent(Path dir) { method run (line 125) | public void run(final FileSystem fs, final Runnable callback) { method queueIndexingEvents (line 193) | private void queueIndexingEvents(Path root, final IndexerDispatcher di... method logInformation (line 236) | private void logInformation(final String message) { method logWarning (line 241) | private void logWarning(final String message) { method logError (line 246) | private void logError(final String message, method dispose (line 253) | public void dispose() { FILE: uberfire-extensions/uberfire-metadata/uberfire-metadata-commons-io/src/main/java/org/uberfire/ext/metadata/io/ConstrainedIndexerScheduler.java class ConstrainedIndexerScheduler (line 53) | public class ConstrainedIndexerScheduler implements IndexerScheduler { method ConstrainedIndexerScheduler (line 59) | private ConstrainedIndexerScheduler(OrderingGraph graph) { method schedule (line 63) | @Override method schedule (line 74) | private CompletableFuture>> schedule(Exe... class OrderingNode (line 99) | private static class OrderingNode { method OrderingNode (line 104) | OrderingNode(String id, int priority) { class JobNode (line 110) | private static class JobNode extends OrderingNode { method JobNode (line 114) | JobNode(String id, int priority, Supplier> job) { class OrderingGraph (line 120) | private static class OrderingGraph { class Constraint (line 126) | private static class Constraint { method Constraint (line 130) | Constraint(String from, String to) { method isFrom (line 135) | boolean isFrom(String id) { class ConstraintBuilder (line 143) | public static class ConstraintBuilder { method addPriority (line 158) | public ConstraintBuilder addPriority(String indexerId, int priority) { method addConstraint (line 171) | public ConstraintBuilder addConstraint(String fromIndexerId, String ... method createFactory (line 178) | public IndexerScheduler.Factory createFactory() { method populateAndValidateGraph (line 188) | private void populateAndValidateGraph(OrderingGraph gr... method populateAndValidateGraph (line 196) | private void populateAndValidateGraph(OrderingGraph gr... class SchedulerFactory (line 219) | private static class SchedulerFactory implements IndexerScheduler.Fact... method SchedulerFactory (line 223) | SchedulerFactory(OrderingGraph graph) { method create (line 227) | @Override method copyValidConstraints (line 247) | private void copyValidConstraints(Map rootDirStream(FileSystem fs) { method priority (line 313) | @Override method dispose (line 318) | @Override method setupBatchIndex (line 327) | private void setupBatchIndex(FileSystem fs) { method setupWatchService (line 331) | protected void setupWatchService(final FileSystem fs) { method delete (line 444) | @Override method cleanupIfDeletedFileSystem (line 453) | void cleanupIfDeletedFileSystem(Path path) { method cleanupIfDeletedBranch (line 460) | void cleanupIfDeletedBranch(Path path) { method deleteRepositoryFiles (line 466) | void deleteRepositoryFiles(Path path, method queueDeleteEvent (line 472) | void queueDeleteEvent(final WatchContext context, method queueRenameEvent (line 481) | void queueRenameEvent(final WatchContext context, method queueCreationAndModificationEvent (line 492) | void queueCreationAndModificationEvent(final Set eventRealPaths, method getRealCreatedPaths (line 513) | protected Set getRealCreatedPaths(final List> even... method isIgnored (line 530) | boolean isIgnored(Path path) { method cleanupDeletedFS (line 541) | private void cleanupDeletedFS(FileSystem fs) { method cleanupDeletedFS (line 549) | protected void cleanupDeletedFS(String fsName, method deleteIfExists (line 558) | @Override method delIfExists (line 578) | protected boolean delIfExists(Path path, method getIndexEngine (line 583) | public MetaIndexEngine getIndexEngine() { class NOPObserver (line 590) | private static class NOPObserver implements Observer { method information (line 592) | @Override method warning (line 597) | @Override method error (line 602) | @Override class NOPBatchIndexListener (line 608) | private static class NOPBatchIndexListener implements BatchIndexListen... method notifyIndexIngStarted (line 610) | @Override method notifyIndexIngFinished (line 615) | @Override FILE: uberfire-extensions/uberfire-metadata/uberfire-metadata-commons-io/src/main/java/org/uberfire/ext/metadata/io/IOServiceIndexedUtil.java class IOServiceIndexedUtil (line 24) | public final class IOServiceIndexedUtil { method isInDenyList (line 31) | public static boolean isInDenyList(final Path path) { FILE: uberfire-extensions/uberfire-metadata/uberfire-metadata-commons-io/src/main/java/org/uberfire/ext/metadata/io/IndexableIOEvent.java class IndexableIOEvent (line 23) | public abstract class IndexableIOEvent { method IndexableIOEvent (line 27) | private IndexableIOEvent(Kind kind) { method getKind (line 31) | public Kind getKind() { method consume (line 35) | public abstract void consume(Consumer newFileConsumer, method apply (line 39) | public abstract T apply(Function newHandler, class NewFileEvent (line 43) | public static class NewFileEvent extends IndexableIOEvent { method NewFileEvent (line 46) | public NewFileEvent(Path file) { method getFile (line 51) | public Path getFile() { method consume (line 55) | @Override method apply (line 60) | @Override method toString (line 65) | @Override class RenamedFileEvent (line 71) | public static class RenamedFileEvent extends IndexableIOEvent { method RenamedFileEvent (line 74) | public RenamedFileEvent(Path oldPath, Path newPath) { method getOldPath (line 82) | public Path getOldPath() { method getNewPath (line 86) | public Path getNewPath() { method consume (line 90) | @Override method apply (line 95) | @Override method toString (line 100) | @Override class DeletedFileEvent (line 106) | public static class DeletedFileEvent extends IndexableIOEvent { method DeletedFileEvent (line 109) | public DeletedFileEvent(Path file) { method getFile (line 114) | public Path getFile() { method consume (line 118) | @Override method apply (line 123) | @Override method toString (line 128) | @Override type Kind (line 134) | public static enum Kind { FILE: uberfire-extensions/uberfire-metadata/uberfire-metadata-commons-io/src/main/java/org/uberfire/ext/metadata/io/IndexerDispatcher.java class IndexerDispatcher (line 59) | public class IndexerDispatcher { type IndexerDispatcherFactory (line 61) | @FunctionalInterface method create (line 63) | IndexerDispatcher create(Collection indexers, KCl... method createFactory (line 66) | public static IndexerDispatcherFactory createFactory(MetaIndexEngine i... method IndexerDispatcher (line 78) | public IndexerDispatcher(MetaIndexEngine indexEngine, method offer (line 97) | public void offer(IndexableIOEvent event) { method schedule (line 118) | public CompletableFuture schedule(ExecutorService executor) { method fireBatchIndexEvent (line 134) | private void fireBatchIndexEvent(String indexerId, List ev... method namedQualifierFor (line 139) | private Named namedQualifierFor(String indexerId) { method dispose (line 153) | public void dispose() { method supportsUnderlyingPath (line 158) | private boolean supportsUnderlyingPath(Indexer indexer, IndexableIOEve... class IndexerJob (line 165) | private static class IndexerJob implements Supplier> { method IndexerJob (line 173) | IndexerJob(MetaIndexEngine indexEngine, Indexer indexer, KCluster cl... method offer (line 180) | void offer(IndexableIOEvent event) { method dispose (line 184) | void dispose() { method get (line 189) | @Override method processEvents (line 209) | private List processEvents() { method isFileSystemOpen (line 229) | private static boolean isFileSystemOpen(IndexableIOEvent event) { method fileSystemOf (line 233) | private static FileSystem fileSystemOf(IndexableIOEvent event) { method processEvent (line 239) | private Optional processEvent(IndexableIOEvent event) { method processRenamed (line 246) | private Optional processRenamed(RenamedFileEvent event) { method processNew (line 259) | private Optional processNew(NewFileEvent event) { method processDeleted (line 270) | private Optional processDeleted(DeletedFileEvent event) { FILE: uberfire-extensions/uberfire-metadata/uberfire-metadata-commons-io/src/main/java/org/uberfire/ext/metadata/io/IndexersFactory.java class IndexersFactory (line 30) | @Alternative method addIndexer (line 35) | public void addIndexer(final Indexer indexer) { method getIndexers (line 40) | public List getIndexers() { method clear (line 44) | public void clear() { FILE: uberfire-extensions/uberfire-metadata/uberfire-metadata-commons-io/src/main/java/org/uberfire/ext/metadata/io/KObjectUtil.java class KObjectUtil (line 42) | public final class KObjectUtil { method KObjectUtil (line 46) | private KObjectUtil() { method toKObjectKey (line 50) | public static KObjectKey toKObjectKey(final Path path) { method toKObject (line 81) | public static KObject toKObject(final Path path, method toKCluster (line 242) | public static KCluster toKCluster(final Path fsPath) { method toRootKCluster (line 248) | public static KCluster toRootKCluster(final Path fsPath) { method sha1 (line 252) | private static String sha1(final String input) { FILE: uberfire-extensions/uberfire-metadata/uberfire-metadata-commons-io/src/main/java/org/uberfire/ext/metadata/io/MetadataConfigBuilder.java class MetadataConfigBuilder (line 48) | public class MetadataConfigBuilder { method MetadataConfigBuilder (line 65) | public MetadataConfigBuilder() { method MetadataConfigBuilder (line 70) | public MetadataConfigBuilder(String metadataIndex) { method withInMemoryMetaModelStore (line 74) | public MetadataConfigBuilder withInMemoryMetaModelStore() { method withoutMemoryMetaModel (line 79) | public MetadataConfigBuilder withoutMemoryMetaModel() { method withDefaultFieldFactory (line 84) | public MetadataConfigBuilder withDefaultFieldFactory() { method usingAnalyzers (line 89) | public MetadataConfigBuilder usingAnalyzers(final Map getFoundPaths() { FILE: uberfire-extensions/uberfire-metadata/uberfire-metadata-commons-io/src/test/java/org/uberfire/ext/metadata/io/IOServiceIndexedTest.java class IOServiceIndexedTest (line 67) | @RunWith(MockitoJUnitRunner.class) method setup (line 85) | @Before method recreatingFileSystemMakesNewWatchService (line 103) | @Test method deleteFSTest (line 123) | @Test method deleteBranchTest (line 137) | @Test method deleteFileTest (line 150) | @Test method dotFileShouldBeIgnored (line 163) | @Test method queueRenameShouldDispatchIndexEventTest (line 174) | @Test method queueRenameShouldNotDispatchIndexEventTest (line 195) | @Test method queueDeleteShouldDispatchIndexEventTest (line 216) | @Test method queueDeleteShouldNotDispatchIndexEventTest (line 235) | @Test method queueCreationAndModificationEventShouldUndotAndDispatchTest (line 254) | @Test method shouldNotAddBlankFilesToEventRealPathsTest (line 283) | @Test method shouldNotAddDotFilesToEventRealPathsTest (line 300) | @Test method shouldAddRealFilesToEventRealPathsTest (line 323) | @Test method getFileSystem (line 346) | private FileSystem getFileSystem() throws URISyntaxException { method deleteIfExists (line 368) | @Test FILE: uberfire-extensions/uberfire-metadata/uberfire-metadata-commons-io/src/test/java/org/uberfire/ext/metadata/io/common/ConstrainedIndexerSchedulerTest.java class ConstrainedIndexerSchedulerTest (line 44) | public class ConstrainedIndexerSchedulerTest { method setup (line 49) | @Before method allScheduledWithNoConstraints (line 63) | @Test method lowerPriorityNumberRunFirst (line 76) | @Test method dependencyOrderIsFollowed (line 96) | @Test method dependencyOrderAndPrioritiesAreFollowed (line 114) | @Test method transitivePrioritiesRespected (line 138) | @Test method illegalArgumentExceptionWhenMissingJobForDependency (line 166) | @Test(expected = IllegalArgumentException.class) method canBeMissingJobsWithoutDependencies (line 174) | @Test method usesExecutorService (line 189) | @Test method assertExecutionOrder (line 204) | private void assertExecutionOrder(String... idsInExpectedOrder) { method assertCorrectResults (line 215) | private void assertCorrectResults(final List>> getResults(final List> getValue(final CompletableFutur... class TestJob (line 252) | private static class TestJob implements Supplier> { method TestJob (line 257) | TestJob(AtomicInteger executionCounter) { method get (line 265) | @Override method getWithoutIncrement (line 271) | public List getWithoutIncrement() { method getExecutionCounter (line 275) | public int getExecutionCounter() { class CurrentThreadExecutorService (line 285) | private static class CurrentThreadExecutorService extends AbstractExec... method shutdown (line 289) | @Override method shutdownNow (line 294) | @Override method isShutdown (line 299) | @Override method isTerminated (line 304) | @Override method awaitTermination (line 309) | @Override method execute (line 314) | @Override FILE: uberfire-extensions/uberfire-metadata/uberfire-metadata-commons-io/src/test/java/org/uberfire/ext/metadata/io/common/MetadataIndexEngineBatchTest.java class MetadataIndexEngineBatchTest (line 44) | @RunWith(MockitoJUnitRunner.class) method setup (line 66) | @Before method indexDeferredInBatchMode (line 85) | @Test method indexCalledWhenBatchCommitted (line 93) | @Test method indexNeverCalledWhenBatchAborted (line 101) | @Test method renameDeferredInBatchMode (line 109) | @Test method renameCalledWhenBatchCommitted (line 117) | @Test method renameNeverCalledWhenBatchAborted (line 125) | @Test method deleteDeferredInBatchMode (line 133) | @Test method deleteCalledWhenBatchCommitted (line 141) | @Test method deleteNeverCalledWhenBatchAborted (line 149) | @Test method indexIsReadyForClusterIndexedInPreviousServerExecution (line 157) | @Test method indexIsReadyAfterCommit (line 164) | @Test method indexIsNotReadyForIndexerDuringCommit (line 175) | @Test method indexIsReadyForOtherIndexerDuringCommit (line 186) | @Test method commitAbortedWhenClusterIsDeleted (line 197) | @Test FILE: uberfire-extensions/uberfire-metadata/uberfire-metadata-commons-io/src/test/java/org/uberfire/ext/metadata/io/common/MultiIndexerLockTest.java class MultiIndexerLockTest (line 33) | public class MultiIndexerLockTest { method setup (line 44) | @Before method cleanup (line 61) | @After method acquiringUncontestedLock (line 69) | @Test method cannotAcquireOwnedLock (line 75) | @Test method readingReturnsCorrectResultWhileUnlocked (line 84) | @Test method readingReturnsCorrectResultWhileLocked (line 94) | @Test method writingNotifiesSingleWaitingRead (line 107) | @Test method writingNotifiesMultipleWaitingReads (line 127) | @Test method assertCompletedNormally (line 149) | private void assertCompletedNormally(long duration, TimeUnit unit, Com... method assertIncomplete (line 157) | private void assertIncomplete(long duration, TimeUnit unit, Completabl... class TestThreadWrapper (line 168) | private static class TestThreadWrapper { method TestThreadWrapper (line 172) | TestThreadWrapper(Supplier action, String name) { method start (line 184) | CompletableFuture start() { method stop (line 191) | @SuppressWarnings("deprecation") FILE: uberfire-extensions/uberfire-metadata/uberfire-metadata-commons-io/src/test/java/org/uberfire/ext/metadata/io/common/util/TestFileSystemProvider.java class TestFileSystemProvider (line 55) | public class TestFileSystemProvider implements FileSystemProvider { class MockFileSystem (line 57) | public static abstract class MockFileSystem implements FileSystem, Fil... method resetMock (line 67) | public void resetMock() { method getMock (line 71) | public FileSystemProvider getMock() { method forceAsDefault (line 75) | @Override method isDefault (line 80) | @Override method getScheme (line 85) | @Override method newFileSystem (line 90) | @Override method getFileSystem (line 95) | @Override method getPath (line 100) | @Override method newFileSystem (line 105) | @Override method newInputStream (line 110) | @Override method newOutputStream (line 115) | @Override method newFileChannel (line 120) | @Override method newAsynchronousFileChannel (line 125) | @Override method newByteChannel (line 133) | @Override method newDirectoryStream (line 140) | @Override method createDirectory (line 145) | @Override method createSymbolicLink (line 150) | @Override method createLink (line 155) | @Override method delete (line 160) | @Override method deleteIfExists (line 165) | @Override method readSymbolicLink (line 170) | @Override method copy (line 175) | @Override method move (line 180) | @Override method isSameFile (line 185) | @Override method isHidden (line 190) | @Override method getFileStore (line 195) | @Override method checkAccess (line 200) | @Override method getFileAttributeView (line 205) | @Override method readAttributes (line 210) | @Override method readAttributes (line 215) | @Override method setAttribute (line 220) | @Override FILE: uberfire-extensions/uberfire-metadata/uberfire-metadata-commons-io/src/test/java/org/uberfire/ext/metadata/io/infinispan/BaseIndexTest.java class BaseIndexTest (line 57) | public abstract class BaseIndexTest { method beforeClass (line 68) | @BeforeClass method afterClass (line 73) | @AfterClass method cleanup (line 78) | public static void cleanup() { method createTempDirectory (line 84) | protected static File createTempDirectory() throws IOException { method ioService (line 97) | protected IOService ioService() { method indexersFactory (line 117) | protected IndexersFactory indexersFactory() { method indexerDispatcherFactory (line 125) | protected IndexerDispatcherFactory indexerDispatcherFactory(MetaIndexE... method testEvent (line 137) | private Event testEvent() { method getSimpleName (line 174) | protected String getSimpleName() { method setup (line 178) | @Before method tearDown (line 206) | @After method getRepositoryNames (line 211) | protected abstract String[] getRepositoryNames(); method getBasePath (line 213) | protected Path getBasePath(final String repositoryName) { method getDirectoryPath (line 217) | private Path getDirectoryPath(final String repositoryName) { method setupCountDown (line 223) | public void setupCountDown(final int i) { method waitForCountDown (line 227) | public void waitForCountDown(final int timout) { method getStartBatchCount (line 231) | public int getStartBatchCount() { FILE: uberfire-extensions/uberfire-metadata/uberfire-metadata-commons-io/src/test/java/org/uberfire/ext/metadata/io/infinispan/BatchIndexConcurrencyTest.java class BatchIndexConcurrencyTest (line 43) | @RunWith(org.jboss.byteman.contrib.bmunit.BMUnitRunner.class) method getRepositoryNames (line 49) | @Override method ioService (line 54) | @Override method testSingleConcurrentBatchIndexExecution (line 81) | @Test FILE: uberfire-extensions/uberfire-metadata/uberfire-metadata-commons-io/src/test/java/org/uberfire/ext/metadata/io/infinispan/BatchIndexSingleThreadTest.java class BatchIndexSingleThreadTest (line 31) | @RunWith(org.jboss.byteman.contrib.bmunit.BMUnitRunner.class) method getRepositoryNames (line 36) | @Override method testSingleBatchIndexExecution (line 41) | @Test FILE: uberfire-extensions/uberfire-metadata/uberfire-metadata-commons-io/src/test/java/org/uberfire/ext/metadata/io/infinispan/BatchIndexTest.java class BatchIndexTest (line 48) | public class BatchIndexTest extends BaseIndexTest { method ioService (line 50) | @Override method getRepositoryNames (line 63) | @Override method testIndex (line 68) | @Test FILE: uberfire-extensions/uberfire-metadata/uberfire-metadata-commons-io/src/test/java/org/uberfire/ext/metadata/io/infinispan/ComplexFieldsTest.java class ComplexFieldsTest (line 47) | @RunWith(org.jboss.byteman.contrib.bmunit.BMUnitRunner.class) method ioService (line 51) | @Override method getRepositoryNames (line 76) | @Override method testIndex (line 81) | @Test FILE: uberfire-extensions/uberfire-metadata/uberfire-metadata-commons-io/src/test/java/org/uberfire/ext/metadata/io/infinispan/FullTextSearchIndexTest.java class FullTextSearchIndexTest (line 50) | @RunWith(org.jboss.byteman.contrib.bmunit.BMUnitRunner.class) method ioService (line 54) | @Override method getRepositoryNames (line 76) | @Override method testFullTextIndexedFile (line 81) | @Test class MockIndexer (line 135) | private static class MockIndexer implements Indexer { method supportsPath (line 137) | @Override method toKObject (line 142) | @Override method toKObjectKey (line 147) | @Override class TestKObjectKeyWrapper (line 153) | private static class TestKObjectKeyWrapper implements KObjectKey { method TestKObjectKeyWrapper (line 157) | private TestKObjectKeyWrapper(final KObjectKey delegate) { method getId (line 161) | @Override method getType (line 166) | @Override method getClusterId (line 171) | @Override method getSegmentId (line 176) | @Override method getKey (line 181) | @Override class TestKObjectWrapper (line 187) | private static class TestKObjectWrapper extends TestKObjectKeyWrapper ... method TestKObjectWrapper (line 189) | private TestKObjectWrapper(final KObject delegate) { method getProperties (line 193) | @Override method fullText (line 198) | @Override FILE: uberfire-extensions/uberfire-metadata/uberfire-metadata-commons-io/src/test/java/org/uberfire/ext/metadata/io/infinispan/IOSearchServiceImplTest.java class IOSearchServiceImplTest (line 32) | @RunWith(org.jboss.byteman.contrib.bmunit.BMUnitRunner.class) method getRepositoryNames (line 36) | @Override method testFullTextSearch (line 41) | @Test FILE: uberfire-extensions/uberfire-metadata/uberfire-metadata-commons-io/src/test/java/org/uberfire/ext/metadata/io/infinispan/IOServiceIndexedDeleteFileTest.java class IOServiceIndexedDeleteFileTest (line 39) | @RunWith(BMUnitRunner.class) method getRepositoryNames (line 44) | @Override method testDeleteFile (line 49) | @Test FILE: uberfire-extensions/uberfire-metadata/uberfire-metadata-commons-io/src/test/java/org/uberfire/ext/metadata/io/infinispan/IOServiceIndexedDotFileGitImplTest.java class IOServiceIndexedDotFileGitImplTest (line 40) | @RunWith(org.jboss.byteman.contrib.bmunit.BMUnitRunner.class) method getRepositoryNames (line 44) | @Override method testIndexedDotFile (line 49) | @Test method getFileAttributes (line 88) | private FileAttribute[] getFileAttributes() { FILE: uberfire-extensions/uberfire-metadata/uberfire-metadata-commons-io/src/test/java/org/uberfire/ext/metadata/io/infinispan/IOServiceIndexedDotFileGitInternalImplTest.java class IOServiceIndexedDotFileGitInternalImplTest (line 38) | @RunWith(org.jboss.byteman.contrib.bmunit.BMUnitRunner.class) method getRepositoryNames (line 42) | @Override method testIndexedGitInternalDotFile (line 47) | @Test method getFileAttributes (line 80) | private FileAttribute[] getFileAttributes() { FILE: uberfire-extensions/uberfire-metadata/uberfire-metadata-commons-io/src/test/java/org/uberfire/ext/metadata/io/infinispan/IOServiceIndexedGitImplTest.java class IOServiceIndexedGitImplTest (line 41) | @RunWith(org.jboss.byteman.contrib.bmunit.BMUnitRunner.class) method getRepositoryNames (line 47) | @Override method testIndexedFile (line 52) | @Test FILE: uberfire-extensions/uberfire-metadata/uberfire-metadata-commons-io/src/test/java/org/uberfire/ext/metadata/io/infinispan/IOServiceIndexedSortingTest.java class IOServiceIndexedSortingTest (line 44) | @RunWith(org.jboss.byteman.contrib.bmunit.BMUnitRunner.class) method getRepositoryNames (line 48) | @Override method testSortedFiles (line 53) | @Test method getProperty (line 93) | private KProperty getProperty(KObject document, method writeFile (line 102) | private Path writeFile(final String fileName) { FILE: uberfire-extensions/uberfire-metadata/uberfire-metadata-commons-io/src/test/java/org/uberfire/ext/metadata/io/infinispan/IndexTest.java class IndexTest (line 37) | @RunWith(org.jboss.byteman.contrib.bmunit.BMUnitRunner.class) method getRepositoryNames (line 41) | @Override method testClusterSegments (line 46) | @Test method getSimpleName (line 187) | protected String getSimpleName() { FILE: uberfire-extensions/uberfire-metadata/uberfire-metadata-commons-io/src/test/java/org/uberfire/ext/metadata/io/infinispan/ReplaceIndexedObjectTest.java class ReplaceIndexedObjectTest (line 36) | @RunWith(org.jboss.byteman.contrib.bmunit.BMUnitRunner.class) method getRepositoryNames (line 40) | @Override method testIndexSameFileTwice (line 45) | @Test FILE: uberfire-extensions/uberfire-metadata/uberfire-metadata-commons-io/src/test/java/org/uberfire/ext/metadata/io/infinispan/suite/InfinispanTestProperties.java class InfinispanTestProperties (line 26) | public class InfinispanTestProperties { class LazyHolder (line 35) | private static class LazyHolder { method getInstance (line 40) | public static InfinispanTestProperties getInstance() { method InfinispanTestProperties (line 44) | InfinispanTestProperties() { method getProp (line 55) | private String getProp(String key, method getVersion (line 65) | public String getVersion() { method getImage (line 70) | public String getImage() { method getUser (line 75) | public String getUser() { method getPassword (line 80) | public String getPassword() { FILE: uberfire-extensions/uberfire-metadata/uberfire-metadata-commons-io/src/test/java/org/uberfire/ext/metadata/io/infinispan/suite/InfinispanTestSuite.java class InfinispanTestSuite (line 38) | @RunWith(Suite.class) FILE: uberfire-extensions/uberfire-metadata/uberfire-metadata-commons-io/src/test/java/org/uberfire/ext/metadata/io/lucene/BaseIndexTest.java class BaseIndexTest (line 56) | public abstract class BaseIndexTest { method cleanup (line 68) | @AfterClass method createTempDirectory (line 76) | protected static File createTempDirectory() throws IOException { method ioService (line 89) | protected IOService ioService() { method indexerDispatcherFactory (line 109) | protected IndexerDispatcherFactory indexerDispatcherFactory(MetaIndexE... method indexersFactory (line 118) | protected IndexersFactory indexersFactory() { method testEvent (line 126) | private Event testEvent() { method setup (line 161) | @Before method getRepositoryNames (line 192) | protected abstract String[] getRepositoryNames(); method getBasePath (line 194) | protected Path getBasePath(final String repositoryName) { method getDirectoryPath (line 198) | private Path getDirectoryPath(final String repositoryName) { method setupCountDown (line 204) | public void setupCountDown(final int i) { method waitForCountDown (line 208) | public void waitForCountDown(final int timout) { method getStartBatchCount (line 212) | public int getStartBatchCount() { FILE: uberfire-extensions/uberfire-metadata/uberfire-metadata-commons-io/src/test/java/org/uberfire/ext/metadata/io/lucene/BatchIndexConcurrencyTest.java class BatchIndexConcurrencyTest (line 42) | @RunWith(org.jboss.byteman.contrib.bmunit.BMUnitRunner.class) method getRepositoryNames (line 48) | @Override method ioService (line 53) | @Override method testSingleConcurrentBatchIndexExecution (line 80) | @Test FILE: uberfire-extensions/uberfire-metadata/uberfire-metadata-commons-io/src/test/java/org/uberfire/ext/metadata/io/lucene/BatchIndexSingleThreadTest.java class BatchIndexSingleThreadTest (line 30) | @RunWith(org.jboss.byteman.contrib.bmunit.BMUnitRunner.class) method getRepositoryNames (line 35) | @Override method testSingleBatchIndexExecution (line 40) | @Test FILE: uberfire-extensions/uberfire-metadata/uberfire-metadata-commons-io/src/test/java/org/uberfire/ext/metadata/io/lucene/BatchIndexTest.java class BatchIndexTest (line 45) | public class BatchIndexTest extends BaseIndexTest { method ioService (line 47) | @Override method getRepositoryNames (line 60) | @Override method testIndex (line 65) | @Test FILE: uberfire-extensions/uberfire-metadata/uberfire-metadata-commons-io/src/test/java/org/uberfire/ext/metadata/io/lucene/IOSearchServiceImplTest.java class IOSearchServiceImplTest (line 31) | @RunWith(org.jboss.byteman.contrib.bmunit.BMUnitRunner.class) method getRepositoryNames (line 35) | @Override method testFullTextSearch (line 40) | @Test FILE: uberfire-extensions/uberfire-metadata/uberfire-metadata-commons-io/src/test/java/org/uberfire/ext/metadata/io/lucene/IOServiceIndexedDeleteFileTest.java class IOServiceIndexedDeleteFileTest (line 36) | @RunWith(BMUnitRunner.class) method getRepositoryNames (line 41) | @Override method testDeleteFile (line 46) | @Test FILE: uberfire-extensions/uberfire-metadata/uberfire-metadata-commons-io/src/test/java/org/uberfire/ext/metadata/io/lucene/IOServiceIndexedDotFileGitImplTest.java class IOServiceIndexedDotFileGitImplTest (line 36) | @RunWith(org.jboss.byteman.contrib.bmunit.BMUnitRunner.class) method getRepositoryNames (line 40) | @Override method testIndexedDotFile (line 45) | @Test method getFileAttributes (line 84) | private FileAttribute[] getFileAttributes() { FILE: uberfire-extensions/uberfire-metadata/uberfire-metadata-commons-io/src/test/java/org/uberfire/ext/metadata/io/lucene/IOServiceIndexedDotFileGitInternalImplTest.java class IOServiceIndexedDotFileGitInternalImplTest (line 37) | @RunWith(org.jboss.byteman.contrib.bmunit.BMUnitRunner.class) method getRepositoryNames (line 41) | @Override method testIndexedGitInternalDotFile (line 46) | @Test method getFileAttributes (line 79) | private FileAttribute[] getFileAttributes() { FILE: uberfire-extensions/uberfire-metadata/uberfire-metadata-commons-io/src/test/java/org/uberfire/ext/metadata/io/lucene/IOServiceIndexedGitImplTest.java class IOServiceIndexedGitImplTest (line 37) | @RunWith(org.jboss.byteman.contrib.bmunit.BMUnitRunner.class) method getRepositoryNames (line 43) | @Override method testIndexedFile (line 48) | @Test FILE: uberfire-extensions/uberfire-metadata/uberfire-metadata-commons-io/src/test/java/org/uberfire/ext/metadata/io/lucene/IOServiceIndexedSortingTest.java class IOServiceIndexedSortingTest (line 41) | @RunWith(org.jboss.byteman.contrib.bmunit.BMUnitRunner.class) method getRepositoryNames (line 45) | @Override method testSortedFiles (line 50) | @Test method getProperty (line 95) | public String getProperty(KObject ko, method writeFile (line 101) | private Path writeFile(final String fileName) { FILE: uberfire-extensions/uberfire-metadata/uberfire-metadata-commons-io/src/test/java/org/uberfire/ext/metadata/io/lucene/LuceneFullTextSearchIndexTest.java class LuceneFullTextSearchIndexTest (line 47) | @RunWith(org.jboss.byteman.contrib.bmunit.BMUnitRunner.class) method ioService (line 51) | @Override method getRepositoryNames (line 73) | @Override method testFullTextIndexedFile (line 78) | @Test class MockIndexer (line 133) | private static class MockIndexer implements Indexer { method supportsPath (line 135) | @Override method toKObject (line 140) | @Override method toKObjectKey (line 145) | @Override class TestKObjectKeyWrapper (line 151) | private static class TestKObjectKeyWrapper implements KObjectKey { method TestKObjectKeyWrapper (line 155) | private TestKObjectKeyWrapper(final KObjectKey delegate) { method getId (line 159) | @Override method getType (line 164) | @Override method getClusterId (line 169) | @Override method getSegmentId (line 174) | @Override method getKey (line 179) | @Override class TestKObjectWrapper (line 185) | private static class TestKObjectWrapper extends TestKObjectKeyWrapper ... method TestKObjectWrapper (line 187) | private TestKObjectWrapper(final KObject delegate) { method getProperties (line 191) | @Override method fullText (line 196) | @Override FILE: uberfire-extensions/uberfire-metadata/uberfire-metadata-commons-io/src/test/java/org/uberfire/ext/metadata/io/lucene/LuceneSearchIndexTest.java class LuceneSearchIndexTest (line 36) | @RunWith(org.jboss.byteman.contrib.bmunit.BMUnitRunner.class) method getRepositoryNames (line 40) | @Override method testClusterSegments (line 45) | @Test FILE: uberfire-extensions/uberfire-preferences-ui-client/src/main/java/org/uberfire/ext/preferences/client/PreferencesEntryPoint.java class PreferencesEntryPoint (line 22) | @EntryPoint FILE: uberfire-extensions/uberfire-preferences-ui-client/src/main/java/org/uberfire/ext/preferences/client/admin/AdminPagePerspective.java class AdminPagePerspective (line 43) | @ApplicationScoped method getPerspective (line 59) | @Perspective method onStartup (line 69) | @OnStartup method createPerspectiveDefinition (line 77) | PerspectiveDefinition createPerspectiveDefinition() { method configurePerspective (line 84) | void configurePerspective(final Map parameters) { method getMenus (line 89) | @WorkbenchMenu FILE: uberfire-extensions/uberfire-preferences-ui-client/src/main/java/org/uberfire/ext/preferences/client/admin/AdminPagePresenter.java class AdminPagePresenter (line 36) | @WorkbenchScreen(identifier = AdminPagePresenter.IDENTIFIER) method AdminPagePresenter (line 47) | @Inject method onStartup (line 58) | @OnStartup method init (line 75) | public void init(final String screen) { method getTitle (line 94) | @WorkbenchPartTitle method getView (line 99) | @WorkbenchPartView method getAdminPage (line 104) | public AdminPage getAdminPage() { method getScreen (line 108) | public String getScreen() { type View (line 112) | public interface View extends UberElement { method add (line 114) | void add(final AdminPageCategoryPresenter.View categoryView); method getTitle (line 116) | String getTitle(); method getNoScreenParameterError (line 118) | String getNoScreenParameterError(); method getNoScreenFoundError (line 120) | String getNoScreenFoundError(String screen); FILE: uberfire-extensions/uberfire-preferences-ui-client/src/main/java/org/uberfire/ext/preferences/client/admin/AdminPageView.java class AdminPageView (line 32) | @Dependent method init (line 51) | @Override method add (line 57) | @Override method getTitle (line 62) | @Override method getNoScreenParameterError (line 70) | @Override method getNoScreenFoundError (line 75) | @Override FILE: uberfire-extensions/uberfire-preferences-ui-client/src/main/java/org/uberfire/ext/preferences/client/admin/category/AdminPageCategoryPresenter.java class AdminPageCategoryPresenter (line 27) | public class AdminPageCategoryPresenter { method AdminPageCategoryPresenter (line 32) | @Inject method setup (line 39) | public void setup(final List adminTools, method getView (line 51) | public View getView() { type View (line 55) | public interface View extends UberElement { method add (line 57) | void add(AdminPageItemPresenter.View rootItemView); FILE: uberfire-extensions/uberfire-preferences-ui-client/src/main/java/org/uberfire/ext/preferences/client/admin/category/AdminPageCategoryView.java class AdminPageCategoryView (line 28) | @Dependent method init (line 39) | @Override method add (line 44) | @Override FILE: uberfire-extensions/uberfire-preferences-ui-client/src/main/java/org/uberfire/ext/preferences/client/admin/item/AdminPageItemPresenter.java class AdminPageItemPresenter (line 27) | public class AdminPageItemPresenter { method AdminPageItemPresenter (line 35) | @Inject method setup (line 44) | public void setup(final AdminTool adminTool, method enter (line 54) | public void enter() { method getAdminTool (line 59) | public AdminTool getAdminTool() { method getView (line 63) | public View getView() { type View (line 67) | public interface View extends UberElement { FILE: uberfire-extensions/uberfire-preferences-ui-client/src/main/java/org/uberfire/ext/preferences/client/admin/item/AdminPageItemView.java class AdminPageItemView (line 34) | @Dependent method AdminPageItemView (line 56) | @Inject method init (line 61) | @Override method enter (line 79) | @EventHandler("item") FILE: uberfire-extensions/uberfire-preferences-ui-client/src/main/java/org/uberfire/ext/preferences/client/admin/page/AdminPage.java type AdminPage (line 32) | public interface AdminPage { method addScreen (line 39) | void addScreen(String identifier, method addTool (line 52) | void addTool(String screen, method addTool (line 67) | void addTool(String screen, method addPreference (line 82) | void addPreference(String screen, method addPreference (line 100) | void addPreference(String screen, method addPreference (line 119) | void addPreference(String screen, method addPreference (line 139) | void addPreference(String screen, method getToolsByCategory (line 153) | Map> getToolsByCategory(String screen); method getScreenTitle (line 160) | String getScreenTitle(String screen); method getDefaultScreen (line 166) | String getDefaultScreen(); method setDefaultScreen (line 172) | void setDefaultScreen(String defaultScreen); FILE: uberfire-extensions/uberfire-preferences-ui-client/src/main/java/org/uberfire/ext/preferences/client/admin/page/AdminPageImpl.java class AdminPageImpl (line 45) | @ApplicationScoped method AdminPageImpl (line 64) | public AdminPageImpl() { method AdminPageImpl (line 72) | @Inject method addScreen (line 87) | @Override method addTool (line 100) | @Override method addTool (line 136) | @Override method addPreference (line 150) | @Override method addPreference (line 166) | @Override method addPreference (line 184) | @Override method addPreference (line 202) | @Override method getToolsByCategory (line 242) | @Override method getScreenTitle (line 247) | @Override method getDefaultScreen (line 252) | @Override method setDefaultScreen (line 257) | @Override method hasOption (line 262) | private boolean hasOption(final AdminPageOptions[] options, FILE: uberfire-extensions/uberfire-preferences-ui-client/src/main/java/org/uberfire/ext/preferences/client/admin/page/AdminPageOptions.java type AdminPageOptions (line 19) | public enum AdminPageOptions { FILE: uberfire-extensions/uberfire-preferences-ui-client/src/main/java/org/uberfire/ext/preferences/client/admin/page/AdminTool.java class AdminTool (line 24) | public class AdminTool { method AdminTool (line 36) | public AdminTool() { method AdminTool (line 39) | public AdminTool(final String title, method AdminTool (line 50) | public AdminTool(final String title, method getTitle (line 62) | public String getTitle() { method getIconCss (line 66) | public Set getIconCss() { method getCategory (line 70) | public String getCategory() { method getOnClickCommand (line 74) | public Command getOnClickCommand() { method hasCounter (line 78) | public boolean hasCounter() { method fetchCounter (line 82) | public void fetchCounter(ParameterizedCommand callback) { FILE: uberfire-extensions/uberfire-preferences-ui-client/src/main/java/org/uberfire/ext/preferences/client/base/BasePreferenceForm.java class BasePreferenceForm (line 33) | public abstract class BasePreferenceForm { method init (line 43) | public abstract void init(T preference); method beforeSave (line 48) | public abstract void beforeSave(); method onUndo (line 54) | public abstract void onUndo(); method onStartup (line 56) | @OnStartup method hierarchyItemFormInitializationEvent (line 62) | public void hierarchyItemFormInitializationEvent(@Observes HierarchyIt... method preSaveEvent (line 69) | public void preSaveEvent(@Observes PreferencesCentralPreSaveEvent even... method undoChangesEvent (line 73) | public void undoChangesEvent(@Observes PreferencesCentralUndoChangesEv... method getPreference (line 77) | public T getPreference() { FILE: uberfire-extensions/uberfire-preferences-ui-client/src/main/java/org/uberfire/ext/preferences/client/central/PreferencesCentralNavBarScreen.java class PreferencesCentralNavBarScreen (line 34) | @WorkbenchScreen(identifier = PreferencesCentralNavBarScreen.IDENTIFIER) method PreferencesCentralNavBarScreen (line 41) | @Inject method init (line 46) | public void init(@Observes final PreferencesCentralInitializationEvent... method getTitle (line 56) | @WorkbenchPartTitle method getView (line 61) | @WorkbenchPartView method getDefaultPosition (line 66) | @DefaultPosition FILE: uberfire-extensions/uberfire-preferences-ui-client/src/main/java/org/uberfire/ext/preferences/client/central/PreferencesCentralPerspective.java class PreferencesCentralPerspective (line 32) | @ApplicationScoped method getPerspective (line 43) | @Perspective method buildPerspective (line 48) | PerspectiveDefinition buildPerspective() { FILE: uberfire-extensions/uberfire-preferences-ui-client/src/main/java/org/uberfire/ext/preferences/client/central/actions/PreferencesCentralActionsScreen.java class PreferencesCentralActionsScreen (line 42) | @WorkbenchScreen(identifier = PreferencesCentralActionsScreen.IDENTIFIER) method PreferencesCentralActionsScreen (line 55) | @Inject method init (line 70) | @PostConstruct method initEvent (line 75) | public void initEvent(@Observes final PreferencesCentralActionsConfigu... method fireSaveEvent (line 80) | public void fireSaveEvent() { method fireCancelEvent (line 86) | public void fireCancelEvent() { method goBackToAdminPage (line 93) | void goBackToAdminPage() { method getTitle (line 107) | @WorkbenchPartTitle method getView (line 112) | @WorkbenchPartView method getDefaultPosition (line 117) | @DefaultPosition type View (line 122) | public interface View extends HierarchyStructureView, method getChangesUndoneMessage (line 125) | String getChangesUndoneMessage(); FILE: uberfire-extensions/uberfire-preferences-ui-client/src/main/java/org/uberfire/ext/preferences/client/central/actions/PreferencesCentralActionsView.java class PreferencesCentralActionsView (line 31) | @Dependent method PreferencesCentralActionsView (line 45) | @Inject method init (line 50) | @Override method save (line 55) | @EventHandler("preference-actions-save") method undo (line 60) | @EventHandler("preference-actions-cancel") method getChangesUndoneMessage (line 65) | @Override FILE: uberfire-extensions/uberfire-preferences-ui-client/src/main/java/org/uberfire/ext/preferences/client/central/form/DefaultPreferenceForm.java class DefaultPreferenceForm (line 54) | @WorkbenchScreen(identifier = DefaultPreferenceForm.IDENTIFIER) method DefaultPreferenceForm (line 66) | @Inject method onStartup (line 73) | @OnStartup method getTitle (line 81) | @WorkbenchPartTitle method getView (line 86) | @WorkbenchPartView method hierarchyItemFormInitializationEvent (line 91) | public void hierarchyItemFormInitializationEvent(@Observes HierarchyIt... method generatePropertyEditorEvent (line 99) | public PropertyEditorEvent generatePropertyEditorEvent() { method createPropertiesEditorCategory (line 109) | private void createPropertiesEditorCategory() { method fillEnumValues (line 125) | private void fillEnumValues(final Object propertyValue, final Property... method createFieldInfo (line 133) | PropertyEditorFieldInfo createFieldInfo(final String propertyName, method setupFieldOptions (line 156) | private void setupFieldOptions(final String propertyName, method setupFieldHelpText (line 163) | private void setupFieldHelpText(final String propertyName, method setupFieldValidators (line 171) | private void setupFieldValidators(final String propertyName, method setupFieldKey (line 203) | private void setupFieldKey(final String propertyName, method propertyChanged (line 208) | public void propertyChanged(@Observes PropertyEditorChangeEvent event) { method getEnumValue (line 223) | private Enum getEnumValue(PropertyEditorChangeEvent event, Object c... method saveEvent (line 233) | public void saveEvent(@Observes PreferencesCentralSaveEvent event) { method undoEvent (line 238) | public void undoEvent(@Observes PreferencesCentralUndoChangesEvent eve... method getPreference (line 243) | public BasePreferencePortable getPreference() { method getPropertyEditorType (line 247) | public PropertyEditorType getPropertyEditorType(PropertyFormType prope... type View (line 251) | public interface View extends UberElement, FILE: uberfire-extensions/uberfire-preferences-ui-client/src/main/java/org/uberfire/ext/preferences/client/central/form/DefaultPreferenceFormView.java class DefaultPreferenceFormView (line 27) | @Templated method init (line 37) | @Override FILE: uberfire-extensions/uberfire-preferences-ui-client/src/main/java/org/uberfire/ext/preferences/client/central/hierarchy/HierarchyInternalItemPresenter.java type HierarchyInternalItemPresenter (line 19) | public interface HierarchyInternalItemPresenter extends HierarchyItemPre... FILE: uberfire-extensions/uberfire-preferences-ui-client/src/main/java/org/uberfire/ext/preferences/client/central/hierarchy/HierarchyItemPresenter.java type HierarchyItemPresenter (line 21) | public interface HierarchyItemPresenter { method init (line 23) | void init(PreferenceHierarchyElement preference, method fireSelect (line 27) | void fireSelect(); method getView (line 29) | HierarchyItemView getView(); FILE: uberfire-extensions/uberfire-preferences-ui-client/src/main/java/org/uberfire/ext/preferences/client/central/hierarchy/HierarchyItemView.java type HierarchyItemView (line 19) | public interface HierarchyItemView { method deselect (line 21) | void deselect(); FILE: uberfire-extensions/uberfire-preferences-ui-client/src/main/java/org/uberfire/ext/preferences/client/central/hierarchy/HierarchyLeafItemPresenter.java type HierarchyLeafItemPresenter (line 19) | public interface HierarchyLeafItemPresenter extends HierarchyItemPresent... FILE: uberfire-extensions/uberfire-preferences-ui-client/src/main/java/org/uberfire/ext/preferences/client/central/hierarchy/HierarchyStructurePresenter.java type HierarchyStructurePresenter (line 22) | public interface HierarchyStructurePresenter { method init (line 24) | void init(String rootIdentifier, method getView (line 28) | HierarchyStructureView getView(); FILE: uberfire-extensions/uberfire-preferences-ui-client/src/main/java/org/uberfire/ext/preferences/client/central/hierarchy/HierarchyStructureView.java type HierarchyStructureView (line 21) | public interface HierarchyStructureView extends IsElement { FILE: uberfire-extensions/uberfire-preferences-ui-client/src/main/java/org/uberfire/ext/preferences/client/central/screen/PreferencesRootScreen.java class PreferencesRootScreen (line 42) | @WorkbenchScreen(identifier = PreferencesRootScreen.IDENTIFIER) type View (line 47) | public interface View extends UberElement { method getNavbarContainer (line 49) | HTMLElement getNavbarContainer(); method getEditorContainer (line 51) | HTMLElement getEditorContainer(); method getActionsContainer (line 53) | HTMLElement getActionsContainer(); method getTranslation (line 55) | String getTranslation(String key); method PreferencesRootScreen (line 68) | @Inject method setup (line 79) | @OnStartup method onClose (line 87) | @OnClose method hierarchyItemSelectedEvent (line 93) | public void hierarchyItemSelectedEvent(@Observes HierarchyItemSelected... method getPreferenceFormIdentifier (line 114) | public String getPreferenceFormIdentifier(final String preferenceIdent... method getTitle (line 119) | @WorkbenchPartTitle method getView (line 124) | @WorkbenchPartView FILE: uberfire-extensions/uberfire-preferences-ui-client/src/main/java/org/uberfire/ext/preferences/client/central/screen/PreferencesRootView.java class PreferencesRootView (line 28) | @Templated method PreferencesRootView (line 46) | @Inject method init (line 51) | @Override method getNavbarContainer (line 55) | @Override method getEditorContainer (line 60) | @Override method getActionsContainer (line 65) | @Override method getTranslation (line 70) | @Override FILE: uberfire-extensions/uberfire-preferences-ui-client/src/main/java/org/uberfire/ext/preferences/client/central/tree/TreeHierarchyInternalItemPresenter.java class TreeHierarchyInternalItemPresenter (line 33) | public class TreeHierarchyInternalItemPresenter implements HierarchyInte... method TreeHierarchyInternalItemPresenter (line 43) | @Inject method init (line 54) | @Override method fireSelect (line 86) | @Override method select (line 91) | public void select() { method hierarchyItemSelectedEvent (line 99) | public void hierarchyItemSelectedEvent(@Observes HierarchyItemSelected... method getView (line 105) | @Override method getHierarchyElement (line 110) | public PreferenceHierarchyElement getHierarchyElement() { method getHierarchyItems (line 114) | public List getHierarchyItems() { method getLevel (line 118) | public int getLevel() { type View (line 122) | public interface View extends HierarchyItemView, method select (line 125) | void select(); method selectElement (line 127) | void selectElement(); FILE: uberfire-extensions/uberfire-preferences-ui-client/src/main/java/org/uberfire/ext/preferences/client/central/tree/TreeHierarchyInternalItemView.java class TreeHierarchyInternalItemView (line 33) | @Dependent method init (line 54) | @Override method deselect (line 69) | @Override method expand (line 74) | @EventHandler("preference-tree-internal-item-expand-icon") method contract (line 79) | @EventHandler("preference-tree-internal-item-contract-icon") method select (line 84) | @EventHandler("preference-tree-internal-item-label") method contractExpand (line 89) | @EventHandler("preference-tree-internal-item-label") method expand (line 98) | private void expand() { method contract (line 104) | private void contract() { method select (line 110) | @Override method selectElement (line 117) | @Override method getPreferenceLabel (line 122) | private String getPreferenceLabel(String bundleKey) { FILE: uberfire-extensions/uberfire-preferences-ui-client/src/main/java/org/uberfire/ext/preferences/client/central/tree/TreeHierarchyLeafItemPresenter.java class TreeHierarchyLeafItemPresenter (line 29) | public class TreeHierarchyLeafItemPresenter implements HierarchyLeafItem... method TreeHierarchyLeafItemPresenter (line 36) | @Inject method init (line 43) | @Override method fireSelect (line 52) | @Override method select (line 57) | public void select() { method itemSelectedEvent (line 65) | public void itemSelectedEvent(@Observes HierarchyItemSelectedEvent eve... method getView (line 71) | @Override method getHierarchyElement (line 76) | public PreferenceHierarchyElement getHierarchyElement() { method getLevel (line 80) | public int getLevel() { type View (line 84) | public interface View extends HierarchyItemView, method select (line 87) | void select(); method selectElement (line 89) | void selectElement(); FILE: uberfire-extensions/uberfire-preferences-ui-client/src/main/java/org/uberfire/ext/preferences/client/central/tree/TreeHierarchyLeafItemView.java class TreeHierarchyLeafItemView (line 32) | @Dependent method init (line 46) | @Override method getPreferenceLabel (line 57) | private String getPreferenceLabel(String bundleKey) { method deselect (line 61) | @Override method select (line 66) | @EventHandler("preference-tree-leaf-item-label") method select (line 71) | @Override method selectElement (line 78) | @Override FILE: uberfire-extensions/uberfire-preferences-ui-client/src/main/java/org/uberfire/ext/preferences/client/central/tree/TreeHierarchyStructurePresenter.java class TreeHierarchyStructurePresenter (line 49) | @TreeView method TreeHierarchyStructurePresenter (line 67) | @Inject method init (line 88) | @Override method saveEvent (line 117) | public void saveEvent(@Observes PreferencesCentralSaveEvent event) { method setupHierarchyItem (line 140) | void setupHierarchyItem(final PreferenceHierarchyElement rootPrefer... method getPreferencesToSave (line 155) | Collection>> getPre... method getHierarchyItem (line 169) | public HierarchyItemPresenter getHierarchyItem() { method getView (line 173) | @Override type View (line 178) | public interface View extends HierarchyStructureView, method getTranslation (line 181) | String getTranslation(String key); method getSaveSuccessMessage (line 183) | String getSaveSuccessMessage(); method getSaveErrorMessage (line 185) | String getSaveErrorMessage(String message); FILE: uberfire-extensions/uberfire-preferences-ui-client/src/main/java/org/uberfire/ext/preferences/client/central/tree/TreeHierarchyStructureView.java class TreeHierarchyStructureView (line 29) | @Dependent method TreeHierarchyStructureView (line 40) | @Inject method init (line 45) | @Override method getTranslation (line 51) | @Override method getSaveSuccessMessage (line 56) | @Override method getSaveErrorMessage (line 61) | @Override FILE: uberfire-extensions/uberfire-preferences-ui-client/src/main/java/org/uberfire/ext/preferences/client/event/AbstractHierarchyItemEvent.java class AbstractHierarchyItemEvent (line 19) | public abstract class AbstractHierarchyItemEvent { method AbstractHierarchyItemEvent (line 23) | public AbstractHierarchyItemEvent(final String itemId) { method getItemId (line 27) | public String getItemId() { FILE: uberfire-extensions/uberfire-preferences-ui-client/src/main/java/org/uberfire/ext/preferences/client/event/HierarchyItemFormInitializationEvent.java class HierarchyItemFormInitializationEvent (line 26) | public class HierarchyItemFormInitializationEvent extends AbstractHierar... method HierarchyItemFormInitializationEvent (line 30) | public HierarchyItemFormInitializationEvent(final PreferenceHierarchyE... method getPreference (line 35) | public > T getPreference() { method getHierarchyElement (line 40) | public PreferenceHierarchyElement getHierarchyElement() { FILE: uberfire-extensions/uberfire-preferences-ui-client/src/main/java/org/uberfire/ext/preferences/client/event/HierarchyItemSelectedEvent.java class HierarchyItemSelectedEvent (line 25) | public class HierarchyItemSelectedEvent extends AbstractHierarchyItemEve... method HierarchyItemSelectedEvent (line 29) | public HierarchyItemSelectedEvent(final PreferenceHierarchyElement ... method getPreference (line 34) | public > T getPreference() { method getPreferenceIdentifier (line 39) | public String getPreferenceIdentifier() { method getHierarchyElement (line 43) | public PreferenceHierarchyElement getHierarchyElement() { FILE: uberfire-extensions/uberfire-preferences-ui-client/src/main/java/org/uberfire/ext/preferences/client/event/PreferencesCentralActionsConfigurationEvent.java class PreferencesCentralActionsConfigurationEvent (line 19) | public class PreferencesCentralActionsConfigurationEvent { method PreferencesCentralActionsConfigurationEvent (line 25) | public PreferencesCentralActionsConfigurationEvent(final String adminP... method getAdminPageScreenToGoBack (line 31) | public String getAdminPageScreenToGoBack() { method getPerspectiveIdentifierToGoBackTo (line 35) | public String getPerspectiveIdentifierToGoBackTo() { FILE: uberfire-extensions/uberfire-preferences-ui-client/src/main/java/org/uberfire/ext/preferences/client/event/PreferencesCentralInitializationEvent.java class PreferencesCentralInitializationEvent (line 22) | public class PreferencesCentralInitializationEvent { method PreferencesCentralInitializationEvent (line 30) | public PreferencesCentralInitializationEvent(final String preferenceId... method getPreferenceIdentifier (line 38) | public String getPreferenceIdentifier() { method isUseCustomScopeResolutionStrategy (line 42) | public boolean isUseCustomScopeResolutionStrategy() { method getCustomScopeResolutionStrategy (line 46) | public PreferenceScopeResolutionStrategyInfo getCustomScopeResolutionS... method getPreferenceScope (line 50) | public PreferenceScope getPreferenceScope() { method equals (line 54) | @Override method hashCode (line 74) | @Override FILE: uberfire-extensions/uberfire-preferences-ui-client/src/main/java/org/uberfire/ext/preferences/client/event/PreferencesCentralPreSaveEvent.java class PreferencesCentralPreSaveEvent (line 23) | public class PreferencesCentralPreSaveEvent { FILE: uberfire-extensions/uberfire-preferences-ui-client/src/main/java/org/uberfire/ext/preferences/client/event/PreferencesCentralSaveEvent.java class PreferencesCentralSaveEvent (line 22) | public class PreferencesCentralSaveEvent { FILE: uberfire-extensions/uberfire-preferences-ui-client/src/main/java/org/uberfire/ext/preferences/client/event/PreferencesCentralUndoChangesEvent.java class PreferencesCentralUndoChangesEvent (line 22) | public class PreferencesCentralUndoChangesEvent { FILE: uberfire-extensions/uberfire-preferences-ui-client/src/main/java/org/uberfire/ext/preferences/client/resources/i18n/Constants.java class Constants (line 21) | public class Constants { FILE: uberfire-extensions/uberfire-preferences-ui-client/src/main/java/org/uberfire/ext/preferences/client/utils/PreferenceFormBeansInfo.java class PreferenceFormBeansInfo (line 32) | @ApplicationScoped method PreferenceFormBeansInfo (line 37) | @Inject method getPreferenceFormFor (line 48) | public String getPreferenceFormFor(final String preferenceIdentifier) { FILE: uberfire-extensions/uberfire-preferences-ui-client/src/test/java/org/uberfire/ext/preferences/client/admin/AdminPagePerspectiveTest.java class AdminPagePerspectiveTest (line 30) | public class AdminPagePerspectiveTest { method setup (line 34) | @Before method getPerspectiveWithoutStartupTest (line 40) | @Test method getPerspectiveWithStartupTest (line 51) | @Test FILE: uberfire-extensions/uberfire-preferences-ui-client/src/test/java/org/uberfire/ext/preferences/client/admin/AdminPagePresenterTest.java class AdminPagePresenterTest (line 36) | public class AdminPagePresenterTest { method setup (line 48) | @Before method onStartupWithScreenTest (line 61) | @Test method onStartupWithoutScreenTest (line 79) | @Test method initWithNotAddedScreenTest (line 91) | @Test method initWithAddedScreenTest (line 98) | @Test FILE: uberfire-extensions/uberfire-preferences-ui-client/src/test/java/org/uberfire/ext/preferences/client/admin/category/AdminPageCategoryPresenterTest.java class AdminPageCategoryPresenterTest (line 30) | public class AdminPageCategoryPresenterTest { method setup (line 38) | @Before method setupTest (line 48) | @Test FILE: uberfire-extensions/uberfire-preferences-ui-client/src/test/java/org/uberfire/ext/preferences/client/admin/item/AdminPageItemPresenterTest.java class AdminPageItemPresenterTest (line 34) | @RunWith(MockitoJUnitRunner.class) method setup (line 48) | @Before method enterTest (line 55) | @Test FILE: uberfire-extensions/uberfire-preferences-ui-client/src/test/java/org/uberfire/ext/preferences/client/admin/page/AdminPageImplTest.java class AdminPageImplTest (line 53) | @RunWith(MockitoJUnitRunner.class) method setup (line 72) | @Before method addValidScreen (line 86) | @Test method addScreenWithNullIdentifierTest (line 94) | @Test(expected = RuntimeException.class) method addToolTest (line 100) | @Test method addToolWithNullScreenTest (line 177) | @Test(expected = RuntimeException.class) method addToolWithNullCategoryTest (line 187) | @Test(expected = RuntimeException.class) method addPreferenceTest (line 197) | @Test method addPreferenceWithCustomScopeResolutionStrategyParameterTest (line 233) | @Test method addPreferenceWithCustomScopeParameterTest (line 281) | @Test method addPreferenceWithBreadcrumbsTest (line 322) | @Test method setDefaultScreen (line 365) | @Test FILE: uberfire-extensions/uberfire-preferences-ui-client/src/test/java/org/uberfire/ext/preferences/client/base/BasePreferenceFormTest.java class BasePreferenceFormTest (line 33) | public class BasePreferenceFormTest { method setup (line 37) | @Before method initIsCalledWhenFormIdIsRequested (line 47) | @Test method initIsNotCalledWhenDifferentFormIdIsRequested (line 60) | @Test method beforeSaveIsCalledWhenPreSaveEventIsObserved (line 74) | @Test method onUndoIsCalledWhenUndoEventIsObserved (line 82) | @Test method getBasePreferenceForm (line 90) | private BasePreferenceForm getBasePreferenceForm() { FILE: uberfire-extensions/uberfire-preferences-ui-client/src/test/java/org/uberfire/ext/preferences/client/central/actions/PreferencesCentralActionsScreenTest.java class PreferencesCentralActionsScreenTest (line 39) | public class PreferencesCentralActionsScreenTest { method setup (line 63) | @Before method fireSaveEventTest (line 79) | @Test method fireSaveEventWithoutAdminScreenToGoBackToTest (line 92) | @Test method fireUndoEventTest (line 102) | @Test method fireUndoEventWithoutAdminScreenToGoBackToTest (line 115) | @Test method goBackToAdminPageWithPerspectiveIdentifierToGoBackToTest (line 125) | @Test method goBackToAdminPageWithoutPerspectiveIdentifierToGoBackToTest (line 140) | @Test FILE: uberfire-extensions/uberfire-preferences-ui-client/src/test/java/org/uberfire/ext/preferences/client/central/form/DefaultPreferenceFormTest.java class DefaultPreferenceFormTest (line 44) | public class DefaultPreferenceFormTest { method setup (line 52) | @Before method testFormShouldBeInitializedWhenEventWithSameIdIsObserved (line 70) | @Test method testFormShouldNotBeInitializedWhenEventWithDifferentIdIsObserved (line 76) | @Test method testPropertyChangedInThisFormShouldSetThePreferenceProperty (line 83) | @Test method testPropertyChangedInAnotherFormShouldNotSetThePreferenceProperty (line 92) | @Test method testCreateFieldInfo (line 102) | @Test method testCreateFieldInfoCombo (line 124) | @Test method firePropertyChangedEvent (line 158) | private void firePropertyChangedEvent(final String eventId) { method fireInitializationEvent (line 167) | private void fireInitializationEvent(final String eventId) { FILE: uberfire-extensions/uberfire-preferences-ui-client/src/test/java/org/uberfire/ext/preferences/client/central/form/EnumForComboTest.java type EnumForComboTest (line 3) | public enum EnumForComboTest { FILE: uberfire-extensions/uberfire-preferences-ui-client/src/test/java/org/uberfire/ext/preferences/client/central/screen/PreferencesRootScreenTest.java class PreferencesRootScreenTest (line 42) | @RunWith(MockitoJUnitRunner.class) method setup (line 60) | @Before method setupTest (line 66) | @Test method onCloseTest (line 76) | @Test method hierarchyItemSelectedEventWithoutPreviouslyOpenedPreference (line 84) | @Test method hierarchyItemSelectedEventWithPreviouslyOpenedPreference (line 99) | @Test FILE: uberfire-extensions/uberfire-preferences-ui-client/src/test/java/org/uberfire/ext/preferences/client/central/tree/TreeHierarchyStructurePresenterTest.java class TreeHierarchyStructurePresenterTest (line 45) | @RunWith(MockitoJUnitRunner.class) method setup (line 78) | @Before method initWithCustomScopeTest (line 96) | @Test method initWithDefaultScopeResolutionStrategyTest (line 110) | @Test method saveWithCustomScopeTest (line 121) | @Test method saveWithCustomScopeResolutionStrategyTest (line 138) | @Test method saveWithDefaultScopeResolutionStrategyTest (line 155) | @Test FILE: uberfire-extensions/uberfire-preferences-ui-client/src/test/java/org/uberfire/ext/preferences/client/utils/PreferenceFormBeansInfoTest.java class PreferenceFormBeansInfoTest (line 42) | @RunWith(MockitoJUnitRunner.class) method setup (line 55) | @Before method getPreferenceFormForTest (line 63) | @Test method generateBeansList (line 73) | private Collection> generateBeans... method generateBeanDef (line 84) | private SyncBeanDef generateBeanDef(final Str... class MyPreference1 (line 170) | class MyPreference1 implements BasePreference { class MyPreference2 (line 174) | class MyPreference2 implements BasePreference { class MyPreference3 (line 178) | class MyPreference3 implements BasePreference { FILE: uberfire-extensions/uberfire-runtime-plugins/uberfire-runtime-plugins-api/src/main/java/org/uberfire/ext/plugin/event/BasePluginEvent.java class BasePluginEvent (line 23) | public abstract class BasePluginEvent { method BasePluginEvent (line 28) | public BasePluginEvent(@MapsTo("plugin") final Plugin plugin, method getPlugin (line 34) | public Plugin getPlugin() { method getSessionInfo (line 38) | public SessionInfo getSessionInfo() { FILE: uberfire-extensions/uberfire-runtime-plugins/uberfire-runtime-plugins-api/src/main/java/org/uberfire/ext/plugin/event/MediaAdded.java class MediaAdded (line 23) | @Portable method MediaAdded (line 29) | public MediaAdded(@MapsTo("pluginName") final String pluginName, method getPluginName (line 35) | public String getPluginName() { method getMedia (line 39) | public Media getMedia() { FILE: uberfire-extensions/uberfire-runtime-plugins/uberfire-runtime-plugins-api/src/main/java/org/uberfire/ext/plugin/event/MediaDeleted.java class MediaDeleted (line 23) | @Portable method MediaDeleted (line 29) | public MediaDeleted(@MapsTo("pluginName") final String pluginName, method getPluginName (line 35) | public String getPluginName() { method getMedia (line 39) | public Media getMedia() { FILE: uberfire-extensions/uberfire-runtime-plugins/uberfire-runtime-plugins-api/src/main/java/org/uberfire/ext/plugin/event/NewPluginRegistered.java class NewPluginRegistered (line 23) | @Portable method NewPluginRegistered (line 30) | public NewPluginRegistered(@MapsTo("name") final String name, method getName (line 36) | public String getName() { method getType (line 40) | public PluginType getType() { FILE: uberfire-extensions/uberfire-runtime-plugins/uberfire-runtime-plugins-api/src/main/java/org/uberfire/ext/plugin/event/PluginAdded.java class PluginAdded (line 24) | @Portable method PluginAdded (line 27) | public PluginAdded(@MapsTo("plugin") final Plugin plugin, FILE: uberfire-extensions/uberfire-runtime-plugins/uberfire-runtime-plugins-api/src/main/java/org/uberfire/ext/plugin/event/PluginDeleted.java class PluginDeleted (line 25) | @Portable method PluginDeleted (line 28) | public PluginDeleted(@MapsTo("plugin") Plugin plugin, method getPluginName (line 34) | public String getPluginName() { method getPluginType (line 38) | public PluginType getPluginType() { FILE: uberfire-extensions/uberfire-runtime-plugins/uberfire-runtime-plugins-api/src/main/java/org/uberfire/ext/plugin/event/PluginRenamed.java class PluginRenamed (line 27) | @Portable method PluginRenamed (line 32) | public PluginRenamed(@MapsTo("oldPluginName") final String oldPluginName, method getOldPluginName (line 41) | public String getOldPluginName() { method getOldPluginType (line 45) | public PluginType getOldPluginType() { FILE: uberfire-extensions/uberfire-runtime-plugins/uberfire-runtime-plugins-api/src/main/java/org/uberfire/ext/plugin/event/PluginSaved.java class PluginSaved (line 24) | @Portable method PluginSaved (line 27) | public PluginSaved(@MapsTo("plugin") Plugin plugin, FILE: uberfire-extensions/uberfire-runtime-plugins/uberfire-runtime-plugins-api/src/main/java/org/uberfire/ext/plugin/event/PluginUnregistered.java class PluginUnregistered (line 23) | @Portable method PluginUnregistered (line 30) | public PluginUnregistered(@MapsTo("name") final String name, method getName (line 36) | public String getName() { method getType (line 40) | public PluginType getType() { FILE: uberfire-extensions/uberfire-runtime-plugins/uberfire-runtime-plugins-api/src/main/java/org/uberfire/ext/plugin/exception/PluginAlreadyExists.java class PluginAlreadyExists (line 21) | @Portable method PluginAlreadyExists (line 24) | public PluginAlreadyExists() { FILE: uberfire-extensions/uberfire-runtime-plugins/uberfire-runtime-plugins-api/src/main/java/org/uberfire/ext/plugin/model/Activity.java class Activity (line 21) | @Portable method Activity (line 27) | public Activity() { method Activity (line 30) | public Activity(final String name, method getName (line 36) | public String getName() { method getType (line 40) | public PluginType getType() { method equals (line 44) | @Override method hashCode (line 56) | @Override FILE: uberfire-extensions/uberfire-runtime-plugins/uberfire-runtime-plugins-api/src/main/java/org/uberfire/ext/plugin/model/CodeType.java type CodeType (line 21) | @Portable FILE: uberfire-extensions/uberfire-runtime-plugins/uberfire-runtime-plugins-api/src/main/java/org/uberfire/ext/plugin/model/DynamicMenu.java class DynamicMenu (line 25) | @Portable method DynamicMenu (line 30) | public DynamicMenu(@MapsTo("name") final String name, method getMenuItems (line 40) | public Collection getMenuItems() { method equals (line 44) | @Override method hashCode (line 65) | @Override FILE: uberfire-extensions/uberfire-runtime-plugins/uberfire-runtime-plugins-api/src/main/java/org/uberfire/ext/plugin/model/DynamicMenuItem.java class DynamicMenuItem (line 21) | @Portable method DynamicMenuItem (line 27) | public DynamicMenuItem() { method DynamicMenuItem (line 30) | public DynamicMenuItem(String activityId, method getActivityId (line 36) | public String getActivityId() { method setActivityId (line 40) | public void setActivityId(String activityId) { method getMenuLabel (line 44) | public String getMenuLabel() { method setMenuLabel (line 48) | public void setMenuLabel(String menuLabel) { method equals (line 52) | @Override method hashCode (line 73) | @Override FILE: uberfire-extensions/uberfire-runtime-plugins/uberfire-runtime-plugins-api/src/main/java/org/uberfire/ext/plugin/model/Framework.java type Framework (line 21) | @Portable method Framework (line 29) | Framework(String type) { method getType (line 33) | public String getType() { FILE: uberfire-extensions/uberfire-runtime-plugins/uberfire-runtime-plugins-api/src/main/java/org/uberfire/ext/plugin/model/Language.java type Language (line 21) | @Portable FILE: uberfire-extensions/uberfire-runtime-plugins/uberfire-runtime-plugins-api/src/main/java/org/uberfire/ext/plugin/model/LayoutEditorModel.java class LayoutEditorModel (line 22) | @Portable method LayoutEditorModel (line 28) | public LayoutEditorModel() { method LayoutEditorModel (line 31) | public LayoutEditorModel(final String name, method equals (line 41) | @Override method hashCode (line 62) | @Override method getLayoutEditorModel (line 72) | public String getLayoutEditorModel() { method emptyLayout (line 76) | public LayoutEditorModel emptyLayout() { method isEmptyLayout (line 81) | public boolean isEmptyLayout() { FILE: uberfire-extensions/uberfire-runtime-plugins/uberfire-runtime-plugins-api/src/main/java/org/uberfire/ext/plugin/model/Media.java class Media (line 22) | @Portable method Media (line 28) | public Media() { method Media (line 31) | public Media(final String externalURI, method getPreviewURI (line 37) | public String getPreviewURI() { method getExternalURI (line 41) | public String getExternalURI() { method getPath (line 45) | public Path getPath() { method equals (line 49) | @Override method hashCode (line 70) | @Override FILE: uberfire-extensions/uberfire-runtime-plugins/uberfire-runtime-plugins-api/src/main/java/org/uberfire/ext/plugin/model/Plugin.java class Plugin (line 22) | @Portable method Plugin (line 28) | public Plugin() { method Plugin (line 31) | public Plugin(final String name, method getPath (line 39) | public Path getPath() { method equals (line 43) | @Override method hashCode (line 64) | @Override FILE: uberfire-extensions/uberfire-runtime-plugins/uberfire-runtime-plugins-api/src/main/java/org/uberfire/ext/plugin/model/PluginContent.java class PluginContent (line 25) | @Portable method PluginContent (line 30) | public PluginContent() { method PluginContent (line 33) | public PluginContent(final String name, method getMediaLibrary (line 53) | public Set getMediaLibrary() { method equals (line 57) | @Override method hashCode (line 78) | @Override FILE: uberfire-extensions/uberfire-runtime-plugins/uberfire-runtime-plugins-api/src/main/java/org/uberfire/ext/plugin/model/PluginSimpleContent.java class PluginSimpleContent (line 29) | @Portable method PluginSimpleContent (line 38) | public PluginSimpleContent() { method PluginSimpleContent (line 41) | public PluginSimpleContent(final String name, method PluginSimpleContent (line 59) | public PluginSimpleContent(final PluginSimpleContent pluginContent, method PluginSimpleContent (line 97) | public PluginSimpleContent(final PluginSimpleContent pluginContent, method getTemplate (line 119) | public String getTemplate() { method getCss (line 123) | public String getCss() { method getCodeMap (line 127) | public Map getCodeMap() { method getFrameworks (line 131) | public Collection getFrameworks() { method getLanguage (line 135) | public Language getLanguage() { method equals (line 139) | @Override method hashCode (line 172) | @Override FILE: uberfire-extensions/uberfire-runtime-plugins/uberfire-runtime-plugins-api/src/main/java/org/uberfire/ext/plugin/model/PluginType.java type PluginType (line 21) | @Portable FILE: uberfire-extensions/uberfire-runtime-plugins/uberfire-runtime-plugins-api/src/main/java/org/uberfire/ext/plugin/model/RuntimePlugin.java class RuntimePlugin (line 22) | @Portable method RuntimePlugin (line 28) | public RuntimePlugin(@MapsTo("style") final String style, method getStyle (line 34) | public String getStyle() { method getScript (line 38) | public String getScript() { method equals (line 42) | @Override method hashCode (line 63) | @Override FILE: uberfire-extensions/uberfire-runtime-plugins/uberfire-runtime-plugins-api/src/main/java/org/uberfire/ext/plugin/service/PluginServices.java type PluginServices (line 36) | @Remote method getMediaServletURI (line 41) | String getMediaServletURI(); method listRuntimePlugins (line 43) | Collection listRuntimePlugins(); method listPluginRuntimePlugins (line 45) | Collection listPluginRuntimePlugins(final org.uberfire.... method listPlugins (line 47) | Collection listPlugins(); method listPlugins (line 49) | Collection listPlugins(final PluginType type); method createNewPlugin (line 51) | Plugin createNewPlugin(final String name, method getPluginContent (line 54) | PluginContent getPluginContent(final Path path); method deleteMedia (line 56) | void deleteMedia(final Media media); method getDynamicMenuContent (line 58) | DynamicMenu getDynamicMenuContent(final Path path); method save (line 60) | Path save(final Plugin plugin, method getLayoutEditor (line 63) | LayoutEditorModel getLayoutEditor(Path path, method saveMenu (line 66) | Path saveMenu(final DynamicMenu menu, method saveLayout (line 69) | Path saveLayout(LayoutEditorModel layoutContent, method listDynamicMenus (line 72) | Collection listDynamicMenus(); method listLayoutEditor (line 74) | Collection listLayoutEditor(PluginType pluginType); FILE: uberfire-extensions/uberfire-runtime-plugins/uberfire-runtime-plugins-api/src/main/java/org/uberfire/ext/plugin/type/BasePluginResourceTypeDefinition.java class BasePluginResourceTypeDefinition (line 22) | public abstract class BasePluginResourceTypeDefinition implements Resour... method getPrefix (line 24) | @Override method getPriority (line 29) | @Override method getSimpleWildcardPattern (line 34) | @Override method accept (line 39) | @Override FILE: uberfire-extensions/uberfire-runtime-plugins/uberfire-runtime-plugins-api/src/main/java/org/uberfire/ext/plugin/type/DynamicMenuResourceTypeDefinition.java class DynamicMenuResourceTypeDefinition (line 26) | @ApplicationScoped method DynamicMenuResourceTypeDefinition (line 31) | public DynamicMenuResourceTypeDefinition() { method DynamicMenuResourceTypeDefinition (line 34) | @Inject method getShortName (line 39) | @Override method getDescription (line 44) | @Override method getSuffix (line 49) | @Override method getCategory (line 54) | @Override FILE: uberfire-extensions/uberfire-runtime-plugins/uberfire-runtime-plugins-api/src/main/java/org/uberfire/ext/plugin/type/EditorPluginResourceTypeDefinition.java class EditorPluginResourceTypeDefinition (line 24) | public class EditorPluginResourceTypeDefinition extends BasePluginResour... method EditorPluginResourceTypeDefinition (line 28) | public EditorPluginResourceTypeDefinition() { method EditorPluginResourceTypeDefinition (line 31) | public EditorPluginResourceTypeDefinition(final Others category) { method getShortName (line 35) | @Override method getDescription (line 40) | @Override method getSuffix (line 45) | @Override method getCategory (line 50) | @Override FILE: uberfire-extensions/uberfire-runtime-plugins/uberfire-runtime-plugins-api/src/main/java/org/uberfire/ext/plugin/type/PerspectiveLayoutPluginResourceTypeDefinition.java class PerspectiveLayoutPluginResourceTypeDefinition (line 24) | public class PerspectiveLayoutPluginResourceTypeDefinition extends BaseP... method PerspectiveLayoutPluginResourceTypeDefinition (line 28) | public PerspectiveLayoutPluginResourceTypeDefinition() { method PerspectiveLayoutPluginResourceTypeDefinition (line 31) | public PerspectiveLayoutPluginResourceTypeDefinition(final Others cate... method getShortName (line 35) | @Override method getDescription (line 40) | @Override method getSuffix (line 45) | @Override method getCategory (line 50) | @Override FILE: uberfire-extensions/uberfire-runtime-plugins/uberfire-runtime-plugins-api/src/main/java/org/uberfire/ext/plugin/type/ScreenPluginResourceTypeDefinition.java class ScreenPluginResourceTypeDefinition (line 24) | public class ScreenPluginResourceTypeDefinition extends BasePluginResour... method ScreenPluginResourceTypeDefinition (line 28) | public ScreenPluginResourceTypeDefinition() { method ScreenPluginResourceTypeDefinition (line 31) | public ScreenPluginResourceTypeDefinition(final Others category) { method getShortName (line 35) | @Override method getDescription (line 40) | @Override method getSuffix (line 45) | @Override method getCategory (line 50) | @Override FILE: uberfire-extensions/uberfire-runtime-plugins/uberfire-runtime-plugins-api/src/main/java/org/uberfire/ext/plugin/type/SplashPluginResourceTypeDefinition.java class SplashPluginResourceTypeDefinition (line 24) | public class SplashPluginResourceTypeDefinition extends BasePluginResour... method SplashPluginResourceTypeDefinition (line 28) | public SplashPluginResourceTypeDefinition() { method SplashPluginResourceTypeDefinition (line 31) | public SplashPluginResourceTypeDefinition(final Others category) { method getShortName (line 35) | @Override method getDescription (line 40) | @Override method getSuffix (line 45) | @Override method getCategory (line 50) | @Override FILE: uberfire-extensions/uberfire-runtime-plugins/uberfire-runtime-plugins-api/src/main/java/org/uberfire/ext/plugin/type/TagsConverterUtil.java class TagsConverterUtil (line 24) | public class TagsConverterUtil { method convertTagsToString (line 29) | public static String convertTagsToString(List tagsList) { method convertTagStringToTag (line 37) | public static List convertTagStringToTag(String strTags) { method extractTags (line 45) | public static List extractTags(Map layoutPrope... FILE: uberfire-extensions/uberfire-runtime-plugins/uberfire-runtime-plugins-api/src/main/java/org/uberfire/ext/plugin/type/TypeConverterUtil.java class TypeConverterUtil (line 24) | public final class TypeConverterUtil { method fromPath (line 32) | public static PluginType fromPath(final Path path) { method fromResourceType (line 56) | public static PluginType fromResourceType(final ResourceTypeDefinition... FILE: uberfire-extensions/uberfire-runtime-plugins/uberfire-runtime-plugins-backend/src/main/java/org/uberfire/ext/plugin/backend/JSRegistry.java class JSRegistry (line 26) | public class JSRegistry { method convertToJSRegistry (line 28) | public static String convertToJSRegistry(PluginSimpleContent plugin) { method prepareEntryValue (line 81) | protected static String prepareEntryValue(CodeType key, method isAFunction (line 91) | private static boolean isAFunction(String value) { method prepareStringValue (line 95) | private static String prepareStringValue(CodeType key, method wrapWithFunctionDeclaration (line 102) | private static String wrapWithFunctionDeclaration(CodeType key, method createFunctionBody (line 112) | private static String createFunctionBody(CodeType key, method wrapValueWithCommas (line 124) | private static String wrapValueWithCommas(String value) { method JSFunctionNeedsToReturnValue (line 140) | public static boolean JSFunctionNeedsToReturnValue(CodeType codeType) { FILE: uberfire-extensions/uberfire-runtime-plugins/uberfire-runtime-plugins-backend/src/main/java/org/uberfire/ext/plugin/backend/MediaServletURI.java class MediaServletURI (line 21) | public class MediaServletURI { method MediaServletURI (line 25) | public MediaServletURI() { method MediaServletURI (line 28) | public MediaServletURI(final String uri) { method getURI (line 32) | public String getURI() { method setURI (line 36) | public void setURI(final String uri) { FILE: uberfire-extensions/uberfire-runtime-plugins/uberfire-runtime-plugins-backend/src/main/java/org/uberfire/ext/plugin/backend/MediaServletURIProducer.java class MediaServletURIProducer (line 27) | @ApplicationScoped method setup (line 33) | @PostConstruct method produceMediaServletURI (line 38) | @Produces FILE: uberfire-extensions/uberfire-runtime-plugins/uberfire-runtime-plugins-backend/src/main/java/org/uberfire/ext/plugin/backend/PluginMediaServlet.java class PluginMediaServlet (line 42) | public class PluginMediaServlet method init (line 64) | @Override method doGet (line 82) | @Override method doPost (line 139) | @Override method resolve (line 183) | Path resolve(final String other) { FILE: uberfire-extensions/uberfire-runtime-plugins/uberfire-runtime-plugins-backend/src/main/java/org/uberfire/ext/plugin/backend/PluginServicesImpl.java class PluginServicesImpl (line 92) | @Service method PluginServicesImpl (line 117) | public PluginServicesImpl() { method PluginServicesImpl (line 120) | @Inject method init (line 151) | @PostConstruct method resolveRoot (line 161) | Path resolveRoot(FileSystem fileSystem) { method getFileSystem (line 165) | FileSystem getFileSystem(final PluginType type) { method getFileSystem (line 169) | FileSystem getFileSystem(final Plugin plugin) { method getFileSystem (line 173) | FileSystem getFileSystem() { method getRoot (line 177) | Path getRoot(final PluginType type) { method getRoot (line 187) | Path getRoot() { method getMediaServletURI (line 191) | @Override method listRuntimePlugins (line 196) | @Override method listPluginRuntimePlugins (line 201) | @Override method listRuntimePlugins (line 206) | private Collection listRuntimePlugins(Path path) { method buildPluginRuntimePlugins (line 238) | private Collection buildPluginRuntimePlugins(final Path... method buildRuntimePluginsFromFrameworks (line 251) | private Collection buildRuntimePluginsFromFrameworks(Co... method getFrameworkScript (line 267) | String getFrameworkScript(final Framework framework) throws java.io.IO... method listPlugins (line 277) | @Override method listPlugins (line 282) | @Override method createNewPlugin (line 316) | @Override method updatePlugin (line 340) | private void updatePlugin(final Path pluginPath, method updatePlugin (line 349) | private void updatePlugin(final Path pluginPath, method getPluginContent (line 370) | @Override method save (line 384) | @Override method save (line 395) | public org.uberfire.backend.vfs.Path save(final PluginSimpleContent pl... method clearDirectory (line 436) | private void clearDirectory(Path directory) { method getDependencyPath (line 444) | private Path getDependencyPath(final Path pluginPath, method createRegistry (line 449) | private String createRegistry(final PluginSimpleContent plugin) { method saveCodeMap (line 460) | private void saveCodeMap(final String pluginName, method loadCodeMap (line 471) | private Map loadCodeMap(final String pluginName) { method loadMediaLibrary (line 498) | private Set loadMediaLibrary(final String pluginName) { method loadTemplate (line 516) | private String loadTemplate(final String pluginName) { method loadCss (line 524) | private String loadCss(final String pluginName) { method loadFramework (line 532) | private Set loadFramework(final String pluginName) { method getTemplatePath (line 551) | private Path getTemplatePath(final Path rootPlugin) { method getCssPath (line 555) | private Path getCssPath(final Path rootPlugin) { method getCodePath (line 559) | private Path getCodePath(final Path rootPlugin, method getCodeType (line 564) | private CodeType getCodeType(final Path path) { method getCodeRoot (line 573) | private Path getCodeRoot(final Path rootPlugin) { method getMediaRoot (line 577) | private Path getMediaRoot(final Path rootPlugin) { method getPluginPath (line 581) | private Path getPluginPath(final String name) { method getPluginPath (line 585) | private Path getPluginPath(final Plugin plugin) { method getPluginPath (line 589) | private Path getPluginPath(final String name, method delete (line 594) | @Override method copy (line 615) | @Override method copy (line 626) | @Override method rename (line 660) | @Override method removeRegistry (line 696) | private void removeRegistry(final Path path) { method commentedOption (line 720) | private CommentedOption commentedOption(final String comment) { method deleteMedia (line 727) | @Override method getDynamicMenuContent (line 742) | @Override method getLayoutEditor (line 751) | @Override method loadLayoutEditor (line 761) | private LayoutEditorModel loadLayoutEditor(String pluginName, method saveMenu (line 780) | @Override method saveLayout (line 808) | @Override method getLayoutEditorPath (line 833) | private Path getLayoutEditorPath(final Path rootPlugin, method listDynamicMenus (line 838) | @Override method listLayoutEditor (line 875) | @Override method loadMenuItems (line 909) | private Collection loadMenuItems(String pluginName) { method getIoService (line 925) | IOService getIoService() { method getMenuItemsPath (line 929) | private Path getMenuItemsPath(final Path rootPlugin) { method save (line 933) | @Override method saveAndRename (line 941) | @Override FILE: uberfire-extensions/uberfire-runtime-plugins/uberfire-runtime-plugins-backend/src/test/java/org/uberfire/ext/plugin/backend/JSRegistryTest.java class JSRegistryTest (line 36) | public class JSRegistryTest { method createEmptyScreenRegistry (line 38) | @Test method createScreenWithTitleRegistry (line 45) | @Test method createScreenWithTitleAndMainRegistry (line 52) | @Test method createAngularScreenRegistry (line 59) | @Test method createSplashScreenRegistry (line 66) | @Test method prepareTextualEntry (line 73) | @Test method prepareJSEntry (line 95) | @Test FILE: uberfire-extensions/uberfire-runtime-plugins/uberfire-runtime-plugins-backend/src/test/java/org/uberfire/ext/plugin/backend/MediaServletURIProducerTest.java class MediaServletURIProducerTest (line 23) | public class MediaServletURIProducerTest { method testSetup (line 27) | @Test method getMediaServletURI (line 35) | private MediaServletURI getMediaServletURI() { FILE: uberfire-extensions/uberfire-runtime-plugins/uberfire-runtime-plugins-backend/src/test/java/org/uberfire/ext/plugin/backend/PluginMediaServletTest.java class PluginMediaServletTest (line 39) | @RunWith(MockitoJUnitRunner.class) method testInit (line 63) | @Test method testDoPost (line 74) | @Test method responseMock (line 88) | private HttpServletResponse responseMock() { method requestMock (line 92) | private HttpServletRequest requestMock(final String requestURI) { method fileMock (line 101) | private FileItem fileMock(final String fileName) { method fakeServlet (line 109) | private PluginMediaServlet fakeServlet() { method fakeServlet (line 113) | private PluginMediaServlet fakeServlet(final FileItem fileItem) { FILE: uberfire-extensions/uberfire-runtime-plugins/uberfire-runtime-plugins-backend/src/test/java/org/uberfire/ext/plugin/backend/PluginSamples.java class PluginSamples (line 33) | public class PluginSamples { method getTodoAngularPluginSimpleContent (line 46) | public static PluginSimpleContent getTodoAngularPluginSimpleContent() { method getSplashScreen (line 64) | public static PluginSimpleContent getSplashScreen() { method getEmptyScreen (line 87) | public static PluginSimpleContent getEmptyScreen() { method getScreenWithTitle (line 104) | public static PluginSimpleContent getScreenWithTitle() { method getScreenWithMainAndTitle (line 123) | public static PluginSimpleContent getScreenWithMainAndTitle() { method loadSample (line 142) | public static String loadSample(String file) { FILE: uberfire-extensions/uberfire-runtime-plugins/uberfire-runtime-plugins-backend/src/test/java/org/uberfire/ext/plugin/backend/PluginServicesImplTest.java class PluginServicesImplTest (line 76) | public class PluginServicesImplTest { method cleanupFileSystem (line 129) | @After method setup (line 135) | @Before method testCreateTwoPluginsWithTheSameName (line 174) | @Test(expected = PluginAlreadyExists.class) method testListRuntimePluginsOfEmptyScreen (line 184) | @Test method testListRuntimePluginsOfScreenWithFramework (line 197) | @Test method testListRuntimePluginsOfMultipleScreens (line 210) | @Test method testCopyPlugin (line 233) | @Test method testCopyPluginToAnotherDirectory (line 254) | @Test method testCopyPluginAlreadyExists (line 284) | @Test(expected = FileAlreadyExistsException.class) method testRenamePlugin (line 296) | @Test method testDeletePlugin (line 316) | @Test method testLoadEmptyLayout (line 332) | @Test method testSimpleSaveWithPluginSimpleContent (line 347) | @Test method testSimpleSaveWithoutPluginSimpleContent (line 361) | @Test method testSave (line 372) | @Test method testSaveAndRename (line 388) | @Test method testGetRootAndGetFileSystem (line 405) | @Test method testCreatePluginsDifferentTypes (line 418) | @Test method testDeletePluginsDifferentTypes (line 441) | @Test method createPlugin (line 460) | private Path createPlugin(String name, method buildPlugin (line 481) | private PluginSimpleContent buildPlugin(String name, method contains (line 512) | private boolean contains(Collection runtimePlugins, FILE: uberfire-extensions/uberfire-runtime-plugins/uberfire-runtime-plugins-client/src/main/java/org/uberfire/ext/plugin/client/RuntimePluginsEntryPoint.java class RuntimePluginsEntryPoint (line 57) | @EntryPoint method init (line 77) | @PostConstruct method getResourceType (line 121) | public ResourceType getResourceType(String activityId) { FILE: uberfire-extensions/uberfire-runtime-plugins/uberfire-runtime-plugins-client/src/main/java/org/uberfire/ext/plugin/client/code/CodeElement.java type CodeElement (line 25) | public interface CodeElement { method addNav (line 27) | void addNav(final DropDownMenu parent, method getIcon (line 31) | IconType getIcon(); method getType (line 33) | CodeType getType(); FILE: uberfire-extensions/uberfire-runtime-plugins/uberfire-runtime-plugins-client/src/main/java/org/uberfire/ext/plugin/client/code/CodeList.java type CodeList (line 29) | public enum CodeList implements CodeElement { method addNav (line 32) | @Override method getIcon (line 49) | @Override method getType (line 54) | @Override method toString (line 59) | @Override method addNav (line 65) | @Override method getType (line 82) | @Override method getIcon (line 87) | @Override method toString (line 92) | @Override method addNav (line 98) | @Override method getIcon (line 115) | @Override method getType (line 120) | @Override method toString (line 125) | @Override method addNav (line 131) | @Override method getIcon (line 148) | @Override method getType (line 153) | @Override method toString (line 158) | @Override method addNav (line 164) | @Override method getIcon (line 181) | @Override method getType (line 186) | @Override method toString (line 191) | @Override method addNav (line 197) | @Override method getIcon (line 214) | @Override method getType (line 219) | @Override method toString (line 224) | @Override method addNav (line 230) | @Override method getIcon (line 247) | @Override method getType (line 252) | @Override method toString (line 257) | @Override method addNav (line 263) | @Override method getIcon (line 280) | @Override method getType (line 285) | @Override method toString (line 290) | @Override method addNav (line 296) | @Override method getIcon (line 313) | @Override method getType (line 318) | @Override method toString (line 323) | @Override method addNav (line 329) | @Override method getIcon (line 346) | @Override method getType (line 351) | @Override method toString (line 356) | @Override method addNav (line 362) | @Override method getIcon (line 379) | @Override method getType (line 384) | @Override method toString (line 389) | @Override method addNav (line 395) | @Override method getIcon (line 412) | @Override method getType (line 417) | @Override method toString (line 422) | @Override method addNav (line 428) | @Override method getIcon (line 445) | @Override method getType (line 450) | @Override method toString (line 455) | @Override method addNav (line 461) | @Override method getIcon (line 478) | @Override method getType (line 483) | @Override method toString (line 488) | @Override method addNav (line 494) | @Override method getIcon (line 511) | @Override method getType (line 516) | @Override method toString (line 521) | @Override method addNav (line 527) | @Override method getIcon (line 544) | @Override method getType (line 549) | @Override method toString (line 554) | @Override method addNav (line 560) | @Override method getIcon (line 577) | @Override method getType (line 582) | @Override method toString (line 587) | @Override method addNav (line 593) | @Override method getIcon (line 610) | @Override method getType (line 615) | @Override method toString (line 620) | @Override method addNav (line 626) | @Override method getIcon (line 643) | @Override method getType (line 648) | @Override method toString (line 653) | @Override method addNav (line 659) | @Override method getIcon (line 676) | @Override method getType (line 681) | @Override method toString (line 686) | @Override method addNav (line 692) | @Override method getIcon (line 709) | @Override method getType (line 714) | @Override method toString (line 719) | @Override method addNav (line 725) | @Override method getIcon (line 732) | @Override method getType (line 737) | @Override method convert (line 743) | public static CodeList convert(final CodeType codeType) { FILE: uberfire-extensions/uberfire-runtime-plugins/uberfire-runtime-plugins-client/src/main/java/org/uberfire/ext/plugin/client/config/PluginConfigService.java class PluginConfigService (line 28) | @EntryPoint method init (line 36) | @PostConstruct method getMediaServletURI (line 50) | public String getMediaServletURI() { FILE: uberfire-extensions/uberfire-runtime-plugins/uberfire-runtime-plugins-client/src/main/java/org/uberfire/ext/plugin/client/editor/DynamicMenuEditorPresenter.java class DynamicMenuEditorPresenter (line 77) | @Dependent method DynamicMenuEditorPresenter (line 106) | @Inject method onStartup (line 111) | @OnStartup method getTitle (line 132) | @WorkbenchPartTitleDecoration method getTitleText (line 137) | @WorkbenchPartTitle method getMenus (line 142) | @WorkbenchMenu method onPlugInRenamed (line 147) | protected void onPlugInRenamed(@Observes final PluginRenamed pluginRen... method getMenuItemActivityIdValidator (line 159) | public RuleValidator getMenuItemActivityIdValidator() { method getMenuItemLabelValidator (line 164) | public RuleValidator getMenuItemLabelValidator(final DynamicMenuItem m... method addMenuItem (line 199) | public void addMenuItem(final DynamicMenuItem menuItem) { method getExistingMenuItem (line 212) | public DynamicMenuItem getExistingMenuItem(final DynamicMenuItem curre... method removeObject (line 226) | public void removeObject(DynamicMenuItem object) { method updateIndex (line 230) | public void updateIndex(final DynamicMenuItem object, method setDataDisplay (line 251) | public void setDataDisplay(final HasData display) { method loadContent (line 255) | @Override method getContentSupplier (line 272) | @Override method getPluginServices (line 277) | Caller getPluginServices() { method onValidate (line 281) | protected Command onValidate() { method toString (line 303) | private String toString(final Collection invalidActivities) { method save (line 313) | protected void save() { method getWidget (line 328) | @WorkbenchPartView method onMayClose (line 333) | @OnMayClose method getContent (line 338) | public DynamicMenu getContent() { method getRenameValidator (line 345) | @Override method getCopyValidator (line 350) | @Override method getDeleteServiceCaller (line 355) | protected Caller getDeleteServiceCaller() { method getSaveAndRenameServiceCaller (line 359) | protected Caller getCopyServiceCaller() { method getView (line 367) | public View getView() { method getDynamicMenuItems (line 371) | protected List getDynamicMenuItems() { type UpdateIndexOperation (line 375) | enum UpdateIndexOperation { type View (line 380) | public interface View extends UberView, method emptyActivityID (line 383) | String emptyActivityID(); method invalidActivityID (line 385) | String invalidActivityID(); method emptyMenuLabel (line 387) | String emptyMenuLabel(); method invalidMenuLabel (line 389) | String invalidMenuLabel(); method duplicatedMenuLabel (line 391) | String duplicatedMenuLabel(); FILE: uberfire-extensions/uberfire-runtime-plugins/uberfire-runtime-plugins-client/src/main/java/org/uberfire/ext/plugin/client/editor/DynamicMenuEditorView.java class DynamicMenuEditorView (line 56) | @Dependent method getKey (line 66) | @Override method init (line 103) | @PostConstruct method init (line 109) | @Override method initTable (line 120) | private void initTable(final AbstractCellTable dynami... method onClick (line 257) | @UiHandler("okButton") method onCancel (line 273) | @UiHandler("cancelButton") method isMenuItemValid (line 279) | private boolean isMenuItemValid(final DynamicMenuItem menuItem) { method setMenuItem (line 291) | public void setMenuItem(final DynamicMenuItem menuItem) { method emptyActivityID (line 301) | public String emptyActivityID() { method invalidActivityID (line 305) | public String invalidActivityID() { method emptyMenuLabel (line 309) | public String emptyMenuLabel() { method invalidMenuLabel (line 313) | public String invalidMenuLabel() { method duplicatedMenuLabel (line 317) | public String duplicatedMenuLabel() { type ViewBinder (line 321) | interface ViewBinder type Driver (line 327) | interface Driver extends SimpleBeanEditorDriver getDeleteServiceCaller() { method getSaveAndRenameServiceCaller (line 140) | protected Caller getCopyServiceCaller() { method loadContent (line 148) | @Override method getCurrentPath (line 169) | ObservablePath getCurrentPath() { method getContent (line 173) | public Plugin getContent() { method save (line 182) | protected void save() { method getSaveCommand (line 188) | ParameterizedCommand getSaveCommand() { method mayClose (line 200) | public boolean mayClose() { method view (line 205) | abstract RuntimePluginBaseView view(); method getPluginServices (line 207) | Caller getPluginServices() { method getOriginalHash (line 211) | Integer getOriginalHash() { method getRenameValidator (line 215) | @Override method getCopyValidator (line 220) | @Override method onPluginSaved (line 225) | public void onPluginSaved(@Observes PluginSaved pluginSaved) { method onPluginAdded (line 229) | public void onPluginAdded(@Observes PluginAdded pluginAdded) { method onPluginDeleted (line 233) | public void onPluginDeleted(@Observes PluginDeleted pluginDeleted) { method onPluginRenamed (line 238) | public void onPluginRenamed(@Observes PluginRenamed pluginRenamed) { method unregisterPlugin (line 244) | void unregisterPlugin(String name, method registerPlugin (line 250) | void registerPlugin(Plugin plugin) { FILE: uberfire-extensions/uberfire-runtime-plugins/uberfire-runtime-plugins-client/src/main/java/org/uberfire/ext/plugin/client/editor/RuntimePluginBaseView.java class RuntimePluginBaseView (line 32) | public abstract class RuntimePluginBaseView extends BaseEditorViewImpl { method setupContent (line 37) | public void setupContent(final PluginContent response, method getContent (line 43) | public PluginSimpleContent getContent() { method getTemplate (line 47) | public String getTemplate() { method getCss (line 51) | public String getCss() { method getCodeMap (line 55) | public Map getCodeMap() { method setFramework (line 59) | protected abstract void setFramework(Collection frameworks); method getFrameworks (line 61) | protected abstract Collection getFrameworks(); method onSave (line 63) | public void onSave() { method onClose (line 67) | public void onClose() { FILE: uberfire-extensions/uberfire-runtime-plugins/uberfire-runtime-plugins-client/src/main/java/org/uberfire/ext/plugin/client/editor/ScreenEditorPresenter.java class ScreenEditorPresenter (line 38) | @Dependent method ScreenEditorPresenter (line 49) | @Inject method getResourceType (line 54) | protected ClientResourceType getResourceType() { method getPluginType (line 58) | protected PluginType getPluginType() { method getTitle (line 62) | @WorkbenchPartTitleDecoration method getTitleText (line 67) | @WorkbenchPartTitle method getMenus (line 72) | @WorkbenchMenu method getWidget (line 77) | @WorkbenchPartView method onMayClose (line 82) | @OnMayClose method view (line 87) | @Override FILE: uberfire-extensions/uberfire-runtime-plugins/uberfire-runtime-plugins-client/src/main/java/org/uberfire/ext/plugin/client/editor/ScreenEditorView.java class ScreenEditorView (line 45) | @Dependent method init (line 58) | @PostConstruct method setFramework (line 76) | @Override method getFrameworks (line 90) | @Override method onResize (line 100) | @Override type ViewBinder (line 106) | interface ViewBinder FILE: uberfire-extensions/uberfire-runtime-plugins/uberfire-runtime-plugins-client/src/main/java/org/uberfire/ext/plugin/client/editor/SplashEditorPresenter.java class SplashEditorPresenter (line 38) | @Dependent method SplashEditorPresenter (line 49) | @Inject method getResourceType (line 54) | protected ClientResourceType getResourceType() { method getPluginType (line 58) | protected PluginType getPluginType() { method getTitle (line 62) | @WorkbenchPartTitleDecoration method getTitleText (line 67) | @WorkbenchPartTitle method getMenus (line 72) | @WorkbenchMenu method getWidget (line 77) | @WorkbenchPartView method onMayClose (line 82) | @OnMayClose method view (line 87) | @Override FILE: uberfire-extensions/uberfire-runtime-plugins/uberfire-runtime-plugins-client/src/main/java/org/uberfire/ext/plugin/client/editor/SplashEditorView.java class SplashEditorView (line 44) | @Dependent method init (line 57) | @PostConstruct method setFramework (line 74) | @Override method getFrameworks (line 88) | @Override method onResize (line 98) | @Override type ViewBinder (line 104) | interface ViewBinder FILE: uberfire-extensions/uberfire-runtime-plugins/uberfire-runtime-plugins-client/src/main/java/org/uberfire/ext/plugin/client/explorer/PluginExplorerScreen.java class PluginExplorerScreen (line 56) | @Dependent method init (line 74) | @PostConstruct method getTitle (line 86) | @WorkbenchPartTitle method buildMenu (line 91) | @WorkbenchMenu method getNewButton (line 116) | public IsWidget getNewButton() { method addNewAnchorLink (line 148) | private void addNewAnchorLink(DropDownMenu dropDownMenu, type ViewBinder (line 159) | interface ViewBinder FILE: uberfire-extensions/uberfire-runtime-plugins/uberfire-runtime-plugins-client/src/main/java/org/uberfire/ext/plugin/client/info/PluginsInfo.java class PluginsInfo (line 47) | @ApplicationScoped method PluginsInfo (line 64) | public PluginsInfo() { method PluginsInfo (line 67) | @Inject method getAllPlugins (line 84) | public Set getAllPlugins(final Collection plugins) { method getClassifiedPlugins (line 95) | public Map> getClassifiedPlugins(fin... method lookupBeans (line 164) | Collection> lookupBeans(Class clazz) { method getPluginsTypeLabels (line 168) | public Map getPluginsTypeLabels() { FILE: uberfire-extensions/uberfire-runtime-plugins/uberfire-runtime-plugins-client/src/main/java/org/uberfire/ext/plugin/client/perspective/PlugInAuthoringPerspective.java class PlugInAuthoringPerspective (line 34) | @ApplicationScoped method setupDocks (line 44) | @PostConstruct method onOpen (line 54) | @OnOpen method getPerspective (line 59) | @Perspective method buildPerspective (line 64) | private PerspectiveDefinition buildPerspective() { FILE: uberfire-extensions/uberfire-runtime-plugins/uberfire-runtime-plugins-client/src/main/java/org/uberfire/ext/plugin/client/perspective/editor/PerspectiveEditorPresenter.java class PerspectiveEditorPresenter (line 87) | @Dependent method onStartup (line 126) | @OnStartup method onFocus (line 178) | @OnFocus method onClose (line 183) | @OnClose method addMenuItem (line 188) | protected void addMenuItem(List menuItems, method initLayoutDragComponentGroups (line 196) | public void initLayoutDragComponentGroups() { method scanPerspectiveDragGroups (line 201) | private Collection scanPerspectiv... method makeMenuBar (line 213) | @Override method onMayClose (line 230) | @OnMayClose method getTitle (line 235) | @Override method getTitleText (line 241) | @Override method getMenus (line 247) | @WorkbenchMenu method getWidget (line 252) | @WorkbenchPartView method loadContent (line 257) | @Override method getContentSupplier (line 263) | @Override method afterLoad (line 268) | protected void afterLoad() { method save (line 275) | @Override method getCurrentModelHash (line 282) | public int getCurrentModelHash() { method onRename (line 286) | @Override method afterRename (line 292) | protected void afterRename() { method getRenameValidator (line 299) | @Override method getCopyValidator (line 304) | @Override method getDeleteServiceCaller (line 309) | @Override method getSaveAndRenameServiceCaller (line 314) | @Override method getCopyServiceCaller (line 319) | @Override method shouldRemoveGroup (line 324) | protected boolean shouldRemoveGroup(PerspectiveEditorComponentGroupPro... method saveProperty (line 335) | public void saveProperty(String key, method getLayoutProperty (line 341) | public String getLayoutProperty(String key) { method getAllTargetDivs (line 345) | public List getAllTargetDivs() { type View (line 349) | public interface View extends BaseEditorView, method setupLayoutEditor (line 352) | void setupLayoutEditor(Widget widget); FILE: uberfire-extensions/uberfire-runtime-plugins/uberfire-runtime-plugins-client/src/main/java/org/uberfire/ext/plugin/client/perspective/editor/PerspectiveEditorView.java class PerspectiveEditorView (line 30) | @Dependent method setup (line 39) | @PostConstruct method init (line 44) | @Override method setupLayoutEditor (line 49) | @Override type ViewBinder (line 54) | interface ViewBinder type PerspectiveEditorViewBinder (line 60) | interface PerspectiveEditorViewBinder FILE: uberfire-extensions/uberfire-runtime-plugins/uberfire-runtime-plugins-client/src/main/java/org/uberfire/ext/plugin/client/perspective/editor/api/PerspectiveEditorComponentGroupProvider.java type PerspectiveEditorComponentGroupProvider (line 25) | public interface PerspectiveEditorComponentGroupProvider extends LayoutC... method getOrder (line 32) | default Integer getOrder() { method compareTo (line 36) | @Override FILE: uberfire-extensions/uberfire-runtime-plugins/uberfire-runtime-plugins-client/src/main/java/org/uberfire/ext/plugin/client/perspective/editor/api/PerspectiveEditorCoreComponent.java type PerspectiveEditorCoreComponent (line 24) | public interface PerspectiveEditorCoreComponent extends LayoutDragCompon... FILE: uberfire-extensions/uberfire-runtime-plugins/uberfire-runtime-plugins-client/src/main/java/org/uberfire/ext/plugin/client/perspective/editor/api/PerspectiveEditorCoreGroupProvider.java class PerspectiveEditorCoreGroupProvider (line 30) | @ApplicationScoped method PerspectiveEditorCoreGroupProvider (line 36) | @Inject method getName (line 42) | @Override method getOrder (line 47) | @Override method getComponentGroup (line 52) | @Override FILE: uberfire-extensions/uberfire-runtime-plugins/uberfire-runtime-plugins-client/src/main/java/org/uberfire/ext/plugin/client/perspective/editor/api/PerspectiveEditorNavComponent.java type PerspectiveEditorNavComponent (line 24) | public interface PerspectiveEditorNavComponent extends LayoutDragCompone... FILE: uberfire-extensions/uberfire-runtime-plugins/uberfire-runtime-plugins-client/src/main/java/org/uberfire/ext/plugin/client/perspective/editor/api/PerspectiveEditorNavGroupProvider.java class PerspectiveEditorNavGroupProvider (line 31) | @ApplicationScoped method PerspectiveEditorNavGroupProvider (line 37) | @Inject method getName (line 43) | @Override method getComponentGroup (line 48) | @Override FILE: uberfire-extensions/uberfire-runtime-plugins/uberfire-runtime-plugins-client/src/main/java/org/uberfire/ext/plugin/client/perspective/editor/components/popup/AddTag.java class AddTag (line 46) | public class AddTag method AddTag (line 61) | public AddTag(PerspectiveEditorPresenter perspectivePresenter) { method cancelButton (line 84) | private void cancelButton() { method closePopup (line 89) | private void closePopup() { method show (line 94) | public void show() { method loadTags (line 99) | private void loadTags() { method generateTags (line 105) | private void generateTags() { method okButton (line 113) | private void okButton() { method addTag (line 120) | @UiHandler("addTag") method generateRemoveIcon (line 136) | private Icon generateRemoveIcon(final String value) { type Binder (line 151) | interface Binder FILE: uberfire-extensions/uberfire-runtime-plugins/uberfire-runtime-plugins-client/src/main/java/org/uberfire/ext/plugin/client/perspective/editor/events/PerspectiveEditorFocusEvent.java class PerspectiveEditorFocusEvent (line 20) | public class PerspectiveEditorFocusEvent { method PerspectiveEditorFocusEvent (line 24) | public PerspectiveEditorFocusEvent(LayoutEditor layoutEditor) { method getLayoutEditor (line 28) | public LayoutEditor getLayoutEditor() { FILE: uberfire-extensions/uberfire-runtime-plugins/uberfire-runtime-plugins-client/src/main/java/org/uberfire/ext/plugin/client/perspective/editor/generator/PerspectiveEditorActivity.java class PerspectiveEditorActivity (line 35) | public class PerspectiveEditorActivity implements PerspectiveActivity { method PerspectiveEditorActivity (line 41) | public PerspectiveEditorActivity(final LayoutTemplate editor, method update (line 47) | public void update(final LayoutTemplate editor, method getScreen (line 53) | public PerspectiveEditorScreenActivity getScreen() { method getPlace (line 57) | @Override method onStartup (line 62) | @Override method onOpen (line 67) | @Override method onClose (line 72) | @Override method onShutdown (line 76) | @Override method getDefaultPerspectiveLayout (line 80) | @Override method buildPerspective (line 85) | public PerspectiveDefinition buildPerspective() { method getDefaultPanelType (line 98) | protected String getDefaultPanelType() { method getIdentifier (line 102) | @Override method isDefault (line 107) | @Override method isTransient (line 112) | @Override method getMenus (line 117) | @Override method getToolBar (line 122) | @Override method getResourceType (line 127) | @Override FILE: uberfire-extensions/uberfire-runtime-plugins/uberfire-runtime-plugins-client/src/main/java/org/uberfire/ext/plugin/client/perspective/editor/generator/PerspectiveEditorGenerator.java class PerspectiveEditorGenerator (line 55) | @EntryPoint method PerspectiveEditorGenerator (line 64) | @Inject method loadPerspectives (line 75) | @PostConstruct method generatePerspective (line 86) | public void generatePerspective(String layoutEditorModel) { method generatePerspective (line 94) | public PerspectiveEditorActivity generatePerspective(LayoutTemplate la... method updatePerspective (line 106) | private PerspectiveEditorActivity updatePerspective(LayoutTemplate lay... method removePerspective (line 115) | public void removePerspective(String perspectiveName) { method updateScreen (line 121) | private PerspectiveEditorScreenActivity updateScreen(LayoutTemplate la... method createNewPerspective (line 129) | private PerspectiveEditorActivity createNewPerspective(LayoutTemplate ... method createNewScreen (line 144) | private PerspectiveEditorScreenActivity createNewScreen(LayoutTemplate... method isANewPerspective (line 169) | private boolean isANewPerspective(LayoutTemplate layoutTemplate) { method onPlugInAdded (line 176) | private void onPlugInAdded(@Observes final PluginAdded event) { method onPlugInSaved (line 183) | private void onPlugInSaved(@Observes final PluginSaved event) { method onPlugInRenamed (line 190) | private void onPlugInRenamed(@Observes final PluginRenamed event) { method onPlugInDeleted (line 199) | private void onPlugInDeleted(@Observes final PluginDeleted event) { FILE: uberfire-extensions/uberfire-runtime-plugins/uberfire-runtime-plugins-client/src/main/java/org/uberfire/ext/plugin/client/perspective/editor/generator/PerspectiveEditorScreenActivity.java class PerspectiveEditorScreenActivity (line 36) | public class PerspectiveEditorScreenActivity implements WorkbenchScreenA... method PerspectiveEditorScreenActivity (line 45) | public PerspectiveEditorScreenActivity(LayoutTemplate layoutTemplate, method buildScreenId (line 52) | public static String buildScreenId(String perspectiveId) { method getLayoutTemplate (line 58) | public LayoutTemplate getLayoutTemplate() { method setLayoutTemplate (line 62) | public void setLayoutTemplate(LayoutTemplate layoutTemplate) { method onStartup (line 66) | @Override method getPlace (line 71) | @Override method getIdentifier (line 76) | @Override method onMayClose (line 81) | @Override method onClose (line 86) | @Override method onShutdown (line 90) | @Override method getDefaultPosition (line 94) | @Override method getOwningPlace (line 99) | @Override method onFocus (line 104) | @Override method onLostFocus (line 108) | @Override method getTitle (line 112) | @Override method getTitleDecoration (line 117) | @Override method getWidget (line 122) | @Override method getMenus (line 127) | @Override method getToolBar (line 132) | @Override method onOpen (line 137) | @Override method contextId (line 145) | @Override method getResourceType (line 150) | @Override FILE: uberfire-extensions/uberfire-runtime-plugins/uberfire-runtime-plugins-client/src/main/java/org/uberfire/ext/plugin/client/perspective/editor/layout/editor/HTMLLayoutDragComponent.java class HTMLLayoutDragComponent (line 39) | @Dependent method getDragComponentTitle (line 51) | @Override method getDragComponentIconClass (line 56) | @Override method getPropertyCategories (line 61) | @Override method getPreviewWidget (line 76) | @Override method getShowWidget (line 81) | @Override method getConfigurationModal (line 91) | @Override FILE: uberfire-extensions/uberfire-runtime-plugins/uberfire-runtime-plugins-client/src/main/java/org/uberfire/ext/plugin/client/perspective/editor/layout/editor/PerspectiveEditorSettings.java class PerspectiveEditorSettings (line 20) | @ApplicationScoped method isTagsEnabled (line 31) | public boolean isTagsEnabled() { method setTagsEnabled (line 35) | public void setTagsEnabled(boolean tagsEnabled) { FILE: uberfire-extensions/uberfire-runtime-plugins/uberfire-runtime-plugins-client/src/main/java/org/uberfire/ext/plugin/client/perspective/editor/layout/editor/ScreenLayoutDragComponent.java class ScreenLayoutDragComponent (line 53) | @ApplicationScoped method ScreenLayoutDragComponent (line 62) | @Inject method setup (line 67) | @PostConstruct method getDragComponentTitle (line 72) | @Override method getDragComponentIconClass (line 77) | @Override method getPreviewWidget (line 82) | @Override method removeCurrentWidget (line 87) | @Override method getShowWidget (line 95) | @Override method buildPlaceRequest (line 110) | DefaultPlaceRequest buildPlaceRequest(Map properties) { method getConfigurationModal (line 123) | @Override method createCleanupPlaceRequest (line 131) | Command createCleanupPlaceRequest(DefaultPlaceRequest placeToClose) { method observeEditComponentEventFromPropertyEditor (line 137) | public void observeEditComponentEventFromPropertyEditor(@Observes Prop... method onNewPluginRegistered (line 146) | public void onNewPluginRegistered(@Observes NewPluginRegistered newPlu... method onPluginUnregistered (line 154) | public void onPluginUnregistered(@Observes PluginUnregistered pluginUn... method updateScreensList (line 160) | protected void updateScreensList() { method getActivityBeansInfo (line 165) | ActivityBeansInfo getActivityBeansInfo() { method getAvailableWorkbenchScreensIds (line 171) | List getAvailableWorkbenchScreensIds() { FILE: uberfire-extensions/uberfire-runtime-plugins/uberfire-runtime-plugins-client/src/main/java/org/uberfire/ext/plugin/client/perspective/editor/layout/editor/TargetDivDragComponent.java class TargetDivDragComponent (line 39) | @ApplicationScoped method setup (line 48) | @PostConstruct method getDragComponentTitle (line 52) | @Override method getPreviewWidget (line 57) | @Override method getShowWidget (line 67) | @Override method createDiv (line 73) | private FlowPanel createDiv(String id) { method getConfigurationModal (line 81) | @Override method observeEditComponentEventFromPropertyEditor (line 87) | public void observeEditComponentEventFromPropertyEditor(@Observes Prop... FILE: uberfire-extensions/uberfire-runtime-plugins/uberfire-runtime-plugins-client/src/main/java/org/uberfire/ext/plugin/client/perspective/editor/layout/editor/TargetDivList.java class TargetDivList (line 26) | public class TargetDivList { method list (line 28) | public static List list(LayoutTemplate layout) { method searchForComponents (line 36) | private static void searchForComponents(List rows, method extractTargetDiv (line 51) | private static void extractTargetDiv(List layoutCompo... method isATargetDiv (line 60) | private static boolean isATargetDiv(LayoutComponent layoutComponent) { method columnHasNestedRows (line 64) | private static boolean columnHasNestedRows(LayoutColumn layoutColumn) { FILE: uberfire-extensions/uberfire-runtime-plugins/uberfire-runtime-plugins-client/src/main/java/org/uberfire/ext/plugin/client/perspective/editor/layout/editor/popups/EditHTMLPresenter.java class EditHTMLPresenter (line 27) | @Dependent method EditHTMLPresenter (line 34) | @Inject method init (line 41) | public void init(final ModalConfigurationContext modalConfigurationCon... method show (line 47) | public void show() { method setupHTMLEditor (line 51) | void setupHTMLEditor() { method closeClick (line 62) | void closeClick() { method cancelClick (line 66) | void cancelClick() { method okClick (line 72) | void okClick() { method destroyHtmlEditor (line 80) | public void destroyHtmlEditor() { method getHtmlEditorView (line 84) | public HtmlEditorPresenter.View getHtmlEditorView() { method getModalConfigurationContext (line 88) | public ModalConfigurationContext getModalConfigurationContext() { method getView (line 92) | public View getView() { type View (line 96) | public interface View extends UberElement { method show (line 98) | void show(); method hide (line 100) | void hide(); method getHtmlEditorPlaceHolder (line 102) | String getHtmlEditorPlaceHolder(); method getModal (line 104) | Modal getModal(); FILE: uberfire-extensions/uberfire-runtime-plugins/uberfire-runtime-plugins-client/src/main/java/org/uberfire/ext/plugin/client/perspective/editor/layout/editor/popups/EditHTMLView.java class EditHTMLView (line 37) | @Dependent method EditHTMLView (line 52) | @Inject method init (line 58) | @Override method modalSetup (line 64) | private void modalSetup() { method show (line 83) | @Override method hide (line 88) | @Override method getHtmlEditorPlaceHolder (line 93) | @Override method getModal (line 98) | @Override method getElement (line 103) | @Override method okClick (line 108) | @SinkNative(Event.ONCLICK) method cancelClick (line 115) | @SinkNative(Event.ONCLICK) FILE: uberfire-extensions/uberfire-runtime-plugins/uberfire-runtime-plugins-client/src/main/java/org/uberfire/ext/plugin/client/perspective/editor/layout/editor/popups/EditScreen.java class EditScreen (line 50) | public class EditScreen method EditScreen (line 71) | public EditScreen(ModalConfigurationContext configContext, method cleanupPlaceRequest (line 99) | private void cleanupPlaceRequest() { method shouldICleanupPlaceRequest (line 105) | boolean shouldICleanupPlaceRequest() { method currentPlaceName (line 109) | String currentPlaceName() { method oldPlaceName (line 113) | String oldPlaceName() { method saveOriginalState (line 117) | private void saveOriginalState() { method addHiddenHandler (line 126) | protected void addHiddenHandler() { method userPressedCloseOrCancel (line 138) | private boolean userPressedCloseOrCancel() { method revertChanges (line 142) | private void revertChanges() { method show (line 150) | public void show() { method okButton (line 154) | void okButton() { method cancelButton (line 176) | void cancelButton() { method hide (line 181) | @Override method add (line 186) | @UiHandler("add") method addProperty (line 197) | private PropertyEditorCategory addProperty() { method generateScreenSettingsCategory (line 224) | private PropertyEditorCategory generateScreenSettingsCategory() { method generateEvent (line 271) | private PropertyEditorEvent generateEvent(PropertyEditorCategory categ... method getConfigContext (line 277) | protected ModalConfigurationContext getConfigContext() { type Binder (line 281) | interface Binder FILE: uberfire-extensions/uberfire-runtime-plugins/uberfire-runtime-plugins-client/src/main/java/org/uberfire/ext/plugin/client/perspective/editor/layout/editor/popups/EditTargetDiv.java class EditTargetDiv (line 41) | public class EditTargetDiv method EditTargetDiv (line 52) | public EditTargetDiv(ModalConfigurationContext configContext) { method saveOriginalState (line 66) | private void saveOriginalState() { method addHiddenHandler (line 75) | protected void addHiddenHandler() { method userPressedCloseOrCancel (line 84) | private boolean userPressedCloseOrCancel() { method revertChanges (line 88) | private void revertChanges() { method show (line 96) | public void show() { method okButton (line 100) | void okButton() { method generateRandomID (line 114) | private String generateRandomID() { method cancelButton (line 122) | void cancelButton() { method hide (line 127) | @Override method generatedPropertyEditor (line 132) | private PropertyEditorCategory generatedPropertyEditor() { method generateEvent (line 148) | private PropertyEditorEvent generateEvent(PropertyEditorCategory categ... method getConfigContext (line 154) | protected ModalConfigurationContext getConfigContext() { type Binder (line 158) | interface Binder FILE: uberfire-extensions/uberfire-runtime-plugins/uberfire-runtime-plugins-client/src/main/java/org/uberfire/ext/plugin/client/plugins/RuntimePluginStartup.java class RuntimePluginStartup (line 22) | @EntryPoint method init (line 33) | @PostConstruct method startPlugins (line 42) | void startPlugins(@Observes UberfireJSAPIReadyEvent event) { method isPerspectivePlugin (line 65) | private boolean isPerspectivePlugin(RuntimePlugin p) { method isJSPlugin (line 69) | private boolean isJSPlugin(RuntimePlugin p) { FILE: uberfire-extensions/uberfire-runtime-plugins/uberfire-runtime-plugins-client/src/main/java/org/uberfire/ext/plugin/client/resources/PluginCss.java type PluginCss (line 21) | public interface PluginCss extends CssResource { method content (line 23) | String content(); method editorWrapping (line 25) | @ClassName("editor-wrapping") method window (line 28) | String window(); method column (line 30) | String column(); method bottom (line 32) | String bottom(); method left (line 34) | String left(); method right (line 36) | String right(); method handlerVertical (line 38) | @ClassName("handler-vertical") method handlerHorizontal (line 41) | @ClassName("handler-horizontal") method top (line 44) | String top(); method buttonAddParameter (line 46) | String buttonAddParameter(); method windowLabel (line 48) | @ClassName("window-label") method bottomInverted (line 51) | @ClassName("bottom-inverted") method topInverted (line 54) | @ClassName("top-inverted") method mediaLib (line 57) | @ClassName("media-lib") FILE: uberfire-extensions/uberfire-runtime-plugins/uberfire-runtime-plugins-client/src/main/java/org/uberfire/ext/plugin/client/resources/WebAppResource.java type WebAppResource (line 23) | public interface WebAppResource method CSS (line 29) | @Source("css/plugin.css") method handleVertical (line 32) | @Source("images/handle-v.png") method handleHorizontal (line 35) | @Source("images/handle-h.png") FILE: uberfire-extensions/uberfire-runtime-plugins/uberfire-runtime-plugins-client/src/main/java/org/uberfire/ext/plugin/client/resources/i18n/CommonConstants.java type CommonConstants (line 22) | public interface CommonConstants method SavePerspective (line 28) | String SavePerspective(); method PerspectiveName (line 30) | String PerspectiveName(); method PerspectiveNameHolder (line 32) | String PerspectiveNameHolder(); method TagName (line 34) | String TagName(); method AddTag (line 36) | String AddTag(); method TagLabel (line 38) | String TagLabel(); method TagNameHolder (line 40) | String TagNameHolder(); method InvalidPerspectiveName (line 42) | String InvalidPerspectiveName(); method InvalidTagName (line 44) | String InvalidTagName(); method InvalidParameterName (line 46) | String InvalidParameterName(); method InvalidActivityID (line 48) | String InvalidActivityID(); method InvalidMenuLabel (line 50) | String InvalidMenuLabel(); method EmptyTagName (line 52) | String EmptyTagName(); method EmptyParameterName (line 54) | String EmptyParameterName(); method EmptyActivityID (line 56) | String EmptyActivityID(); method EmptyMenuLabel (line 58) | String EmptyMenuLabel(); method DuplicatedMenuLabel (line 60) | String DuplicatedMenuLabel(); method DuplicateParameterName (line 62) | String DuplicateParameterName(); method LoadPerspective (line 64) | String LoadPerspective(); method EditHtml (line 66) | String EditHtml(); method EditComponent (line 68) | String EditComponent(); method Add (line 70) | String Add(); method AddNewParameter (line 72) | String AddNewParameter(); method ParamKey (line 74) | String ParamKey(); method ParamKeyPlaceHolder (line 76) | String ParamKeyPlaceHolder(); method ParamValue (line 78) | String ParamValue(); method ParamValuePlaceHolder (line 80) | String ParamValuePlaceHolder(); method InvalidGridConfiguration (line 82) | String InvalidGridConfiguration(); method MenusNoMenuItems (line 84) | String MenusNoMenuItems(); method MenusMoveUpHint (line 86) | String MenusMoveUpHint(); method MenusMoveDownHint (line 88) | String MenusMoveDownHint(); method MenusActivityID (line 90) | String MenusActivityID(); method MenusLabel (line 92) | String MenusLabel(); method MenusDeleteHint (line 94) | String MenusDeleteHint(); method MenusDelete (line 96) | String MenusDelete(); method DragAndDrop (line 98) | String DragAndDrop(); method NewPerspective (line 100) | String NewPerspective(); method NewPerspectivePopUpTitle (line 102) | String NewPerspectivePopUpTitle(); method NewPerspectiveLayoutPopUpTitle (line 104) | String NewPerspectiveLayoutPopUpTitle(); method NewScreen (line 106) | String NewScreen(); method NewScreenPopUpTitle (line 108) | String NewScreenPopUpTitle(); method NewEditor (line 110) | String NewEditor(); method NewEditorPopUpTitle (line 112) | String NewEditorPopUpTitle(); method NewSplashScreen (line 114) | String NewSplashScreen(); method NewSplashScreenPopUpTitle (line 116) | String NewSplashScreenPopUpTitle(); method NewDynamicMenu (line 118) | String NewDynamicMenu(); method NewDynamicMenuPopUpTitle (line 120) | String NewDynamicMenuPopUpTitle(); method HTMLComponent (line 122) | String HTMLComponent(); method HTMLplaceHolder (line 124) | String HTMLplaceHolder(); method ScreenComponent (line 126) | String ScreenComponent(); method TargetDivComponent (line 128) | String TargetDivComponent(); method TargetDivPlaceHolder (line 130) | String TargetDivPlaceHolder(); method TargetDivConfiguration (line 132) | String TargetDivConfiguration(); method ScreenConfiguration (line 134) | String ScreenConfiguration(); method PlaceName (line 136) | String PlaceName(); method EmptyTitleText (line 138) | String EmptyTitleText(); method EmptySubTitleText (line 140) | String EmptySubTitleText(); method PluginsExplorer (line 142) | String PluginsExplorer(); method PerspectivePlugin (line 144) | String PerspectivePlugin(); method ScreenPlugin (line 146) | String ScreenPlugin(); method EditorPlugin (line 148) | String EditorPlugin(); method SplashScreenPlugin (line 150) | String SplashScreenPlugin(); method DynamicMenu (line 152) | String DynamicMenu(); method PerspectiveEditor (line 154) | String PerspectiveEditor(); method ScreenPluginEditor (line 156) | String ScreenPluginEditor(); method EditorPluginEditor (line 158) | String EditorPluginEditor(); method SplashScreenPluginEditor (line 160) | String SplashScreenPluginEditor(); method DynamicMenuEditor (line 162) | String DynamicMenuEditor(); method MenuItem (line 164) | String MenuItem(); method ActivityId (line 166) | String ActivityId(); method MenuLabel (line 168) | String MenuLabel(); method Ok (line 170) | String Ok(); method Cancel (line 172) | String Cancel(); method Name (line 174) | String Name(); FILE: uberfire-extensions/uberfire-runtime-plugins/uberfire-runtime-plugins-client/src/main/java/org/uberfire/ext/plugin/client/resources/i18n/Constants.java class Constants (line 21) | public class Constants { FILE: uberfire-extensions/uberfire-runtime-plugins/uberfire-runtime-plugins-client/src/main/java/org/uberfire/ext/plugin/client/resources/i18n/PerspectiveEditorPaletteConstants.java type PerspectiveEditorPaletteConstants (line 22) | public interface PerspectiveEditorPaletteConstants extends Messages, Per... FILE: uberfire-extensions/uberfire-runtime-plugins/uberfire-runtime-plugins-client/src/main/java/org/uberfire/ext/plugin/client/resources/i18n/PerspectiveEditorPaletteI18n.java type PerspectiveEditorPaletteI18n (line 22) | public interface PerspectiveEditorPaletteI18n { method coreComponentGroupName (line 24) | String coreComponentGroupName(); method navComponentGroupName (line 26) | String navComponentGroupName(); FILE: uberfire-extensions/uberfire-runtime-plugins/uberfire-runtime-plugins-client/src/main/java/org/uberfire/ext/plugin/client/resources/i18n/PerspectiveEditorPaletteI18nImpl.java class PerspectiveEditorPaletteI18nImpl (line 21) | @ApplicationScoped method coreComponentGroupName (line 24) | @Override method navComponentGroupName (line 29) | @Override FILE: uberfire-extensions/uberfire-runtime-plugins/uberfire-runtime-plugins-client/src/main/java/org/uberfire/ext/plugin/client/security/PluginController.java class PluginController (line 31) | @ApplicationScoped method PluginController (line 37) | @Inject method canCreatePerspectives (line 44) | public boolean canCreatePerspectives() { method canRead (line 50) | public boolean canRead(Activity activity) { method canUpdate (line 63) | public boolean canUpdate(Activity activity) { method canDelete (line 76) | public boolean canDelete(Activity activity) { FILE: uberfire-extensions/uberfire-runtime-plugins/uberfire-runtime-plugins-client/src/main/java/org/uberfire/ext/plugin/client/type/DynamicMenuResourceType.java class DynamicMenuResourceType (line 29) | @ApplicationScoped method DynamicMenuResourceType (line 34) | public DynamicMenuResourceType() { method DynamicMenuResourceType (line 37) | @Inject method getIcon (line 42) | @Override FILE: uberfire-extensions/uberfire-runtime-plugins/uberfire-runtime-plugins-client/src/main/java/org/uberfire/ext/plugin/client/type/EditorPluginResourceType.java class EditorPluginResourceType (line 29) | @ApplicationScoped method EditorPluginResourceType (line 34) | public EditorPluginResourceType() { method EditorPluginResourceType (line 37) | @Inject method getIcon (line 42) | @Override FILE: uberfire-extensions/uberfire-runtime-plugins/uberfire-runtime-plugins-client/src/main/java/org/uberfire/ext/plugin/client/type/PerspectiveLayoutPluginResourceType.java class PerspectiveLayoutPluginResourceType (line 29) | @ApplicationScoped method PerspectiveLayoutPluginResourceType (line 34) | public PerspectiveLayoutPluginResourceType() { method PerspectiveLayoutPluginResourceType (line 37) | @Inject method getIcon (line 42) | @Override FILE: uberfire-extensions/uberfire-runtime-plugins/uberfire-runtime-plugins-client/src/main/java/org/uberfire/ext/plugin/client/type/ScreenPluginResourceType.java class ScreenPluginResourceType (line 29) | @ApplicationScoped method ScreenPluginResourceType (line 34) | public ScreenPluginResourceType() { method ScreenPluginResourceType (line 37) | @Inject method getIcon (line 42) | @Override FILE: uberfire-extensions/uberfire-runtime-plugins/uberfire-runtime-plugins-client/src/main/java/org/uberfire/ext/plugin/client/type/SplashPluginResourceType.java class SplashPluginResourceType (line 29) | @ApplicationScoped method SplashPluginResourceType (line 34) | public SplashPluginResourceType() { method SplashPluginResourceType (line 37) | @Inject method getIcon (line 42) | @Override FILE: uberfire-extensions/uberfire-runtime-plugins/uberfire-runtime-plugins-client/src/main/java/org/uberfire/ext/plugin/client/validation/NameValidator.java class NameValidator (line 20) | public class NameValidator extends RuleValidator { method NameValidator (line 30) | private NameValidator(String emptyError, method createNameValidator (line 36) | public static NameValidator createNameValidator(String emptyError, method tagNameValidator (line 42) | public static NameValidator tagNameValidator() { method parameterNameValidator (line 47) | public static NameValidator parameterNameValidator() { method getValidationError (line 52) | public String getValidationError() { method isValid (line 56) | public boolean isValid(String dirName) { FILE: uberfire-extensions/uberfire-runtime-plugins/uberfire-runtime-plugins-client/src/main/java/org/uberfire/ext/plugin/client/validation/PluginNameValidator.java class PluginNameValidator (line 36) | @ApplicationScoped method validate (line 46) | @Override method shouldGiveReasonOfValidationError (line 74) | private boolean shouldGiveReasonOfValidationError(final ValidatorCallb... method validateName (line 78) | protected void validateName(final String name, method getNameValidator (line 107) | private RuleValidator getNameValidator() { FILE: uberfire-extensions/uberfire-runtime-plugins/uberfire-runtime-plugins-client/src/main/java/org/uberfire/ext/plugin/client/validation/RuleValidator.java class RuleValidator (line 23) | public abstract class RuleValidator { method isValid (line 25) | public abstract boolean isValid(String value); method getValidationError (line 27) | public abstract String getValidationError(); method validateFieldInline (line 29) | public boolean validateFieldInline(String value, FILE: uberfire-extensions/uberfire-runtime-plugins/uberfire-runtime-plugins-client/src/main/java/org/uberfire/ext/plugin/client/widget/cell/IconCell.java class IconCell (line 35) | public class IconCell extends AbstractSafeHtmlCell { method IconCell (line 45) | public IconCell(IconType iconType) { method IconCell (line 55) | public IconCell(IconType iconType, method getIconType (line 64) | public IconType getIconType() { method setIconType (line 68) | public void setIconType(IconType iconType) { method getIconSize (line 72) | public IconSize getIconSize() { method setIconSize (line 76) | public void setIconSize(IconSize iconSize) { method getTooltip (line 80) | public String getTooltip() { method setTooltip (line 84) | public void setTooltip(String tooltip) { method render (line 88) | @Override method onBrowserEvent (line 101) | @Override method onEnterKeyDown (line 128) | @Override FILE: uberfire-extensions/uberfire-runtime-plugins/uberfire-runtime-plugins-client/src/main/java/org/uberfire/ext/plugin/client/widget/media/MediaLibraryWidget.java class MediaLibraryWidget (line 63) | @Dependent method init (line 84) | @PostConstruct method setup (line 123) | public void setup(final String pluginName, method createFileUpload (line 137) | private FileUpload createFileUpload() { method onResize (line 149) | @Override method onNewMedia (line 156) | public void onNewMedia(@Observes final MediaAdded mediaAddedEvent) { method onMediaDelete (line 171) | public void onMediaDelete(@Observes final MediaDeleted mediaDeleted) { method addMedia (line 180) | public void addMedia(final Media media) { method getTrashClickHandler (line 214) | private ClickHandler getTrashClickHandler(final Media media, method updateMediaOnClose (line 228) | public void updateMediaOnClose() { method updateMediaOnSave (line 234) | public void updateMediaOnSave() { type ViewBinder (line 241) | interface ViewBinder FILE: uberfire-extensions/uberfire-runtime-plugins/uberfire-runtime-plugins-client/src/main/java/org/uberfire/ext/plugin/client/widget/navigator/PluginNavList.java class PluginNavList (line 63) | @Dependent method compare (line 67) | @Override method init (line 92) | @PostConstruct method setup (line 98) | public void setup(final Collection plugins) { method thereIsAlreadyAPluginWithSameName (line 146) | private boolean thereIsAlreadyAPluginWithSameName(Activity item, method makeItemNavLink (line 152) | private Widget makeItemNavLink(final Activity activity) { method onPlugInAdded (line 181) | public void onPlugInAdded(@Observes final PluginAdded pluginAdded) { method addNewPlugin (line 185) | public void addNewPlugin(final BasePluginEvent newPlugin) { method onPlugInRenamed (line 210) | public void onPlugInRenamed(@Observes final PluginRenamed pluginRename... method onPlugInDeleted (line 218) | public void onPlugInDeleted(@Observes final PluginDeleted pluginDelete... type ViewBinder (line 225) | interface ViewBinder FILE: uberfire-extensions/uberfire-runtime-plugins/uberfire-runtime-plugins-client/src/main/java/org/uberfire/ext/plugin/client/widget/plugin/GeneralPluginEditor.java class GeneralPluginEditor (line 49) | @Dependent method execute (line 96) | @Override method execute (line 112) | @Override method init (line 128) | @PostConstruct method setup (line 167) | public void setup(final CodeElement... elements) { method setupContent (line 179) | public void setupContent(final PluginContent pluginContent, method setupEditor (line 200) | private void setupEditor(final AceEditor editor, method getContent (line 208) | public PluginContent getContent() { method isDirty (line 212) | public boolean isDirty() { method getCodeMap (line 216) | public Map getCodeMap() { method getTemplate (line 222) | public String getTemplate() { method getCss (line 226) | public String getCss() { method onResize (line 230) | @Override method onSave (line 244) | public void onSave() { method onClose (line 248) | public void onClose() { type ViewBinder (line 252) | interface ViewBinder FILE: uberfire-extensions/uberfire-runtime-plugins/uberfire-runtime-plugins-client/src/main/java/org/uberfire/ext/plugin/client/widget/popup/NewPluginPopUp.java class NewPluginPopUp (line 38) | @ApplicationScoped method NewPluginPopUp (line 50) | protected NewPluginPopUp() { method NewPluginPopUp (line 53) | @Inject method getNameValidator (line 59) | @Override method onOK (line 65) | @Override method getPathPlaceRequest (line 113) | protected PlaceRequest getPathPlaceRequest(Plugin response) { method onCancel (line 118) | @Override method show (line 123) | public void show(final PluginType type) { method hide (line 127) | private void hide() { FILE: uberfire-extensions/uberfire-runtime-plugins/uberfire-runtime-plugins-client/src/main/java/org/uberfire/ext/plugin/client/widget/popup/NewPluginPopUpView.java type NewPluginPopUpView (line 23) | public interface NewPluginPopUpView extends UberView getPlugins() { FILE: uberfire-extensions/uberfire-runtime-plugins/uberfire-runtime-plugins-client/src/test/java/org/uberfire/ext/plugin/client/perspective/editor/PerspectiveEditorPresenterTest.java class PerspectiveEditorPresenterTest (line 73) | @RunWith(GwtMockitoTestRunner.class) class PerspectiveEditorTestGroupProvider (line 141) | class PerspectiveEditorTestGroupProvider implements PerspectiveEditorC... method PerspectiveEditorTestGroupProvider (line 146) | public PerspectiveEditorTestGroupProvider(String name, LayoutDragCom... method getName (line 151) | @Override method getComponentGroup (line 156) | @Override method setUp (line 162) | @Before method testInitLayoutEditor (line 187) | @Test method testInitDragComponentGroups (line 196) | @Test method testTagsDisabledByDefault (line 212) | @Test method testTagsEnabled (line 224) | @Test method testGetContentSupplier (line 237) | @Test method testGetSaveAndRenameServiceCaller (line 249) | @Test method mockSaveAndRenameCommandBuilder (line 254) | private void mockSaveAndRenameCommandBuilder() { FILE: uberfire-extensions/uberfire-runtime-plugins/uberfire-runtime-plugins-client/src/test/java/org/uberfire/ext/plugin/client/perspective/editor/generator/PerspectiveEditorGeneratorTest.java class PerspectiveEditorGeneratorTest (line 36) | @RunWith(GwtMockitoTestRunner.class) method setUp (line 56) | @Before method testGeneratedActivitiesIdentifier (line 66) | @Test FILE: uberfire-extensions/uberfire-runtime-plugins/uberfire-runtime-plugins-client/src/test/java/org/uberfire/ext/plugin/client/perspective/editor/layout/editor/ScreenLayoutDragComponentTest.java class ScreenLayoutDragComponentTest (line 43) | @RunWith(MockitoJUnitRunner.class) method setup (line 54) | @Before method newNotScreenPluginRegisteredTest (line 71) | @Test method existingScreenRegisteredTest (line 79) | @Test method newScreenRegisteredTest (line 87) | @Test method notScreenPluginUnregisteredTest (line 95) | @Test method existingScreenUnregisteredTest (line 103) | @Test method unexistingScreenUnregisteredTest (line 111) | @Test method removeCurrentWidgetTest (line 119) | @Test method buildPlaceRequestTest (line 133) | @Test method createCleanupPlaceRequestTest (line 148) | @Test method componentDisabledTest (line 160) | @Test FILE: uberfire-extensions/uberfire-runtime-plugins/uberfire-runtime-plugins-client/src/test/java/org/uberfire/ext/plugin/client/perspective/editor/layout/editor/TargetDivListTest.java class TargetDivListTest (line 30) | public class TargetDivListTest { method getAllTargetDivsTest (line 36) | @Test method loadLayout (line 50) | public LayoutTemplate loadLayout(String templateURL) throws Exception { FILE: uberfire-extensions/uberfire-runtime-plugins/uberfire-runtime-plugins-client/src/test/java/org/uberfire/ext/plugin/client/perspective/editor/layout/editor/popups/EditHTMLPresenterTest.java class EditHTMLPresenterTest (line 32) | public class EditHTMLPresenterTest { method setup (line 46) | @Before method setupEmptyHTMLEditorTest (line 56) | @Test method setupNotEmptyHTMLEditorTest (line 67) | @Test method showTest (line 80) | @Test method okClickTest (line 88) | @Test method cancelButtonClickHandlerTest (line 100) | @Test method closeButtonClickHandlerTest (line 112) | @Test FILE: uberfire-extensions/uberfire-runtime-plugins/uberfire-runtime-plugins-client/src/test/java/org/uberfire/ext/plugin/client/perspective/editor/layout/editor/popups/EditScreenTest.java class EditScreenTest (line 43) | @RunWith(GwtMockitoTestRunner.class) method setup (line 57) | @Before method okButtonClickHandlerTest (line 82) | @Test method cancelButtonClickHandlerTest (line 96) | @Test method closeButtonClickHandlerTest (line 109) | @Test method shouldICleanupPlaceRequestTest (line 119) | @Test method getScreensId (line 137) | private List getScreensId() { class EditScreenFake (line 144) | private class EditScreenFake extends EditScreen { method EditScreenFake (line 146) | public EditScreenFake(ModalConfigurationContext ctx, method realAddHiddenHandler (line 153) | public void realAddHiddenHandler() { method shouldICleanupPlaceRequest (line 157) | @Override method addHiddenHandler (line 162) | @Override FILE: uberfire-extensions/uberfire-runtime-plugins/uberfire-runtime-plugins-client/src/test/java/org/uberfire/ext/plugin/client/validation/NameValidatorTest.java class NameValidatorTest (line 24) | public class NameValidatorTest { method setup (line 35) | @Before method emptyNameTest (line 41) | @Test method invalidNameTest (line 49) | @Test method validNameTest (line 57) | @Test FILE: uberfire-extensions/uberfire-runtime-plugins/uberfire-runtime-plugins-client/src/test/java/org/uberfire/ext/plugin/client/validation/PluginNameValidatorTest.java class PluginNameValidatorTest (line 42) | @RunWith(MockitoJUnitRunner.class) method setup (line 58) | @Before method validateEmptyName (line 88) | @Test method validateEmptyNameWithExtension (line 99) | @Test method validateInvalidName (line 110) | @Test method validateDuplicatedName (line 121) | @Test FILE: uberfire-extensions/uberfire-runtime-plugins/uberfire-runtime-plugins-client/src/test/java/org/uberfire/ext/plugin/client/validation/RuleValidatorTest.java class RuleValidatorTest (line 29) | @RunWith(GwtMockitoTestRunner.class) method setup (line 45) | @Before method validRuleValidatorTest (line 75) | @Test method invalidRuleValidatorTest (line 85) | @Test FILE: uberfire-extensions/uberfire-runtime-plugins/uberfire-runtime-plugins-client/src/test/java/org/uberfire/ext/plugin/client/widget/media/MediaLibraryWidgetTest.java class MediaLibraryWidgetTest (line 35) | @RunWith(GwtMockitoTestRunner.class) method setup (line 47) | @Before method newMediaDeletedOnCloseTest (line 61) | @Test method newMediaNotDeletedOnSaveTest (line 73) | @Test method existentMediaNotDeletedOnCloseTest (line 86) | @Test method existentAndUnexistentMediaNotDeletedOnSaveTest (line 103) | @Test FILE: uberfire-extensions/uberfire-runtime-plugins/uberfire-runtime-plugins-client/src/test/java/org/uberfire/ext/plugin/client/widget/plugin/GeneralPluginEditorTest.java class GeneralPluginEditorTest (line 31) | @RunWith(GwtMockitoTestRunner.class) method setup (line 49) | @Before method editorResizingNaNTest (line 54) | @Test method editorResizingWithNegativeHeightTest (line 65) | @Test method editorResizingWithZeroHeightTest (line 76) | @Test method editorResizingWithPositiveHeightTest (line 87) | @Test FILE: uberfire-extensions/uberfire-runtime-plugins/uberfire-runtime-plugins-client/src/test/java/org/uberfire/ext/plugin/client/widget/popup/NewPluginPopUpTest.java class NewPluginPopUpTest (line 37) | @RunWith(MockitoJUnitRunner.class) method setUp (line 61) | @Before method testSuccessfulValidation (line 94) | @Test method testFailedValidation (line 107) | @Test method testPopupCanceled (line 123) | @Test FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-security-management-api/src/main/java/org/uberfire/ext/security/management/api/AbstractEntityManager.java type AbstractEntityManager (line 28) | public interface AbstractEntityManager { method search (line 36) | SearchResponse search(SearchRequest request) throws SecurityManagem... method get (line 44) | T get(final String identifier) throws SecurityManagementException; method getAll (line 51) | List getAll() throws SecurityManagementException; method create (line 59) | T create(T entity) throws SecurityManagementException; method update (line 67) | T update(T entity) throws SecurityManagementException; method delete (line 75) | void delete(final String... identifiers) throws SecurityManagementExce... method getSettings (line 81) | S getSettings(); type SearchRequest (line 86) | interface SearchRequest { method getSearchPattern (line 92) | String getSearchPattern(); method getConstrainedIdentifiers (line 97) | Set getConstrainedIdentifiers(); method setConstrainedIdentifiers (line 103) | SearchRequest setConstrainedIdentifiers(Set constrainedIdent... method getPage (line 110) | int getPage(); method getPageSize (line 116) | int getPageSize(); type SearchResponse (line 123) | interface SearchResponse { method getResults (line 129) | List getResults(); method getTotal (line 136) | int getTotal(); method hasNextPage (line 143) | boolean hasNextPage(); method getSearchPattern (line 149) | String getSearchPattern(); method getPage (line 156) | int getPage(); method getPageSize (line 162) | int getPageSize(); FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-security-management-api/src/main/java/org/uberfire/ext/security/management/api/Capability.java type Capability (line 27) | @Portable method Capability (line 55) | Capability() { FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-security-management-api/src/main/java/org/uberfire/ext/security/management/api/CapabilityStatus.java type CapabilityStatus (line 26) | @Portable method CapabilityStatus (line 31) | CapabilityStatus() { FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-security-management-api/src/main/java/org/uberfire/ext/security/management/api/ContextualManager.java type ContextualManager (line 23) | public interface ContextualManager { method initialize (line 29) | void initialize(UserSystemManager userSystemManager) throws Exception; method destroy (line 34) | void destroy() throws Exception; FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-security-management-api/src/main/java/org/uberfire/ext/security/management/api/GroupManager.java type GroupManager (line 33) | public interface GroupManager extends AbstractEntityManager getConstrainedGroups(); method setConstrainedGroups (line 43) | void setConstrainedGroups(Collection constrainedGroups); FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-security-management-api/src/main/java/org/uberfire/ext/security/management/api/RoleManager.java type RoleManager (line 25) | public interface RoleManager extends AbstractEntityManager getCapabilities(); FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-security-management-api/src/main/java/org/uberfire/ext/security/management/api/UserManagementService.java type UserManagementService (line 26) | public interface UserManagementService { method users (line 32) | UserManager users(); method groups (line 38) | GroupManager groups(); method roles (line 44) | RoleManager roles(); FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-security-management-api/src/main/java/org/uberfire/ext/security/management/api/UserManager.java type UserManager (line 29) | public interface UserManager extends AbstractEntityManager getSupportedAttributes(); FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-security-management-api/src/main/java/org/uberfire/ext/security/management/api/UserSystemManager.java type UserSystemManager (line 32) | public interface UserSystemManager extends UserManagementService { method usersValidator (line 38) | EntityValidator usersValidator(); method groupsValidator (line 44) | EntityValidator groupsValidator(); method rolesValidator (line 50) | EntityValidator rolesValidator(); method isActive (line 55) | boolean isActive(); FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-security-management-api/src/main/java/org/uberfire/ext/security/management/api/event/UserDeletedEvent.java class UserDeletedEvent (line 19) | public class UserDeletedEvent { method UserDeletedEvent (line 23) | public UserDeletedEvent() { method UserDeletedEvent (line 26) | public UserDeletedEvent(String identifier) { method getIdentifier (line 30) | public String getIdentifier() { FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-security-management-api/src/main/java/org/uberfire/ext/security/management/api/exception/ClientNotFoundException.java class ClientNotFoundException (line 22) | @Portable method ClientNotFoundException (line 25) | public ClientNotFoundException(@MapsTo("identifier") String identifier) { method getMessage (line 29) | @Override FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-security-management-api/src/main/java/org/uberfire/ext/security/management/api/exception/EntityNotFoundException.java class EntityNotFoundException (line 26) | @Portable method EntityNotFoundException (line 31) | public EntityNotFoundException(@MapsTo("identifier") String identifier) { method getIdentifier (line 35) | public String getIdentifier() { method getMessage (line 39) | @Override FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-security-management-api/src/main/java/org/uberfire/ext/security/management/api/exception/GroupNotFoundException.java class GroupNotFoundException (line 26) | @Portable method GroupNotFoundException (line 29) | public GroupNotFoundException(@MapsTo("identifier") String identifier) { method getMessage (line 33) | @Override FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-security-management-api/src/main/java/org/uberfire/ext/security/management/api/exception/InvalidEntityIdentifierException.java class InvalidEntityIdentifierException (line 27) | @Portable method InvalidEntityIdentifierException (line 32) | public InvalidEntityIdentifierException(@MapsTo("identifier") String i... method getSymbolsAccepted (line 38) | public String getSymbolsAccepted() { method getMessage (line 42) | @Override FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-security-management-api/src/main/java/org/uberfire/ext/security/management/api/exception/NoImplementationAvailableException.java class NoImplementationAvailableException (line 25) | @Portable method NoImplementationAvailableException (line 28) | public NoImplementationAvailableException() { method getMessage (line 31) | @Override FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-security-management-api/src/main/java/org/uberfire/ext/security/management/api/exception/OperationFailedException.java class OperationFailedException (line 26) | @Portable method OperationFailedException (line 32) | public OperationFailedException(@MapsTo("code") int code, method getCode (line 38) | public int getCode() { method getMessage (line 42) | @Override FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-security-management-api/src/main/java/org/uberfire/ext/security/management/api/exception/RealmManagementNotAuthorizedException.java class RealmManagementNotAuthorizedException (line 22) | @Portable method RealmManagementNotAuthorizedException (line 28) | public RealmManagementNotAuthorizedException(final @MapsTo("realmResou... method getRealmResource (line 32) | public String getRealmResource() { FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-security-management-api/src/main/java/org/uberfire/ext/security/management/api/exception/SecurityManagementException.java class SecurityManagementException (line 25) | @Portable method SecurityManagementException (line 28) | public SecurityManagementException() { method SecurityManagementException (line 31) | public SecurityManagementException(String message) { method SecurityManagementException (line 35) | public SecurityManagementException(Throwable cause) { method SecurityManagementException (line 39) | public SecurityManagementException(String message, Throwable cause) { FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-security-management-api/src/main/java/org/uberfire/ext/security/management/api/exception/UnsupportedServiceCapabilityException.java class UnsupportedServiceCapabilityException (line 27) | @Portable method UnsupportedServiceCapabilityException (line 32) | public UnsupportedServiceCapabilityException(@MapsTo("capability") Cap... method getCapability (line 36) | public Capability getCapability() { method getMessage (line 40) | @Override FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-security-management-api/src/main/java/org/uberfire/ext/security/management/api/exception/UserAlreadyExistsException.java class UserAlreadyExistsException (line 26) | @SuppressWarnings("serial") method UserAlreadyExistsException (line 32) | public UserAlreadyExistsException(@MapsTo("identifier") String identif... method getUserId (line 36) | public String getUserId() { method getMessage (line 40) | @Override FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-security-management-api/src/main/java/org/uberfire/ext/security/management/api/exception/UserNotFoundException.java class UserNotFoundException (line 26) | @Portable method UserNotFoundException (line 29) | public UserNotFoundException(@MapsTo("identifier") String identifier) { method getMessage (line 33) | @Override FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-security-management-api/src/main/java/org/uberfire/ext/security/management/api/service/GroupManagerService.java type GroupManagerService (line 25) | @Remote FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-security-management-api/src/main/java/org/uberfire/ext/security/management/api/service/RoleManagerService.java type RoleManagerService (line 25) | @Remote FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-security-management-api/src/main/java/org/uberfire/ext/security/management/api/service/UserManagerService.java type UserManagerService (line 27) | @Remote method getUser (line 31) | @Override FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-security-management-api/src/main/java/org/uberfire/ext/security/management/api/validation/EntityValidator.java type EntityValidator (line 28) | public interface EntityValidator { method validate (line 35) | Set> validate(T entity); FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-security-management-api/src/main/java/org/uberfire/ext/security/management/api/validation/GroupValidator.java class GroupValidator (line 37) | public abstract class GroupValidator implements EntityValidator { method validate (line 41) | @Override method getMessage (line 58) | public abstract String getMessage(final String key); method createViolation (line 60) | private ConstraintViolation createViolation(final Group user, FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-security-management-api/src/main/java/org/uberfire/ext/security/management/api/validation/RoleValidator.java class RoleValidator (line 30) | public abstract class RoleValidator implements EntityValidator { method validate (line 32) | @Override FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-security-management-api/src/main/java/org/uberfire/ext/security/management/api/validation/UserValidator.java class UserValidator (line 37) | public abstract class UserValidator implements EntityValidator { method validate (line 41) | @Override method getMessage (line 58) | public abstract String getMessage(final String key); method createViolation (line 60) | private ConstraintViolation createViolation(final User user, FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-security-management-api/src/main/java/org/uberfire/ext/security/management/impl/GroupManagerSettingsImpl.java class GroupManagerSettingsImpl (line 32) | @Portable method GroupManagerSettingsImpl (line 38) | public GroupManagerSettingsImpl(@MapsTo("capabilities") Map results, method getResults (line 53) | @Override method getTotal (line 58) | @Override method hasNextPage (line 63) | @Override method getSearchPattern (line 68) | @Override method getPage (line 73) | @Override method getPageSize (line 78) | @Override FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-security-management-api/src/main/java/org/uberfire/ext/security/management/impl/SettingsImpl.java class SettingsImpl (line 31) | @Portable method SettingsImpl (line 36) | public SettingsImpl(@MapsTo("capabilities") Map implements RuntimeS... method search (line 33) | @Override method isConstrained (line 63) | protected boolean isConstrained(AbstractEntityManager.SearchRequest re... method createResponse (line 76) | public AbstractEntityManager.SearchResponse createResponse(Collecti... method getIdentifier (line 100) | protected abstract String getIdentifier(T entity); method isEmpty (line 102) | protected boolean isEmpty(String str) { FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-security-management-backend/src/main/java/org/uberfire/ext/security/management/search/GroupsIdentifierRuntimeSearchEngine.java class GroupsIdentifierRuntimeSearchEngine (line 26) | public class GroupsIdentifierRuntimeSearchEngine extends IdentifierRunti... method createEntity (line 28) | @Override FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-security-management-backend/src/main/java/org/uberfire/ext/security/management/search/GroupsRuntimeSearchEngine.java class GroupsRuntimeSearchEngine (line 27) | @ApplicationScoped method getIdentifier (line 30) | @Override FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-security-management-backend/src/main/java/org/uberfire/ext/security/management/search/IdentifierRuntimeSearchEngine.java class IdentifierRuntimeSearchEngine (line 29) | public abstract class IdentifierRuntimeSearchEngine extends AbstractR... method searchByIdentifiers (line 31) | public AbstractEntityManager.SearchResponse searchByIdentifiers(Col... method createEntity (line 69) | protected abstract T createEntity(String identifier); method getIdentifier (line 71) | @Override FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-security-management-backend/src/main/java/org/uberfire/ext/security/management/search/RolesRuntimeSearchEngine.java class RolesRuntimeSearchEngine (line 27) | @ApplicationScoped method getIdentifier (line 30) | @Override FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-security-management-backend/src/main/java/org/uberfire/ext/security/management/search/RuntimeSearchEngine.java type RuntimeSearchEngine (line 23) | public interface RuntimeSearchEngine { method search (line 31) | AbstractEntityManager.SearchResponse search(Collection entities, FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-security-management-backend/src/main/java/org/uberfire/ext/security/management/search/UsersIdentifierRuntimeSearchEngine.java class UsersIdentifierRuntimeSearchEngine (line 26) | public class UsersIdentifierRuntimeSearchEngine extends IdentifierRuntim... method createEntity (line 28) | @Override FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-security-management-backend/src/main/java/org/uberfire/ext/security/management/search/UsersRuntimeSearchEngine.java class UsersRuntimeSearchEngine (line 27) | @ApplicationScoped method getIdentifier (line 30) | @Override FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-security-management-backend/src/main/java/org/uberfire/ext/security/management/service/AbstractUserManagementService.java class AbstractUserManagementService (line 30) | public abstract class AbstractUserManagementService implements UserManag... method AbstractUserManagementService (line 34) | @Inject method roles (line 39) | @Override FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-security-management-backend/src/main/java/org/uberfire/ext/security/management/service/GroupManagerServiceImpl.java class GroupManagerServiceImpl (line 43) | @Service method init (line 54) | @PostConstruct method getService (line 59) | private GroupManager getService() throws SecurityManagementException { method search (line 66) | @Override method get (line 85) | @Override method getAll (line 91) | @Override method create (line 100) | @Override method update (line 111) | @Override method delete (line 122) | @Override method getSettings (line 134) | @Override method assignUsers (line 144) | @Override method isConstrained (line 152) | protected boolean isConstrained(final String name) { FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-security-management-backend/src/main/java/org/uberfire/ext/security/management/service/RoleManagerServiceImpl.java class RoleManagerServiceImpl (line 39) | @Service method init (line 50) | @PostConstruct method getService (line 55) | private RoleManager getService() throws SecurityManagementException { method search (line 62) | @Override method get (line 71) | @Override method getAll (line 77) | @Override method create (line 83) | @Override method update (line 89) | @Override method delete (line 95) | @Override method getSettings (line 101) | @Override FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-security-management-backend/src/main/java/org/uberfire/ext/security/management/service/UserManagerServiceImpl.java class UserManagerServiceImpl (line 44) | @Service method init (line 58) | @PostConstruct method getService (line 63) | private UserManager getService() throws SecurityManagementException { method assignGroups (line 70) | @Override method assignRoles (line 78) | @Override method changePassword (line 86) | @Override method search (line 94) | @Override method get (line 104) | @Override method getAll (line 110) | @Override method create (line 116) | @Override method update (line 122) | @Override method delete (line 128) | @Override method getSettings (line 139) | @Override FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-security-management-backend/src/main/java/org/uberfire/ext/security/management/util/SecurityManagementUtils.java class SecurityManagementUtils (line 39) | public class SecurityManagementUtils { method createUser (line 54) | public static User createUser(final String id) { method createUser (line 59) | public static User createUser(final String id, method createUser (line 66) | public static User createUser(final String id, method createUser (line 75) | public static User createUser(final String id, method createGroup (line 91) | public static Group createGroup(final String name) { method createRole (line 98) | public static Role createRole(final String name) { method clone (line 105) | public static User clone(final User user) { method getGroups (line 119) | public static Set getGroups(final UserSystemManager userSystemM... method getRoles (line 128) | public static Set getRoles(final UserSystemManager userSystemMan... method getRegisteredRoles (line 141) | public static Set getRegisteredRoles() { method getRegisteredRoleNames (line 145) | public static Set getRegisteredRoleNames() { method populateGroupOrRoles (line 157) | public static void populateGroupOrRoles(final String name, method rolesToString (line 177) | public static Set rolesToString(final Set roles) { method groupsToString (line 188) | public static Set groupsToString(final Set groups) { FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-security-management-backend/src/main/java/org/uberfire/ext/security/management/validation/GroupValidatorImpl.java class GroupValidatorImpl (line 23) | public class GroupValidatorImpl extends GroupValidator { method getMessage (line 28) | @Override FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-security-management-backend/src/main/java/org/uberfire/ext/security/management/validation/RoleValidatorImpl.java class RoleValidatorImpl (line 22) | public class RoleValidatorImpl extends RoleValidator { FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-security-management-backend/src/main/java/org/uberfire/ext/security/management/validation/UserValidatorImpl.java class UserValidatorImpl (line 23) | public class UserValidatorImpl extends UserValidator { method getMessage (line 28) | @Override FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-security-management-backend/src/test/java/org/uberfire/ext/security/management/BackendUserSystemManagerTest.java class BackendUserSystemManagerTest (line 26) | public class BackendUserSystemManagerTest { method testSearch (line 28) | @Test FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-security-management-backend/src/test/java/org/uberfire/ext/security/management/BaseTest.java class BaseTest (line 30) | @RunWith(MockitoJUnitRunner.Silent.class) method buildSearchRequestMock (line 36) | protected AbstractEntityManager.SearchRequest buildSearchRequestMock(S... FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-security-management-backend/src/test/java/org/uberfire/ext/security/management/UberfireRoleManagerTest.java class UberfireRoleManagerTest (line 36) | @RunWith(MockitoJUnitRunner.class) method setup (line 43) | @Before method testSearch (line 53) | @Test method testSearchRoleNotExists (line 70) | @Test method testGetAllRoles (line 87) | @Test method testGet (line 94) | public void testGet() { method testCreate (line 100) | @Test(expected = UnsupportedOperationException.class) method testUpdate (line 105) | @Test(expected = UnsupportedOperationException.class) method testDelete (line 110) | @Test(expected = UnsupportedOperationException.class) FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-security-management-backend/src/test/java/org/uberfire/ext/security/management/search/GroupsRuntimeSearchEngineTest.java class GroupsRuntimeSearchEngineTest (line 31) | public class GroupsRuntimeSearchEngineTest { method testSearchPageZero (line 35) | @Test(expected = RuntimeException.class) method testSearchAll (line 46) | @Test method testSearchSingle (line 98) | @Test method testSearchMultiple (line 122) | @Test method createTestGroups (line 199) | private List createTestGroups(String namePrefix, FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-security-management-backend/src/test/java/org/uberfire/ext/security/management/util/SecurityManagementUtilsTest.java class SecurityManagementUtilsTest (line 40) | public class SecurityManagementUtilsTest { method setup (line 42) | @BeforeClass method testCreateGroup (line 47) | @Test method testCreateRole (line 57) | @Test method testCreateUserWithId (line 67) | @Test method testCreateUserWithIdNull (line 77) | @Test method testCreateUserWithGroups (line 83) | @Test method testCreateUserWithGroupsAndRoles (line 106) | @Test method testCreateUserWithGroupsAndRolesAndProperties (line 142) | @Test method testCloneUser (line 192) | @Test method testGetRegisteredRoles (line 242) | @Test method testGetRegisteredRoleNames (line 252) | @Test method testRolesToString (line 262) | @Test method testRolesToStringEmpty (line 278) | @Test method testGroupsToString (line 285) | @Test method testGroupsToStringEmpty (line 301) | @Test method testPopulateGroupsOrRoles (line 308) | @Test FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-security-management-client-wb/src/main/java/org/uberfire/ext/security/management/client/ResourceBundleEntryPoint.java class ResourceBundleEntryPoint (line 22) | @Bundle("resources/i18n/SecurityManagementHomeConstants.properties") FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-security-management-client-wb/src/main/java/org/uberfire/ext/security/management/client/perspectives/SecurityManagementPerspective.java class SecurityManagementPerspective (line 37) | @ApplicationScoped method getPerspective (line 43) | @Perspective method onStartup (line 52) | @OnStartup method createPerspectiveDefinition (line 58) | PerspectiveDefinition createPerspectiveDefinition() { method configurePerspective (line 65) | void configurePerspective(final PlaceRequest placeRequest) { FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-security-management-client-wb/src/main/java/org/uberfire/ext/security/management/client/resources/i18n/UsersManagementWorkbenchConstants.java type UsersManagementWorkbenchConstants (line 25) | public interface UsersManagementWorkbenchConstants extends Messages { method securityManagement (line 29) | String securityManagement(); method securityExplorer (line 31) | String securityExplorer(); method roles (line 33) | String roles(); method groups (line 35) | String groups(); method users (line 37) | String users(); method usersManagement (line 39) | String usersManagement(); method groupsManagement (line 41) | String groupsManagement(); method usersManagementHome (line 43) | String usersManagementHome(); method usersExplorer (line 45) | String usersExplorer(); method userEditor (line 47) | String userEditor(); method groupsManagementHome (line 49) | String groupsManagementHome(); method groupsExplorer (line 51) | String groupsExplorer(); method groupEditor (line 53) | String groupEditor(); method rolesExplorer (line 55) | String rolesExplorer(); method roleEditor (line 57) | String roleEditor(); method home_createUser (line 59) | String home_createUser(); method home_listSearchUsers (line 61) | String home_listSearchUsers(); method home_clickOnUserInListToRead (line 63) | String home_clickOnUserInListToRead(); method home_editAndDeleteUser (line 65) | String home_editAndDeleteUser(); method home_createGroup (line 67) | String home_createGroup(); method home_listSearchGroups (line 69) | String home_listSearchGroups(); method home_clickOnGroupInListToRead (line 71) | String home_clickOnGroupInListToRead(); method home_deleteGroup (line 73) | String home_deleteGroup(); method userEditorWelcomeText (line 75) | String userEditorWelcomeText(); method groupEditorWelcomeText (line 77) | String groupEditorWelcomeText(); method showUser (line 79) | String showUser(String userId); method editUser (line 81) | String editUser(String userId); method showGroup (line 83) | String showGroup(String groupName); method editGroup (line 85) | String editGroup(String groupName); method createNewUser (line 87) | String createNewUser(); method createNewGroup (line 89) | String createNewGroup(); method showRole (line 91) | String showRole(String roleName); method editRole (line 93) | String editRole(String roleName); FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-security-management-client-wb/src/main/java/org/uberfire/ext/security/management/client/screens/BaseScreen.java type BaseScreen (line 25) | public interface BaseScreen extends IsWidget { method init (line 27) | void init(IsWidget explorerWidget); FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-security-management-client-wb/src/main/java/org/uberfire/ext/security/management/client/screens/BaseScreenView.java class BaseScreenView (line 27) | public class BaseScreenView extends Composite implements BaseScreen { method BaseScreenView (line 33) | @UiConstructor method init (line 38) | private void init() { method init (line 42) | @Override type BaseScreenViewBinder (line 48) | interface BaseScreenViewBinder FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-security-management-client-wb/src/main/java/org/uberfire/ext/security/management/client/screens/editor/GroupEditorScreen.java class GroupEditorScreen (line 47) | @Dependent method init (line 79) | @PostConstruct method onStartup (line 83) | @OnStartup method onOpen (line 97) | @OnOpen method onMayClose (line 102) | @OnMayClose method onClose (line 108) | @OnClose method showError (line 115) | void showError(final String message) { method show (line 119) | void show() { method create (line 125) | void create() { method getTitle (line 132) | @WorkbenchPartTitle method getWidget (line 137) | @WorkbenchPartView method getMyContextRef (line 142) | @WorkbenchContextId method onGroupDeleted (line 147) | void onGroupDeleted(@Observes final DeleteGroupEvent deleteGroupEvent) { method closeEditor (line 154) | private void closeEditor() { FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-security-management-client-wb/src/main/java/org/uberfire/ext/security/management/client/screens/editor/RoleEditorScreen.java class RoleEditorScreen (line 43) | @Dependent method init (line 70) | @PostConstruct method onStartup (line 74) | @OnStartup method onMayClose (line 81) | @OnMayClose method onClose (line 87) | @OnClose method show (line 93) | void show() { method getTitle (line 98) | @WorkbenchPartTitle method getWidget (line 103) | @WorkbenchPartView method getMyContextRef (line 108) | @WorkbenchContextId FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-security-management-client-wb/src/main/java/org/uberfire/ext/security/management/client/screens/editor/UserEditorScreen.java class UserEditorScreen (line 52) | @Dependent method init (line 84) | @PostConstruct method onStartup (line 88) | @OnStartup method onOpen (line 102) | @OnOpen method onMayClose (line 107) | @OnMayClose method onClose (line 113) | @OnClose method show (line 120) | void show(final String id) { method create (line 125) | void create() { method getTitle (line 131) | @WorkbenchPartTitle method getWidget (line 136) | @WorkbenchPartView method getMyContextRef (line 141) | @WorkbenchContextId method onEditUserEvent (line 146) | void onEditUserEvent(@Observes final OnEditEvent onEditEvent) { method onShowUserEvent (line 161) | void onShowUserEvent(@Observes final OnShowEvent onShowEvent) { method onUserDeleted (line 177) | void onUserDeleted(@Observes final DeleteUserEvent deleteUserEvent) { method checkEventContext (line 184) | private boolean checkEventContext(final ContextualEvent contextualEvent, method isDirty (line 189) | private boolean isDirty() { method closeEditor (line 193) | void closeEditor() { method showError (line 197) | void showError(final String message) { FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-security-management-client-wb/src/main/java/org/uberfire/ext/security/management/client/screens/explorer/SecurityExplorerScreen.java class SecurityExplorerScreen (line 56) | @Dependent method SecurityExplorerScreen (line 79) | @Inject method getTitle (line 98) | @WorkbenchPartTitle method getWidget (line 103) | @WorkbenchPartView method init (line 108) | @PostConstruct method onStartup (line 121) | @OnStartup method onClose (line 146) | @OnClose method onRoleRead (line 153) | void onRoleRead(@Observes final ReadRoleEvent readRoleEvent) { method onGroupRead (line 166) | void onGroupRead(@Observes final ReadGroupEvent readGroupEvent) { method onUserRead (line 175) | void onUserRead(@Observes final ReadUserEvent readUserEvent) { method onGroupCreate (line 186) | void onGroupCreate(@Observes final NewGroupEvent newGroupEvent) { method onUserCreate (line 196) | void onUserCreate(@Observes final NewUserEvent newUserEvent) { method onErrorEvent (line 206) | void onErrorEvent(@Observes final OnErrorEvent event) { type View (line 214) | public interface View extends UberView { method init (line 216) | void init(SecurityExplorerScreen presenter, method rolesEnabled (line 221) | void rolesEnabled(boolean enabled); method groupsEnabled (line 223) | void groupsEnabled(boolean enabled); method usersEnabled (line 225) | void usersEnabled(boolean enabled); method rolesActive (line 227) | void rolesActive(boolean active); method groupsActive (line 229) | void groupsActive(boolean active); method usersActive (line 231) | void usersActive(boolean active); FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-security-management-client-wb/src/main/java/org/uberfire/ext/security/management/client/screens/explorer/SecurityExplorerView.java class SecurityExplorerView (line 32) | @Dependent method init (line 50) | @Override method init (line 57) | @Override method rolesEnabled (line 68) | @Override method groupsEnabled (line 73) | @Override method usersEnabled (line 78) | @Override method rolesActive (line 83) | @Override method groupsActive (line 89) | @Override method usersActive (line 95) | @Override type Binder (line 101) | interface Binder extends UiBinder { FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-security-management-client-wb/src/main/java/org/uberfire/ext/security/management/client/screens/home/SecurityManagementHomeScreen.java class SecurityManagementHomeScreen (line 31) | @Dependent method init (line 41) | @PostConstruct method getTitle (line 47) | @WorkbenchPartTitle method getWidget (line 52) | @WorkbenchPartView type View (line 57) | public interface View extends UberView { FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-security-management-client-wb/src/main/java/org/uberfire/ext/security/management/client/screens/home/SecurityManagementHomeView.java class SecurityManagementHomeView (line 24) | @Dependent method init (line 30) | @Override FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-security-management-client-wb/src/test/java/org/uberfire/ext/security/management/client/perspectives/SecurityManagementPerspectiveTest.java class SecurityManagementPerspectiveTest (line 30) | @RunWith(GwtMockitoTestRunner.class) method setup (line 35) | @Before method getPerspectiveWithoutStartupTest (line 41) | @Test method getPerspectiveWithStartupTest (line 53) | @Test FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-security-management-client-wb/src/test/java/org/uberfire/ext/security/management/client/screens/editor/GroupEditorScreenTest.java class GroupEditorScreenTest (line 43) | @RunWith(GwtMockitoTestRunner.class) method setup (line 65) | @Before method testOnStartupAddingGroup (line 70) | @Test method testOnStartupShowingUser (line 82) | @Test method testOnMayCloseSuccess (line 96) | @Test method testOnMayCloseFailed (line 102) | @Test method testOnClose (line 108) | @Test method testShowError (line 119) | @Test method testOnGroupDeleted (line 126) | @Test FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-security-management-client-wb/src/test/java/org/uberfire/ext/security/management/client/screens/editor/RoleEditorScreenTest.java class RoleEditorScreenTest (line 34) | @RunWith(GwtMockitoTestRunner.class) method setup (line 46) | @Before method testOnMayCloseSuccess (line 51) | @Test method testOnMayCloseFailed (line 57) | @Test FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-security-management-client-wb/src/test/java/org/uberfire/ext/security/management/client/screens/editor/UserEditorScreenTest.java class UserEditorScreenTest (line 46) | @RunWith(GwtMockitoTestRunner.class) method setup (line 70) | @Before method testOnStartupAddingUser (line 77) | @Test method testOnStartupShowingUser (line 89) | @Test method testOnMayCloseSuccess (line 103) | @Test method testOnMayCloseFailed (line 110) | @Test method testOnClose (line 123) | @Test method testShowError (line 134) | @Test method testOnEditUserEvent (line 141) | @Test method testOnShowUserEvent (line 151) | @Test method testOnUserDeleted (line 161) | @Test FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-security-management-client-wb/src/test/java/org/uberfire/ext/security/management/client/screens/explorer/SecurityExplorerScreenTest.java class SecurityExplorerScreenTest (line 50) | @RunWith(GwtMockitoTestRunner.class) method setup (line 70) | @Before method testInit (line 87) | @Test method testOnStartupUsersTab (line 105) | @Test method testOnStartupGroupsTab (line 127) | @Test method testOnClose (line 149) | @Test method testOnRoleRead (line 160) | @Test method testOnGroupRead (line 176) | @Test method testOnUserRead (line 193) | @Test method testOnGroupCreate (line 210) | @Test method testOnUserCreate (line 225) | @Test FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-security-management-client/src/main/java/org/uberfire/ext/security/management/client/ClientSecurityExceptionMessageResolver.java class ClientSecurityExceptionMessageResolver (line 42) | @ApplicationScoped method registerMessageResolvers (line 49) | @PostConstruct method consumeExceptionMessage (line 81) | public void consumeExceptionMessage(final Throwable exception, method shouldDisplayError (line 91) | private Predicate shouldDisplayError() { method isSecurityManagementException (line 95) | private Predicate isSecurityManagementException() { method getSecurityExceptionMessage (line 99) | private Function getSecurityExcep... method getExceptionMessage (line 106) | private Function getExceptionMessage() { method register (line 112) | @SuppressWarnings("unchecked") method getArgMessage (line 119) | private static String getArgMessage(final String message, FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-security-management-client/src/main/java/org/uberfire/ext/security/management/client/ClientUserSystemManager.java class ClientUserSystemManager (line 61) | @ApplicationScoped method error (line 85) | @Override method ClientUserSystemManager (line 94) | @Inject method initCache (line 108) | @PostConstruct method users (line 114) | public UserManager users(RemoteCallback remoteCallback, method groups (line 120) | public GroupManager groups(RemoteCallback remoteCallback, method roles (line 126) | public RoleManager roles(RemoteCallback remoteCallback, method users (line 132) | @Override method groups (line 137) | @Override method roles (line 142) | @Override method isUserCapabilityEnabled (line 147) | public boolean isUserCapabilityEnabled(final Capability capability) { method getUserSupportedAttributes (line 155) | public Collection getUserSupportedAttribute... method getUserSupportedAttribute (line 159) | public UserManager.UserAttribute getUserSupportedAttribute(final Strin... method isGroupCapabilityEnabled (line 171) | public boolean isGroupCapabilityEnabled(final Capability capability) { method isCapabilityEnabled (line 179) | public boolean isCapabilityEnabled(final Map getConstrainedGroups() { method createUser (line 192) | public User createUser(final String identifier) { method createUserAttribute (line 199) | public UserManager.UserAttribute createUserAttribute(final String name, method createGroup (line 212) | public Group createGroup(final String name) { method createRole (line 219) | public Role createRole(final String name) { method usersValidator (line 226) | @Override method groupsValidator (line 231) | @Override method rolesValidator (line 236) | @Override method isActive (line 241) | @Override method waitForInitialization (line 251) | public void waitForInitialization(final Command command) { method getUserManagerSettings (line 261) | public UserManagerSettings getUserManagerSettings() { method getGroupManagerSettings (line 265) | public GroupManagerSettings getGroupManagerSettings() { method initializeCache (line 269) | private void initializeCache(final Command command, method loadUserSettings (line 286) | private void loadUserSettings(final Command callback, method loadGroupSettings (line 308) | private void loadGroupSettings(final Command callback, method showError (line 326) | void showError(final Throwable throwable) { FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-security-management-client/src/main/java/org/uberfire/ext/security/management/client/editor/Driver.java type Driver (line 26) | public interface Driver> { method show (line 33) | void show(T instance, method edit (line 41) | void edit(T instance, method flush (line 48) | boolean flush(); method getValue (line 54) | T getValue(); FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-security-management-client/src/main/java/org/uberfire/ext/security/management/client/editor/Editor.java type Editor (line 41) | public interface Editor extends Viewer { method edit (line 47) | void edit(T instance); method flush (line 52) | void flush(); method getValue (line 58) | A getValue(); method setViolations (line 64) | void setViolations(Set> violations); FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-security-management-client/src/main/java/org/uberfire/ext/security/management/client/editor/HasRestrictedValues.java type HasRestrictedValues (line 24) | public interface HasRestrictedValues { method setRestrictedValues (line 26) | void setRestrictedValues(T value); FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-security-management-client/src/main/java/org/uberfire/ext/security/management/client/editor/Viewer.java type Viewer (line 24) | public interface Viewer { method show (line 30) | void show(T instance); FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-security-management-client/src/main/java/org/uberfire/ext/security/management/client/editor/group/GroupEditor.java type GroupEditor (line 28) | public interface GroupEditor extends Editor { method name (line 33) | String name(); method permissions (line 38) | PermissionCollection permissions(); method homePerspective (line 43) | PerspectiveActivity homePerspective(); method groupPriority (line 48) | int groupPriority(); FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-security-management-client/src/main/java/org/uberfire/ext/security/management/client/editor/group/GroupEditorDriver.java class GroupEditorDriver (line 31) | @Dependent method GroupEditorDriver (line 41) | @Inject method show (line 46) | public void show(final Group group, method edit (line 55) | public void edit(final Group group, method flush (line 64) | public boolean flush() { method getValue (line 82) | @Override method getPermissions (line 88) | public PermissionCollection getPermissions() { method getHomePerspective (line 92) | public PerspectiveActivity getHomePerspective() { method getGroupPriority (line 96) | public int getGroupPriority() { FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-security-management-client/src/main/java/org/uberfire/ext/security/management/client/editor/role/RoleEditor.java type RoleEditor (line 28) | public interface RoleEditor extends Editor { method name (line 33) | String name(); method permissions (line 38) | PermissionCollection permissions(); method homePerspective (line 43) | PerspectiveActivity homePerspective(); method rolePriority (line 48) | int rolePriority(); FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-security-management-client/src/main/java/org/uberfire/ext/security/management/client/editor/role/RoleEditorDriver.java class RoleEditorDriver (line 37) | @Dependent method RoleEditorDriver (line 47) | @Inject method show (line 52) | public void show(final Role role, method edit (line 61) | public void edit(final Role role, method flush (line 70) | public boolean flush() { method getValue (line 88) | @Override method getHomePerspective (line 94) | public PerspectiveActivity getHomePerspective() { method getRolePriority (line 98) | public int getRolePriority() { method getPermissions (line 102) | public PermissionCollection getPermissions() { FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-security-management-client/src/main/java/org/uberfire/ext/security/management/client/editor/user/UserAssignedGroupsEditor.java type UserAssignedGroupsEditor (line 29) | public interface UserAssignedGroupsEditor extends Editor> { FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-security-management-client/src/main/java/org/uberfire/ext/security/management/client/editor/user/UserAssignedRolesExplorer.java type UserAssignedRolesExplorer (line 29) | public interface UserAssignedRolesExplorer extends Editor { method identifier (line 32) | String identifier(); method attributesEditor (line 37) | UserAttributesEditor attributesEditor(); method groupsExplorer (line 42) | UserAssignedGroupsExplorer groupsExplorer(); method rolesExplorer (line 47) | UserAssignedRolesExplorer rolesExplorer(); FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-security-management-client/src/main/java/org/uberfire/ext/security/management/client/editor/user/UserEditorDriver.java class UserEditorDriver (line 40) | @Dependent method UserEditorDriver (line 50) | @Inject method createNewUser (line 55) | public User createNewUser(final String identifier) { method show (line 73) | public void show(final User user, method edit (line 87) | public void edit(final User user, method flush (line 101) | public boolean flush() { method getValue (line 129) | @Override FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-security-management-client/src/main/java/org/uberfire/ext/security/management/client/resources/i18n/UsersManagementClientConstants.java type UsersManagementClientConstants (line 25) | public interface UsersManagementClientConstants extends ConstantsWithLoo... method user_validation_nameNotEmpty (line 29) | String user_validation_nameNotEmpty(); method group_validation_nameNotEmpty (line 31) | String group_validation_nameNotEmpty(); method userSystemManagerInitializationError (line 33) | String userSystemManagerInitializationError(); method noUserSystemManagerActive (line 35) | String noUserSystemManagerActive(); method unsupportedCapability (line 37) | String unsupportedCapability(); method userAlreadyExists (line 39) | String userAlreadyExists(); method groupAlreadyExists (line 41) | String groupAlreadyExists(); method roleAlreadyExists (line 43) | String roleAlreadyExists(); method entityNotFound (line 45) | String entityNotFound(); method userNotFound (line 47) | String userNotFound(); method groupNotFound (line 49) | String groupNotFound(); method realmManagementNotAuthorized (line 51) | String realmManagementNotAuthorized(); FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-security-management-client/src/main/java/org/uberfire/ext/security/management/client/validation/ClientGroupValidator.java class ClientGroupValidator (line 22) | public class ClientGroupValidator extends GroupValidator { method getMessage (line 24) | @Override FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-security-management-client/src/main/java/org/uberfire/ext/security/management/client/validation/ClientRoleValidator.java class ClientRoleValidator (line 22) | public class ClientRoleValidator extends RoleValidator { FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-security-management-client/src/main/java/org/uberfire/ext/security/management/client/validation/ClientUserValidator.java class ClientUserValidator (line 22) | public class ClientUserValidator extends UserValidator { method getMessage (line 24) | @Override FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-security-management-client/src/test/java/org/uberfire/ext/security/management/client/ClientSecurityExceptionMessageResolverTest.java class ClientSecurityExceptionMessageResolverTest (line 43) | @RunWith(GwtMockitoTestRunner.class) method setup (line 48) | @Before method testConsumeSecurityExceptions (line 54) | @Test method testSkipSecurityExceptions (line 95) | @Test method testConsumeExceptions (line 105) | @Test FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-security-management-client/src/test/java/org/uberfire/ext/security/management/client/ClientUserSystemManagerTest.java class ClientUserSystemManagerTest (line 47) | @RunWith(MockitoJUnitRunner.class) method setup (line 70) | @Before method testInitCache (line 87) | @Test method testIsUserCapabilityEnabled (line 96) | @Test method testIsGroupCapabilityEnabled (line 104) | @Test method testGetUserSupportedAttributes (line 112) | @Test method testGetConstrainedGroups (line 119) | @Test method testShowError (line 129) | @Test method getUserSettings (line 136) | private UserManagerSettings getUserSettings() { method getGroupSettings (line 141) | private GroupManagerSettings getGroupSettings() { method getUserCapabilities (line 146) | private Map getUserCapabilities() { method getGroupCapabilities (line 169) | private Map getGroupCapabilities() { method getUserAttributes (line 184) | protected Collection getUserAttributes() { FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-security-management-client/src/test/java/org/uberfire/ext/security/management/client/editor/user/UserEditorDriverTest.java class UserEditorDriverTest (line 45) | @RunWith(MockitoJUnitRunner.class) method setup (line 53) | @Before method testCreateUser (line 58) | @Test method testShow (line 111) | @Test method testEdit (line 157) | @Test method testFlush (line 203) | @Test method mockUserAttribute (line 262) | private UserManager.UserAttribute mockUserAttribute(String name, FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-security-management-keycloak/src/main/java/org/uberfire/ext/security/management/keycloak/BaseClientFactory.java class BaseClientFactory (line 26) | public abstract class BaseClientFactory implements ClientFactory { method get (line 31) | @Override FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-security-management-keycloak/src/main/java/org/uberfire/ext/security/management/keycloak/BaseKeyCloakManager.java class BaseKeyCloakManager (line 61) | public abstract class BaseKeyCloakManager { method init (line 105) | protected void init(ClientFactory factory) { method getKeyCloakInstance (line 109) | protected synchronized Keycloak getKeyCloakInstance() { method consumeRealm (line 113) | protected void consumeRealm(final Consumer consumer) { method getRealmResource (line 125) | private RealmResource getRealmResource() { method getSearchRequest (line 129) | protected AbstractEntityManager.SearchRequest getSearchRequest(final A... method createUser (line 133) | protected User createUser(UserRepresentation userRepresentation) { method createUser (line 139) | protected User createUser(UserRepresentation userRepresentation, method createGroup (line 154) | protected Group createGroup(RoleRepresentation roleRepresentation) { method createGroup (line 163) | protected Group createGroup(String name) { method getUserGroupsAndRoles (line 171) | protected Set[] getUserGroupsAndRoles(final RoleMappingResource roleMa... method fillUserAttributes (line 194) | protected void fillUserAttributes(final User user, method fillUserRepresentationAttributes (line 223) | protected void fillUserRepresentationAttributes(final User user, method getUserResource (line 267) | protected UserResource getUserResource(UsersResource usersResource, method getRoleRepresentation (line 282) | protected RoleRepresentation getRoleRepresentation(String name, method handleResponse (line 301) | protected void handleResponse(ClientResponse response) { method getRolesResource (line 313) | protected RolesResource getRolesResource(RealmResource realmResource, ... method getRolesScopeResource (line 320) | protected RoleScopeResource getRolesScopeResource(RoleMappingResource ... method getClientIdByName (line 327) | protected String getClientIdByName(RealmResource realmResource) { FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-security-management-keycloak/src/main/java/org/uberfire/ext/security/management/keycloak/CredentialsClientFactory.java class CredentialsClientFactory (line 31) | @Dependent method init (line 42) | public void init(final ConfigProperties config) { FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-security-management-keycloak/src/main/java/org/uberfire/ext/security/management/keycloak/KCAdapterClientFactory.java class KCAdapterClientFactory (line 30) | @Dependent method get (line 35) | @Override method init (line 41) | public void init(final ConfigProperties config, FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-security-management-keycloak/src/main/java/org/uberfire/ext/security/management/keycloak/KCAdapterUserManagementService.java class KCAdapterUserManagementService (line 35) | @Dependent method KCAdapterUserManagementService (line 45) | @Inject method init (line 58) | @PostConstruct method users (line 66) | @Override method groups (line 71) | @Override FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-security-management-keycloak/src/main/java/org/uberfire/ext/security/management/keycloak/KCCredentialsUserManagementService.java class KCCredentialsUserManagementService (line 34) | @Dependent method KCCredentialsUserManagementService (line 43) | @Inject method init (line 54) | @PostConstruct method users (line 61) | @Override method groups (line 66) | @Override FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-security-management-keycloak/src/main/java/org/uberfire/ext/security/management/keycloak/KeyCloakGroupManager.java class KeyCloakGroupManager (line 59) | public class KeyCloakGroupManager extends BaseKeyCloakManager implements... method KeyCloakGroupManager (line 65) | public KeyCloakGroupManager() { method initialize (line 68) | @Override method search (line 73) | @Override method get (line 84) | @Override method getAll (line 103) | @Override method create (line 124) | @Override method update (line 141) | @Override method delete (line 146) | @Override method getSettings (line 162) | @Override method assignUsers (line 173) | @Override method getCapabilityStatus (line 198) | protected CapabilityStatus getCapabilityStatus(final Capability capabi... method destroy (line 211) | @Override FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-security-management-keycloak/src/main/java/org/uberfire/ext/security/management/keycloak/KeyCloakUserManager.java class KeyCloakUserManager (line 60) | public class KeyCloakUserManager extends BaseKeyCloakManager implements ... method KeyCloakUserManager (line 68) | public KeyCloakUserManager() { method initialize (line 71) | @Override method search (line 76) | @Override method get (line 116) | @Override method getAll (line 142) | @Override method create (line 158) | @Override method update (line 173) | @Override method delete (line 193) | @Override method getSettings (line 211) | @Override method assignGroups (line 222) | @Override method assignRoles (line 234) | @Override method assignGroupsOrRoles (line 246) | private void assignGroupsOrRoles(String username, method changePassword (line 277) | @Override method getCapabilityStatus (line 296) | protected CapabilityStatus getCapabilityStatus(final Capability capabi... method destroy (line 315) | @Override FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-security-management-keycloak/src/main/java/org/uberfire/ext/security/management/keycloak/client/ClientFactory.java type ClientFactory (line 23) | public interface ClientFactory { method get (line 28) | Keycloak get(); FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-security-management-keycloak/src/main/java/org/uberfire/ext/security/management/keycloak/client/Keycloak.java class Keycloak (line 34) | public class Keycloak { method Keycloak (line 42) | Keycloak(String serverUrl, method getInstance (line 55) | public static Keycloak getInstance(String serverUrl, method realm (line 67) | public RealmResource realm() { method getServerUrl (line 71) | public String getServerUrl() { method getRealm (line 75) | public String getRealm() { method getUseRoleResourceMappings (line 79) | public Boolean getUseRoleResourceMappings() { method getResource (line 83) | public String getResource() { method close (line 87) | public void close() { FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-security-management-keycloak/src/main/java/org/uberfire/ext/security/management/keycloak/client/auth/BearerAuthenticationInterceptor.java class BearerAuthenticationInterceptor (line 33) | public class BearerAuthenticationInterceptor implements ClientExecutionI... method BearerAuthenticationInterceptor (line 38) | public BearerAuthenticationInterceptor(TokenManager tokenManager) { method execute (line 42) | @Override method accept (line 52) | @Override FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-security-management-keycloak/src/main/java/org/uberfire/ext/security/management/keycloak/client/auth/TokenManager.java type TokenManager (line 23) | public interface TokenManager { method grantToken (line 25) | void grantToken(); method getAccessTokenString (line 27) | String getAccessTokenString(); method getRealm (line 29) | String getRealm(); method getResource (line 31) | String getResource(); FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-security-management-keycloak/src/main/java/org/uberfire/ext/security/management/keycloak/client/auth/TokenService.java type TokenService (line 34) | @Produces(MediaType.APPLICATION_JSON) method grantToken (line 38) | @POST FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-security-management-keycloak/src/main/java/org/uberfire/ext/security/management/keycloak/client/auth/adapter/KCAdapterContextTokenManager.java class KCAdapterContextTokenManager (line 28) | public class KCAdapterContextTokenManager implements TokenManager { method KCAdapterContextTokenManager (line 32) | public KCAdapterContextTokenManager(HttpServletRequest request) { method grantToken (line 36) | @Override method getAccessTokenString (line 41) | @Override method getRealm (line 46) | @Override method getResource (line 51) | @Override method getKCSessionContext (line 56) | protected KeycloakSecurityContext getKCSessionContext() { FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-security-management-keycloak/src/main/java/org/uberfire/ext/security/management/keycloak/client/auth/credentials/AccessTokenResponse.java class AccessTokenResponse (line 28) | @JsonPropertyOrder({ method getToken (line 71) | public String getToken() { method setToken (line 75) | public void setToken(String token) { method getExpiresIn (line 79) | public long getExpiresIn() { method setExpiresIn (line 83) | public void setExpiresIn(long expiresIn) { method getRefreshExpiresIn (line 87) | public long getRefreshExpiresIn() { method setRefreshExpiresIn (line 91) | public void setRefreshExpiresIn(long refreshExpiresIn) { method getRefreshToken (line 95) | public String getRefreshToken() { method setRefreshToken (line 99) | public void setRefreshToken(String refreshToken) { method getTokenType (line 103) | public String getTokenType() { method setTokenType (line 107) | public void setTokenType(String tokenType) { method getIdToken (line 111) | public String getIdToken() { method setIdToken (line 115) | public void setIdToken(String idToken) { method getNotBeforePolicy (line 119) | public int getNotBeforePolicy() { method setNotBeforePolicy (line 123) | public void setNotBeforePolicy(int notBeforePolicy) { method getSessionState (line 127) | public String getSessionState() { method setSessionState (line 131) | public void setSessionState(String sessionState) { method getOtherClaims (line 135) | @JsonAnyGetter method setOtherClaims (line 140) | @JsonAnySetter FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-security-management-keycloak/src/main/java/org/uberfire/ext/security/management/keycloak/client/auth/credentials/AuthSettings.java class AuthSettings (line 24) | public class AuthSettings { method AuthSettings (line 34) | public AuthSettings(String serverUrl, method getServerUrl (line 50) | public String getServerUrl() { method setServerUrl (line 54) | public void setServerUrl(String serverUrl) { method getRealm (line 58) | public String getRealm() { method setRealm (line 62) | public void setRealm(String realm) { method getResource (line 66) | public String getResource() { method setResource (line 70) | public void setResource(String resource) { method getUsername (line 74) | public String getUsername() { method setUsername (line 78) | public void setUsername(String username) { method getPassword (line 82) | public String getPassword() { method setPassword (line 86) | public void setPassword(String password) { method getClientId (line 90) | public String getClientId() { method setClientId (line 94) | public void setClientId(String clientId) { method getClientSecret (line 98) | public String getClientSecret() { method setClientSecret (line 102) | public void setClientSecret(String clientSecret) { method isPublicClient (line 106) | public boolean isPublicClient() { FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-security-management-keycloak/src/main/java/org/uberfire/ext/security/management/keycloak/client/auth/credentials/AuthTokenManager.java class AuthTokenManager (line 45) | public class AuthTokenManager implements TokenManager { method handle (line 54) | @Override method getResponseData (line 106) | private String getResponseData(BaseClientResponse response) { method AuthTokenManager (line 117) | public AuthTokenManager(AuthSettings config) { method grantToken (line 121) | @Override method refreshToken (line 133) | private void refreshToken() { method consumeGrantTokenService (line 142) | protected void consumeGrantTokenService(final MultivaluedMap getUserRepresentations(String pattern, method isEmpty (line 191) | private boolean isEmpty(String str) { method mockUserResource (line 195) | private void mockUserResource(UserResource userResource, method mockUserRepresentation (line 208) | private void mockUserRepresentation(UserRepresentation userRepresentat... method mockRoleMappingResource (line 237) | private void mockRoleMappingResource(RoleMappingResource roleMappingRe... method mockRoleScopeResource (line 243) | private void mockRoleScopeResource(RoleScopeResource roleScopeResource) { method mockRoleResource (line 247) | private void mockRoleResource(RoleResource roleResource, method mockRoleRepresentation (line 255) | private void mockRoleRepresentation(RoleRepresentation roleRepresentat... method getRole (line 265) | private RoleResource getRole(List roleResources, method getUser (line 275) | private UserResource getUser(List userResources, method addRole (line 285) | private void addRole(String name) { FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-security-management-keycloak/src/test/java/org/uberfire/ext/security/management/keycloak/KCCredentialsUserManagementServiceTest.java class KCCredentialsUserManagementServiceTest (line 31) | @RunWith(MockitoJUnitRunner.class) method setup (line 44) | @Before method testInit (line 52) | @Test method testGetUsersManager (line 63) | @Test method testGetGroupsManager (line 69) | @Test FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-security-management-keycloak/src/test/java/org/uberfire/ext/security/management/keycloak/KCSSOUserManagementServiceTest.java class KCSSOUserManagementServiceTest (line 34) | @RunWith(MockitoJUnitRunner.class) method setup (line 49) | @Before method testInit (line 58) | @Test method testGetUsersManager (line 70) | @Test method testGetGroupsManager (line 76) | @Test FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-security-management-keycloak/src/test/java/org/uberfire/ext/security/management/keycloak/KeyCloakGroupManagerTest.java class KeyCloakGroupManagerTest (line 56) | @RunWith(MockitoJUnitRunner.Silent.class) method setup (line 61) | @Before method testCapabilities (line 72) | @Test method testAllowsEmpty (line 86) | @Test method testGroupNotAuthorized (line 91) | @Test(expected = RealmManagementNotAuthorizedException.class) method testGetGroup5 (line 98) | @Test method testGetGroup200 (line 105) | @Test(expected = GroupNotFoundException.class) method testGetAllGroups (line 111) | @Test method testSearchPageZero (line 118) | @Test(expected = RuntimeException.class) method testSearchAllFirstPage (line 126) | @Test method testSearchAllSecondPage (line 149) | @Test method testSearchAllLastPage (line 172) | @Test method testCreateGroup (line 196) | @Test method testUpdateGroup (line 203) | @Test(expected = UnsupportedServiceCapabilityException.class) method testDeleteGroup (line 208) | @Test method testAssignUsers (line 216) | @Test method testGetClientById (line 233) | @Test method testGetRoleResource (line 239) | @Test method testGetClientRoles (line 245) | @Test method assertGroup (line 254) | private void assertGroup(Group group, method initGroupManager (line 261) | private void initGroupManager() throws Exception { FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-security-management-keycloak/src/test/java/org/uberfire/ext/security/management/keycloak/KeyCloakUserManagerTest.java class KeyCloakUserManagerTest (line 65) | @RunWith(MockitoJUnitRunner.Silent.class) method setup (line 70) | @Before method testCapabilities (line 81) | @Test method testAttributes (line 103) | @Test method testUserNotAuthorized (line 117) | @Test(expected = RealmManagementNotAuthorizedException.class) method testGetUser5 (line 124) | @Test method testGetUser50 (line 132) | @Test(expected = UserNotFoundException.class) method testGetAllUsers (line 139) | @Test method testSearchPageZero (line 145) | @Test(expected = RuntimeException.class) method testSearchAllFirstPage (line 153) | @Test method testSearchAllSecondPage (line 176) | @Test method testSearchAllThirdPage (line 199) | @Test method testSearchAllLastPage (line 222) | @Test method testCreateUser (line 245) | @Test method testUpdateUser (line 255) | @Test method testDeleteUser (line 266) | @Test method testChangePassword (line 274) | @Test method testAssignGroups (line 283) | @Test method testAssignRoles (line 312) | @Test method assertUser (line 341) | private void assertUser(User user, method initUserManager (line 370) | private void initUserManager() throws Exception { FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-security-management-keycloak/src/test/java/org/uberfire/ext/security/management/keycloak/client/auth/AuthenticationClientExecutionInterceptorTest.java class AuthenticationClientExecutionInterceptorTest (line 33) | @RunWith(MockitoJUnitRunner.class) method setup (line 41) | @Before method testExecute (line 47) | @Test FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-security-management-keycloak/src/test/java/org/uberfire/ext/security/management/keycloak/client/auth/adapter/KCAdapterContextTokenManagerTest.java class KCAdapterContextTokenManagerTest (line 32) | @RunWith(MockitoJUnitRunner.class) method setup (line 46) | @Before method testGetAccessTokenString (line 54) | @Test method testGetRealm (line 61) | @Test FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-security-management-keycloak/src/test/java/org/uberfire/ext/security/management/keycloak/client/auth/credentials/AuthTokenManagerTest.java class AuthTokenManagerTest (line 34) | @RunWith(MockitoJUnitRunner.class) method setup (line 44) | @Before method testGetRealm (line 63) | @Test method testGetResource (line 70) | @Test method testGetAccessTokenString (line 77) | @Test method testGrantToken (line 89) | @Test method testGrantPublicToken (line 105) | @Test method testRefreshToken (line 126) | @Test method testRefreshPublicToken (line 145) | @Test method testClientError (line 167) | @Test(expected = RuntimeException.class) FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-security-management-keycloak/src/test/java/org/uberfire/ext/security/management/keycloak/elytron/KeyCloakElytronIdentityHelperProducerTest.java class KeyCloakElytronIdentityHelperProducerTest (line 33) | @RunWith(MockitoJUnitRunner.class) method init (line 38) | @Before method testProduceKeycloakHelperCredentials (line 43) | @Test method testProduceKeycloakHelperAdapter (line 55) | @Test method testProduceDefaultHelperAnyValue (line 67) | @Test method testProduceDefaultHelperNoValue (line 79) | @Test method clear (line 89) | @After FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-security-management-keycloak/src/test/java/org/uberfire/ext/security/management/keycloak/elytron/KeyCloakElytronIdentityHelperTest.java class KeyCloakElytronIdentityHelperTest (line 41) | @RunWith(MockitoJUnitRunner.class) method init (line 51) | @Before method testSuccessfulLogin (line 56) | @Test method testUnSuccessfulLogin (line 67) | @Test(expected = FailedAuthenticationException.class) method testUnSuccessfulLoginWithException (line 78) | @Test(expected = FailedAuthenticationException.class) method testCallbackHandler (line 90) | @Test FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-security-management-wildfly/src/main/java/org/uberfire/ext/security/management/wildfly/cli/BaseWildflyCLIManager.java class BaseWildflyCLIManager (line 37) | public abstract class BaseWildflyCLIManager { method loadConfig (line 51) | protected void loadConfig(final ConfigProperties config) { method getClient (line 76) | public ModelControllerClient getClient() throws Exception { FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-security-management-wildfly/src/main/java/org/uberfire/ext/security/management/wildfly/cli/WildflyCLIUserManagementService.java class WildflyCLIUserManagementService (line 33) | @Dependent method WildflyCLIUserManagementService (line 40) | @Inject method users (line 49) | @Override method groups (line 54) | @Override FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-security-management-wildfly/src/main/java/org/uberfire/ext/security/management/wildfly/cli/WildflyGroupFileSystemCLIManager.java class WildflyGroupFileSystemCLIManager (line 41) | public class WildflyGroupFileSystemCLIManager extends BaseWildflyCLIMana... method WildflyGroupFileSystemCLIManager (line 47) | public WildflyGroupFileSystemCLIManager() { method WildflyGroupFileSystemCLIManager (line 51) | public WildflyGroupFileSystemCLIManager(final Map gitP... method WildflyGroupFileSystemCLIManager (line 55) | public WildflyGroupFileSystemCLIManager(final ConfigProperties gitPref... method init (line 59) | private void init() { method initialize (line 75) | @Override method destroy (line 81) | @Override method search (line 86) | @Override method get (line 91) | @Override method getAll (line 96) | @Override method create (line 101) | @Override method update (line 106) | @Override method delete (line 111) | @Override method getSettings (line 116) | @Override method assignUsers (line 121) | @Override FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-security-management-wildfly/src/main/java/org/uberfire/ext/security/management/wildfly/cli/WildflyUserFileSystemCLIManager.java class WildflyUserFileSystemCLIManager (line 42) | public class WildflyUserFileSystemCLIManager extends BaseWildflyCLIManag... method WildflyUserFileSystemCLIManager (line 48) | public WildflyUserFileSystemCLIManager() { method WildflyUserFileSystemCLIManager (line 52) | public WildflyUserFileSystemCLIManager(final Map gitPr... method WildflyUserFileSystemCLIManager (line 56) | public WildflyUserFileSystemCLIManager(final ConfigProperties gitPrefs) { method init (line 60) | private void init(final UserSystemManager usManager) { method initialize (line 85) | @Override method destroy (line 91) | @Override method assignGroups (line 96) | @Override method assignRoles (line 103) | @Override method changePassword (line 110) | @Override method search (line 117) | @Override method get (line 122) | @Override method getAll (line 127) | @Override method create (line 132) | @Override method update (line 137) | @Override method delete (line 142) | @Override method getSettings (line 147) | @Override FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-security-management-wildfly/src/main/java/org/uberfire/ext/security/management/wildfly/filesystem/RealmProvider.java class RealmProvider (line 11) | public class RealmProvider { method RealmProvider (line 23) | public RealmProvider(final ConfigProperties config) { method getRealm (line 36) | public FileSystemSecurityRealm getRealm() { FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-security-management-wildfly/src/main/java/org/uberfire/ext/security/management/wildfly/filesystem/WildflyGroupFileSystemManager.java class WildflyGroupFileSystemManager (line 53) | public class WildflyGroupFileSystemManager method WildflyGroupFileSystemManager (line 62) | public WildflyGroupFileSystemManager() { method WildflyGroupFileSystemManager (line 66) | public WildflyGroupFileSystemManager(final Map gitPref... method WildflyGroupFileSystemManager (line 70) | public WildflyGroupFileSystemManager(final ConfigProperties gitPrefs) { method search (line 74) | @Override method get (line 82) | @Override method getAll (line 94) | @Override method getAllGroups (line 107) | protected Set getAllGroups() { method create (line 125) | @Override method update (line 133) | @Override method delete (line 138) | @Override method getSettings (line 177) | @Override method getCapabilityStatus (line 188) | protected CapabilityStatus getCapabilityStatus(Capability capability) { method initialize (line 201) | @Override method destroy (line 205) | @Override method assignUsers (line 210) | @Override FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-security-management-wildfly/src/main/java/org/uberfire/ext/security/management/wildfly/filesystem/WildflyUserFileSystemManager.java class WildflyUserFileSystemManager (line 67) | public class WildflyUserFileSystemManager method WildflyUserFileSystemManager (line 79) | public WildflyUserFileSystemManager() { method WildflyUserFileSystemManager (line 83) | public WildflyUserFileSystemManager(final Map gitPrefs) { method WildflyUserFileSystemManager (line 87) | public WildflyUserFileSystemManager(final ConfigProperties gitPrefs) { method initialize (line 91) | @Override method getGroupsFileSystemManager (line 96) | protected synchronized WildflyGroupFileSystemManager getGroupsFileSyst... method destroy (line 105) | @Override method search (line 110) | @Override method get (line 127) | @Override method getAll (line 144) | @Override method getUser (line 164) | private Optional getUser(final ModifiableRealmIdentity identity)... method create (line 201) | @Override method update (line 223) | @Override method delete (line 230) | @Override method getSettings (line 247) | @Override method getCapabilityStatus (line 258) | protected CapabilityStatus getCapabilityStatus(Capability capability) { method assignGroups (line 276) | @Override method assignRoles (line 293) | @Override method changePassword (line 310) | @Override FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-security-management-wildfly/src/main/java/org/uberfire/ext/security/management/wildfly/filesystem/WildflyUserManagementService.java class WildflyUserManagementService (line 33) | @Dependent method WildflyUserManagementService (line 40) | @Inject method users (line 49) | @Override method groups (line 54) | @Override FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-widgets-security-management/src/main/java/org/uberfire/ext/security/management/client/resources/i18n/SecurityManagementConstants.java type SecurityManagementConstants (line 21) | public interface SecurityManagementConstants extends Messages { method addChildException (line 25) | String addChildException(); method selectResourceInstance (line 27) | String selectResourceInstance(String resourceName); method searchResourceInstance (line 29) | String searchResourceInstance(String resourceName); method resourceInstanceNotFound (line 31) | String resourceInstanceNotFound(String resourceName); method clearChildren (line 33) | String clearChildren(); method can (line 35) | String can(); method cant (line 37) | String cant(); method canOnly (line 39) | String canOnly(); method all (line 41) | String all(); method but (line 43) | String but(); method following (line 45) | String following(); method switchAllow (line 47) | String switchAllow(); method switchDeny (line 49) | String switchDeny(); FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-widgets-security-management/src/main/java/org/uberfire/ext/security/management/client/resources/i18n/UsersManagementWidgetsConstants.java type UsersManagementWidgetsConstants (line 25) | public interface UsersManagementWidgetsConstants extends Messages { method loading (line 29) | String loading(); method emptyEntities (line 31) | String emptyEntities(); method firstPage (line 33) | String firstPage(); method previousPage (line 35) | String previousPage(); method nextPage (line 37) | String nextPage(); method lastPage (line 39) | String lastPage(); method next (line 41) | String next(); method userHasNoAttributes (line 43) | String userHasNoAttributes(); method attributeIsMandatory (line 45) | String attributeIsMandatory(); method userHasNoGroups (line 47) | String userHasNoGroups(); method memberOfGroups (line 49) | String memberOfGroups(); method groupSelectionFor (line 51) | String groupSelectionFor(); method userHasNoRoles (line 53) | String userHasNoRoles(); method memberOfRoles (line 55) | String memberOfRoles(); method permissions (line 57) | String permissions(); method roleSelectionFor (line 59) | String roleSelectionFor(); method userAttributes (line 61) | String userAttributes(); method name (line 63) | String name(); method value (line 65) | String value(); method search (line 67) | String search(); method searchFor (line 69) | String searchFor(); method searchResultsFor (line 71) | String searchResultsFor(); method edit (line 73) | String edit(); method delete (line 75) | String delete(); method cancel (line 77) | String cancel(); method create (line 79) | String create(); method save (line 81) | String save(); method saveChanges (line 83) | String saveChanges(); method addToGroups (line 85) | String addToGroups(); method addToRoles (line 87) | String addToRoles(); method addAttribute (line 89) | String addAttribute(); method add (line 91) | String add(); method confirmAction (line 93) | String confirmAction(); method ensureRemoveUser (line 95) | String ensureRemoveUser(); method ensureRemoveGroup (line 97) | String ensureRemoveGroup(); method ensureUserHasGroupsOrRoles (line 99) | String ensureUserHasGroupsOrRoles(); method genericError (line 101) | String genericError(); method remove (line 103) | String remove(); method ensureRemoveAttribute (line 105) | String ensureRemoveAttribute(); method ensureRemoveGroupFromUser (line 107) | String ensureRemoveGroupFromUser(); method ensureRemoveRoleFromUser (line 109) | String ensureRemoveRoleFromUser(); method nameIsMandatory (line 111) | String nameIsMandatory(); method valueIsMandatory (line 113) | String valueIsMandatory(); method attributeAlreadyExists (line 115) | String attributeAlreadyExists(); method addToSelectedGroups (line 117) | String addToSelectedGroups(); method addToSelectedRoles (line 119) | String addToSelectedRoles(); method addUsersToGroup (line 121) | String addUsersToGroup(); method assignUsersToGroupName (line 123) | String assignUsersToGroupName(); method groupMustHaveAtLeastOneUser (line 125) | String groupMustHaveAtLeastOneUser(); method doesNotHavePrivileges (line 127) | String doesNotHavePrivileges(); method patternAlphanumericSymbols (line 129) | String patternAlphanumericSymbols(); method username (line 131) | String username(); method invalidUserName (line 133) | String invalidUserName(); method inputUserName (line 135) | String inputUserName(); method groupName (line 137) | String groupName(); method invalidGroupName (line 139) | String invalidGroupName(); method inputGroupName (line 141) | String inputGroupName(); method userIsDirty (line 143) | String userIsDirty(); method changePassword (line 145) | String changePassword(); method changePasswordFor (line 147) | String changePasswordFor(); method newPassword (line 149) | String newPassword(); method repeatNewPassword (line 151) | String repeatNewPassword(); method passwordCannotBeEmpty (line 153) | String passwordCannotBeEmpty(); method passwordsNotMatch (line 155) | String passwordsNotMatch(); method passwordUpdatedSuccessfully (line 157) | String passwordUpdatedSuccessfully(); method doSetPasswordNow (line 159) | String doSetPasswordNow(); method clear (line 161) | String clear(); method clearSearch (line 163) | String clearSearch(); method change (line 165) | String change(); method user (line 167) | String user(); method users (line 169) | String users(); method group (line 171) | String group(); method groups (line 173) | String groups(); method groupsAssigned (line 175) | String groupsAssigned(); method rolesAssigned (line 177) | String rolesAssigned(); method role (line 179) | String role(); method roles (line 181) | String roles(); method noUsers (line 183) | String noUsers(); method noGroups (line 185) | String noGroups(); method noRoles (line 187) | String noRoles(); method refresh (line 189) | String refresh(); method total (line 191) | String total(); method all (line 193) | String all(); method roleSettings (line 195) | String roleSettings(String rolename); method roleIsDirty (line 197) | String roleIsDirty(); method groupIsDirty (line 199) | String groupIsDirty(); method userModified (line 201) | String userModified(String username); method userStillNotCreated (line 203) | String userStillNotCreated(String username); method userCreated (line 205) | String userCreated(String username); method userSaved (line 207) | String userSaved(String username); method userRemoved (line 209) | String userRemoved(String username); method groupSettings (line 211) | String groupSettings(String groupname); method groupCreated (line 213) | String groupCreated(String name); method groupRemoved (line 215) | String groupRemoved(String name); method groupModified (line 217) | String groupModified(String groupname); method groupSaved (line 219) | String groupSaved(String groupname); method usersAssigned (line 221) | String usersAssigned(String name); method roleModified (line 223) | String roleModified(String rolename); method roleSaved (line 225) | String roleSaved(String rolename); method newEntity (line 227) | String newEntity(String entity); method homePerspective (line 229) | String homePerspective(); method homePerspectiveTooltip (line 231) | String homePerspectiveTooltip(); method noHomePerspective (line 233) | String noHomePerspective(); method homePerspectiveReadDenied (line 235) | String homePerspectiveReadDenied(); method priority (line 237) | String priority(); method priorityTooltip (line 239) | String priorityTooltip(); method selectPriorityHint (line 241) | String selectPriorityHint(); method priorityVeryHigh (line 243) | String priorityVeryHigh(); method priorityHigh (line 245) | String priorityHigh(); method priorityNormal (line 247) | String priorityNormal(); method priorityLow (line 249) | String priorityLow(); method priorityVeryLow (line 251) | String priorityVeryLow(); FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-widgets-security-management/src/main/java/org/uberfire/ext/security/management/client/widgets/management/ChangePassword.java class ChangePassword (line 49) | @Dependent method getPriority (line 56) | @Override method validate (line 61) | @Override method ChangePassword (line 81) | @Inject method init (line 98) | @PostConstruct method show (line 106) | public void show(final String username) { method show (line 114) | public void show(final String username, method clear (line 123) | public void clear() { method asWidget (line 129) | @Override method validatePasswordsMatch (line 134) | boolean validatePasswordsMatch(final String p1, method onUpdatePassword (line 147) | void onUpdatePassword(final String newPassword, method showErrorMessage (line 195) | void showErrorMessage(final String message) { method showError (line 199) | void showError(final Throwable throwable) { type ChangePasswordCallback (line 209) | public interface ChangePasswordCallback { method onPasswordUpdated (line 211) | void onPasswordUpdated(); method onError (line 213) | void onError(final Throwable throwable); type View (line 218) | public interface View extends UberView { method configure (line 220) | View configure(final Validator newPasswordBoxValidator, method show (line 223) | View show(final String username); method hide (line 225) | View hide(); method clear (line 227) | View clear(); FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-widgets-security-management/src/main/java/org/uberfire/ext/security/management/client/widgets/management/ChangePasswordView.java class ChangePasswordView (line 40) | @Dependent method execute (line 71) | @Override method init (line 78) | @Override method configure (line 85) | @Override method show (line 93) | @Override method hide (line 100) | @Override method clear (line 106) | @Override method showModal (line 113) | private void showModal() { method onClear (line 117) | @UiHandler("clearButton") method onUpdate (line 122) | @UiHandler("updateButton") type ChangePasswordViewBinder (line 135) | interface ChangePasswordViewBinder FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-widgets-security-management/src/main/java/org/uberfire/ext/security/management/client/widgets/management/CreateEntity.java class CreateEntity (line 28) | public class CreateEntity implements IsWidget { method CreateEntity (line 33) | @Inject method init (line 40) | @PostConstruct method onEntityIdentifierChanged (line 45) | void onEntityIdentifierChanged(final String value) { method asWidget (line 50) | @Override method show (line 55) | public void show(final String legend, method setErrorState (line 62) | public void setErrorState() { method getEntityIdentifier (line 66) | public String getEntityIdentifier() { method clear (line 76) | public void clear() { method setNoneValidationState (line 82) | private void setNoneValidationState() { method setErrorValidationState (line 86) | private void setErrorValidationState() { type View (line 90) | public interface View extends UberView { method show (line 92) | void show(final String legend, method setValidationState (line 95) | void setValidationState(ValidationState state); method clear (line 97) | void clear(); FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-widgets-security-management/src/main/java/org/uberfire/ext/security/management/client/widgets/management/CreateEntityView.java class CreateEntityView (line 38) | @Dependent method init (line 54) | @Override method show (line 66) | @Override method setValidationState (line 73) | @Override method clear (line 78) | @Override type CreateEntityViewBinder (line 83) | interface CreateEntityViewBinder FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-widgets-security-management/src/main/java/org/uberfire/ext/security/management/client/widgets/management/editor/AssignedEntitiesEditor.java type AssignedEntitiesEditor (line 29) | public interface AssignedEntitiesEditor extends UberView { method configure (line 36) | AssignedEntitiesEditor configure(final EntitiesExplorerView explore... method configureClose (line 44) | AssignedEntitiesEditor configureClose(final String closeText, method configureSave (line 53) | AssignedEntitiesEditor configureSave(final String saveText, method show (line 61) | AssignedEntitiesEditor show(final String header); method hide (line 67) | AssignedEntitiesEditor hide(); FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-widgets-security-management/src/main/java/org/uberfire/ext/security/management/client/widgets/management/editor/AssignedEntitiesExplorer.java type AssignedEntitiesExplorer (line 26) | public interface AssignedEntitiesExplorer extends IsWidget { method configure (line 34) | AssignedEntitiesExplorer configure(final String header, method clear (line 41) | AssignedEntitiesExplorer clear(); FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-widgets-security-management/src/main/java/org/uberfire/ext/security/management/client/widgets/management/editor/AssignedEntitiesExplorerView.java class AssignedEntitiesExplorerView (line 34) | @Dependent method configure (line 47) | @Override method clear (line 64) | @Override type AssignedEntitiesExplorerViewBinder (line 69) | interface AssignedEntitiesExplorerViewBinder FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-widgets-security-management/src/main/java/org/uberfire/ext/security/management/client/widgets/management/editor/AssignedEntitiesInlineEditorView.java class AssignedEntitiesInlineEditorView (line 38) | @Dependent method init (line 55) | @Override method configure (line 60) | @Override method configureClose (line 67) | @Override method configureSave (line 74) | @Override method show (line 91) | @Override method hide (line 99) | @Override type AssignedEntitiesInlineEditorViewBinder (line 105) | interface AssignedEntitiesInlineEditorViewBinder FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-widgets-security-management/src/main/java/org/uberfire/ext/security/management/client/widgets/management/editor/AssignedEntitiesModalEditorView.java class AssignedEntitiesModalEditorView (line 39) | @Dependent method init (line 58) | @Override method configure (line 63) | @Override method configureClose (line 70) | @Override method configureSave (line 89) | @Override method show (line 108) | @Override method hide (line 115) | @Override type AssignedEntitiesModalEditorViewBinder (line 121) | interface AssignedEntitiesModalEditorViewBinder FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-widgets-security-management/src/main/java/org/uberfire/ext/security/management/client/widgets/management/editor/acl/ACLEditor.java class ACLEditor (line 39) | @Dependent method ACLEditor (line 47) | @Inject method init (line 56) | @PostConstruct method asWidget (line 61) | @Override method getPermissions (line 66) | public PermissionCollection getPermissions() { method collect (line 73) | private void collect(PermissionCollection pc, method edit (line 86) | public void edit(Role role) { method edit (line 90) | public void edit(Group group) { method edit (line 94) | private void edit(PermissionTree tree) { type View (line 109) | public interface View extends UberView { method clear (line 111) | void clear(); method addRootNodeWidget (line 113) | void addRootNodeWidget(IsWidget rootNodeWidget); FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-widgets-security-management/src/main/java/org/uberfire/ext/security/management/client/widgets/management/editor/acl/ACLEditorView.java class ACLEditorView (line 28) | @Dependent method init (line 37) | @Override method clear (line 42) | @Override method addRootNodeWidget (line 47) | @Override FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-widgets-security-management/src/main/java/org/uberfire/ext/security/management/client/widgets/management/editor/acl/ACLSettings.java class ACLSettings (line 38) | @Dependent method ACLSettings (line 51) | @Inject method asWidget (line 81) | @Override method getHomePerspective (line 86) | public PerspectiveActivity getHomePerspective() { method getPriority (line 90) | public int getPriority() { method show (line 94) | public void show(Role role) { method show (line 99) | public void show(Group group) { method edit (line 104) | public void edit(Role role) { method edit (line 109) | public void edit(Group group) { method open (line 114) | private void open(Role role) { method open (line 121) | private void open(Group group) { method open (line 128) | private void open(String homePerspectiveId, method onHomePerspectiveSelected (line 154) | void onHomePerspectiveSelected() { method onPrioritySelected (line 160) | void onPrioritySelected() { method updateAuthzPolicy (line 166) | public void updateAuthzPolicy(@Observes AuthorizationPolicySavedEvent ... type View (line 170) | public interface View extends UberView { method setHomePerspectiveName (line 172) | View setHomePerspectiveName(String name); method setHomePerspectiveTitle (line 174) | View setHomePerspectiveTitle(String name); method setHomePerspectiveSelectorEnabled (line 176) | View setHomePerspectiveSelectorEnabled(boolean enabled); method setHomePerspectiveSelector (line 178) | View setHomePerspectiveSelector(IsWidget widget); method setNoHomePerspectiveDefined (line 180) | View setNoHomePerspectiveDefined(); method setPriorityName (line 182) | View setPriorityName(String name); method setPrioritySelectorEnabled (line 184) | View setPrioritySelectorEnabled(boolean enabled); method setPrioritySelector (line 186) | View setPrioritySelector(IsWidget widget); FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-widgets-security-management/src/main/java/org/uberfire/ext/security/management/client/widgets/management/editor/acl/ACLSettingsView.java class ACLSettingsView (line 32) | @Dependent method init (line 61) | @Override method setHomePerspectiveName (line 72) | @Override method setHomePerspectiveTitle (line 78) | @Override method setNoHomePerspectiveDefined (line 84) | @Override method setHomePerspectiveSelector (line 91) | @Override method setHomePerspectiveSelectorEnabled (line 98) | @Override method setPriorityName (line 110) | @Override method setPrioritySelector (line 116) | @Override method setPrioritySelectorEnabled (line 123) | @Override FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-widgets-security-management/src/main/java/org/uberfire/ext/security/management/client/widgets/management/editor/acl/ACLViewer.java class ACLViewer (line 37) | @Dependent method ACLViewer (line 44) | @Inject method init (line 53) | @PostConstruct method asWidget (line 58) | @Override method show (line 63) | public void show(Role role) { method show (line 67) | public void show(Group group) { method show (line 71) | public void show(User user) { method show (line 76) | private void show(PermissionTree tree) { type View (line 90) | public interface View extends UberView { method clear (line 92) | void clear(); method addRootNodeWidget (line 94) | void addRootNodeWidget(IsWidget rootNodeWidget); FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-widgets-security-management/src/main/java/org/uberfire/ext/security/management/client/widgets/management/editor/acl/ACLViewerView.java class ACLViewerView (line 28) | @Dependent method init (line 38) | @Override method clear (line 43) | @Override method addRootNodeWidget (line 48) | @Override FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-widgets-security-management/src/main/java/org/uberfire/ext/security/management/client/widgets/management/editor/acl/PriorityDropDown.java class PriorityDropDown (line 35) | @Dependent method search (line 40) | @Override method searchEntry (line 46) | @Override method PriorityDropDown (line 60) | @Inject method init (line 66) | @PostConstruct method asWidget (line 80) | @Override method getPriorityName (line 85) | public String getPriorityName(int priority) { method getSelectedPriority (line 91) | public int getSelectedPriority() { method setSelectedPriority (line 100) | public void setSelectedPriority(int ordinal) { method setWidth (line 106) | public void setWidth(int minWidth) { method setOnChange (line 110) | public void setOnChange(Command onChange) { method clear (line 114) | public void clear() { method resolvePriority (line 118) | public Priority resolvePriority(int priority) { type Priority (line 134) | private enum Priority { method Priority (line 145) | Priority(int ordinal) { method get (line 149) | public static Priority get(int idx) { method getOrdinal (line 153) | public int getOrdinal() { method getIndex (line 157) | public int getIndex() { FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-widgets-security-management/src/main/java/org/uberfire/ext/security/management/client/widgets/management/editor/acl/node/BasePermissionNodeEditor.java class BasePermissionNodeEditor (line 29) | public abstract class BasePermissionNodeEditor implements PermissionNode... method getACLEditor (line 41) | @Override method setACLEditor (line 46) | @Override method getPermissionNode (line 51) | @Override method getParentEditor (line 56) | @Override method setParentEditor (line 61) | @Override method getChildEditors (line 66) | @Override method addChildEditor (line 71) | @Override method removeChildEditor (line 77) | @Override method hasChildEditors (line 83) | @Override method clearChildEditors (line 88) | @Override method isAnException (line 93) | @Override method getExceptionNumber (line 103) | @Override method getTreeLevel (line 118) | @Override method setTreeLevel (line 123) | @Override method setLeftMargin (line 129) | @Override method getNodePanelWidth (line 135) | @Override method onParentPermissionChanged (line 147) | @Override method onChildPermissionChanged (line 160) | @Override method onNodePanelWidthChanged (line 172) | protected void onNodePanelWidthChanged() { method onPermissionChanged (line 181) | protected void onPermissionChanged(Permission permission, method notifyPermissionChange (line 193) | protected void notifyPermissionChange(Permission permission, method processAllPermissionDependencies (line 216) | protected void processAllPermissionDependencies() { method processPermissionDependencies (line 226) | protected void processPermissionDependencies(Permission permission) { method registerPermissionSwitch (line 253) | protected void registerPermissionSwitch(Permission permission, FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-widgets-security-management/src/main/java/org/uberfire/ext/security/management/client/widgets/management/editor/acl/node/BasePermissionNodeViewer.java class BasePermissionNodeViewer (line 19) | public abstract class BasePermissionNodeViewer implements PermissionNode... method getTreeLevel (line 23) | @Override method setTreeLevel (line 28) | @Override FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-widgets-security-management/src/main/java/org/uberfire/ext/security/management/client/widgets/management/editor/acl/node/LeafPermissionNodeEditor.java class LeafPermissionNodeEditor (line 31) | @Dependent method LeafPermissionNodeEditor (line 37) | @Inject method init (line 46) | @PostConstruct method asWidget (line 51) | @Override method edit (line 56) | @Override method initPermissionSwitchToogle (line 109) | private void initPermissionSwitchToogle(PermissionSwitchToogle permiss... method notifyPermissionChange (line 123) | @Override method onParentPermissionChanged (line 131) | @Override method updateExceptionFlags (line 137) | private void updateExceptionFlags() { method onNodePanelWidthChanged (line 148) | @Override type View (line 154) | public interface View extends UberView { method setNodeName (line 156) | void setNodeName(String name); method setNodePanelWidth (line 158) | void setNodePanelWidth(int width); method setNodeFullName (line 160) | void setNodeFullName(String name); method addPermission (line 162) | void addPermission(PermissionSwitchToogle permissionSwitch); FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-widgets-security-management/src/main/java/org/uberfire/ext/security/management/client/widgets/management/editor/acl/node/LeafPermissionNodeEditorView.java class LeafPermissionNodeEditorView (line 30) | @Dependent method init (line 49) | @Override method setNodeName (line 54) | @Override method setNodePanelWidth (line 59) | @Override method setNodeFullName (line 65) | @Override method addPermission (line 72) | @Override FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-widgets-security-management/src/main/java/org/uberfire/ext/security/management/client/widgets/management/editor/acl/node/LeafPermissionNodeViewer.java class LeafPermissionNodeViewer (line 30) | @Dependent method LeafPermissionNodeViewer (line 35) | @Inject method init (line 40) | @PostConstruct method asWidget (line 45) | @Override method getPermissionNode (line 50) | @Override method getChildren (line 55) | @Override method show (line 60) | @Override type View (line 84) | public interface View extends UberView { method setNodeName (line 86) | void setNodeName(String name); method setNodeFullName (line 88) | void setNodeFullName(String name); method permissionGranted (line 90) | void permissionGranted(String permission); method permissionDenied (line 92) | void permissionDenied(String permission); FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-widgets-security-management/src/main/java/org/uberfire/ext/security/management/client/widgets/management/editor/acl/node/LeafPermissionNodeViewerView.java class LeafPermissionNodeViewerView (line 30) | @Dependent method init (line 42) | @Override method setNodeName (line 47) | @Override method setNodeFullName (line 52) | @Override method permissionGranted (line 57) | @Override method permissionDenied (line 63) | @Override method addPermission (line 69) | private void addPermission(String permission, FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-widgets-security-management/src/main/java/org/uberfire/ext/security/management/client/widgets/management/editor/acl/node/MultiplePermissionNodeEditor.java class MultiplePermissionNodeEditor (line 48) | @Dependent method search (line 62) | @Override method searchEntry (line 82) | @Override method getChildrenSearchService (line 106) | public LiveSearchService getChildrenSearchService() { method MultiplePermissionNodeEditor (line 110) | @Inject method init (line 125) | @PostConstruct method asWidget (line 130) | @Override method hasResources (line 135) | public boolean hasResources() { method edit (line 139) | @Override method notifyPermissionChange (line 208) | @Override method expand (line 220) | public void expand() { method collapse (line 239) | public void collapse() { method loadChildren (line 246) | protected void loadChildren() { method registerChild (line 255) | protected PermissionNodeEditor registerChild(PermissionNode child) { method onChildPermissionChanged (line 265) | @Override method onNodePanelWidthChanged (line 272) | @Override method updateExceptionCounters (line 278) | private void updateExceptionCounters() { method onNodeClick (line 288) | public void onNodeClick() { method onAddChildStart (line 296) | public void onAddChildStart() { method onAddChildCancel (line 300) | public void onAddChildCancel() { method onClearChildren (line 304) | public void onClearChildren() { method onRemoveChild (line 312) | public void onRemoveChild(PermissionNodeEditor child) { method removeChild (line 318) | protected void removeChild(PermissionNodeEditor child) { method onChildSelected (line 339) | public void onChildSelected(String permissionName) { method overwritePermissions (line 359) | protected void overwritePermissions(PermissionNode child) { method isNotEdited (line 369) | private boolean isNotEdited(PermissionNode node) { type View (line 377) | public interface View extends UberView { method setNodeName (line 379) | void setNodeName(String name); method setNodePanelWidth (line 381) | void setNodePanelWidth(int width); method setNodeFullName (line 383) | void setNodeFullName(String name); method setResourceName (line 385) | void setResourceName(String name); method addPermission (line 387) | void addPermission(PermissionSwitchToogle permissionSwitch); method addChildEditor (line 389) | void addChildEditor(PermissionNodeEditor editor, method addChildSeparator (line 392) | void addChildSeparator(); method hasChildren (line 394) | boolean hasChildren(); method clearChildren (line 396) | void clearChildren(); method getChildSelectorHint (line 398) | String getChildSelectorHint(String resourceName); method getChildSearchHint (line 400) | String getChildSearchHint(String resourceName); method getChildrenNotFoundMsg (line 402) | String getChildrenNotFoundMsg(String resourceName); method setChildSelector (line 404) | void setChildSelector(IsWidget childSelector); method showChildSelector (line 406) | void showChildSelector(); method hideChildSelector (line 408) | void hideChildSelector(); method setAddChildEnabled (line 410) | void setAddChildEnabled(boolean enabled); method setClearChildrenEnabled (line 412) | void setClearChildrenEnabled(boolean enabled); method setExpanded (line 414) | void setExpanded(boolean expanded); FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-widgets-security-management/src/main/java/org/uberfire/ext/security/management/client/widgets/management/editor/acl/node/MultiplePermissionNodeEditorView.java class MultiplePermissionNodeEditorView (line 38) | @Dependent method init (line 89) | @Override method setNodeName (line 101) | @Override method setNodePanelWidth (line 106) | @Override method setNodeFullName (line 112) | @Override method setResourceName (line 119) | @Override method addPermission (line 124) | @Override method addChildEditor (line 129) | @Override method addChildSeparator (line 157) | @Override method hasChildren (line 166) | @Override method clearChildren (line 171) | @Override method getChildSelectorHint (line 176) | @Override method getChildSearchHint (line 181) | @Override method getChildrenNotFoundMsg (line 186) | @Override method setChildSelector (line 191) | @Override method showChildSelector (line 197) | @Override method hideChildSelector (line 202) | @Override method setAddChildEnabled (line 208) | @Override method setClearChildrenEnabled (line 218) | @Override method setExpanded (line 228) | @Override method onNodeClick (line 238) | @EventHandler("nodeAnchor") method onAddChild (line 243) | @EventHandler("addChildAnchor") method onClearChildren (line 248) | @EventHandler("clearChildrenAnchor") method onCancelAdd (line 253) | @EventHandler("cancelAnchor") method onHeaderMouseOver (line 258) | @EventHandler("headerPanel") method onHeaderMouseOut (line 266) | @EventHandler("headerPanel") FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-widgets-security-management/src/main/java/org/uberfire/ext/security/management/client/widgets/management/editor/acl/node/MultiplePermissionNodeViewer.java class MultiplePermissionNodeViewer (line 32) | @Dependent method MultiplePermissionNodeViewer (line 40) | @Inject method init (line 47) | @PostConstruct method asWidget (line 52) | @Override method hasResources (line 57) | public boolean hasResources() { method getPermissionNode (line 61) | @Override method getChildren (line 66) | @Override method show (line 71) | @Override method initChildren (line 92) | protected void initChildren(List children) { method registerChild (line 104) | protected void registerChild(PermissionNode child) { method getOverwrites (line 112) | protected List getOverwrites(Permission parent) { method showPermissions (line 124) | protected void showPermissions() { type View (line 168) | public interface View extends UberView { method setNodeName (line 170) | void setNodeName(String name); method setNodeFullName (line 172) | void setNodeFullName(String name); method addChildViewer (line 174) | void addChildViewer(PermissionNodeViewer viewer); method setPermissionsVisible (line 176) | void setPermissionsVisible(boolean enabled); method addAllItemsGrantedPermission (line 178) | void addAllItemsGrantedPermission(String permission, method addAllItemsDeniedPermission (line 181) | void addAllItemsDeniedPermission(String permission, method addItemsGrantedPermission (line 184) | void addItemsGrantedPermission(String permission, method addItemsDeniedPermission (line 187) | void addItemsDeniedPermission(String permission, method addItemException (line 190) | void addItemException(String item); FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-widgets-security-management/src/main/java/org/uberfire/ext/security/management/client/widgets/management/editor/acl/node/MultiplePermissionNodeViewerView.java class MultiplePermissionNodeViewerView (line 35) | @Dependent method init (line 57) | @Override method setNodeName (line 68) | @Override method setNodeFullName (line 73) | @Override method setPermissionsVisible (line 78) | @Override method addChildViewer (line 83) | @Override method createLabel (line 88) | private Label createLabel(String text, method addPermissionMessage (line 99) | private void addPermissionMessage(String preffix, method addAllItemsGrantedPermission (line 134) | @Override method addAllItemsDeniedPermission (line 146) | @Override method addItemsGrantedPermission (line 158) | @Override method addItemsDeniedPermission (line 172) | @Override method addItemException (line 185) | @Override FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-widgets-security-management/src/main/java/org/uberfire/ext/security/management/client/widgets/management/editor/acl/node/PermissionExceptionSwitch.java class PermissionExceptionSwitch (line 26) | @Dependent method PermissionExceptionSwitch (line 31) | @Inject method asWidget (line 37) | @Override method init (line 42) | public void init(String switchOnName, method setOnChange (line 52) | @Override method isOn (line 57) | @Override method setOn (line 62) | @Override method setEnabled (line 67) | @Override method setNumberOfExceptions (line 72) | @Override method onChange (line 77) | public void onChange() { type View (line 81) | public interface View extends UberView { method init (line 83) | void init(String textOn, method isOn (line 86) | boolean isOn(); method setOn (line 88) | void setOn(boolean on); method setExceptionEnabled (line 90) | void setExceptionEnabled(boolean enabled); method setEnabled (line 92) | void setEnabled(boolean enabled); FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-widgets-security-management/src/main/java/org/uberfire/ext/security/management/client/widgets/management/editor/acl/node/PermissionExceptionSwitchView.java class PermissionExceptionSwitchView (line 31) | @Dependent method init (line 47) | @Override method init (line 52) | @Override method setExceptionEnabled (line 64) | @Override method isOn (line 75) | @Override method setOn (line 80) | @Override method setEnabled (line 85) | @Override FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-widgets-security-management/src/main/java/org/uberfire/ext/security/management/client/widgets/management/editor/acl/node/PermissionNodeEditor.java type PermissionNodeEditor (line 26) | public interface PermissionNodeEditor extends IsWidget { method getACLEditor (line 28) | ACLEditor getACLEditor(); method setACLEditor (line 30) | void setACLEditor(ACLEditor editor); method getTreeLevel (line 32) | int getTreeLevel(); method setTreeLevel (line 34) | void setTreeLevel(int level); method getNodePanelWidth (line 36) | int getNodePanelWidth(); method setLeftMargin (line 38) | void setLeftMargin(int margin); method getPermissionNode (line 40) | PermissionNode getPermissionNode(); method edit (line 42) | void edit(PermissionNode node); method getParentEditor (line 44) | PermissionNodeEditor getParentEditor(); method setParentEditor (line 46) | void setParentEditor(PermissionNodeEditor editor); method getChildEditors (line 48) | List getChildEditors(); method addChildEditor (line 50) | void addChildEditor(PermissionNodeEditor editor); method removeChildEditor (line 52) | void removeChildEditor(PermissionNodeEditor editor); method hasChildEditors (line 54) | boolean hasChildEditors(); method clearChildEditors (line 56) | void clearChildEditors(); method onParentPermissionChanged (line 58) | void onParentPermissionChanged(Permission permission, method onChildPermissionChanged (line 61) | void onChildPermissionChanged(PermissionNodeEditor childEditor, method isAnException (line 65) | boolean isAnException(Permission permission); method getExceptionNumber (line 67) | int getExceptionNumber(Permission permission); FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-widgets-security-management/src/main/java/org/uberfire/ext/security/management/client/widgets/management/editor/acl/node/PermissionNodeViewer.java type PermissionNodeViewer (line 24) | public interface PermissionNodeViewer extends IsWidget { method getTreeLevel (line 26) | int getTreeLevel(); method setTreeLevel (line 28) | void setTreeLevel(int level); method getPermissionNode (line 30) | PermissionNode getPermissionNode(); method show (line 32) | void show(PermissionNode node); method getChildren (line 34) | List getChildren(); FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-widgets-security-management/src/main/java/org/uberfire/ext/security/management/client/widgets/management/editor/acl/node/PermissionSwitch.java class PermissionSwitch (line 26) | @Dependent method PermissionSwitch (line 31) | @Inject method asWidget (line 37) | @Override method init (line 42) | public void init(String switchOnName, method setOnChange (line 52) | @Override method setNumberOfExceptions (line 57) | @Override method isOn (line 65) | @Override method setOn (line 70) | @Override method setEnabled (line 75) | @Override method onChange (line 80) | public void onChange() { type View (line 84) | public interface View extends UberView { method init (line 86) | void init(String textOn, method showExceptionsCount (line 90) | void showExceptionsCount(int n); method hideExceptionsCount (line 92) | void hideExceptionsCount(); method isOn (line 94) | boolean isOn(); method setOn (line 96) | void setOn(boolean on); method setEnabled (line 98) | void setEnabled(boolean enabled); FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-widgets-security-management/src/main/java/org/uberfire/ext/security/management/client/widgets/management/editor/acl/node/PermissionSwitchToogle.java type PermissionSwitchToogle (line 22) | public interface PermissionSwitchToogle extends IsWidget { method isOn (line 24) | boolean isOn(); method setOn (line 26) | void setOn(boolean on); method setEnabled (line 28) | void setEnabled(boolean enabled); method setNumberOfExceptions (line 30) | void setNumberOfExceptions(int n); method setOnChange (line 32) | void setOnChange(Command onChange); FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-widgets-security-management/src/main/java/org/uberfire/ext/security/management/client/widgets/management/editor/acl/node/PermissionSwitchView.java class PermissionSwitchView (line 31) | @Dependent method init (line 47) | @Override method init (line 52) | @Override method showExceptionsCount (line 68) | @Override method hideExceptionsCount (line 75) | @Override method isOn (line 81) | @Override method setOn (line 86) | @Override method setEnabled (line 91) | @Override FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-widgets-security-management/src/main/java/org/uberfire/ext/security/management/client/widgets/management/editor/acl/node/PermissionWidgetFactory.java class PermissionWidgetFactory (line 26) | @ApplicationScoped method PermissionWidgetFactory (line 31) | @Inject method createEditor (line 36) | public PermissionNodeEditor createEditor(PermissionNode node) { method createViewer (line 43) | public PermissionNodeViewer createViewer(PermissionNode node) { method createSwitch (line 50) | public PermissionSwitch createSwitch() { method createExceptionSwitch (line 54) | public PermissionExceptionSwitch createExceptionSwitch() { FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-widgets-security-management/src/main/java/org/uberfire/ext/security/management/client/widgets/management/editor/group/GroupEditor.java class GroupEditor (line 46) | @Dependent method GroupEditor (line 60) | @Inject method asWidget (line 79) | @Override method init (line 84) | @PostConstruct method name (line 90) | @Override method homePerspective (line 95) | @Override method groupPriority (line 100) | @Override method permissions (line 105) | @Override method getAclSettings (line 110) | public ACLSettings getAclSettings() { method getAclEditor (line 114) | public ACLEditor getAclEditor() { method show (line 118) | @Override method edit (line 131) | @Override method clear (line 138) | public void clear() { method flush (line 143) | @Override method getValue (line 150) | @Override method setViolations (line 155) | @Override method canDelete (line 160) | boolean canDelete() { method onDelete (line 168) | void onDelete() { method onEdit (line 173) | void onEdit() { method open (line 178) | protected void open(final Group group) { type View (line 206) | public interface View extends UberView { method show (line 208) | View show(final String name); method setEditButtonVisible (line 210) | View setEditButtonVisible(boolean isVisible); method setDeleteButtonVisible (line 212) | View setDeleteButtonVisible(boolean isVisible); method clear (line 214) | View clear(); method setACLSettings (line 216) | View setACLSettings(IsWidget aclSettings); method showACL (line 218) | View showACL(IsWidget aclViewer); method editACL (line 220) | View editACL(IsWidget aclEditor); FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-widgets-security-management/src/main/java/org/uberfire/ext/security/management/client/widgets/management/editor/group/GroupEditorView.java class GroupEditorView (line 34) | @Dependent method init (line 50) | @Override method show (line 56) | @Override method setDeleteButtonVisible (line 64) | @Override method clear (line 70) | @Override method setEditButtonVisible (line 77) | @Override method setACLSettings (line 83) | @Override method showACL (line 90) | @Override method editACL (line 97) | @Override method onEditButtonClick (line 104) | @UiHandler("editButton") method onDeleteButtonClick (line 109) | @UiHandler("deleteButton") type GroupEditorViewBinder (line 116) | interface GroupEditorViewBinder FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-widgets-security-management/src/main/java/org/uberfire/ext/security/management/client/widgets/management/editor/group/GroupUsersAssignment.java class GroupUsersAssignment (line 39) | @Dependent method execute (line 46) | @Override method GroupUsersAssignment (line 57) | @Inject method asWidget (line 70) | @Override method init (line 75) | @PostConstruct method show (line 83) | public void show(final String header) { method hide (line 91) | public void hide() { method clear (line 100) | public void clear() { method showUsersModal (line 104) | private void showUsersModal() { FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-widgets-security-management/src/main/java/org/uberfire/ext/security/management/client/widgets/management/editor/group/workflow/GroupCreationWorkflow.java class GroupCreationWorkflow (line 65) | @Dependent method error (line 75) | @Override method GroupCreationWorkflow (line 93) | @Inject method init (line 122) | @PostConstruct method create (line 127) | public void create() { method clear (line 152) | public void clear() { method asWidget (line 163) | @Override method showUsersAssignment (line 168) | protected void showUsersAssignment(final String name) { method checkCreate (line 192) | protected void checkCreate() { method isSafeValue (line 246) | private boolean isSafeValue(final String identifier) { method getGroupIdentifierNotValidMessage (line 251) | private String getGroupIdentifierNotValidMessage(final InvalidEntityId... method createGroup (line 258) | protected void createGroup(final String name) { method onAssignUsers (line 292) | void onAssignUsers(@Observes final AddUsersToGroupEvent addUsersToGrou... method assignUsers (line 300) | protected void assignUsers(final Collection users) { method fireGroupCreated (line 324) | protected void fireGroupCreated(final String name) { method fireUsersAssigned (line 330) | protected void fireUsersAssigned(final String name) { method showErrorMessage (line 336) | void showErrorMessage(final String message) { method showError (line 340) | void showError(final Throwable throwable) { method onCreateGroupEvent (line 345) | void onCreateGroupEvent(@Observes final CreateGroupEvent event) { FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-widgets-security-management/src/main/java/org/uberfire/ext/security/management/client/widgets/management/editor/group/workflow/GroupEditorWorkflow.java class GroupEditorWorkflow (line 70) | @Dependent method GroupEditorWorkflow (line 94) | @Inject method setup (line 122) | @PostConstruct method asWidget (line 127) | @Override method getGroupEditor (line 132) | public GroupEditor getGroupEditor() { method show (line 136) | public void show(final String name) { method getSaveButtonText (line 140) | protected String getSaveButtonText() { method onSave (line 144) | protected void onSave() { method onCancel (line 148) | protected void onCancel() { method clear (line 152) | public void clear() { method isDirty (line 158) | public boolean isDirty() { method delete (line 166) | void delete() { method doDelete (line 175) | protected void doDelete() { method doShow (line 188) | protected void doShow(final String groupName) { method doInitView (line 198) | protected void doInitView() { method doLoad (line 218) | protected void doLoad(String name) { method doSave (line 233) | protected void doSave() { method showNotification (line 267) | protected void showNotification(String message) { method setDirty (line 271) | protected void setDirty(final boolean isDirty) { method checkDirty (line 283) | protected void checkDirty(final Command callback) { method showLoadingBox (line 298) | protected void showLoadingBox() { method hideLoadingBox (line 302) | protected void hideLoadingBox() { method showError (line 306) | void showError(final Throwable throwable) { method edit (line 313) | protected void edit() { method onEditGroupEvent (line 325) | void onEditGroupEvent(@Observes final OnEditEvent onEditEvent) { method onDeleteGroupEvent (line 332) | void onDeleteGroupEvent(@Observes final OnDeleteEvent onDeleteEvent) { method onHomePerspectiveChangedEvent (line 343) | void onHomePerspectiveChangedEvent(@Observes final HomePerspectiveChan... method onPriorityChangedEvent (line 351) | void onPriorityChangedEvent(@Observes final PriorityChangedEvent event) { method onPermissionChangedEvent (line 358) | void onPermissionChangedEvent(@Observes final PermissionChangedEvent e... method onPermissionAddedEvent (line 365) | void onPermissionAddedEvent(@Observes final PermissionNodeAddedEvent e... method onPermissionRemovedEvent (line 372) | void onPermissionRemovedEvent(@Observes final PermissionNodeRemovedEve... method checkEventContext (line 379) | protected boolean checkEventContext(final ContextualEvent contextualEv... method checkStatus (line 384) | protected void checkStatus() { method isPerspectiveReadDenied (line 394) | protected boolean isPerspectiveReadDenied(PerspectiveActivity perspect... FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-widgets-security-management/src/main/java/org/uberfire/ext/security/management/client/widgets/management/editor/role/RoleEditor.java class RoleEditor (line 44) | @Dependent method RoleEditor (line 57) | @Inject method init (line 75) | @PostConstruct method asWidget (line 81) | @Override method name (line 90) | @Override method homePerspective (line 95) | @Override method rolePriority (line 100) | @Override method permissions (line 105) | @Override method getAclSettings (line 110) | public ACLSettings getAclSettings() { method getAclEditor (line 114) | public ACLEditor getAclEditor() { method show (line 118) | @Override method edit (line 127) | @Override method flush (line 134) | @Override method getValue (line 141) | @Override method setViolations (line 146) | @Override method clear (line 151) | public void clear() { method onEdit (line 156) | void onEdit() { method open (line 165) | protected void open(final Role role) { type View (line 192) | public interface View extends UberView { method setRolename (line 194) | View setRolename(String username); method setEditButtonVisible (line 196) | View setEditButtonVisible(boolean isVisible); method setACLSettings (line 198) | View setACLSettings(IsWidget aclSettings); method showACL (line 200) | View showACL(IsWidget aclViewer); method editACL (line 202) | View editACL(IsWidget aclEditor); FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-widgets-security-management/src/main/java/org/uberfire/ext/security/management/client/widgets/management/editor/role/RoleEditorView.java class RoleEditorView (line 32) | public class RoleEditorView extends Composite implements RoleEditor.View { method init (line 45) | @Override method setRolename (line 51) | @Override method setEditButtonVisible (line 59) | @Override method setACLSettings (line 65) | @Override method showACL (line 72) | @Override method editACL (line 79) | @Override method onEditButtonClick (line 86) | @UiHandler("editButton") type RoleEditorViewBinder (line 91) | interface RoleEditorViewBinder extends UiBinder { FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-widgets-security-management/src/main/java/org/uberfire/ext/security/management/client/widgets/management/editor/role/workflow/BaseRoleEditorWorkflow.java class BaseRoleEditorWorkflow (line 54) | public abstract class BaseRoleEditorWorkflow implements IsWidget { method BaseRoleEditorWorkflow (line 75) | public BaseRoleEditorWorkflow(final ClientUserSystemManager userSystem... method asWidget (line 101) | @Override method getRoleEditor (line 106) | public RoleEditor getRoleEditor() { method clear (line 114) | public void clear() { method isDirty (line 121) | public boolean isDirty() { method doShow (line 125) | protected void doShow(final String roleName) { method doLoad (line 135) | protected void doLoad(String roleName) { method onSave (line 150) | protected void onSave() { method onCancel (line 154) | protected void onCancel() { method doInitView (line 158) | protected void doInitView() { method getSaveButtonText (line 177) | protected String getSaveButtonText() { method showNotification (line 181) | protected void showNotification(String message) { method setDirty (line 185) | protected void setDirty(final boolean isDirty) { method edit (line 197) | protected void edit() { method doSave (line 204) | protected void doSave() { method checkEventContext (line 238) | protected boolean checkEventContext(final ContextualEvent contextualEv... method showError (line 243) | void showError(final Throwable throwable) { method checkDirty (line 248) | protected void checkDirty(final Command callback) { method showLoadingBox (line 263) | protected void showLoadingBox() { method hideLoadingBox (line 267) | protected void hideLoadingBox() { FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-widgets-security-management/src/main/java/org/uberfire/ext/security/management/client/widgets/management/editor/role/workflow/RoleEditorWorkflow.java class RoleEditorWorkflow (line 54) | @Dependent method RoleEditorWorkflow (line 59) | @Inject method show (line 85) | public void show(final String roleName) { method edit (line 89) | @Override method onEditRoleEvent (line 99) | void onEditRoleEvent(@Observes final OnEditEvent onEditEvent) { method onHomePerspectiveChangedEvent (line 106) | void onHomePerspectiveChangedEvent(@Observes final HomePerspectiveChan... method onPriorityChangedEvent (line 114) | void onPriorityChangedEvent(@Observes final PriorityChangedEvent event) { method onPermissionChangedEvent (line 121) | void onPermissionChangedEvent(@Observes final PermissionChangedEvent e... method onPermissionAddedEvent (line 128) | void onPermissionAddedEvent(@Observes final PermissionNodeAddedEvent e... method onPermissionRemovedEvent (line 136) | void onPermissionRemovedEvent(@Observes final PermissionNodeRemovedEve... method checkStatus (line 143) | protected void checkStatus() { method isPerspectiveReadDenied (line 153) | protected boolean isPerspectiveReadDenied(PerspectiveActivity perspect... FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-widgets-security-management/src/main/java/org/uberfire/ext/security/management/client/widgets/management/editor/user/NewUserAttributeEditor.java class NewUserAttributeEditor (line 41) | @Dependent method getPriority (line 47) | @Override method validate (line 52) | @Override method getPriority (line 68) | @Override method validate (line 73) | @Override method NewUserAttributeEditor (line 91) | @Inject method asWidget (line 98) | @Override method init (line 103) | @PostConstruct method showAddButton (line 110) | public NewUserAttributeEditor showAddButton() { method showForm (line 115) | public NewUserAttributeEditor showForm() { method clear (line 120) | public NewUserAttributeEditor clear() { method setRestrictedValues (line 130) | @Override method onNewAttributeClick (line 135) | void onNewAttributeClick() { method onCancel (line 139) | void onCancel() { method addNewAttribute (line 147) | void addNewAttribute(final String name, method validateAttributeName (line 155) | String validateAttributeName(final String value) { method validateAttributeValue (line 165) | String validateAttributeValue(final String value) { method createAttributeEntry (line 172) | private Map.Entry createAttributeEntry(final String key, method containsAttribute (line 192) | private boolean containsAttribute(final String key) { method isEmpty (line 197) | private boolean isEmpty(final String str) { type View (line 201) | public interface View extends UberView { method configure (line 203) | View configure(Validator attributeNameValidator, method createAttributeNameError (line 206) | EditorError createAttributeNameError(String value, method createAttributeValueError (line 209) | EditorError createAttributeValueError(String value, method reset (line 212) | View reset(); method setShowAddButton (line 214) | View setShowAddButton(boolean isCreateButton); method setShowForm (line 216) | View setShowForm(boolean isCreationForm); FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-widgets-security-management/src/main/java/org/uberfire/ext/security/management/client/widgets/management/editor/user/NewUserAttributeEditorView.java class NewUserAttributeEditorView (line 38) | @Dependent method NewUserAttributeEditorView (line 62) | @UiConstructor method init (line 67) | @Override method configure (line 74) | @Override method createAttributeNameError (line 83) | @Override method createAttributeValueError (line 91) | @Override method setShowAddButton (line 99) | @Override method setShowForm (line 105) | @Override method reset (line 111) | @Override method onAddAttributeButtonClick (line 120) | @UiHandler("addAttributeButton") method onNewAttributeCancelButtonClick (line 125) | @UiHandler("newAttributeCancelButton") method onNewAttributeSaveButtonClick (line 130) | @UiHandler("newAttributeSaveButton") type NewUserAttributeViewBinder (line 143) | interface NewUserAttributeViewBinder FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-widgets-security-management/src/main/java/org/uberfire/ext/security/management/client/widgets/management/editor/user/UserAssignedEntitiesEditor.java class UserAssignedEntitiesEditor (line 39) | public abstract class UserAssignedEntitiesEditor implements IsWidget { method execute (line 43) | @Override method execute (line 54) | @Override method UserAssignedEntitiesEditor (line 65) | @Inject method asWidget (line 74) | @Override method getCancelText (line 79) | protected abstract String getCancelText(); method getAddText (line 81) | protected abstract String getAddText(); method getTitle (line 88) | protected abstract String getTitle(); method getEntityIdentifier (line 94) | protected abstract String getEntityIdentifier(T entity); method init (line 96) | @PostConstruct method show (line 107) | public void show(final User user) { method edit (line 113) | public void edit(final User user) { method flush (line 119) | public void flush() { method getValue (line 124) | public Set getValue() { method setViolations (line 128) | public void setViolations(Set> constraintVio... method hide (line 137) | public void hide() { method clear (line 141) | public void clear() { method getViewContext (line 146) | protected ExplorerViewContext getViewContext() { method open (line 188) | protected void open(final User user) { method onSave (line 193) | protected void onSave(final Set selectedEntities) { FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-widgets-security-management/src/main/java/org/uberfire/ext/security/management/client/widgets/management/editor/user/UserAssignedEntitiesExplorer.java class UserAssignedEntitiesExplorer (line 40) | public abstract class UserAssignedEntitiesExplorer implements IsWidget { method UserAssignedEntitiesExplorer (line 49) | @Inject method asWidget (line 60) | @Override method getEmptyText (line 65) | protected abstract String getEmptyText(); method getEntityType (line 67) | protected abstract String getEntityType(); method getTitle (line 69) | protected abstract String getTitle(); method getEntityId (line 71) | protected abstract String getEntityId(final T entity); method getEntityName (line 73) | protected abstract String getEntityName(final T entity); method getEnsureRemoveText (line 75) | protected abstract String getEnsureRemoveText(); method canAssignEntities (line 77) | protected abstract boolean canAssignEntities(); method doShow (line 79) | protected abstract void doShow(); method removeEntity (line 81) | protected abstract void removeEntity(String name); method init (line 87) | @PostConstruct method show (line 95) | public void show(final User user) { method edit (line 101) | public void edit(final User user) { method flush (line 107) | public void flush() { method getValue (line 112) | public Set getValue() { method setViolations (line 116) | public void setViolations(Set> constraintVio... method clear (line 120) | public void clear() { method getCallback (line 132) | protected EntitiesList.Callback getCallback() { method open (line 199) | protected void open(final User user) { FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-widgets-security-management/src/main/java/org/uberfire/ext/security/management/client/widgets/management/editor/user/UserAssignedGroupsEditor.java class UserAssignedGroupsEditor (line 38) | @Dependent method UserAssignedGroupsEditor (line 43) | @Inject method asWidget (line 54) | @Override method getCancelText (line 59) | @Override method getAddText (line 64) | @Override method getTitle (line 69) | @Override method getEntityIdentifier (line 74) | @Override method open (line 79) | protected void open(final User user) { method onSave (line 86) | @Override FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-widgets-security-management/src/main/java/org/uberfire/ext/security/management/client/widgets/management/editor/user/UserAssignedGroupsExplorer.java class UserAssignedGroupsExplorer (line 41) | @Dependent method UserAssignedGroupsExplorer (line 47) | @Inject method getEmptyText (line 60) | @Override method getEntityType (line 65) | @Override method getTitle (line 70) | @Override method getEntityId (line 75) | @Override method getEntityName (line 80) | @Override method getEnsureRemoveText (line 85) | @Override method canAssignEntities (line 90) | @Override method open (line 96) | @Override method doShow (line 107) | @Override method removeEntity (line 113) | @Override FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-widgets-security-management/src/main/java/org/uberfire/ext/security/management/client/widgets/management/editor/user/UserAssignedRolesEditor.java class UserAssignedRolesEditor (line 38) | @Dependent method UserAssignedRolesEditor (line 43) | @Inject method asWidget (line 54) | @Override method getCancelText (line 59) | @Override method getAddText (line 64) | @Override method getTitle (line 69) | @Override method getEntityIdentifier (line 74) | @Override method open (line 79) | protected void open(final User user) { method onSave (line 86) | @Override FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-widgets-security-management/src/main/java/org/uberfire/ext/security/management/client/widgets/management/editor/user/UserAssignedRolesExplorer.java class UserAssignedRolesExplorer (line 40) | @Dependent method UserAssignedRolesExplorer (line 45) | @Inject method getEmptyText (line 58) | @Override method getEntityType (line 63) | @Override method getTitle (line 68) | @Override method getEntityId (line 73) | @Override method getEntityName (line 78) | @Override method getEnsureRemoveText (line 83) | @Override method canAssignEntities (line 88) | @Override method open (line 94) | @Override method doShow (line 103) | @Override method removeEntity (line 109) | @Override FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-widgets-security-management/src/main/java/org/uberfire/ext/security/management/client/widgets/management/editor/user/UserAttributesEditor.java class UserAttributesEditor (line 63) | @Dependent method getKey (line 72) | @Override method update (line 87) | @Override method update (line 101) | @Override method update (line 115) | @Override method UserAttributesEditor (line 140) | @Inject method init (line 159) | @PostConstruct method show (line 166) | @Override method edit (line 172) | @Override method flush (line 178) | @Override method getValue (line 184) | @Override method setViolations (line 198) | @Override method clear (line 203) | public void clear() { method asWidget (line 215) | @Override method addDataDisplay (line 223) | void addDataDisplay(HasData> display) { method loadUserAttributes (line 227) | protected void loadUserAttributes(final User user) { method getSupportedAttribute (line 244) | protected UserManager.UserAttribute getSupportedAttribute(final String... method open (line 255) | protected void open(final User user) { method redraw (line 268) | protected void redraw() { method addAttributeEntry (line 285) | protected void addAttributeEntry(final Map.Entry entry) { method canManageAttributes (line 291) | boolean canManageAttributes() { method buildViewColumns (line 299) | protected void buildViewColumns() { method createAttributeNameColumn (line 332) | protected com.google.gwt.user.cellview.client.Column createAttributeEntry(final String key, method hasValueChanged (line 446) | private boolean hasValueChanged(final String s1, method isEmpty (line 457) | private boolean isEmpty(final String str) { method updateUserAttribute (line 461) | void updateUserAttribute(final int index, method removeUserAttribute (line 474) | void removeUserAttribute(final int index, method onAttributeCreated (line 483) | void onAttributeCreated(@Observes final CreateUserAttributeEvent creat... type View (line 493) | public interface View extends UberView { method initWidgets (line 495) | View initWidgets(NewUserAttributeEditor.View newUserAttributeEditorV... method setCanCreate (line 497) | View setCanCreate(boolean isCreateAllowed); method setColumnSortHandler (line 499) | View setColumnSortHandler(ColumnSortEvent.ListHandler { method initWidgets (line 359) | View initWidgets(UserAttributesEditor.View userAttributesEditorView, method setUsername (line 366) | View setUsername(String username); method setEditButtonVisible (line 368) | View setEditButtonVisible(boolean isVisible); method setDeleteButtonVisible (line 370) | View setDeleteButtonVisible(boolean isVisible); method setChangePasswordButtonVisible (line 372) | View setChangePasswordButtonVisible(boolean isVisible); method setAddToGroupsButtonVisible (line 374) | View setAddToGroupsButtonVisible(boolean isVisible); method setAddToRolesButtonVisible (line 376) | View setAddToRolesButtonVisible(boolean isVisible); method setAttributesEditorVisible (line 378) | View setAttributesEditorVisible(boolean isVisible); method setPermissionsVisible (line 380) | View setPermissionsVisible(boolean isVisible); FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-widgets-security-management/src/main/java/org/uberfire/ext/security/management/client/widgets/management/editor/user/UserEditorView.java class UserEditorView (line 37) | public class UserEditorView extends Composite implements UserEditor.View { method init (line 86) | @Override method initWidgets (line 91) | @Override method setUsername (line 117) | @Override method setEditButtonVisible (line 124) | @Override method setDeleteButtonVisible (line 130) | @Override method setChangePasswordButtonVisible (line 136) | @Override method setAddToGroupsButtonVisible (line 142) | @Override method setAddToRolesButtonVisible (line 148) | @Override method setAttributesEditorVisible (line 154) | @Override method setPermissionsVisible (line 160) | @Override method onEditButtonClick (line 166) | @UiHandler("editButton") method onDeleteButtonClick (line 171) | @UiHandler("deleteButton") method onChangePasswordButtonClick (line 176) | @UiHandler("changePasswordButton") method onAddToGroupsButtonClick (line 181) | @UiHandler("addToGroupsButton") method onAddToRolessButtonClick (line 186) | @UiHandler("addToRolesButton") type UserEditorViewBinder (line 191) | interface UserEditorViewBinder FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-widgets-security-management/src/main/java/org/uberfire/ext/security/management/client/widgets/management/editor/user/workflow/BaseUserEditorWorkflow.java class BaseUserEditorWorkflow (line 54) | public abstract class BaseUserEditorWorkflow implements IsWidget { method error (line 68) | @Override method BaseUserEditorWorkflow (line 79) | public BaseUserEditorWorkflow(final ClientUserSystemManager userSystem... method asWidget (line 109) | @Override method doShow (line 114) | protected void doShow(final String userId) { method clear (line 145) | public void clear() { method getUserEditor (line 152) | public UserEditor getUserEditor() { method isDirty (line 156) | public boolean isDirty() { method onSave (line 160) | protected void onSave() { method onCancel (line 164) | protected void onCancel() { method doShowEditorView (line 168) | protected void doShowEditorView() { method getSaveButtonText (line 187) | protected String getSaveButtonText() { method setDirty (line 191) | protected void setDirty(final boolean isDirty) { method handleNotifications (line 197) | private void handleNotifications() { method edit (line 208) | protected void edit() { method doSave (line 217) | protected void doSave() { method doAssignGroups (line 241) | protected void doAssignGroups(final Command callback) { method doAssignRoles (line 251) | protected void doAssignRoles(final Command callback) { method doSaveRemoteServiceCall (line 261) | protected void doSaveRemoteServiceCall(final RemoteCallback call... method afterSave (line 266) | protected void afterSave(final String id) { method doDelete (line 273) | protected void doDelete() { method doChangePassword (line 305) | protected void doChangePassword() { method showPasswordPopup (line 309) | protected void showPasswordPopup(final ChangePassword.ChangePasswordCa... method getGroupNames (line 314) | protected Set getGroupNames() { method getRoleNames (line 322) | protected Set getRoleNames() { method checkEventContext (line 330) | protected boolean checkEventContext(final ContextualEvent contextualEv... method showError (line 335) | protected void showError(final Throwable throwable) { method checkClear (line 340) | protected void checkClear() { method checkDirty (line 344) | protected void checkDirty(final Command callback) { method showLoadingBox (line 359) | protected void showLoadingBox() { method hideLoadingBox (line 363) | protected void hideLoadingBox() { method hasAssignments (line 367) | private boolean hasAssignments() { FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-widgets-security-management/src/main/java/org/uberfire/ext/security/management/client/widgets/management/editor/user/workflow/UserCreationWorkflow.java class UserCreationWorkflow (line 67) | @Dependent method UserCreationWorkflow (line 73) | @Inject method init (line 104) | @PostConstruct method create (line 112) | public void create() { method onCreateEntityClick (line 145) | void onCreateEntityClick() { method doEdit (line 176) | protected void doEdit() { method doSaveRemoteServiceCall (line 199) | @Override method afterSave (line 205) | @Override method doAfterSave (line 237) | private void doAfterSave(final String id) { method getSaveButtonText (line 244) | @Override method onCancel (line 249) | @Override method checkCreate (line 254) | private void checkCreate(final String identifier, method isSafeValue (line 288) | private boolean isSafeValue(final String identifier) { method getUserNameNotValidMessage (line 293) | private String getUserNameNotValidMessage(final InvalidEntityIdentifie... method clear (line 300) | @Override method onEditUserEvent (line 306) | void onEditUserEvent(@Observes final OnEditEvent onEditEvent) { method onDeleteUserEvent (line 313) | void onDeleteUserEvent(@Observes final OnDeleteEvent onDeleteEvent) { method onChangeUserPasswordEvent (line 320) | void onChangeUserPasswordEvent(@Observes final OnChangePasswordEvent o... method onAttributeCreated (line 327) | void onAttributeCreated(@Observes final CreateUserAttributeEvent creat... method onAttributeDeleted (line 334) | void onAttributeDeleted(@Observes final DeleteUserAttributeEvent delet... method onAttributeUpdated (line 341) | void onAttributeUpdated(@Observes final UpdateUserAttributeEvent updat... method onOnRemoveUserGroupEvent (line 348) | void onOnRemoveUserGroupEvent(@Observes final OnRemoveUserGroupEvent o... method onOnUserGroupsUpdatedEvent (line 355) | void onOnUserGroupsUpdatedEvent(@Observes final OnUpdateUserGroupsEven... method onOnRemoveUserRoleEvent (line 362) | void onOnRemoveUserRoleEvent(@Observes final OnRemoveUserRoleEvent onR... method onOnUserRolesUpdatedEvent (line 369) | void onOnUserRolesUpdatedEvent(@Observes final OnUpdateUserRolesEvent ... type CheckCreateCallback (line 376) | private interface CheckCreateCallback { method valid (line 378) | void valid(); method invalid (line 380) | void invalid(final SecurityManagementException exception); method error (line 382) | void error(final Throwable error); FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-widgets-security-management/src/main/java/org/uberfire/ext/security/management/client/widgets/management/editor/user/workflow/UserEditorWorkflow.java class UserEditorWorkflow (line 55) | @Dependent method UserEditorWorkflow (line 58) | @Inject method init (line 84) | @PostConstruct method show (line 88) | public void show(final String userId) { method onEditUserEvent (line 92) | void onEditUserEvent(@Observes final OnEditEvent onEditEvent) { method onDeleteUserEvent (line 99) | void onDeleteUserEvent(@Observes final OnDeleteEvent onDeleteEvent) { method onChangeUserPasswordEvent (line 106) | void onChangeUserPasswordEvent(@Observes final OnChangePasswordEvent o... method onAttributeCreated (line 113) | void onAttributeCreated(@Observes final CreateUserAttributeEvent creat... method onAttributeDeleted (line 120) | void onAttributeDeleted(@Observes final DeleteUserAttributeEvent delet... method onAttributeUpdated (line 127) | void onAttributeUpdated(@Observes final UpdateUserAttributeEvent updat... method onOnRemoveUserGroupEvent (line 134) | void onOnRemoveUserGroupEvent(@Observes final OnRemoveUserGroupEvent o... method onOnUserGroupsUpdatedEvent (line 141) | void onOnUserGroupsUpdatedEvent(@Observes final OnUpdateUserGroupsEven... method onOnRemoveUserRoleEvent (line 149) | void onOnRemoveUserRoleEvent(@Observes final OnRemoveUserRoleEvent onR... method onOnUserRolesUpdatedEvent (line 157) | void onOnUserRolesUpdatedEvent(@Observes final OnUpdateUserRolesEvent ... method onRoleSavedEvent (line 165) | void onRoleSavedEvent(@Observes SaveRoleEvent event) { method onGroupSavedEvent (line 169) | void onGroupSavedEvent(@Observes SaveGroupEvent event) { method refreshPermissions (line 173) | void refreshPermissions(boolean flush) { FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-widgets-security-management/src/main/java/org/uberfire/ext/security/management/client/widgets/management/editor/workflow/EntityWorkflowView.java type EntityWorkflowView (line 25) | public interface EntityWorkflowView extends IsWidget { method setCallback (line 27) | EntityWorkflowView setCallback(Callback callback); method setWidget (line 29) | EntityWorkflowView setWidget(IsWidget widget); method setCancelButtonVisible (line 31) | EntityWorkflowView setCancelButtonVisible(boolean isVisible); method setSaveButtonEnabled (line 33) | EntityWorkflowView setSaveButtonEnabled(boolean isEnabled); method setSaveButtonVisible (line 35) | EntityWorkflowView setSaveButtonVisible(boolean isVisible); method setSaveButtonText (line 37) | EntityWorkflowView setSaveButtonText(String text); method showNotification (line 39) | EntityWorkflowView showNotification(final String text); method clearNotifications (line 41) | EntityWorkflowView clearNotifications(); type Callback (line 43) | interface Callback { method onSave (line 45) | void onSave(); method onCancel (line 47) | void onCancel(); FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-widgets-security-management/src/main/java/org/uberfire/ext/security/management/client/widgets/management/editor/workflow/EntityWorkflowViewImpl.java class EntityWorkflowViewImpl (line 37) | @Dependent method init (line 51) | @PostConstruct method setCallback (line 57) | @Override method setWidget (line 63) | @Override method setCancelButtonVisible (line 70) | @Override method setSaveButtonEnabled (line 76) | @Override method setSaveButtonVisible (line 82) | @Override method setSaveButtonText (line 88) | @Override method showNotification (line 95) | @Override method clearNotifications (line 106) | @Override method onEditButtonClick (line 113) | @UiHandler("saveButton") method onDeleteButtonClick (line 120) | @UiHandler("cancelButton") type UserEditorWorkflowViewBinder (line 127) | interface UserEditorWorkflowViewBinder FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-widgets-security-management/src/main/java/org/uberfire/ext/security/management/client/widgets/management/events/AddUsersToGroupEvent.java class AddUsersToGroupEvent (line 26) | public class AddUsersToGroupEvent extends ContextualEvent implements Ube... method AddUsersToGroupEvent (line 30) | public AddUsersToGroupEvent(Object context, method getUsers (line 36) | public Set getUsers() { FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-widgets-security-management/src/main/java/org/uberfire/ext/security/management/client/widgets/management/events/ChangePasswordEvent.java class ChangePasswordEvent (line 24) | public class ChangePasswordEvent extends ContextualEvent implements Uber... method ChangePasswordEvent (line 26) | public ChangePasswordEvent(final Object context) { FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-widgets-security-management/src/main/java/org/uberfire/ext/security/management/client/widgets/management/events/ContextualEvent.java class ContextualEvent (line 22) | public abstract class ContextualEvent { method ContextualEvent (line 26) | public ContextualEvent(Object context) { method getContext (line 30) | public Object getContext() { FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-widgets-security-management/src/main/java/org/uberfire/ext/security/management/client/widgets/management/events/CreateGroupEvent.java class CreateGroupEvent (line 21) | public class CreateGroupEvent implements UberFireEvent { method CreateGroupEvent (line 25) | public CreateGroupEvent(final String name) { method getName (line 29) | public String getName() { method toString (line 33) | @Override FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-widgets-security-management/src/main/java/org/uberfire/ext/security/management/client/widgets/management/events/CreateUserAttributeEvent.java class CreateUserAttributeEvent (line 26) | public class CreateUserAttributeEvent extends ContextualEvent implements... method CreateUserAttributeEvent (line 30) | public CreateUserAttributeEvent(Object context, method getAttribute (line 36) | public Map.Entry getAttribute() { FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-widgets-security-management/src/main/java/org/uberfire/ext/security/management/client/widgets/management/events/CreateUserEvent.java class CreateUserEvent (line 21) | public class CreateUserEvent implements UberFireEvent { method CreateUserEvent (line 25) | public CreateUserEvent(final String identifier) { method getIdentifier (line 29) | public String getIdentifier() { method toString (line 33) | @Override FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-widgets-security-management/src/main/java/org/uberfire/ext/security/management/client/widgets/management/events/DeleteGroupEvent.java class DeleteGroupEvent (line 21) | public class DeleteGroupEvent implements UberFireEvent { method DeleteGroupEvent (line 25) | public DeleteGroupEvent(final String name) { method getName (line 29) | public String getName() { method toString (line 33) | @Override FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-widgets-security-management/src/main/java/org/uberfire/ext/security/management/client/widgets/management/events/DeleteUserAttributeEvent.java class DeleteUserAttributeEvent (line 26) | public class DeleteUserAttributeEvent extends ContextualEvent implements... method DeleteUserAttributeEvent (line 30) | public DeleteUserAttributeEvent(Object context, method getAttribute (line 36) | public Map.Entry getAttribute() { FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-widgets-security-management/src/main/java/org/uberfire/ext/security/management/client/widgets/management/events/DeleteUserEvent.java class DeleteUserEvent (line 21) | public class DeleteUserEvent implements UberFireEvent { method DeleteUserEvent (line 25) | public DeleteUserEvent(final String identifier) { method getIdentifier (line 29) | public String getIdentifier() { method toString (line 33) | @Override FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-widgets-security-management/src/main/java/org/uberfire/ext/security/management/client/widgets/management/events/HomePerspectiveChangedEvent.java class HomePerspectiveChangedEvent (line 25) | public class HomePerspectiveChangedEvent extends ContextualEvent impleme... method HomePerspectiveChangedEvent (line 29) | public HomePerspectiveChangedEvent(Object context, method getPerspective (line 35) | public PerspectiveActivity getPerspective() { method toString (line 39) | @Override FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-widgets-security-management/src/main/java/org/uberfire/ext/security/management/client/widgets/management/events/NewGroupEvent.java class NewGroupEvent (line 21) | public class NewGroupEvent implements UberFireEvent { method toString (line 23) | @Override FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-widgets-security-management/src/main/java/org/uberfire/ext/security/management/client/widgets/management/events/NewUserEvent.java class NewUserEvent (line 21) | public class NewUserEvent implements UberFireEvent { method toString (line 23) | @Override FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-widgets-security-management/src/main/java/org/uberfire/ext/security/management/client/widgets/management/events/OnChangePasswordEvent.java class OnChangePasswordEvent (line 26) | public class OnChangePasswordEvent extends ContextualEvent implements Ub... method OnChangePasswordEvent (line 30) | public OnChangePasswordEvent(Object context, method getInstance (line 36) | public User getInstance() { method toString (line 40) | @Override FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-widgets-security-management/src/main/java/org/uberfire/ext/security/management/client/widgets/management/events/OnDeleteEvent.java class OnDeleteEvent (line 25) | public class OnDeleteEvent extends ContextualEvent implements UberFireEv... method OnDeleteEvent (line 29) | public OnDeleteEvent(Object context, method getInstance (line 35) | public Object getInstance() { method toString (line 39) | @Override FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-widgets-security-management/src/main/java/org/uberfire/ext/security/management/client/widgets/management/events/OnEditEvent.java class OnEditEvent (line 25) | public class OnEditEvent extends ContextualEvent implements UberFireEvent { method OnEditEvent (line 29) | public OnEditEvent(Object context, method getInstance (line 35) | public Object getInstance() { method toString (line 39) | @Override FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-widgets-security-management/src/main/java/org/uberfire/ext/security/management/client/widgets/management/events/OnErrorEvent.java class OnErrorEvent (line 25) | public class OnErrorEvent extends ContextualEvent implements UberFireEve... method OnErrorEvent (line 29) | public OnErrorEvent(final Object context, method getException (line 35) | public Throwable getException() { method toString (line 39) | @Override FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-widgets-security-management/src/main/java/org/uberfire/ext/security/management/client/widgets/management/events/OnRemoveUserGroupEvent.java class OnRemoveUserGroupEvent (line 25) | public class OnRemoveUserGroupEvent extends ContextualEvent implements U... method OnRemoveUserGroupEvent (line 29) | public OnRemoveUserGroupEvent(Object context, method getName (line 35) | public String getName() { FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-widgets-security-management/src/main/java/org/uberfire/ext/security/management/client/widgets/management/events/OnRemoveUserRoleEvent.java class OnRemoveUserRoleEvent (line 25) | public class OnRemoveUserRoleEvent extends ContextualEvent implements Ub... method OnRemoveUserRoleEvent (line 29) | public OnRemoveUserRoleEvent(Object context, method getName (line 35) | public String getName() { FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-widgets-security-management/src/main/java/org/uberfire/ext/security/management/client/widgets/management/events/OnShowEvent.java class OnShowEvent (line 25) | public class OnShowEvent extends ContextualEvent implements UberFireEvent { method OnShowEvent (line 29) | public OnShowEvent(Object context, method getInstance (line 35) | public Object getInstance() { method toString (line 39) | @Override FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-widgets-security-management/src/main/java/org/uberfire/ext/security/management/client/widgets/management/events/OnUpdateUserGroupsEvent.java class OnUpdateUserGroupsEvent (line 27) | public class OnUpdateUserGroupsEvent extends ContextualEvent implements ... method OnUpdateUserGroupsEvent (line 31) | public OnUpdateUserGroupsEvent(Object context, method getGroups (line 37) | public Set getGroups() { FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-widgets-security-management/src/main/java/org/uberfire/ext/security/management/client/widgets/management/events/OnUpdateUserRolesEvent.java class OnUpdateUserRolesEvent (line 27) | public class OnUpdateUserRolesEvent extends ContextualEvent implements U... method OnUpdateUserRolesEvent (line 31) | public OnUpdateUserRolesEvent(Object context, method getRoles (line 37) | public Set getRoles() { FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-widgets-security-management/src/main/java/org/uberfire/ext/security/management/client/widgets/management/events/PermissionChangedEvent.java class PermissionChangedEvent (line 26) | public class PermissionChangedEvent extends ContextualEvent implements U... method PermissionChangedEvent (line 31) | public PermissionChangedEvent(ACLEditor aclEditor, method getPermission (line 39) | public Permission getPermission() { method isGranted (line 43) | public boolean isGranted() { FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-widgets-security-management/src/main/java/org/uberfire/ext/security/management/client/widgets/management/events/PermissionNodeAddedEvent.java class PermissionNodeAddedEvent (line 26) | public class PermissionNodeAddedEvent extends ContextualEvent implements... method PermissionNodeAddedEvent (line 31) | public PermissionNodeAddedEvent(ACLEditor aclEditor, method getParentNode (line 39) | public PermissionNode getParentNode() { method getChildNode (line 43) | public PermissionNode getChildNode() { FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-widgets-security-management/src/main/java/org/uberfire/ext/security/management/client/widgets/management/events/PermissionNodeRemovedEvent.java class PermissionNodeRemovedEvent (line 26) | public class PermissionNodeRemovedEvent extends ContextualEvent implemen... method PermissionNodeRemovedEvent (line 31) | public PermissionNodeRemovedEvent(ACLEditor aclEditor, method getParentNode (line 39) | public PermissionNode getParentNode() { method getChildNode (line 43) | public PermissionNode getChildNode() { FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-widgets-security-management/src/main/java/org/uberfire/ext/security/management/client/widgets/management/events/PriorityChangedEvent.java class PriorityChangedEvent (line 24) | public class PriorityChangedEvent extends ContextualEvent implements Ube... method PriorityChangedEvent (line 28) | public PriorityChangedEvent(Object context, method getPriority (line 34) | public int getPriority() { method toString (line 38) | @Override FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-widgets-security-management/src/main/java/org/uberfire/ext/security/management/client/widgets/management/events/ReadGroupEvent.java class ReadGroupEvent (line 21) | public class ReadGroupEvent implements UberFireEvent { method ReadGroupEvent (line 25) | public ReadGroupEvent(final String name) { method getName (line 29) | public String getName() { method toString (line 33) | @Override FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-widgets-security-management/src/main/java/org/uberfire/ext/security/management/client/widgets/management/events/ReadRoleEvent.java class ReadRoleEvent (line 21) | public class ReadRoleEvent implements UberFireEvent { method ReadRoleEvent (line 25) | public ReadRoleEvent(final String name) { method getName (line 29) | public String getName() { method toString (line 33) | @Override FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-widgets-security-management/src/main/java/org/uberfire/ext/security/management/client/widgets/management/events/ReadUserEvent.java class ReadUserEvent (line 21) | public class ReadUserEvent implements UberFireEvent { method ReadUserEvent (line 25) | public ReadUserEvent(final String identifier) { method getIdentifier (line 29) | public String getIdentifier() { method toString (line 33) | @Override FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-widgets-security-management/src/main/java/org/uberfire/ext/security/management/client/widgets/management/events/RemoveUserGroupEvent.java class RemoveUserGroupEvent (line 24) | public class RemoveUserGroupEvent extends ContextualEvent implements Ube... method RemoveUserGroupEvent (line 28) | public RemoveUserGroupEvent(Object context, method getName (line 34) | public String getName() { FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-widgets-security-management/src/main/java/org/uberfire/ext/security/management/client/widgets/management/events/SaveGroupEvent.java class SaveGroupEvent (line 21) | public class SaveGroupEvent implements UberFireEvent { method SaveGroupEvent (line 25) | public SaveGroupEvent(final String name) { method getName (line 29) | public String getName() { method toString (line 33) | @Override FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-widgets-security-management/src/main/java/org/uberfire/ext/security/management/client/widgets/management/events/SaveRoleEvent.java class SaveRoleEvent (line 21) | public class SaveRoleEvent implements UberFireEvent { method SaveRoleEvent (line 25) | public SaveRoleEvent(final String name) { method getName (line 29) | public String getName() { method toString (line 33) | @Override FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-widgets-security-management/src/main/java/org/uberfire/ext/security/management/client/widgets/management/events/SaveUserEvent.java class SaveUserEvent (line 21) | public class SaveUserEvent implements UberFireEvent { method SaveUserEvent (line 25) | public SaveUserEvent(final String identifier) { method getIdentifier (line 29) | public String getIdentifier() { method toString (line 33) | @Override FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-widgets-security-management/src/main/java/org/uberfire/ext/security/management/client/widgets/management/events/UpdateUserAttributeEvent.java class UpdateUserAttributeEvent (line 26) | public class UpdateUserAttributeEvent extends ContextualEvent implements... method UpdateUserAttributeEvent (line 30) | public UpdateUserAttributeEvent(Object context, method getAttribute (line 36) | public Map.Entry getAttribute() { FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-widgets-security-management/src/main/java/org/uberfire/ext/security/management/client/widgets/management/explorer/AbstractEntityExplorer.java class AbstractEntityExplorer (line 37) | public abstract class AbstractEntityExplorer implements IsWidget { method error (line 46) | @Override method onSearch (line 58) | @Override method onRefresh (line 68) | @Override method onCreate (line 74) | @Override method AbstractEntityExplorer (line 82) | @Inject method asWidget (line 96) | @Override method getEmptyText (line 101) | protected abstract String getEmptyText(); method getEntityType (line 103) | protected abstract String getEntityType(); method getTitle (line 105) | protected abstract String getTitle(); method getEntityId (line 107) | protected abstract String getEntityId(final T entity); method getEntityName (line 109) | protected abstract String getEntityName(final T entity); method canSearch (line 111) | protected abstract boolean canSearch(); method canCreate (line 113) | protected abstract boolean canCreate(); method canRead (line 115) | protected abstract boolean canRead(); method showSearch (line 117) | protected abstract void showSearch(); method showCreate (line 119) | protected abstract void showCreate(); method init (line 121) | @PostConstruct method show (line 129) | public void show() { method show (line 133) | public void show(final ExplorerViewContext context) { method getSelectedEntities (line 150) | public Set getSelectedEntities() { method setPageSize (line 154) | public void setPageSize(int pageSize) { method createCallback (line 158) | protected EntitiesList.Callback createCallback() { method fireReadEvent (line 228) | protected void fireReadEvent(final String identifier) { method createParentContext (line 232) | protected EntitiesExplorerView.ViewContext createParentContext() { method showLoadingView (line 274) | protected void showLoadingView() { method nullSafe (line 278) | protected Set nullSafe(final Set set) { method hideLoadingView (line 282) | protected void hideLoadingView() { method hasContext (line 286) | protected boolean hasContext() { method attemptToShowSearch (line 297) | protected void attemptToShowSearch() { method showError (line 303) | protected void showError(final Throwable throwable) { method clear (line 309) | public void clear() { FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-widgets-security-management/src/main/java/org/uberfire/ext/security/management/client/widgets/management/explorer/EntitiesExplorerView.java type EntitiesExplorerView (line 29) | public interface EntitiesExplorerView extends IsWidget { method configure (line 38) | EntitiesExplorerView configure(final String entityType, method show (line 49) | EntitiesExplorerView show(final ViewContext context, method showMessage (line 58) | EntitiesExplorerView showMessage(final LabelType labelType, method clearSearch (line 65) | EntitiesExplorerView clearSearch(); method clear (line 71) | EntitiesExplorerView clear(); type ViewContext (line 77) | interface ViewContext { method canSearch (line 87) | boolean canSearch(); method canCreate (line 98) | boolean canCreate(); method canRead (line 108) | boolean canRead(); method canDelete (line 118) | boolean canDelete(); method canSelect (line 128) | boolean canSelect(); method getSelectedEntities (line 134) | Set getSelectedEntities(); method getConstrainedEntities (line 139) | Set getConstrainedEntities(); type ViewCallback (line 145) | interface ViewCallback { method onSearch (line 151) | void onSearch(final String pattern); method onRefresh (line 156) | void onRefresh(); method onCreate (line 161) | void onCreate(); FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-widgets-security-management/src/main/java/org/uberfire/ext/security/management/client/widgets/management/explorer/EntitiesExplorerViewImpl.java class EntitiesExplorerViewImpl (line 43) | @Dependent method init (line 75) | @PostConstruct method configure (line 80) | @Override method show (line 109) | @Override method showMessage (line 136) | @Override method clearSearch (line 148) | @Override method clear (line 159) | @Override method doSearch (line 168) | void doSearch(final String pattern) { method getTitleWithEntityType (line 177) | private String getTitleWithEntityType(final String text, method onCreateButtonClick (line 187) | @UiHandler("createButton") method onRefreshButtonClick (line 194) | @UiHandler("refreshButton") type EntitiesExplorerViewImplBinder (line 201) | interface EntitiesExplorerViewImplBinder FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-widgets-security-management/src/main/java/org/uberfire/ext/security/management/client/widgets/management/explorer/ExplorerViewContext.java class ExplorerViewContext (line 25) | public class ExplorerViewContext implements EntitiesExplorerView.ViewCon... method ExplorerViewContext (line 29) | public ExplorerViewContext() { method canSearch (line 32) | @Override method canCreate (line 37) | @Override method canRead (line 42) | @Override method canDelete (line 47) | @Override method canSelect (line 52) | @Override method getSelectedEntities (line 57) | @Override method getConstrainedEntities (line 62) | @Override method getParent (line 67) | public EntitiesExplorerView.ViewContext getParent() { method setParent (line 71) | public void setParent(EntitiesExplorerView.ViewContext parent) { FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-widgets-security-management/src/main/java/org/uberfire/ext/security/management/client/widgets/management/explorer/GroupsExplorer.java class GroupsExplorer (line 45) | @Dependent method GroupsExplorer (line 51) | @Inject method asWidget (line 68) | @Override method getEmptyText (line 73) | @Override method getEntityType (line 78) | @Override method getTitle (line 83) | @Override method getEntityId (line 88) | @Override method getEntityName (line 93) | @Override method canSearch (line 98) | @Override method canCreate (line 103) | @Override method canRead (line 108) | @Override method fireReadEvent (line 113) | @Override method showCreate (line 118) | @Override method showSearch (line 123) | @Override method onGroupDeleted (line 152) | void onGroupDeleted(@Observes final DeleteGroupEvent deleteGroupEvent) { method onAddUsersToGroup (line 156) | void onAddUsersToGroup(@Observes final AddUsersToGroupEvent addUsersTo... method onGroupCreated (line 160) | void onGroupCreated(@Observes final CreateGroupEvent createGroupEvent) { FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-widgets-security-management/src/main/java/org/uberfire/ext/security/management/client/widgets/management/explorer/RolesExplorer.java class RolesExplorer (line 38) | @Dependent method RolesExplorer (line 43) | @Inject method getEmptyText (line 58) | @Override method getEntityType (line 63) | @Override method getTitle (line 68) | @Override method getEntityId (line 73) | @Override method getEntityName (line 78) | @Override method canSearch (line 83) | @Override method canCreate (line 88) | @Override method canRead (line 93) | @Override method fireReadEvent (line 98) | @Override method showCreate (line 103) | @Override method showSearch (line 108) | @Override FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-widgets-security-management/src/main/java/org/uberfire/ext/security/management/client/widgets/management/explorer/UserGroupsExplorer.java class UserGroupsExplorer (line 39) | @Dependent method UserGroupsExplorer (line 48) | @Inject method asWidget (line 59) | @Override method init (line 64) | @PostConstruct method show (line 76) | public void show(final Set groups, method clear (line 156) | public void clear() { type View (line 161) | public interface View extends UberView { method configure (line 168) | View configure(final EntitiesList.View entitiesList); method clear (line 174) | View clear(); FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-widgets-security-management/src/main/java/org/uberfire/ext/security/management/client/widgets/management/explorer/UserGroupsExplorerView.java class UserGroupsExplorerView (line 34) | @Dependent method init (line 46) | @Override method configure (line 51) | @Override method clear (line 58) | @Override type UserGroupsExplorerViewBinder (line 64) | interface UserGroupsExplorerViewBinder type UserGroupsExplorerViewStyle (line 70) | interface UserGroupsExplorerViewStyle extends CssResource { FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-widgets-security-management/src/main/java/org/uberfire/ext/security/management/client/widgets/management/explorer/UsersExplorer.java class UsersExplorer (line 43) | @Dependent method UsersExplorer (line 49) | @Inject method getEmptyText (line 66) | @Override method getEntityType (line 71) | @Override method getTitle (line 76) | @Override method getEntityId (line 81) | @Override method getEntityName (line 86) | @Override method canSearch (line 91) | @Override method canCreate (line 96) | @Override method canRead (line 101) | @Override method fireReadEvent (line 106) | @Override method showCreate (line 111) | @Override method showSearch (line 116) | @Override method onUserDeleted (line 142) | void onUserDeleted(@Observes final DeleteUserEvent deleteUserEvent) { method onUserCreated (line 146) | void onUserCreated(@Observes final CreateUserEvent createUserEvent) { method onUserSaved (line 150) | void onUserSaved(@Observes final SaveUserEvent saveUserEvent) { FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-widgets-security-management/src/main/java/org/uberfire/ext/security/management/client/widgets/management/list/EntitiesList.java class EntitiesList (line 35) | @Dependent method EntitiesList (line 48) | @Inject method init (line 55) | @PostConstruct method show (line 60) | public void show(final AbstractEntityManager.SearchResponse response, method select (line 70) | public void select(final String identifier) { method unselect (line 75) | public void unselect(final String identifier) { method clear (line 84) | public void clear() { method setPageSize (line 92) | public void setPageSize(int pageSize) { method setEmptyEntitiesText (line 96) | public void setEmptyEntitiesText(String emptyEntitiesText) { method setEntityTitleSize (line 100) | public void setEntityTitleSize(HeadingSize headingSize) { method asWidget (line 104) | @Override method getEntityType (line 109) | String getEntityType() { method onReadEntity (line 113) | void onReadEntity(final String identifier) { method onRemoveEntity (line 117) | void onRemoveEntity(final String identifier) { method onGoToFirstPage (line 125) | void onGoToFirstPage() { method onGoToPrevPage (line 131) | void onGoToPrevPage() { method onGoToNextPage (line 137) | void onGoToNextPage() { method onGoToLastPage (line 143) | void onGoToLastPage() { method onSelectEntity (line 151) | void onSelectEntity(String identifier, method doSelectEntity (line 158) | private void doSelectEntity(String identifier, method show (line 164) | protected void show(final Collection entities, method createPaginationCallback (line 199) | protected PaginationConstraints createPaginationCallback(final Abstrac... method showLoadingView (line 272) | protected void showLoadingView() { method hideLoadingView (line 276) | protected void hideLoadingView() { type View (line 280) | public interface View extends UberView { method configure (line 282) | View configure(final String emptyEntitiesText, method add (line 285) | View add(final int index, method clear (line 294) | View clear(); type PaginationConstraints (line 300) | public interface PaginationConstraints { method isFirstPageEnabled (line 306) | boolean isFirstPageEnabled(); method isFirstPageVisible (line 312) | boolean isFirstPageVisible(); method isPrevPageEnabled (line 318) | boolean isPrevPageEnabled(); method isPrevPageVisible (line 324) | boolean isPrevPageVisible(); method getCurrentPage (line 330) | int getCurrentPage(); method isNextPageEnabled (line 336) | boolean isNextPageEnabled(); method isNextPageVisible (line 342) | boolean isNextPageVisible(); method isLastPageEnabled (line 348) | boolean isLastPageEnabled(); method isLastPageVisible (line 354) | boolean isLastPageVisible(); method getTotal (line 360) | Integer getTotal(); type Callback (line 366) | public interface Callback { method getEntityType (line 372) | String getEntityType(); method canRead (line 382) | boolean canRead(); method canRemove (line 392) | boolean canRemove(); method canSelect (line 402) | boolean canSelect(); method isSelected (line 407) | boolean isSelected(final String identifier); method getIdentifier (line 414) | String getIdentifier(final T entity); method getTitle (line 421) | String getTitle(final T entity); method onReadEntity (line 427) | void onReadEntity(final String identifier); method onRemoveEntity (line 433) | void onRemoveEntity(final String identifier); method onSelectEntity (line 440) | void onSelectEntity(final String identifier, method onChangePage (line 448) | void onChangePage(final int currentPage, FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-widgets-security-management/src/main/java/org/uberfire/ext/security/management/client/widgets/management/list/EntitiesListView.java class EntitiesListView (line 56) | @Dependent method initUIBinder (line 92) | @PostConstruct method init (line 97) | @Override method configure (line 102) | @Override method add (line 112) | @Override method clear (line 133) | @Override method addEntityInList (line 140) | private void addEntityInList(final int index, method applyPaginationConstraints (line 236) | private void applyPaginationConstraints(final EntitiesList.PaginationC... type EntitiesListViewBinder (line 338) | interface EntitiesListViewBinder type EntitiesListViewStyle (line 344) | interface EntitiesListViewStyle extends CssResource { method entityPanel (line 346) | String entityPanel(); method entityGroup (line 348) | String entityGroup(); method entitiesList (line 350) | String entitiesList(); method entityListTitle (line 352) | String entityListTitle(); method entityListButton (line 354) | String entityListButton(); method left (line 356) | String left(); FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-widgets-security-management/src/main/java/org/uberfire/ext/security/management/client/widgets/management/list/EntitiesPagedList.java class EntitiesPagedList (line 38) | @Dependent method EntitiesPagedList (line 46) | @Inject method show (line 56) | public void show(final Collection entities, method show (line 71) | protected void show() { method onGoToFirstPage (line 93) | @Override method onGoToPrevPage (line 103) | @Override method onGoToNextPage (line 113) | @Override method onGoToLastPage (line 123) | @Override method clear (line 133) | @Override method getEntities (line 141) | protected Collection getEntities() { method buildPageEntities (line 145) | protected List buildPageEntities(final int start, method buildPaginationConstraints (line 151) | protected PaginationConstraints buildPaginationConstraints(final int s... method hasMorePages (line 207) | protected boolean hasMorePages() { FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-widgets-security-management/src/main/java/org/uberfire/ext/security/management/client/widgets/management/list/GroupsList.java class GroupsList (line 29) | @Dependent method GroupsList (line 34) | @Inject FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-widgets-security-management/src/main/java/org/uberfire/ext/security/management/client/widgets/management/list/RolesList.java class RolesList (line 29) | @Dependent method RolesList (line 34) | @Inject FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-widgets-security-management/src/main/java/org/uberfire/ext/security/management/client/widgets/management/list/UsersList.java class UsersList (line 25) | @Dependent method UsersList (line 28) | @Inject FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-widgets-security-management/src/main/java/org/uberfire/ext/security/management/client/widgets/popup/ConfirmBox.java class ConfirmBox (line 28) | @Dependent method ConfirmBox (line 33) | @Inject method show (line 38) | public void show(final String title, method show (line 46) | public void show(final String title, method show (line 56) | public void show(final String title, type View (line 68) | public interface View { method show (line 70) | void show(final String title, method show (line 76) | void show(final String title, method show (line 81) | void show(final String title, FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-widgets-security-management/src/main/java/org/uberfire/ext/security/management/client/widgets/popup/ConfirmBoxView.java class ConfirmBoxView (line 26) | public class ConfirmBoxView implements ConfirmBox.View { method show (line 28) | @Override method show (line 41) | @Override method show (line 53) | @Override FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-widgets-security-management/src/main/java/org/uberfire/ext/security/management/client/widgets/popup/ErrorBox.java class ErrorBox (line 26) | @Dependent method ErrorBox (line 31) | @Inject method show (line 36) | public void show(final String message) { type View (line 40) | public interface View { method show (line 42) | void show(final String message); FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-widgets-security-management/src/main/java/org/uberfire/ext/security/management/client/widgets/popup/ErrorBoxView.java class ErrorBoxView (line 25) | public class ErrorBoxView implements ErrorBox.View { method show (line 27) | @Override FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-widgets-security-management/src/main/java/org/uberfire/ext/security/management/client/widgets/popup/LoadingBox.java class LoadingBox (line 28) | @Dependent method LoadingBox (line 33) | @Inject method show (line 38) | public void show() { method hide (line 42) | public void hide() { type View (line 46) | public interface View { method show (line 48) | void show(String message); method close (line 50) | void close(); FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-widgets-security-management/src/main/java/org/uberfire/ext/security/management/client/widgets/popup/LoadingBoxView.java class LoadingBoxView (line 25) | public class LoadingBoxView implements LoadingBox.View { method show (line 27) | @Override method close (line 32) | @Override FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-widgets-security-management/src/test/java/org/uberfire/ext/security/management/client/widgets/management/AbstractSecurityManagementTest.java class AbstractSecurityManagementTest (line 48) | public abstract class AbstractSecurityManagementTest { method setup (line 73) | protected void setup() { method getUserCapabilities (line 134) | protected Map getUserCapabilities() { method getGroupCapabilities (line 157) | protected Map getGroupCapabilities() { method getUserAttributes (line 172) | protected Collection getUserAttributes() { method buildUsersList (line 213) | protected List buildUsersList(final int size) { method buildGroupsList (line 223) | protected List buildGroupsList(final int size) { method buildRolesList (line 233) | protected List buildRolesList(final int size) { method buildGroupIdsList (line 243) | protected Collection buildGroupIdsList(final int size) { method mockUser (line 251) | public User mockUser(final String id) { method mockGroup (line 257) | public Group mockGroup(final String name) { method getUserIdentifier (line 263) | protected String getUserIdentifier(final int x) { method getGroupIdentifier (line 267) | protected String getGroupIdentifier(final int x) { method getRoleIdentifier (line 271) | protected String getRoleIdentifier(final int x) { FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-widgets-security-management/src/test/java/org/uberfire/ext/security/management/client/widgets/management/ChangePasswordTest.java class ChangePasswordTest (line 38) | @RunWith(GwtMockitoTestRunner.class) method setup (line 49) | @Before method testClear (line 61) | @Test method testShowError (line 74) | @Test method testShow (line 88) | @Test method testPasswordValidator (line 99) | @Test method testValidatePasswordMatch (line 109) | @Test method testUpdatePassword (line 117) | @Test FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-widgets-security-management/src/test/java/org/uberfire/ext/security/management/client/widgets/management/CreateEntityTest.java class CreateEntityTest (line 31) | @RunWith(MockitoJUnitRunner.Silent.class) method setup (line 38) | @Before method testClear (line 47) | @Test method testSetErrorState (line 60) | @Test method testShow (line 72) | @Test method testGetEntityIdentifierValid (line 88) | @Test method testGetEntityIdentifierInvalid (line 103) | @Test FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-widgets-security-management/src/test/java/org/uberfire/ext/security/management/client/widgets/management/editor/acl/ACLSettingsTest.java class ACLSettingsTest (line 42) | @RunWith(MockitoJUnitRunner.class) method setup (line 69) | @Before method testShowRole (line 95) | @Test method testEditRole (line 108) | @Test method testShowGroup (line 120) | @Test method testEditGroup (line 133) | @Test method testDefaultValues (line 145) | @Test method testOnHomePerspectiveChange (line 169) | @Test method testOnPrioritySelected (line 176) | @Test method testAuthorizationPolicyChange (line 183) | @Test FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-widgets-security-management/src/test/java/org/uberfire/ext/security/management/client/widgets/management/editor/acl/LeafPermissionNodeEditorTest.java class LeafPermissionNodeEditorTest (line 38) | @RunWith(MockitoJUnitRunner.class) method setUp (line 70) | @Before method testInit (line 95) | @Test method testSwitchChange (line 118) | @Test method testSwitchInitDependencies (line 128) | @Test method testSwitchChangeDependencies (line 142) | @Test FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-widgets-security-management/src/test/java/org/uberfire/ext/security/management/client/widgets/management/editor/acl/LeafPermissionNodeViewerTest.java class LeafPermissionNodeViewerTest (line 32) | @RunWith(MockitoJUnitRunner.class) method setUp (line 47) | @Before method testShow (line 68) | @Test FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-widgets-security-management/src/test/java/org/uberfire/ext/security/management/client/widgets/management/editor/acl/MultiplePermissionNodeEditorTest.java class MultiplePermissionNodeEditorTest (line 53) | @RunWith(MockitoJUnitRunner.class) class TestPermissionProvider (line 130) | class TestPermissionProvider implements PermissionTreeProvider { method buildRootNode (line 132) | @Override method loadChildren (line 137) | @Override method setUp (line 143) | @Before method testInitGroupNode (line 255) | @Test method testInitResourceNode (line 286) | @Test method testExpandGroupNode (line 299) | @Test method testExpandResourceNode (line 319) | @Test method testSwitchChange (line 336) | @Test method testSwitchInitDependencies (line 346) | @Test method testSwitchChangeDependencies (line 357) | @Test method testSwitchChildDependencies (line 383) | @Test method testChildrenSwitchExceptions (line 409) | @Test method testAddChildDropDownEmpty (line 455) | @Test method testAddChildDropDownFull (line 468) | @Test method testAddChildDropDownDuplicateNames (line 479) | @Test FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-widgets-security-management/src/test/java/org/uberfire/ext/security/management/client/widgets/management/editor/acl/MultiplePermissionNodeViewerTest.java class MultiplePermissionNodeViewerTest (line 39) | @RunWith(MockitoJUnitRunner.class) method setUp (line 67) | @Before method testInitGroupNode (line 112) | @Test method testInitResourceNode (line 127) | @Test FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-widgets-security-management/src/test/java/org/uberfire/ext/security/management/client/widgets/management/editor/acl/PermissionExceptionSwitchTest.java class PermissionExceptionSwitchTest (line 30) | @RunWith(MockitoJUnitRunner.class) method setup (line 41) | @Before method testExceptionInit (line 46) | @Test method testExceptionChange (line 62) | @Test method testNoExceptionInit (line 80) | @Test method testNoExceptionChange (line 95) | @Test FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-widgets-security-management/src/test/java/org/uberfire/ext/security/management/client/widgets/management/editor/acl/PermissionSwitchTest.java class PermissionSwitchTest (line 30) | @RunWith(MockitoJUnitRunner.class) method setup (line 41) | @Before method testInit (line 46) | @Test method testChange (line 60) | @Test FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-widgets-security-management/src/test/java/org/uberfire/ext/security/management/client/widgets/management/editor/acl/PriorityDropDownTest.java class PriorityDropDownTest (line 30) | @RunWith(MockitoJUnitRunner.class) method setup (line 38) | @Before method testResolvePriority (line 48) | @Test FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-widgets-security-management/src/test/java/org/uberfire/ext/security/management/client/widgets/management/editor/group/GroupEditorTest.java class GroupEditorTest (line 41) | @RunWith(MockitoJUnitRunner.class) method setup (line 64) | @Before method testInit (line 78) | @Test method testClear (line 91) | @Test method testShow (line 106) | @Test method testEdit (line 125) | @Test method testOnDelete (line 144) | @Test FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-widgets-security-management/src/test/java/org/uberfire/ext/security/management/client/widgets/management/editor/group/GroupUsersAssignmentTest.java class GroupUsersAssignmentTest (line 39) | @RunWith(GwtMockitoTestRunner.class) method setup (line 51) | @Before method testInit (line 58) | @Test method testShow (line 77) | @Test method testHide (line 101) | @Test method testSaveEditorCallback (line 124) | @Test FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-widgets-security-management/src/test/java/org/uberfire/ext/security/management/client/widgets/management/editor/group/workflow/GroupCreationWorkflowTest.java class GroupCreationWorkflowTest (line 62) | @RunWith(GwtMockitoTestRunner.class) method setup (line 91) | @Before method testClear (line 122) | @Test method testShowError (line 149) | @Test method testCreate (line 156) | @Test method testShowUsersAssignment (line 178) | @Test method testCheckCreateExisting (line 200) | @Test method testOnCreateEntityXSSContent (line 215) | @Test method testCheckCreateConstrainedGroup (line 223) | @Test method testCreateGroup (line 240) | @Test method testOnAssignUsers (line 274) | @Test FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-widgets-security-management/src/test/java/org/uberfire/ext/security/management/client/widgets/management/editor/group/workflow/GroupEditorWorkflowTest.java class GroupEditorWorkflowTest (line 59) | @RunWith(GwtMockitoTestRunner.class) method setup (line 93) | @Before method testClear (line 129) | @Test method testShow (line 156) | @Test method testOnDeleteGroupEvent (line 183) | @Test method testShowError (line 211) | @Test method testHomePerspectiveGranted (line 220) | @Test method testHomePerspectiveDenied (line 230) | @Test method assertNoViewCalls (line 239) | private void assertNoViewCalls() { FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-widgets-security-management/src/test/java/org/uberfire/ext/security/management/client/widgets/management/editor/role/workflow/RoleEditorWorkflowTest.java class RoleEditorWorkflowTest (line 52) | @RunWith(GwtMockitoTestRunner.class) method setup (line 82) | @Before method testClear (line 117) | @Test method testShow (line 143) | @Test method testShowError (line 161) | @Test method testHomePerspectiveGranted (line 169) | @Test method testHomePerspectiveDenied (line 179) | @Test FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-widgets-security-management/src/test/java/org/uberfire/ext/security/management/client/widgets/management/editor/user/NewUserAttributeEditorTest.java class NewUserAttributeEditorTest (line 43) | @RunWith(GwtMockitoTestRunner.class) method setup (line 53) | @Before method testInit (line 64) | @Test method testShowAddButton (line 86) | @Test method testOnCancel (line 108) | @Test method testShowForm (line 130) | @Test method testOnNewAttributeClick (line 152) | @Test method testClear (line 174) | @Test method testSetRestrictedValues (line 198) | @Test method testAttributeNameValidatorSuccess (line 206) | @Test method testAttributeNameValidatorFail (line 231) | @Test method testAttributeValueValidatorSuccess (line 256) | @Test method testAttributeValueValidatorFail (line 281) | @Test FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-widgets-security-management/src/test/java/org/uberfire/ext/security/management/client/widgets/management/editor/user/UserAssignedGroupsEditorTest.java class UserAssignedGroupsEditorTest (line 50) | @RunWith(GwtMockitoTestRunner.class) method setup (line 65) | @Before method testInit (line 89) | @Test method testClear (line 110) | @Test method testHide (line 119) | @Test method testShow (line 138) | @Test method testEdit (line 161) | @Test method testCloseEditorCallback (line 184) | @Test method testSaveEditorCallback (line 203) | @Test method assertNoViewCalls (line 232) | private void assertNoViewCalls() { FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-widgets-security-management/src/test/java/org/uberfire/ext/security/management/client/widgets/management/editor/user/UserAssignedGroupsExplorerTest.java class UserAssignedGroupsExplorerTest (line 49) | @RunWith(GwtMockitoTestRunner.class) method setup (line 66) | @Before method testInit (line 91) | @Test method testClear (line 105) | @Test method testShow (line 119) | @Test method testRemoveGroup (line 136) | @Test FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-widgets-security-management/src/test/java/org/uberfire/ext/security/management/client/widgets/management/editor/user/UserAssignedRolesEditorTest.java class UserAssignedRolesEditorTest (line 48) | @RunWith(GwtMockitoTestRunner.class) method setup (line 63) | @Before method testInit (line 88) | @Test method testClear (line 109) | @Test method testHide (line 118) | @Test method testShow (line 137) | @Test method testEdit (line 160) | @Test method testCloseEditorCallback (line 183) | @Test method testSaveEditorCallback (line 202) | @Test method assertNoViewCalls (line 231) | private void assertNoViewCalls() { FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-widgets-security-management/src/test/java/org/uberfire/ext/security/management/client/widgets/management/editor/user/UserAssignedRolesExplorerTest.java class UserAssignedRolesExplorerTest (line 47) | @RunWith(GwtMockitoTestRunner.class) method setup (line 64) | @Before method testInit (line 90) | @Test method testClear (line 104) | @Test method testShow (line 118) | @Test method testRemoveRole (line 135) | @Test FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-widgets-security-management/src/test/java/org/uberfire/ext/security/management/client/widgets/management/editor/user/UserAttributesEditorTest.java class UserAttributesEditorTest (line 47) | @RunWith(GwtMockitoTestRunner.class) method setup (line 70) | @Before method testInit (line 91) | @Test method testClear (line 115) | @Test method testShow (line 143) | @Test method testEdit (line 178) | @Test method testGetValue (line 213) | @Test method testUpdateAttribute (line 240) | @Test method testRemoveAttribute (line 273) | @Test method testOnAttributeCreated (line 319) | @Test FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-widgets-security-management/src/test/java/org/uberfire/ext/security/management/client/widgets/management/editor/user/UserEditorTest.java class UserEditorTest (line 53) | @RunWith(MockitoJUnitRunner.class) method setup (line 84) | @Before method testInit (line 106) | @Test method testClear (line 132) | @Test method testIdentifier (line 148) | @Test method testAttributesEditor (line 157) | @Test method testGroupsExplorer (line 164) | @Test method testGroupsEditor (line 171) | @Test method testRolesExplorer (line 178) | @Test method testRolesEditor (line 185) | @Test method testShow (line 192) | @Test method testSetEditButtonVisible (line 229) | @Test method testSetDeleteButtonVisible (line 246) | @Test method testSetChangePasswordButtonVisible (line 263) | @Test method testSetAttributesEditorVisible (line 280) | @Test method testOnEdit (line 297) | @Test method testOnDelete (line 305) | @Test method testOnChangePassword (line 313) | @Test method testOnAssignGroupsInReadMode (line 321) | @Test method testOnAssignGroupsInEditMode (line 333) | @Test method testOnOnUserGroupsUpdatedEvent (line 345) | @Test method testOnAssignRolesInReadMode (line 364) | @Test method testOnAssignRolesInEditMode (line 376) | @Test method testOnOnUserRolesUpdatedEvent (line 388) | @Test method assertNoViewCalls (line 407) | private void assertNoViewCalls() { FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-widgets-security-management/src/test/java/org/uberfire/ext/security/management/client/widgets/management/editor/user/workflow/BaseUserEditorWorkflowTest.java class BaseUserEditorWorkflowTest (line 59) | @RunWith(GwtMockitoTestRunner.class) method setup (line 88) | @Before method testDoShow (line 136) | @Test method testCheckDirtyFalse (line 175) | @Test method testCheckDirtyTrue (line 185) | @Test method testSetDirtyTrue (line 200) | @Test method testSetDirtyFalse (line 226) | @Test method testNotifyEmptyAssignments (line 251) | @Test method testNoNeedToNotifyAssignmentsFound (line 279) | @Test method testEdit (line 307) | @Test method testDoSaveWithoutGroupAssignment (line 339) | @Test method testDoShowChangePassword (line 356) | @Test method testDoDelete (line 366) | @Test method assertNoViewCalls (line 414) | private void assertNoViewCalls() { FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-widgets-security-management/src/test/java/org/uberfire/ext/security/management/client/widgets/management/editor/user/workflow/UserCreationWorkflowTest.java class UserCreationWorkflowTest (line 69) | @RunWith(GwtMockitoTestRunner.class) method setup (line 106) | @Before method testCreate (line 145) | @Test method testOnCreateEntityAlreadyExisting (line 171) | @Test method testOnCreateEntityXSSContent (line 184) | @Test method testDoEdit (line 192) | @Test method testAfterSaveSetPassword (line 231) | @Test method testAfterSaveSkipSetPassword (line 257) | @Test method testOnDeleteUserEvent (line 290) | @Test method testOnChangeUserPasswordEvent (line 316) | @Test method testOnAttributeCreated (line 327) | @Test method testOnAttributeDeleted (line 336) | @Test method testOnAttributeUpdated (line 345) | @Test method testOnRemoveUserGroupEvent (line 354) | @Test method testOnUserGroupsUpdatedEvent (line 363) | @Test method assertSetDirty (line 372) | private void assertSetDirty() { FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-widgets-security-management/src/test/java/org/uberfire/ext/security/management/client/widgets/management/editor/user/workflow/UserEditorWorkflowTest.java class UserEditorWorkflowTest (line 66) | @RunWith(GwtMockitoTestRunner.class) method setup (line 101) | @Before method testOnEditUserEvent (line 128) | @Test method testOnDeleteUserEvent (line 159) | @Test method testOnChangeUserPasswordEvent (line 185) | @Test method testOnAttributeCreated (line 196) | @Test method testOnAttributeDeleted (line 205) | @Test method testOnAttributeUpdated (line 214) | @Test method testOnRemoveUserGroupEvent (line 223) | @Test method testOnUserGroupsUpdatedEvent (line 232) | @Test method assertSetDirty (line 241) | private void assertSetDirty() { FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-widgets-security-management/src/test/java/org/uberfire/ext/security/management/client/widgets/management/explorer/EntitiesExplorerTest.java class EntitiesExplorerTest (line 27) | @RunWith(GwtMockitoTestRunner.class) method enableClearButtonAfterSearchTest (line 33) | @Test FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-widgets-security-management/src/test/java/org/uberfire/ext/security/management/client/widgets/management/explorer/GroupsExplorerTest.java class GroupsExplorerTest (line 51) | @RunWith(GwtMockitoTestRunner.class) method setup (line 69) | @Before method testClear (line 83) | @Test method testLoadingViewShow (line 102) | @Test method testLoadingViewHide (line 109) | @Test method testShowError (line 116) | @Test method testShowNotAllowed (line 130) | @Test method testShow (line 143) | @Test method testShowConstrained (line 164) | @Test method testShowWithSelectedGroups (line 187) | @Test method testOnDeleteGroup (line 214) | @Test method testOnDeleteGroupButNoContext (line 223) | @Test method testOnCreateGroup (line 232) | @Test method testOnCreateGroupButNoContext (line 241) | @Test method testOnAddUsersToGroupEvent (line 250) | @Test method testOnAddUsersToGroupEventButNoContext (line 259) | @Test method createContext (line 268) | private ExplorerViewContext createContext(final boolean canCreate, method createResponse (line 284) | private AbstractEntityManager.SearchResponse createResponse(fin... method testShow (line 294) | private void testShow(final ExplorerViewContext context, FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-widgets-security-management/src/test/java/org/uberfire/ext/security/management/client/widgets/management/explorer/RolesExplorerTest.java class RolesExplorerTest (line 46) | @RunWith(GwtMockitoTestRunner.class) method setup (line 62) | @Before method testClear (line 75) | @Test method testLoadingViewShow (line 94) | @Test method testLoadingViewHide (line 101) | @Test method testShowError (line 108) | @Test method testShow (line 122) | @Test method testShowWithSelectedRoles (line 143) | @Test method createContext (line 170) | private ExplorerViewContext createContext(final boolean canCreate, method createResponse (line 186) | private AbstractEntityManager.SearchResponse createResponse(fina... method testShow (line 196) | private void testShow(final ExplorerViewContext context, FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-widgets-security-management/src/test/java/org/uberfire/ext/security/management/client/widgets/management/explorer/UserGroupsExplorerTest.java class UserGroupsExplorerTest (line 41) | @RunWith(GwtMockitoTestRunner.class) method setup (line 55) | @Before method testClear (line 66) | @Test method show (line 74) | @Test FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-widgets-security-management/src/test/java/org/uberfire/ext/security/management/client/widgets/management/explorer/UsersExplorerTest.java class UsersExplorerTest (line 51) | @RunWith(GwtMockitoTestRunner.class) method setup (line 69) | @Before method testClear (line 83) | @Test method testLoadingViewShow (line 102) | @Test method testLoadingViewHide (line 109) | @Test method testShowError (line 116) | @Test method testShowNotAllowed (line 130) | @Test method testShow (line 143) | @Test method testShowWithSelectedUsers (line 164) | @Test method testOnUserDeleted (line 191) | @Test method testOnUserDeletedButNoContext (line 200) | @Test method testOnCreateUser (line 209) | @Test method testOnCreateUserButNoContext (line 218) | @Test method testOnSaveUser (line 227) | @Test method testOnSaveUserButNoContext (line 236) | @Test method createContext (line 245) | private ExplorerViewContext createContext(final boolean canCreate, method createResponse (line 261) | private AbstractEntityManager.SearchResponse createResponse(fina... method testShow (line 271) | private void testShow(final ExplorerViewContext context, FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-widgets-security-management/src/test/java/org/uberfire/ext/security/management/client/widgets/management/list/EntitiesListTest.java class EntitiesListTest (line 43) | @RunWith(MockitoJUnitRunner.Silent.class) method setup (line 53) | @Before method testClear (line 62) | @Test method testCallbacks (line 90) | @Test method testCreatePaginationCallbackSinglePage (line 141) | @Test method testCreatePaginationCallbackMultiplePagesAtFirstPage (line 171) | @Test method testCreatePaginationCallbackMultiplePagesAtSecondPage (line 201) | @Test method testShow (line 231) | @Test method createEntitiesListCallback (line 287) | protected EntitiesList.Callback createEntitiesListCallback(Colle... method createSearchResponse (line 313) | protected AbstractEntityManager.SearchResponse createSearchRespo... FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-widgets-security-management/src/test/java/org/uberfire/ext/security/management/client/widgets/management/list/EntitiesPagedListTest.java class EntitiesPagedListTest (line 32) | @RunWith(MockitoJUnitRunner.Silent.class) method setup (line 38) | @Before method testClear (line 48) | @Test method testCreatePaginationCallbackSinglePage (line 55) | @Test method testCreatePaginationCallbackMultiplePages (line 72) | @Test method testShowFirstPage (line 89) | @Test method testShowSecondPage (line 98) | @Test method testShowPage (line 107) | protected void testShowPage(Collection entities, FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-widgets-security-management/src/test/java/org/uberfire/ext/security/management/client/widgets/popup/ConfirmBoxTest.java class ConfirmBoxTest (line 28) | @RunWith(MockitoJUnitRunner.class) method setup (line 35) | @Before method testYesCommand (line 40) | @Test method testNoCommands (line 54) | @Test method testNoCancelCommands (line 71) | @Test method testAllCommands (line 91) | @Test FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-widgets-security-management/src/test/java/org/uberfire/ext/security/management/client/widgets/popup/ErrorBoxTest.java class ErrorBoxTest (line 27) | @RunWith(MockitoJUnitRunner.class) method setup (line 34) | @Before method testShow (line 39) | @Test FILE: uberfire-extensions/uberfire-security/uberfire-security-management/uberfire-widgets-security-management/src/test/java/org/uberfire/ext/security/management/client/widgets/popup/LoadingBoxTest.java class LoadingBoxTest (line 28) | @RunWith(GwtMockitoTestRunner.class) method setup (line 35) | @Before method testShow (line 40) | @Test method testHide (line 47) | @Test FILE: uberfire-extensions/uberfire-security/uberfire-servlet-security/src/main/java/org/uberfire/ext/security/server/BasicAuthSecurityFilter.java class BasicAuthSecurityFilter (line 44) | public class BasicAuthSecurityFilter implements Filter { method init (line 57) | @Override method destroy (line 73) | @Override method doFilter (line 77) | @Override method isExceptionPath (line 120) | private boolean isExceptionPath(final HttpServletRequest request) { method challengeClient (line 134) | public void challengeClient(final HttpServletRequest request, method authenticate (line 147) | private boolean authenticate(final HttpServletRequest req) { method isAjaxRequest (line 168) | private boolean isAjaxRequest(HttpServletRequest request) { FILE: uberfire-extensions/uberfire-security/uberfire-servlet-security/src/main/java/org/uberfire/ext/security/server/CacheHeadersFilter.java class CacheHeadersFilter (line 30) | public class CacheHeadersFilter implements Filter { method init (line 37) | @Override method destroy (line 41) | @Override method doFilter (line 45) | @Override FILE: uberfire-extensions/uberfire-security/uberfire-servlet-security/src/main/java/org/uberfire/ext/security/server/CleanupSecurityCacheSessionListener.java class CleanupSecurityCacheSessionListener (line 36) | @WebListener method CleanupSecurityCacheSessionListener (line 41) | public CleanupSecurityCacheSessionListener() { method CleanupSecurityCacheSessionListener (line 45) | @Inject method sessionCreated (line 52) | @Override method sessionDestroyed (line 56) | @Override FILE: uberfire-extensions/uberfire-security/uberfire-servlet-security/src/main/java/org/uberfire/ext/security/server/HttpRequestProducer.java class HttpRequestProducer (line 24) | @ApplicationScoped method produceHttpRequest (line 27) | @Produces FILE: uberfire-extensions/uberfire-security/uberfire-servlet-security/src/main/java/org/uberfire/ext/security/server/HttpServletRequestProducerExtension.java class HttpServletRequestProducerExtension (line 24) | public class HttpServletRequestProducerExtension implements Extension { method HttpServletRequestProducerExtension (line 28) | public HttpServletRequestProducerExtension() { method processAnnotatedType (line 37) | void processAnnotatedType(@Observes final javax.enterprise.inject.... FILE: uberfire-extensions/uberfire-security/uberfire-servlet-security/src/main/java/org/uberfire/ext/security/server/LoginRedirectServlet.java class LoginRedirectServlet (line 59) | public class LoginRedirectServlet extends HttpServlet { method extractParameters (line 79) | @SuppressWarnings("unchecked") method init (line 103) | @Override method doGet (line 119) | @Override method doPost (line 126) | @Override FILE: uberfire-extensions/uberfire-security/uberfire-servlet-security/src/main/java/org/uberfire/ext/security/server/SecureHeadersConfig.java class SecureHeadersConfig (line 27) | public class SecureHeadersConfig { method SecureHeadersConfig (line 35) | public SecureHeadersConfig(final FilterConfig config) { method toBoolean (line 71) | private boolean toBoolean(final String value, method getMaxAge (line 85) | public String getMaxAge() { method getLocation (line 98) | public String getLocation() { method getFrameOptions (line 111) | public String getFrameOptions() { method hasMaxAge (line 119) | public boolean hasMaxAge() { method hasLocation (line 127) | public boolean hasLocation() { method hasFrameOptions (line 135) | public boolean hasFrameOptions() { method hasXSSOptions (line 143) | public boolean hasXSSOptions() { method getXssOptions (line 147) | public String getXssOptions() { method isEmpty (line 151) | private boolean isEmpty(final String value) { FILE: uberfire-extensions/uberfire-security/uberfire-servlet-security/src/main/java/org/uberfire/ext/security/server/SecureHeadersFilter.java class SecureHeadersFilter (line 35) | public class SecureHeadersFilter implements Filter { method applyHeaders (line 44) | public static void applyHeaders(final ServletRequest request, method addStrictTransportSecurity (line 57) | private static void addStrictTransportSecurity(HttpServletResponse res... method addFrameOptions (line 64) | private static void addFrameOptions(HttpServletResponse response) { method addLocation (line 71) | private static void addLocation(HttpServletResponse response) { method addXSSOptions (line 79) | private static void addXSSOptions(HttpServletResponse response) { method empty (line 86) | private static boolean empty(final String content) { method init (line 90) | @Override method destroy (line 95) | @Override method doFilter (line 99) | @Override FILE: uberfire-extensions/uberfire-security/uberfire-servlet-security/src/main/java/org/uberfire/ext/security/server/SecurityIntegrationFilter.java class SecurityIntegrationFilter (line 33) | public class SecurityIntegrationFilter implements Filter { method getRequest (line 43) | public static HttpServletRequest getRequest() { method init (line 47) | @Override method destroy (line 59) | @Override method doFilter (line 64) | @Override FILE: uberfire-extensions/uberfire-security/uberfire-servlet-security/src/main/java/org/uberfire/ext/security/server/ServletSecurityAuthenticationService.java class ServletSecurityAuthenticationService (line 38) | @Service method ServletSecurityAuthenticationService (line 44) | public ServletSecurityAuthenticationService() { method getRequestForThread (line 48) | protected static HttpServletRequest getRequestForThread() { method login (line 56) | @Override method isLoggedIn (line 71) | @Override method logout (line 77) | @Override method getUser (line 103) | @Override method getPrincipals (line 142) | protected List getPrincipals() { FILE: uberfire-extensions/uberfire-security/uberfire-servlet-security/src/main/java/org/uberfire/ext/security/server/XSSServletFilter.java class XSSServletFilter (line 32) | public class XSSServletFilter implements Filter { method init (line 34) | @Override method doFilter (line 38) | @Override method destroy (line 49) | @Override FILE: uberfire-extensions/uberfire-security/uberfire-servlet-security/src/main/java/org/uberfire/ext/security/server/XSSServletRequestWrapper.java class XSSServletRequestWrapper (line 27) | public class XSSServletRequestWrapper extends HttpServletRequestWrapper { method XSSServletRequestWrapper (line 29) | public XSSServletRequestWrapper(final HttpServletRequest request) { method getParameterValues (line 33) | @Override method getParameter (line 44) | @Override FILE: uberfire-extensions/uberfire-security/uberfire-servlet-security/src/main/java/org/uberfire/ext/security/server/io/IOSecurityService.java class IOSecurityService (line 64) | public class IOSecurityService implements IOService { method IOSecurityService (line 70) | public IOSecurityService(final IOService service, method dispose (line 82) | @Override method priority (line 86) | @Override method startBatch (line 91) | @Override method startBatch (line 100) | @Override method endBatch (line 111) | @Override method convert (line 116) | @Override method get (line 121) | @Override method get (line 133) | @Override method getFileSystemMetadata (line 143) | @Override method getFileSystem (line 157) | @Override method newFileSystem (line 167) | @Override method onNewFileSystem (line 180) | @Override method newInputStream (line 185) | @Override method newOutputStream (line 196) | @Override method newByteChannel (line 207) | @Override method newByteChannel (line 218) | @Override method newDirectoryStream (line 231) | @Override method newDirectoryStream (line 240) | @Override method createFile (line 251) | @Override method createDirectory (line 262) | @Override method createDirectories (line 273) | @Override method createDirectory (line 284) | @Override method createDirectories (line 295) | @Override method delete (line 306) | @Override method deleteIfExists (line 317) | @Override method createTempFile (line 328) | @Override method createTempFile (line 337) | @Override method createTempDirectory (line 352) | @Override method createTempDirectory (line 359) | @Override method copy (line 372) | @Override method move (line 389) | @Override method getFileAttributeView (line 406) | @Override method readAttributes (line 417) | @Override method readAttributes (line 426) | @Override method setAttributes (line 437) | @Override method setAttributes (line 448) | @Override method setAttribute (line 459) | @Override method getAttribute (line 472) | @Override method getLastModifiedTime (line 483) | @Override method size (line 492) | @Override method exists (line 501) | @Override method notExists (line 510) | @Override method isSameFile (line 519) | @Override method newBufferedReader (line 534) | @Override method newBufferedWriter (line 545) | @Override method copy (line 558) | @Override method copy (line 571) | @Override method readAllBytes (line 582) | @Override method readAllLines (line 591) | @Override method readAllLines (line 600) | @Override method readAllString (line 611) | @Override method readAllString (line 622) | @Override method write (line 631) | @Override method write (line 643) | @Override method write (line 658) | @Override method write (line 673) | @Override method write (line 688) | @Override method write (line 701) | @Override method write (line 716) | @Override method write (line 731) | @Override method write (line 748) | @Override method write (line 763) | @Override method toResource (line 780) | private Resource toResource(final FileSystem fs) { method toResource (line 784) | private Resource toResource(final FileSystemMetadata fs) { method toResource (line 788) | private Resource toResource(final Path path) { method getUser (line 792) | private User getUser() { FILE: uberfire-extensions/uberfire-security/uberfire-servlet-security/src/test/java/org/uberfire/ext/security/server/BasicAuthSecurityFilterTest.java class BasicAuthSecurityFilterTest (line 40) | @RunWith(MockitoJUnitRunner.class) method excludedPathsWithNonEmptyContextSkipsAuthentication (line 58) | @Test method excludedPathsWithEmptyPathSkipsAuthentication (line 74) | @Test method excludedPathSkipsAuthentication (line 90) | @Test method excludedPathWithTrailingSlashSkipsAuthentication (line 106) | @Test method testIndependentSessionInvalidated (line 122) | @Test method testExistingSessionNotInvalidated (line 141) | @Test method testNotInvalidateSession (line 159) | @Test method testEmptyPassword (line 181) | @Test class SessionProvider (line 203) | private class SessionProvider { method SessionProvider (line 208) | public SessionProvider(HttpSession httpSession) { method SessionProvider (line 212) | public SessionProvider(HttpSession httpSession, method provideSession (line 218) | public HttpSession provideSession() { FILE: uberfire-extensions/uberfire-security/uberfire-servlet-security/src/test/java/org/uberfire/ext/security/server/CacheHeadersFilterTest.java class CacheHeadersFilterTest (line 36) | @RunWith(MockitoJUnitRunner.class) method cacheFilesWithCacheExtension (line 48) | @Test method doNotCacheFilesWithNoCacheExtension (line 73) | @Test method doNotCacheHostPage (line 79) | @Test method verifyNoCache (line 85) | private void verifyNoCache() throws Exception { FILE: uberfire-extensions/uberfire-security/uberfire-servlet-security/src/test/java/org/uberfire/ext/security/server/CleanupSecurityCacheSessionListenerTest.java class CleanupSecurityCacheSessionListenerTest (line 40) | @RunWith(MockitoJUnitRunner.class) method testSessionCleanup (line 49) | @Test method testSessionCleanupNPE (line 71) | @Test FILE: uberfire-extensions/uberfire-security/uberfire-servlet-security/src/test/java/org/uberfire/ext/security/server/ServletSecurityAuthenticationServiceTest.java class ServletSecurityAuthenticationServiceTest (line 62) | @RunWith(MockitoJUnitRunner.class) method setup (line 76) | @Before method testLoggedIn (line 97) | @Test method testNotLoggedIn (line 102) | @Test method testLoginFailure (line 108) | @Test(expected = FailedAuthenticationException.class) method testLogin (line 114) | @Test method testLoginNoPrincipal (line 140) | @Test method testLogout (line 157) | @Test method testLogoutNoSession (line 166) | @Test method testSwallowIllegalStateExceptionDuringLogoutWithKeycloak (line 176) | @Test method testReThrowUnexpectedIllegalStateExceptionDuringLogout (line 182) | @Test method testGetRequestForThreadNoRequest (line 194) | @Test(expected = IllegalStateException.class) method testGetUserNoUserPrincipal (line 201) | @Test method testGetUserNoSession (line 207) | @Test FILE: uberfire-extensions/uberfire-security/uberfire-servlet-security/src/test/java/org/uberfire/ext/security/server/io/IOServiceSecuritySetupTest.java class IOServiceSecuritySetupTest (line 39) | public class IOServiceSecuritySetupTest { method nonSecureExecuted (line 41) | @Test method secureExecuted (line 64) | @Test class DummyAuthorizationManager (line 86) | class DummyAuthorizationManager implements AuthorizationManager { method DummyAuthorizationManager (line 90) | public DummyAuthorizationManager(boolean grant) { method authorize (line 94) | @Override method authorize (line 101) | @Override method authorize (line 109) | @Override method authorize (line 117) | @Override method authorize (line 124) | @Override method check (line 131) | @Override method check (line 138) | @Override method check (line 145) | @Override method authorize (line 152) | @Override method authorize (line 158) | @Override method authorize (line 165) | @Override method authorize (line 172) | @Override method authorize (line 178) | @Override method authorize (line 184) | @Override method check (line 192) | @Override method check (line 198) | @Override method check (line 204) | @Override method invalidate (line 210) | @Override FILE: uberfire-extensions/uberfire-security/uberfire-servlet-security/src/test/java/org/uberfire/ext/security/server/io/MockAuthenticationService.java class MockAuthenticationService (line 23) | public class MockAuthenticationService implements AuthenticationService { method login (line 27) | @Override method isLoggedIn (line 33) | @Override method logout (line 38) | @Override method getUser (line 42) | @Override FILE: uberfire-extensions/uberfire-security/uberfire-servlet-security/src/test/java/org/uberfire/ext/security/server/io/MockIOService.java class MockIOService (line 52) | public class MockIOService implements IOService { method dispose (line 54) | @Override method startBatch (line 59) | @Override method startBatch (line 64) | @Override method endBatch (line 70) | @Override method convert (line 75) | @Override method get (line 80) | @Override method get (line 86) | @Override method getFileSystemMetadata (line 91) | @Override method getFileSystem (line 96) | @Override method newFileSystem (line 101) | @Override method onNewFileSystem (line 107) | @Override method newInputStream (line 112) | @Override method newOutputStream (line 118) | @Override method newByteChannel (line 124) | @Override method newByteChannel (line 130) | @Override method newDirectoryStream (line 137) | @Override method newDirectoryStream (line 142) | @Override method createFile (line 148) | @Override method createDirectory (line 154) | @Override method createDirectories (line 160) | @Override method createDirectory (line 166) | @Override method createDirectories (line 172) | @Override method delete (line 178) | @Override method deleteIfExists (line 184) | @Override method createTempFile (line 190) | @Override method createTempFile (line 197) | @Override method createTempDirectory (line 205) | @Override method createTempDirectory (line 211) | @Override method copy (line 218) | @Override method move (line 225) | @Override method getFileAttributeView (line 232) | @Override method readAttributes (line 238) | @Override method readAttributes (line 243) | @Override method setAttributes (line 249) | @Override method setAttributes (line 255) | @Override method setAttribute (line 261) | @Override method getAttribute (line 268) | @Override method getLastModifiedTime (line 274) | @Override method size (line 279) | @Override method exists (line 284) | @Override method notExists (line 289) | @Override method isSameFile (line 294) | @Override method newBufferedReader (line 300) | @Override method newBufferedWriter (line 306) | @Override method copy (line 313) | @Override method copy (line 320) | @Override method readAllBytes (line 326) | @Override method readAllLines (line 331) | @Override method readAllLines (line 336) | @Override method readAllString (line 342) | @Override method readAllString (line 348) | @Override method write (line 353) | @Override method write (line 360) | @Override method write (line 368) | @Override method write (line 376) | @Override method write (line 384) | @Override method write (line 391) | @Override method write (line 399) | @Override method write (line 407) | @Override method write (line 416) | @Override method write (line 424) | @Override method priority (line 433) | @Override FILE: uberfire-extensions/uberfire-simple-docks/uberfire-simple-docks-client/src/main/java/org/uberfire/client/DocksEntryPoint.java class DocksEntryPoint (line 24) | @EntryPoint method init (line 27) | @PostConstruct FILE: uberfire-extensions/uberfire-simple-docks/uberfire-simple-docks-client/src/main/java/org/uberfire/client/docks/UberfireDocksImpl.java class UberfireDocksImpl (line 40) | @ApplicationScoped method UberfireDocksImpl (line 51) | @Inject method setup (line 58) | protected void setup(@Observes UberfireDockContainerReadyEvent event) { method add (line 62) | @Override method perspectiveChangeEvent (line 78) | public void perspectiveChangeEvent(@Observes PerspectiveChange perspec... method fireDockReadyEvent (line 85) | private void fireDockReadyEvent() { method executeDelayedCommands (line 89) | private void executeDelayedCommands(String perspective) { method remove (line 99) | @Override method open (line 112) | @Override method executeOnDocks (line 119) | private void executeOnDocks(String perspective, method isCurrentPerspective (line 130) | private boolean isCurrentPerspective(String perspective) { method addDelayedCommand (line 134) | private void addDelayedCommand(String perspective, method close (line 145) | @Override method toggle (line 152) | @Override method hide (line 159) | @Override method show (line 169) | @Override method showDock (line 179) | private void showDock(UberfireDockPosition position) { method clearAndCollapseDocks (line 194) | private void clearAndCollapseDocks(UberfireDock... docks) { method updateAllDocks (line 208) | private void updateAllDocks() { method expandAllAvailableDocks (line 219) | private void expandAllAvailableDocks() { method addToDisableDocksList (line 227) | private void addToDisableDocksList(UberfireDockPosition position, method removeFromDisableDocksList (line 238) | private void removeFromDisableDocksList(UberfireDockPosition position, method dockIsEnable (line 246) | private boolean dockIsEnable(UberfireDockPosition dockPosition) { FILE: uberfire-extensions/uberfire-simple-docks/uberfire-simple-docks-client/src/main/java/org/uberfire/client/docks/view/DockResizeBar.java class DockResizeBar (line 44) | public class DockResizeBar extends FlowPanel implements OuiaComponent { method DockResizeBar (line 60) | public DockResizeBar(final DocksBar docksBar) { method setup (line 70) | public void setup(ParameterizedCommand resizeCommand) { method ouiaAttributeRenderer (line 74) | @Override method ouiaComponentType (line 80) | @Override method ouiaComponentId (line 85) | @Override method setupMouseHandlers (line 90) | private void setupMouseHandlers(final DocksBar docksBar) { method setupGlassElement (line 150) | private void setupGlassElement() { method setupMoveIcon (line 171) | private void setupMoveIcon() { method calculateDockSize (line 182) | private double calculateDockSize(MouseMoveEvent event, method buildOffset (line 197) | private void buildOffset(MouseDownEvent event) { FILE: uberfire-extensions/uberfire-simple-docks/uberfire-simple-docks-client/src/main/java/org/uberfire/client/docks/view/DocksBar.java class DocksBar (line 26) | public class DocksBar { method DocksBar (line 41) | public DocksBar(UberfireDockPosition position) { method setupChildBars (line 46) | protected void setupChildBars(UberfireDockPosition position) { method getCollapsedBar (line 52) | public DocksCollapsedBar getCollapsedBar() { method isCollapsedBarInSingleMode (line 56) | public boolean isCollapsedBarInSingleMode() { method getExpandedBar (line 60) | public DocksExpandedBar getExpandedBar() { method getCollapsedBarSize (line 64) | public Double getCollapsedBarSize() { method getExpandedBarSize (line 68) | public double getExpandedBarSize() { method setExpandedSize (line 72) | public void setExpandedSize(Double expandedSize) { method clearAll (line 76) | public void clearAll() { method addDock (line 81) | public void addDock(final UberfireDock dock, method getPosition (line 91) | public UberfireDockPosition getPosition() { method hasDocksItems (line 95) | public boolean hasDocksItems() { method getDockResizeBar (line 99) | public DockResizeBar getDockResizeBar() { method getDockResizeBarDefaultSize (line 103) | public Double getDockResizeBarDefaultSize() { method configureResizeBar (line 107) | public void configureResizeBar(ParameterizedCommand resizeComm... method open (line 111) | public void open(UberfireDock dock) { method setOpenDock (line 117) | public void setOpenDock(UberfireDock openDock) { method isOpen (line 121) | public boolean isOpen() { method isOpenWith (line 125) | public boolean isOpenWith(PlaceRequest placeRequest) { method clearExpandedDock (line 129) | public void clearExpandedDock(UberfireDock expandedDock) { FILE: uberfire-extensions/uberfire-simple-docks/uberfire-simple-docks-client/src/main/java/org/uberfire/client/docks/view/DocksBars.java class DocksBars (line 48) | @Dependent method DocksBars (line 61) | @Inject method setup (line 76) | public void setup() { method createDock (line 82) | private void createDock(UberfireDockPosition position) { method createDockBar (line 99) | private DocksBar createDockBar(UberfireDockPosition position) { method addDock (line 104) | public void addDock(UberfireDock dock) { method getDockBar (line 113) | DocksBar getDockBar(UberfireDock dock) { method getDockBar (line 122) | DocksBar getDockBar(UberfireDockPosition position) { method createResizeCommand (line 131) | ParameterizedCommand createResizeCommand(final DocksBar docksB... method sizeIsValid (line 149) | boolean sizeIsValid(Double size, method calculateMaxSize (line 156) | private int calculateMaxSize(DocksBar docksBar) { method clearAndCollapseDocks (line 169) | public void clearAndCollapseDocks(final UberfireDockPosition position) { method clearAndHideAllDocks (line 174) | public void clearAndHideAllDocks() { method clearPosition (line 178) | private void clearPosition(final UberfireDockPosition position) { method collapsePosition (line 186) | private void collapsePosition(final UberfireDockPosition position) { method hide (line 195) | private void hide(DocksBar docksBar) { method hide (line 201) | void hide(Widget bar) { method clearAndHide (line 205) | public void clearAndHide(UberfireDockPosition position) { method resizeDeferred (line 213) | void resizeDeferred() { method createDockOpenCommand (line 217) | ParameterizedCommand createDockOpenCommand(final UberfireDock ... method openDock (line 233) | void openDock(UberfireDock targetDock, method goToPlace (line 253) | private void goToPlace(DocksExpandedBar expandedBar, method lookUpContextMenus (line 260) | private void lookUpContextMenus(PlaceRequest placeRequest, method setupCollapsedBar (line 292) | private void setupCollapsedBar(UberfireDock targetDock, method setupExpandedBar (line 297) | private void setupExpandedBar(UberfireDock targetDock, method open (line 310) | public void open(UberfireDock dock) { method close (line 317) | public void close(UberfireDock dock) { method toggle (line 328) | public void toggle(UberfireDock dock) { method isOpenWith (line 341) | boolean isOpenWith(UberfireDock dock, method createDockCloseCommand (line 346) | ParameterizedCommand createDockCloseCommand(final UberfireDock... method closeDockProcess (line 352) | void closeDockProcess(UberfireDock targetDock, method closeDock (line 366) | void closeDock(UberfireDock dock, method setupExpandedBarSize (line 377) | private void setupExpandedBarSize(UberfireDock targetDock, method thereIsASpecificSize (line 397) | private boolean thereIsASpecificSize(UberfireDock targetDock) { method show (line 401) | public void show(DocksBar docksBar) { method show (line 407) | public void show(UberfireDockPosition position) { method isReady (line 414) | public boolean isReady(UberfireDockPosition dockPosition) { method docksBarIsReady (line 418) | private boolean docksBarIsReady(UberfireDockPosition dockPosition) { method show (line 423) | void show(Widget widget) { method hide (line 427) | private void hide(DocksExpandedBar dock) { method getDocksBars (line 432) | public List getDocksBars() { FILE: uberfire-extensions/uberfire-simple-docks/uberfire-simple-docks-client/src/main/java/org/uberfire/client/docks/view/bars/DocksCollapsedBar.java class DocksCollapsedBar (line 41) | public class DocksCollapsedBar extends Composite implements OuiaComponent { method DocksCollapsedBar (line 54) | public DocksCollapsedBar(UberfireDockPosition position) { method setCSS (line 61) | private void setCSS(UberfireDockPosition position) { method setupLocators (line 69) | private void setupLocators(UberfireDockPosition position) { method addDock (line 75) | public void addDock(final UberfireDock dock, method handleSingleDockItem (line 94) | private void handleSingleDockItem(AbstractDockItem dockItem, method singleDockMode (line 106) | public boolean singleDockMode() { method createSingleDockItem (line 110) | private void createSingleDockItem(AbstractDockItem dockItem, method clearSingleDockItem (line 120) | private void clearSingleDockItem() { method clear (line 125) | public void clear() { method setDockClosed (line 130) | public void setDockClosed(final UberfireDock dockOpen) { method closeAllDocks (line 140) | public void closeAllDocks() { method getPosition (line 146) | public UberfireDockPosition getPosition() { method getDocksItems (line 150) | public List getDocksItems() { method expand (line 154) | public void expand(UberfireDock targetDock) { method ouiaAttributeRenderer (line 163) | @Override method ouiaComponentType (line 168) | @Override method ouiaComponentId (line 173) | @Override type ViewBinder (line 178) | interface ViewBinder FILE: uberfire-extensions/uberfire-simple-docks/uberfire-simple-docks-client/src/main/java/org/uberfire/client/docks/view/bars/DocksExpandedBar.java class DocksExpandedBar (line 45) | public class DocksExpandedBar method DocksExpandedBar (line 65) | public DocksExpandedBar(UberfireDockPosition position) { method setupLocators (line 71) | private void setupLocators(final UberfireDockPosition position) { method onResize (line 77) | @Override method setup (line 82) | public void setup(String titleString, method setupComponents (line 92) | private void setupComponents() { method addContextMenuItem (line 105) | public void addContextMenuItem(Widget menuItem) { method createTitle (line 114) | private void createTitle(String titleString) { method createButtons (line 119) | private void createButtons(final String identifier, method setupCSS (line 129) | private void setupCSS() { method setupDockContentSize (line 147) | public void setupDockContentSize() { method resizeTargetPanel (line 157) | protected void resizeTargetPanel() { method calculateDockWidth (line 164) | int calculateDockWidth() { method calculateDockHeight (line 168) | int calculateDockHeight() { method setPanelSize (line 172) | public void setPanelSize(int width, method isValidHeightWidth (line 181) | private boolean isValidHeightWidth(int height, method targetPanel (line 189) | public FlowPanel targetPanel() { method clear (line 193) | public void clear() { method getPosition (line 198) | public UberfireDockPosition getPosition() { method ouiaAttributeRenderer (line 202) | @Override method ouiaComponentType (line 207) | @Override method ouiaComponentId (line 212) | @Override type ViewBinder (line 217) | interface ViewBinder FILE: uberfire-extensions/uberfire-simple-docks/uberfire-simple-docks-client/src/main/java/org/uberfire/client/docks/view/items/AbstractDockItem.java class AbstractDockItem (line 40) | public abstract class AbstractDockItem extends Composite implements Ouia... method AbstractDockItem (line 46) | AbstractDockItem(UberfireDock dock) { method create (line 50) | public static AbstractDockItem create(UberfireDock dock, method configureText (line 64) | void configureText(final Button itemButton, method configureIcon (line 72) | void configureIcon(Button itemButton, method configureImageIcon (line 85) | void configureImageIcon(final Button itemButton, method getIcon (line 111) | private IconType getIcon() { method getDock (line 123) | public UberfireDock getDock() { method getIdentifier (line 127) | public String getIdentifier() { method getLabel (line 131) | public String getLabel() { method openAndExecuteExpandCommand (line 135) | public abstract void openAndExecuteExpandCommand(); method open (line 137) | public abstract void open(); method close (line 139) | public abstract void close(); method setupLocators (line 141) | void setupLocators(final UberfireDock dock) { method ouiaAttributeRenderer (line 148) | @Override method ouiaComponentType (line 153) | @Override method ouiaComponentId (line 158) | @Override FILE: uberfire-extensions/uberfire-simple-docks/uberfire-simple-docks-client/src/main/java/org/uberfire/client/docks/view/items/AbstractSideDockItem.java class AbstractSideDockItem (line 8) | public abstract class AbstractSideDockItem extends AbstractDockItem { method AbstractSideDockItem (line 10) | AbstractSideDockItem(UberfireDock dock) { method configureTooltip (line 14) | void configureTooltip(Tooltip itemTooltip, FILE: uberfire-extensions/uberfire-simple-docks/uberfire-simple-docks-client/src/main/java/org/uberfire/client/docks/view/items/SideDockItem.java class SideDockItem (line 33) | public class SideDockItem extends AbstractSideDockItem { method SideDockItem (line 49) | SideDockItem(final UberfireDock dock, method createButton (line 61) | void createButton() { method open (line 86) | @Override method openAndExecuteExpandCommand (line 98) | @Override method close (line 104) | @Override method closeAndExecuteCommand (line 116) | public void closeAndExecuteCommand() { method isOpened (line 121) | public boolean isOpened() { type ViewBinder (line 125) | interface ViewBinder FILE: uberfire-extensions/uberfire-simple-docks/uberfire-simple-docks-client/src/main/java/org/uberfire/client/docks/view/items/SingleSideDockItem.java class SingleSideDockItem (line 31) | public class SingleSideDockItem method SingleSideDockItem (line 42) | public SingleSideDockItem(UberfireDock dock, method createButtom (line 51) | private void createButtom() { method openAndExecuteExpandCommand (line 61) | @Override method open (line 66) | @Override method close (line 70) | @Override type ViewBinder (line 74) | interface ViewBinder FILE: uberfire-extensions/uberfire-simple-docks/uberfire-simple-docks-client/src/main/java/org/uberfire/client/docks/view/items/SouthDockItem.java class SouthDockItem (line 32) | public class SouthDockItem method SouthDockItem (line 43) | SouthDockItem(final UberfireDock dock, method createButton (line 54) | void createButton() { method openAndExecuteExpandCommand (line 76) | @Override method open (line 82) | @Override method close (line 93) | @Override type ViewBinder (line 104) | interface ViewBinder FILE: uberfire-extensions/uberfire-simple-docks/uberfire-simple-docks-client/src/main/java/org/uberfire/client/docks/view/menu/MenuBuilder.java class MenuBuilder (line 41) | @ApplicationScoped method makeItem (line 50) | public Widget makeItem(final MenuItem item, method makeDropDownMenuButton (line 145) | private Widget makeDropDownMenuButton(final String caption, FILE: uberfire-extensions/uberfire-simple-docks/uberfire-simple-docks-client/src/main/java/org/uberfire/client/resources/DocksCss.java type DocksCss (line 21) | public interface DocksCss extends CssResource { method gradientTopBottom (line 23) | @ClassName("gradientTopBottom") method gradientBottomTop (line 26) | @ClassName("gradientBottomTop") method sideDockItem (line 29) | @ClassName("sideDockItem") method singleDockItem (line 32) | @ClassName("singleDockItem") method hideElement (line 35) | @ClassName("hideElement") method dockExpanded (line 38) | @ClassName("dockExpanded") method dockExpandedLabelWest (line 41) | @ClassName("dockExpandedLabelWest") method dockExpandedButtonWest (line 44) | @ClassName("dockExpandedButtonWest") method dockExpandedLabelEast (line 47) | @ClassName("dockExpandedLabelEast") method dockExpandedButtonEast (line 50) | @ClassName("dockExpandedButtonEast") method dockExpandedButtonSouth (line 53) | @ClassName("dockExpandedButtonSouth") method dockExpandedLabelSouth (line 56) | @ClassName("dockExpandedLabelSouth") method dockExpandedTitlePanel (line 59) | @ClassName("dockExpandedTitlePanel") method dockExpandedContentPanel (line 62) | @ClassName("dockExpandedContentPanel") method dockExpandedContentPanelSouth (line 65) | @ClassName("dockExpandedContentPanelSouth") method buttonFocused (line 68) | @ClassName("buttonFocused") method southDockItem (line 71) | @ClassName("southDockItem") method resizableBar (line 74) | @ClassName("resizableBar") method dockExpandedContentButton (line 77) | @ClassName("dockExpandedContentButton") FILE: uberfire-extensions/uberfire-simple-docks/uberfire-simple-docks-client/src/main/java/org/uberfire/client/resources/WebAppResource.java type WebAppResource (line 22) | public interface WebAppResource method CSS (line 28) | @Source("css/docks.css") FILE: uberfire-extensions/uberfire-simple-docks/uberfire-simple-docks-client/src/main/java/org/uberfire/client/resources/i18n/DockConstants.java type DockConstants (line 22) | public interface DockConstants method OK (line 28) | String OK(); FILE: uberfire-extensions/uberfire-simple-docks/uberfire-simple-docks-client/src/test/java/org/uberfire/client/docks/UberfireDocksImplTest.java class UberfireDocksImplTest (line 44) | @RunWith(GwtMockitoTestRunner.class) method setup (line 81) | @Before method setupDocks (line 89) | @Test method add (line 95) | @Test method perspectiveChangeEvent (line 113) | @Test method remove (line 141) | @Test method disableDock (line 163) | @Test method enableDock (line 180) | @Test method closeDockTest (line 198) | @Test method toggleDockTest (line 215) | @Test method openCloseDelayedOperationsTest (line 230) | @Test method generateDocksBars (line 270) | private List generateDocksBars() { method createDocksBar (line 281) | private DocksBar createDocksBar(final UberfireDockPosition west) { FILE: uberfire-extensions/uberfire-simple-docks/uberfire-simple-docks-client/src/test/java/org/uberfire/client/docks/view/DockResizeBarTest.java class DockResizeBarTest (line 33) | @RunWith(GwtMockitoTestRunner.class) method setUp (line 49) | @Before method testOuiaComponentTypeAttribute (line 59) | @Test method testOuiaComponentIdAttribute (line 64) | @Test method testOuiaAttributeRenderer (line 69) | @Test FILE: uberfire-extensions/uberfire-simple-docks/uberfire-simple-docks-client/src/test/java/org/uberfire/client/docks/view/DocksBarsTest.java class DocksBarsTest (line 48) | @RunWith(GwtMockitoTestRunner.class) method setup (line 71) | @Before method setupDocks (line 81) | @Test method addDock (line 104) | @Test method getDockBar (line 122) | @Test method clearAndCollapseAllDocks (line 130) | @Test method clearAndCollapse (line 151) | @Test method expand (line 167) | @Test method dockOpenCommand (line 178) | @Test method dockToggleTest (line 202) | @Test method dockOpenCommandSingleMode (line 233) | @Test method dockCloseCommand (line 262) | @Test method dockCloseTest (line 286) | @Test method doNothingWhenICloseANotClosedTest (line 312) | @Test method dockCloseCommandSingleMode (line 334) | @Test method dockResizeCommand (line 361) | @Test method isReadyTest (line 383) | @Test method emptyDockBarShouldBeReady (line 399) | @Test method createDocksBarMock (line 410) | private DocksBar createDocksBarMock() { FILE: uberfire-extensions/uberfire-simple-docks/uberfire-simple-docks-client/src/test/java/org/uberfire/client/docks/view/DocksBars_OpenDockTest.java class DocksBars_OpenDockTest (line 41) | @RunWith(GwtMockitoTestRunner.class) method testOpenDockParametersArePreserved (line 59) | @Test method getTargetDock (line 81) | private UberfireDock getTargetDock(final DefaultPlaceRequest placeRequ... method getDocksBar (line 87) | private DocksBar getDocksBar() { FILE: uberfire-extensions/uberfire-simple-docks/uberfire-simple-docks-client/src/test/java/org/uberfire/client/docks/view/bars/DocksCollapsedBarTest.java class DocksCollapsedBarTest (line 34) | @RunWith(GwtMockitoTestRunner.class) method setUp (line 47) | @Before method testOuiaComponentTypeAttribute (line 56) | @Test method testOuiaComponentIdAttribute (line 61) | @Test method testOuiaAttributeRenderer (line 66) | @Test FILE: uberfire-extensions/uberfire-simple-docks/uberfire-simple-docks-client/src/test/java/org/uberfire/client/docks/view/bars/DocksExpandedBarTest.java class DocksExpandedBarTest (line 37) | @RunWith(GwtMockitoTestRunner.class) method setup (line 46) | @Before method resizeTest (line 56) | @Test method resizeWithAnInvalidWidthShouldNeverSetupSizeOfTargetPanel (line 62) | @Test method resizeWithAValidWidthShouldNeverSetupSizeOfTargetPanel (line 74) | @Test method setPanelSizeWithAnInvalidWidthShouldNeverSetupSizeOfTargetPanel (line 86) | @Test method setPanelSizeAValidWidthShouldNeverSetupSizeOfTargetPanel (line 97) | @Test method testOuiaComponentTypeAttribute (line 107) | @Test method testOuiaComponentIdAttribute (line 112) | @Test method testOuiaAttributeRenderer (line 117) | @Test FILE: uberfire-extensions/uberfire-simple-docks/uberfire-simple-docks-client/src/test/java/org/uberfire/client/docks/view/items/AbstractDockItemOuiaTest.java class AbstractDockItemOuiaTest (line 38) | @RunWith(GwtMockitoTestRunner.class) method setUp (line 47) | @Before method testSouthDockItem (line 52) | @Test method testSideDockItems (line 60) | @Test method assertOuiaCompliance (line 71) | private void assertOuiaCompliance(AbstractDockItem dockItem) { FILE: uberfire-extensions/uberfire-simple-docks/uberfire-simple-docks-client/src/test/java/org/uberfire/client/docks/view/items/SideDockItemTest.java class SideDockItemTest (line 41) | @RunWith(GwtMockitoTestRunner.class) method setup (line 56) | @Before method createSideDockItemWithFontIconTest (line 83) | @Test method openSideDockItemWithFontIconTest (line 94) | @Test method closeSideDockItemWithFontIconTest (line 103) | @Test method createSideDockItemWithImageIconTest (line 112) | @Test method openSouthDockItemWithImageIconTest (line 122) | @Test method closeSouthDockItemWithImageIconTest (line 130) | @Test method createSideDockItemWithTooltipTest (line 139) | @Test FILE: uberfire-extensions/uberfire-simple-docks/uberfire-simple-docks-client/src/test/java/org/uberfire/client/docks/view/items/SouthDockItemTest.java class SouthDockItemTest (line 40) | @RunWith(GwtMockitoTestRunner.class) method setup (line 55) | @Before method createSouthDockItemWithFontIconTest (line 79) | @Test method selectSouthDockItemWithFontIconTest (line 93) | @Test method closeSouthDockItemWithFontIconTest (line 102) | @Test method createSouthDockItemWithImageIconTest (line 111) | @Test method openSouthDockItemWithImageIconTest (line 121) | @Test method closeSouthDockItemWithImageIconTest (line 129) | @Test FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-commons/src/main/java/org/uberfire/ext/widgets/common/client/CommonsEntryPoint.java class CommonsEntryPoint (line 27) | @EntryPoint method startApp (line 30) | @PostConstruct FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-commons/src/main/java/org/uberfire/ext/widgets/common/client/accordion/TriggerWidget.java class TriggerWidget (line 38) | public class TriggerWidget extends PanelHeader { method TriggerWidget (line 43) | public TriggerWidget(final String description) { method TriggerWidget (line 48) | public TriggerWidget(final String description, method TriggerWidget (line 66) | public TriggerWidget(final IsWidget icon, method TriggerWidget (line 73) | public TriggerWidget(final IsWidget icon, method setDataTargetWidget (line 110) | @Override method makeIcon (line 130) | private Icon makeIcon(final IconType iconType, method buildDescription (line 137) | private Widget buildDescription(final String caption) { FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-commons/src/main/java/org/uberfire/ext/widgets/common/client/animations/LinearFadeInAnimation.java class LinearFadeInAnimation (line 23) | public class LinearFadeInAnimation extends SequencedAnimation { method LinearFadeInAnimation (line 27) | public LinearFadeInAnimation(final Widget widget) { method onUpdate (line 31) | @Override method interpolate (line 36) | @Override FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-commons/src/main/java/org/uberfire/ext/widgets/common/client/animations/LinearFadeOutAnimation.java class LinearFadeOutAnimation (line 23) | public class LinearFadeOutAnimation extends SequencedAnimation { method LinearFadeOutAnimation (line 27) | public LinearFadeOutAnimation(final Widget widget) { method onUpdate (line 31) | @Override method interpolate (line 36) | @Override FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-commons/src/main/java/org/uberfire/ext/widgets/common/client/animations/Pause.java class Pause (line 21) | public class Pause extends SequencedAnimation { method onUpdate (line 23) | @Override FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-commons/src/main/java/org/uberfire/ext/widgets/common/client/animations/SequencedAnimation.java class SequencedAnimation (line 25) | public abstract class SequencedAnimation extends Animation { method interpolate (line 27) | @Override method onCancel (line 32) | @Override method onStart (line 37) | @Override method onComplete (line 42) | @Override method onUpdate (line 47) | @Override FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-commons/src/main/java/org/uberfire/ext/widgets/common/client/animations/Sequencer.java class Sequencer (line 26) | public class Sequencer { method add (line 37) | public void add(final SequencedAnimation animation, method run (line 46) | public void run() { method reset (line 53) | public void reset() { method runNextAnimation (line 57) | private void runNextAnimation() { class AnimationConfiguration (line 69) | private class AnimationConfiguration { method AnimationConfiguration (line 75) | AnimationConfiguration(final WrappedAnimation animation, class WrappedAnimation (line 83) | private class WrappedAnimation extends Animation { method WrappedAnimation (line 87) | WrappedAnimation(final SequencedAnimation animation) { method onComplete (line 91) | @Override method onUpdate (line 98) | @Override method cancel (line 104) | @Override method interpolate (line 110) | @Override method onCancel (line 116) | @Override method onStart (line 122) | @Override FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-commons/src/main/java/org/uberfire/ext/widgets/common/client/breadcrumbs/UberfireBreadcrumbs.java class UberfireBreadcrumbs (line 41) | @EntryPoint method UberfireBreadcrumbs (line 52) | @Inject method perspectiveChangeEvent (line 63) | void perspectiveChangeEvent(@Observes PerspectiveChange perspectiveCha... method createBreadcrumbs (line 68) | @PostConstruct method clearBreadcrumbs (line 77) | public void clearBreadcrumbs(final String associatedPerspective) { method clearBreadcrumbsAndToolBars (line 85) | public void clearBreadcrumbsAndToolBars(final String associatedPerspec... method addBreadCrumb (line 96) | public void addBreadCrumb(final String associatedPerspective, method addBreadCrumb (line 113) | public void addBreadCrumb(final String associatedPerspective, method addBreadCrumb (line 131) | public void addBreadCrumb(final String associatedPerspective, method addBreadCrumb (line 149) | public void addBreadCrumb(final String associatedPerspective, method addBreadCrumb (line 169) | public void addBreadCrumb(final String associatedPerspective, method addBreadCrumb (line 187) | public void addBreadCrumb(final String associatedPerspective, method addToolbar (line 209) | public void addToolbar(final String associatedPerspective, method getBreadcrumbs (line 218) | private List getBreadcrumbs(final String perspect... method activateLastBreadcrumb (line 222) | private void activateLastBreadcrumb(final List br... method generateBreadCrumbSelectCommand (line 228) | Command generateBreadCrumbSelectCommand(final String perspective, method removeDeepLevelBreadcrumbsIfNecessary (line 250) | void removeDeepLevelBreadcrumbsIfNecessary(final String perspective, method updateView (line 258) | private void updateView() { method getView (line 262) | View getView() { method updateBreadcrumbs (line 269) | private void updateBreadcrumbs() { method updateBreadcrumbsContainer (line 279) | void updateBreadcrumbsContainer() { method thereIsContentOnBreadcrumbs (line 287) | private boolean thereIsContentOnBreadcrumbs() { method thereIsBreadcrumbsFor (line 291) | private boolean thereIsBreadcrumbsFor(final String perspective) { method thereIsBreadcrumbToolbarFor (line 295) | private boolean thereIsBreadcrumbToolbarFor(final String perspective) { type View (line 299) | public interface View extends UberElement { method clear (line 301) | void clear(); method addBreadcrumb (line 303) | void addBreadcrumb(UberElemental view); method addBreadcrumbToolbar (line 305) | void addBreadcrumbToolbar(Element uberElement); FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-commons/src/main/java/org/uberfire/ext/widgets/common/client/breadcrumbs/UberfireBreadcrumbsView.java class UberfireBreadcrumbsView (line 33) | @Templated method init (line 49) | @Override method clear (line 53) | @Override method addBreadcrumb (line 59) | @Override method addBreadcrumbToolbar (line 64) | @Override FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-commons/src/main/java/org/uberfire/ext/widgets/common/client/breadcrumbs/header/UberfireBreadcrumbsContainer.java type UberfireBreadcrumbsContainer (line 20) | public interface UberfireBreadcrumbsContainer { method init (line 22) | void init(HTMLElement child); method enable (line 24) | void enable(); method disable (line 26) | void disable(); FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-commons/src/main/java/org/uberfire/ext/widgets/common/client/breadcrumbs/header/UberfireBreadcrumbsContainerImpl.java class UberfireBreadcrumbsContainerImpl (line 29) | @ApplicationScoped method init (line 38) | @Override method getId (line 44) | @Override method getOrder (line 49) | @Override method enable (line 54) | @Override method disable (line 63) | @Override FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-commons/src/main/java/org/uberfire/ext/widgets/common/client/breadcrumbs/widget/BreadcrumbPresenter.java type BreadcrumbPresenter (line 21) | public interface BreadcrumbPresenter { method activate (line 23) | void activate(); method deactivate (line 25) | void deactivate(); method getView (line 27) | UberElemental getView(); FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-commons/src/main/java/org/uberfire/ext/widgets/common/client/breadcrumbs/widget/DefaultBreadcrumbsPresenter.java class DefaultBreadcrumbsPresenter (line 25) | @Dependent method DefaultBreadcrumbsPresenter (line 32) | @Inject method init (line 37) | @PostConstruct method setup (line 42) | public void setup(final String label, method hasToRemoveDeepLevelBreadcrumbsAfterActivation (line 54) | public boolean hasToRemoveDeepLevelBreadcrumbsAfterActivation() { method activate (line 58) | @Override method deactivate (line 63) | @Override method getView (line 68) | @Override method onClick (line 73) | public void onClick() { type View (line 79) | public interface View extends UberElemental { method ColorChangedEvent (line 26) | ColorChangedEvent(String color) { method getType (line 30) | public static Type getType() { method getAssociatedType (line 37) | @Override method dispatch (line 42) | @Override method getColor (line 47) | public String getColor() { FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-commons/src/main/java/org/uberfire/ext/widgets/common/client/colorpicker/ColorChangedHandler.java type ColorChangedHandler (line 20) | public interface ColorChangedHandler extends EventHandler { method colorChanged (line 22) | void colorChanged(ColorChangedEvent event); FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-commons/src/main/java/org/uberfire/ext/widgets/common/client/colorpicker/ColorPickerDialog.java class ColorPickerDialog (line 23) | public class ColorPickerDialog extends Dialog { method createDialogArea (line 29) | @Override method getColor (line 51) | public String getColor() { method setColor (line 55) | public void setColor(String color) { method buttonClicked (line 62) | @Override FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-commons/src/main/java/org/uberfire/ext/widgets/common/client/colorpicker/ColorUtils.java class ColorUtils (line 18) | public final class ColorUtils { method ColorUtils (line 20) | private ColorUtils() { method hsl2rgb (line 23) | static int[] hsl2rgb(int[] hsl) { method toHex (line 81) | static String toHex(int v) { method rgb2hex (line 89) | static String rgb2hex(int[] rgb) { method rgb2hex (line 93) | static String rgb2hex(int r, method hsl2hex (line 99) | static String hsl2hex(int[] hsl) { method hsl2hex (line 103) | static String hsl2hex(int h, method rgb2hsl (line 109) | static int[] rgb2hsl(int[] rgb) { method getRGB (line 137) | public static int[] getRGB(String color) { FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-commons/src/main/java/org/uberfire/ext/widgets/common/client/colorpicker/HueChangedEvent.java class HueChangedEvent (line 20) | public class HueChangedEvent extends GwtEvent { method HueChangedEvent (line 26) | HueChangedEvent(int hue) { method getType (line 30) | public static Type getType() { method getAssociatedType (line 37) | @Override method dispatch (line 42) | @Override method getHue (line 47) | public int getHue() { FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-commons/src/main/java/org/uberfire/ext/widgets/common/client/colorpicker/HueChangedHandler.java type HueChangedHandler (line 20) | public interface HueChangedHandler extends EventHandler { method hueChanged (line 22) | void hueChanged(HueChangedEvent event); FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-commons/src/main/java/org/uberfire/ext/widgets/common/client/colorpicker/HuePicker.java class HuePicker (line 31) | public class HuePicker extends Composite { method HuePicker (line 37) | public HuePicker() { method onAttach (line 75) | @Override method drawGradient (line 81) | private void drawGradient() { method addHueChangedHandler (line 126) | public HandlerRegistration addHueChangedHandler(HueChangedHandler hand... method fireHueChanged (line 131) | private void fireHueChanged(int hue) { method getHue (line 135) | public int getHue() { method setHue (line 139) | public void setHue(int hue) { FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-commons/src/main/java/org/uberfire/ext/widgets/common/client/colorpicker/SaturationLightnessPicker.java class SaturationLightnessPicker (line 34) | public class SaturationLightnessPicker extends Composite { method SaturationLightnessPicker (line 42) | public SaturationLightnessPicker() { method onAttach (line 87) | @Override method drawGradient (line 93) | private void drawGradient(boolean drawHandle) { method addColorChangedHandler (line 146) | public HandlerRegistration addColorChangedHandler(ColorChangedHandler ... method fireColorChanged (line 151) | private void fireColorChanged(String color) { method getColorAtPixel (line 155) | private String getColorAtPixel(int x, method setHue (line 174) | public void setHue(int hue) { method getColor (line 183) | public String getColor() { method setColor (line 191) | public void setColor(String color) { FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-commons/src/main/java/org/uberfire/ext/widgets/common/client/colorpicker/canvas/Canvas.java class Canvas (line 31) | public class Canvas extends Composite implements HasAllMouseHandlers { method Canvas (line 36) | public Canvas() { method getContext (line 42) | public native RenderingContext getContext() /*-{ method setCanvasSize (line 46) | public void setCanvasSize(int width, method addMouseDownHandler (line 56) | public HandlerRegistration addMouseDownHandler(MouseDownHandler handle... method addMouseUpHandler (line 60) | public HandlerRegistration addMouseUpHandler(MouseUpHandler handler) { method addMouseOverHandler (line 64) | public HandlerRegistration addMouseOverHandler(MouseOverHandler handle... method addMouseOutHandler (line 68) | public HandlerRegistration addMouseOutHandler(MouseOutHandler handler) { method addMouseMoveHandler (line 72) | public HandlerRegistration addMouseMoveHandler(MouseMoveHandler handle... method addMouseWheelHandler (line 76) | public HandlerRegistration addMouseWheelHandler(MouseWheelHandler hand... FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-commons/src/main/java/org/uberfire/ext/widgets/common/client/colorpicker/canvas/Gradient.java class Gradient (line 20) | public class Gradient extends JavaScriptObject { method Gradient (line 22) | protected Gradient() { method addColorStop (line 25) | public final native void addColorStop(int offset, FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-commons/src/main/java/org/uberfire/ext/widgets/common/client/colorpicker/canvas/ImageData.java class ImageData (line 21) | public class ImageData extends JavaScriptObject { method ImageData (line 23) | protected ImageData() { method getWidth (line 26) | public final native int getWidth() /*-{ method getHeight (line 30) | public final native int getHeight() /*-{ method getData (line 34) | public final native JsArrayInteger getData() /*-{ FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-commons/src/main/java/org/uberfire/ext/widgets/common/client/colorpicker/canvas/RenderingContext.java class RenderingContext (line 20) | public class RenderingContext extends JavaScriptObject { method RenderingContext (line 22) | protected RenderingContext() { method setFillStyle (line 25) | public final native void setFillStyle(String style) /*-{ method setFillStyle (line 29) | public final native void setFillStyle(Gradient gradient) /*-{ method fillRect (line 33) | public final native void fillRect(int x, method beginPath (line 40) | public final native void beginPath() /*-{ method closePath (line 44) | public final native void closePath() /*-{ method fill (line 48) | public final native void fill() /*-{ method moveTo (line 52) | public final native void moveTo(int x, method lineTo (line 57) | public final native void lineTo(int x, method arc (line 62) | public final native void arc(int x, method createLinearGradient (line 71) | public final native Gradient createLinearGradient(int x1, method getImageData (line 78) | public final native ImageData getImageData(int x, FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-commons/src/main/java/org/uberfire/ext/widgets/common/client/colorpicker/dialog/Dialog.java class Dialog (line 31) | public abstract class Dialog extends DialogBox { method onClick (line 34) | public void onClick(ClickEvent event) { method Dialog (line 42) | public Dialog() { method addDialogClosedHandler (line 50) | public HandlerRegistration addDialogClosedHandler(DialogClosedHandler ... method close (line 55) | protected void close(boolean canceled) { method fireDialogClosed (line 60) | private void fireDialogClosed(boolean canceled) { method createButtonBar (line 64) | protected Widget createButtonBar() { method createButtonsForButtonBar (line 74) | protected List createButtonsForButtonBar() { method createButton (line 81) | protected Button createButton(String text) { method createDialogArea (line 86) | protected abstract Widget createDialogArea(); method getDialogArea (line 88) | protected Widget getDialogArea() { method buttonClicked (line 92) | protected abstract void buttonClicked(Widget button); method getOkButton (line 94) | protected Button getOkButton() { method getCancelButton (line 98) | protected Button getCancelButton() { FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-commons/src/main/java/org/uberfire/ext/widgets/common/client/colorpicker/dialog/DialogClosedEvent.java class DialogClosedEvent (line 20) | public class DialogClosedEvent extends GwtEvent { method DialogClosedEvent (line 26) | DialogClosedEvent(boolean canceled) { method getType (line 30) | public static Type getType() { method getAssociatedType (line 37) | @Override method dispatch (line 42) | @Override method isCanceled (line 47) | public boolean isCanceled() { FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-commons/src/main/java/org/uberfire/ext/widgets/common/client/colorpicker/dialog/DialogClosedHandler.java type DialogClosedHandler (line 20) | public interface DialogClosedHandler extends EventHandler { method dialogClosed (line 22) | void dialogClosed(DialogClosedEvent event); FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-commons/src/main/java/org/uberfire/ext/widgets/common/client/common/AbstractConcurrentChangePopup.java class AbstractConcurrentChangePopup (line 32) | public abstract class AbstractConcurrentChangePopup extends BaseModal { method AbstractConcurrentChangePopup (line 38) | protected AbstractConcurrentChangePopup(final String content, method AbstractConcurrentChangePopup (line 55) | protected AbstractConcurrentChangePopup(final String content, method AbstractConcurrentChangePopup (line 64) | protected AbstractConcurrentChangePopup(final String content, type AbstractConcurrentChangePopupWidgetBinder (line 81) | interface AbstractConcurrentChangePopupWidgetBinder FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-commons/src/main/java/org/uberfire/ext/widgets/common/client/common/AbstractLazyStackPanelHeader.java class AbstractLazyStackPanelHeader (line 27) | public abstract class AbstractLazyStackPanelHeader extends SimplePanel method addOpenHandler (line 34) | public HandlerRegistration addOpenHandler(OpenHandler... method addCloseHandler (line 101) | public HandlerRegistration addCloseHandler(CloseHandler iterator() { method remove (line 113) | public boolean remove(Widget w) { method isOpen (line 117) | public boolean isOpen() { method setOpen (line 121) | public void setOpen(boolean b) { FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-commons/src/main/java/org/uberfire/ext/widgets/common/client/common/DirtyableComposite.java class DirtyableComposite (line 22) | public abstract class DirtyableComposite extends Composite method DirtyableComposite (line 28) | public DirtyableComposite() { method getHeight (line 31) | public static native int getHeight() /*-{ method getWidth (line 60) | public static native int getWidth() /*-{ method onBrowserEvent (line 89) | public void onBrowserEvent(Event event) { method isDirty (line 97) | public boolean isDirty() { method resetDirty (line 105) | public void resetDirty() { method makeDirty (line 113) | public void makeDirty() { FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-commons/src/main/java/org/uberfire/ext/widgets/common/client/common/DirtyableContainer.java type DirtyableContainer (line 19) | public interface DirtyableContainer extends IDirtyable { method hasDirty (line 21) | public boolean hasDirty(); FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-commons/src/main/java/org/uberfire/ext/widgets/common/client/common/DirtyableFlexTable.java class DirtyableFlexTable (line 25) | public class DirtyableFlexTable method hasDirty (line 29) | public boolean hasDirty() { method setHorizontalAlignmentForFlexCellFormatter (line 40) | public void setHorizontalAlignmentForFlexCellFormatter(int row, FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-commons/src/main/java/org/uberfire/ext/widgets/common/client/common/DirtyableHorizontalPane.java class DirtyableHorizontalPane (line 22) | public class DirtyableHorizontalPane extends HorizontalPanel implements ... method hasDirty (line 24) | public boolean hasDirty() { FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-commons/src/main/java/org/uberfire/ext/widgets/common/client/common/DirtyableVerticalPane.java class DirtyableVerticalPane (line 22) | public class DirtyableVerticalPane extends VerticalPanel implements Dirt... method hasDirty (line 24) | public boolean hasDirty() { FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-commons/src/main/java/org/uberfire/ext/widgets/common/client/common/DirtyableWidget.java type DirtyableWidget (line 19) | public interface DirtyableWidget method isDirty (line 23) | public abstract boolean isDirty(); method resetDirty (line 25) | public abstract void resetDirty(); method makeDirty (line 27) | public abstract void makeDirty(); FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-commons/src/main/java/org/uberfire/ext/widgets/common/client/common/DropDownValueChanged.java type DropDownValueChanged (line 22) | public interface DropDownValueChanged { method valueChanged (line 24) | public void valueChanged(String newText, FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-commons/src/main/java/org/uberfire/ext/widgets/common/client/common/EditorWidget.java type EditorWidget (line 20) | public interface EditorWidget FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-commons/src/main/java/org/uberfire/ext/widgets/common/client/common/FileInputButton.java class FileInputButton (line 38) | public class FileInputButton extends Composite implements HasValueChange... method FileInputButton (line 47) | public FileInputButton() { method setMultiple (line 64) | public void setMultiple(boolean multiple) { method setType (line 71) | public void setType(final ButtonType additionalStyle) { method addStyleName (line 77) | @Override method getText (line 84) | public String getText() { method setText (line 91) | public void setText(final String text) { method setIcon (line 100) | public void setIcon(final IconType type) { method fireChanged (line 109) | private void fireChanged() { method getFiles (line 114) | private native JsArray getFiles(Element el) /*-{ method addValueChangeHandler (line 122) | @Override class UploadFile (line 128) | public static class UploadFile extends JavaScriptObject { method UploadFile (line 130) | protected UploadFile() { method getSize (line 133) | public final native int getSize() /*-{ method getName (line 137) | public final native String getName() /*-{ method getType (line 141) | public final native String getType() /*-{ FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-commons/src/main/java/org/uberfire/ext/widgets/common/client/common/FileInputGroupButton.java class FileInputGroupButton (line 23) | public class FileInputGroupButton extends Composite { method FileInputGroupButton (line 27) | public FileInputGroupButton(FileInputButton input) { FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-commons/src/main/java/org/uberfire/ext/widgets/common/client/common/FileUpload.java class FileUpload (line 33) | public class FileUpload method FileUpload (line 53) | public FileUpload() { method FileUpload (line 58) | public FileUpload(final Command command) { method FileUpload (line 63) | public FileUpload(final Command command, method setName (line 98) | public void setName(final String name) { method upload (line 102) | public void upload() { method getFilename (line 106) | public String getFilename() { method setAccept (line 110) | public void setAccept(String type) { method clear (line 114) | public void clear() { method setEnabled (line 119) | public void setEnabled(boolean b) { method getFileChangeHandler (line 132) | protected ChangeHandler getFileChangeHandler() { type FileUploadBinder (line 145) | interface FileUploadBinder extends UiBinder { FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-commons/src/main/java/org/uberfire/ext/widgets/common/client/common/FileUploadFormEncoder.java class FileUploadFormEncoder (line 23) | public class FileUploadFormEncoder { method addUtf8Charset (line 31) | public void addUtf8Charset(final Form form) { FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-commons/src/main/java/org/uberfire/ext/widgets/common/client/common/FormStyleItem.java class FormStyleItem (line 30) | public class FormStyleItem extends Composite { method FormStyleItem (line 41) | public FormStyleItem() { method setup (line 45) | public void setup(final String labelText, method setup (line 55) | public void setup(final String labelText, method getFormGroup (line 69) | public FormGroup getFormGroup() { method getGroup (line 73) | public FlowPanel getGroup() { method getIndex (line 77) | public int getIndex() { type FormStyleLayoutBinder (line 81) | interface FormStyleLayoutBinder FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-commons/src/main/java/org/uberfire/ext/widgets/common/client/common/FormStyleLayout.java class FormStyleLayout (line 29) | public class FormStyleLayout extends Form { method FormStyleLayout (line 31) | public FormStyleLayout() { method FormStyleLayout (line 35) | public FormStyleLayout(final String title) { method FormStyleLayout (line 40) | public FormStyleLayout(final Image icon, method addAttribute (line 49) | public FormStyleItem addAttribute(String label, method addAttribute (line 59) | public FormStyleItem addAttribute(final String label, method addRow (line 73) | public int addRow(final IsWidget widget) { method setAttributeVisibility (line 92) | public void setAttributeVisibility(final int index, FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-commons/src/main/java/org/uberfire/ext/widgets/common/client/common/HasBusyIndicator.java type HasBusyIndicator (line 21) | public interface HasBusyIndicator { method showBusyIndicator (line 23) | void showBusyIndicator(final String message); method hideBusyIndicator (line 25) | void hideBusyIndicator(); FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-commons/src/main/java/org/uberfire/ext/widgets/common/client/common/HeaderHTML.java class HeaderHTML (line 28) | public class HeaderHTML extends Composite { method HeaderHTML (line 36) | public HeaderHTML() { method setText (line 40) | public void setText(String text) { method setImageResource (line 44) | public void setImageResource(ImageResource imageResource) { type HeaderHTMLBinder (line 48) | interface HeaderHTMLBinder FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-commons/src/main/java/org/uberfire/ext/widgets/common/client/common/IDirtyable.java type IDirtyable (line 19) | public interface IDirtyable { FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-commons/src/main/java/org/uberfire/ext/widgets/common/client/common/ImageButton.java class ImageButton (line 28) | public class ImageButton extends FocusPanel { method ImageButton (line 35) | @UiConstructor method ImageButton (line 43) | public ImageButton(Image img, method ImageButton (line 53) | public ImageButton(Image img, method ImageButton (line 61) | public ImageButton(Image img, method ImageButton (line 70) | public ImageButton(Image img, method ImageButton (line 79) | public ImageButton(Image img, method setEnabled (line 90) | public void setEnabled(boolean enabled) { method assertClickHandler (line 101) | private void assertClickHandler() { method removeClickHandler (line 109) | private void removeClickHandler() { FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-commons/src/main/java/org/uberfire/ext/widgets/common/client/common/InfoCube.java class InfoCube (line 31) | public class InfoCube method InfoCube (line 41) | public InfoCube() { method setTitle (line 45) | @Override method setContent (line 51) | public void setContent(String text) { method addClickHandler (line 55) | @Override type PerspectiveButtonBinder (line 61) | interface PerspectiveButtonBinder extends UiBinder { FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-commons/src/main/java/org/uberfire/ext/widgets/common/client/common/InfoPopup.java class InfoPopup (line 29) | public class InfoPopup extends Popover { method InfoPopup (line 31) | public InfoPopup(final String text) { method InfoPopup (line 37) | public InfoPopup(final String heading, method configure (line 44) | private void configure() { method configurePopoverContainer (line 56) | private native void configurePopoverContainer(Element e) /*-{ FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-commons/src/main/java/org/uberfire/ext/widgets/common/client/common/LazyStackPanel.java class LazyStackPanel (line 38) | public class LazyStackPanel extends Composite method LazyStackPanel (line 45) | public LazyStackPanel() { method add (line 69) | public void add(String headerText, method add (line 76) | public void add(String headerText, method add (line 85) | public void add(String headerText, method add (line 100) | public void add(AbstractLazyStackPanelHeader header, method add (line 107) | public void add(AbstractLazyStackPanelHeader header, method addHeaderRow (line 136) | private void addHeaderRow(final LazyStackPanelRow row) { method addContentRow (line 146) | private void addContentRow(final SimplePanel panel) { method selectRow (line 152) | private void selectRow(LazyStackPanelRow row) { method addSelectionHandler (line 157) | @Override method swap (line 163) | public void swap(int firstIndex, method getHeaderIterator (line 194) | public Iterator getHeaderIterator() { method remove (line 206) | public void remove(int index) { method clean (line 214) | public void clean() { FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-commons/src/main/java/org/uberfire/ext/widgets/common/client/common/LazyStackPanelHeader.java class LazyStackPanelHeader (line 34) | public class LazyStackPanelHeader extends AbstractLazyStackPanelHeader { method onClick (line 43) | public void onClick(ClickEvent event) { method LazyStackPanelHeader (line 48) | public LazyStackPanelHeader(final String headerText, method LazyStackPanelHeader (line 54) | public LazyStackPanelHeader(final String headerText, method LazyStackPanelHeader (line 65) | public LazyStackPanelHeader(String headerText) { method LazyStackPanelHeader (line 73) | public LazyStackPanelHeader() { method expand (line 96) | public void expand() { method collapse (line 102) | public void collapse() { method setIconImage (line 108) | private void setIconImage() { method onTitleClicked (line 116) | private void onTitleClicked() { type LazyStackPanelHeaderBinder (line 126) | interface LazyStackPanelHeaderBinder FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-commons/src/main/java/org/uberfire/ext/widgets/common/client/common/LazyStackPanelRow.java class LazyStackPanelRow (line 24) | public class LazyStackPanelRow extends VerticalPanel { method LazyStackPanelRow (line 33) | public LazyStackPanelRow(AbstractLazyStackPanelHeader titleWidget, method LazyStackPanelRow (line 43) | public LazyStackPanelRow(AbstractLazyStackPanelHeader titleWidget, method init (line 50) | private void init() { method getHeader (line 58) | public AbstractLazyStackPanelHeader getHeader() { method getContentPanel (line 62) | public SimplePanel getContentPanel() { method expand (line 66) | public void expand() { method compress (line 77) | public void compress() { method isExpanded (line 83) | public boolean isExpanded() { method doAnimation (line 87) | private void doAnimation(boolean isExpanding) { class ContentAnimation (line 95) | private static class ContentAnimation extends Animation { method ContentAnimation (line 101) | ContentAnimation(SimplePanel content) { method setExpanding (line 106) | void setExpanding(boolean isExpanding) { method onUpdate (line 110) | @Override method onStart (line 119) | @Override method onComplete (line 125) | @Override FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-commons/src/main/java/org/uberfire/ext/widgets/common/client/common/LoadContentCommand.java type LoadContentCommand (line 20) | public interface LoadContentCommand { method load (line 22) | Widget load(); FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-commons/src/main/java/org/uberfire/ext/widgets/common/client/common/NumericBigDecimalTextBox.java class NumericBigDecimalTextBox (line 25) | public class NumericBigDecimalTextBox extends AbstractRestrictedEntryTex... method NumericBigDecimalTextBox (line 30) | public NumericBigDecimalTextBox() { method NumericBigDecimalTextBox (line 34) | public NumericBigDecimalTextBox(final boolean allowEmptyValue) { method isValidValue (line 38) | @Override method makeValidValue (line 57) | @Override FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-commons/src/main/java/org/uberfire/ext/widgets/common/client/common/NumericBigIntegerTextBox.java class NumericBigIntegerTextBox (line 25) | public class NumericBigIntegerTextBox extends AbstractRestrictedEntryTex... method NumericBigIntegerTextBox (line 30) | public NumericBigIntegerTextBox() { method NumericBigIntegerTextBox (line 34) | public NumericBigIntegerTextBox(final boolean allowEmptyValue) { method isValidValue (line 38) | @Override method makeValidValue (line 57) | @Override FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-commons/src/main/java/org/uberfire/ext/widgets/common/client/common/NumericByteTextBox.java class NumericByteTextBox (line 23) | public class NumericByteTextBox extends AbstractRestrictedEntryTextBox { method NumericByteTextBox (line 28) | public NumericByteTextBox() { method NumericByteTextBox (line 32) | public NumericByteTextBox(final boolean allowEmptyValue) { method isValidValue (line 36) | @Override method makeValidValue (line 54) | @Override FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-commons/src/main/java/org/uberfire/ext/widgets/common/client/common/NumericDoubleTextBox.java class NumericDoubleTextBox (line 23) | public class NumericDoubleTextBox extends AbstractRestrictedEntryTextBox { method NumericDoubleTextBox (line 28) | public NumericDoubleTextBox() { method NumericDoubleTextBox (line 32) | public NumericDoubleTextBox(final boolean allowEmptyValue) { method isValidValue (line 36) | @Override method makeValidValue (line 54) | @Override FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-commons/src/main/java/org/uberfire/ext/widgets/common/client/common/NumericFloatTextBox.java class NumericFloatTextBox (line 23) | public class NumericFloatTextBox extends AbstractRestrictedEntryTextBox { method NumericFloatTextBox (line 28) | public NumericFloatTextBox() { method NumericFloatTextBox (line 32) | public NumericFloatTextBox(final boolean allowEmptyValue) { method isValidValue (line 36) | @Override method makeValidValue (line 54) | @Override FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-commons/src/main/java/org/uberfire/ext/widgets/common/client/common/NumericIntegerTextBox.java class NumericIntegerTextBox (line 23) | public class NumericIntegerTextBox extends AbstractRestrictedEntryTextBox { method NumericIntegerTextBox (line 28) | public NumericIntegerTextBox() { method NumericIntegerTextBox (line 32) | public NumericIntegerTextBox(final boolean allowEmptyValue) { method isValidValue (line 36) | @Override method makeValidValue (line 54) | @Override FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-commons/src/main/java/org/uberfire/ext/widgets/common/client/common/NumericLongTextBox.java class NumericLongTextBox (line 23) | public class NumericLongTextBox extends AbstractRestrictedEntryTextBox { method NumericLongTextBox (line 28) | public NumericLongTextBox() { method NumericLongTextBox (line 32) | public NumericLongTextBox(final boolean allowEmptyValue) { method isValidValue (line 36) | @Override method makeValidValue (line 54) | @Override FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-commons/src/main/java/org/uberfire/ext/widgets/common/client/common/NumericShortTextBox.java class NumericShortTextBox (line 23) | public class NumericShortTextBox extends AbstractRestrictedEntryTextBox { method NumericShortTextBox (line 28) | public NumericShortTextBox() { method NumericShortTextBox (line 32) | public NumericShortTextBox(final boolean allowEmptyValue) { method isValidValue (line 36) | @Override method makeValidValue (line 54) | @Override FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-commons/src/main/java/org/uberfire/ext/widgets/common/client/common/NumericTextBox.java class NumericTextBox (line 27) | public class NumericTextBox extends AbstractRestrictedEntryTextBox { method NumericTextBox (line 32) | public NumericTextBox() { method NumericTextBox (line 36) | public NumericTextBox(final boolean allowEmptyValue) { method isValidValue (line 40) | @Override FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-commons/src/main/java/org/uberfire/ext/widgets/common/client/common/Page.java class Page (line 28) | public abstract class Page { method Page (line 33) | public Page(final IsWidget widget) { method Page (line 38) | public Page(final IsWidget widget, method getLabel (line 45) | public String getLabel() { method onFocus (line 49) | public abstract void onFocus(); method onLostFocus (line 51) | public abstract void onLostFocus(); method getView (line 53) | PageView getView() { class PageView (line 57) | public class PageView method PageView (line 64) | public PageView(Page presenter, method onResize (line 71) | @Override method onFocus (line 83) | void onFocus() { method onLostFocus (line 87) | public void onLostFocus() { method getSp (line 91) | public ScrollPanel getSp() { FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-commons/src/main/java/org/uberfire/ext/widgets/common/client/common/PrettyFormLayout.java class PrettyFormLayout (line 35) | public class PrettyFormLayout extends Composite { method PrettyFormLayout (line 41) | public PrettyFormLayout() { method startSection (line 46) | public void startSection() { method startSection (line 50) | public void startSection(String title) { method clear (line 55) | public void clear() { method addHeader (line 59) | public void addHeader(Image img, method addHeader (line 76) | public void addHeader(Image img, method newForm (line 87) | private Form newForm(final String hdr) { method endSection (line 97) | public void endSection() { method addRow (line 106) | public void addRow(final Widget widget) { method addAttribute (line 118) | public int addAttribute(String lbl, method removeRow (line 148) | public void removeRow(int row) { FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-commons/src/main/java/org/uberfire/ext/widgets/common/client/common/ResizableTextArea.java class ResizableTextArea (line 22) | public class ResizableTextArea extends TextArea method onResize (line 26) | @Override FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-commons/src/main/java/org/uberfire/ext/widgets/common/client/common/SmallLabel.java class SmallLabel (line 24) | public class SmallLabel extends HTML { method SmallLabel (line 28) | public SmallLabel() { method SmallLabel (line 31) | public SmallLabel(String text) { method setText (line 35) | public void setText(final String text) { type SmallLabelTemplate (line 46) | interface SmallLabelTemplate method message (line 50) | @Template("
{0}
") FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-commons/src/main/java/org/uberfire/ext/widgets/common/client/common/StackItemHeader.java class StackItemHeader (line 21) | public class StackItemHeader { method StackItemHeader (line 25) | public StackItemHeader(StackItemHeaderView view) { method setName (line 29) | public void setName(String name) { method setImageResource (line 33) | public void setImageResource(ImageResource imageResource) { FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-commons/src/main/java/org/uberfire/ext/widgets/common/client/common/StackItemHeaderView.java type StackItemHeaderView (line 22) | public interface StackItemHeaderView extends IsWidget { method setText (line 24) | void setText(String text); method setImageResource (line 26) | void setImageResource(ImageResource imageResource); FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-commons/src/main/java/org/uberfire/ext/widgets/common/client/common/StackItemHeaderViewImpl.java class StackItemHeaderViewImpl (line 28) | public class StackItemHeaderViewImpl extends Composite implements StackI... method StackItemHeaderViewImpl (line 36) | public StackItemHeaderViewImpl() { method setText (line 40) | public void setText(String text) { method setImageResource (line 44) | public void setImageResource(ImageResource imageResource) { type HeaderHTMLBinder (line 48) | interface HeaderHTMLBinder FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-commons/src/main/java/org/uberfire/ext/widgets/common/client/common/StyleHelper.java class StyleHelper (line 25) | public final class StyleHelper { method addUniqueEnumStyleName (line 31) | public static > void remove... method addEnumStyleName (line 52) | public static void addEnumStyleName(final... method removeEnumStyleName (line 60) | public static void removeEnumStyleName(fi... FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-commons/src/main/java/org/uberfire/ext/widgets/common/client/common/Util.java class Util (line 26) | public class Util { method getHeader (line 34) | public static String getHeader(final ImageResource image, method getHeaderHTML (line 45) | public static HTML getHeaderHTML(final ImageResource image, method getHeaderSafeHtml (line 59) | public static SafeHtml getHeaderSafeHtml(final ImageResource image, method getSelfURL (line 71) | public static String getSelfURL() { method toSafeHtml (line 85) | public static SafeHtml toSafeHtml(final String html) { FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-commons/src/main/java/org/uberfire/ext/widgets/common/client/common/ValueChanged.java type ValueChanged (line 22) | @Deprecated method valueChanged (line 25) | void valueChanged(String newValue); FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-commons/src/main/java/org/uberfire/ext/widgets/common/client/common/popups/BaseModal.java class BaseModal (line 57) | public class BaseModal extends Modal { method BaseModal (line 61) | public BaseModal() { method show (line 81) | @Override method setKeyPressHandler (line 86) | private void setKeyPressHandler() { method getEnterDomHandler (line 91) | protected KeyDownHandler getEnterDomHandler() { method setShowHandler (line 105) | private void setShowHandler() { method setFocus (line 118) | protected boolean setFocus(final HasWidgets container, method handleDefaultAction (line 138) | protected boolean handleDefaultAction() { method handleDefaultAction (line 142) | protected boolean handleDefaultAction(final T... method handleModalFooter (line 156) | private boolean handleModalFooter(final ModalFooter footer) { method setBody (line 173) | public void setBody(final Widget widget) { FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-commons/src/main/java/org/uberfire/ext/widgets/common/client/common/popups/ButtonPressed.java type ButtonPressed (line 19) | public enum ButtonPressed { FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-commons/src/main/java/org/uberfire/ext/widgets/common/client/common/popups/FormStylePopup.java class FormStylePopup (line 35) | public class FormStylePopup extends BaseModal { method FormStylePopup (line 41) | public FormStylePopup(final String title) { method FormStylePopup (line 46) | public FormStylePopup(final Image icon, method clear (line 57) | public void clear() { method addAttribute (line 61) | public FormStyleItem addAttribute(final String label, method addAttribute (line 67) | public FormStyleItem addAttribute(final String label, method addAttributeWithHelp (line 77) | public FormStyleItem addAttributeWithHelp(final String attributeName, method addRow (line 90) | public int addRow(final IsWidget wid) { method setAttributeVisibility (line 94) | public void setAttributeVisibility(final int index, type FormStylePopupWidgetBinder (line 100) | interface FormStylePopupWidgetBinder FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-commons/src/main/java/org/uberfire/ext/widgets/common/client/common/popups/YesNoCancelPopup.java class YesNoCancelPopup (line 32) | public class YesNoCancelPopup extends BaseModal { method YesNoCancelPopup (line 40) | protected YesNoCancelPopup(final String title, method YesNoCancelPopup (line 78) | protected YesNoCancelPopup(final String title, method newYesNoCancelPopup (line 99) | public static YesNoCancelPopup newYesNoCancelPopup(final String title, method newYesNoCancelPopup (line 130) | public static YesNoCancelPopup newYesNoCancelPopup(final String title, method newYesNoCancelPopup (line 152) | public static YesNoCancelPopup newYesNoCancelPopup(final String title, method newYesNoCancelPopup (line 177) | public static YesNoCancelPopup newYesNoCancelPopup(final String title, method clearScrollHeight (line 205) | public void clearScrollHeight() { type YesNoCancelPopupWidgetBinder (line 209) | interface YesNoCancelPopupWidgetBinder FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-commons/src/main/java/org/uberfire/ext/widgets/common/client/common/popups/errors/ErrorPopup.java class ErrorPopup (line 36) | public class ErrorPopup extends BaseModal { method ErrorPopup (line 43) | private ErrorPopup() { method showMessage (line 55) | public static void showMessage(String message) { method showMessage (line 60) | public static void showMessage(final String msg, method setMessage (line 84) | public void setMessage(final String message) { type ErrorPopupWidgetBinder (line 88) | interface ErrorPopupWidgetBinder FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-commons/src/main/java/org/uberfire/ext/widgets/common/client/common/popups/footers/GenericModalFooter.java class GenericModalFooter (line 29) | public class GenericModalFooter extends ModalFooter { method addButton (line 31) | public void addButton(final String caption, method addButton (line 47) | public void addButton(final String caption, FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-commons/src/main/java/org/uberfire/ext/widgets/common/client/common/popups/footers/ModalFooterForceSaveReOpenCancelButtons.java class ModalFooterForceSaveReOpenCancelButtons (line 34) | public class ModalFooterForceSaveReOpenCancelButtons extends ModalFooter { method ModalFooterForceSaveReOpenCancelButtons (line 50) | public ModalFooterForceSaveReOpenCancelButtons(final Modal panel, method onForceSaveButtonClick (line 65) | @UiHandler("forceSaveButton") method onReOpenButtonClick (line 73) | @UiHandler("reopenButton") method onCancelButtonClick (line 81) | @UiHandler("cancelButton") type ModalFooterForceSaveReOpenCancelButtonsBinder (line 89) | interface ModalFooterForceSaveReOpenCancelButtonsBinder FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-commons/src/main/java/org/uberfire/ext/widgets/common/client/common/popups/footers/ModalFooterOKButton.java class ModalFooterOKButton (line 32) | public class ModalFooterOKButton extends ModalFooter { method ModalFooterOKButton (line 40) | public ModalFooterOKButton(final Command okCommand) { method enableOkButton (line 46) | public void enableOkButton(final boolean enabled) { method onOKButtonClick (line 50) | @UiHandler("okButton") type ModalFooterOKButtonBinder (line 55) | interface ModalFooterOKButtonBinder FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-commons/src/main/java/org/uberfire/ext/widgets/common/client/common/popups/footers/ModalFooterOKCancelButtons.java class ModalFooterOKCancelButtons (line 32) | public class ModalFooterOKCancelButtons extends ModalFooter { method ModalFooterOKCancelButtons (line 43) | public ModalFooterOKCancelButtons(final Command okCommand, method enableOkButton (line 52) | public void enableOkButton(final boolean enabled) { method enableCancelButton (line 56) | public void enableCancelButton(final boolean enabled) { method onOKButtonClick (line 60) | @UiHandler("okButton") method onCancelButtonClick (line 65) | @UiHandler("cancelButton") type ModalFooterOKCancelButtonsBinder (line 70) | interface ModalFooterOKCancelButtonsBinder FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-commons/src/main/java/org/uberfire/ext/widgets/common/client/common/popups/footers/ModalFooterReOpenIgnoreButtons.java class ModalFooterReOpenIgnoreButtons (line 34) | public class ModalFooterReOpenIgnoreButtons extends ModalFooter { method ModalFooterReOpenIgnoreButtons (line 46) | public ModalFooterReOpenIgnoreButtons(final Modal panel, method onActionButtonClick (line 60) | @UiHandler("actionButton") method onIgnoreButtonClick (line 68) | @UiHandler("ignoreButton") type ModalFooterReOpenIgnoreButtonsBinder (line 76) | interface ModalFooterReOpenIgnoreButtonsBinder FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-commons/src/main/java/org/uberfire/ext/widgets/common/client/common/popups/footers/ModalFooterYesNoCancelButtons.java class ModalFooterYesNoCancelButtons (line 32) | public class ModalFooterYesNoCancelButtons extends ModalFooter { method ModalFooterYesNoCancelButtons (line 53) | public ModalFooterYesNoCancelButtons(final Modal panel, method ModalFooterYesNoCancelButtons (line 116) | public ModalFooterYesNoCancelButtons(final Modal panel, method ModalFooterYesNoCancelButtons (line 138) | public ModalFooterYesNoCancelButtons(final Modal panel, method onYesButtonClick (line 157) | @UiHandler("yesButton") method onNoButtonClick (line 162) | @UiHandler("noButton") method onCancelButtonClick (line 167) | @UiHandler("cancelButton") method onButtonAction (line 172) | private void onButtonAction(Command command) { method setCloseModalAfterAction (line 182) | public void setCloseModalAfterAction(boolean closeModalAfterAction) { type ModalFooterYesNoCancelButtonsBinder (line 186) | interface ModalFooterYesNoCancelButtonsBinder FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-commons/src/main/java/org/uberfire/ext/widgets/common/client/diff2html/Diff2Html.java class Diff2Html (line 22) | public class Diff2Html extends Composite { method Diff2Html (line 32) | public Diff2Html(final String containerId, method setupContainerId (line 41) | private void setupContainerId(String containerId) { method initialize (line 45) | private native void initialize()/*-{ method draw (line 51) | public native void draw() /*-{ method highlightCode (line 91) | public native void highlightCode() /*-{ method configContainerHeight (line 97) | public native void configContainerHeight(final int maxHeight) /*-{ FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-commons/src/main/java/org/uberfire/ext/widgets/common/client/diff2html/DiffOutputFormat.java type DiffOutputFormat (line 19) | public enum DiffOutputFormat { method DiffOutputFormat (line 25) | DiffOutputFormat(final String text) { method toString (line 29) | @Override FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-commons/src/main/java/org/uberfire/ext/widgets/common/client/dropdown/EntryCreationEditor.java type EntryCreationEditor (line 22) | public interface EntryCreationEditor { method init (line 24) | void init(ParameterizedCommand> okCommand, Comma... FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-commons/src/main/java/org/uberfire/ext/widgets/common/client/dropdown/EntryCreationLiveSearchService.java type EntryCreationLiveSearchService (line 19) | public interface EntryCreationLiveSearchService extends EntryCreationEditor<... method clear (line 25) | void clear(); FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-commons/src/main/java/org/uberfire/ext/widgets/common/client/dropdown/LiveSearchCallback.java type LiveSearchCallback (line 19) | public interface LiveSearchCallback { method afterSearch (line 21) | void afterSearch(LiveSearchResults results); FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-commons/src/main/java/org/uberfire/ext/widgets/common/client/dropdown/LiveSearchDropDown.java class LiveSearchDropDown (line 33) | @Dependent method LiveSearchDropDown (line 55) | @Inject method asWidget (line 68) | @Override method isSearchEnabled (line 73) | public boolean isSearchEnabled() { method setSearchEnabled (line 77) | public void setSearchEnabled(boolean searchEnabled) { method setClearSelectionEnabled (line 82) | public void setClearSelectionEnabled(boolean clearSelectionEnabled) { method setSelectorHint (line 87) | public void setSelectorHint(String text) { method setSearchHint (line 92) | public void setSearchHint(String text) { method setNotFoundMessage (line 97) | public void setNotFoundMessage(String noItemsMessage) { method init (line 101) | public void init(LiveSearchService searchService, method addNewItem (line 132) | protected void addNewItem(LiveSearchEntry entry) { method isSearchCacheEnabled (line 151) | public boolean isSearchCacheEnabled() { method setSearchCacheEnabled (line 155) | public void setSearchCacheEnabled(boolean searchCacheEnabled) { method getMaxItems (line 159) | public int getMaxItems() { method setMaxItems (line 163) | public void setMaxItems(int maxItems) { method setWidth (line 167) | public void setWidth(int minWidth) { method clear (line 171) | public void clear() { method getLastSearch (line 178) | public String getLastSearch() { method search (line 182) | public void search(String pattern) { method setSelectedItem (line 194) | public void setSelectedItem(final TYPE key) { method doSearch (line 210) | protected void doSearch(String pattern) { method getFromSearchCache (line 222) | protected LiveSearchResults getFromSearchCache(String pattern) { method addToSearchCache (line 226) | protected void addToSearchCache(String pattern, method showResults (line 232) | public void showResults(LiveSearchResults results) { method getSelectorItemForEntry (line 241) | public LiveSearchSelectorItem getSelectorItemForEntry(LiveSearch... method onItemsShown (line 254) | void onItemsShown() { method setOnChange (line 261) | public void setOnChange(Command onChange) { method setEnabled (line 265) | public void setEnabled(boolean enabled) { method onItemSelected (line 269) | void onItemSelected() { method clearSelection (line 283) | public void clearSelection() { method showNewItem (line 291) | public void showNewItem() { type View (line 297) | public interface View extends UberView> { method setNewInstanceEnabled (line 299) | void setNewInstanceEnabled(boolean enabled); method showNewItemEditor (line 301) | void showNewItemEditor(InlineCreationEditor editor); method restoreFooter (line 303) | void restoreFooter(); method clearItems (line 305) | void clearItems(); method noItems (line 307) | void noItems(String msg); method addItem (line 309) | void addItem(LiveSearchSelectorItem item); method setSelectedValue (line 311) | void setSelectedValue(String selectedItem); method setSearchEnabled (line 313) | void setSearchEnabled(boolean enabled); method setClearSelectionEnabled (line 315) | void setClearSelectionEnabled(boolean clearSelectionEnabled); method setSearchHint (line 317) | void setSearchHint(String text); method clearSearch (line 319) | void clearSearch(); method searchInProgress (line 321) | void searchInProgress(String msg); method searchFinished (line 323) | void searchFinished(); method setDropDownText (line 325) | void setDropDownText(String text); method setWidth (line 327) | void setWidth(int minWidth); method setMaxHeight (line 329) | void setMaxHeight(int maxHeight); method setNewEntryI18nMessage (line 331) | void setNewEntryI18nMessage(String defaultNewInstanceI18nMessage); method getDefaultNewEntryI18nMessage (line 333) | String getDefaultNewEntryI18nMessage(); method getDefaultSearchHintI18nMessage (line 335) | String getDefaultSearchHintI18nMessage(); method getDefaultSelectorHintI18nMessage (line 337) | String getDefaultSelectorHintI18nMessage(); method getDefaultNotFoundI18nMessage (line 339) | String getDefaultNotFoundI18nMessage(); method getDefaultResetSelectionI18nMessage (line 342) | String getDefaultResetSelectionI18nMessage(); method getDefaultClearSelectionI18nMessage (line 345) | String getDefaultClearSelectionI18nMessage(); method setEnabled (line 347) | void setEnabled(boolean enabled); method setClearSelectionMessage (line 349) | void setClearSelectionMessage(boolean multipleSelection); method destroy (line 352) | @PreDestroy FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-commons/src/main/java/org/uberfire/ext/widgets/common/client/dropdown/LiveSearchDropDownView.java class LiveSearchDropDownView (line 41) | @Dependent method init (line 95) | @Override method initialize (line 100) | @PostConstruct method showNewItem (line 109) | private void showNewItem() { method clearSelection (line 114) | private void clearSelection() { method setMaxHeight (line 118) | @Override method setWidth (line 124) | @Override method setSearchEnabled (line 132) | @Override method setClearSelectionEnabled (line 137) | @Override method setNewInstanceEnabled (line 144) | @Override method refreshFooter (line 151) | private void refreshFooter() { method showNewItemEditor (line 155) | @Override method restoreFooter (line 161) | @Override method clearItems (line 166) | @Override method noItems (line 172) | @Override method addItem (line 179) | @Override method setSelectedValue (line 184) | @Override method setDropDownText (line 189) | @Override method clearSearch (line 194) | @Override method setSearchHint (line 199) | @Override method searchInProgress (line 205) | @Override method searchFinished (line 213) | @Override method setEnabled (line 220) | @Override method setClearSelectionMessage (line 225) | @Override method setNewEntryI18nMessage (line 231) | @Override method getDefaultNewEntryI18nMessage (line 236) | @Override method getDefaultSearchHintI18nMessage (line 241) | @Override method getDefaultSelectorHintI18nMessage (line 246) | @Override method getDefaultNotFoundI18nMessage (line 251) | @Override method getDefaultResetSelectionI18nMessage (line 256) | @Override method getDefaultClearSelectionI18nMessage (line 261) | @Override method onSearchChanged (line 266) | @EventHandler("searchInput") method onSearchClick (line 272) | @EventHandler("searchInput") method onSearchOver (line 278) | @EventHandler("searchInput") method onSearchOver (line 283) | @EventHandler("searchInput") method onDropDownClick (line 289) | @EventHandler("dropDownButton") FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-commons/src/main/java/org/uberfire/ext/widgets/common/client/dropdown/LiveSearchEntry.java class LiveSearchEntry (line 19) | public class LiveSearchEntry { method LiveSearchEntry (line 24) | public LiveSearchEntry(TYPE key, String value) { method getKey (line 29) | public TYPE getKey() { method getValue (line 33) | public String getValue() { FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-commons/src/main/java/org/uberfire/ext/widgets/common/client/dropdown/LiveSearchResults.java class LiveSearchResults (line 23) | public class LiveSearchResults extends ArrayList keysCollection) { method LiveSearchResults (line 43) | public LiveSearchResults(int maxEntries, Collection itemCollec... method add (line 48) | public boolean add(String key) { method add (line 52) | public boolean add(String key, String value) { method add (line 60) | @Override method addKeys (line 68) | public void addKeys(Collection itemCollection) { method sortByKey (line 72) | public LiveSearchResults sortByKey() { method sortByValue (line 77) | public LiveSearchResults sortByValue() { FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-commons/src/main/java/org/uberfire/ext/widgets/common/client/dropdown/LiveSearchSelectionHandler.java type LiveSearchSelectionHandler (line 25) | public interface LiveSearchSelectionHandler { method getDropDownMenuHeader (line 31) | String getDropDownMenuHeader(); method registerItem (line 37) | void registerItem(LiveSearchSelectorItem item); method selectItem (line 43) | void selectItem(LiveSearchSelectorItem item); method selectKey (line 49) | void selectKey(TYPE key); method clearSelection (line 54) | void clearSelection(); method setLiveSearchSelectionCallback (line 60) | void setLiveSearchSelectionCallback(Command command); method isMultipleSelection (line 66) | boolean isMultipleSelection(); FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-commons/src/main/java/org/uberfire/ext/widgets/common/client/dropdown/LiveSearchSelectorItem.java type LiveSearchSelectorItem (line 22) | public interface LiveSearchSelectorItem extends IsElement{ method init (line 24) | void init(TYPE key, String value); method getKey (line 26) | TYPE getKey(); method getValue (line 28) | String getValue(); method reset (line 30) | void reset(); method setMultipleSelection (line 32) | void setMultipleSelection(boolean enable); method onItemClick (line 34) | void onItemClick(); method select (line 36) | void select(); method setSelectionCallback (line 38) | void setSelectionCallback(Command selectionCallback); FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-commons/src/main/java/org/uberfire/ext/widgets/common/client/dropdown/LiveSearchSelectorItemView.java type LiveSearchSelectorItemView (line 21) | public interface LiveSearchSelectorItemView { method search (line 21) | void search(String pattern, method searchEntry (line 25) | void searchEntry(TYPE key, LiveSearchCallback callback); FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-commons/src/main/java/org/uberfire/ext/widgets/common/client/dropdown/ModalCreationEditor.java type ModalCreationEditor (line 22) | public interface ModalCreationEditor extends EntryCreationEditor implements LiveSea... method MultipleLiveSearchSelectionHandler (line 36) | public MultipleLiveSearchSelectionHandler() { method MultipleLiveSearchSelectionHandler (line 39) | public MultipleLiveSearchSelectionHandler(int maxDropDownTextItems) { method getDropDownMenuHeader (line 43) | @Override method registerItem (line 70) | @Override method selectItem (line 92) | @Override method selectKey (line 113) | @Override method clearSelection (line 121) | @Override method getSelectedValues (line 133) | public List getSelectedValues() { method setMaxDropDownTextItems (line 139) | public void setMaxDropDownTextItems(int maxDropDownTextItems) { method setLiveSearchSelectionCallback (line 143) | @Override method isMultipleSelection (line 148) | @Override FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-commons/src/main/java/org/uberfire/ext/widgets/common/client/dropdown/PerspectiveDropDown.java class PerspectiveDropDown (line 33) | @Dependent method search (line 41) | @Override method searchEntry (line 57) | @Override method PerspectiveDropDown (line 73) | @Inject method init (line 81) | @PostConstruct method asWidget (line 90) | @Override method setPerspectiveNameProvider (line 95) | public void setPerspectiveNameProvider(PerspectiveNameProvider perspec... method setPerspectiveIdsExcluded (line 99) | public void setPerspectiveIdsExcluded(Set perspectiveIdsExclud... method getDefaultPerspective (line 103) | public PerspectiveActivity getDefaultPerspective() { method getSelectedPerspective (line 113) | public PerspectiveActivity getSelectedPerspective() { method setSelectedPerspective (line 123) | public void setSelectedPerspective(String perspectiveId) { method setSelectedPerspective (line 127) | public void setSelectedPerspective(PerspectiveActivity selectedPerspec... method setMaxItems (line 131) | public void setMaxItems(int maxItems) { method setWidth (line 135) | public void setWidth(int minWidth) { method setOnChange (line 139) | public void setOnChange(Command onChange) { method clear (line 143) | public void clear() { method getItemName (line 147) | public String getItemName(PerspectiveActivity p) { method getItemName (line 151) | public String getItemName(String perspectiveId) { FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-commons/src/main/java/org/uberfire/ext/widgets/common/client/dropdown/PerspectiveNameProvider.java type PerspectiveNameProvider (line 22) | public interface PerspectiveNameProvider { method getPerspectiveName (line 29) | String getPerspectiveName(String perspectiveId); FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-commons/src/main/java/org/uberfire/ext/widgets/common/client/dropdown/SingleLiveSearchSelectionHandler.java class SingleLiveSearchSelectionHandler (line 24) | public class SingleLiveSearchSelectionHandler implements LiveSearc... method SingleLiveSearchSelectionHandler (line 32) | public SingleLiveSearchSelectionHandler() { method getDropDownMenuHeader (line 35) | @Override method registerItem (line 43) | @Override method selectItem (line 56) | @Override method selectKey (line 74) | @Override method getSelectedKey (line 86) | public TYPE getSelectedKey() { method getSelectedValue (line 94) | public String getSelectedValue() { method setLiveSearchSelectionCallback (line 102) | @Override method clearSelection (line 107) | @Override method isMultipleSelection (line 119) | @Override FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-commons/src/main/java/org/uberfire/ext/widgets/common/client/dropdown/footer/LiveSearchFooter.java class LiveSearchFooter (line 27) | @Dependent method LiveSearchFooter (line 36) | @Inject method init (line 42) | public void init(Command onNewEntry, Command onReset) { method showEditor (line 47) | public void showEditor(InlineCreationEditor editor) { method showReset (line 51) | public void showReset(boolean show) { method showAddNewEntry (line 55) | public void showAddNewEntry(boolean show) { method onNewEntryPressed (line 59) | @Override method onResetPressed (line 64) | @Override method getElement (line 69) | @Override method restore (line 74) | public void restore() { method setResetLabel (line 78) | public void setResetLabel(String resetLabel) { method setNewEntryLabel (line 82) | public void setNewEntryLabel(String newEntryLabel) { FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-commons/src/main/java/org/uberfire/ext/widgets/common/client/dropdown/footer/LiveSearchFooterView.java type LiveSearchFooterView (line 22) | public interface LiveSearchFooterView extends UberElement extends LiveSe... method setSelectionIconVisible (line 23) | void setSelectionIconVisible(boolean visible); method setMultiSelect (line 25) | void setMultiSelect(boolean multiSelect); FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-commons/src/main/java/org/uberfire/ext/widgets/common/client/dropdown/items/LiveSearchSelectorDropDownItemViewImpl.java class LiveSearchSelectorDropDownItemViewImpl (line 34) | @Templated method render (line 63) | @Override method init (line 68) | @Override method select (line 74) | @Override method reset (line 83) | @Override method setSelectionIconVisible (line 90) | @Override method setMultiSelect (line 99) | @Override method onItemSelected (line 104) | private void onItemSelected(DomEvent event) { method onItemClick (line 112) | @EventHandler("itemAnchor") method onEnterKeyDown (line 117) | @EventHandler("itemAnchor") FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-commons/src/main/java/org/uberfire/ext/widgets/common/client/dropdown/noItems/NoItemsComponent.java class NoItemsComponent (line 26) | @Dependent method NoItemsComponent (line 31) | @Inject method setMessage (line 36) | public void setMessage(String message) { method show (line 44) | public void show() { method hide (line 48) | public void hide() { method getElement (line 52) | @Override FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-commons/src/main/java/org/uberfire/ext/widgets/common/client/dropdown/noItems/NoItemsComponentView.java type NoItemsComponentView (line 21) | public interface NoItemsComponentView extends IsElement { method setMessage (line 23) | void setMessage(String message); method hide (line 25) | void hide(); method show (line 27) | void show(); FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-commons/src/main/java/org/uberfire/ext/widgets/common/client/dropdown/noItems/NoItemsComponentViewImpl.java class NoItemsComponentViewImpl (line 27) | @Templated method setMessage (line 38) | @Override method hide (line 43) | @Override method show (line 48) | @Override FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-commons/src/main/java/org/uberfire/ext/widgets/common/client/forms/GetFormParamsEvent.java class GetFormParamsEvent (line 22) | public class GetFormParamsEvent { method GetFormParamsEvent (line 27) | public GetFormParamsEvent() { method GetFormParamsEvent (line 30) | public GetFormParamsEvent(String action, method getParams (line 36) | public Map getParams() { method getAction (line 40) | public String getAction() { FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-commons/src/main/java/org/uberfire/ext/widgets/common/client/forms/RequestFormParamsEvent.java class RequestFormParamsEvent (line 20) | public class RequestFormParamsEvent { method RequestFormParamsEvent (line 24) | public RequestFormParamsEvent() { method RequestFormParamsEvent (line 27) | public RequestFormParamsEvent(String action) { method getAction (line 31) | public String getAction() { FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-commons/src/main/java/org/uberfire/ext/widgets/common/client/forms/SetFormParamsEvent.java class SetFormParamsEvent (line 22) | public class SetFormParamsEvent { method SetFormParamsEvent (line 27) | public SetFormParamsEvent() { method SetFormParamsEvent (line 30) | public SetFormParamsEvent(Map params, method getParams (line 36) | public Map getParams() { method isReadOnly (line 40) | public boolean isReadOnly() { FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-commons/src/main/java/org/uberfire/ext/widgets/common/client/menu/MenuItemDividerView.java class MenuItemDividerView (line 20) | @Templated FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-commons/src/main/java/org/uberfire/ext/widgets/common/client/menu/MenuItemFactory.java class MenuItemFactory (line 40) | @ApplicationScoped method MenuItemFactory (line 45) | @Inject method makeMenuItemWithIcon (line 61) | @SuppressWarnings("unchecked") method makeMenuItemHeader (line 131) | @SuppressWarnings("unchecked") method makeMenuItemDivider (line 174) | @SuppressWarnings("unchecked") class MenuItemViewHolder (line 212) | public static class MenuItemViewHolder { method MenuItemViewHolder (line 217) | public MenuItemViewHolder(final MenuItem item, method getMenuItem (line 223) | public MenuItem getMenuItem() { method getMenuItemView (line 227) | public T getMenuItemView() { FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-commons/src/main/java/org/uberfire/ext/widgets/common/client/menu/MenuItemHeaderView.java class MenuItemHeaderView (line 24) | @Templated method setCaption (line 32) | public void setCaption(final String caption) { FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-commons/src/main/java/org/uberfire/ext/widgets/common/client/menu/MenuItemView.java type MenuItemView (line 24) | public interface MenuItemView extends IsElement { FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-commons/src/main/java/org/uberfire/ext/widgets/common/client/menu/MenuItemWithIconView.java class MenuItemWithIconView (line 31) | @Templated method setCaption (line 49) | public void setCaption(final String caption) { method setClickHandler (line 53) | public void setClickHandler(final ClickHandler clickHandler) { method setEnabled (line 57) | public void setEnabled(final boolean enabled) { method setIconType (line 67) | public void setIconType(final IconType type) { method onClickListItem (line 78) | @EventHandler("listItem") FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-commons/src/main/java/org/uberfire/ext/widgets/common/client/menu/RefreshMenuBuilder.java class RefreshMenuBuilder (line 31) | public class RefreshMenuBuilder implements MenuFactory.CustomMenuBuilder { method RefreshMenuBuilder (line 36) | public RefreshMenuBuilder(final SupportsRefresh supportsRefresh) { method push (line 41) | @Override method build (line 45) | @Override method setupMenuButton (line 65) | public void setupMenuButton() { type SupportsRefresh (line 77) | public interface SupportsRefresh { method onRefresh (line 79) | void onRefresh(); FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-commons/src/main/java/org/uberfire/ext/widgets/common/client/menu/RefreshSelectorMenuBuilder.java class RefreshSelectorMenuBuilder (line 37) | public class RefreshSelectorMenuBuilder implements MenuFactory.CustomMen... method RefreshSelectorMenuBuilder (line 44) | public RefreshSelectorMenuBuilder(final SupportsRefreshInterval suppor... method push (line 51) | @Override method build (line 55) | @Override method setupMenuButtonGroup (line 75) | protected void setupMenuButtonGroup() { method setupMenuButton (line 80) | protected void setupMenuButton() { method setupMenuDropDown (line 87) | protected void setupMenuDropDown() { method createTimeSelector (line 91) | protected AnchorListItem createTimeSelector(int time, method loadOptions (line 118) | public void loadOptions(int configuredSeconds) { type SupportsRefreshInterval (line 192) | public interface SupportsRefreshInterval { method onUpdateRefreshInterval (line 194) | void onUpdateRefreshInterval(boolean enableAutoRefresh, FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-commons/src/main/java/org/uberfire/ext/widgets/common/client/resources/CommonAltedImages.java class CommonAltedImages (line 25) | public class CommonAltedImages { method close (line 29) | public Image close() { FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-commons/src/main/java/org/uberfire/ext/widgets/common/client/resources/CommonCss.java type CommonCss (line 20) | public interface CommonCss method whiteTopLeftCornerClass (line 24) | @ClassName("whiteTopLeftCornerClass") method whiteTopRightCornerClass (line 27) | @ClassName("whiteTopRightCornerClass") method whiteBottomLeftCornerClass (line 30) | @ClassName("whiteBottomLeftCornerClass") method whiteBottomRightCornerClass (line 33) | @ClassName("whiteBottomRightCornerClass") method whiteBottomClass (line 36) | @ClassName("whiteBottomClass") method whiteTopClass (line 39) | @ClassName("whiteTopClass") method whiteSideLeftClass (line 42) | @ClassName("whiteSideLeftClass") method whiteSideRightClass (line 45) | @ClassName("whiteSideRightClass") method whiteCenterClass (line 48) | @ClassName("whiteCenterClass") method greyTopLeftCornerClass (line 51) | @ClassName("greyTopLeftCornerClass") method greyTopRightCornerClass (line 54) | @ClassName("greyTopRightCornerClass") method greyBottomLeftCornerClass (line 57) | @ClassName("greyBottomLeftCornerClass") method greyBottomRightCornerClass (line 60) | @ClassName("greyBottomRightCornerClass") method greyBottomClass (line 63) | @ClassName("greyBottomClass") method greyTopClass (line 66) | @ClassName("greyTopClass") method greySideLeftClass (line 69) | @ClassName("greySideLeftClass") method greySideRightClass (line 72) | @ClassName("greySideRightClass") method greyCenterClass (line 75) | @ClassName("greyCenterClass") method cleanTextArea (line 78) | @ClassName("clean-textarea") method busyPopup (line 81) | @ClassName("busy-popup") method titleTextCellContainer (line 84) | @ClassName("titleTextCellContainer") method titleTextCellDescription (line 87) | @ClassName("titleTextCellDescription") method dataGrid (line 90) | @ClassName("dataGrid") method dataGridHeader (line 93) | @ClassName("dataGridHeader") method dataGridContent (line 96) | @ClassName("dataGridContent") method dataGridRow (line 99) | @ClassName("dataGridRow") method columnPickerPopup (line 102) | @ClassName("columnPickerPopup") method columnPickerButton (line 105) | @ClassName("columnPickerButton") method popoverTextBreakWord (line 108) | @ClassName("popoverTextBreakWord") FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-commons/src/main/java/org/uberfire/ext/widgets/common/client/resources/CommonImages.java type CommonImages (line 25) | public interface CommonImages method newItem (line 31) | @Source("images/new_item.gif") method newItemDisabled (line 34) | @Source("images/new_item_disabled.gif") method collapse (line 37) | @Source("images/collapse.gif") method collapseAll (line 40) | @Source("images/collapseall.gif") method expand (line 43) | @Source("images/expand.gif") method expandAll (line 46) | @Source("images/expandall.gif") method close (line 49) | @Source("images/close.gif") method whiteTopLeftCorner (line 52) | @Source("images/corners/whiteTopLeft.gif") method whiteTopRightCorner (line 55) | @Source("images/corners/whiteTopRight.gif") method whiteBottomLeftCorner (line 58) | @Source("images/corners/whiteBottomLeft.gif") method whiteBottomRightCorner (line 61) | @Source("images/corners/whiteBottomRight.gif") method greyTopLeftCorner (line 64) | @Source("images/corners/greyTopLeftCorner.gif") method greyTopRightCorner (line 67) | @Source("images/corners/greyTopRightCorner.gif") method greyBottomLeftCorner (line 70) | @Source("images/corners/greyBottomLeftCorner.gif") method greyBottomRightCorner (line 73) | @Source("images/corners/greyBottomRightCorner.gif") method greyBottom (line 76) | @ImageOptions(repeatStyle = RepeatStyle.Horizontal) method greyTop (line 80) | @ImageOptions(flipRtl = true, repeatStyle = RepeatStyle.Horizontal) method greySideLeft (line 84) | @ImageOptions(repeatStyle = RepeatStyle.Vertical) method greySideRight (line 88) | @ImageOptions(repeatStyle = RepeatStyle.Vertical) method warningLarge (line 93) | @Source("images/warning-large.png") method information (line 96) | @Source("images/information.gif") method validationError (line 99) | @Source("images/validation_error.gif") method spinner (line 102) | @Source("images/spinner.gif") method downArrow (line 106) | @Source("images/downArrow.png") method smallDownArrow (line 110) | @Source("images/smallDownArrow.png") method upArrow (line 114) | @Source("images/upArrow.png") method smallUpArrow (line 118) | @Source("images/smallUpArrow.png") method columnPicker (line 122) | @Source("images/columnPicker.png") FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-commons/src/main/java/org/uberfire/ext/widgets/common/client/resources/CommonResources.java type CommonResources (line 21) | public interface CommonResources method CSS (line 27) | @Source("css/common.css") method images (line 30) | CommonImages images(); FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-commons/src/main/java/org/uberfire/ext/widgets/common/client/resources/HtmlEditorResources.java type HtmlEditorResources (line 23) | public interface HtmlEditorResources extends ClientBundle { method wysihtml (line 27) | @Source({"js/wysihtml/wysihtml.min.js"}) method wysihtmlAllCommands (line 30) | @Source({"js/wysihtml/wysihtml.all-commands.min.js"}) method wysihtmlTableEditing (line 33) | @Source({"js/wysihtml/wysihtml.table_editing.min.js"}) method wysihtmlToolbar (line 36) | @Source({"js/wysihtml/wysihtml.toolbar.min.js"}) method parserRules (line 39) | @Source({"js/wysihtml/parser_rules/advanced_and_extended.js"}) FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-commons/src/main/java/org/uberfire/ext/widgets/common/client/resources/i18n/CommonConstants.java type CommonConstants (line 25) | public interface CommonConstants method OK (line 30) | String OK(); method YES (line 32) | String YES(); method NO (line 34) | String NO(); method Information (line 36) | String Information(); method Close (line 38) | String Close(); method Error (line 40) | String Error(); method Warning (line 42) | String Warning(); method ShowDetail (line 44) | String ShowDetail(); method AbstractTableOpen (line 46) | String AbstractTableOpen(); method AbstractTablePleaseSelectAnItemToDelete (line 48) | String AbstractTablePleaseSelectAnItemToDelete(); method AbstractTableRefreshList (line 50) | String AbstractTableRefreshList(); method AbstractTableOpenSelected (line 52) | String AbstractTableOpenSelected(); method AbstractTableFileURI (line 54) | String AbstractTableFileURI(); method ReOpen (line 56) | String ReOpen(); method Ignore (line 58) | String Ignore(); method ForceSave (line 60) | String ForceSave(); method Cancel (line 62) | String Cancel(); method ConcurrentIssue (line 64) | String ConcurrentIssue(); method ConcurrentUpdate (line 66) | String ConcurrentUpdate(String identity, method ConcurrentRename (line 69) | String ConcurrentRename(String identity, method ConcurrentDelete (line 73) | String ConcurrentDelete(String identity, method ChooseFile (line 76) | String ChooseFile(); method Upload (line 78) | String Upload(); method More (line 80) | String More(); method Active (line 82) | String Active(); method ExceptionInvalidPath (line 84) | String ExceptionInvalidPath(); method ExceptionFileAlreadyExists0 (line 86) | String ExceptionFileAlreadyExists0(final String uri); method ExceptionNoSuchFile0 (line 88) | String ExceptionNoSuchFile0(final String uri); method ExceptionSecurity0 (line 90) | String ExceptionSecurity0(final String uri); method ExceptionGeneric0 (line 92) | String ExceptionGeneric0(final String message); method ItemDeletedSuccessfully (line 94) | String ItemDeletedSuccessfully(); method DeletePopupTitle (line 96) | String DeletePopupTitle(); method DeletePopupDelete (line 98) | String DeletePopupDelete(); method Version (line 100) | String Version(); method Items (line 102) | String Items(); method ColorPickerTitle (line 104) | String ColorPickerTitle(); method Add_New_Filter (line 106) | String Add_New_Filter(); method Filter_parameters (line 108) | String Filter_parameters(); method Filter_Management (line 110) | String Filter_Management(); method Filter_Name (line 112) | String Filter_Name(); method Filter_Must_Have_A_Name (line 114) | String Filter_Must_Have_A_Name(); method RemoveFilter (line 116) | String RemoveFilter(); method CustomFilters (line 118) | String CustomFilters(); method NoCustomFilterAvailable (line 120) | String NoCustomFilterAvailable(); method Refresh (line 122) | String Refresh(); method ColumnPickerButtonTooltip (line 124) | String ColumnPickerButtonTooltip(); method PageSizeSelectorTooltip (line 126) | String PageSizeSelectorTooltip(); method Reset (line 128) | String Reset(); method Actions (line 130) | String Actions(); method Basic_Properties (line 132) | String Basic_Properties(); method ClickToDisplay0 (line 134) | String ClickToDisplay0(final String resourceGroup); method RemoveTabTitle (line 136) | String RemoveTabTitle(); method RemoveTabConfirm (line 138) | String RemoveTabConfirm(String tabName); method AutoRefresh (line 140) | String AutoRefresh(); method Disable_autorefresh (line 142) | String Disable_autorefresh(); method Autorefresh_Disabled (line 144) | String Autorefresh_Disabled(); method Minutes (line 146) | String Minutes(); method Minute (line 148) | String Minute(); method liveSearchHint (line 150) | String liveSearchHint(); method liveSearchSelectorHint (line 152) | String liveSearchSelectorHint(); method liveSearchNotFoundMessage (line 154) | String liveSearchNotFoundMessage(); method liveSearchElementsSelected (line 156) | String liveSearchElementsSelected(int elements); method liveSearchNewEntry (line 158) | String liveSearchNewEntry(); method liveSearchClearSelectionMessage (line 160) | String liveSearchClearSelectionMessage(); method liveSearchResetSelectionMessage (line 162) | String liveSearchResetSelectionMessage(); method PerspectiveSelectHint (line 164) | String PerspectiveSelectHint(); method PerspectiveSearchHint (line 166) | String PerspectiveSearchHint(); method PerspectiveNotFound (line 168) | String PerspectiveNotFound(); method by (line 170) | String by(); method on (line 172) | String on(); FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-commons/src/main/java/org/uberfire/ext/widgets/common/client/select/NullSelectOption.java class NullSelectOption (line 20) | public class NullSelectOption implements SelectOption { method getSelector (line 22) | @Override method getName (line 27) | @Override FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-commons/src/main/java/org/uberfire/ext/widgets/common/client/select/SelectComponent.java class SelectComponent (line 30) | public class SelectComponent { method SelectComponent (line 38) | @Inject method init (line 45) | @PostConstruct method setup (line 50) | public void setup(List options, method getFirstSelectOption (line 57) | private SelectOption getFirstSelectOption(List options) { method setSelectOptions (line 61) | protected void setSelectOptions(List options) { method createSelectedOptionComponent (line 68) | protected SelectOptionComponent createSelectedOptionComponent(SelectOp... method deactivateAll (line 80) | protected void deactivateAll() { method setSelected (line 84) | public void setSelected(SelectOption selected) { method update (line 89) | private void update() { method getSelected (line 93) | public SelectOption getSelected() { method getView (line 97) | public View getView() { type View (line 101) | public interface View extends UberElemental { method addOption (line 103) | void addOption(SelectOptionComponent selectOptionComponent); method setSelected (line 105) | void setSelected(String label); method addOptions (line 107) | void addOptions(List components); method clear (line 109) | void clear(); FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-commons/src/main/java/org/uberfire/ext/widgets/common/client/select/SelectOption.java type SelectOption (line 20) | public interface SelectOption { method getSelector (line 22) | String getSelector(); method getName (line 24) | String getName(); FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-commons/src/main/java/org/uberfire/ext/widgets/common/client/select/SelectOptionComponent.java class SelectOptionComponent (line 25) | public class SelectOptionComponent { method SelectOptionComponent (line 31) | @Inject method initialize (line 36) | public void initialize(SelectOption selectOption, method select (line 44) | public void select() { method activate (line 48) | public void activate() { method deactivate (line 52) | public void deactivate() { method getView (line 56) | public View getView() { type View (line 60) | public interface View extends UberElemental { method setName (line 62) | void setName(String name); method setActive (line 64) | void setActive(boolean isActive); FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-commons/src/main/java/org/uberfire/ext/widgets/common/client/select/SelectOptionImpl.java class SelectOptionImpl (line 22) | public class SelectOptionImpl implements SelectOption { method SelectOptionImpl (line 27) | public SelectOptionImpl(String selector, method getSelector (line 35) | public String getSelector() { method getName (line 39) | public String getName() { FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-commons/src/main/java/org/uberfire/ext/widgets/common/client/select/SelectOptionView.java class SelectOptionView (line 30) | @Templated method init (line 44) | @Override method setName (line 49) | @Override method setActive (line 54) | @Override method onClick (line 62) | @EventHandler("option") FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-commons/src/main/java/org/uberfire/ext/widgets/common/client/select/SelectView.java class SelectView (line 30) | @Templated method init (line 45) | @Override method addOption (line 50) | @Override method setSelected (line 55) | @Override method addOptions (line 60) | @Override method clear (line 65) | @Override FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-commons/src/main/java/org/uberfire/ext/widgets/common/client/tables/ColumnPicker.java class ColumnPicker (line 37) | public class ColumnPicker extends UberfireColumnPicker { method ColumnPicker (line 45) | public ColumnPicker(DataGrid dataGrid, method ColumnPicker (line 51) | public ColumnPicker(DataGrid dataGrid) { method sortAndAddColumns (line 55) | protected void sortAndAddColumns(List> columnMetas) { method updateColumnsMeta (line 60) | private void updateColumnsMeta(List> columnMetas) { method checkColumnMeta (line 66) | protected void checkColumnMeta(ColumnMeta columnMeta) { method setGridPreferencesStore (line 105) | public void setGridPreferencesStore(GridPreferencesStore gridPreferenc... method addResetButtom (line 109) | protected void addResetButtom(final int left, method addThisColumnToPopup (line 123) | protected boolean addThisColumnToPopup(ColumnMeta columnMeta) { method loadGlobalGridPreferences (line 128) | protected void loadGlobalGridPreferences() { method getColumnsState (line 138) | public List getColumnsState() { method adjustColumnWidths (line 150) | public void adjustColumnWidths() { method getDataGridMinWidth (line 223) | public int getDataGridMinWidth() { method setDefaultColumnWidthSize (line 227) | public void setDefaultColumnWidthSize(int defaultColumnSize) { FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-commons/src/main/java/org/uberfire/ext/widgets/common/client/tables/ComparableImageResource.java class ComparableImageResource (line 20) | public class ComparableImageResource implements Comparable implements Comparable { method DataGridFilter (line 25) | public DataGridFilter(String key, method DataGridFilter (line 31) | public DataGridFilter(String key, method getKey (line 38) | public String getKey() { method setKey (line 42) | public void setKey(String key) { method getFilterCommand (line 46) | public Command getFilterCommand() { method setFilterCommand (line 50) | public void setFilterCommand(Command filterCommand) { method compareTo (line 54) | @Override FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-commons/src/main/java/org/uberfire/ext/widgets/common/client/tables/FilterPagedTable.java class FilterPagedTable (line 50) | public class FilterPagedTable method FilterPagedTable (line 64) | public FilterPagedTable() { method FilterPagedTable (line 68) | public FilterPagedTable(MultiGridPreferencesStore gridsPreferences) { method removeTab (line 72) | public void removeTab(String gridKey) { method getValidKeyForAdditionalListGrid (line 88) | public String getValidKeyForAdditionalListGrid(String baseName) { method createNewTab (line 95) | public void createNewTab(PagedTable pagedTable, method addTab (line 114) | public void addTab(final PagedTable grid, method addTab (line 120) | public void addTab(final PagedTable grid, method getYesNoCancelPopup (line 165) | protected YesNoCancelPopup getYesNoCancelPopup(final String gridHeader, method addAddTableButton (line 183) | public void addAddTableButton(Button addTableButton) { method makeWidget (line 190) | public Widget makeWidget() { method getMultiGridPreferencesStore (line 194) | public MultiGridPreferencesStore getMultiGridPreferencesStore() { method setMultiGridPreferencesStore (line 198) | public void setMultiGridPreferencesStore(MultiGridPreferencesStore mul... method setPreferencesService (line 202) | public void setPreferencesService(Caller prefe... method getGridIndex (line 206) | private int getGridIndex(String key) { method setSelectedTab (line 219) | public void setSelectedTab() { method saveTabSettings (line 228) | public void saveTabSettings(String key, method saveNewTabSettings (line 235) | public void saveNewTabSettings(String key, method saveNewRefreshInterval (line 242) | public void saveNewRefreshInterval(int newValue) { method getRefreshInterval (line 247) | public int getRefreshInterval() { method setRefreshGridCommand (line 251) | public void setRefreshGridCommand(Command refreshGridCommand) { method selectTab (line 255) | private void selectTab(int index) { method removeTab (line 262) | public void removeTab(int index) { method addContentTab (line 274) | private void addContentTab(final String title, type Binder (line 304) | interface Binder FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-commons/src/main/java/org/uberfire/ext/widgets/common/client/tables/PagedTable.java class PagedTable (line 41) | public class PagedTable method PagedTable (line 65) | public PagedTable() { method PagedTable (line 69) | public PagedTable(final int pageSize) { method PagedTable (line 74) | public PagedTable(final int pageSize, method PagedTable (line 81) | public PagedTable(final int pageSize, method PagedTable (line 90) | public PagedTable(final int pageSize, method PagedTable (line 103) | public PagedTable(final int pageSize, method getTableHeight (line 130) | protected static native int getTableHeight(final JavaScriptObject grid, method makeWidget (line 138) | @Override method getDataProvider (line 143) | public AbstractDataProvider getDataProvider() { method setDataProvider (line 147) | public void setDataProvider(final AbstractDataProvider dataProvider) { method getPageSize (line 152) | public int getPageSize() { method getPageStart (line 156) | public int getPageStart() { method loadPageSizePreferences (line 160) | public final void loadPageSizePreferences() { method setTableHeight (line 169) | protected void setTableHeight() { method isDataGridMinWidthEnabled (line 183) | public boolean isDataGridMinWidthEnabled() { method enableDataGridMinWidth (line 187) | public void enableDataGridMinWidth(boolean enabled) { method setDefaultColumWidthSize (line 191) | public void setDefaultColumWidthSize(int defaultColumWidthSize) { method setShowLastPagerButton (line 195) | public void setShowLastPagerButton(boolean showLastPagerButton) { method setShowFastFordwardPagerButton (line 199) | public void setShowFastFordwardPagerButton(boolean showFastFordwardPag... method storePageSizeInGridPreferences (line 203) | private void storePageSizeInGridPreferences(int pageSize) { method getPageSizeStored (line 214) | private int getPageSizeStored() { method setPageSizesSelectorDropup (line 222) | public void setPageSizesSelectorDropup(boolean forceDropup, method resetPageSize (line 228) | private void resetPageSize() { method getTopToolbar (line 238) | public HasWidgets getTopToolbar() { method setColumnPicker (line 242) | protected void setColumnPicker(ColumnPicker columnPicker) { type Binder (line 246) | interface Binder FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-commons/src/main/java/org/uberfire/ext/widgets/common/client/tables/PopoverTextCell.java class PopoverTextCell (line 40) | public class PopoverTextCell extends AbstractSafeHtmlCell { method PopoverTextCell (line 46) | public PopoverTextCell(final Placement placement) { method PopoverTextCell (line 53) | public PopoverTextCell() { method render (line 57) | @Override method onBrowserEvent (line 85) | @Override method hideAllPopover (line 115) | private native void hideAllPopover() /*-{ method hidePopover (line 119) | private native void hidePopover(String id) /*-{ method showPopover (line 123) | private native void showPopover(String id) /*-{ method initPopover (line 127) | private native void initPopover(String id, String placement, String cs... type Placement (line 144) | public enum Placement { FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-commons/src/main/java/org/uberfire/ext/widgets/common/client/tables/ResizableHeader.java class ResizableHeader (line 38) | public class ResizableHeader extends Header { method ResizableHeader (line 45) | public ResizableHeader(String title, method getValue (line 54) | @Override method onBrowserEvent (line 59) | @Override method setCursor (line 73) | private void setCursor(Element element, class HeaderCell (line 78) | static class HeaderCell extends AbstractCell { method HeaderCell (line 80) | public HeaderCell() { method render (line 87) | @Override class ColumnResizeHelper (line 95) | class ColumnResizeHelper implements NativePreviewHandler { method ColumnResizeHelper (line 104) | public ColumnResizeHelper(AbstractCellTable table, method onPreviewNativeEvent (line 113) | @SuppressWarnings("unchecked") method removeHandler (line 176) | private void removeHandler() { method startMeasuring (line 182) | private void startMeasuring() { method measureText (line 193) | private double measureText(String text) { method finishMeasuring (line 198) | private void finishMeasuring() { FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-commons/src/main/java/org/uberfire/ext/widgets/common/client/tables/SelectionColumn.java class SelectionColumn (line 25) | public class SelectionColumn extends Column { method SelectionColumn (line 29) | public SelectionColumn(DataGrid dataGrid) { method createAndAddSelectionColumn (line 36) | public static SelectionColumn createAndAddSelectionColumn(DataG... method addUpdater (line 43) | private void addUpdater() { method getValue (line 54) | public Boolean getValue(T object) { FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-commons/src/main/java/org/uberfire/ext/widgets/common/client/tables/SimpleTable.java class SimpleTable (line 41) | public class SimpleTable method SimpleTable (line 51) | public SimpleTable() { method SimpleTable (line 55) | public SimpleTable(final ProvidesKey providesKey) { method SimpleTable (line 59) | public SimpleTable(final ProvidesKey providesKey, method setPersistPreferencesOnChange (line 68) | public void setPersistPreferencesOnChange(boolean persistPreferencesOn... method isPersistingPreferencesOnChange (line 72) | public boolean isPersistingPreferencesOnChange() { method setupColumnPicker (line 76) | protected void setupColumnPicker() { method afterColumnChangedHandler (line 93) | protected void afterColumnChangedHandler() { method makeWidget (line 106) | protected Widget makeWidget() { method setPreferencesService (line 110) | public void setPreferencesService(final Caller... method getGridPreferencesStore (line 114) | public GridPreferencesStore getGridPreferencesStore() { method setGridPreferencesStore (line 118) | public void setGridPreferencesStore(final GridPreferencesStore gridPre... method saveGridPreferences (line 125) | public void saveGridPreferences() { method saveGridToUserPreferences (line 132) | public void saveGridToUserPreferences(){ method storeColumnToPreferences (line 140) | public void storeColumnToPreferences() { method getColumnPicker (line 149) | protected ColumnPicker getColumnPicker() { type Binder (line 153) | interface Binder FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-commons/src/main/java/org/uberfire/ext/widgets/common/client/tables/SortDirection.java type SortDirection (line 19) | public enum SortDirection { FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-commons/src/main/java/org/uberfire/ext/widgets/common/client/tables/SortableHeader.java class SortableHeader (line 32) | public class SortableHeader extends Header getColumn() { method getSortDirection (line 81) | public SortDirection getSortDirection() { method setSortDirection (line 85) | public void setSortDirection(SortDirection sortDirection) { method getSortIndex (line 89) | public int getSortIndex() { method setSortIndex (line 93) | public void setSortIndex(int sortIndex) { method render (line 97) | @Override FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-commons/src/main/java/org/uberfire/ext/widgets/common/client/tables/SortableHeaderGroup.java class SortableHeaderGroup (line 27) | public class SortableHeaderGroup { method SortableHeaderGroup (line 33) | public SortableHeaderGroup(DataGrid dataGrid) { method headerClicked (line 37) | public void headerClicked(SortableHeader header) { method updateSortOrder (line 43) | private void updateSortOrder(SortableHeader header) { method updateData (line 69) | private void updateData() { FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-commons/src/main/java/org/uberfire/ext/widgets/common/client/tables/TitledTextCell.java class TitledTextCell (line 31) | public class TitledTextCell extends AbstractSafeHtmlCell renderer) { method render (line 52) | @Override class TitledText (line 64) | public static class TitledText method TitledText (line 71) | public TitledText(String title, method getTitle (line 77) | public String getTitle() { method getDescription (line 81) | public String getDescription() { method compareTo (line 85) | public int compareTo(TitledText o) { class TitledTextSafeHtmlRenderer (line 93) | public static class TitledTextSafeHtmlRenderer method TitledTextSafeHtmlRenderer (line 100) | private TitledTextSafeHtmlRenderer() { method getInstance (line 103) | public static TitledTextSafeHtmlRenderer getInstance() { method render (line 110) | public SafeHtml render(TitledText object) { method render (line 127) | public void render(TitledText object, FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-commons/src/main/java/org/uberfire/ext/widgets/common/client/tables/TitledTextColumn.java class TitledTextColumn (line 25) | public abstract class TitledTextColumn extends Column controlGroups) { method closePopup (line 187) | public void closePopup() { method validateForm (line 193) | private boolean validateForm() { method getFormValues (line 208) | public void getFormValues(List controlGroups) { method clearErrorMessages (line 231) | private void clearErrorMessages() { method getFormValues (line 235) | public HashMap getFormValues() { method addListBoxToFilter (line 239) | public void addListBoxToFilter(String label, method addTextBoxToFilter (line 270) | public void addTextBoxToFilter(String label, method addTextBoxToFilter (line 277) | public void addTextBoxToFilter(String label, method createProvider (line 300) | private void createProvider() { method getData (line 325) | private List getData() { method initColumns (line 342) | public void initColumns() { method initDescriptionColumn (line 356) | private com.google.gwt.user.cellview.client.Column initDescriptionColu... method initActionsColumn (line 369) | private com.google.gwt.user.cellview.client.Column initActionsColumn() { method refreshGrid (line 392) | public void refreshGrid() { method addCreateFilterButton (line 398) | private void addCreateFilterButton(final Command addfilterCommand) { type Binder (line 422) | interface Binder class RemoveActionHasCell (line 428) | private class RemoveActionHasCell implements HasCell controlGroups) { method closePopup (line 181) | public void closePopup() { method validateForm (line 187) | private boolean validateForm() { method getFormValues (line 202) | public void getFormValues(List controlGroups) { method clearErrorMessages (line 225) | private void clearErrorMessages() { method getFormValues (line 229) | public HashMap getFormValues() { method addListBoxToFilter (line 233) | public void addListBoxToFilter(String label, method addTextBoxToFilter (line 264) | public void addTextBoxToFilter(String label, method addTextBoxToFilter (line 271) | public void addTextBoxToFilter(String label, type Binder (line 294) | interface Binder FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-commons/src/test/java/org/uberfire/ext/widgets/common/client/breadcrumbs/UberfireBreadcrumbsTest.java class UberfireBreadcrumbsTest (line 51) | @RunWith(GwtMockitoTestRunner.class) method setup (line 69) | @Before method createBreadcrumbsTest (line 83) | @Test method addToolbar (line 90) | @Test method addBreadcrumbs (line 101) | @Test method clearBreadcrumbsTest (line 123) | @Test method clearBreadcrumbsAndToolBarsTest (line 141) | @Test method removeDeepLevelBreadcrumbsTest (line 159) | @Test method doesNotRemoveDeepLevelBreadcrumbsTest (line 181) | @Test method generateBreadCrumbSelectCommandTest (line 208) | @Test method getViewShouldAddInnerBreadcrumbsTest (line 232) | @Test method addBreadcrumbAssociatedWithACommandTest (line 259) | @Test method addBreadcrumbAssociatedWithAPlaceRequestTest (line 272) | @Test method addBreadcrumbAssociatedWithAPlaceRequestWithACommandTest (line 284) | @Test method updateBreadcrumbsContainerTest (line 298) | @Test method updateBreadcrumbsWithNoBreadcrumbsContainerTest (line 310) | @Test FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-commons/src/test/java/org/uberfire/ext/widgets/common/client/breadcrumbs/widget/DefaultBreadcrumbsPresenterTest.java class DefaultBreadcrumbsPresenterTest (line 29) | @RunWith(MockitoJUnitRunner.class) method setup (line 37) | @Before method setupWithActionTest (line 42) | @Test method setupWithNoActionTest (line 52) | @Test FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-commons/src/test/java/org/uberfire/ext/widgets/common/client/callbacks/CommandErrorCallbackTest.java class CommandErrorCallbackTest (line 29) | @RunWith(GwtMockitoTestRunner.class) method verifyCommandIsRanOnError (line 33) | @Test method doNotAcceptNulls (line 42) | @Test(expected = IllegalArgumentException.class) FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-commons/src/test/java/org/uberfire/ext/widgets/common/client/common/BooleanTextBoxTest.java class BooleanTextBoxTest (line 25) | @RunWith(GwtMockitoTestRunner.class) method emptyValues (line 28) | @Test method focusLost (line 34) | @Test method values (line 42) | @Test FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-commons/src/test/java/org/uberfire/ext/widgets/common/client/common/DatePickerTest.java class DatePickerTest (line 33) | @RunWith(GwtMockitoTestRunner.class) method setup (line 42) | @Before method testSetFormat (line 47) | @Test method testSetDatePickerLang (line 68) | @Test method testGetLocaleName (line 110) | @Test method testGetDataPickerDate (line 132) | @Test FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-commons/src/test/java/org/uberfire/ext/widgets/common/client/common/FileUploadTest.java class FileUploadTest (line 29) | @RunWith(GwtMockitoTestRunner.class) method testRegularFileName1 (line 41) | @Test method testRegularFileName2 (line 47) | @Test method testSecuredFileName1 (line 53) | @Test method testSecuredFileName2 (line 59) | @Test method testFileName (line 65) | private void testFileName(String fileInput, FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-commons/src/test/java/org/uberfire/ext/widgets/common/client/common/FormStyleItemTest.java class FormStyleItemTest (line 35) | @RunWith(GwtMockitoTestRunner.class) method setUp (line 52) | @Before method testSetup (line 63) | @Test method testSetupWithHelp (line 77) | @Test FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-commons/src/test/java/org/uberfire/ext/widgets/common/client/common/FormStyleLayoutTest.java class FormStyleLayoutTest (line 34) | @WithClassesToStub(FormElement.class) method setUp (line 43) | @Before method testAddAttributeWithHelp (line 50) | @Test FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-commons/src/test/java/org/uberfire/ext/widgets/common/client/common/InfoPopupTest.java class InfoPopupTest (line 31) | @RunWith(GwtMockitoTestRunner.class) method setup (line 37) | @Before method testRecreate_1 (line 42) | @Test method testRecreate_2 (line 57) | @Test FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-commons/src/test/java/org/uberfire/ext/widgets/common/client/common/NumericIntegerTextBoxTest.java class NumericIntegerTextBoxTest (line 25) | @RunWith(GwtMockitoTestRunner.class) method setUp (line 30) | @Before method testDefaultValue (line 35) | @Test method testIsValidValue_ValidValues (line 43) | @Test method testIsValidValue_InvalidValues (line 49) | @Test FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-commons/src/test/java/org/uberfire/ext/widgets/common/client/common/popups/FormStylePopupTest.java class FormStylePopupTest (line 35) | @WithClassesToStub({BaseModal.class, Text.class}) method setUp (line 44) | @Before method testAddAttributeWithHelp (line 51) | @Test FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-commons/src/test/java/org/uberfire/ext/widgets/common/client/dropdown/AbstractEntryCreationLiveSearchServiceTest.java class AbstractEntryCreationLiveSearchServiceTest (line 21) | public abstract class AbstractEntryCreationLiveSearchServiceTest getEditorType(); FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-commons/src/test/java/org/uberfire/ext/widgets/common/client/dropdown/InlineEntryCreationLiveSearchServiceTest.java class InlineEntryCreationLiveSearchServiceTest (line 11) | @RunWith(GwtMockitoTestRunner.class) method testInlineEditorCancelAction (line 14) | @Test method startTest (line 24) | @Override method getEditorType (line 31) | @Override FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-commons/src/test/java/org/uberfire/ext/widgets/common/client/dropdown/LiveSearchDropDownTest.java class LiveSearchDropDownTest (line 47) | @RunWith(GwtMockitoTestRunner.class) method search (line 59) | @Override method searchEntry (line 78) | @Override method setUp (line 108) | @Before method testInit (line 137) | @Test method testClear (line 152) | @Test method testSearch (line 161) | @Test method testEmptySearch (line 177) | @Test method testRepeatedSearch (line 197) | @Test method testSearchCache (line 211) | @Test method testSearchCacheDisabled (line 243) | @Test method testItemsOrdered (line 279) | @Test method testItemSelected (line 297) | @Test method testOnClickSearchInput (line 316) | @Test FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-commons/src/test/java/org/uberfire/ext/widgets/common/client/dropdown/ModalEntryCreationLiveSearchServiceTest.java class ModalEntryCreationLiveSearchServiceTest (line 11) | @RunWith(GwtMockitoTestRunner.class) method testInlineEditorCancelAction (line 14) | @Test method getEditorType (line 25) | @Override FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-commons/src/test/java/org/uberfire/ext/widgets/common/client/dropdown/MultipleLiveSearchSelectionHandlerTest.java class MultipleLiveSearchSelectionHandlerTest (line 25) | @RunWith(GwtMockitoTestRunner.class) method init (line 40) | @Before method testRegisterItemWithoutSelectedValue (line 47) | @Test method testRegisterIItemWithSelectedValue (line 62) | @Test method testSelectItem (line 79) | @Test method testSelectMultipleItems (line 88) | @Test method testClearSelection (line 177) | @Test method doTestSelectItem (line 203) | protected LiveSearchSelectorItem doTestSelectItem() { method createItem (line 221) | private LiveSearchSelectorItem createItem(String value) { method checkHandlerSelectedValue (line 230) | private void checkHandlerSelectedValue(String value) { FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-commons/src/test/java/org/uberfire/ext/widgets/common/client/dropdown/PerspectiveDropDownTest.java class PerspectiveDropDownTest (line 36) | @RunWith(MockitoJUnitRunner.class) method setUp (line 47) | @Before method testSearchAll (line 60) | @Test method testSearchItem (line 67) | @Test method testSearchEmpty (line 77) | @Test method testExcludeItems (line 84) | @Test method testCustomNames (line 95) | @Test FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-commons/src/test/java/org/uberfire/ext/widgets/common/client/dropdown/SingleLiveSearchSelectionHandlerTest.java class SingleLiveSearchSelectionHandlerTest (line 20) | @RunWith(MockitoJUnitRunner.class) method init (line 31) | @Before method testRegisterItemWithoutSelectedValue (line 36) | @Test method testRegisterIItemWithSelectedValue (line 48) | @Test method testSelectItem (line 61) | @Test method doTestSelectItem (line 66) | protected LiveSearchSelectorItem doTestSelectItem() { method testSelectSecondItem (line 82) | @Test method testSelectKeyWithoutSelectedValue (line 100) | @Test method testClearSelection (line 138) | @Test method createItem (line 149) | private LiveSearchSelectorItem createItem(String value) { method checkHandlerSelectedValue (line 158) | private void checkHandlerSelectedValue(String value) { FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-commons/src/test/java/org/uberfire/ext/widgets/common/client/dropdown/footer/LiveSearchFooterTest.java class LiveSearchFooterTest (line 31) | @RunWith(MockitoJUnitRunner.class) method init (line 54) | @Before method testFunctionallity (line 63) | @Test FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-commons/src/test/java/org/uberfire/ext/widgets/common/client/dropdown/noItems/NoItemsComponentTest.java class NoItemsComponentTest (line 12) | @RunWith(GwtMockitoTestRunner.class) method testFunctionality (line 22) | @Test FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-commons/src/test/java/org/uberfire/ext/widgets/common/client/menu/MenuItemFactoryTest.java class MenuItemFactoryTest (line 37) | @RunWith(MockitoJUnitRunner.class) method setup (line 55) | @Before method checkMenuItemHeaderConstruction (line 91) | @Test method checkMenuItemWithIconConstruction (line 100) | @Test method checkMenuItemDividerConstruction (line 111) | @Test method checkMenuItemWithIconEnabled (line 120) | @Test method checkMenuItemWithIconDisabled (line 136) | @Test FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-commons/src/test/java/org/uberfire/ext/widgets/common/client/menu/RefreshMenuBuilderTest.java class RefreshMenuBuilderTest (line 33) | @RunWith(GwtMockitoTestRunner.class) method setup (line 46) | @Before method testRefresh (line 57) | @Test FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-commons/src/test/java/org/uberfire/ext/widgets/common/client/menu/RefreshSelectorMenuBuilderTest.java class RefreshSelectorMenuBuilderTest (line 35) | @RunWith(GwtMockitoTestRunner.class) method setup (line 48) | @Before method testUpdateRefreshInterval (line 59) | @Test method testSelectedRefreshInterval (line 75) | @Test FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-commons/src/test/java/org/uberfire/ext/widgets/common/client/select/SelectComponentTest.java class SelectComponentTest (line 34) | @RunWith(MockitoJUnitRunner.class) method setUp (line 51) | @Before method testSetup (line 65) | @Test method testEmptySelectOptions (line 73) | @Test method testSelectOption (line 82) | @Test FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-commons/src/test/java/org/uberfire/ext/widgets/common/client/select/SelectOptionComponentTest.java class SelectOptionComponentTest (line 30) | @RunWith(MockitoJUnitRunner.class) method setUp (line 43) | @Before method testSelectOption (line 53) | @Test method testActivate (line 60) | @Test method testDeactivate (line 67) | @Test FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-commons/src/test/java/org/uberfire/ext/widgets/common/client/tables/ColumnPickerTest.java class ColumnPickerTest (line 49) | @SuppressWarnings("unchecked") method setUp (line 67) | @Before method testAddRemoveColumn (line 111) | @Test method testSortColumn (line 132) | @Test method testColumnPreference (line 149) | @Test method testToggleButton (line 165) | @Test method testAdjustColumnWidths (line 181) | @Test method createColumn (line 208) | private Column createColumn(String value, method testSetColumnWidth (line 222) | @Test method testAddColumnsIncrementally (line 236) | @Test method testDataGridMinWidthCalculation (line 258) | @Test FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-commons/src/test/java/org/uberfire/ext/widgets/common/client/tables/FilterPagedTableTest.java class FilterPagedTableTest (line 46) | @RunWith(GwtMockitoTestRunner.class) method setup (line 74) | @Before method testAddTab (line 79) | @Test method testRemoveTab (line 96) | @Test method testScapeHtmlCodeInDescriptionRemoveTab (line 121) | @Test FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-commons/src/test/java/org/uberfire/ext/widgets/common/client/tables/PagedTableTest.java class PagedTableTest (line 47) | @RunWith(GwtMockitoTestRunner.class) method setupMocks (line 62) | @Before method testSetDataProvider (line 67) | @Test method testDataGridHeight (line 75) | @Test method testDataGridHeightWithMoreItemsThanPaging (line 89) | @Test method testLoadPageSizePreferencesResetsPageStart (line 103) | @Test method testPageSizeSelectStartValue (line 116) | @Test method testDefaultPageSizeValue (line 126) | @Test method testDataGridMinWidthNotSetByDefault (line 134) | @Test method testEnableDataGridMinWidth (line 151) | @Test method testDefaultColumnWidth (line 170) | @Test method testPreferencesPersistenceOnChange (line 190) | @Test FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-commons/src/test/java/org/uberfire/ext/widgets/common/client/tables/SimpleTableTest.java class SimpleTableTest (line 43) | @RunWith(GwtMockitoTestRunner.class) method setupMocks (line 58) | @Before method testRedrawFlush (line 68) | @Test method testSavePreferencesAfterColumnChangeByDefault (line 78) | @Test method testSavePreferencesAfterColumnChangeConf (line 86) | @Test method testDefaultSavePreferencesUsingGlobalPreferencesKey (line 98) | @Test method testSaveUserPreferencesUsingPreferencesKey (line 113) | @Test FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-core/uberfire-widgets-core-ace/src/main/java/org/uberfire/ext/widgets/common/client/ace/AceAnnotation.java class AceAnnotation (line 24) | class AceAnnotation extends JavaScriptObject { method AceAnnotation (line 26) | protected AceAnnotation() { method create (line 29) | public static native AceAnnotation create(int row, FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-core/uberfire-widgets-core-ace/src/main/java/org/uberfire/ext/widgets/common/client/ace/AceAnnotationType.java type AceAnnotationType (line 22) | public enum AceAnnotationType { method AceAnnotationType (line 29) | private AceAnnotationType(final String name) { method getName (line 36) | public String getName() { FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-core/uberfire-widgets-core-ace/src/main/java/org/uberfire/ext/widgets/common/client/ace/AceCommand.java type AceCommand (line 22) | public enum AceCommand { method AceCommand (line 32) | private AceCommand(final String name) { method getName (line 39) | public String getName() { FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-core/uberfire-widgets-core-ace/src/main/java/org/uberfire/ext/widgets/common/client/ace/AceCompletion.java class AceCompletion (line 28) | public abstract class AceCompletion { method toJsObject (line 34) | abstract JavaScriptObject toJsObject(); FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-core/uberfire-widgets-core-ace/src/main/java/org/uberfire/ext/widgets/common/client/ace/AceCompletionCallback.java type AceCompletionCallback (line 22) | public interface AceCompletionCallback { method invokeWithCompletions (line 28) | public void invokeWithCompletions(AceCompletion[] proposals); FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-core/uberfire-widgets-core-ace/src/main/java/org/uberfire/ext/widgets/common/client/ace/AceCompletionCallbackImpl.java class AceCompletionCallbackImpl (line 27) | class AceCompletionCallbackImpl implements AceCompletionCallback { method AceCompletionCallbackImpl (line 31) | public AceCompletionCallbackImpl(JavaScriptObject jsCallback) { method invokeWithCompletions (line 35) | @Override method doInvokeWithCompletions (line 44) | private native void doInvokeWithCompletions(JsArray ... FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-core/uberfire-widgets-core-ace/src/main/java/org/uberfire/ext/widgets/common/client/ace/AceCompletionProvider.java type AceCompletionProvider (line 26) | public interface AceCompletionProvider { method getProposals (line 39) | public void getProposals(AceEditor editor, FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-core/uberfire-widgets-core-ace/src/main/java/org/uberfire/ext/widgets/common/client/ace/AceCompletionSnippet.java class AceCompletionSnippet (line 34) | public class AceCompletionSnippet extends AceCompletion { method AceCompletionSnippet (line 66) | public AceCompletionSnippet(String caption, method AceCompletionSnippet (line 101) | public AceCompletionSnippet(String caption, method toJsObject (line 119) | native JavaScriptObject toJsObject() /*-{ FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-core/uberfire-widgets-core-ace/src/main/java/org/uberfire/ext/widgets/common/client/ace/AceCompletionSnippetSegment.java type AceCompletionSnippetSegment (line 22) | public interface AceCompletionSnippetSegment { method getPreparedText (line 28) | public String getPreparedText(int tabStopNumber); FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-core/uberfire-widgets-core-ace/src/main/java/org/uberfire/ext/widgets/common/client/ace/AceCompletionSnippetSegmentLiteral.java class AceCompletionSnippetSegmentLiteral (line 22) | public class AceCompletionSnippetSegmentLiteral implements AceCompletion... method AceCompletionSnippetSegmentLiteral (line 30) | public AceCompletionSnippetSegmentLiteral(String literalText) { method getPreparedText (line 34) | @Override FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-core/uberfire-widgets-core-ace/src/main/java/org/uberfire/ext/widgets/common/client/ace/AceCompletionSnippetSegmentTabstopItem.java class AceCompletionSnippetSegmentTabstopItem (line 22) | public class AceCompletionSnippetSegmentTabstopItem implements AceComple... method AceCompletionSnippetSegmentTabstopItem (line 31) | public AceCompletionSnippetSegmentTabstopItem(String tabstopText) { method getPreparedText (line 35) | @Override FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-core/uberfire-widgets-core-ace/src/main/java/org/uberfire/ext/widgets/common/client/ace/AceCompletionValue.java class AceCompletionValue (line 28) | public class AceCompletionValue extends AceCompletion { method AceCompletionValue (line 57) | public AceCompletionValue(String name, method toJsObject (line 72) | native JavaScriptObject toJsObject() /*-{ FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-core/uberfire-widgets-core-ace/src/main/java/org/uberfire/ext/widgets/common/client/ace/AceEditor.java class AceEditor (line 32) | public class AceEditor extends Composite implements RequiresResize, method AceEditor (line 50) | public AceEditor() { method AceEditor (line 64) | @Deprecated method removeAllExistingCompleters (line 75) | public native static void removeAllExistingCompleters() /*-{ method addCompletionProvider (line 89) | public native static void addCompletionProvider(AceCompletionProvider ... method wrapCompletionCallback (line 107) | private static AceCompletionCallback wrapCompletionCallback(JavaScript... method startEditor (line 116) | public native void startEditor() /*-{ method redisplay (line 141) | public native void redisplay() /*-{ method destroy (line 152) | public native void destroy() /*-{ method setTheme (line 162) | public void setTheme(final AceEditorTheme theme) { method setThemeByName (line 170) | public native void setThemeByName(String themeName) /*-{ method setMode (line 180) | public void setMode(final AceEditorMode mode) { method setModeByName (line 188) | public native void setModeByName(String shortModeName) /*-{ method addOnChangeHandler (line 199) | public native void addOnChangeHandler(AceEditorCallback callback) /*-{ method addOnCursorPositionChangeHandler (line 210) | public native void addOnCursorPositionChangeHandler(AceEditorCallback ... method setFontSize (line 220) | public native void setFontSize(String fontSize) /*-{ method getText (line 230) | public native String getText() /*-{ method setText (line 239) | public native void setText(String text) /*-{ method getLine (line 249) | public native String getLine(int row) /*-{ method insertAtCursor (line 258) | public native void insertAtCursor(String text) /*-{ method getCursorPosition (line 267) | public native AceEditorCursorPosition getCursorPosition() /*-{ method getCursorPositionImpl (line 273) | private AceEditorCursorPosition getCursorPositionImpl(final double row, method getIndexFromPosition (line 284) | public int getIndexFromPosition(AceEditorCursorPosition position) { method getIndexFromPositionImpl (line 288) | private native int getIndexFromPositionImpl(JavaScriptObject jsPositio... method getPositionFromIndex (line 298) | public native AceEditorCursorPosition getPositionFromIndex(int index) ... method setUseSoftTabs (line 311) | public native void setUseSoftTabs(boolean useSoftTabs) /*-{ method setTabSize (line 320) | public native void setTabSize(int tabSize) /*-{ method gotoLine (line 329) | public native void gotoLine(int line) /*-{ method scrollToLine (line 338) | public native void scrollToLine(int line) /*-{ method setHScrollBarAlwaysVisible (line 351) | public native void setHScrollBarAlwaysVisible(boolean hScrollBarAlways... method setShowGutter (line 360) | public native void setShowGutter(boolean showGutter) /*-{ method setReadOnly (line 370) | public native void setReadOnly(boolean readOnly) /*-{ method setHighlightSelectedWord (line 379) | public native void setHighlightSelectedWord(boolean highlightSelectedW... method setShowPrintMargin (line 388) | public native void setShowPrintMargin(boolean showPrintMargin) /*-{ method addAnnotation (line 401) | public void addAnnotation(final int row, method setAnnotations (line 414) | public native void setAnnotations() /*-{ method clearAnnotations (line 423) | public native void clearAnnotations() /*-{ method resetAnnotations (line 432) | private void resetAnnotations() { method removeCommand (line 441) | public void removeCommand(final AceCommand command) { method removeCommandByName (line 450) | public native void removeCommandByName(String command) /*-{ method setUseWrapMode (line 459) | public native void setUseWrapMode(boolean useWrapMode) /*-{ method onResize (line 467) | @Override method getValue (line 472) | @Override method setValue (line 477) | @Override method setAutocompleteEnabled (line 486) | public native void setAutocompleteEnabled(boolean b) /*-{ method setFocus (line 497) | public native void setFocus() /*-{ FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-core/uberfire-widgets-core-ace/src/main/java/org/uberfire/ext/widgets/common/client/ace/AceEditorCallback.java type AceEditorCallback (line 27) | public interface AceEditorCallback { method invokeAceCallback (line 34) | public void invokeAceCallback(JavaScriptObject obj); FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-core/uberfire-widgets-core-ace/src/main/java/org/uberfire/ext/widgets/common/client/ace/AceEditorCursorPosition.java class AceEditorCursorPosition (line 24) | public class AceEditorCursorPosition { method AceEditorCursorPosition (line 33) | public AceEditorCursorPosition(int row, method create (line 46) | public static AceEditorCursorPosition create(int row, method getRow (line 55) | public int getRow() { method getColumn (line 62) | public int getColumn() { method toString (line 66) | @Override method toJsObject (line 76) | public native JavaScriptObject toJsObject() /*-{ FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-core/uberfire-widgets-core-ace/src/main/java/org/uberfire/ext/widgets/common/client/ace/AceEditorMode.java type AceEditorMode (line 24) | public enum AceEditorMode { method AceEditorMode (line 482) | private AceEditorMode(String name) { method getName (line 489) | public String getName() { FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-core/uberfire-widgets-core-ace/src/main/java/org/uberfire/ext/widgets/common/client/ace/AceEditorTheme.java type AceEditorTheme (line 24) | public enum AceEditorTheme { method AceEditorTheme (line 64) | private AceEditorTheme(String name) { method getName (line 71) | public String getName() { FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-core/uberfire-widgets-core-ace/src/main/resources/org/uberfire/ext/widgets/common/public/ace/ace.js function o (line 1) | function o(e){var i=function(e,t){return r("",e,t)},s=t;e&&(t[e]||(t[e]=... function r (line 1) | function r(e){var n=/\w{4}/g;for(var r in e)t.packages[r]=e[r].replace(n... function i (line 1) | function i(s){var o=r[s];o.processed=!0;for(var u=0;u=4352&&e<=4447||e>=4515&&e<=4519||e>=46... function r (line 1) | function r(e){var n=e.action==="insertText"||e.action==="insertLines";re... function a (line 1) | function a(t){var r=e.slice(i,t),o=r.length;r.join("").replace(/12/g,fun... function s (line 1) | function s(e,t){this.platform=t||(i.isMac?"mac":"win"),this.commands={},... function r (line 1) | function r(e){e.on("click",function(t){var n=t.getDocumentPosition(),r=e... function o (line 1) | function o(e,t){return{win:e,mac:t}} function o (line 1) | function o(r){if(n.$themeId!=e)return t&&t();if(!r.cssClass)return;i.imp... function f (line 1) | function f(r){a.packaged=r||e.packaged||n.packaged||u.define&&define.pac... function l (line 1) | function l(e){return e.replace(/-(.)/g,function(e,t){return t.toUpperCas... function f (line 1) | function f(e){function T(e,n){var r=Date.now(),i=!n||e.row!=n.row,s=!n||... function l (line 1) | function l(e,t,n,r){return Math.sqrt(Math.pow(n-e,2)+Math.pow(r-t,2))} function i (line 1) | function i(e,t,n){var i=0,s=0;while(s+e[i].value.length0||-... function B (line 1) | function B(e){var t=typeof e;return e===null||t==="undefined"||t==="bool... function j (line 1) | function j(e){var t,n,r;if(B(e))return e;n=e.valueOf;if(typeof n=="funct... function e (line 1) | function e(e){var t=new Array(e+2);return t[0]=t[1]=0,t} function o (line 1) | function o(e){return(e.global?"g":"")+(e.ignoreCase?"i":"")+(e.multiline... function u (line 1) | function u(e,t,n){if(Array.prototype.indexOf)return e.indexOf(t,n);for(v... function o (line 1) | function o(e,t,n){var r=0,i=e.length-1;while(r<=i){var s=r+i>>1,o=n(t,e[... function u (line 1) | function u(e,t,n){var r=e.getAnnotations().sort(s.comparePoints);if(!r.l... function o (line 1) | function o(e){this.session=e,this.session.widgetManager=this,this.sessio... FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-core/uberfire-widgets-core-ace/src/main/resources/org/uberfire/ext/widgets/common/public/ace/cockpit.js function r (line 1) | function r(a,b){q.call(this,a),b&&b.flags&&(this.flags=b.flags)} function q (line 1) | function q(a){this.env=a,this.commandAssignment=new o(p,this)} function o (line 1) | function o(a,b){this.param=a,this.requisition=b,this.setValue(a.defaultV... function n (line 1) | function n(a,b,c,d,e,f){this.emitter=a,this.setText(b),this.start=c,this... function m (line 1) | function m(a,b){this.status=a.status,this.message=a.message,b?(this.star... function l (line 1) | function l(a,b,c,d,e){this.status=a,this.message=b;if(typeof c==="number... function g (line 1) | function g(a){return a.replace(/\uF000/g," ").replace(/\uF001/g,"'").rep... function n (line 1) | function n(a,b){a.cliView=this,this.cli=a,this.doc=document,this.win=f.g... function d (line 1) | function d(){f.removeCssClass(this.output,"cptFocusPopup"),f.removeCssCl... function l (line 1) | function l(a,b){this.request=a,this.cliView=b,this.imageUrl=k,this.rowin... function k (line 1) | function k(b){var d;try{d=a("text!cockpit/ui/"+b)}catch(e){}if(d)return ... function Templater (line 1) | function Templater(){this.scope=[]} FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-core/uberfire-widgets-core-ace/src/main/resources/org/uberfire/ext/widgets/common/public/ace/ext-chromevox.js function gt (line 1) | function gt(){return typeof cvox!="undefined"&&cvox&&cvox.Api} function wt (line 1) | function wt(e){if(gt())mt(e);else{yt++;if(yt>=bt)return;window.setTimeou... FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-core/uberfire-widgets-core-ace/src/main/resources/org/uberfire/ext/widgets/common/public/ace/ext-emmet.js function a (line 1) | function a(){} function e (line 1) | function e(e,t,n){return e=e.substr(1),/^\d+$/.test(e)&&!n.inFormatStrin... function t (line 1) | function t(e){return"(?:[^\\\\"+e+"]|\\\\.)"} function o (line 1) | function o(t){var n=e.indexOf(t,r+1);n!=-1&&(r=n)} function f (line 1) | function f(e){var t=[];for(var n=0;n0||-... function o (line 1) | function o(e){var t=typeof e;return e===null||t==="undefined"||t==="bool... function u (line 1) | function u(e){var t,n,r;if(o(e))return e;n=e.valueOf;if(typeof n=="funct... function e (line 1) | function e(e){var t=new Array(e+2);return t[0]=t[1]=0,t} function s (line 1) | function s(u,a){if(!n[u]){if(!t[u]){var f=typeof e=="function"&&e;if(!a&... function r (line 1) | function r(e){if(e.namespaceURI==="http://www.w3.org/1999/xhtml")return ... function i (line 1) | function i(e){return r(e)||e.namespaceURI==="http://www.w3.org/1999/xhtm... function s (line 1) | function s(e){return e.namespaceURI==="http://www.w3.org/1999/xhtml"&&e.... function o (line 1) | function o(e){return e.namespaceURI==="http://www.w3.org/1999/xhtml"&&e.... function u (line 1) | function u(e){return e.namespaceURI==="http://www.w3.org/1999/xhtml"&&e.... function a (line 1) | function a(e){return r(e)||e.namespaceURI==="http://www.w3.org/1999/xhtm... function f (line 1) | function f(e){return(e.namespaceURI!=="http://www.w3.org/1999/xhtml"||e.... function l (line 1) | function l(){this.elements=[],this.rootNode=null,this.headElement=null,t... function r (line 1) | function r(e){return e>="0"&&e<="9"||e>="a"&&e<="z"||e>="A"&&e<="Z"} function i (line 1) | function i(e){return e>="0"&&e<="9"||e>="a"&&e<="f"||e>="A"&&e<="F"} function s (line 1) | function s(e){return e>="0"&&e<="9"} function r (line 1) | function r(){this.data="",this.start=0,this.committed=0,this.eof=!1,this... function r (line 1) | function r(e,t,n,r){this.localName=t,this.namespaceURI=e,this.attributes... function i (line 1) | function i(e,t){for(var n=0;n="A"&&e<="Z"||e>="a"&&e<="z"} function s (line 1) | function s(e){this._tokenHandler=e,this._state=s.DATA,this._inputStream=... function t (line 1) | function t(e){var t=e.char();if(t===o.EOF)return wt._emitToken({type:"EO... function n (line 1) | function n(e){var n=u.consumeEntity(e,wt);return wt.setState(t),wt._emit... function a (line 1) | function a(e){var t=e.char();if(t===o.EOF)return wt._emitToken({type:"EO... function f (line 1) | function f(e){var t=u.consumeEntity(e,wt);return wt.setState(a),wt._emit... function l (line 1) | function l(e){var t=e.char();if(t===o.EOF)return wt._emitToken({type:"EO... function c (line 1) | function c(e){var t=e.char();if(t===o.EOF)return wt._emitToken({type:"EO... function h (line 1) | function h(e){var t=e.char();if(t===o.EOF)return wt._emitToken({type:"EO... function p (line 1) | function p(e){var t=e.char();return t==="/"?(this._temporaryBuffer="",wt... function d (line 1) | function d(e){var t=e.char();return i(t)?(this._temporaryBuffer+=t,wt.se... function v (line 1) | function v(e){var n=wt._currentToken&&wt._currentToken.name===this._temp... function m (line 1) | function m(e){var t=e.char();return t==="/"?(this._temporaryBuffer="",wt... function g (line 1) | function g(e){var t=e.char();return i(t)?(this._temporaryBuffer+=t,wt.se... function y (line 1) | function y(e){var n=wt._currentToken&&wt._currentToken.name===this._temp... function b (line 1) | function b(e){var t=e.char();return t==="/"?(this._temporaryBuffer="",wt... function w (line 1) | function w(e){var t=e.char();return i(t)?(this._temporaryBuffer+=t,wt.se... function E (line 1) | function E(e){var t=wt._currentToken&&wt._currentToken.name===this._temp... function S (line 1) | function S(e){var t=e.char();return t==="-"?(wt._emitToken({type:"Charac... function x (line 1) | function x(e){var t=e.char();return t==="-"?(wt._emitToken({type:"Charac... function T (line 1) | function T(e){var n=e.char();if(n===o.EOF)e.unget(n),wt.setState(t);else... function N (line 1) | function N(e){var n=e.char();return n===o.EOF?(e.unget(n),wt.setState(t)... function C (line 1) | function C(e){var n=e.char();return n===o.EOF?(wt._parseError("eof-in-sc... function k (line 1) | function k(e){var t=e.char();return t==="/"?(this._temporaryBuffer="",wt... function L (line 1) | function L(e){var t=e.char();return i(t)?(this._temporaryBuffer=t,wt.set... function A (line 1) | function A(e){var n=wt._currentToken&&wt._currentToken.name===this._temp... function O (line 1) | function O(e){var t=e.char();return r(t)||t==="/"||t===">"?(wt._emitToke... function M (line 1) | function M(e){var n=e.char();return n===o.EOF?(wt._parseError("eof-in-sc... function _ (line 1) | function _(e){var n=e.char();return n===o.EOF?(wt._parseError("eof-in-sc... function D (line 1) | function D(e){var n=e.char();return n===o.EOF?(wt._parseError("eof-in-sc... function P (line 1) | function P(e){var t=e.char();return t==="/"?(wt._emitToken({type:"Charac... function H (line 1) | function H(e){var t=e.char();return r(t)||t==="/"||t===">"?(wt._emitToke... function B (line 1) | function B(e){var n=e.char();return n===o.EOF?(wt._parseError("bare-less... function j (line 1) | function j(e){var n=e.char();return n===o.EOF?(wt._parseError("expected-... function F (line 1) | function F(e){var n=e.char();return n===o.EOF?(wt._parseError("eof-in-ta... function I (line 1) | function I(e){var n=e.char();if(n===o.EOF)wt._parseError("expected-attri... function q (line 1) | function q(e){var n=e.char(),s=!0,u=!1;n===o.EOF?(wt._parseError("eof-in... function R (line 1) | function R(e){var n=e.char();if(n===o.EOF)wt._parseError("expected-end-o... function U (line 1) | function U(e){var n=e.char();if(n===o.EOF)wt._parseError("expected-attri... function z (line 1) | function z(e){var n=e.char();if(n===o.EOF)wt._parseError("eof-in-attribu... function W (line 1) | function W(e){var n=e.char();return n===o.EOF?(wt._parseError("eof-in-at... function X (line 1) | function X(e){var n=e.char();if(n===o.EOF)wt._parseError("eof-after-attr... function V (line 1) | function V(e){var t=u.consumeEntity(e,wt,this._additionalAllowedCharacte... function $ (line 1) | function $(e){var n=e.char();return n===o.EOF?(wt._parseError("eof-after... function J (line 1) | function J(e){var n=e.char();return n===o.EOF?(wt._parseError("unexpecte... function K (line 1) | function K(e){var n=e.matchUntil(">");return n=n.replace(/\u0000/g,"�"),... function Q (line 1) | function Q(e){var t=e.shift(2);if(t==="--")wt._currentToken={type:"Comme... function G (line 1) | function G(e){var n=e.matchUntil("]]>");return e.shift(3),n&&wt._emitTok... function Y (line 1) | function Y(e){var n=e.char();return n===o.EOF?(wt._parseError("eof-in-co... function Z (line 1) | function Z(e){var n=e.char();return n===o.EOF?(wt._parseError("eof-in-co... function et (line 1) | function et(e){var n=e.char();return n===o.EOF?(wt._parseError("eof-in-c... function tt (line 1) | function tt(e){var n=e.char();return n===o.EOF?(wt._parseError("eof-in-c... function nt (line 1) | function nt(e){var n=e.char();return n===o.EOF?(wt._parseError("eof-in-c... function rt (line 1) | function rt(e){var n=e.char();return n===o.EOF?(wt._parseError("eof-in-c... function it (line 1) | function it(e){var n=e.char();return n===o.EOF?(wt._parseError("expected... function st (line 1) | function st(e){var n=e.char();return n===o.EOF?(wt._parseError("expected... function ot (line 1) | function ot(e){var n=e.char();return n===o.EOF?(wt._currentToken.forceQu... function ut (line 1) | function ut(e){var n=e.char();if(n===o.EOF)wt._currentToken.forceQuirks=... function at (line 1) | function at(e){var n=e.char();return n===o.EOF?(wt._parseError("eof-in-d... function ft (line 1) | function ft(e){var n=e.char();return n===o.EOF?(wt._parseError("eof-in-d... function lt (line 1) | function lt(e){var n=e.char();return n===o.EOF?(wt._parseError("eof-in-d... function ct (line 1) | function ct(e){var n=e.char();return n===o.EOF?(wt._parseError("eof-in-d... function ht (line 1) | function ht(e){var n=e.char();return n===o.EOF?(wt._parseError("eof-in-d... function pt (line 1) | function pt(e){var n=e.char();return n===o.EOF?(wt._parseError("eof-in-d... function dt (line 1) | function dt(e){var n=e.char();return n===o.EOF?(wt._parseError("eof-in-d... function vt (line 1) | function vt(e){var n=e.char();return n===o.EOF?(wt._parseError("eof-in-d... function mt (line 1) | function mt(e){var n=e.char();return n===o.EOF?(wt._parseError("eof-in-d... function gt (line 1) | function gt(e){var n=e.char();return n===o.EOF?(wt._parseError("eof-in-d... function yt (line 1) | function yt(e){var n=e.char();return n===o.EOF?(wt._parseError("eof-in-d... function bt (line 1) | function bt(e){var n=e.char();return n===o.EOF?(e.unget(n),wt._emitCurre... function r (line 1) | function r(e){return e===" "||e==="\n"||e===" "||e==="\r"||e==="\f"} function i (line 1) | function i(e){return r(e)||e==="�"} function s (line 1) | function s(e){for(var t=0;t=3&&(r... function s (line 1) | function s(e,t){var n=i.styles[t];return n?"["+i.colors[n][0]+"m"+e+"[... function o (line 1) | function o(e,t){return e} function u (line 1) | function u(e){var t={};return e.forEach(function(e,n){t[e]=!0}),t} function a (line 1) | function a(e,t,r){if(e.customInspect&&t&&C(t.inspect)&&t.inspect!==n.ins... function f (line 1) | function f(e,t){if(E(t))return e.stylize("undefined","undefined");if(b(t... function l (line 1) | function l(e){return"["+Error.prototype.toString.call(e)+"]"} function c (line 1) | function c(e,t,n,r,i){var s=[];for(var o=0,u=t.length;o0||-... function o (line 1) | function o(e){var t=typeof e;return e===null||t==="undefined"||t==="bool... function u (line 1) | function u(e){var t,n,r;if(o(e))return e;n=e.valueOf;if(typeof n=="funct... function e (line 1) | function e(e){var t=new Array(e+2);return t[0]=t[1]=0,t} function s (line 1) | function s(u,a){if(!n[u]){if(!t[u]){var f=typeof e=="function"&&e;if(!a&... function e (line 1) | function e(e,t){return e=e.trim(),/^[+-]W\d{3}$/g.test(e)?!0:Ot[e]===und... function t (line 1) | function t(e){return Object.prototype.toString.call(e)==="[object String]"} function n (line 1) | function n(e,t){return e?!e.identifier||e.value!==t?!1:!0:!1} function h (line 1) | function h(e){if(!e.reserved)return!1;var t=e.meta;if(t&&t.isFutureReser... function p (line 1) | function p(e,t){return e.replace(/\{([^{}]*)\}/g,function(e,n){var r=t[n... function d (line 1) | function d(e,t){Object.keys(t).forEach(function(n){if(c.blacklist.hasOwn... function v (line 1) | function v(){f.option.esnext&&d(Jt,s.newEcmaIdentifiers),f.option.couch&... function m (line 1) | function m(e,t,n){var r=Math.floor(t/f.lines.length*100),i=o.errors[e].d... function g (line 1) | function g(e,t,n,r){return c.undefs.push([e,t,n,r])} function y (line 1) | function y(){var e=f.ignoredLines;if(r.isEmpty(e))return;c.errors=r.reje... function b (line 1) | function b(e,t,n,r,i,s){var u,a,l,h;if(/^W\d{3}$/.test(e)){if(f.ignored[... function w (line 1) | function w(e,t,n,r,i,s,o){return b(e,{line:t,from:n},r,i,s,o)} function E (line 1) | function E(e,t,n,r,i,s){b(e,t,n,r,i,s)} function S (line 1) | function S(e,t,n,r,i,s,o){return E(e,{line:t,from:n},r,i,s,o)} function x (line 1) | function x(e,t){var n;return n={id:"(internal)",elem:e,value:t},c.intern... function T (line 1) | function T(e,t){t=t||{};var n=t.type,i=t.token,s=t.islet;n==="exception"... function N (line 1) | function N(){var t=f.tokens.next,n=t.body.match(/(-\s+)?[^\s,:]+(?:\s*:\... function C (line 1) | function C(e){var t=e||0,n=0,r;while(n<=t)r=zt[n],r||(r=zt[n]=Wt.token()... function k (line 1) | function k(e,t){switch(f.tokens.curr.id){case"(number)":f.tokens.next.id... function L (line 1) | function L(e){return e.infix||!e.identifier&&!!e.led} function A (line 1) | function A(){var e=f.tokens.curr,t=f.tokens.next;return t.id===";"||t.id... function O (line 1) | function O(e,t){var n,r=!1,i=!1,s=!1;!t&&f.tokens.next.value==="let"&&C(... function M (line 1) | function M(e,t){e=e||f.tokens.curr,t=t||f.tokens.next,!f.option.laxbreak... function _ (line 1) | function _(e){e=e||f.tokens.curr,e.line!==f.tokens.next.line&&b("E022",e... function D (line 1) | function D(e,t){e.line!==t.line&&(f.option.laxcomma||(P.first&&(b("I001"... function P (line 1) | function P(e){e=e||{},e.peek?D(f.tokens.prev,f.tokens.curr):(D(f.tokens.... function H (line 1) | function H(e,t){var n=f.syntax[e];if(!n||typeof n!="object")f.syntax[e]=... function B (line 1) | function B(e){return H(e,0)} function j (line 1) | function j(e,t){var n=B(e);return n.identifier=n.reserved=!0,n.fud=t,n} function F (line 1) | function F(e,t){var n=j(e,t);return n.block=!0,n} function I (line 1) | function I(e){var t=e.id.charAt(0);if(t>="a"&&t<="z"||t>="A"&&t<="Z")e.i... function q (line 1) | function q(e,t){var n=H(e,150);return I(n),n.nud=typeof t=="function"?t:... function R (line 1) | function R(e,t){var n=B(e);return n.type=e,n.nud=t,n} function U (line 1) | function U(e,t){var n=R(e,t);return n.identifier=!0,n.reserved=!0,n} function z (line 1) | function z(e,t){var n=R(e,t&&t.nud||function(){return this});return t=t|... function W (line 1) | function W(e,t){return U(e,function(){return typeof t=="function"&&t(thi... function X (line 1) | function X(e,t,n,r){var i=H(e,n);return I(i),i.infix=!0,i.led=function(i... function V (line 1) | function V(e){var t=H(e,42);return t.led=function(e){return f.option.inE... function $ (line 1) | function $(e,t){var r=H(e,100);return r.led=function(e){M(f.tokens.prev,... function J (line 1) | function J(e){return e&&(e.type==="(number)"&&+e.value===0||e.type==="(s... function K (line 1) | function K(e,t){if(f.option.notypeof)return!1;if(!e||!t)return!1;var n=[... function Q (line 1) | function Q(e){function t(e){if(typeof e!="object")return;return e.right=... function G (line 1) | function G(e,t,n){var r=X(e,typeof t=="function"?t:function(e,t){t.left=... function Y (line 1) | function Y(e,t,n){var r=H(e,n);return I(r),r.led=typeof t=="function"?t:... function Z (line 1) | function Z(e){return G(e,function(e,t){f.option.bitwise&&b("W016",t,t.id... function et (line 1) | function et(e){var t=H(e,150);return t.led=function(e){return f.option.p... function tt (line 1) | function tt(e,t){if(!f.tokens.next.identifier)return;k();var n=f.tokens.... function nt (line 1) | function nt(e,t){var n=tt(e,t);if(n)return n;f.tokens.curr.id==="functio... function rt (line 1) | function rt(e){var t=0,n;if(f.tokens.next.id!==";"||$t)return;for(;;){do... function it (line 1) | function it(){var e,t=Ut,n,i=Kt,s=f.tokens.next;if(s.id===";"){k(";");re... function st (line 1) | function st(e){var t=[],n;while(!f.tokens.next.reach&&f.tokens.next.id!=... function ot (line 1) | function ot(){var e,t,n;for(;;){if(f.tokens.next.id==="(string)"){t=C(0)... function ut (line 1) | function ut(e,t,n,i,s){var o,u=Rt,a=Ut,l,c=Kt,h,p,d;Rt=e;if(!e||!f.optio... function at (line 1) | function at(e){Vt&&typeof Vt[e]!="boolean"&&b("W036",f.tokens.curr,e),ty... function ft (line 1) | function ft(e){var t=e.value,n=Object.getOwnPropertyDescriptor(qt,t);n?n... function lt (line 1) | function lt(){var e={};e.exps=!0,jt["(comparray)"].stack();var t=!1;retu... function ct (line 1) | function ct(){var e=tt(!1,!0);return e||(f.tokens.next.id==="(string)"?(... function ht (line 1) | function ht(e){var t,n,i=[],s,o=[],u,a=!1;if(e){if(Array.isArray(e)){for... function pt (line 1) | function pt(e,t,n){e["(properties)"][t]||(e["(properties)"][t]={unused:!... function dt (line 1) | function dt(e,t,n){return e["(properties)"][t]?e["(properties)"][t][n]||... function vt (line 1) | function vt(e,t,n,i){var s={"(name)":e,"(breakage)":0,"(loopage)":0,"(sc... function mt (line 1) | function mt(e,t,n,i){var s,o=f.option,u=f.ignored,a=Kt;return f.option=O... function gt (line 1) | function gt(e){return{statementCount:0,nestedBlockDepth:-1,ComplexityCou... function yt (line 1) | function yt(){jt["(metrics)"].ComplexityCount+=1} function bt (line 1) | function bt(e){var t,n;e&&(t=e.id,n=e.paren,t===","&&(e=e.exprs[e.exprs.... function wt (line 1) | function wt(){var e,t,n=[];f.option.inESNext()||b("W104",f.tokens.curr,"... function Et (line 1) | function Et(e,t){var n=t.first;if(!n)return;r.zip(e,Array.isArray(n)?n:[... function St (line 1) | function St(e){return f.option.inESNext()||b("W104",f.tokens.curr,"class... function xt (line 1) | function xt(e){var t=f.directive["use strict"];f.tokens.next.value==="ex... function Tt (line 1) | function Tt(){var e=on();e.notJson?(!f.option.inESNext()&&e.isDestAssign... function Nt (line 1) | function Nt(){function e(){var e={},t=f.tokens.next;k("{");if(f.tokens.n... function t (line 1) | function t(e,t){h[e]&&r.has(h,e)?b("W075",f.tokens.next,u):h[e]={},h[e].... function n (line 1) | function n(e,t){h[e]&&r.has(h,e)?(h[e].basic||h[e].setter)&&b("W075",f.t... function i (line 1) | function i(e){h[e]&&r.has(h,e)?(h[e].basic||h[e].getter)&&b("W075",f.tok... function e (line 1) | function e(){var e=Kt,t;k("catch"),k("("),Kt=Object.create(e),t=f.tokens... function e (line 1) | function e(e){var t=s.variables.filter(function(t){if(t.value===e)return... function t (line 1) | function t(e){var t=s.variables.filter(function(t){if(t.value===e&&!t.un... function e (line 1) | function e(){for(var e in t)if(t[e]["(type)"]==="unused"&&f.option.unuse... function a (line 1) | function a(e,t){if(!e)return;!Array.isArray(e)&&typeof e=="object"&&(e=O... method isJSON (line 1) | get isJSON(){return f.jsonMode} function r (line 1) | function r(){var e=[];return{push:function(t){e.push(t)},check:function(... function i (line 1) | function i(e){var t=e;typeof t=="string"&&(t=t.replace(/\r\n/g,"\n").rep... function e (line 1) | function e(e,t,n){var r=["jshint","jslint","members","member","globals",... function e (line 1) | function e(e){return e>256} function t (line 1) | function t(e){return e>256} function n (line 1) | function n(e){return/^[0-9a-fA-F]$/.test(e)} function e (line 1) | function e(e){return/^[0-9]$/.test(e)} function t (line 1) | function t(e){return/^[0-7]$/.test(e)} function n (line 1) | function n(e){return/^[0-9a-fA-F]$/.test(e)} function r (line 1) | function r(e){return e==="$"||e==="_"||e==="\\"||e>="a"&&e<="z"||e>="A"&... function e (line 1) | function e(e,t){if(!e.reserved)return!1;var n=e.meta;if(n&&n.isFutureRes... function r (line 1) | function r(){this._events=this._events||{},this._maxListeners=this._maxL... function i (line 1) | function i(e){return typeof e=="function"} function s (line 1) | function s(e){return typeof e=="number"} function o (line 1) | function o(e){return typeof e=="object"&&e!==null} function u (line 1) | function u(e){return e===void 0} function n (line 1) | function n(){this.removeListener(e,n),r||(r=!0,t.apply(this,arguments))} FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-core/uberfire-widgets-core-ace/src/main/resources/org/uberfire/ext/widgets/common/public/ace/worker-json.js function r (line 1) | function r(){} function i (line 1) | function i(e){try{return Object.defineProperty(e,"sentinel",{}),"sentine... function s (line 1) | function s(e){return e=+e,e!==e?e=0:e!==0&&e!==1/0&&e!==-1/0&&(e=(e>0||-... function o (line 1) | function o(e){var t=typeof e;return e===null||t==="undefined"||t==="bool... function u (line 1) | function u(e){var t,n,r;if(o(e))return e;n=e.valueOf;if(typeof n=="funct... function e (line 1) | function e(e){var t=new Array(e+2);return t[0]=t[1]=0,t} FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-core/uberfire-widgets-core-ace/src/main/resources/org/uberfire/ext/widgets/common/public/ace/worker-lua.js function r (line 1) | function r(){} function i (line 1) | function i(e){try{return Object.defineProperty(e,"sentinel",{}),"sentine... function s (line 1) | function s(e){return e=+e,e!==e?e=0:e!==0&&e!==1/0&&e!==-1/0&&(e=(e>0||-... function o (line 1) | function o(e){var t=typeof e;return e===null||t==="undefined"||t==="bool... function u (line 1) | function u(e){var t,n,r;if(o(e))return e;n=e.valueOf;if(typeof n=="funct... function e (line 1) | function e(e){var t=new Array(e+2);return t[0]=t[1]=0,t} function t (line 1) | function t(e){if(Jt){var t=$t.pop();t.complete(),bt.locations&&(e.loc=t.... function n (line 1) | function n(e,t,n){for(var r=0,i=e.length;r=48&&e<=57} function k (line 1) | function k(e){return e>=48&&e<=57||e>=97&&e<=102||e>=65&&e<=70} function L (line 1) | function L(e){return e>=65&&e<=90||e>=97&&e<=122||95===e} function A (line 1) | function A(e){return e>=65&&e<=90||e>=97&&e<=122||95===e||e>=48&&e<=57} function O (line 1) | function O(e){switch(e.length){case 2:return"do"===e||"if"===e||"in"===e... function M (line 1) | function M(e){return kt===e.type?"#-".indexOf(e.value)>=0:Tt===e.type?"n... function _ (line 1) | function _(e){switch(e.type){case"CallExpression":case"TableCallExpressi... function D (line 1) | function D(e){if(St===e.type)return!0;if(Tt!==e.type)return!1;switch(e.v... function P (line 1) | function P(){Wt.push(Array.apply(null,Wt[Xt++]))} function H (line 1) | function H(){Wt.pop(),Xt--} function B (line 1) | function B(e){if(-1!==Ht(Wt[Xt],e))return;Wt[Xt].push(e)} function j (line 1) | function j(e){B(e.name),F(e,!0)} function F (line 1) | function F(e,t){!t&&-1===n(Vt,"name",e.name)&&Vt.push(e),e.isLocal=t} function I (line 1) | function I(e){return-1!==Ht(Wt[Xt],e)} function q (line 1) | function q(){return new R(jt)} function R (line 1) | function R(e){bt.locations&&(this.loc={start:{line:e.line,column:e.range... function U (line 1) | function U(){Jt&&$t.push(q())} function z (line 1) | function z(e){Jt&&$t.push(e)} function W (line 1) | function W(){E(),U();var e=X();return St!==jt.type&&u(jt),Jt&&!e.length&... function X (line 1) | function X(e){var t=[],n;bt.scope&&P();while(!D(jt)){if("return"===jt.va... function V (line 1) | function V(){U();if(Tt===jt.type)switch(jt.value){case"local":return E()... function $ (line 1) | function $(){var e=jt.value,n=it();return bt.scope&&(B("::"+e+"::"),F(n,... function J (line 1) | function J(){return t(_t.breakStatement())} function K (line 1) | function K(){var e=jt.value,n=it();return bt.scope&&(n.isLabel=I("::"+e+... function Q (line 1) | function Q(){var e=X();return x("end"),t(_t.doStatement(e))} function G (line 1) | function G(){var e=ft();x("do");var n=X();return x("end"),t(_t.whileStat... function Y (line 1) | function Y(){var e=X();x("until");var n=ft();return t(_t.repeatStatement... function Z (line 1) | function Z(){var e=[];if("end"!==jt.value){var n=at();null!=n&&e.push(n)... function et (line 1) | function et(){var e=[],n,r,i;Jt&&(i=$t[$t.length-1],$t.push(i)),n=ft(),x... function tt (line 1) | function tt(){var e=it(),n;bt.scope&&j(e);if(S("=")){var r=ft();x(",");v... function nt (line 1) | function nt(){var e;if(Nt===jt.type){var n=[],r=[];do e=it(),n.push(e);w... function rt (line 1) | function rt(){var e=jt,n,r;Jt&&(r=q()),n=ht();if(null==n)return u(jt);if... function it (line 1) | function it(){U();var e=jt.value;return Nt!==jt.type&&o("",jt),E()... function st (line 1) | function st(e,n){var r=[];x("(");if(!S(")"))for(;;)if(Nt===jt.type){var ... function ot (line 1) | function ot(){var e,n,r;Jt&&(r=q()),e=it(),bt.scope&&F(e,!1);while(S("."... function ut (line 1) | function ut(){var e=[],n,r;for(;;){U();if(kt===jt.type&&S("["))n=ft(),x(... function at (line 1) | function at(){var e=ct(0);return e} function ft (line 1) | function ft(){var e=at();if(null!=e)return e;o("",jt)} function lt (line 1) | function lt(e){var t=e.charCodeAt(0),n=e.length;if(1===n)switch(t){case ... function ct (line 1) | function ct(e){var n=jt.value,r,i;Jt&&(i=q());if(M(jt)){U(),E();var s=ct... function ht (line 1) | function ht(){var e,n,r,i;Jt&&(r=q());if(Nt===jt.type)n=jt.value,e=it(),... function pt (line 1) | function pt(e){if(kt===jt.type)switch(jt.value){case"(":E();var n=[],r=a... function dt (line 1) | function dt(){var e=xt|Ct|Lt|At|Ot,n=jt.value,r=jt.type,i;Jt&&(i=q());if... function vt (line 1) | function vt(t,n){return"undefined"==typeof n&&"object"==typeof t&&(n=t,t... function mt (line 1) | function mt(t){return yt+=String(t),wt=yt.length,e} function gt (line 1) | function gt(e){"undefined"!=typeof e&&mt(e),wt=yt.length,Jt=bt.locations... FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-core/uberfire-widgets-core-ace/src/main/resources/org/uberfire/ext/widgets/common/public/ace/worker-php.js function r (line 1) | function r(){} function i (line 1) | function i(e){try{return Object.defineProperty(e,"sentinel",{}),"sentine... function s (line 1) | function s(e){return e=+e,e!==e?e=0:e!==0&&e!==1/0&&e!==-1/0&&(e=(e>0||-... function o (line 1) | function o(e){var t=typeof e;return e===null||t==="undefined"||t==="bool... function u (line 1) | function u(e){var t,n,r;if(o(e))return e;n=e.valueOf;if(typeof n=="funct... function e (line 1) | function e(e){var t=new Array(e+2);return t[0]=t[1]=0,t} FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-core/uberfire-widgets-core-ace/src/main/resources/org/uberfire/ext/widgets/common/public/ace/worker-xquery.js function r (line 1) | function r(){} function i (line 1) | function i(e){try{return Object.defineProperty(e,"sentinel",{}),"sentine... function s (line 1) | function s(e){return e=+e,e!==e?e=0:e!==0&&e!==1/0&&e!==-1/0&&(e=(e>0||-... function o (line 1) | function o(e){var t=typeof e;return e===null||t==="undefined"||t==="bool... function u (line 1) | function u(e){var t,n,r;if(o(e))return e;n=e.valueOf;if(typeof n=="funct... function e (line 1) | function e(e){var t=new Array(e+2);return t[0]=t[1]=0,t} function s (line 1) | function s(u,a){if(!n[u]){if(!t[u]){var f=typeof e=="function"&&e;if(!a&... function r (line 1) | function r(e,t,n){n=n||o;var r=[];for(var i=t-1;i>=0;i--){if(!n.test(e[i... function i (line 1) | function i(e,t){var n=0,r=e.length-1,i=Math.floor((r+n)/2);while(r>n&&i>... function t (line 1) | function t(e){return{name:e,children:[],getParent:null,pos:{sl:0,sc:0,el... function n (line 1) | function n(e){var n=t(e);u===null?(u=n,u.index=[],a=n):(n.getParent=a,a.... function r (line 1) | function r(){if(a.children.length>0){var e=a.children[0],t=null;for(var ... function i (line 1) | function i(e,t,n){var r=n-l;a.value=f.substring(0,r),f=f.substring(r),l=... function n (line 1) | function n(e,t){sc=t,uc=e,ac=e.length,r(0,0,0)} function r (line 1) | function r(e,t,n){Vl=t,$l=t,Jl=e,Kl=t,Ql=n,Gl=0,lc=n,tc=-1,oc={},sc.rese... function s (line 1) | function s(){sc.startNonterminal("Module",$l);switch(Jl){case 170:jl(169... function o (line 1) | function o(){sc.startNonterminal("VersionDecl",$l),Ml(170),Bl(118);switc... function u (line 1) | function u(){sc.startNonterminal("LibraryModule",$l),a(),Bl(140),Pl(),f(... function a (line 1) | function a(){sc.startNonterminal("ModuleDecl",$l),Ml(185),Bl(64),Ml(187)... function f (line 1) | function f(){sc.startNonterminal("Prolog",$l);for(;;){Bl(279);switch(Jl)... function l (line 1) | function l(){sc.startNonterminal("Separator",$l),Ml(54),sc.endNontermina... function c (line 1) | function c(){sc.startNonterminal("Setter",$l);switch(Jl){case 109:jl(195... function h (line 1) | function h(){sc.startNonterminal("BoundarySpaceDecl",$l),Ml(109),Bl(36),... function p (line 1) | function p(){sc.startNonterminal("DefaultCollationDecl",$l),Ml(109),Bl(4... function d (line 1) | function d(){_l(109),Bl(49),_l(110),Bl(41),_l(95),Bl(15),_l(7)} function v (line 1) | function v(){sc.startNonterminal("BaseURIDecl",$l),Ml(109),Bl(35),Ml(84)... function m (line 1) | function m(){sc.startNonterminal("ConstructionDecl",$l),Ml(109),Bl(44),M... function g (line 1) | function g(){sc.startNonterminal("OrderingModeDecl",$l),Ml(109),Bl(71),M... function y (line 1) | function y(){sc.startNonterminal("EmptyOrderDecl",$l),Ml(109),Bl(49),Ml(... function b (line 1) | function b(){_l(109),Bl(49),_l(110),Bl(70),_l(205),Bl(52),_l(124),Bl(123... function w (line 1) | function w(){sc.startNonterminal("CopyNamespacesDecl",$l),Ml(109),Bl(47)... function E (line 1) | function E(){sc.startNonterminal("PreserveMode",$l);switch(Jl){case 218:... function S (line 1) | function S(){sc.startNonterminal("InheritMode",$l);switch(Jl){case 159:M... function x (line 1) | function x(){sc.startNonterminal("DecimalFormatDecl",$l),Ml(109),Bl(116)... function T (line 1) | function T(){sc.startNonterminal("DFPropertyName",$l);switch(Jl){case 10... function N (line 1) | function N(){sc.startNonterminal("Import",$l);switch(Jl){case 155:jl(128... function C (line 1) | function C(){sc.startNonterminal("SchemaImport",$l),Ml(155),Bl(75),Ml(22... function k (line 1) | function k(){sc.startNonterminal("SchemaPrefix",$l);switch(Jl){case 187:... function L (line 1) | function L(){sc.startNonterminal("ModuleImport",$l),Ml(155),Bl(63),Ml(18... function A (line 1) | function A(){sc.startNonterminal("NamespaceDecl",$l),Ml(109),Bl(64),Ml(1... function O (line 1) | function O(){sc.startNonterminal("DefaultNamespaceDecl",$l),Ml(109),Bl(4... function M (line 1) | function M(){_l(109),Bl(49),_l(110),Bl(117);switch(Jl){case 122:_l(122);... function _ (line 1) | function _(){sc.startNonterminal("FTOptionDecl",$l),Ml(109),Bl(55),Ml(14... function D (line 1) | function D(){sc.startNonterminal("AnnotatedDecl",$l),Ml(109);for(;;){Bl(... function P (line 1) | function P(){sc.startNonterminal("CompatibilityAnnotation",$l),Ml(263),s... function H (line 1) | function H(){sc.startNonterminal("Annotation",$l),Ml(33),Bl(247),Pl(),Wa... function B (line 1) | function B(){_l(33),Bl(247),Xa(),Bl(194);if(Jl==35){_l(35),Bl(191),hi();... function j (line 1) | function j(){sc.startNonterminal("VarDecl",$l),Ml(268),Bl(21),Ml(31),Bl(... function F (line 1) | function F(){sc.startNonterminal("VarValue",$l),Rf(),sc.endNonterminal("... function I (line 1) | function I(){sc.startNonterminal("VarDefaultValue",$l),Rf(),sc.endNonter... function q (line 1) | function q(){sc.startNonterminal("ContextItemDecl",$l),Ml(109),Bl(46),Ml... function R (line 1) | function R(){sc.startNonterminal("ParamList",$l),z();for(;;){Bl(103);if(... function U (line 1) | function U(){W();for(;;){Bl(103);if(Jl!=42)break;_l(42),Bl(21),W()}} function z (line 1) | function z(){sc.startNonterminal("Param",$l),Ml(31),Bl(247),Pl(),Wa(),Bl... function W (line 1) | function W(){_l(31),Bl(247),Xa(),Bl(152),Jl==80&&Ts()} function X (line 1) | function X(){sc.startNonterminal("FunctionBody",$l),$(),sc.endNontermina... function V (line 1) | function V(){J()} function $ (line 1) | function $(){sc.startNonterminal("EnclosedExpr",$l),Ml(281),Bl(268),Pl()... function J (line 1) | function J(){_l(281),Bl(268),G(),_l(287)} function K (line 1) | function K(){sc.startNonterminal("OptionDecl",$l),Ml(109),Bl(69),Ml(203)... function Q (line 1) | function Q(){sc.startNonterminal("Expr",$l),Rf();for(;;){if(Jl!=42)break... function G (line 1) | function G(){Uf();for(;;){if(Jl!=42)break;_l(42),Bl(268),Uf()}} function Y (line 1) | function Y(){sc.startNonterminal("FLWORExpr",$l),et();for(;;){Bl(200);if... function Z (line 1) | function Z(){tt();for(;;){Bl(200);if(Jl==224||Jl==233)break;rt()}rn()} function et (line 1) | function et(){sc.startNonterminal("InitialClause",$l);switch(Jl){case 13... function tt (line 1) | function tt(){switch(Jl){case 139:case 142:jl(150);break;default:Xl=Jl}s... function nt (line 1) | function nt(){sc.startNonterminal("IntermediateClause",$l);switch(Jl){ca... function rt (line 1) | function rt(){switch(Jl){case 272:It();break;case 150:Rt();break;case 20... function it (line 1) | function it(){sc.startNonterminal("ForClause",$l);switch(Jl){case 139:Ml... function st (line 1) | function st(){switch(Jl){case 139:_l(139);break;default:_l(142)}Bl(21),u... function ot (line 1) | function ot(){sc.startNonterminal("ForBinding",$l),Ml(31),Bl(247),Pl(),E... function ut (line 1) | function ut(){_l(31),Bl(247),Si(),Bl(183),Jl==80&&Ts(),Bl(174),Jl==73&&f... function at (line 1) | function at(){sc.startNonterminal("AllowingEmpty",$l),Ml(73),Bl(52),Ml(1... function ft (line 1) | function ft(){_l(73),Bl(52),_l(124)} function lt (line 1) | function lt(){sc.startNonterminal("PositionalVar",$l),Ml(82),Bl(21),Ml(3... function ct (line 1) | function ct(){_l(82),Bl(21),_l(31),Bl(247),Si()} function ht (line 1) | function ht(){sc.startNonterminal("FTScoreVar",$l),Ml(232),Bl(21),Ml(31)... function pt (line 1) | function pt(){_l(232),Bl(21),_l(31),Bl(247),Si()} function dt (line 1) | function dt(){sc.startNonterminal("LetClause",$l),Ml(177),Bl(98),Pl(),mt... function vt (line 1) | function vt(){_l(177),Bl(98),gt();for(;;){if(Jl!=42)break;_l(42),Bl(98),... function mt (line 1) | function mt(){sc.startNonterminal("LetBinding",$l);switch(Jl){case 31:Ml... function gt (line 1) | function gt(){switch(Jl){case 31:_l(31),Bl(247),Si(),Bl(107),Jl==80&&Ts(... function yt (line 1) | function yt(){sc.startNonterminal("WindowClause",$l);switch(Jl){case 139... function bt (line 1) | function bt(){switch(Jl){case 139:_l(139);break;default:_l(142)}Bl(137);... function wt (line 1) | function wt(){sc.startNonterminal("TumblingWindowClause",$l),Ml(257),Bl(... function Et (line 1) | function Et(){_l(257),Bl(87),_l(275),Bl(21),_l(31),Bl(247),Si(),Bl(112),... function St (line 1) | function St(){sc.startNonterminal("SlidingWindowClause",$l),Ml(239),Bl(8... function xt (line 1) | function xt(){_l(239),Bl(87),_l(275),Bl(21),_l(31),Bl(247),Si(),Bl(112),... function Tt (line 1) | function Tt(){sc.startNonterminal("WindowStartCondition",$l),Ml(242),Bl(... function Nt (line 1) | function Nt(){_l(242),Bl(182),At(),Bl(85),_l(271),Bl(268),Uf()} function Ct (line 1) | function Ct(){sc.startNonterminal("WindowEndCondition",$l),Jl==202&&Ml(2... function kt (line 1) | function kt(){Jl==202&&_l(202),Bl(53),_l(127),Bl(182),At(),Bl(85),_l(271... function Lt (line 1) | function Lt(){sc.startNonterminal("WindowVars",$l),Jl==31&&(Ml(31),Bl(24... function At (line 1) | function At(){Jl==31&&(_l(31),Bl(247),Mt()),Bl(175),Jl==82&&ct(),Bl(162)... function Ot (line 1) | function Ot(){sc.startNonterminal("CurrentItem",$l),Wa(),sc.endNontermin... function Mt (line 1) | function Mt(){Xa()} function _t (line 1) | function _t(){sc.startNonterminal("PreviousItem",$l),Wa(),sc.endNontermi... function Dt (line 1) | function Dt(){Xa()} function Pt (line 1) | function Pt(){sc.startNonterminal("NextItem",$l),Wa(),sc.endNonterminal(... function Ht (line 1) | function Ht(){Xa()} function Bt (line 1) | function Bt(){sc.startNonterminal("CountClause",$l),Ml(106),Bl(21),Ml(31... function jt (line 1) | function jt(){_l(106),Bl(21),_l(31),Bl(247),Si()} function Ft (line 1) | function Ft(){sc.startNonterminal("WhereClause",$l),Ml(272),Bl(268),Pl()... function It (line 1) | function It(){_l(272),Bl(268),Uf()} function qt (line 1) | function qt(){sc.startNonterminal("GroupByClause",$l),Ml(150),Bl(37),Ml(... function Rt (line 1) | function Rt(){_l(150),Bl(37),_l(88),Bl(268),zt()} function Ut (line 1) | function Ut(){sc.startNonterminal("GroupingSpecList",$l),Wt();for(;;){Bl... function zt (line 1) | function zt(){Xt();for(;;){Bl(202);if(Jl!=42)break;_l(42),Bl(268),Xt()}} function Wt (line 1) | function Wt(){sc.startNonterminal("GroupingSpec",$l);switch(Jl){case 31:... function Xt (line 1) | function Xt(){switch(Jl){case 31:jl(247);break;default:Xl=Jl}if(Xl==3103... function Vt (line 1) | function Vt(){sc.startNonterminal("GroupingVariable",$l),Ml(31),Bl(247),... function $t (line 1) | function $t(){_l(31),Bl(247),Si()} function Jt (line 1) | function Jt(){sc.startNonterminal("OrderByClause",$l);switch(Jl){case 20... function Kt (line 1) | function Kt(){switch(Jl){case 205:_l(205),Bl(37),_l(88);break;default:_l... function Qt (line 1) | function Qt(){sc.startNonterminal("OrderSpecList",$l),Yt();for(;;){Bl(20... function Gt (line 1) | function Gt(){Zt();for(;;){Bl(202);if(Jl!=42)break;_l(42),Bl(268),Zt()}} function Yt (line 1) | function Yt(){sc.startNonterminal("OrderSpec",$l),Rf(),Pl(),en(),sc.endN... function Zt (line 1) | function Zt(){Uf(),tn()} function en (line 1) | function en(){sc.startNonterminal("OrderModifier",$l);if(Jl==81||Jl==114... function tn (line 1) | function tn(){if(Jl==81||Jl==114)switch(Jl){case 81:_l(81);break;default... function nn (line 1) | function nn(){sc.startNonterminal("ReturnClause",$l);switch(Jl){case 224... function rn (line 1) | function rn(){switch(Jl){case 224:_l(224);break;default:_l(233)}Bl(268),... function sn (line 1) | function sn(){sc.startNonterminal("QuantifiedExpr",$l);switch(Jl){case 2... function on (line 1) | function on(){switch(Jl){case 240:_l(240);break;default:_l(130)}Bl(21),_... function un (line 1) | function un(){sc.startNonterminal("SwitchExpr",$l),Ml(248),Bl(22),Ml(35)... function an (line 1) | function an(){_l(248),Bl(22),_l(35),Bl(268),G(),_l(38);for(;;){Bl(38),ln... function fn (line 1) | function fn(){sc.startNonterminal("SwitchCaseClause",$l);for(;;){Ml(89),... function ln (line 1) | function ln(){for(;;){_l(89),Bl(268),hn();if(Jl!=89)break}switch(Jl){cas... function cn (line 1) | function cn(){sc.startNonterminal("SwitchCaseOperand",$l),Rf(),sc.endNon... function hn (line 1) | function hn(){Uf()} function pn (line 1) | function pn(){sc.startNonterminal("TypeswitchExpr",$l),Ml(259),Bl(22),Ml... function dn (line 1) | function dn(){_l(259),Bl(22),_l(35),Bl(268),G(),_l(38);for(;;){Bl(38),mn... function vn (line 1) | function vn(){sc.startNonterminal("CaseClause",$l),Ml(89),Bl(259),Jl==31... function mn (line 1) | function mn(){_l(89),Bl(259),Jl==31&&(_l(31),Bl(247),Si(),Bl(33),_l(80))... function gn (line 1) | function gn(){sc.startNonterminal("SequenceTypeUnion",$l),Ns();for(;;){B... function yn (line 1) | function yn(){Cs();for(;;){Bl(163);if(Jl!=284)break;_l(284),Bl(255),Cs()}} function bn (line 1) | function bn(){sc.startNonterminal("IfExpr",$l),Ml(154),Bl(22),Ml(35),Bl(... function wn (line 1) | function wn(){_l(154),Bl(22),_l(35),Bl(268),G(),_l(38),Bl(79),_l(250),Bl... function En (line 1) | function En(){sc.startNonterminal("TryCatchExpr",$l),xn();for(;;){Bl(39)... function Sn (line 1) | function Sn(){Tn();for(;;){Bl(39),Ln(),Bl(209);if(Jl!=92)break}} function xn (line 1) | function xn(){sc.startNonterminal("TryClause",$l),Ml(256),Bl(89),Ml(281)... function Tn (line 1) | function Tn(){_l(256),Bl(89),_l(281),Bl(268),Cn(),_l(287)} function Nn (line 1) | function Nn(){sc.startNonterminal("TryTargetExpr",$l),Q(),sc.endNontermi... function Cn (line 1) | function Cn(){G()} function kn (line 1) | function kn(){sc.startNonterminal("CatchClause",$l),Ml(92),Bl(250),Pl(),... function Ln (line 1) | function Ln(){_l(92),Bl(250),On(),_l(281),Bl(268),G(),_l(287)} function An (line 1) | function An(){sc.startNonterminal("CatchErrorList",$l),Kr();for(;;){Bl(1... function On (line 1) | function On(){Qr();for(;;){Bl(138);if(Jl!=284)break;_l(284),Bl(250),Qr()}} function Mn (line 1) | function Mn(){sc.startNonterminal("OrExpr",$l),Dn();for(;;){if(Jl!=204)b... function _n (line 1) | function _n(){Pn();for(;;){if(Jl!=204)break;_l(204),Bl(268),Pn()}} function Dn (line 1) | function Dn(){sc.startNonterminal("AndExpr",$l),Hn();for(;;){if(Jl!=76)b... function Pn (line 1) | function Pn(){Bn();for(;;){if(Jl!=76)break;_l(76),Bl(268),Bn()}} function Hn (line 1) | function Hn(){sc.startNonterminal("NotExpr",$l);for(;;){Bl(268);if(Jl!=1... function Bn (line 1) | function Bn(){for(;;){Bl(268);if(Jl!=196)break;_l(196)}Fn()} function jn (line 1) | function jn(){sc.startNonterminal("ComparisonExpr",$l),In();if(Jl==27||J... function Fn (line 1) | function Fn(){qn();if(Jl==27||Jl==55||Jl==58||Jl==59||Jl==61||Jl==62||Jl... function In (line 1) | function In(){sc.startNonterminal("FTContainsExpr",$l),Rn(),Jl==100&&(Ml... function qn (line 1) | function qn(){Un(),Jl==100&&(_l(100),Bl(78),_l(249),Bl(178),iu(),Jl==277... function Rn (line 1) | function Rn(){sc.startNonterminal("StringConcatExpr",$l),zn();for(;;){if... function Un (line 1) | function Un(){Wn();for(;;){if(Jl!=285)break;_l(285),Bl(267),Wn()}} function zn (line 1) | function zn(){sc.startNonterminal("RangeExpr",$l),Xn(),Jl==253&&(Ml(253)... function Wn (line 1) | function Wn(){Vn(),Jl==253&&(_l(253),Bl(267),Vn())} function Xn (line 1) | function Xn(){sc.startNonterminal("AdditiveExpr",$l),$n();for(;;){if(Jl!... function Vn (line 1) | function Vn(){Jn();for(;;){if(Jl!=41&&Jl!=43)break;switch(Jl){case 41:_l... function $n (line 1) | function $n(){sc.startNonterminal("MultiplicativeExpr",$l),Kn();for(;;){... function Jn (line 1) | function Jn(){Qn();for(;;){if(Jl!=39&&Jl!=119&&Jl!=153&&Jl!=183)break;sw... function Kn (line 1) | function Kn(){sc.startNonterminal("UnionExpr",$l),Gn();for(;;){if(Jl!=26... function Qn (line 1) | function Qn(){Yn();for(;;){if(Jl!=260&&Jl!=284)break;switch(Jl){case 260... function Gn (line 1) | function Gn(){sc.startNonterminal("IntersectExceptExpr",$l),Zn();for(;;)... function Yn (line 1) | function Yn(){er();for(;;){Bl(223);if(Jl!=132&&Jl!=164)break;switch(Jl){... function Zn (line 1) | function Zn(){sc.startNonterminal("InstanceofExpr",$l),tr(),Bl(224),Jl==... function er (line 1) | function er(){nr(),Bl(224),Jl==162&&(_l(162),Bl(67),_l(200),Bl(255),Cs())} function tr (line 1) | function tr(){sc.startNonterminal("TreatExpr",$l),rr(),Bl(225),Jl==254&&... function nr (line 1) | function nr(){ir(),Bl(225),Jl==254&&(_l(254),Bl(33),_l(80),Bl(255),Cs())} function rr (line 1) | function rr(){sc.startNonterminal("CastableExpr",$l),sr(),Bl(226),Jl==91... function ir (line 1) | function ir(){or(),Bl(226),Jl==91&&(_l(91),Bl(33),_l(80),Bl(247),Ss())} function sr (line 1) | function sr(){sc.startNonterminal("CastExpr",$l),ur(),Bl(228),Jl==90&&(M... function or (line 1) | function or(){ar(),Bl(228),Jl==90&&(_l(90),Bl(33),_l(80),Bl(247),Ss())} function ur (line 1) | function ur(){sc.startNonterminal("UnaryExpr",$l);for(;;){Bl(267);if(Jl!... function ar (line 1) | function ar(){for(;;){Bl(267);if(Jl!=41&&Jl!=43)break;switch(Jl){case 43... function fr (line 1) | function fr(){sc.startNonterminal("ValueExpr",$l);switch(Jl){case 266:jl... function lr (line 1) | function lr(){switch(Jl){case 266:jl(189);break;default:Xl=Jl}switch(Xl)... function cr (line 1) | function cr(){sc.startNonterminal("SimpleMapExpr",$l),kr();for(;;){if(Jl... function hr (line 1) | function hr(){Lr();for(;;){if(Jl!=26)break;_l(26),Bl(264),Lr()}} function pr (line 1) | function pr(){sc.startNonterminal("GeneralComp",$l);switch(Jl){case 61:M... function dr (line 1) | function dr(){switch(Jl){case 61:_l(61);break;case 27:_l(27);break;case ... function vr (line 1) | function vr(){sc.startNonterminal("ValueComp",$l);switch(Jl){case 129:Ml... function mr (line 1) | function mr(){switch(Jl){case 129:_l(129);break;case 189:_l(189);break;c... function gr (line 1) | function gr(){sc.startNonterminal("NodeComp",$l);switch(Jl){case 166:Ml(... function yr (line 1) | function yr(){switch(Jl){case 166:_l(166);break;case 58:_l(58);break;def... function br (line 1) | function br(){sc.startNonterminal("ValidateExpr",$l),Ml(266),Bl(176);if(... function wr (line 1) | function wr(){_l(266),Bl(176);if(Jl!=281)switch(Jl){case 258:_l(258),Bl(... function Er (line 1) | function Er(){sc.startNonterminal("ValidationMode",$l);switch(Jl){case 1... function Sr (line 1) | function Sr(){switch(Jl){case 174:_l(174);break;default:_l(245)}} function xr (line 1) | function xr(){sc.startNonterminal("ExtensionExpr",$l);for(;;){Pl(),Nr(),... function Tr (line 1) | function Tr(){for(;;){Cr(),Bl(102);if(Jl!=36)break}_l(281),Bl(276),Jl!=2... function Nr (line 1) | function Nr(){sc.startNonterminal("Pragma",$l),Ml(36),Fl(244),Jl==21&&Ml... function Cr (line 1) | function Cr(){_l(36),Fl(244),Jl==21&&_l(21),Xa(),Fl(10),Jl==21&&(_l(21),... function kr (line 1) | function kr(){sc.startNonterminal("PathExpr",$l);switch(Jl){case 47:Ml(4... function Lr (line 1) | function Lr(){switch(Jl){case 47:_l(47),Bl(290);switch(Jl){case 25:case ... function Ar (line 1) | function Ar(){sc.startNonterminal("RelativePathExpr",$l),Gr();for(;;){sw... function Or (line 1) | function Or(){Yr();for(;;){switch(Jl){case 26:jl(266);break;default:Xl=J... function Mr (line 1) | function Mr(){sc.startNonterminal("StepExpr",$l);switch(Jl){case 83:jl(2... function _r (line 1) | function _r(){switch(Jl){case 83:jl(289);break;case 122:jl(288);break;ca... function Dr (line 1) | function Dr(){sc.startNonterminal("AxisStep",$l);switch(Jl){case 74:case... function Pr (line 1) | function Pr(){switch(Jl){case 74:case 75:case 210:case 216:case 217:jl(2... function Hr (line 1) | function Hr(){sc.startNonterminal("ForwardStep",$l);switch(Jl){case 83:j... function Br (line 1) | function Br(){switch(Jl){case 83:jl(237);break;case 94:case 112:case 113... function jr (line 1) | function jr(){sc.startNonterminal("ForwardAxis",$l);switch(Jl){case 94:M... function Fr (line 1) | function Fr(){switch(Jl){case 94:_l(94),Bl(27),_l(52);break;case 112:_l(... function Ir (line 1) | function Ir(){sc.startNonterminal("AbbrevForwardStep",$l),Jl==67&&Ml(67)... function qr (line 1) | function qr(){Jl==67&&_l(67),Bl(250),Jr()} function Rr (line 1) | function Rr(){sc.startNonterminal("ReverseStep",$l);switch(Jl){case 46:X... function Ur (line 1) | function Ur(){switch(Jl){case 46:Vr();break;default:Wr(),Bl(250),Jr()}} function zr (line 1) | function zr(){sc.startNonterminal("ReverseAxis",$l);switch(Jl){case 210:... function Wr (line 1) | function Wr(){switch(Jl){case 210:_l(210),Bl(27),_l(52);break;case 74:_l... function Xr (line 1) | function Xr(){sc.startNonterminal("AbbrevReverseStep",$l),Ml(46),sc.endN... function Vr (line 1) | function Vr(){_l(46)} function $r (line 1) | function $r(){sc.startNonterminal("NodeTest",$l);switch(Jl){case 83:case... function Jr (line 1) | function Jr(){switch(Jl){case 83:case 97:case 121:case 122:case 188:case... function Kr (line 1) | function Kr(){sc.startNonterminal("NameTest",$l);switch(Jl){case 5:Ml(5)... function Qr (line 1) | function Qr(){switch(Jl){case 5:_l(5);break;default:Xa()}} function Gr (line 1) | function Gr(){sc.startNonterminal("PostfixExpr",$l),vl();for(;;){Bl(236)... function Yr (line 1) | function Yr(){ml();for(;;){Bl(236);if(Jl!=35&&Jl!=45&&Jl!=69)break;switc... function Zr (line 1) | function Zr(){sc.startNonterminal("ObjectLookup",$l),Ml(45),Bl(252);swit... function ei (line 1) | function ei(){_l(45),Bl(252);switch(Jl){case 11:_l(11);break;case 35:Ti(... function ti (line 1) | function ti(){sc.startNonterminal("ArrayLookup",$l),Ml(69),Bl(31),Ml(69)... function ni (line 1) | function ni(){_l(69),Bl(31),_l(69),Bl(268),G(),_l(70),Bl(32),_l(70)} function ri (line 1) | function ri(){sc.startNonterminal("ArrayUnboxing",$l),Ml(69),Bl(32),Ml(7... function ii (line 1) | function ii(){_l(69),Bl(32),_l(70)} function si (line 1) | function si(){sc.startNonterminal("ArgumentList",$l),Ml(35),Bl(281);if(J... function oi (line 1) | function oi(){_l(35),Bl(281);if(Jl!=38){Pi();for(;;){Bl(103);if(Jl!=42)b... function ui (line 1) | function ui(){sc.startNonterminal("PredicateList",$l);for(;;){Bl(229);if... function ai (line 1) | function ai(){for(;;){Bl(229);if(Jl!=69)break;li()}} function fi (line 1) | function fi(){sc.startNonterminal("Predicate",$l),Ml(69),Bl(268),Pl(),Q(... function li (line 1) | function li(){_l(69),Bl(268),G(),_l(70)} function ci (line 1) | function ci(){sc.startNonterminal("Literal",$l);switch(Jl){case 11:Ml(11... function hi (line 1) | function hi(){switch(Jl){case 11:_l(11);break;case 135:case 255:di();bre... function pi (line 1) | function pi(){sc.startNonterminal("BooleanLiteral",$l);switch(Jl){case 2... function di (line 1) | function di(){switch(Jl){case 255:_l(255);break;default:_l(135)}} function vi (line 1) | function vi(){sc.startNonterminal("NullLiteral",$l),Ml(197),sc.endNonter... function mi (line 1) | function mi(){_l(197)} function gi (line 1) | function gi(){sc.startNonterminal("NumericLiteral",$l);switch(Jl){case 8... function yi (line 1) | function yi(){switch(Jl){case 8:_l(8);break;case 9:_l(9);break;default:_... function bi (line 1) | function bi(){sc.startNonterminal("VarRef",$l),Ml(31),Bl(247),Pl(),Ei(),... function wi (line 1) | function wi(){_l(31),Bl(247),Si()} function Ei (line 1) | function Ei(){sc.startNonterminal("VarName",$l),Wa(),sc.endNonterminal("... function Si (line 1) | function Si(){Xa()} function xi (line 1) | function xi(){sc.startNonterminal("ParenthesizedExpr",$l),Ml(35),Bl(271)... function Ti (line 1) | function Ti(){_l(35),Bl(271),Jl!=38&&G(),_l(38)} function Ni (line 1) | function Ni(){sc.startNonterminal("ContextItemExpr",$l),Ml(32),sc.endNon... function Ci (line 1) | function Ci(){_l(32)} function ki (line 1) | function ki(){sc.startNonterminal("OrderedExpr",$l),Ml(206),Bl(89),Ml(28... function Li (line 1) | function Li(){_l(206),Bl(89),_l(281),Bl(268),G(),_l(287)} function Ai (line 1) | function Ai(){sc.startNonterminal("UnorderedExpr",$l),Ml(262),Bl(89),Ml(... function Oi (line 1) | function Oi(){_l(262),Bl(89),_l(281),Bl(268),G(),_l(287)} function Mi (line 1) | function Mi(){sc.startNonterminal("FunctionCall",$l),Va(),Bl(22),Pl(),si... function _i (line 1) | function _i(){$a(),Bl(22),oi()} function Di (line 1) | function Di(){sc.startNonterminal("Argument",$l);switch(Jl){case 65:Hi()... function Pi (line 1) | function Pi(){switch(Jl){case 65:Bi();break;default:Uf()}} function Hi (line 1) | function Hi(){sc.startNonterminal("ArgumentPlaceholder",$l),Ml(65),sc.en... function Bi (line 1) | function Bi(){_l(65)} function ji (line 1) | function ji(){sc.startNonterminal("Constructor",$l);switch(Jl){case 55:c... function Fi (line 1) | function Fi(){switch(Jl){case 55:case 56:case 60:qi();break;default:is()}} function Ii (line 1) | function Ii(){sc.startNonterminal("DirectConstructor",$l);switch(Jl){cas... function qi (line 1) | function qi(){switch(Jl){case 55:Ui();break;case 56:es();break;default:n... function Ri (line 1) | function Ri(){sc.startNonterminal("DirElemConstructor",$l),Ml(55),Fl(4),... function Ui (line 1) | function Ui(){_l(55),Fl(4),_l(20),Wi();switch(Jl){case 49:_l(49);break;d... function zi (line 1) | function zi(){sc.startNonterminal("DirAttributeList",$l);for(;;){Fl(19);... function Wi (line 1) | function Wi(){for(;;){Fl(19);if(Jl!=21)break;_l(21),Fl(93),Jl==20&&(_l(2... function Xi (line 1) | function Xi(){sc.startNonterminal("DirAttributeValue",$l),Fl(14);switch(... function Vi (line 1) | function Vi(){Fl(14);switch(Jl){case 28:_l(28);for(;;){Fl(186);if(Jl==28... function $i (line 1) | function $i(){sc.startNonterminal("QuotAttrValueContent",$l);switch(Jl){... function Ji (line 1) | function Ji(){switch(Jl){case 16:_l(16);break;default:nl()}} function Ki (line 1) | function Ki(){sc.startNonterminal("AposAttrValueContent",$l);switch(Jl){... function Qi (line 1) | function Qi(){switch(Jl){case 17:_l(17);break;default:nl()}} function Gi (line 1) | function Gi(){sc.startNonterminal("DirElemContent",$l);switch(Jl){case 5... function Yi (line 1) | function Yi(){switch(Jl){case 55:case 56:case 60:qi();break;case 4:_l(4)... function Zi (line 1) | function Zi(){sc.startNonterminal("DirCommentConstructor",$l),Ml(56),Fl(... function es (line 1) | function es(){_l(56),Fl(1),_l(2),Fl(6),_l(44)} function ts (line 1) | function ts(){sc.startNonterminal("DirPIConstructor",$l),Ml(60),Fl(3),Ml... function ns (line 1) | function ns(){_l(60),Fl(3),_l(18),Fl(13),Jl==21&&(_l(21),Fl(2),_l(3)),Fl... function rs (line 1) | function rs(){sc.startNonterminal("ComputedConstructor",$l);switch(Jl){c... function is (line 1) | function is(){switch(Jl){case 120:ol();break;case 122:os();break;case 83... function ss (line 1) | function ss(){sc.startNonterminal("CompElemConstructor",$l),Ml(122),Bl(2... function os (line 1) | function os(){_l(122),Bl(251);switch(Jl){case 281:_l(281),Bl(268),G(),_l... function us (line 1) | function us(){sc.startNonterminal("CompNamespaceConstructor",$l),Ml(187)... function as (line 1) | function as(){_l(187),Bl(243);switch(Jl){case 281:_l(281),Bl(268),hs(),_... function fs (line 1) | function fs(){sc.startNonterminal("Prefix",$l),Ja(),sc.endNonterminal("P... function ls (line 1) | function ls(){Ka()} function cs (line 1) | function cs(){sc.startNonterminal("PrefixExpr",$l),Q(),sc.endNonterminal... function hs (line 1) | function hs(){G()} function ps (line 1) | function ps(){sc.startNonterminal("URIExpr",$l),Q(),sc.endNonterminal("U... function ds (line 1) | function ds(){G()} function vs (line 1) | function vs(){sc.startNonterminal("FunctionItemExpr",$l);switch(Jl){case... function ms (line 1) | function ms(){switch(Jl){case 147:jl(94);break;default:Xl=Jl}switch(Xl){... function gs (line 1) | function gs(){sc.startNonterminal("NamedFunctionRef",$l),Wa(),Bl(20),Ml(... function ys (line 1) | function ys(){Xa(),Bl(20),_l(29),Bl(16),_l(8)} function bs (line 1) | function bs(){sc.startNonterminal("InlineFunctionExpr",$l);for(;;){Bl(99... function ws (line 1) | function ws(){for(;;){Bl(99);if(Jl!=33)break;B()}_l(147),Bl(22),_l(35),B... function Es (line 1) | function Es(){sc.startNonterminal("SingleType",$l),To(),Bl(227),Jl==65&&... function Ss (line 1) | function Ss(){No(),Bl(227),Jl==65&&_l(65)} function xs (line 1) | function xs(){sc.startNonterminal("TypeDeclaration",$l),Ml(80),Bl(255),P... function Ts (line 1) | function Ts(){_l(80),Bl(255),Cs()} function Ns (line 1) | function Ns(){sc.startNonterminal("SequenceType",$l);switch(Jl){case 35:... function Cs (line 1) | function Cs(){switch(Jl){case 35:jl(260);break;case 125:jl(234);break;de... function ks (line 1) | function ks(){sc.startNonterminal("OccurrenceIndicator",$l);switch(Jl){c... function Ls (line 1) | function Ls(){switch(Jl){case 65:_l(65);break;case 40:_l(40);break;defau... function As (line 1) | function As(){sc.startNonterminal("ItemType",$l);switch(Jl){case 79:case... function Os (line 1) | function Os(){switch(Jl){case 79:case 83:case 97:case 121:case 122:case ... function Ms (line 1) | function Ms(){sc.startNonterminal("JSONTest",$l);switch(Jl){case 169:Hs(... function _s (line 1) | function _s(){switch(Jl){case 169:Bs();break;case 198:Fs();break;default... function Ds (line 1) | function Ds(){sc.startNonterminal("StructuredItemTest",$l),Ml(247),Bl(23... function Ps (line 1) | function Ps(){_l(247),Bl(234),Jl==35&&(_l(35),Bl(23),_l(38))} function Hs (line 1) | function Hs(){sc.startNonterminal("JSONItemTest",$l),Ml(169),Bl(234),Jl=... function Bs (line 1) | function Bs(){_l(169),Bl(234),Jl==35&&(_l(35),Bl(23),_l(38))} function js (line 1) | function js(){sc.startNonterminal("JSONObjectTest",$l),Ml(198),Bl(234),J... function Fs (line 1) | function Fs(){_l(198),Bl(234),Jl==35&&(_l(35),Bl(23),_l(38))} function Is (line 1) | function Is(){sc.startNonterminal("JSONArrayTest",$l),Ml(79),Bl(234),Jl=... function qs (line 1) | function qs(){_l(79),Bl(234),Jl==35&&(_l(35),Bl(23),_l(38))} function Rs (line 1) | function Rs(){sc.startNonterminal("AtomicOrUnionType",$l),Wa(),sc.endNon... function Us (line 1) | function Us(){Xa()} function zs (line 1) | function zs(){sc.startNonterminal("KindTest",$l);switch(Jl){case 121:$s(... function Ws (line 1) | function Ws(){switch(Jl){case 121:Js();break;case 122:ho();break;case 83... function Xs (line 1) | function Xs(){sc.startNonterminal("AnyKindTest",$l),Ml(194),Bl(22),Ml(35... function Vs (line 1) | function Vs(){_l(194),Bl(22),_l(35),Bl(23),_l(38)} function $s (line 1) | function $s(){sc.startNonterminal("DocumentTest",$l),Ml(121),Bl(22),Ml(3... function Js (line 1) | function Js(){_l(121),Bl(22),_l(35),Bl(153);if(Jl!=38)switch(Jl){case 12... function Ks (line 1) | function Ks(){sc.startNonterminal("TextTest",$l),Ml(249),Bl(22),Ml(35),B... function Qs (line 1) | function Qs(){_l(249),Bl(22),_l(35),Bl(23),_l(38)} function Gs (line 1) | function Gs(){sc.startNonterminal("CommentTest",$l),Ml(97),Bl(22),Ml(35)... function Ys (line 1) | function Ys(){_l(97),Bl(22),_l(35),Bl(23),_l(38)} function Zs (line 1) | function Zs(){sc.startNonterminal("NamespaceNodeTest",$l),Ml(188),Bl(22)... function eo (line 1) | function eo(){_l(188),Bl(22),_l(35),Bl(23),_l(38)} function to (line 1) | function to(){sc.startNonterminal("PITest",$l),Ml(220),Bl(22),Ml(35),Bl(... function no (line 1) | function no(){_l(220),Bl(22),_l(35),Bl(245);if(Jl!=38)switch(Jl){case 11... function ro (line 1) | function ro(){sc.startNonterminal("AttributeTest",$l),Ml(83),Bl(22),Ml(3... function io (line 1) | function io(){_l(83),Bl(22),_l(35),Bl(256),Jl!=38&&(oo(),Bl(103),Jl==42&... function so (line 1) | function so(){sc.startNonterminal("AttribNameOrWildcard",$l);switch(Jl){... function oo (line 1) | function oo(){switch(Jl){case 39:_l(39);break;default:Eo()}} function uo (line 1) | function uo(){sc.startNonterminal("SchemaAttributeTest",$l),Ml(230),Bl(2... function ao (line 1) | function ao(){_l(230),Bl(22),_l(35),Bl(247),lo(),Bl(23),_l(38)} function fo (line 1) | function fo(){sc.startNonterminal("AttributeDeclaration",$l),wo(),sc.end... function lo (line 1) | function lo(){Eo()} function co (line 1) | function co(){sc.startNonterminal("ElementTest",$l),Ml(122),Bl(22),Ml(35... function ho (line 1) | function ho(){_l(122),Bl(22),_l(35),Bl(256),Jl!=38&&(vo(),Bl(103),Jl==42... function po (line 1) | function po(){sc.startNonterminal("ElementNameOrWildcard",$l);switch(Jl)... function vo (line 1) | function vo(){switch(Jl){case 39:_l(39);break;default:xo()}} function mo (line 1) | function mo(){sc.startNonterminal("SchemaElementTest",$l),Ml(231),Bl(22)... function go (line 1) | function go(){_l(231),Bl(22),_l(35),Bl(247),bo(),Bl(23),_l(38)} function yo (line 1) | function yo(){sc.startNonterminal("ElementDeclaration",$l),So(),sc.endNo... function bo (line 1) | function bo(){xo()} function wo (line 1) | function wo(){sc.startNonterminal("AttributeName",$l),Wa(),sc.endNonterm... function Eo (line 1) | function Eo(){Xa()} function So (line 1) | function So(){sc.startNonterminal("ElementName",$l),Wa(),sc.endNontermin... function xo (line 1) | function xo(){Xa()} function To (line 1) | function To(){sc.startNonterminal("SimpleTypeName",$l),Co(),sc.endNonter... function No (line 1) | function No(){ko()} function Co (line 1) | function Co(){sc.startNonterminal("TypeName",$l),Wa(),sc.endNonterminal(... function ko (line 1) | function ko(){Xa()} function Lo (line 1) | function Lo(){sc.startNonterminal("FunctionTest",$l);for(;;){Bl(99);if(J... function Ao (line 1) | function Ao(){for(;;){Bl(99);if(Jl!=33)break;B()}switch(Jl){case 147:jl(... function Oo (line 1) | function Oo(){sc.startNonterminal("AnyFunctionTest",$l),Ml(147),Bl(22),M... function Mo (line 1) | function Mo(){_l(147),Bl(22),_l(35),Bl(24),_l(39),Bl(23),_l(38)} function _o (line 1) | function _o(){sc.startNonterminal("TypedFunctionTest",$l),Ml(147),Bl(22)... function Do (line 1) | function Do(){_l(147),Bl(22),_l(35),Bl(260);if(Jl!=38){Cs();for(;;){Bl(1... function Po (line 1) | function Po(){sc.startNonterminal("ParenthesizedItemType",$l),Ml(35),Bl(... function Ho (line 1) | function Ho(){_l(35),Bl(255),Os(),Bl(23),_l(38)} function Bo (line 1) | function Bo(){sc.startNonterminal("RevalidationDecl",$l),Ml(109),Bl(74),... function jo (line 1) | function jo(){sc.startNonterminal("InsertExprTargetChoice",$l);switch(Jl... function Fo (line 1) | function Fo(){switch(Jl){case 71:_l(71);break;case 85:_l(85);break;defau... function Io (line 1) | function Io(){sc.startNonterminal("InsertExpr",$l),Ml(161),Bl(131);switc... function qo (line 1) | function qo(){_l(161),Bl(131);switch(Jl){case 194:_l(194);break;default:... function Ro (line 1) | function Ro(){sc.startNonterminal("DeleteExpr",$l),Ml(111),Bl(131);switc... function Uo (line 1) | function Uo(){_l(111),Bl(131);switch(Jl){case 194:_l(194);break;default:... function zo (line 1) | function zo(){sc.startNonterminal("ReplaceExpr",$l),Ml(223),Bl(132),Jl==... function Wo (line 1) | function Wo(){_l(223),Bl(132),Jl==267&&(_l(267),Bl(67),_l(200)),Bl(65),_... function Xo (line 1) | function Xo(){sc.startNonterminal("RenameExpr",$l),Ml(222),Bl(65),Ml(194... function Vo (line 1) | function Vo(){_l(222),Bl(65),_l(194),Bl(268),Qo(),_l(80),Bl(268),Yo()} function $o (line 1) | function $o(){sc.startNonterminal("SourceExpr",$l),Rf(),sc.endNontermina... function Jo (line 1) | function Jo(){Uf()} function Ko (line 1) | function Ko(){sc.startNonterminal("TargetExpr",$l),Rf(),sc.endNontermina... function Qo (line 1) | function Qo(){Uf()} function Go (line 1) | function Go(){sc.startNonterminal("NewNameExpr",$l),Rf(),sc.endNontermin... function Yo (line 1) | function Yo(){Uf()} function Zo (line 1) | function Zo(){sc.startNonterminal("TransformExpr",$l),Ml(104),Bl(21),Pl(... function eu (line 1) | function eu(){_l(104),Bl(21),nu();for(;;){if(Jl!=42)break;_l(42),Bl(21),... function tu (line 1) | function tu(){sc.startNonterminal("TransformSpec",$l),Ml(31),Bl(247),Pl(... function nu (line 1) | function nu(){_l(31),Bl(247),Si(),Bl(28),_l(53),Bl(268),Uf()} function ru (line 1) | function ru(){sc.startNonterminal("FTSelection",$l),uu();for(;;){Bl(213)... function iu (line 1) | function iu(){au();for(;;){Bl(213);switch(Jl){case 82:jl(160);break;defa... function su (line 1) | function su(){sc.startNonterminal("FTWeight",$l),Ml(270),Bl(89),Ml(281),... function ou (line 1) | function ou(){_l(270),Bl(89),_l(281),Bl(268),G(),_l(287)} function uu (line 1) | function uu(){sc.startNonterminal("FTOr",$l),fu();for(;;){if(Jl!=146)bre... function au (line 1) | function au(){lu();for(;;){if(Jl!=146)break;_l(146),Bl(178),lu()}} function fu (line 1) | function fu(){sc.startNonterminal("FTAnd",$l),cu();for(;;){if(Jl!=144)br... function lu (line 1) | function lu(){hu();for(;;){if(Jl!=144)break;_l(144),Bl(178),hu()}} function cu (line 1) | function cu(){sc.startNonterminal("FTMildNot",$l),pu();for(;;){Bl(214);i... function hu (line 1) | function hu(){du();for(;;){Bl(214);if(Jl!=196)break;_l(196),Bl(56),_l(15... function pu (line 1) | function pu(){sc.startNonterminal("FTUnaryNot",$l),Jl==145&&Ml(145),Bl(1... function du (line 1) | function du(){Jl==145&&_l(145),Bl(165),mu()} function vu (line 1) | function vu(){sc.startNonterminal("FTPrimaryWithOptions",$l),gu(),Bl(215... function mu (line 1) | function mu(){yu(),Bl(215),Jl==265&&Ju(),Jl==270&&ou()} function gu (line 1) | function gu(){sc.startNonterminal("FTPrimary",$l);switch(Jl){case 35:Ml(... function yu (line 1) | function yu(){switch(Jl){case 35:_l(35),Bl(178),iu(),_l(38);break;case 3... function bu (line 1) | function bu(){sc.startNonterminal("FTWords",$l),Eu(),Bl(222);if(Jl==72||... function wu (line 1) | function wu(){Su(),Bl(222),(Jl==72||Jl==77||Jl==214)&&Cu()} function Eu (line 1) | function Eu(){sc.startNonterminal("FTWordsValue",$l);switch(Jl){case 11:... function Su (line 1) | function Su(){switch(Jl){case 11:_l(11);break;default:_l(281),Bl(268),G(... function xu (line 1) | function xu(){sc.startNonterminal("FTExtensionSelection",$l);for(;;){Pl(... function Tu (line 1) | function Tu(){for(;;){Cr(),Bl(102);if(Jl!=36)break}_l(281),Bl(185),Jl!=2... function Nu (line 1) | function Nu(){sc.startNonterminal("FTAnyallOption",$l);switch(Jl){case 7... function Cu (line 1) | function Cu(){switch(Jl){case 77:_l(77),Bl(220),Jl==278&&_l(278);break;c... function ku (line 1) | function ku(){sc.startNonterminal("FTTimes",$l),Ml(199),Bl(158),Pl(),Au(... function Lu (line 1) | function Lu(){_l(199),Bl(158),Ou(),_l(252)} function Au (line 1) | function Au(){sc.startNonterminal("FTRange",$l);switch(Jl){case 131:Ml(1... function Ou (line 1) | function Ou(){switch(Jl){case 131:_l(131),Bl(267),Vn();break;case 82:_l(... function Mu (line 1) | function Mu(){sc.startNonterminal("FTPosFilter",$l);switch(Jl){case 206:... function _u (line 1) | function _u(){switch(Jl){case 206:Pu();break;case 275:Bu();break;case 11... function Du (line 1) | function Du(){sc.startNonterminal("FTOrder",$l),Ml(206),sc.endNontermina... function Pu (line 1) | function Pu(){_l(206)} function Hu (line 1) | function Hu(){sc.startNonterminal("FTWindow",$l),Ml(275),Bl(267),Pl(),Xn... function Bu (line 1) | function Bu(){_l(275),Bl(267),Vn(),qu()} function ju (line 1) | function ju(){sc.startNonterminal("FTDistance",$l),Ml(118),Bl(158),Pl(),... function Fu (line 1) | function Fu(){_l(118),Bl(158),Ou(),qu()} function Iu (line 1) | function Iu(){sc.startNonterminal("FTUnit",$l);switch(Jl){case 279:Ml(27... function qu (line 1) | function qu(){switch(Jl){case 279:_l(279);break;case 237:_l(237);break;d... function Ru (line 1) | function Ru(){sc.startNonterminal("FTScope",$l);switch(Jl){case 227:Ml(2... function Uu (line 1) | function Uu(){switch(Jl){case 227:_l(227);break;default:_l(116)}Bl(134),... function zu (line 1) | function zu(){sc.startNonterminal("FTBigUnit",$l);switch(Jl){case 236:Ml... function Wu (line 1) | function Wu(){switch(Jl){case 236:_l(236);break;default:_l(208)}} function Xu (line 1) | function Xu(){sc.startNonterminal("FTContent",$l);switch(Jl){case 82:Ml(... function Vu (line 1) | function Vu(){switch(Jl){case 82:_l(82),Bl(119);switch(Jl){case 242:_l(2... function $u (line 1) | function $u(){sc.startNonterminal("FTMatchOptions",$l);for(;;){Ml(265),B... function Ju (line 1) | function Ju(){for(;;){_l(265),Bl(204),Qu(),Bl(215);if(Jl!=265)break}} function Ku (line 1) | function Ku(){sc.startNonterminal("FTMatchOption",$l);switch(Jl){case 19... function Qu (line 1) | function Qu(){switch(Jl){case 191:jl(177);break;default:Xl=Jl}switch(Xl)... function Gu (line 1) | function Gu(){sc.startNonterminal("FTCaseOption",$l);switch(Jl){case 89:... function Yu (line 1) | function Yu(){switch(Jl){case 89:_l(89),Bl(126);switch(Jl){case 160:_l(1... function Zu (line 1) | function Zu(){sc.startNonterminal("FTDiacriticsOption",$l),Ml(115),Bl(12... function ea (line 1) | function ea(){_l(115),Bl(126);switch(Jl){case 160:_l(160);break;default:... function ta (line 1) | function ta(){sc.startNonterminal("FTStemOption",$l);switch(Jl){case 243... function na (line 1) | function na(){switch(Jl){case 243:_l(243);break;default:_l(191),Bl(76),_... function ra (line 1) | function ra(){sc.startNonterminal("FTThesaurusOption",$l);switch(Jl){cas... function ia (line 1) | function ia(){switch(Jl){case 251:_l(251),Bl(151);switch(Jl){case 82:oa(... function sa (line 1) | function sa(){sc.startNonterminal("FTThesaurusID",$l),Ml(82),Bl(15),Ml(7... function oa (line 1) | function oa(){_l(82),Bl(15),_l(7),Bl(218),Jl==221&&(_l(221),Bl(17),_l(11... function ua (line 1) | function ua(){sc.startNonterminal("FTLiteralRange",$l);switch(Jl){case 1... function aa (line 1) | function aa(){switch(Jl){case 131:_l(131),Bl(16),_l(8);break;case 82:_l(... function fa (line 1) | function fa(){sc.startNonterminal("FTStopWordOption",$l);switch(Jl){case... function la (line 1) | function la(){switch(Jl){case 244:_l(244),Bl(88),_l(279),Bl(151);switch(... function ca (line 1) | function ca(){sc.startNonterminal("FTStopWords",$l);switch(Jl){case 82:M... function ha (line 1) | function ha(){switch(Jl){case 82:_l(82),Bl(15),_l(7);break;default:_l(35... function pa (line 1) | function pa(){sc.startNonterminal("FTStopWordsInclExcl",$l);switch(Jl){c... function da (line 1) | function da(){switch(Jl){case 260:_l(260);break;default:_l(132)}Bl(101),... function va (line 1) | function va(){sc.startNonterminal("FTLanguageOption",$l),Ml(172),Bl(17),... function ma (line 1) | function ma(){_l(172),Bl(17),_l(11)} function ga (line 1) | function ga(){sc.startNonterminal("FTWildCardOption",$l);switch(Jl){case... function ya (line 1) | function ya(){switch(Jl){case 274:_l(274);break;default:_l(191),Bl(86),_... function ba (line 1) | function ba(){sc.startNonterminal("FTExtensionOption",$l),Ml(203),Bl(247... function wa (line 1) | function wa(){_l(203),Bl(247),Xa(),Bl(17),_l(11)} function Ea (line 1) | function Ea(){sc.startNonterminal("FTIgnoreOption",$l),Ml(277),Bl(45),Ml... function Sa (line 1) | function Sa(){_l(277),Bl(45),_l(101),Bl(267),Qn()} function xa (line 1) | function xa(){sc.startNonterminal("CollectionDecl",$l),Ml(96),Bl(247),Pl... function Ta (line 1) | function Ta(){sc.startNonterminal("CollectionTypeDecl",$l),Ml(80),Bl(198... function Na (line 1) | function Na(){sc.startNonterminal("IndexName",$l),Wa(),sc.endNonterminal... function Ca (line 1) | function Ca(){sc.startNonterminal("IndexDomainExpr",$l),kr(),sc.endNonte... function ka (line 1) | function ka(){sc.startNonterminal("IndexKeySpec",$l),La(),Jl==80&&(Pl(),... function La (line 1) | function La(){sc.startNonterminal("IndexKeyExpr",$l),kr(),sc.endNontermi... function Aa (line 1) | function Aa(){sc.startNonterminal("IndexKeyTypeDecl",$l),Ml(80),Bl(247),... function Oa (line 1) | function Oa(){sc.startNonterminal("AtomicType",$l),Wa(),sc.endNontermina... function Ma (line 1) | function Ma(){sc.startNonterminal("IndexKeyCollation",$l),Ml(95),Bl(15),... function _a (line 1) | function _a(){sc.startNonterminal("IndexDecl",$l),Ml(157),Bl(247),Pl(),N... function Da (line 1) | function Da(){sc.startNonterminal("ICDecl",$l),Ml(163),Bl(43),Ml(98),Bl(... function Pa (line 1) | function Pa(){sc.startNonterminal("ICCollection",$l),Ml(201),Bl(42),Ml(9... function Ha (line 1) | function Ha(){sc.startNonterminal("ICCollSequence",$l),bi(),Bl(40),Ml(93... function Ba (line 1) | function Ba(){sc.startNonterminal("ICCollSequenceUnique",$l),Ml(194),Bl(... function ja (line 1) | function ja(){sc.startNonterminal("ICCollNode",$l),Ml(140),Bl(65),Ml(194... function Fa (line 1) | function Fa(){sc.startNonterminal("ICForeignKey",$l),Ml(141),Bl(60),Ml(1... function Ia (line 1) | function Ia(){sc.startNonterminal("ICForeignKeySource",$l),Ml(142),Bl(42... function qa (line 1) | function qa(){sc.startNonterminal("ICForeignKeyTarget",$l),Ml(253),Bl(42... function Ra (line 1) | function Ra(){sc.startNonterminal("ICForeignKeyValues",$l),Ml(96),Bl(247... function Ua (line 1) | function Ua(){_l(37);for(;;){Fl(91);if(Jl==51)break;switch(Jl){case 24:_... function za (line 1) | function za(){switch(Jl){case 22:_l(22);break;default:Ua()}} function Wa (line 1) | function Wa(){sc.startNonterminal("EQName",$l),Fl(242);switch(Jl){case 8... function Xa (line 1) | function Xa(){Fl(242);switch(Jl){case 83:_l(83);break;case 97:_l(97);bre... function Va (line 1) | function Va(){sc.startNonterminal("FunctionName",$l);switch(Jl){case 6:M... function $a (line 1) | function $a(){switch(Jl){case 6:_l(6);break;case 71:_l(71);break;case 74... function Ja (line 1) | function Ja(){sc.startNonterminal("NCName",$l);switch(Jl){case 19:Ml(19)... function Ka (line 1) | function Ka(){switch(Jl){case 19:_l(19);break;case 71:_l(71);break;case ... function Qa (line 1) | function Qa(){sc.startNonterminal("MainModule",$l),f(),Pl(),Ga(),sc.endN... function Ga (line 1) | function Ga(){sc.startNonterminal("Program",$l),nf(),sc.endNonterminal("... function Ya (line 1) | function Ya(){sc.startNonterminal("Statements",$l);for(;;){Bl(285);switc... function Za (line 1) | function Za(){for(;;){Bl(285);switch(Jl){case 35:jl(271);break;case 36:I... function ef (line 1) | function ef(){sc.startNonterminal("StatementsAndExpr",$l),Ya(),Pl(),Q(),... function tf (line 1) | function tf(){Za(),G()} function nf (line 1) | function nf(){sc.startNonterminal("StatementsAndOptionalExpr",$l),Ya(),J... function rf (line 1) | function rf(){Za(),Jl!=25&&Jl!=287&&G()} function sf (line 1) | function sf(){sc.startNonterminal("Statement",$l);switch(Jl){case 133:jl... function of (line 1) | function of(){switch(Jl){case 133:jl(145);break;case 177:jl(167);break;c... function uf (line 1) | function uf(){sc.startNonterminal("ApplyStatement",$l),zf(),Ml(54),sc.en... function af (line 1) | function af(){Wf(),_l(54)} function ff (line 1) | function ff(){sc.startNonterminal("AssignStatement",$l),Ml(31),Bl(247),P... function lf (line 1) | function lf(){_l(31),Bl(247),Si(),Bl(28),_l(53),Bl(268),Uf(),_l(54)} function cf (line 1) | function cf(){sc.startNonterminal("BlockStatement",$l),Ml(281),Bl(272),P... function hf (line 1) | function hf(){_l(281),Bl(272),of(),Bl(282),Za(),_l(287)} function pf (line 1) | function pf(){sc.startNonterminal("BreakStatement",$l),Ml(87),Bl(62),Ml(... function df (line 1) | function df(){_l(87),Bl(62),_l(179),Bl(29),_l(54)} function vf (line 1) | function vf(){sc.startNonterminal("ContinueStatement",$l),Ml(103),Bl(62)... function mf (line 1) | function mf(){_l(103),Bl(62),_l(179),Bl(29),_l(54)} function gf (line 1) | function gf(){sc.startNonterminal("ExitStatement",$l),Ml(133),Bl(73),Ml(... function yf (line 1) | function yf(){_l(133),Bl(73),_l(225),Bl(268),Uf(),_l(54)} function bf (line 1) | function bf(){sc.startNonterminal("FLWORStatement",$l),et();for(;;){Bl(2... function wf (line 1) | function wf(){tt();for(;;){Bl(200);if(Jl==224||Jl==233)break;rt()}Sf()} function Ef (line 1) | function Ef(){sc.startNonterminal("ReturnStatement",$l);switch(Jl){case ... function Sf (line 1) | function Sf(){switch(Jl){case 224:_l(224);break;default:_l(233)}Bl(272),... function xf (line 1) | function xf(){sc.startNonterminal("IfStatement",$l),Ml(154),Bl(22),Ml(35... function Tf (line 1) | function Tf(){_l(154),Bl(22),_l(35),Bl(268),G(),_l(38),Bl(79),_l(250),Bl... function Nf (line 1) | function Nf(){sc.startNonterminal("SwitchStatement",$l),Ml(248),Bl(22),M... function Cf (line 1) | function Cf(){_l(248),Bl(22),_l(35),Bl(268),G(),_l(38);for(;;){Bl(38),Lf... function kf (line 1) | function kf(){sc.startNonterminal("SwitchCaseStatement",$l);for(;;){Ml(8... function Lf (line 1) | function Lf(){for(;;){_l(89),Bl(268),hn();if(Jl!=89)break}switch(Jl){cas... function Af (line 1) | function Af(){sc.startNonterminal("TryCatchStatement",$l),Ml(256),Bl(89)... function Of (line 1) | function Of(){_l(256),Bl(89),hf();for(;;){Bl(39),_l(92),Bl(250),On(),hf(... function Mf (line 1) | function Mf(){sc.startNonterminal("TypeswitchStatement",$l),Ml(259),Bl(2... function _f (line 1) | function _f(){_l(259),Bl(22),_l(35),Bl(268),G(),_l(38);for(;;){Bl(38),Pf... function Df (line 1) | function Df(){sc.startNonterminal("CaseStatement",$l),Ml(89),Bl(259),Jl=... function Pf (line 1) | function Pf(){_l(89),Bl(259),Jl==31&&(_l(31),Bl(247),Si(),Bl(33),_l(80))... function Hf (line 1) | function Hf(){sc.startNonterminal("VarDeclStatement",$l);for(;;){Bl(100)... function Bf (line 1) | function Bf(){for(;;){Bl(100);if(Jl!=33)break;B()}_l(268),Bl(21),_l(31),... function jf (line 1) | function jf(){sc.startNonterminal("WhileStatement",$l),Ml(273),Bl(22),Ml... function Ff (line 1) | function Ff(){_l(273),Bl(22),_l(35),Bl(268),G(),_l(38),Bl(272),of()} function If (line 1) | function If(){sc.startNonterminal("VoidStatement",$l),Ml(54),sc.endNonte... function qf (line 1) | function qf(){_l(54)} function Rf (line 1) | function Rf(){sc.startNonterminal("ExprSingle",$l);switch(Jl){case 177:j... function Uf (line 1) | function Uf(){switch(Jl){case 177:jl(167);break;case 256:jl(146);break;c... function zf (line 1) | function zf(){sc.startNonterminal("ExprSimple",$l);switch(Jl){case 78:jl... function Wf (line 1) | function Wf(){switch(Jl){case 78:jl(270);break;case 161:jl(277);break;ca... function Xf (line 1) | function Xf(){sc.startNonterminal("JSONDeleteExpr",$l),Ml(111),Bl(261);s... function Vf (line 1) | function Vf(){_l(111),Bl(261);switch(Jl){case 168:jl(262);break;default:... function $f (line 1) | function $f(){sc.startNonterminal("JSONInsertExpr",$l);switch(Jl){case 1... function Jf (line 1) | function Jf(){switch(Jl){case 161:jl(269);break;default:Xl=Jl}if(Xl!=988... function Kf (line 1) | function Kf(){sc.startNonterminal("JSONRenameExpr",$l),Ml(222),Bl(261);s... function Qf (line 1) | function Qf(){_l(222),Bl(261);switch(Jl){case 168:jl(262);break;default:... function Gf (line 1) | function Gf(){sc.startNonterminal("JSONReplaceExpr",$l),Ml(223),Bl(84),M... function Yf (line 1) | function Yf(){_l(223),Bl(84),_l(267),Bl(67),_l(200),Bl(59),_l(168),Bl(26... function Zf (line 1) | function Zf(){sc.startNonterminal("JSONAppendExpr",$l),Ml(78),Bl(268);sw... function el (line 1) | function el(){_l(78),Bl(268);switch(Jl){case 168:jl(270);break;default:X... function tl (line 1) | function tl(){sc.startNonterminal("CommonContent",$l);switch(Jl){case 12... function nl (line 1) | function nl(){switch(Jl){case 12:_l(12);break;case 23:_l(23);break;case ... function rl (line 1) | function rl(){sc.startNonterminal("ContentExpr",$l),ef(),sc.endNontermin... function il (line 1) | function il(){tf()} function sl (line 1) | function sl(){sc.startNonterminal("CompDocConstructor",$l),Ml(120),Bl(89... function ol (line 1) | function ol(){_l(120),Bl(89),Ll()} function ul (line 1) | function ul(){sc.startNonterminal("CompAttrConstructor",$l),Ml(83),Bl(25... function al (line 1) | function al(){_l(83),Bl(251);switch(Jl){case 281:_l(281),Bl(268),G(),_l(... function fl (line 1) | function fl(){sc.startNonterminal("CompPIConstructor",$l),Ml(220),Bl(243... function ll (line 1) | function ll(){_l(220),Bl(243);switch(Jl){case 281:_l(281),Bl(268),G(),_l... function cl (line 1) | function cl(){sc.startNonterminal("CompCommentConstructor",$l),Ml(97),Bl... function hl (line 1) | function hl(){_l(97),Bl(89),Ll()} function pl (line 1) | function pl(){sc.startNonterminal("CompTextConstructor",$l),Ml(249),Bl(8... function dl (line 1) | function dl(){_l(249),Bl(89),Ll()} function vl (line 1) | function vl(){sc.startNonterminal("PrimaryExpr",$l);switch(Jl){case 187:... function ml (line 1) | function ml(){switch(Jl){case 187:jl(248);break;case 220:jl(246);break;c... function gl (line 1) | function gl(){sc.startNonterminal("JSONSimpleObjectUnion",$l),Ml(283),Bl... function yl (line 1) | function yl(){_l(283),Bl(275),Jl!=286&&G(),_l(286)} function bl (line 1) | function bl(){sc.startNonterminal("ObjectConstructor",$l),Ml(281),Bl(278... function wl (line 1) | function wl(){_l(281),Bl(278),Jl!=287&&Sl(),_l(287)} function El (line 1) | function El(){sc.startNonterminal("PairConstructorList",$l),xl();for(;;)... function Sl (line 1) | function Sl(){Tl();for(;;){if(Jl!=42)break;_l(42),Bl(269),Tl()}} function xl (line 1) | function xl(){sc.startNonterminal("PairConstructor",$l);switch(Jl){case ... function Tl (line 1) | function Tl(){switch(Jl){case 78:jl(280);break;case 161:jl(283);break;ca... function Nl (line 1) | function Nl(){sc.startNonterminal("ArrayConstructor",$l),Ml(69),Bl(274),... function Cl (line 1) | function Cl(){_l(69),Bl(274),Jl!=70&&G(),_l(70)} function kl (line 1) | function kl(){sc.startNonterminal("BlockExpr",$l),Ml(281),Bl(282),Pl(),n... function Ll (line 1) | function Ll(){_l(281),Bl(282),rf(),_l(287)} function Al (line 1) | function Al(){sc.startNonterminal("FunctionDecl",$l),Ml(147),Bl(247),Pl(... function Ol (line 1) | function Ol(){sc.startNonterminal("ReturnType",$l),Ml(80),Bl(255),Pl(),N... function Ml (line 1) | function Ml(e){Jl==e?(Pl(),sc.terminal(i.TOKEN[Jl],Kl,Ql>ac?ac:Ql),Vl=Kl... function _l (line 1) | function _l(e){Jl==e?(Vl=Kl,$l=Ql,Jl=Gl,Jl!=0&&(Kl=Yl,Ql=Zl,Gl=0)):ql(Kl... function Dl (line 1) | function Dl(e){var t=Vl,n=$l,r=Jl,i=Kl,s=Ql;Jl=e,Kl=fc,Ql=lc,Gl=0,za(),V... function Pl (line 1) | function Pl(){$l!=Kl&&(Vl=$l,$l=Kl,sc.whitespace(Vl,$l))} function Hl (line 1) | function Hl(e){var t;for(;;){t=zl(e);if(t!=22){if(t!=37)break;Dl(t)}}ret... function Bl (line 1) | function Bl(e){Jl==0&&(Jl=Hl(e),Kl=fc,Ql=lc)} function jl (line 1) | function jl(e){Gl==0&&(Gl=Hl(e),Yl=fc,Zl=lc),Xl=Gl<<9|Jl} function Fl (line 1) | function Fl(e){Jl==0&&(Jl=zl(e),Kl=fc,Ql=lc)} function Il (line 1) | function Il(e){Gl==0&&(Gl=zl(e),Yl=fc,Zl=lc),Xl=Gl<<9|Jl} function ql (line 1) | function ql(e,t,n,r,i){throw t>tc&&(ec=e,tc=t,nc=n,rc=r,ic=i),new Wl.Par... function Rl (line 1) | function Rl(e,t,n){oc[(t<<5)+e]=n} function Ul (line 1) | function Ul(e,t){var n=oc[(t<<5)+e];return typeof n!="undefined"?n:0} function zl (line 1) | function zl(e){var t=!1;fc=lc;var n=lc,r=i.INITIAL[e],s=0;for(var o=r&81... function n (line 1) | function n(e,t){$l=t,Kl=e,Ql=e.length,r(0,0,0)} function r (line 1) | function r(e,t,n){Pl=t,Hl=t,Bl=e,jl=t,Fl=n,Il=0,Yl=n,zl=-1,Jl={},$l.rese... function s (line 1) | function s(){$l.startNonterminal("Module",Hl);switch(Bl){case 274:Nl(199... function o (line 1) | function o(){$l.startNonterminal("VersionDecl",Hl),bl(274),Tl(116);switc... function u (line 1) | function u(){$l.startNonterminal("LibraryModule",Hl),a(),Tl(138),Sl(),f(... function a (line 1) | function a(){$l.startNonterminal("ModuleDecl",Hl),bl(182),Tl(61),bl(184)... function f (line 1) | function f(){$l.startNonterminal("Prolog",Hl);for(;;){Tl(275);switch(Bl)... function l (line 1) | function l(){$l.startNonterminal("Separator",Hl),bl(53),$l.endNontermina... function c (line 1) | function c(){$l.startNonterminal("Setter",Hl);switch(Bl){case 108:Nl(172... function h (line 1) | function h(){$l.startNonterminal("BoundarySpaceDecl",Hl),bl(108),Tl(33),... function p (line 1) | function p(){$l.startNonterminal("DefaultCollationDecl",Hl),bl(108),Tl(4... function d (line 1) | function d(){wl(108),Tl(46),wl(109),Tl(38),wl(94),Tl(15),wl(7)} function v (line 1) | function v(){$l.startNonterminal("BaseURIDecl",Hl),bl(108),Tl(32),bl(83)... function m (line 1) | function m(){$l.startNonterminal("ConstructionDecl",Hl),bl(108),Tl(41),b... function g (line 1) | function g(){$l.startNonterminal("OrderingModeDecl",Hl),bl(108),Tl(68),b... function y (line 1) | function y(){$l.startNonterminal("EmptyOrderDecl",Hl),bl(108),Tl(46),bl(... function b (line 1) | function b(){wl(108),Tl(46),wl(109),Tl(67),wl(201),Tl(49),wl(123),Tl(121... function w (line 1) | function w(){$l.startNonterminal("CopyNamespacesDecl",Hl),bl(108),Tl(44)... function E (line 1) | function E(){$l.startNonterminal("PreserveMode",Hl);switch(Bl){case 214:... function S (line 1) | function S(){$l.startNonterminal("InheritMode",Hl);switch(Bl){case 157:b... function x (line 1) | function x(){$l.startNonterminal("DecimalFormatDecl",Hl),bl(108),Tl(114)... function T (line 1) | function T(){$l.startNonterminal("DFPropertyName",Hl);switch(Bl){case 10... function N (line 1) | function N(){$l.startNonterminal("Import",Hl);switch(Bl){case 153:Nl(126... function C (line 1) | function C(){$l.startNonterminal("SchemaImport",Hl),bl(153),Tl(73),bl(22... function k (line 1) | function k(){$l.startNonterminal("SchemaPrefix",Hl);switch(Bl){case 184:... function L (line 1) | function L(){$l.startNonterminal("ModuleImport",Hl),bl(153),Tl(60),bl(18... function A (line 1) | function A(){$l.startNonterminal("NamespaceDecl",Hl),bl(108),Tl(61),bl(1... function O (line 1) | function O(){$l.startNonterminal("DefaultNamespaceDecl",Hl),bl(108),Tl(4... function M (line 1) | function M(){wl(108),Tl(46),wl(109),Tl(115);switch(Bl){case 121:wl(121);... function _ (line 1) | function _(){$l.startNonterminal("FTOptionDecl",Hl),bl(108),Tl(52),bl(14... function D (line 1) | function D(){$l.startNonterminal("AnnotatedDecl",Hl),bl(108);for(;;){Tl(... function P (line 1) | function P(){$l.startNonterminal("CompatibilityAnnotation",Hl),bl(257),$... function H (line 1) | function H(){$l.startNonterminal("Annotation",Hl),bl(32),Tl(255),Sl(),_a... function B (line 1) | function B(){wl(32),Tl(255),Da(),Tl(171);if(Bl==34){wl(34),Tl(154),ii();... function j (line 1) | function j(){$l.startNonterminal("VarDecl",Hl),bl(262),Tl(21),bl(31),Tl(... function F (line 1) | function F(){$l.startNonterminal("VarValue",Hl),Af(),$l.endNonterminal("... function I (line 1) | function I(){$l.startNonterminal("VarDefaultValue",Hl),Af(),$l.endNonter... function q (line 1) | function q(){$l.startNonterminal("ContextItemDecl",Hl),bl(108),Tl(43),bl... function R (line 1) | function R(){$l.startNonterminal("ParamList",Hl),z();for(;;){Tl(101);if(... function U (line 1) | function U(){W();for(;;){Tl(101);if(Bl!=41)break;wl(41),Tl(21),W()}} function z (line 1) | function z(){$l.startNonterminal("Param",Hl),bl(31),Tl(255),Sl(),_a(),Tl... function W (line 1) | function W(){wl(31),Tl(255),Da(),Tl(143),Bl==79&&hs()} function X (line 1) | function X(){$l.startNonterminal("FunctionBody",Hl),$(),$l.endNontermina... function V (line 1) | function V(){J()} function $ (line 1) | function $(){$l.startNonterminal("EnclosedExpr",Hl),bl(276),Tl(267),Sl()... function J (line 1) | function J(){wl(276),Tl(267),G(),wl(282)} function K (line 1) | function K(){$l.startNonterminal("OptionDecl",Hl),bl(108),Tl(66),bl(199)... function Q (line 1) | function Q(){$l.startNonterminal("Expr",Hl),Af();for(;;){if(Bl!=41)break... function G (line 1) | function G(){Of();for(;;){if(Bl!=41)break;wl(41),Tl(267),Of()}} function Y (line 1) | function Y(){$l.startNonterminal("FLWORExpr",Hl),et();for(;;){Tl(173);if... function Z (line 1) | function Z(){tt();for(;;){Tl(173);if(Bl==220)break;rt()}rn()} function et (line 1) | function et(){$l.startNonterminal("InitialClause",Hl);switch(Bl){case 13... function tt (line 1) | function tt(){switch(Bl){case 137:Nl(141);break;default:Dl=Bl}switch(Dl)... function nt (line 1) | function nt(){$l.startNonterminal("IntermediateClause",Hl);switch(Bl){ca... function rt (line 1) | function rt(){switch(Bl){case 137:case 174:tt();break;case 266:It();brea... function it (line 1) | function it(){$l.startNonterminal("ForClause",Hl),bl(137),Tl(21),Sl(),ot... function st (line 1) | function st(){wl(137),Tl(21),ut();for(;;){if(Bl!=41)break;wl(41),Tl(21),... function ot (line 1) | function ot(){$l.startNonterminal("ForBinding",Hl),bl(31),Tl(255),Sl(),f... function ut (line 1) | function ut(){wl(31),Tl(255),li(),Tl(164),Bl==79&&hs(),Tl(158),Bl==72&&f... function at (line 1) | function at(){$l.startNonterminal("AllowingEmpty",Hl),bl(72),Tl(49),bl(1... function ft (line 1) | function ft(){wl(72),Tl(49),wl(123)} function lt (line 1) | function lt(){$l.startNonterminal("PositionalVar",Hl),bl(81),Tl(21),bl(3... function ct (line 1) | function ct(){wl(81),Tl(21),wl(31),Tl(255),li()} function ht (line 1) | function ht(){$l.startNonterminal("FTScoreVar",Hl),bl(228),Tl(21),bl(31)... function pt (line 1) | function pt(){wl(228),Tl(21),wl(31),Tl(255),li()} function dt (line 1) | function dt(){$l.startNonterminal("LetClause",Hl),bl(174),Tl(96),Sl(),mt... function vt (line 1) | function vt(){wl(174),Tl(96),gt();for(;;){if(Bl!=41)break;wl(41),Tl(96),... function mt (line 1) | function mt(){$l.startNonterminal("LetBinding",Hl);switch(Bl){case 31:bl... function gt (line 1) | function gt(){switch(Bl){case 31:wl(31),Tl(255),li(),Tl(105),Bl==79&&hs(... function yt (line 1) | function yt(){$l.startNonterminal("WindowClause",Hl),bl(137),Tl(135);swi... function bt (line 1) | function bt(){wl(137),Tl(135);switch(Bl){case 251:Et();break;default:xt()}} function wt (line 1) | function wt(){$l.startNonterminal("TumblingWindowClause",Hl),bl(251),Tl(... function Et (line 1) | function Et(){wl(251),Tl(85),wl(269),Tl(21),wl(31),Tl(255),li(),Tl(110),... function St (line 1) | function St(){$l.startNonterminal("SlidingWindowClause",Hl),bl(234),Tl(8... function xt (line 1) | function xt(){wl(234),Tl(85),wl(269),Tl(21),wl(31),Tl(255),li(),Tl(110),... function Tt (line 1) | function Tt(){$l.startNonterminal("WindowStartCondition",Hl),bl(237),Tl(... function Nt (line 1) | function Nt(){wl(237),Tl(163),At(),Tl(83),wl(265),Tl(267),Of()} function Ct (line 1) | function Ct(){$l.startNonterminal("WindowEndCondition",Hl),Bl==198&&bl(1... function kt (line 1) | function kt(){Bl==198&&wl(198),Tl(50),wl(126),Tl(163),At(),Tl(83),wl(265... function Lt (line 1) | function Lt(){$l.startNonterminal("WindowVars",Hl),Bl==31&&(bl(31),Tl(25... function At (line 1) | function At(){Bl==31&&(wl(31),Tl(255),Mt()),Tl(159),Bl==81&&ct(),Tl(153)... function Ot (line 1) | function Ot(){$l.startNonterminal("CurrentItem",Hl),_a(),$l.endNontermin... function Mt (line 1) | function Mt(){Da()} function _t (line 1) | function _t(){$l.startNonterminal("PreviousItem",Hl),_a(),$l.endNontermi... function Dt (line 1) | function Dt(){Da()} function Pt (line 1) | function Pt(){$l.startNonterminal("NextItem",Hl),_a(),$l.endNonterminal(... function Ht (line 1) | function Ht(){Da()} function Bt (line 1) | function Bt(){$l.startNonterminal("CountClause",Hl),bl(105),Tl(21),bl(31... function jt (line 1) | function jt(){wl(105),Tl(21),wl(31),Tl(255),li()} function Ft (line 1) | function Ft(){$l.startNonterminal("WhereClause",Hl),bl(266),Tl(267),Sl()... function It (line 1) | function It(){wl(266),Tl(267),Of()} function qt (line 1) | function qt(){$l.startNonterminal("GroupByClause",Hl),bl(148),Tl(34),bl(... function Rt (line 1) | function Rt(){wl(148),Tl(34),wl(87),Tl(267),zt()} function Ut (line 1) | function Ut(){$l.startNonterminal("GroupingSpecList",Hl),Wt();for(;;){Tl... function zt (line 1) | function zt(){Xt();for(;;){Tl(176);if(Bl!=41)break;wl(41),Tl(267),Xt()}} function Wt (line 1) | function Wt(){$l.startNonterminal("GroupingSpec",Hl);switch(Bl){case 31:... function Xt (line 1) | function Xt(){switch(Bl){case 31:Nl(255);break;default:Dl=Bl}if(Dl==3103... function Vt (line 1) | function Vt(){$l.startNonterminal("GroupingVariable",Hl),bl(31),Tl(255),... function $t (line 1) | function $t(){wl(31),Tl(255),li()} function Jt (line 1) | function Jt(){$l.startNonterminal("OrderByClause",Hl);switch(Bl){case 20... function Kt (line 1) | function Kt(){switch(Bl){case 201:wl(201),Tl(34),wl(87);break;default:wl... function Qt (line 1) | function Qt(){$l.startNonterminal("OrderSpecList",Hl),Yt();for(;;){Tl(17... function Gt (line 1) | function Gt(){Zt();for(;;){Tl(176);if(Bl!=41)break;wl(41),Tl(267),Zt()}} function Yt (line 1) | function Yt(){$l.startNonterminal("OrderSpec",Hl),Af(),Sl(),en(),$l.endN... function Zt (line 1) | function Zt(){Of(),tn()} function en (line 1) | function en(){$l.startNonterminal("OrderModifier",Hl);if(Bl==80||Bl==113... function tn (line 1) | function tn(){if(Bl==80||Bl==113)switch(Bl){case 80:wl(80);break;default... function nn (line 1) | function nn(){$l.startNonterminal("ReturnClause",Hl),bl(220),Tl(267),Sl(... function rn (line 1) | function rn(){wl(220),Tl(267),Of()} function sn (line 1) | function sn(){$l.startNonterminal("QuantifiedExpr",Hl);switch(Bl){case 2... function on (line 1) | function on(){switch(Bl){case 235:wl(235);break;default:wl(129)}Tl(21),w... function un (line 1) | function un(){$l.startNonterminal("SwitchExpr",Hl),bl(243),Tl(22),bl(34)... function an (line 1) | function an(){wl(243),Tl(22),wl(34),Tl(267),G(),wl(37);for(;;){Tl(35),ln... function fn (line 1) | function fn(){$l.startNonterminal("SwitchCaseClause",Hl);for(;;){bl(88),... function ln (line 1) | function ln(){for(;;){wl(88),Tl(267),hn();if(Bl!=88)break}wl(220),Tl(267... function cn (line 1) | function cn(){$l.startNonterminal("SwitchCaseOperand",Hl),Af(),$l.endNon... function hn (line 1) | function hn(){Of()} function pn (line 1) | function pn(){$l.startNonterminal("TypeswitchExpr",Hl),bl(253),Tl(22),bl... function dn (line 1) | function dn(){wl(253),Tl(22),wl(34),Tl(267),G(),wl(37);for(;;){Tl(35),mn... function vn (line 1) | function vn(){$l.startNonterminal("CaseClause",Hl),bl(88),Tl(262),Bl==31... function mn (line 1) | function mn(){wl(88),Tl(262),Bl==31&&(wl(31),Tl(255),li(),Tl(30),wl(79))... function gn (line 1) | function gn(){$l.startNonterminal("SequenceTypeUnion",Hl),ps();for(;;){T... function yn (line 1) | function yn(){ds();for(;;){Tl(134);if(Bl!=279)break;wl(279),Tl(260),ds()}} function bn (line 1) | function bn(){$l.startNonterminal("IfExpr",Hl),bl(152),Tl(22),bl(34),Tl(... function wn (line 1) | function wn(){wl(152),Tl(22),wl(34),Tl(267),G(),wl(37),Tl(77),wl(245),Tl... function En (line 1) | function En(){$l.startNonterminal("TryCatchExpr",Hl),xn();for(;;){Tl(36)... function Sn (line 1) | function Sn(){Tn();for(;;){Tl(36),Ln(),Tl(184);if(Bl!=91)break}} function xn (line 1) | function xn(){$l.startNonterminal("TryClause",Hl),bl(250),Tl(87),bl(276)... function Tn (line 1) | function Tn(){wl(250),Tl(87),wl(276),Tl(267),Cn(),wl(282)} function Nn (line 1) | function Nn(){$l.startNonterminal("TryTargetExpr",Hl),Q(),$l.endNontermi... function Cn (line 1) | function Cn(){G()} function kn (line 1) | function kn(){$l.startNonterminal("CatchClause",Hl),bl(91),Tl(257),Sl(),... function Ln (line 1) | function Ln(){wl(91),Tl(257),On(),wl(276),Tl(267),G(),wl(282)} function An (line 1) | function An(){$l.startNonterminal("CatchErrorList",Hl),$r();for(;;){Tl(1... function On (line 1) | function On(){Jr();for(;;){Tl(136);if(Bl!=279)break;wl(279),Tl(257),Jr()}} function Mn (line 1) | function Mn(){$l.startNonterminal("OrExpr",Hl),Dn();for(;;){if(Bl!=200)b... function _n (line 1) | function _n(){Pn();for(;;){if(Bl!=200)break;wl(200),Tl(267),Pn()}} function Dn (line 1) | function Dn(){$l.startNonterminal("AndExpr",Hl),Hn();for(;;){if(Bl!=75)b... function Pn (line 1) | function Pn(){Bn();for(;;){if(Bl!=75)break;wl(75),Tl(267),Bn()}} function Hn (line 1) | function Hn(){$l.startNonterminal("ComparisonExpr",Hl),jn();if(Bl==27||B... function Bn (line 1) | function Bn(){Fn();if(Bl==27||Bl==54||Bl==57||Bl==58||Bl==60||Bl==61||Bl... function jn (line 1) | function jn(){$l.startNonterminal("FTContainsExpr",Hl),In(),Bl==99&&(bl(... function Fn (line 1) | function Fn(){qn(),Bl==99&&(wl(99),Tl(76),wl(244),Tl(162),Vo(),Bl==271&&... function In (line 1) | function In(){$l.startNonterminal("StringConcatExpr",Hl),Rn();for(;;){if... function qn (line 1) | function qn(){Un();for(;;){if(Bl!=280)break;wl(280),Tl(267),Un()}} function Rn (line 1) | function Rn(){$l.startNonterminal("RangeExpr",Hl),zn(),Bl==248&&(bl(248)... function Un (line 1) | function Un(){Wn(),Bl==248&&(wl(248),Tl(267),Wn())} function zn (line 1) | function zn(){$l.startNonterminal("AdditiveExpr",Hl),Xn();for(;;){if(Bl!... function Wn (line 1) | function Wn(){Vn();for(;;){if(Bl!=40&&Bl!=42)break;switch(Bl){case 40:wl... function Xn (line 1) | function Xn(){$l.startNonterminal("MultiplicativeExpr",Hl),$n();for(;;){... function Vn (line 1) | function Vn(){Jn();for(;;){if(Bl!=38&&Bl!=118&&Bl!=151&&Bl!=180)break;sw... function $n (line 1) | function $n(){$l.startNonterminal("UnionExpr",Hl),Kn();for(;;){if(Bl!=25... function Jn (line 1) | function Jn(){Qn();for(;;){if(Bl!=254&&Bl!=279)break;switch(Bl){case 254... function Kn (line 1) | function Kn(){$l.startNonterminal("IntersectExceptExpr",Hl),Gn();for(;;)... function Qn (line 1) | function Qn(){Yn();for(;;){Tl(223);if(Bl!=131&&Bl!=162)break;switch(Bl){... function Gn (line 1) | function Gn(){$l.startNonterminal("InstanceofExpr",Hl),Zn(),Tl(224),Bl==... function Yn (line 1) | function Yn(){er(),Tl(224),Bl==160&&(wl(160),Tl(64),wl(196),Tl(260),ds())} function Zn (line 1) | function Zn(){$l.startNonterminal("TreatExpr",Hl),tr(),Tl(225),Bl==249&&... function er (line 1) | function er(){nr(),Tl(225),Bl==249&&(wl(249),Tl(30),wl(79),Tl(260),ds())} function tr (line 1) | function tr(){$l.startNonterminal("CastableExpr",Hl),rr(),Tl(226),Bl==90... function nr (line 1) | function nr(){ir(),Tl(226),Bl==90&&(wl(90),Tl(30),wl(79),Tl(255),ls())} function rr (line 1) | function rr(){$l.startNonterminal("CastExpr",Hl),sr(),Tl(228),Bl==89&&(b... function ir (line 1) | function ir(){or(),Tl(228),Bl==89&&(wl(89),Tl(30),wl(79),Tl(255),ls())} function sr (line 1) | function sr(){$l.startNonterminal("UnaryExpr",Hl);for(;;){Tl(267);if(Bl!... function or (line 1) | function or(){for(;;){Tl(267);if(Bl!=40&&Bl!=42)break;switch(Bl){case 42... function ur (line 1) | function ur(){$l.startNonterminal("ValueExpr",Hl);switch(Bl){case 260:Nl... function ar (line 1) | function ar(){switch(Bl){case 260:Nl(248);break;default:Dl=Bl}switch(Dl)... function fr (line 1) | function fr(){$l.startNonterminal("SimpleMapExpr",Hl),Nr();for(;;){if(Bl... function lr (line 1) | function lr(){Cr();for(;;){if(Bl!=26)break;wl(26),Tl(266),Cr()}} function cr (line 1) | function cr(){$l.startNonterminal("GeneralComp",Hl);switch(Bl){case 60:b... function hr (line 1) | function hr(){switch(Bl){case 60:wl(60);break;case 27:wl(27);break;case ... function pr (line 1) | function pr(){$l.startNonterminal("ValueComp",Hl);switch(Bl){case 128:bl... function dr (line 1) | function dr(){switch(Bl){case 128:wl(128);break;case 186:wl(186);break;c... function vr (line 1) | function vr(){$l.startNonterminal("NodeComp",Hl);switch(Bl){case 164:bl(... function mr (line 1) | function mr(){switch(Bl){case 164:wl(164);break;case 57:wl(57);break;def... function gr (line 1) | function gr(){$l.startNonterminal("ValidateExpr",Hl),bl(260),Tl(160);if(... function yr (line 1) | function yr(){wl(260),Tl(160);if(Bl!=276)switch(Bl){case 252:wl(252),Tl(... function br (line 1) | function br(){$l.startNonterminal("ValidationMode",Hl);switch(Bl){case 1... function wr (line 1) | function wr(){switch(Bl){case 171:wl(171);break;default:wl(240)}} function Er (line 1) | function Er(){$l.startNonterminal("ExtensionExpr",Hl);for(;;){Sl(),xr(),... function Sr (line 1) | function Sr(){for(;;){Tr(),Tl(100);if(Bl!=35)break}wl(276),Tl(274),Bl!=2... function xr (line 1) | function xr(){$l.startNonterminal("Pragma",Hl),bl(35),Cl(252),Bl==21&&bl... function Tr (line 1) | function Tr(){wl(35),Cl(252),Bl==21&&wl(21),Da(),Cl(10),Bl==21&&(wl(21),... function Nr (line 1) | function Nr(){$l.startNonterminal("PathExpr",Hl);switch(Bl){case 46:bl(4... function Cr (line 1) | function Cr(){switch(Bl){case 46:wl(46),Tl(286);switch(Bl){case 25:case ... function kr (line 1) | function kr(){$l.startNonterminal("RelativePathExpr",Hl),Ar();for(;;){sw... function Lr (line 1) | function Lr(){Or();for(;;){switch(Bl){case 26:Nl(266);break;default:Dl=B... function Ar (line 1) | function Ar(){$l.startNonterminal("StepExpr",Hl);switch(Bl){case 82:Nl(2... function Or (line 1) | function Or(){switch(Bl){case 82:Nl(285);break;case 121:Nl(283);break;ca... function Mr (line 1) | function Mr(){$l.startNonterminal("AxisStep",Hl);switch(Bl){case 73:case... function _r (line 1) | function _r(){switch(Bl){case 73:case 74:case 206:case 212:case 213:Nl(2... function Dr (line 1) | function Dr(){$l.startNonterminal("ForwardStep",Hl);switch(Bl){case 82:N... function Pr (line 1) | function Pr(){switch(Bl){case 82:Nl(245);break;case 93:case 111:case 112... function Hr (line 1) | function Hr(){$l.startNonterminal("ForwardAxis",Hl);switch(Bl){case 93:b... function Br (line 1) | function Br(){switch(Bl){case 93:wl(93),Tl(26),wl(51);break;case 111:wl(... function jr (line 1) | function jr(){$l.startNonterminal("AbbrevForwardStep",Hl),Bl==66&&bl(66)... function Fr (line 1) | function Fr(){Bl==66&&wl(66),Tl(257),Vr()} function Ir (line 1) | function Ir(){$l.startNonterminal("ReverseStep",Hl);switch(Bl){case 45:z... function qr (line 1) | function qr(){switch(Bl){case 45:Wr();break;default:Ur(),Tl(257),Vr()}} function Rr (line 1) | function Rr(){$l.startNonterminal("ReverseAxis",Hl);switch(Bl){case 206:... function Ur (line 1) | function Ur(){switch(Bl){case 206:wl(206),Tl(26),wl(51);break;case 73:wl... function zr (line 1) | function zr(){$l.startNonterminal("AbbrevReverseStep",Hl),bl(45),$l.endN... function Wr (line 1) | function Wr(){wl(45)} function Xr (line 1) | function Xr(){$l.startNonterminal("NodeTest",Hl);switch(Bl){case 82:case... function Vr (line 1) | function Vr(){switch(Bl){case 82:case 96:case 120:case 121:case 185:case... function $r (line 1) | function $r(){$l.startNonterminal("NameTest",Hl);switch(Bl){case 5:bl(5)... function Jr (line 1) | function Jr(){switch(Bl){case 5:wl(5);break;default:Da()}} function Kr (line 1) | function Kr(){$l.startNonterminal("PostfixExpr",Hl),rl();for(;;){Tl(241)... function Qr (line 1) | function Qr(){il();for(;;){Tl(241);if(Bl!=34&&Bl!=68)break;switch(Bl){ca... function Gr (line 1) | function Gr(){$l.startNonterminal("ArgumentList",Hl),bl(34),Tl(276);if(B... function Yr (line 1) | function Yr(){wl(34),Tl(276);if(Bl!=37){Si();for(;;){Tl(101);if(Bl!=41)b... function Zr (line 1) | function Zr(){$l.startNonterminal("PredicateList",Hl);for(;;){Tl(238);if... function ei (line 1) | function ei(){for(;;){Tl(238);if(Bl!=68)break;ni()}} function ti (line 1) | function ti(){$l.startNonterminal("Predicate",Hl),bl(68),Tl(267),Sl(),Q(... function ni (line 1) | function ni(){wl(68),Tl(267),G(),wl(69)} function ri (line 1) | function ri(){$l.startNonterminal("Literal",Hl);switch(Bl){case 11:bl(11... function ii (line 1) | function ii(){switch(Bl){case 11:wl(11);break;default:oi()}} function si (line 1) | function si(){$l.startNonterminal("NumericLiteral",Hl);switch(Bl){case 8... function oi (line 1) | function oi(){switch(Bl){case 8:wl(8);break;case 9:wl(9);break;default:w... function ui (line 1) | function ui(){$l.startNonterminal("VarRef",Hl),bl(31),Tl(255),Sl(),fi(),... function ai (line 1) | function ai(){wl(31),Tl(255),li()} function fi (line 1) | function fi(){$l.startNonterminal("VarName",Hl),_a(),$l.endNonterminal("... function li (line 1) | function li(){Da()} function ci (line 1) | function ci(){$l.startNonterminal("ParenthesizedExpr",Hl),bl(34),Tl(269)... function hi (line 1) | function hi(){wl(34),Tl(269),Bl!=37&&G(),wl(37)} function pi (line 1) | function pi(){$l.startNonterminal("ContextItemExpr",Hl),bl(44),$l.endNon... function di (line 1) | function di(){wl(44)} function vi (line 1) | function vi(){$l.startNonterminal("OrderedExpr",Hl),bl(202),Tl(87),bl(27... function mi (line 1) | function mi(){wl(202),Tl(87),wl(276),Tl(267),G(),wl(282)} function gi (line 1) | function gi(){$l.startNonterminal("UnorderedExpr",Hl),bl(256),Tl(87),bl(... function yi (line 1) | function yi(){wl(256),Tl(87),wl(276),Tl(267),G(),wl(282)} function bi (line 1) | function bi(){$l.startNonterminal("FunctionCall",Hl),Pa(),Tl(22),Sl(),Gr... function wi (line 1) | function wi(){Ha(),Tl(22),Yr()} function Ei (line 1) | function Ei(){$l.startNonterminal("Argument",Hl);switch(Bl){case 64:xi()... function Si (line 1) | function Si(){switch(Bl){case 64:Ti();break;default:Of()}} function xi (line 1) | function xi(){$l.startNonterminal("ArgumentPlaceholder",Hl),bl(64),$l.en... function Ti (line 1) | function Ti(){wl(64)} function Ni (line 1) | function Ni(){$l.startNonterminal("Constructor",Hl);switch(Bl){case 54:c... function Ci (line 1) | function Ci(){switch(Bl){case 54:case 55:case 59:Li();break;default:Vi()}} function ki (line 1) | function ki(){$l.startNonterminal("DirectConstructor",Hl);switch(Bl){cas... function Li (line 1) | function Li(){switch(Bl){case 54:Oi();break;case 55:Ui();break;default:W... function Ai (line 1) | function Ai(){$l.startNonterminal("DirElemConstructor",Hl),bl(54),Cl(4),... function Oi (line 1) | function Oi(){wl(54),Cl(4),wl(20),_i();switch(Bl){case 48:wl(48);break;d... function Mi (line 1) | function Mi(){$l.startNonterminal("DirAttributeList",Hl);for(;;){Cl(19);... function _i (line 1) | function _i(){for(;;){Cl(19);if(Bl!=21)break;wl(21),Cl(91),Bl==20&&(wl(2... function Di (line 1) | function Di(){$l.startNonterminal("DirAttributeValue",Hl),Cl(14);switch(... function Pi (line 1) | function Pi(){Cl(14);switch(Bl){case 28:wl(28);for(;;){Cl(167);if(Bl==28... function Hi (line 1) | function Hi(){$l.startNonterminal("QuotAttrValueContent",Hl);switch(Bl){... function Bi (line 1) | function Bi(){switch(Bl){case 16:wl(16);break;default:Wf()}} function ji (line 1) | function ji(){$l.startNonterminal("AposAttrValueContent",Hl);switch(Bl){... function Fi (line 1) | function Fi(){switch(Bl){case 17:wl(17);break;default:Wf()}} function Ii (line 1) | function Ii(){$l.startNonterminal("DirElemContent",Hl);switch(Bl){case 5... function qi (line 1) | function qi(){switch(Bl){case 54:case 55:case 59:Li();break;case 4:wl(4)... function Ri (line 1) | function Ri(){$l.startNonterminal("DirCommentConstructor",Hl),bl(55),Cl(... function Ui (line 1) | function Ui(){wl(55),Cl(1),wl(2),Cl(6),wl(43)} function zi (line 1) | function zi(){$l.startNonterminal("DirPIConstructor",Hl),bl(59),Cl(3),bl... function Wi (line 1) | function Wi(){wl(59),Cl(3),wl(18),Cl(13),Bl==21&&(wl(21),Cl(2),wl(3)),Cl... function Xi (line 1) | function Xi(){$l.startNonterminal("ComputedConstructor",Hl);switch(Bl){c... function Vi (line 1) | function Vi(){switch(Bl){case 119:Jf();break;case 121:Ji();break;case 82... function $i (line 1) | function $i(){$l.startNonterminal("CompElemConstructor",Hl),bl(121),Tl(2... function Ji (line 1) | function Ji(){wl(121),Tl(258);switch(Bl){case 276:wl(276),Tl(267),G(),wl... function Ki (line 1) | function Ki(){$l.startNonterminal("CompNamespaceConstructor",Hl),bl(184)... function Qi (line 1) | function Qi(){wl(184),Tl(251);switch(Bl){case 276:wl(276),Tl(267),es(),w... function Gi (line 1) | function Gi(){$l.startNonterminal("Prefix",Hl),Ba(),$l.endNonterminal("P... function Yi (line 1) | function Yi(){ja()} function Zi (line 1) | function Zi(){$l.startNonterminal("PrefixExpr",Hl),Q(),$l.endNonterminal... function es (line 1) | function es(){G()} function ts (line 1) | function ts(){$l.startNonterminal("URIExpr",Hl),Q(),$l.endNonterminal("U... function ns (line 1) | function ns(){G()} function rs (line 1) | function rs(){$l.startNonterminal("FunctionItemExpr",Hl);switch(Bl){case... function is (line 1) | function is(){switch(Bl){case 145:Nl(92);break;default:Dl=Bl}switch(Dl){... function ss (line 1) | function ss(){$l.startNonterminal("NamedFunctionRef",Hl),_a(),Tl(20),bl(... function os (line 1) | function os(){Da(),Tl(20),wl(29),Tl(16),wl(8)} function us (line 1) | function us(){$l.startNonterminal("InlineFunctionExpr",Hl);for(;;){Tl(97... function as (line 1) | function as(){for(;;){Tl(97);if(Bl!=32)break;B()}wl(145),Tl(22),wl(34),T... function fs (line 1) | function fs(){$l.startNonterminal("SingleType",Hl),co(),Tl(227),Bl==64&&... function ls (line 1) | function ls(){ho(),Tl(227),Bl==64&&wl(64)} function cs (line 1) | function cs(){$l.startNonterminal("TypeDeclaration",Hl),bl(79),Tl(260),S... function hs (line 1) | function hs(){wl(79),Tl(260),ds()} function ps (line 1) | function ps(){$l.startNonterminal("SequenceType",Hl);switch(Bl){case 124... function ds (line 1) | function ds(){switch(Bl){case 124:Nl(243);break;default:Dl=Bl}switch(Dl)... function vs (line 1) | function vs(){$l.startNonterminal("OccurrenceIndicator",Hl);switch(Bl){c... function ms (line 1) | function ms(){switch(Bl){case 64:wl(64);break;case 39:wl(39);break;defau... function gs (line 1) | function gs(){$l.startNonterminal("ItemType",Hl);switch(Bl){case 78:case... function ys (line 1) | function ys(){switch(Bl){case 78:case 82:case 96:case 120:case 121:case ... function bs (line 1) | function bs(){$l.startNonterminal("JSONTest",Hl);switch(Bl){case 167:xs(... function ws (line 1) | function ws(){switch(Bl){case 167:Ts();break;case 194:Cs();break;default... function Es (line 1) | function Es(){$l.startNonterminal("StructuredItemTest",Hl),bl(242),Tl(22... function Ss (line 1) | function Ss(){wl(242),Tl(22),wl(34),Tl(23),wl(37)} function xs (line 1) | function xs(){$l.startNonterminal("JSONItemTest",Hl),bl(167),Tl(22),bl(3... function Ts (line 1) | function Ts(){wl(167),Tl(22),wl(34),Tl(23),wl(37)} function Ns (line 1) | function Ns(){$l.startNonterminal("JSONObjectTest",Hl),bl(194),Tl(22),bl... function Cs (line 1) | function Cs(){wl(194),Tl(22),wl(34),Tl(23),wl(37)} function ks (line 1) | function ks(){$l.startNonterminal("JSONArrayTest",Hl),bl(78),Tl(22),bl(3... function Ls (line 1) | function Ls(){wl(78),Tl(22),wl(34),Tl(23),wl(37)} function As (line 1) | function As(){$l.startNonterminal("AtomicOrUnionType",Hl),_a(),$l.endNon... function Os (line 1) | function Os(){Da()} function Ms (line 1) | function Ms(){$l.startNonterminal("KindTest",Hl);switch(Bl){case 120:Hs(... function _s (line 1) | function _s(){switch(Bl){case 120:Bs();break;case 121:eo();break;case 82... function Ds (line 1) | function Ds(){$l.startNonterminal("AnyKindTest",Hl),bl(191),Tl(22),bl(34... function Ps (line 1) | function Ps(){wl(191),Tl(22),wl(34),Tl(23),wl(37)} function Hs (line 1) | function Hs(){$l.startNonterminal("DocumentTest",Hl),bl(120),Tl(22),bl(3... function Bs (line 1) | function Bs(){wl(120),Tl(22),wl(34),Tl(144);if(Bl!=37)switch(Bl){case 12... function js (line 1) | function js(){$l.startNonterminal("TextTest",Hl),bl(244),Tl(22),bl(34),T... function Fs (line 1) | function Fs(){wl(244),Tl(22),wl(34),Tl(23),wl(37)} function Is (line 1) | function Is(){$l.startNonterminal("CommentTest",Hl),bl(96),Tl(22),bl(34)... function qs (line 1) | function qs(){wl(96),Tl(22),wl(34),Tl(23),wl(37)} function Rs (line 1) | function Rs(){$l.startNonterminal("NamespaceNodeTest",Hl),bl(185),Tl(22)... function Us (line 1) | function Us(){wl(185),Tl(22),wl(34),Tl(23),wl(37)} function zs (line 1) | function zs(){$l.startNonterminal("PITest",Hl),bl(216),Tl(22),bl(34),Tl(... function Ws (line 1) | function Ws(){wl(216),Tl(22),wl(34),Tl(253);if(Bl!=37)switch(Bl){case 11... function Xs (line 1) | function Xs(){$l.startNonterminal("AttributeTest",Hl),bl(82),Tl(22),bl(3... function Vs (line 1) | function Vs(){wl(82),Tl(22),wl(34),Tl(261),Bl!=37&&(Js(),Tl(101),Bl==41&... function $s (line 1) | function $s(){$l.startNonterminal("AttribNameOrWildcard",Hl);switch(Bl){... function Js (line 1) | function Js(){switch(Bl){case 38:wl(38);break;default:ao()}} function Ks (line 1) | function Ks(){$l.startNonterminal("SchemaAttributeTest",Hl),bl(226),Tl(2... function Qs (line 1) | function Qs(){wl(226),Tl(22),wl(34),Tl(255),Ys(),Tl(23),wl(37)} function Gs (line 1) | function Gs(){$l.startNonterminal("AttributeDeclaration",Hl),uo(),$l.end... function Ys (line 1) | function Ys(){ao()} function Zs (line 1) | function Zs(){$l.startNonterminal("ElementTest",Hl),bl(121),Tl(22),bl(34... function eo (line 1) | function eo(){wl(121),Tl(22),wl(34),Tl(261),Bl!=37&&(no(),Tl(101),Bl==41... function to (line 1) | function to(){$l.startNonterminal("ElementNameOrWildcard",Hl);switch(Bl)... function no (line 1) | function no(){switch(Bl){case 38:wl(38);break;default:lo()}} function ro (line 1) | function ro(){$l.startNonterminal("SchemaElementTest",Hl),bl(227),Tl(22)... function io (line 1) | function io(){wl(227),Tl(22),wl(34),Tl(255),oo(),Tl(23),wl(37)} function so (line 1) | function so(){$l.startNonterminal("ElementDeclaration",Hl),fo(),$l.endNo... function oo (line 1) | function oo(){lo()} function uo (line 1) | function uo(){$l.startNonterminal("AttributeName",Hl),_a(),$l.endNonterm... function ao (line 1) | function ao(){Da()} function fo (line 1) | function fo(){$l.startNonterminal("ElementName",Hl),_a(),$l.endNontermin... function lo (line 1) | function lo(){Da()} function co (line 1) | function co(){$l.startNonterminal("SimpleTypeName",Hl),po(),$l.endNonter... function ho (line 1) | function ho(){vo()} function po (line 1) | function po(){$l.startNonterminal("TypeName",Hl),_a(),$l.endNonterminal(... function vo (line 1) | function vo(){Da()} function mo (line 1) | function mo(){$l.startNonterminal("FunctionTest",Hl);for(;;){Tl(97);if(B... function go (line 1) | function go(){for(;;){Tl(97);if(Bl!=32)break;B()}switch(Bl){case 145:Nl(... function yo (line 1) | function yo(){$l.startNonterminal("AnyFunctionTest",Hl),bl(145),Tl(22),b... function bo (line 1) | function bo(){wl(145),Tl(22),wl(34),Tl(24),wl(38),Tl(23),wl(37)} function wo (line 1) | function wo(){$l.startNonterminal("TypedFunctionTest",Hl),bl(145),Tl(22)... function Eo (line 1) | function Eo(){wl(145),Tl(22),wl(34),Tl(263);if(Bl!=37){ds();for(;;){Tl(1... function So (line 1) | function So(){$l.startNonterminal("ParenthesizedItemType",Hl),bl(34),Tl(... function xo (line 1) | function xo(){wl(34),Tl(260),ys(),Tl(23),wl(37)} function To (line 1) | function To(){$l.startNonterminal("RevalidationDecl",Hl),bl(108),Tl(72),... function No (line 1) | function No(){$l.startNonterminal("InsertExprTargetChoice",Hl);switch(Bl... function Co (line 1) | function Co(){switch(Bl){case 70:wl(70);break;case 84:wl(84);break;defau... function ko (line 1) | function ko(){$l.startNonterminal("InsertExpr",Hl),bl(159),Tl(129);switc... function Lo (line 1) | function Lo(){wl(159),Tl(129);switch(Bl){case 191:wl(191);break;default:... function Ao (line 1) | function Ao(){$l.startNonterminal("DeleteExpr",Hl),bl(110),Tl(129);switc... function Oo (line 1) | function Oo(){wl(110),Tl(129);switch(Bl){case 191:wl(191);break;default:... function Mo (line 1) | function Mo(){$l.startNonterminal("ReplaceExpr",Hl),bl(219),Tl(130),Bl==... function _o (line 1) | function _o(){wl(219),Tl(130),Bl==261&&(wl(261),Tl(64),wl(196)),Tl(62),w... function Do (line 1) | function Do(){$l.startNonterminal("RenameExpr",Hl),bl(218),Tl(62),bl(191... function Po (line 1) | function Po(){wl(218),Tl(62),wl(191),Tl(267),Fo(),wl(79),Tl(267),qo()} function Ho (line 1) | function Ho(){$l.startNonterminal("SourceExpr",Hl),Af(),$l.endNontermina... function Bo (line 1) | function Bo(){Of()} function jo (line 1) | function jo(){$l.startNonterminal("TargetExpr",Hl),Af(),$l.endNontermina... function Fo (line 1) | function Fo(){Of()} function Io (line 1) | function Io(){$l.startNonterminal("NewNameExpr",Hl),Af(),$l.endNontermin... function qo (line 1) | function qo(){Of()} function Ro (line 1) | function Ro(){$l.startNonterminal("TransformExpr",Hl),bl(103),Tl(21),Sl(... function Uo (line 1) | function Uo(){wl(103),Tl(21),Wo();for(;;){if(Bl!=41)break;wl(41),Tl(21),... function zo (line 1) | function zo(){$l.startNonterminal("TransformSpec",Hl),bl(31),Tl(255),Sl(... function Wo (line 1) | function Wo(){wl(31),Tl(255),li(),Tl(27),wl(52),Tl(267),Of()} function Xo (line 1) | function Xo(){$l.startNonterminal("FTSelection",Hl),Ko();for(;;){Tl(212)... function Vo (line 1) | function Vo(){Qo();for(;;){Tl(212);switch(Bl){case 81:Nl(151);break;defa... function $o (line 1) | function $o(){$l.startNonterminal("FTWeight",Hl),bl(264),Tl(87),bl(276),... function Jo (line 1) | function Jo(){wl(264),Tl(87),wl(276),Tl(267),G(),wl(282)} function Ko (line 1) | function Ko(){$l.startNonterminal("FTOr",Hl),Go();for(;;){if(Bl!=144)bre... function Qo (line 1) | function Qo(){Yo();for(;;){if(Bl!=144)break;wl(144),Tl(162),Yo()}} function Go (line 1) | function Go(){$l.startNonterminal("FTAnd",Hl),Zo();for(;;){if(Bl!=142)br... function Yo (line 1) | function Yo(){eu();for(;;){if(Bl!=142)break;wl(142),Tl(162),eu()}} function Zo (line 1) | function Zo(){$l.startNonterminal("FTMildNot",Hl),tu();for(;;){Tl(213);i... function eu (line 1) | function eu(){nu();for(;;){Tl(213);if(Bl!=193)break;wl(193),Tl(53),wl(15... function tu (line 1) | function tu(){$l.startNonterminal("FTUnaryNot",Hl),Bl==143&&bl(143),Tl(1... function nu (line 1) | function nu(){Bl==143&&wl(143),Tl(155),iu()} function ru (line 1) | function ru(){$l.startNonterminal("FTPrimaryWithOptions",Hl),su(),Tl(215... function iu (line 1) | function iu(){ou(),Tl(215),Bl==259&&Bu(),Bl==264&&Jo()} function su (line 1) | function su(){$l.startNonterminal("FTPrimary",Hl);switch(Bl){case 34:bl(... function ou (line 1) | function ou(){switch(Bl){case 34:wl(34),Tl(162),Vo(),wl(37);break;case 3... function uu (line 1) | function uu(){$l.startNonterminal("FTWords",Hl),fu(),Tl(222);if(Bl==71||... function au (line 1) | function au(){lu(),Tl(222),(Bl==71||Bl==76||Bl==210)&&du()} function fu (line 1) | function fu(){$l.startNonterminal("FTWordsValue",Hl);switch(Bl){case 11:... function lu (line 1) | function lu(){switch(Bl){case 11:wl(11);break;default:wl(276),Tl(267),G(... function cu (line 1) | function cu(){$l.startNonterminal("FTExtensionSelection",Hl);for(;;){Sl(... function hu (line 1) | function hu(){for(;;){Tr(),Tl(100);if(Bl!=35)break}wl(276),Tl(166),Bl!=2... function pu (line 1) | function pu(){$l.startNonterminal("FTAnyallOption",Hl);switch(Bl){case 7... function du (line 1) | function du(){switch(Bl){case 76:wl(76),Tl(219),Bl==272&&wl(272);break;c... function vu (line 1) | function vu(){$l.startNonterminal("FTTimes",Hl),bl(195),Tl(149),Sl(),gu(... function mu (line 1) | function mu(){wl(195),Tl(149),yu(),wl(247)} function gu (line 1) | function gu(){$l.startNonterminal("FTRange",Hl);switch(Bl){case 130:bl(1... function yu (line 1) | function yu(){switch(Bl){case 130:wl(130),Tl(267),Wn();break;case 81:wl(... function bu (line 1) | function bu(){$l.startNonterminal("FTPosFilter",Hl);switch(Bl){case 202:... function wu (line 1) | function wu(){switch(Bl){case 202:Su();break;case 269:Tu();break;case 11... function Eu (line 1) | function Eu(){$l.startNonterminal("FTOrder",Hl),bl(202),$l.endNontermina... function Su (line 1) | function Su(){wl(202)} function xu (line 1) | function xu(){$l.startNonterminal("FTWindow",Hl),bl(269),Tl(267),Sl(),zn... function Tu (line 1) | function Tu(){wl(269),Tl(267),Wn(),Lu()} function Nu (line 1) | function Nu(){$l.startNonterminal("FTDistance",Hl),bl(117),Tl(149),Sl(),... function Cu (line 1) | function Cu(){wl(117),Tl(149),yu(),Lu()} function ku (line 1) | function ku(){$l.startNonterminal("FTUnit",Hl);switch(Bl){case 273:bl(27... function Lu (line 1) | function Lu(){switch(Bl){case 273:wl(273);break;case 232:wl(232);break;d... function Au (line 1) | function Au(){$l.startNonterminal("FTScope",Hl);switch(Bl){case 223:bl(2... function Ou (line 1) | function Ou(){switch(Bl){case 223:wl(223);break;default:wl(115)}Tl(132),... function Mu (line 1) | function Mu(){$l.startNonterminal("FTBigUnit",Hl);switch(Bl){case 231:bl... function _u (line 1) | function _u(){switch(Bl){case 231:wl(231);break;default:wl(204)}} function Du (line 1) | function Du(){$l.startNonterminal("FTContent",Hl);switch(Bl){case 81:bl(... function Pu (line 1) | function Pu(){switch(Bl){case 81:wl(81),Tl(117);switch(Bl){case 237:wl(2... function Hu (line 1) | function Hu(){$l.startNonterminal("FTMatchOptions",Hl);for(;;){bl(259),T... function Bu (line 1) | function Bu(){for(;;){wl(259),Tl(182),Fu(),Tl(215);if(Bl!=259)break}} function ju (line 1) | function ju(){$l.startNonterminal("FTMatchOption",Hl);switch(Bl){case 18... function Fu (line 1) | function Fu(){switch(Bl){case 188:Nl(161);break;default:Dl=Bl}switch(Dl)... function Iu (line 1) | function Iu(){$l.startNonterminal("FTCaseOption",Hl);switch(Bl){case 88:... function qu (line 1) | function qu(){switch(Bl){case 88:wl(88),Tl(124);switch(Bl){case 158:wl(1... function Ru (line 1) | function Ru(){$l.startNonterminal("FTDiacriticsOption",Hl),bl(114),Tl(12... function Uu (line 1) | function Uu(){wl(114),Tl(124);switch(Bl){case 158:wl(158);break;default:... function zu (line 1) | function zu(){$l.startNonterminal("FTStemOption",Hl);switch(Bl){case 238... function Wu (line 1) | function Wu(){switch(Bl){case 238:wl(238);break;default:wl(188),Tl(74),w... function Xu (line 1) | function Xu(){$l.startNonterminal("FTThesaurusOption",Hl);switch(Bl){cas... function Vu (line 1) | function Vu(){switch(Bl){case 246:wl(246),Tl(142);switch(Bl){case 81:Ju(... function $u (line 1) | function $u(){$l.startNonterminal("FTThesaurusID",Hl),bl(81),Tl(15),bl(7... function Ju (line 1) | function Ju(){wl(81),Tl(15),wl(7),Tl(221),Bl==217&&(wl(217),Tl(17),wl(11... function Ku (line 1) | function Ku(){$l.startNonterminal("FTLiteralRange",Hl);switch(Bl){case 1... function Qu (line 1) | function Qu(){switch(Bl){case 130:wl(130),Tl(16),wl(8);break;case 81:wl(... function Gu (line 1) | function Gu(){$l.startNonterminal("FTStopWordOption",Hl);switch(Bl){case... function Yu (line 1) | function Yu(){switch(Bl){case 239:wl(239),Tl(86),wl(273),Tl(142);switch(... function Zu (line 1) | function Zu(){$l.startNonterminal("FTStopWords",Hl);switch(Bl){case 81:b... function ea (line 1) | function ea(){switch(Bl){case 81:wl(81),Tl(15),wl(7);break;default:wl(34... function ta (line 1) | function ta(){$l.startNonterminal("FTStopWordsInclExcl",Hl);switch(Bl){c... function na (line 1) | function na(){switch(Bl){case 254:wl(254);break;default:wl(131)}Tl(99),e... function ra (line 1) | function ra(){$l.startNonterminal("FTLanguageOption",Hl),bl(169),Tl(17),... function ia (line 1) | function ia(){wl(169),Tl(17),wl(11)} function sa (line 1) | function sa(){$l.startNonterminal("FTWildCardOption",Hl);switch(Bl){case... function oa (line 1) | function oa(){switch(Bl){case 268:wl(268);break;default:wl(188),Tl(84),w... function ua (line 1) | function ua(){$l.startNonterminal("FTExtensionOption",Hl),bl(199),Tl(255... function aa (line 1) | function aa(){wl(199),Tl(255),Da(),Tl(17),wl(11)} function fa (line 1) | function fa(){$l.startNonterminal("FTIgnoreOption",Hl),bl(271),Tl(42),bl... function la (line 1) | function la(){wl(271),Tl(42),wl(100),Tl(267),Jn()} function ca (line 1) | function ca(){$l.startNonterminal("CollectionDecl",Hl),bl(95),Tl(255),Sl... function ha (line 1) | function ha(){$l.startNonterminal("CollectionTypeDecl",Hl),bl(79),Tl(178... function pa (line 1) | function pa(){$l.startNonterminal("IndexName",Hl),_a(),$l.endNonterminal... function da (line 1) | function da(){$l.startNonterminal("IndexDomainExpr",Hl),Nr(),$l.endNonte... function va (line 1) | function va(){$l.startNonterminal("IndexKeySpec",Hl),ma(),Bl==79&&(Sl(),... function ma (line 1) | function ma(){$l.startNonterminal("IndexKeyExpr",Hl),Nr(),$l.endNontermi... function ga (line 1) | function ga(){$l.startNonterminal("IndexKeyTypeDecl",Hl),bl(79),Tl(255),... function ya (line 1) | function ya(){$l.startNonterminal("AtomicType",Hl),_a(),$l.endNontermina... function ba (line 1) | function ba(){$l.startNonterminal("IndexKeyCollation",Hl),bl(94),Tl(15),... function wa (line 1) | function wa(){$l.startNonterminal("IndexDecl",Hl),bl(155),Tl(255),Sl(),p... function Ea (line 1) | function Ea(){$l.startNonterminal("ICDecl",Hl),bl(161),Tl(40),bl(97),Tl(... function Sa (line 1) | function Sa(){$l.startNonterminal("ICCollection",Hl),bl(197),Tl(39),bl(9... function xa (line 1) | function xa(){$l.startNonterminal("ICCollSequence",Hl),ui(),Tl(37),bl(92... function Ta (line 1) | function Ta(){$l.startNonterminal("ICCollSequenceUnique",Hl),bl(191),Tl(... function Na (line 1) | function Na(){$l.startNonterminal("ICCollNode",Hl),bl(138),Tl(62),bl(191... function Ca (line 1) | function Ca(){$l.startNonterminal("ICForeignKey",Hl),bl(139),Tl(57),bl(1... function ka (line 1) | function ka(){$l.startNonterminal("ICForeignKeySource",Hl),bl(140),Tl(39... function La (line 1) | function La(){$l.startNonterminal("ICForeignKeyTarget",Hl),bl(248),Tl(39... function Aa (line 1) | function Aa(){$l.startNonterminal("ICForeignKeyValues",Hl),bl(95),Tl(255... function Oa (line 1) | function Oa(){wl(36);for(;;){Cl(89);if(Bl==50)break;switch(Bl){case 24:w... function Ma (line 1) | function Ma(){switch(Bl){case 22:wl(22);break;default:Oa()}} function _a (line 1) | function _a(){$l.startNonterminal("EQName",Hl),Cl(250);switch(Bl){case 8... function Da (line 1) | function Da(){Cl(250);switch(Bl){case 82:wl(82);break;case 96:wl(96);bre... function Pa (line 1) | function Pa(){$l.startNonterminal("FunctionName",Hl);switch(Bl){case 6:b... function Ha (line 1) | function Ha(){switch(Bl){case 6:wl(6);break;case 70:wl(70);break;case 73... function Ba (line 1) | function Ba(){$l.startNonterminal("NCName",Hl);switch(Bl){case 19:bl(19)... function ja (line 1) | function ja(){switch(Bl){case 19:wl(19);break;case 70:wl(70);break;case ... function Fa (line 1) | function Fa(){$l.startNonterminal("MainModule",Hl),f(),Sl(),Ia(),$l.endN... function Ia (line 1) | function Ia(){$l.startNonterminal("Program",Hl),Wa(),$l.endNonterminal("... function qa (line 1) | function qa(){$l.startNonterminal("Statements",Hl);for(;;){Tl(278);switc... function Ra (line 1) | function Ra(){for(;;){Tl(278);switch(Bl){case 34:Nl(269);break;case 35:k... function Ua (line 1) | function Ua(){$l.startNonterminal("StatementsAndExpr",Hl),qa(),Sl(),Q(),... function za (line 1) | function za(){Ra(),G()} function Wa (line 1) | function Wa(){$l.startNonterminal("StatementsAndOptionalExpr",Hl),qa(),B... function Xa (line 1) | function Xa(){Ra(),Bl!=25&&Bl!=282&&G()} function Va (line 1) | function Va(){$l.startNonterminal("Statement",Hl);switch(Bl){case 132:Nl... function $a (line 1) | function $a(){switch(Bl){case 132:Nl(189);break;case 137:Nl(196);break;c... function Ja (line 1) | function Ja(){$l.startNonterminal("ApplyStatement",Hl),Mf(),bl(53),$l.en... function Ka (line 1) | function Ka(){_f(),wl(53)} function Qa (line 1) | function Qa(){$l.startNonterminal("AssignStatement",Hl),bl(31),Tl(255),S... function Ga (line 1) | function Ga(){wl(31),Tl(255),li(),Tl(27),wl(52),Tl(267),Of(),wl(53)} function Ya (line 1) | function Ya(){$l.startNonterminal("BlockStatement",Hl),bl(276),Tl(277),S... function Za (line 1) | function Za(){wl(276),Tl(277),Ra(),wl(282)} function ef (line 1) | function ef(){$l.startNonterminal("BreakStatement",Hl),bl(86),Tl(59),bl(... function tf (line 1) | function tf(){wl(86),Tl(59),wl(176),Tl(28),wl(53)} function nf (line 1) | function nf(){$l.startNonterminal("ContinueStatement",Hl),bl(102),Tl(59)... function rf (line 1) | function rf(){wl(102),Tl(59),wl(176),Tl(28),wl(53)} function sf (line 1) | function sf(){$l.startNonterminal("ExitStatement",Hl),bl(132),Tl(71),bl(... function of (line 1) | function of(){wl(132),Tl(71),wl(221),Tl(267),Of(),wl(53)} function uf (line 1) | function uf(){$l.startNonterminal("FLWORStatement",Hl),et();for(;;){Tl(1... function af (line 1) | function af(){tt();for(;;){Tl(173);if(Bl==220)break;rt()}lf()} function ff (line 1) | function ff(){$l.startNonterminal("ReturnStatement",Hl),bl(220),Tl(270),... function lf (line 1) | function lf(){wl(220),Tl(270),$a()} function cf (line 1) | function cf(){$l.startNonterminal("IfStatement",Hl),bl(152),Tl(22),bl(34... function hf (line 1) | function hf(){wl(152),Tl(22),wl(34),Tl(267),G(),wl(37),Tl(77),wl(245),Tl... function pf (line 1) | function pf(){$l.startNonterminal("SwitchStatement",Hl),bl(243),Tl(22),b... function df (line 1) | function df(){wl(243),Tl(22),wl(34),Tl(267),G(),wl(37);for(;;){Tl(35),mf... function vf (line 1) | function vf(){$l.startNonterminal("SwitchCaseStatement",Hl);for(;;){bl(8... function mf (line 1) | function mf(){for(;;){wl(88),Tl(267),hn();if(Bl!=88)break}wl(220),Tl(270... function gf (line 1) | function gf(){$l.startNonterminal("TryCatchStatement",Hl),bl(250),Tl(87)... function yf (line 1) | function yf(){wl(250),Tl(87),Za(),Tl(36),wl(91),Tl(257),On(),Za();for(;;... function bf (line 1) | function bf(){$l.startNonterminal("TypeswitchStatement",Hl),bl(253),Tl(2... function wf (line 1) | function wf(){wl(253),Tl(22),wl(34),Tl(267),G(),wl(37);for(;;){Tl(35),Sf... function Ef (line 1) | function Ef(){$l.startNonterminal("CaseStatement",Hl),bl(88),Tl(262),Bl=... function Sf (line 1) | function Sf(){wl(88),Tl(262),Bl==31&&(wl(31),Tl(255),li(),Tl(30),wl(79))... function xf (line 1) | function xf(){$l.startNonterminal("VarDeclStatement",Hl);for(;;){Tl(98);... function Tf (line 1) | function Tf(){for(;;){Tl(98);if(Bl!=32)break;B()}wl(262),Tl(21),wl(31),T... function Nf (line 1) | function Nf(){$l.startNonterminal("WhileStatement",Hl),bl(267),Tl(22),bl... function Cf (line 1) | function Cf(){wl(267),Tl(22),wl(34),Tl(267),G(),wl(37),Tl(270),$a()} function kf (line 1) | function kf(){$l.startNonterminal("VoidStatement",Hl),bl(53),$l.endNonte... function Lf (line 1) | function Lf(){wl(53)} function Af (line 1) | function Af(){$l.startNonterminal("ExprSingle",Hl);switch(Bl){case 137:N... function Of (line 1) | function Of(){switch(Bl){case 137:Nl(236);break;case 174:Nl(233);break;c... function Mf (line 1) | function Mf(){$l.startNonterminal("ExprSimple",Hl);switch(Bl){case 77:Nl... function _f (line 1) | function _f(){switch(Bl){case 77:Nl(231);break;case 218:Nl(234);break;ca... function Df (line 1) | function Df(){$l.startNonterminal("JSONDeleteExpr",Hl),bl(110),Tl(56),bl... function Pf (line 1) | function Pf(){wl(110),Tl(56),wl(166),Tl(264),Qr()} function Hf (line 1) | function Hf(){$l.startNonterminal("JSONInsertExpr",Hl);switch(Bl){case 1... function Bf (line 1) | function Bf(){switch(Bl){case 159:Nl(56);break;default:Dl=Bl}Dl=Ol(10,Hl... function jf (line 1) | function jf(){$l.startNonterminal("JSONRenameExpr",Hl),bl(218),Tl(56),bl... function Ff (line 1) | function Ff(){wl(218),Tl(56),wl(166),Tl(264),Qr(),wl(79),Tl(267),Of()} function If (line 1) | function If(){$l.startNonterminal("JSONReplaceExpr",Hl),bl(219),Tl(82),b... function qf (line 1) | function qf(){wl(219),Tl(82),wl(261),Tl(64),wl(196),Tl(56),wl(166),Tl(26... function Rf (line 1) | function Rf(){$l.startNonterminal("JSONAppendExpr",Hl),bl(77),Tl(56),bl(... function Uf (line 1) | function Uf(){wl(77),Tl(56),wl(166),Tl(267),Of(),wl(163),Tl(267),Of()} function zf (line 1) | function zf(){$l.startNonterminal("CommonContent",Hl);switch(Bl){case 12... function Wf (line 1) | function Wf(){switch(Bl){case 12:wl(12);break;case 23:wl(23);break;case ... function Xf (line 1) | function Xf(){$l.startNonterminal("ContentExpr",Hl),Ua(),$l.endNontermin... function Vf (line 1) | function Vf(){za()} function $f (line 1) | function $f(){$l.startNonterminal("CompDocConstructor",Hl),bl(119),Tl(87... function Jf (line 1) | function Jf(){wl(119),Tl(87),ml()} function Kf (line 1) | function Kf(){$l.startNonterminal("CompAttrConstructor",Hl),bl(82),Tl(25... function Qf (line 1) | function Qf(){wl(82),Tl(258);switch(Bl){case 276:wl(276),Tl(267),G(),wl(... function Gf (line 1) | function Gf(){$l.startNonterminal("CompPIConstructor",Hl),bl(216),Tl(251... function Yf (line 1) | function Yf(){wl(216),Tl(251);switch(Bl){case 276:wl(276),Tl(267),G(),wl... function Zf (line 1) | function Zf(){$l.startNonterminal("CompCommentConstructor",Hl),bl(96),Tl... function el (line 1) | function el(){wl(96),Tl(87),ml()} function tl (line 1) | function tl(){$l.startNonterminal("CompTextConstructor",Hl),bl(244),Tl(8... function nl (line 1) | function nl(){wl(244),Tl(87),ml()} function rl (line 1) | function rl(){$l.startNonterminal("PrimaryExpr",Hl);switch(Bl){case 184:... function il (line 1) | function il(){switch(Bl){case 184:Nl(256);break;case 216:Nl(254);break;c... function sl (line 1) | function sl(){$l.startNonterminal("JSONSimpleObjectUnion",Hl),bl(278),Tl... function ol (line 1) | function ol(){wl(278),Tl(273),Bl!=281&&G(),wl(281)} function ul (line 1) | function ul(){$l.startNonterminal("ObjectConstructor",Hl),bl(276),Tl(274... function al (line 1) | function al(){wl(276),Tl(274),Bl!=282&&ll(),wl(282)} function fl (line 1) | function fl(){$l.startNonterminal("PairConstructorList",Hl),cl();for(;;)... function ll (line 1) | function ll(){hl();for(;;){if(Bl!=41)break;wl(41),Tl(267),hl()}} function cl (line 1) | function cl(){$l.startNonterminal("PairConstructor",Hl),Af(),bl(49),Tl(2... function hl (line 1) | function hl(){Of(),wl(49),Tl(267),Of()} function pl (line 1) | function pl(){$l.startNonterminal("ArrayConstructor",Hl),bl(68),Tl(272),... function dl (line 1) | function dl(){wl(68),Tl(272),Bl!=69&&G(),wl(69)} function vl (line 1) | function vl(){$l.startNonterminal("BlockExpr",Hl),bl(276),Tl(277),Sl(),W... function ml (line 1) | function ml(){wl(276),Tl(277),Xa(),wl(282)} function gl (line 1) | function gl(){$l.startNonterminal("FunctionDecl",Hl),bl(145),Tl(255),Sl(... function yl (line 1) | function yl(){$l.startNonterminal("ReturnType",Hl),bl(79),Tl(260),Sl(),p... function bl (line 1) | function bl(e){Bl==e?(Sl(),$l.terminal(i.TOKEN[Bl],jl,Fl>Ql?Ql:Fl),Pl=jl... function wl (line 1) | function wl(e){Bl==e?(Pl=jl,Hl=Fl,Bl=Il,Bl!=0&&(jl=ql,Fl=Rl,Il=0)):Ll(jl... function El (line 1) | function El(e){var t=Pl,n=Hl,r=Bl,i=jl,s=Fl;Bl=e,jl=Gl,Fl=Yl,Il=0,Ma(),P... function Sl (line 1) | function Sl(){Hl!=jl&&(Pl=Hl,Hl=jl,$l.whitespace(Pl,Hl))} function xl (line 1) | function xl(e){var t;for(;;){t=Ml(e);if(t!=22){if(t!=36)break;El(t)}}ret... function Tl (line 1) | function Tl(e){Bl==0&&(Bl=xl(e),jl=Gl,Fl=Yl)} function Nl (line 1) | function Nl(e){Il==0&&(Il=xl(e),ql=Gl,Rl=Yl),Dl=Il<<9|Bl} function Cl (line 1) | function Cl(e){Bl==0&&(Bl=Ml(e),jl=Gl,Fl=Yl)} function kl (line 1) | function kl(e){Il==0&&(Il=Ml(e),ql=Gl,Rl=Yl),Dl=Il<<9|Bl} function Ll (line 1) | function Ll(e,t,n,r,i){throw t>zl&&(Ul=e,zl=t,Wl=n,Xl=r,Vl=i),new _l.Par... function Al (line 1) | function Al(e,t,n){Jl[(t<<4)+e]=n} function Ol (line 1) | function Ol(e,t){var n=Jl[(t<<4)+e];return typeof n!="undefined"?n:0} function Ml (line 1) | function Ml(e){var t=!1;Gl=Yl;var n=Yl,r=i.INITIAL[e],s=0;for(var o=r&40... FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-core/uberfire-widgets-core-client/src/main/java/org/uberfire/ext/widgets/core/client/CoreEntryPoint.java class CoreEntryPoint (line 27) | @EntryPoint method startApp (line 30) | @PostConstruct FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-core/uberfire-widgets-core-client/src/main/java/org/uberfire/ext/widgets/core/client/editors/defaulteditor/DefaultEditorFileUpload.java class DefaultEditorFileUpload (line 28) | public class DefaultEditorFileUpload method getParameters (line 38) | @Override method setPath (line 50) | public void setPath(Path path) { method setIsUpdate (line 54) | public void setIsUpdate(boolean isUpdate) { method download (line 58) | public void download() { method getFileDownloadURL (line 65) | private String getFileDownloadURL() { FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-core/uberfire-widgets-core-client/src/main/java/org/uberfire/ext/widgets/core/client/editors/defaulteditor/DefaultEditorFileUploadBase.java class DefaultEditorFileUploadBase (line 37) | public abstract class DefaultEditorFileUploadBase method DefaultEditorFileUploadBase (line 49) | public DefaultEditorFileUploadBase() { method DefaultEditorFileUploadBase (line 53) | public DefaultEditorFileUploadBase(boolean showUpload) { method isUploadSuccessful (line 61) | static boolean isUploadSuccessful(AbstractForm.SubmitCompleteEvent sub... method initForm (line 65) | void initForm() { method createFileUpload (line 87) | private FileUpload createFileUpload(boolean showUpload) { method isValid (line 101) | boolean isValid() { method isNullOrEmpty (line 112) | private boolean isNullOrEmpty(String fileName) { method createParametersForURL (line 116) | private String createParametersForURL() { method getParameters (line 130) | protected abstract Map getParameters(); method upload (line 132) | public void upload(final Consumer successCallback, method getFormFileName (line 139) | public String getFormFileName() { method executeCallback (line 143) | private void executeCallback(final Consumer callback, type DefaultEditorFileUploadBaseBinder (line 151) | interface DefaultEditorFileUploadBaseBinder FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-core/uberfire-widgets-core-client/src/main/java/org/uberfire/ext/widgets/core/client/editors/defaulteditor/DefaultEditorNewFileUpload.java class DefaultEditorNewFileUpload (line 24) | public class DefaultEditorNewFileUpload method DefaultEditorNewFileUpload (line 30) | public DefaultEditorNewFileUpload() { method getParameters (line 34) | @Override method setFolderPath (line 46) | public void setFolderPath(Path path) { method setFileName (line 50) | public void setFileName(String fileName) { FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-core/uberfire-widgets-core-client/src/main/java/org/uberfire/ext/widgets/core/client/editors/defaulteditor/DefaultFileEditorPresenter.java class DefaultFileEditorPresenter (line 35) | @Dependent method onStartup (line 45) | @OnStartup method onClose (line 52) | @OnClose method getTitle (line 57) | @WorkbenchPartTitle method getWidget (line 62) | @WorkbenchPartView type View (line 67) | interface View { method setPath (line 69) | void setPath(Path path); method setIsUpdate (line 71) | void setIsUpdate(boolean isUpdate); FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-core/uberfire-widgets-core-client/src/main/java/org/uberfire/ext/widgets/core/client/editors/defaulteditor/DefaultFileEditorView.java class DefaultFileEditorView (line 31) | public class DefaultFileEditorView method init (line 41) | @PostConstruct method setPath (line 46) | @Override method setIsUpdate (line 51) | @Override method handleClick (line 56) | @UiHandler("downloadButton") type DefaultFileEditorViewBinder (line 61) | interface DefaultFileEditorViewBinder FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-core/uberfire-widgets-core-client/src/main/java/org/uberfire/ext/widgets/core/client/resources/CoreCss.java type CoreCss (line 20) | public interface CoreCss FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-core/uberfire-widgets-core-client/src/main/java/org/uberfire/ext/widgets/core/client/resources/CoreImages.java type CoreImages (line 23) | public interface CoreImages method openedFolder (line 29) | @Source("images/open_folder.gif") method packageIcon (line 32) | @Source("images/package.gif") method file (line 35) | @Source("images/file.gif") method backupLarge (line 38) | @Source("images/backup_large.png") method warningLarge (line 42) | @Source("images/warning-large.png") method tick (line 45) | @Source("images/tick.png") method typeTextFile (line 48) | @Source("images/BPM_FileIcons_text.png") FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-core/uberfire-widgets-core-client/src/main/java/org/uberfire/ext/widgets/core/client/resources/CoreResources.java type CoreResources (line 21) | public interface CoreResources method images (line 27) | CoreImages images(); FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-core/uberfire-widgets-core-client/src/main/java/org/uberfire/ext/widgets/core/client/resources/TreeNavigatorResources.java type TreeNavigatorResources (line 25) | public interface TreeNavigatorResources method css (line 31) | @Source("css/TreeNavigator.css") type NavigatorStyle (line 34) | public interface NavigatorStyle extends CssResource { method tree (line 36) | @ClassName("tree") method treeFolder (line 39) | @ClassName("tree-folder") method treeFolderHeader (line 42) | @ClassName("tree-folder-header") method treeFolderName (line 45) | @ClassName("tree-folder-name") method treeFolderContent (line 48) | @ClassName("tree-folder-content") method treeItem (line 51) | @ClassName("tree-item") method treeItemName (line 54) | @ClassName("tree-item-name") method treeSelected (line 57) | @ClassName("tree-selected") FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-core/uberfire-widgets-core-client/src/main/java/org/uberfire/ext/widgets/core/client/resources/WizardCellListResources.java type WizardCellListResources (line 24) | public interface WizardCellListResources method cellListStyle (line 30) | @Source("css/WizardsCellList.css") type WizardCellListStyle (line 33) | public interface WizardCellListStyle method cellListEvenItem (line 37) | String cellListEvenItem(); method cellListKeyboardSelectedItem (line 39) | String cellListKeyboardSelectedItem(); method cellListOddItem (line 41) | String cellListOddItem(); method cellListSelectedItem (line 43) | String cellListSelectedItem(); method cellListWidget (line 45) | String cellListWidget(); method cellListEmptyItem (line 47) | String cellListEmptyItem(); FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-core/uberfire-widgets-core-client/src/main/java/org/uberfire/ext/widgets/core/client/resources/WizardResources.java type WizardResources (line 25) | public interface WizardResources method css (line 31) | @Source("css/Wizards.css") type WizardStyle (line 34) | public interface WizardStyle method wizardDTableList (line 38) | String wizardDTableList(); method wizardDTableHeader (line 40) | String wizardDTableHeader(); method wizardDTableButtons (line 42) | String wizardDTableButtons(); method wizardDTableFields (line 44) | String wizardDTableFields(); method wizardDTableMessageContainer (line 46) | String wizardDTableMessageContainer(); method wizardDTableMessage (line 48) | String wizardDTableMessage(); method wizardDTableValidationError (line 50) | String wizardDTableValidationError(); method wizardButtonbar (line 52) | String wizardButtonbar(); method wizardPageTitleContainer (line 54) | String wizardPageTitleContainer(); method wizardPageTitleImageContainer (line 56) | String wizardPageTitleImageContainer(); method wizardPageTitleLabelContainer (line 58) | String wizardPageTitleLabelContainer(); method wizardDTableFieldContainerValid (line 60) | String wizardDTableFieldContainerValid(); method wizardDTableFieldContainerInvalid (line 62) | String wizardDTableFieldContainerInvalid(); method wizardDTableSummaryContainer (line 64) | String wizardDTableSummaryContainer(); method wizardDTableCaption (line 66) | String wizardDTableCaption(); method scrollPanel (line 68) | String scrollPanel(); FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-core/uberfire-widgets-core-client/src/main/java/org/uberfire/ext/widgets/core/client/resources/i18n/CoreConstants.java type CoreConstants (line 25) | public interface CoreConstants method multipleMatchingActivitiesFound (line 31) | String multipleMatchingActivitiesFound(); method activityNotFound (line 33) | String activityNotFound(); method cancel (line 35) | String cancel(); method Previous (line 37) | String Previous(); method Next (line 39) | String Next(); method Finish (line 41) | String Finish(); method Delete (line 43) | String Delete(); method RepositoryViewUriLabel (line 45) | String RepositoryViewUriLabel(); method RepositoryViewRootLabel (line 47) | String RepositoryViewRootLabel(); method Downloading (line 49) | String Downloading(); method SelectFileToUpload (line 51) | String SelectFileToUpload(); method UploadSuccess (line 53) | String UploadSuccess(); method UploadFail (line 55) | String UploadFail(); method Uploading (line 57) | String Uploading(); method DefaultEditor (line 59) | String DefaultEditor(); method Download (line 61) | String Download(); method FileExplorer (line 63) | String FileExplorer(); method Navigator (line 65) | String Navigator(); method EmptyEntry (line 67) | String EmptyEntry(); method MetaFileEditor (line 69) | String MetaFileEditor(); method CantLoadOrganizationalUnits (line 71) | String CantLoadOrganizationalUnits(); method SelectEntry (line 73) | String SelectEntry(); method URLMandatory (line 75) | String URLMandatory(); method InvalidUrlFormat (line 77) | String InvalidUrlFormat(); method OrganizationalUnitMandatory (line 79) | String OrganizationalUnitMandatory(); method RepositoryNaneMandatory (line 81) | String RepositoryNaneMandatory(); method RepositoryNameInvalid (line 83) | String RepositoryNameInvalid(); method DoYouAgree (line 85) | String DoYouAgree(); method RepoCloneSuccess (line 87) | String RepoCloneSuccess(); method RepoAlreadyExists (line 89) | String RepoAlreadyExists(); method RepoCloneFail (line 91) | String RepoCloneFail(); method Cloning (line 93) | String Cloning(); method IndexClonedRepositoryWarning (line 95) | String IndexClonedRepositoryWarning(); method RepoInformation (line 97) | String RepoInformation(); method IsRequired (line 99) | String IsRequired(); method RepoName (line 101) | String RepoName(); method RepoNameHolder (line 103) | String RepoNameHolder(); method OrganizationalUnit (line 105) | String OrganizationalUnit(); method GitUrl (line 107) | String GitUrl(); method GitUrlHolder (line 109) | String GitUrlHolder(); method UserName (line 111) | String UserName(); method UserNameHolder (line 113) | String UserNameHolder(); method Password (line 115) | String Password(); method PasswordHolder (line 117) | String PasswordHolder(); method Cancel (line 119) | String Cancel(); method Clone (line 121) | String Clone(); method RepoCreationSuccess (line 123) | String RepoCreationSuccess(); method RepoCreationFail (line 125) | String RepoCreationFail(); method Create (line 127) | String Create(); method RepositoryEditor (line 129) | String RepositoryEditor(); method AvailableProtocols (line 131) | String AvailableProtocols(); method Reverting (line 133) | String Reverting(); method GeneralInformation (line 135) | String GeneralInformation(); method CommitHistory (line 137) | String CommitHistory(); method LoadMore (line 139) | String LoadMore(); method TextEditor (line 141) | String TextEditor(); method ConfirmStateRevert (line 143) | String ConfirmStateRevert(); method ActivityNotFound (line 145) | String ActivityNotFound(); method CloneRepository (line 147) | String CloneRepository(); method CreateRepository (line 149) | String CreateRepository(); method Empty (line 151) | String Empty(); method RevertToThis (line 153) | String RevertToThis(); method textResourceTypeDescription (line 155) | String textResourceTypeDescription(); method Branches (line 157) | String Branches(); method Update (line 159) | String Update(); method GroupId (line 161) | String GroupId(); method ArtifactId (line 163) | String ArtifactId(); method Version (line 165) | String Version(); method GroupIdHolder (line 167) | String GroupIdHolder(); method ArtifactIdHolder (line 169) | String ArtifactIdHolder(); method VersionHolder (line 171) | String VersionHolder(); FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-core/uberfire-widgets-core-client/src/main/java/org/uberfire/ext/widgets/core/client/screens/iframe/IFrameScreenPresenter.java class IFrameScreenPresenter (line 29) | @Dependent method onStartup (line 37) | @OnStartup method getTitle (line 45) | @WorkbenchPartTitle method getWidget (line 50) | @WorkbenchPartView type View (line 55) | public interface View extends IsWidget { method setURL (line 57) | void setURL(final String url); FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-core/uberfire-widgets-core-client/src/main/java/org/uberfire/ext/widgets/core/client/screens/iframe/IFrameScreenView.java class IFrameScreenView (line 23) | public class IFrameScreenView method IFrameScreenView (line 30) | public IFrameScreenView() { method setURL (line 34) | @Override method onResize (line 39) | @Override FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-core/uberfire-widgets-core-client/src/main/java/org/uberfire/ext/widgets/core/client/tree/FSTreeItem.java class FSTreeItem (line 27) | public class FSTreeItem extends TreeItem { method FSTreeItem (line 31) | FSTreeItem(final FSType type, method FSTreeItem (line 43) | public FSTreeItem(final FSType type, method createType (line 53) | private static final Type createType(final FSType type) { method createIcon (line 63) | private static final Icon createIcon(final FSType type) { method addItem (line 79) | public FSTreeItem addItem(final FSType type, method getFSType (line 87) | public FSType getFSType() { method onOpenState (line 91) | @Override method onCloseState (line 97) | @Override method getIcon (line 103) | private Icon getIcon() { type FSType (line 107) | public enum FSType { FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-core/uberfire-widgets-core-client/src/main/java/org/uberfire/ext/widgets/core/client/tree/Tree.java class Tree (line 36) | public class Tree extends Composite implements HasSe... method Tree (line 43) | public Tree() { method Tree (line 47) | Tree(final Supplier containerProvider) { method addOpenHandler (line 53) | @Override method addCloseHandler (line 59) | @Override method addSelectionHandler (line 65) | @Override method clear (line 71) | public void clear() { method setSelectedItem (line 75) | public void setSelectedItem(final T item, method getSelectedItem (line 81) | public T getSelectedItem() { method setSelectedItem (line 85) | public void setSelectedItem(final T item) { method addItem (line 90) | @SuppressWarnings("unchecked") method getItemByUuid (line 97) | @SuppressWarnings("unchecked") method getItem (line 108) | public T getItem(int index) { method removeItem (line 123) | public void removeItem(final T item) { method getItems (line 127) | public Iterable getItems() { method isEmpty (line 131) | public boolean isEmpty() { method onSelection (line 135) | void onSelection(final T item, method fireStateChanged (line 151) | void fireStateChanged(final T item, FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-core/uberfire-widgets-core-client/src/main/java/org/uberfire/ext/widgets/core/client/tree/TreeItem.java class TreeItem (line 41) | public class TreeItem extends Composite implements O... method TreeItem (line 58) | public TreeItem(final Type type, method TreeItem (line 69) | TreeItem(final Type type, method getItemByUuid (line 173) | @SuppressWarnings("unchecked") method updateSelected (line 187) | private void updateSelected() { method getState (line 192) | public State getState() { method setState (line 196) | public void setState(final State state) { method setState (line 202) | public void setState(final State state, method setState (line 209) | public void setState(final State state, method notFolder (line 230) | private boolean notFolder() { method getUserObject (line 234) | public Object getUserObject() { method setUserObject (line 238) | public void setUserObject(final Object userObject) { method getType (line 242) | public Type getType() { method addItem (line 246) | public I addItem(final I item) { method insertItem (line 250) | public I insertItem(final I item, final int index) { method addItem (line 254) | public I addItem(final Type type, method insertItem (line 265) | public I insertItem(final Type type, method addChild (line 277) | @SuppressWarnings("unchecked") method checkContainerType (line 287) | private void checkContainerType() { method addChild (line 293) | @SuppressWarnings("unchecked") method makeChild (line 307) | @SuppressWarnings("unchecked") method removeItems (line 318) | public void removeItems() { method getChildCount (line 323) | public int getChildCount() { method getChild (line 327) | @SuppressWarnings("unchecked") method getChildren (line 336) | public Iterable getChildren() { method setTree (line 340) | void setTree(final Tree tree) { method updateState (line 344) | void updateState(final State state) { method onOpenState (line 359) | protected void onOpenState() { method onCloseState (line 363) | protected void onCloseState() { method remove (line 367) | @SuppressWarnings("unchecked") method removeItem (line 379) | public void removeItem(final I treeItem) { method getText (line 384) | public String getText() { method getUuid (line 388) | public String getUuid() { method getLabel (line 392) | public String getLabel() { method isSelected (line 396) | public boolean isSelected() { method setSelected (line 400) | void setSelected(boolean selected) { method getParentItem (line 417) | public TreeItem getParentItem() { method setParentItem (line 421) | void setParentItem(final I parent) { method isEmpty (line 425) | public boolean isEmpty() { method getIconWidget (line 429) | IsWidget getIconWidget() { method getContent (line 433) | FlowPanel getContent() { method ouiaComponentType (line 437) | @Override method ouiaComponentId (line 442) | @Override method ouiaAttributeRenderer (line 447) | @Override method equals (line 452) | @Override method hashCode (line 464) | @Override type Type (line 469) | public enum Type { type State (line 475) | public enum State { class TreeItemIterator (line 481) | protected static class TreeItemIterator implements Iterator { method TreeItemIterator (line 486) | TreeItemIterator(ComplexPanel container) { method hasNext (line 490) | @Override method next (line 498) | @Override method remove (line 504) | @Override FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-core/uberfire-widgets-core-client/src/main/java/org/uberfire/ext/widgets/core/client/wizards/AbstractWizard.java class AbstractWizard (line 32) | public abstract class AbstractWizard implements method setup (line 40) | @PostConstruct method onStatusChange (line 46) | public void onStatusChange(final @Observes WizardPageStatusChangeEvent... method checkPagesState (line 60) | protected void checkPagesState() { method onPageSelected (line 82) | public void onPageSelected(final @Observes WizardPageSelectedEvent eve... method start (line 92) | @Override method pageSelected (line 108) | @Override method close (line 114) | @Override method complete (line 119) | @Override FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-core/uberfire-widgets-core-client/src/main/java/org/uberfire/ext/widgets/core/client/wizards/Wizard.java type Wizard (line 26) | public interface Wizard { method start (line 31) | void start(); method getPages (line 37) | List getPages(); method getPageWidget (line 44) | Widget getPageWidget(int pageNumber); method pageSelected (line 50) | void pageSelected(final int pageNumber); method getTitle (line 56) | String getTitle(); method getPreferredHeight (line 62) | int getPreferredHeight(); method getPreferredWidth (line 68) | int getPreferredWidth(); method isComplete (line 77) | void isComplete(Callback callback); method complete (line 82) | void complete(); method close (line 87) | void close(); FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-core/uberfire-widgets-core-client/src/main/java/org/uberfire/ext/widgets/core/client/wizards/WizardPage.java type WizardPage (line 24) | public interface WizardPage method getTitle (line 32) | String getTitle(); method isComplete (line 40) | void isComplete(Callback callback); method initialise (line 45) | void initialise(); method prepareView (line 51) | void prepareView(); FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-core/uberfire-widgets-core-client/src/main/java/org/uberfire/ext/widgets/core/client/wizards/WizardPageSelectedEvent.java class WizardPageSelectedEvent (line 21) | public class WizardPageSelectedEvent { method WizardPageSelectedEvent (line 25) | public WizardPageSelectedEvent(final WizardPage selectedPage) { method getSelectedPage (line 29) | public WizardPage getSelectedPage() { FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-core/uberfire-widgets-core-client/src/main/java/org/uberfire/ext/widgets/core/client/wizards/WizardPageStatusChangeEvent.java class WizardPageStatusChangeEvent (line 21) | public class WizardPageStatusChangeEvent { method WizardPageStatusChangeEvent (line 25) | public WizardPageStatusChangeEvent(final WizardPage page) { method getPage (line 29) | public WizardPage getPage() { FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-core/uberfire-widgets-core-client/src/main/java/org/uberfire/ext/widgets/core/client/wizards/WizardPageTitle.java class WizardPageTitle (line 39) | @Dependent method execute (line 46) | @Override method execute (line 53) | @Override method WizardPageTitle (line 61) | public WizardPageTitle() { method setContent (line 65) | public void setContent(final WizardPage page) { method setComplete (line 87) | public void setComplete(final boolean isComplete) { method setPageSelected (line 98) | public void setPageSelected(final boolean isSelected) { type WizardPageTitleViewBinder (line 102) | interface WizardPageTitleViewBinder FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-core/uberfire-widgets-core-client/src/main/java/org/uberfire/ext/widgets/core/client/wizards/WizardPopupFooter.java class WizardPopupFooter (line 33) | public class WizardPopupFooter extends ModalFooter { method WizardPopupFooter (line 50) | public WizardPopupFooter(final Command cmdPreviousButton, method enablePreviousButton (line 65) | public void enablePreviousButton(final boolean enabled) { method enableNextButton (line 69) | public void enableNextButton(final boolean enabled) { method enableFinishButton (line 73) | public void enableFinishButton(final boolean enabled) { method setPreviousButtonFocus (line 82) | public void setPreviousButtonFocus(final boolean focused) { method setNextButtonFocus (line 86) | public void setNextButtonFocus(final boolean focused) { method onPreviousButtonClick (line 90) | @UiHandler("btnPrevious") method onNextButtonClick (line 95) | @UiHandler("btnNext") method onCancelButtonClick (line 100) | @UiHandler("btnCancel") method onFinishButtonClick (line 105) | @UiHandler("btnFinish") type WizardPopupFooterBinder (line 110) | interface WizardPopupFooterBinder FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-core/uberfire-widgets-core-client/src/main/java/org/uberfire/ext/widgets/core/client/wizards/WizardView.java type WizardView (line 27) | public interface WizardView method show (line 34) | void show(); method setTitle (line 40) | void setTitle(final String title); method setPageTitles (line 46) | void setPageTitles(final List pages); method selectPage (line 52) | void selectPage(final int page); method setBodyWidget (line 58) | void setBodyWidget(final Widget w); method setPreferredHeight (line 64) | void setPreferredHeight(final int height); method setPreferredWidth (line 70) | void setPreferredWidth(final int width); method setPageCompletionState (line 77) | void setPageCompletionState(final int pageIndex, method setCompletionStatus (line 84) | void setCompletionStatus(final boolean isComplete); method hide (line 89) | void hide(); FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-core/uberfire-widgets-core-client/src/main/java/org/uberfire/ext/widgets/core/client/wizards/WizardViewImpl.java class WizardViewImpl (line 40) | @Dependent method WizardViewImpl (line 60) | public WizardViewImpl() { method onUnload (line 101) | @Override method parentOnUnload (line 107) | void parentOnUnload() { method getPresenter (line 111) | AbstractWizard getPresenter() { method init (line 115) | @Override method setPageTitles (line 120) | @Override method releaseWizardPageTitles (line 135) | private void releaseWizardPageTitles() { method makeWizardPageTitle (line 142) | protected WizardPageTitle makeWizardPageTitle(final WizardPage page) { method selectPage (line 149) | @Override method setBodyWidget (line 164) | @Override method setPreferredHeight (line 170) | @Override method setPreferredWidth (line 177) | @Override method setPageCompletionState (line 182) | @Override method setCompletionStatus (line 189) | @Override method show (line 194) | @Override method hide (line 199) | @Override type WizardActivityViewImplBinder (line 205) | interface WizardActivityViewImplBinder FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-core/uberfire-widgets-core-client/src/main/java/org/uberfire/ext/widgets/core/client/workbench/widgets/popups/activities/notfound/ActivityNotFoundPresenter.java class ActivityNotFoundPresenter (line 34) | @ApplicationScoped method getTitle (line 42) | @WorkbenchPartTitle method ActivityNotFoundPresenter (line 47) | @Inject method onStartup (line 55) | @OnStartup method onClose (line 60) | @OnClose method getView (line 69) | @WorkbenchPartView type View (line 74) | public interface View extends UberView { FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-core/uberfire-widgets-core-client/src/main/java/org/uberfire/ext/widgets/core/client/workbench/widgets/popups/activities/notfound/ActivityNotFoundView.java class ActivityNotFoundView (line 28) | public class ActivityNotFoundView extends SimplePanel method init (line 36) | @PostConstruct method init (line 41) | @Override type ActivityNotFoundViewBinder (line 46) | interface ActivityNotFoundViewBinder FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-core/uberfire-widgets-core-client/src/test/java/org/uberfire/ext/widgets/core/client/editors/defaulteditor/DefaultEditorFileUploadBaseTestWrapper.java class DefaultEditorFileUploadBaseTestWrapper (line 22) | public class DefaultEditorFileUploadBaseTestWrapper extends DefaultEdito... method DefaultEditorFileUploadBaseTestWrapper (line 27) | public DefaultEditorFileUploadBaseTestWrapper() { method initForm (line 31) | @Override method forceInitForm (line 38) | void forceInitForm() { method isValid (line 43) | @Override method setValid (line 48) | void setValid(final boolean isValid) { method getParameters (line 52) | @Override FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-core/uberfire-widgets-core-client/src/test/java/org/uberfire/ext/widgets/core/client/editors/defaulteditor/DefaultEditorFileUploadParametersTest.java class DefaultEditorFileUploadParametersTest (line 29) | @RunWith(GwtMockitoTestRunner.class) method setUp (line 34) | @Before method testPathParameterIsEncoded (line 44) | @Test FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-core/uberfire-widgets-core-client/src/test/java/org/uberfire/ext/widgets/core/client/editors/defaulteditor/DefaultEditorFileUploadTest.java class DefaultEditorFileUploadTest (line 37) | @RunWith(GwtMockitoTestRunner.class) method setup (line 55) | @Before method formCharsetAdded (line 60) | @Test method formSubmitHandlersSet (line 66) | @Test method formSubmitValidState (line 74) | @Test method formSubmitInvalidState (line 83) | @Test FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-core/uberfire-widgets-core-client/src/test/java/org/uberfire/ext/widgets/core/client/editors/defaulteditor/UploadEventTest.java class UploadEventTest (line 29) | @RunWith(GwtMockitoTestRunner.class) method testSuccessStatus (line 35) | @Test method testFailedStatus (line 42) | @Test method testUnknownStatus (line 49) | @Test FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-core/uberfire-widgets-core-client/src/test/java/org/uberfire/ext/widgets/core/client/tree/FSTreeItemTest.java class FSTreeItemTest (line 35) | @RunWith(GwtMockitoTestRunner.class) method setup (line 66) | @Before method testGetters (line 93) | @Test method testAddItem (line 123) | @Test method testAddContainer (line 138) | @Test method testAddItemToContainer (line 153) | @Test FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-core/uberfire-widgets-core-client/src/test/java/org/uberfire/ext/widgets/core/client/tree/TreeItemTest.java class TreeItemTest (line 39) | @RunWith(GwtMockitoTestRunner.class) method setup (line 65) | @Before method testGetters (line 89) | @Test method testAddItem (line 117) | @Test method testAddContainer (line 132) | @Test method testAddItemToContainer (line 147) | @Test method testInsertItem (line 169) | @Test method testInsertContainer (line 185) | @Test method testInsertItemToContainer (line 201) | @Test method testGetChildCount (line 227) | @Test method testRemoveItems (line 234) | @Test method testRemove (line 241) | @Test method testRemoveItem (line 251) | @Test method testRemoveItemFromParent (line 261) | @Test method testGetItemByUuid (line 273) | @Test method testGetItemByUuidChildren (line 280) | @Test method testOuiaComponentTypeAttribute (line 291) | @Test method testOuiaComponentIdAttribute (line 296) | @Test method testOuiaAttributeRenderer (line 301) | @Test FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-core/uberfire-widgets-core-client/src/test/java/org/uberfire/ext/widgets/core/client/tree/TreeTest.java class TreeTest (line 31) | @RunWith(GwtMockitoTestRunner.class) method setup (line 45) | @Before method testIsEmpty (line 50) | @Test method testAddItem (line 56) | @Test method testGetItem (line 65) | @Test method testGetItemByUuuid (line 77) | @Test method testGetItemByUuuidWithParent (line 96) | @Test method testRemoveItem (line 121) | @Test method testGetItems (line 132) | @Test method testGetSelectedItem (line 155) | @Test FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-core/uberfire-widgets-core-client/src/test/java/org/uberfire/ext/widgets/core/client/wizards/WizardViewImplTest.java class WizardViewImplTest (line 40) | @RunWith(GwtMockitoTestRunner.class) method init (line 60) | @Before method testSetCompletionStatusTrue (line 73) | @Test method testSetCompletionStatusFalse (line 81) | @Test method testOnUnload (line 89) | @Test method testHide (line 99) | @Test FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-core/uberfire-widgets-core-client/src/test/java/org/uberfire/ext/widgets/core/client/workbench/widgets/popups/activities/notfound/ActivityNotFoundPresenterTest.java class ActivityNotFoundPresenterTest (line 31) | @RunWith(GwtMockitoTestRunner.class) method setUp (line 45) | @Before method testOnCloseNullPlaceIdentifier (line 51) | @Test method testOnCloseNonNullPlaceIdentifier (line 58) | @Test FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-core/uberfire-widgets-core-editors/src/main/java/org/uberfire/ext/widgets/core/client/editors/metafile/MetaFileEditorPresenter.java class MetaFileEditorPresenter (line 41) | @Dependent method onStartup (line 53) | @OnStartup method onSave (line 70) | @OnSave method isDirty (line 81) | @IsDirty method onClose (line 86) | @OnClose method onOpen (line 91) | @OnOpen method getTitle (line 96) | @WorkbenchPartTitle method getWidget (line 101) | @WorkbenchPartView FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-core/uberfire-widgets-core-editors/src/main/java/org/uberfire/ext/widgets/core/client/editors/texteditor/TextEditorPresenter.java class TextEditorPresenter (line 32) | public abstract class TextEditorPresenter { method onStartup (line 40) | @OnStartup method onAfterViewLoaded (line 63) | protected void onAfterViewLoaded() { method getAceEditorMode (line 71) | public AceEditorMode getAceEditorMode() { method isDirty (line 75) | @IsDirty method onOpen (line 80) | public void onOpen() { method getWidget (line 84) | public IsWidget getWidget() { type View (line 88) | public interface View method setContent (line 92) | void setContent(final String content, method getContent (line 95) | String getContent(); method setFocus (line 97) | void setFocus(); method isDirty (line 99) | boolean isDirty(); method setDirty (line 101) | void setDirty(final boolean dirty); method setReadOnly (line 103) | void setReadOnly(final boolean isReadOnly); FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-core/uberfire-widgets-core-editors/src/main/java/org/uberfire/ext/widgets/core/client/editors/texteditor/TextEditorView.java class TextEditorView (line 34) | public class TextEditorView extends Composite method init (line 44) | @PostConstruct method setContent (line 52) | @Override method getContent (line 60) | @Override method setFocus (line 65) | @Override method isDirty (line 70) | @Override method setDirty (line 75) | @Override method setReadOnly (line 80) | @Override method onResize (line 85) | @Override type TextEditorViewBinder (line 94) | interface TextEditorViewBinder FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-core/uberfire-widgets-core-editors/src/main/java/org/uberfire/ext/widgets/core/client/editors/texteditor/TextEditorWorkbenchEditor.java class TextEditorWorkbenchEditor (line 41) | @Dependent method onStartup (line 52) | @OnStartup method onSave (line 73) | @OnSave method isDirty (line 84) | @IsDirty method onClose (line 89) | @OnClose method onOpen (line 94) | @OnOpen method getTitle (line 99) | @WorkbenchPartTitle method getWidget (line 104) | @WorkbenchPartView FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-core/uberfire-widgets-core-editors/src/main/java/org/uberfire/ext/widgets/core/client/editors/texteditor/TextResourceType.java class TextResourceType (line 30) | @ApplicationScoped method TextResourceType (line 37) | public TextResourceType() { method TextResourceType (line 40) | @Inject method getIcon (line 45) | @Override method getDescription (line 50) | @Override FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-core/uberfire-widgets-core-editors/src/main/java/org/uberfire/ext/widgets/core/client/resources/i18n/EditorsConstants.java type EditorsConstants (line 25) | public interface EditorsConstants method MetaFileEditor (line 31) | String MetaFileEditor(); method EmptyEntry (line 33) | String EmptyEntry(); method textResourceTypeDescription (line 35) | String textResourceTypeDescription(); method TextEditor (line 37) | String TextEditor(); FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-properties-editor/uberfire-widgets-properties-editor-api/src/main/java/org/uberfire/ext/properties/editor/model/CustomPropertyEditorFieldInfo.java class CustomPropertyEditorFieldInfo (line 19) | public class CustomPropertyEditorFieldInfo extends PropertyEditorFieldIn... method CustomPropertyEditorFieldInfo (line 23) | public CustomPropertyEditorFieldInfo(String label, method getCustomEditorClass (line 32) | public Class getCustomEditorClass() { method setCustomEditorClass (line 36) | public void setCustomEditorClass(Class customEditorClass) { FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-properties-editor/uberfire-widgets-properties-editor-api/src/main/java/org/uberfire/ext/properties/editor/model/PropertyEditorCategory.java class PropertyEditorCategory (line 26) | @Portable method PropertyEditorCategory (line 38) | public PropertyEditorCategory() { method PropertyEditorCategory (line 42) | public PropertyEditorCategory(String name) { method PropertyEditorCategory (line 47) | public PropertyEditorCategory(String name, method withField (line 58) | public PropertyEditorCategory withField(PropertyEditorFieldInfo field) { method getName (line 66) | public String getName() { method getPriority (line 70) | public int getPriority() { method getFields (line 74) | public List getFields() { method hashCode (line 78) | @Override method getIdEvent (line 86) | public String getIdEvent() { method setIdEvent (line 90) | public void setIdEvent(String idEvent) { method undo (line 94) | public void undo() { method toString (line 98) | @Override FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-properties-editor/uberfire-widgets-properties-editor-api/src/main/java/org/uberfire/ext/properties/editor/model/PropertyEditorChangeEvent.java class PropertyEditorChangeEvent (line 24) | public class PropertyEditorChangeEvent { method PropertyEditorChangeEvent (line 35) | public PropertyEditorChangeEvent(PropertyEditorFieldInfo property, method getProperty (line 42) | public PropertyEditorFieldInfo getProperty() { method getNewValue (line 46) | public String getNewValue() { FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-properties-editor/uberfire-widgets-properties-editor-api/src/main/java/org/uberfire/ext/properties/editor/model/PropertyEditorEvent.java class PropertyEditorEvent (line 31) | public class PropertyEditorEvent { method PropertyEditorEvent (line 35) | public PropertyEditorEvent(String idEvent, method PropertyEditorEvent (line 47) | public PropertyEditorEvent(String idEvent, method sortCategoriesAndFieldsByPriority (line 57) | private static void sortCategoriesAndFieldsByPriority(List getSortedProperties() { FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-properties-editor/uberfire-widgets-properties-editor-api/src/main/java/org/uberfire/ext/properties/editor/model/PropertyEditorFieldInfo.java class PropertyEditorFieldInfo (line 28) | @Portable method PropertyEditorFieldInfo (line 49) | public PropertyEditorFieldInfo() { method PropertyEditorFieldInfo (line 58) | public PropertyEditorFieldInfo(String label, method PropertyEditorFieldInfo (line 75) | public PropertyEditorFieldInfo(String label, method withKey (line 94) | public PropertyEditorFieldInfo withKey(String key) { method withComboValues (line 105) | public PropertyEditorFieldInfo withComboValues(List comboValue... method withPriority (line 117) | public PropertyEditorFieldInfo withPriority(int priority) { method withHelpInfo (line 123) | public PropertyEditorFieldInfo withHelpInfo(String helpHeading, method withValidators (line 136) | public PropertyEditorFieldInfo withValidators(PropertyFieldValidator..... method withValidators (line 145) | public PropertyEditorFieldInfo withValidators(Collection getComboValues() { method getType (line 176) | public PropertyEditorType getType() { method getOriginalValue (line 180) | public String getOriginalValue() { method getCurrentStringValue (line 184) | public String getCurrentStringValue() { method setCurrentStringValue (line 188) | public void setCurrentStringValue(String currentStringValue) { method isRemovalSupported (line 192) | public boolean isRemovalSupported() { method hasHelpInfo (line 196) | public boolean hasHelpInfo() { method setPropertyEditorCategory (line 200) | public void setPropertyEditorCategory(PropertyEditorCategory category) { method getLabel (line 204) | public String getLabel() { method getPriority (line 208) | public int getPriority() { method getValidators (line 212) | public List getValidators() { method getEventId (line 216) | public String getEventId() { method getKey (line 220) | public String getKey() { method getHelpHeading (line 224) | public String getHelpHeading() { method getHelpText (line 228) | public String getHelpText() { method getOptions (line 232) | public List getOptions() { method toString (line 236) | @Override FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-properties-editor/uberfire-widgets-properties-editor-api/src/main/java/org/uberfire/ext/properties/editor/model/PropertyEditorFieldOption.java type PropertyEditorFieldOption (line 19) | public enum PropertyEditorFieldOption { FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-properties-editor/uberfire-widgets-properties-editor-api/src/main/java/org/uberfire/ext/properties/editor/model/PropertyEditorType.java type PropertyEditorType (line 29) | public enum PropertyEditorType { method isType (line 32) | @Override method isFloat (line 37) | private boolean isFloat(Class type) { method isDouble (line 41) | private boolean isDouble(Class type) { method isString (line 45) | private boolean isString(Class type) { method isType (line 50) | @Override method getValidators (line 56) | @Override method isType (line 63) | @Override method isShort (line 68) | private boolean isShort(Class type) { method isLong (line 72) | private boolean isLong(Class type) { method isInteger (line 76) | private boolean isInteger(Class type) { method isType (line 81) | @Override method getValidators (line 90) | public List getValidators() { method getFromType (line 100) | public static PropertyEditorType getFromType(Class type) { method isType (line 109) | public boolean isType(Class type) { method getValidators (line 113) | public List getValidators() { FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-properties-editor/uberfire-widgets-properties-editor-api/src/main/java/org/uberfire/ext/properties/editor/model/PropertyUtils.java class PropertyUtils (line 22) | public class PropertyUtils { method convertMapToCategory (line 24) | public static PropertyEditorCategory convertMapToCategory(Map getExpandedCategories() { method collapseCategory (line 130) | protected void collapseCategory(String categoryToCollapse) { type MyUiBinder (line 134) | interface MyUiBinder extends UiBinder { FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-properties-editor/uberfire-widgets-properties-editor-client/src/main/java/org/uberfire/ext/properties/editor/client/fields/AbstractField.java class AbstractField (line 25) | public abstract class AbstractField { method widget (line 27) | public abstract Widget widget(PropertyEditorFieldInfo property); method validate (line 29) | protected boolean validate(PropertyEditorFieldInfo property, method getValidatorErrorMessage (line 42) | protected String getValidatorErrorMessage(PropertyEditorFieldInfo prop... FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-properties-editor/uberfire-widgets-properties-editor-client/src/main/java/org/uberfire/ext/properties/editor/client/fields/BooleanField.java class BooleanField (line 31) | @Dependent method widget (line 37) | @Override FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-properties-editor/uberfire-widgets-properties-editor-client/src/main/java/org/uberfire/ext/properties/editor/client/fields/ColorField.java class ColorField (line 31) | @Dependent method widget (line 37) | @Override FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-properties-editor/uberfire-widgets-properties-editor-client/src/main/java/org/uberfire/ext/properties/editor/client/fields/ComboField.java class ComboField (line 31) | @Dependent method widget (line 37) | @Override method ifSelectedSelectItem (line 60) | private void ifSelectedSelectItem(PropertyEditorComboBox listBox, method addChangeHandler (line 68) | private void addChangeHandler(final PropertyEditorFieldInfo property, method searchSelectItem (line 91) | private int searchSelectItem(PropertyEditorFieldInfo property, method selectAnyItem (line 101) | private boolean selectAnyItem(int index) { FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-properties-editor/uberfire-widgets-properties-editor-client/src/main/java/org/uberfire/ext/properties/editor/client/fields/PropertyEditorFieldType.java type PropertyEditorFieldType (line 25) | public enum PropertyEditorFieldType { method widget (line 28) | @Override method widget (line 35) | @Override method widget (line 42) | @Override method widget (line 48) | @Override method widget (line 55) | @Override method widget (line 62) | @Override method widget (line 69) | @Override method getWidget (line 75) | private static Widget getWidget(PropertyEditorFieldInfo property, method getFieldTypeFrom (line 83) | public static PropertyEditorFieldType getFieldTypeFrom(PropertyEditorF... method widget (line 87) | public abstract Widget widget(PropertyEditorFieldInfo property); FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-properties-editor/uberfire-widgets-properties-editor-client/src/main/java/org/uberfire/ext/properties/editor/client/fields/SecretTextField.java class SecretTextField (line 34) | @Dependent method SecretTextField (line 40) | public SecretTextField() { method widget (line 43) | @Override method addLostFocusHandler (line 54) | private void addLostFocusHandler(final PropertyEditorFieldInfo property, method addKeyDownHandler (line 75) | private void addKeyDownHandler(final PropertyEditorFieldInfo property, FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-properties-editor/uberfire-widgets-properties-editor-client/src/main/java/org/uberfire/ext/properties/editor/client/fields/TextField.java class TextField (line 34) | @Dependent method widget (line 40) | @Override method addLostFocusHandler (line 52) | private void addLostFocusHandler(final PropertyEditorFieldInfo property, method addEnterKeyHandler (line 73) | private void addEnterKeyHandler(final PropertyEditorFieldInfo property, FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-properties-editor/uberfire-widgets-properties-editor-client/src/main/java/org/uberfire/ext/properties/editor/client/options/PropertyEditorFieldOptionUtils.java class PropertyEditorFieldOptionUtils (line 23) | public class PropertyEditorFieldOptionUtils { method applyFieldOption (line 25) | public static void applyFieldOption(final PropertyEditorFieldOption op... method disable (line 32) | public static void disable(final Widget fieldWidget) { FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-properties-editor/uberfire-widgets-properties-editor-client/src/main/java/org/uberfire/ext/properties/editor/client/resources/i18n/CommonConstants.java type CommonConstants (line 21) | public interface CommonConstants method FilterProperties (line 25) | String FilterProperties(); FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-properties-editor/uberfire-widgets-properties-editor-client/src/main/java/org/uberfire/ext/properties/editor/client/widgets/AbstractPropertyEditorWidget.java class AbstractPropertyEditorWidget (line 23) | public abstract class AbstractPropertyEditorWidget extends Composite imp... method setParent (line 27) | public void setParent(PropertyEditorItemsWidget parent) { method setValidationError (line 31) | public void setValidationError(String errorMessage) { method clearOldValidationErrors (line 35) | public void clearOldValidationErrors() { FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-properties-editor/uberfire-widgets-properties-editor-client/src/main/java/org/uberfire/ext/properties/editor/client/widgets/PropertyEditorCheckBox.java class PropertyEditorCheckBox (line 26) | public class PropertyEditorCheckBox extends AbstractPropertyEditorWidget { method PropertyEditorCheckBox (line 32) | public PropertyEditorCheckBox() { method getValue (line 36) | public Boolean getValue() { method setValue (line 40) | public void setValue(Boolean value) { method addValueChangeHandler (line 44) | public void addValueChangeHandler(ValueChangeHandler valueCha... method isEnabled (line 48) | @Override method setEnabled (line 53) | @Override type MyUiBinder (line 58) | interface MyUiBinder extends UiBinder { FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-properties-editor/uberfire-widgets-properties-editor-client/src/main/java/org/uberfire/ext/properties/editor/client/widgets/PropertyEditorColorPicker.java class PropertyEditorColorPicker (line 33) | public class PropertyEditorColorPicker extends AbstractPropertyEditorWid... method PropertyEditorColorPicker (line 41) | public PropertyEditorColorPicker() { method getValue (line 52) | public String getValue() { method setValue (line 56) | public void setValue(String value) { method addChangeHandler (line 62) | public void addChangeHandler(ValueChangeHandler changeHandler) { method openColorPickerDialog (line 66) | protected void openColorPickerDialog() { method isEnabled (line 84) | @Override method setEnabled (line 89) | @Override type MyUiBinder (line 94) | interface MyUiBinder extends UiBinder pair) { method getSelectedPair (line 46) | public Pair getSelectedPair(final int selected) { method getSelectedIndex (line 51) | public int getSelectedIndex() { method setSelectedIndex (line 55) | public void setSelectedIndex(final int selected) { method setSelectItemByText (line 59) | public void setSelectItemByText(final String text) { method clear (line 68) | public void clear() { method getItemText (line 72) | public String getItemText(final int selectedIndex) { method addChangeHandler (line 76) | public void addChangeHandler(final ChangeHandler changeHandler) { method isEnabled (line 80) | @Override method setEnabled (line 85) | @Override type MyUiBinder (line 90) | interface MyUiBinder extends UiBinder { FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-properties-editor/uberfire-widgets-properties-editor-client/src/main/java/org/uberfire/ext/properties/editor/client/widgets/PropertyEditorItemButtons.java class PropertyEditorItemButtons (line 32) | public class PropertyEditorItemButtons extends Composite implements HasC... method PropertyEditorItemButtons (line 38) | public PropertyEditorItemButtons() { method addRemovalButton (line 46) | public void addRemovalButton(ClickHandler clickHandler) { method addClickHandler (line 54) | @Override type MyUiBinder (line 59) | interface MyUiBinder extends UiBinder { FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-properties-editor/uberfire-widgets-properties-editor-client/src/main/java/org/uberfire/ext/properties/editor/client/widgets/PropertyEditorItemWidget.java class PropertyEditorItemWidget (line 26) | public class PropertyEditorItemWidget extends Composite { method PropertyEditorItemWidget (line 32) | public PropertyEditorItemWidget() { method add (line 36) | public void add(Widget widget) { type MyUiBinder (line 40) | interface MyUiBinder extends UiBinder { FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-properties-editor/uberfire-widgets-properties-editor-client/src/main/java/org/uberfire/ext/properties/editor/client/widgets/PropertyEditorPasswordTextBox.java class PropertyEditorPasswordTextBox (line 29) | public class PropertyEditorPasswordTextBox extends AbstractPropertyEdito... method PropertyEditorPasswordTextBox (line 35) | public PropertyEditorPasswordTextBox() { method getText (line 45) | public String getText() { method setText (line 49) | public void setText(String text) { method addKeyDownHandler (line 53) | public void addKeyDownHandler(KeyDownHandler keyDownHandler) { method addBlurHandler (line 57) | public void addBlurHandler(BlurHandler blurHandler) { method isEnabled (line 61) | @Override method setEnabled (line 66) | @Override type MyUiBinder (line 71) | interface MyUiBinder extends UiBinder { FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-properties-editor/uberfire-widgets-properties-editor-client/src/test/java/org/uberfire/ext/properties/editor/client/PropertyEditorHelperTest.java class PropertyEditorHelperTest (line 38) | @RunWith(GwtMockitoTestRunner.class) method validateNullEventTest (line 42) | @Test(expected = PropertyEditorHelper.NullEventException.class) method validateEventWithNoPropertiesTest (line 47) | @Test(expected = PropertyEditorHelper.NoPropertiesException.class) method validateEventTest (line 54) | @Test method isAMatchOfEmptyFilterTest (line 63) | @Test method isAMatchOfFilterTest (line 70) | @Test method createLabelTest (line 90) | @Test method createCategoryWithNoFields (line 98) | @Test FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-properties-editor/uberfire-widgets-properties-editor-client/src/test/java/org/uberfire/ext/properties/editor/client/PropertyEditorWidgetTest.java class PropertyEditorWidgetTest (line 26) | @RunWith(GwtMockitoTestRunner.class) method setUp (line 31) | @Before method handleExpandedCategoriesTest (line 36) | @Test FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-properties-editor/uberfire-widgets-properties-editor-client/src/test/java/org/uberfire/ext/properties/editor/client/options/PropertyEditorFieldOptionUtilsTest.java class PropertyEditorFieldOptionUtilsTest (line 27) | @RunWith(GwtMockitoTestRunner.class) method applyFieldOptionOnHasEnableWidgetTest (line 30) | @Test FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-sandbox/uberfire-widget-markdown/src/main/java/org/uberfire/ext/widgets/sandbox/client/markdown/Markdown.java class Markdown (line 28) | public class Markdown extends Composite method Markdown (line 37) | public Markdown() { method setContent (line 43) | public void setContent(final String content) { method onResize (line 47) | @Override method toHTML (line 54) | public native String toHTML(final String text) /*-{ type MarkdownBinder (line 59) | interface MarkdownBinder FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-sandbox/uberfire-widget-markdown/src/main/java/org/uberfire/ext/widgets/sandbox/client/markdown/MarkdownTextContent.java class MarkdownTextContent (line 21) | public class MarkdownTextContent { method MarkdownTextContent (line 25) | public MarkdownTextContent() { method MarkdownTextContent (line 28) | public MarkdownTextContent(final String content) { method getContent (line 33) | public String getContent() { FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-sandbox/uberfire-widget-markdown/src/main/java/org/uberfire/ext/widgets/sandbox/client/markdown/MarkdownUtil.java class MarkdownUtil (line 21) | @ApplicationScoped method toHTML (line 24) | public native String toHTML(final String text) /*-{ FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-sandbox/uberfire-widget-markdown/src/main/java/org/uberfire/ext/widgets/sandbox/client/markdown/editorlive/MarkdownLiveEditorPresenter.java class MarkdownLiveEditorPresenter (line 28) | @Dependent method onStartup (line 35) | @OnStartup method getTitle (line 40) | @WorkbenchPartTitle method getWidget (line 45) | @WorkbenchPartView type View (line 50) | public interface View method setContent (line 54) | void setContent(String content); FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-sandbox/uberfire-widget-markdown/src/main/java/org/uberfire/ext/widgets/sandbox/client/markdown/editorlive/MarkdownLiveEditorView.java class MarkdownLiveEditorView (line 41) | public class MarkdownLiveEditorView extends Composite method init (line 52) | @PostConstruct method setContent (line 77) | public void setContent(final String content) { method onResize (line 81) | @Override type MarkdownLiveEditorViewBinder (line 90) | interface MarkdownLiveEditorViewBinder FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-sandbox/uberfire-widget-markdown/src/main/java/org/uberfire/ext/widgets/sandbox/client/markdown/editorlive/MarkdownLivePresenter.java class MarkdownLivePresenter (line 29) | @Dependent method getTitle (line 36) | @WorkbenchPartTitle method getWidget (line 41) | @WorkbenchPartView method loadContent (line 46) | public void loadContent(@Observes MarkdownTextContent content) { type View (line 50) | public interface View method setContent (line 54) | void setContent(final String htmlContent); FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-sandbox/uberfire-widget-markdown/src/main/java/org/uberfire/ext/widgets/sandbox/client/markdown/editorlive/MarkdownLiveView.java class MarkdownLiveView (line 29) | public class MarkdownLiveView extends Composite method init (line 38) | @PostConstruct method setContent (line 43) | public void setContent(final String content) { method onResize (line 47) | @Override type MarkdownViewBinder (line 55) | interface MarkdownViewBinder FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-sandbox/uberfire-widget-markdown/src/main/java/org/uberfire/ext/widgets/sandbox/client/markdown/viewer/MarkdownPresenter.java class MarkdownPresenter (line 32) | @Dependent method onStartup (line 42) | @OnStartup method getTitle (line 57) | @WorkbenchPartTitle method getWidget (line 62) | @WorkbenchPartView type View (line 67) | public interface View method setContent (line 71) | void setContent(final String htmlContent); FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-sandbox/uberfire-widget-markdown/src/main/java/org/uberfire/ext/widgets/sandbox/client/markdown/viewer/MarkdownType.java class MarkdownType (line 28) | @ApplicationScoped method MarkdownType (line 33) | public MarkdownType() { method MarkdownType (line 36) | @Inject method getCategory (line 41) | @Override method getShortName (line 46) | @Override method getDescription (line 51) | @Override method getIcon (line 56) | @Override method getPrefix (line 61) | @Override method getSuffix (line 66) | @Override method getPriority (line 71) | @Override method getSimpleWildcardPattern (line 76) | @Override method accept (line 81) | @Override FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-sandbox/uberfire-widget-markdown/src/main/java/org/uberfire/ext/widgets/sandbox/client/markdown/viewer/MarkdownView.java class MarkdownView (line 29) | public class MarkdownView extends Composite method init (line 38) | @PostConstruct method setContent (line 43) | public void setContent(final String content) { method onResize (line 47) | @Override type MarkdownViewBinder (line 55) | interface MarkdownViewBinder FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-sandbox/uberfire-widget-markdown/src/main/resources/org/uberfire/ext/widgets/sandbox/public/js/showdown.js function char2hex (line 366) | function char2hex(ch){ FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-service/uberfire-widgets-service-api/src/main/java/org/uberfire/ext/services/shared/preferences/GridColumnPreference.java class GridColumnPreference (line 21) | @Portable method GridColumnPreference (line 28) | public GridColumnPreference(@MapsTo("name") String name, method getName (line 36) | public String getName() { method setName (line 40) | public void setName(String name) { method getPosition (line 44) | public Integer getPosition() { method setPosition (line 48) | public void setPosition(Integer position) { method getWidth (line 52) | public String getWidth() { method setWidth (line 56) | public void setWidth(String width) { method compareTo (line 60) | @Override method hashCode (line 74) | @Override method equals (line 83) | @Override method toString (line 104) | @Override FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-service/uberfire-widgets-service-api/src/main/java/org/uberfire/ext/services/shared/preferences/GridGlobalPreferences.java class GridGlobalPreferences (line 23) | @Portable method GridGlobalPreferences (line 33) | public GridGlobalPreferences() { method GridGlobalPreferences (line 36) | public GridGlobalPreferences(String key, method getKey (line 44) | public String getKey() { method getInitialColumns (line 48) | public List getInitialColumns() { method getBannedColumns (line 52) | public List getBannedColumns() { method getPageSize (line 56) | public int getPageSize() { method setPageSize (line 60) | public void setPageSize(int pageSize) { FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-service/uberfire-widgets-service-api/src/main/java/org/uberfire/ext/services/shared/preferences/GridPreferencesStore.java class GridPreferencesStore (line 24) | @Portable method GridPreferencesStore (line 34) | public GridPreferencesStore() { method GridPreferencesStore (line 37) | public GridPreferencesStore(GridGlobalPreferences globalPreferences) { method getGlobalPreferences (line 46) | public GridGlobalPreferences getGlobalPreferences() { method getColumnPreferences (line 50) | public List getColumnPreferences() { method addGridColumnPreference (line 54) | public void addGridColumnPreference(GridColumnPreference preference) { method getGridSortedColumnPreference (line 58) | public GridSortedColumnPreference getGridSortedColumnPreference() { method setGridSortedColumnPreference (line 62) | public void setGridSortedColumnPreference(GridSortedColumnPreference g... method resetGridColumnPreferences (line 66) | public void resetGridColumnPreferences() { method resetPageSizePreferences (line 70) | public void resetPageSizePreferences() { method getPageSizePreferences (line 76) | public int getPageSizePreferences() { method setPageSizePreferences (line 80) | public void setPageSizePreferences(int pageSizePreferences) { method getSelectedFilterKey (line 84) | public String getSelectedFilterKey() { method setSelectedFilterKey (line 88) | public void setSelectedFilterKey(String selectedFilterKey) { method addCustomFilter (line 94) | public void addCustomFilter(String filterName, method getCustomFilters (line 100) | public HashMap getCustomFilters() { method removeCustomFilter (line 104) | public void removeCustomFilter(String filterName) { method resetGridPreferences (line 108) | public void resetGridPreferences() { FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-service/uberfire-widgets-service-api/src/main/java/org/uberfire/ext/services/shared/preferences/GridSortedColumnPreference.java class GridSortedColumnPreference (line 21) | @Portable method GridSortedColumnPreference (line 27) | public GridSortedColumnPreference(@MapsTo("dataStoreName") String data... method getDataStoreName (line 33) | public String getDataStoreName() { method setDataStoreName (line 37) | public void setDataStoreName(String dataStoreName) { method isAscending (line 41) | public boolean isAscending() { method setAscending (line 45) | public void setAscending(boolean ascending) { method equals (line 49) | @Override method hashCode (line 66) | @Override method compareTo (line 74) | @Override FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-service/uberfire-widgets-service-api/src/main/java/org/uberfire/ext/services/shared/preferences/MultiGridPreferencesStore.java class MultiGridPreferencesStore (line 23) | @Portable method MultiGridPreferencesStore (line 33) | public MultiGridPreferencesStore() { method MultiGridPreferencesStore (line 36) | public MultiGridPreferencesStore(String multiGridId) { method getMultiGridId (line 42) | public String getMultiGridId() { method setMultiGridId (line 46) | public void setMultiGridId(String multiGridId) { method getGridSettings (line 50) | public HashMap getGridSettings(String key) { method getGridSettingParam (line 57) | public String getGridSettingParam(String key, method setGridSettings (line 66) | public void setGridSettings(String key, method getGridsId (line 72) | public ArrayList getGridsId() { method addGridId (line 76) | public void addGridId(String gridKey) { method addNewTab (line 80) | public void addNewTab(String gridKey, method removeTab (line 87) | public void removeTab(String gridKey) { method isSelectedGrid (line 100) | public boolean isSelectedGrid(String gridKey) { method getSelectedGrid (line 107) | public String getSelectedGrid() { method setSelectedGrid (line 111) | public void setSelectedGrid(String gridKey) { method getRefreshInterval (line 115) | public int getRefreshInterval() { method setRefreshInterval (line 119) | public void setRefreshInterval(int refreshInterval) { method getDefaultGridId (line 123) | public String getDefaultGridId() { method setDefaultGridId (line 127) | public void setDefaultGridId(String defaultGridId) { FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-service/uberfire-widgets-service-api/src/main/java/org/uberfire/ext/services/shared/preferences/UserPreference.java class UserPreference (line 20) | @Portable method getType (line 27) | public UserPreferencesType getType() { method setType (line 31) | public void setType(final UserPreferencesType type) { method getPreferenceKey (line 35) | public String getPreferenceKey() { method setPreferenceKey (line 39) | public void setPreferenceKey(final String preferenceKey) { FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-service/uberfire-widgets-service-api/src/main/java/org/uberfire/ext/services/shared/preferences/UserPreferencesService.java type UserPreferencesService (line 20) | @Remote method saveUserPreferences (line 23) | void saveUserPreferences(final UserPreference preferences); method loadUserPreferences (line 25) | UserPreference loadUserPreferences(final String key, method loadUserPreferences (line 28) | UserPreference loadUserPreferences(final UserPreference preferences); FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-service/uberfire-widgets-service-api/src/main/java/org/uberfire/ext/services/shared/preferences/UserPreferencesType.java type UserPreferencesType (line 18) | public enum UserPreferencesType { method UserPreferencesType (line 26) | private UserPreferencesType(final String ext) { method getExt (line 30) | public String getExt() { FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-service/uberfire-widgets-service-api/src/main/java/org/uberfire/ext/services/shared/preferences/UserWorkbenchPreferences.java class UserWorkbenchPreferences (line 20) | @Portable method UserWorkbenchPreferences (line 26) | public UserWorkbenchPreferences() { method UserWorkbenchPreferences (line 29) | public UserWorkbenchPreferences(final String language) { method getLanguage (line 36) | public String getLanguage() { method setLanguage (line 40) | public void setLanguage(final String language) { method isUseWorkbenchInCompactMode (line 44) | public boolean isUseWorkbenchInCompactMode() { method setUseWorkbenchInCompactMode (line 48) | public void setUseWorkbenchInCompactMode(boolean useWorkbenchInCompact... FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-service/uberfire-widgets-service-backend/src/main/java/org/uberfire/ext/services/backend/preferences/UserPreferencesServiceImpl.java class UserPreferencesServiceImpl (line 32) | @Service method saveUserPreferences (line 47) | @Override method loadUserPreferences (line 56) | @Override method saveUserPreferences (line 65) | private void saveUserPreferences(final UserPreference preferences, method loadUserPreferences (line 78) | private UserPreference loadUserPreferences(final Path path) { method loadUserPreferences (line 90) | @Override FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-table/src/main/java/org/uberfire/ext/widgets/table/client/CheckboxCellImpl.java class CheckboxCellImpl (line 33) | public class CheckboxCellImpl extends AbstractEditableCell implements Comparable { method ColumnMeta (line 31) | public ColumnMeta(Column column, method ColumnMeta (line 37) | public ColumnMeta(Column column, method ColumnMeta (line 45) | public ColumnMeta(Column column, method ColumnMeta (line 55) | public ColumnMeta(Column column, method isExtraColumn (line 65) | public boolean isExtraColumn() { method getCaption (line 69) | public String getCaption() { method setCaption (line 73) | public void setCaption(String caption) { method getHeader (line 77) | public Header getHeader() { method setHeader (line 81) | public void setHeader(Header header) { method getColumn (line 85) | public Column getColumn() { method isVisible (line 89) | public boolean isVisible() { method setVisible (line 93) | public void setVisible(boolean visible) { method getPosition (line 97) | public int getPosition() { method setPosition (line 101) | public void setPosition(int position) { method isVisibleIndex (line 105) | public boolean isVisibleIndex() { method setVisibleIndex (line 109) | public void setVisibleIndex(boolean visibleIndex) { method compareTo (line 113) | @Override FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-table/src/main/java/org/uberfire/ext/widgets/table/client/DataGrid.java class DataGrid (line 22) | public class DataGrid extends org.gwtbootstrap3.client.ui.gwt.DataGri... method DataGrid (line 24) | public DataGrid() { method DataGrid (line 29) | public DataGrid(final ProvidesKey keyProvider) { method setupDefaults (line 34) | protected void setupDefaults() { method fixTableStyle (line 41) | public native void fixTableStyle(final Element e) /*-{ FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-table/src/main/java/org/uberfire/ext/widgets/table/client/PagedTableHelper.java class PagedTableHelper (line 21) | public class PagedTableHelper { method setSelectedValue (line 23) | public static void setSelectedValue(final ListBox listbox, method setSelectIndexOnPageSizesSelector (line 34) | public static void setSelectIndexOnPageSizesSelector(int minPageSize, FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-table/src/main/java/org/uberfire/ext/widgets/table/client/ResizableMovableHeader.java class ResizableMovableHeader (line 51) | public abstract class ResizableMovableHeader extends Header { method ResizableMovableHeader (line 76) | public ResizableMovableHeader(final String title, method getEventAndPreventPropagation (line 92) | private static NativeEvent getEventAndPreventPropagation(final NativeP... method setLine (line 99) | private static void setLine(final Style style, method getValue (line 115) | @Override method onBrowserEvent (line 120) | @Override method columnResized (line 130) | protected void columnResized(final int newWidth) { method columnMoved (line 139) | protected void columnMoved(final int fromIndex, method getTableBodyHeight (line 152) | protected abstract int getTableBodyHeight(); method addColumnChangedHandler (line 154) | public void addColumnChangedHandler(ColumnChangedHandler handler) { type IDragCallback (line 160) | interface IDragCallback { method dragFinished (line 162) | void dragFinished(); class HeaderCell (line 165) | private static class HeaderCell extends AbstractCell { method HeaderCell (line 167) | public HeaderCell() { method render (line 171) | @Override class HeaderHelper (line 179) | private class HeaderHelper implements NativePreviewHandler, method HeaderHelper (line 189) | public HeaderHelper(final Element target, method createSpanElement (line 208) | private SpanElement createSpanElement(final Cursor cursor, method onPreviewNativeEvent (line 230) | @Override method cleanUp (line 259) | private void cleanUp() { method dragFinished (line 265) | public void dragFinished() { class ColumnResizeHelper (line 271) | private class ColumnResizeHelper implements NativePreviewHandler { method ColumnResizeHelper (line 279) | private ColumnResizeHelper(final IDragCallback dragCallback, method onPreviewNativeEvent (line 293) | @Override method moveLine (line 309) | private void moveLine(final int clientX) { class ColumnMoverHelper (line 316) | private class ColumnMoverHelper implements NativePreviewHandler { method ColumnMoverHelper (line 330) | private ColumnMoverHelper(final IDragCallback dragCallback, method getRowElement (line 366) | protected Element getRowElement(Element target) { method onPreviewNativeEvent (line 377) | @Override method moveColumn (line 395) | private void moveColumn(final int clientX) { FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-table/src/main/java/org/uberfire/ext/widgets/table/client/TableEntryPoint.java class TableEntryPoint (line 24) | @EntryPoint method startApp (line 27) | @PostConstruct FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-table/src/main/java/org/uberfire/ext/widgets/table/client/UberfireColumnPicker.java class UberfireColumnPicker (line 38) | public class UberfireColumnPicker { method getDataGrid (line 45) | protected DataGrid getDataGrid() { method UberfireColumnPicker (line 49) | public UberfireColumnPicker(DataGrid dataGrid) { method setupPopup (line 54) | private void setupPopup() { method addColumnChangedHandler (line 59) | public void addColumnChangedHandler(ColumnChangedHandler handler) { method getColumnMetaList (line 63) | public Collection> getColumnMetaList() { method getColumnStoreName (line 67) | protected String getColumnStoreName(ColumnMeta columnMeta) { method columnMoved (line 80) | public void columnMoved(final int visibleFromIndex, method getVisibleColumnIndex (line 119) | protected int getVisibleColumnIndex(final ColumnMeta columnMeta) { method addColumn (line 132) | public void addColumn(ColumnMeta columnMeta) { method sortAndAddColumns (line 147) | protected void sortAndAddColumns(List> columnMetas) { method adjustColumnWidths (line 151) | public void adjustColumnWidths() { method addColumns (line 157) | public void addColumns(List> columnMetas) { method removeColumn (line 163) | public void removeColumn(ColumnMeta columnMeta) { method configureColorPickerPopup (line 174) | protected void configureColorPickerPopup(int left, method addThisColumnToPopup (line 184) | protected boolean addThisColumnToPopup(ColumnMeta columnMeta) { method addResetButtom (line 188) | protected void addResetButtom(final int left, method showColumnPickerPopup (line 194) | protected void showColumnPickerPopup(final int left, method initCheckBoxs (line 208) | protected void initCheckBoxs(VerticalPanel popupContent) { method addColumnOnDataGrid (line 222) | protected void addColumnOnDataGrid(boolean visible, ColumnMeta colu... method createToggleButton (line 234) | public Button createToggleButton() { method resetTableColumns (line 264) | protected void resetTableColumns(int left, method loadGlobalGridPreferences (line 281) | protected void loadGlobalGridPreferences() { method getDataGridMinWidth (line 284) | public int getDataGridMinWidth() { method setDefaultColumnWidthSize (line 288) | public void setDefaultColumnWidthSize(int defaultColumSize) { FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-table/src/main/java/org/uberfire/ext/widgets/table/client/UberfirePagedTable.java class UberfirePagedTable (line 26) | public class UberfirePagedTable method UberfirePagedTable (line 39) | public UberfirePagedTable() { method UberfirePagedTable (line 43) | public UberfirePagedTable(final int pageSize) { method UberfirePagedTable (line 48) | public UberfirePagedTable(final int pageSize, method UberfirePagedTable (line 55) | public UberfirePagedTable(final int pageSize, method UberfirePagedTable (line 66) | public UberfirePagedTable(final int pageSize, method makeWidget (line 86) | @Override method getDataProvider (line 91) | public AbstractDataProvider getDataProvider() { method setDataProvider (line 95) | public void setDataProvider(final AbstractDataProvider dataProvider) { method getPageSize (line 100) | public int getPageSize() { method getPageStart (line 104) | public int getPageStart() { method createPageSizesListBox (line 108) | public void createPageSizesListBox(int minPageSize, method loadPageSizePreferences (line 122) | public final void loadPageSizePreferences() { method setShowLastPagerButton (line 128) | public void setShowLastPagerButton(boolean showLastPagerButton) { method setShowFastFordwardPagerButton (line 132) | public void setShowFastFordwardPagerButton(boolean showFastFordwardPag... type Binder (line 136) | interface Binder FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-table/src/main/java/org/uberfire/ext/widgets/table/client/UberfireSimplePager.java class UberfireSimplePager (line 42) | public class UberfireSimplePager extends AbstractPager { method UberfireSimplePager (line 70) | public UberfireSimplePager() { method UberfireSimplePager (line 78) | public UberfireSimplePager(TextLocation location) { method UberfireSimplePager (line 86) | public UberfireSimplePager(boolean showFastForwardButton, method UberfireSimplePager (line 104) | public UberfireSimplePager(TextLocation location, method getDefaultResources (line 188) | private static UberfireSimplePagerResources getDefaultResources() { method setShowLastPageButton (line 195) | public void setShowLastPageButton(boolean showLastPageButton) { method setShowFastFordwardPageButton (line 199) | public void setShowFastFordwardPageButton(boolean showFastFordwardPage... method getPageSize (line 204) | @Override method setPageSize (line 209) | @Override method nextPage (line 217) | @Override method previousPage (line 228) | @Override method setDisplay (line 237) | @Override method setPage (line 247) | @Override method setPageStart (line 256) | @Override method startLoading (line 279) | public void startLoading() { method getFastForwardPages (line 289) | private int getFastForwardPages() { method setFastForwardDisabled (line 298) | private void setFastForwardDisabled(boolean disabled) { method setNextPageButtonsDisabled (line 311) | private void setNextPageButtonsDisabled(boolean disabled) { method setPrevPageButtonsDisabled (line 322) | private void setPrevPageButtonsDisabled(boolean disabled) { method createText (line 331) | protected String createText() { method onRangeOrRowCountChanged (line 359) | @Override method isNextButtonDisabled (line 377) | boolean isNextButtonDisabled() { method isPreviousButtonDisabled (line 384) | boolean isPreviousButtonDisabled() { method of (line 388) | private String of() { method over (line 392) | private String over() { type TextLocation (line 399) | public enum TextLocation { type Style (line 408) | public interface Style method button (line 415) | String button(); method pageDetails (line 420) | String pageDetails(); FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-table/src/main/java/org/uberfire/ext/widgets/table/client/UberfireSimpleTable.java class UberfireSimpleTable (line 45) | public class UberfireSimpleTable method UberfireSimpleTable (line 67) | public UberfireSimpleTable() { method UberfireSimpleTable (line 72) | public UberfireSimpleTable(final ProvidesKey providesKey) { method addDataGridStyles (line 77) | protected static native void addDataGridStyles(final JavaScriptObject ... method addDataGridStyles (line 84) | public void addDataGridStyles(final String header, method setupGridTable (line 91) | protected void setupGridTable() { method setupColumnPicker (line 102) | protected void setupColumnPicker() { method getColumnPicker (line 106) | protected UberfireColumnPicker getColumnPicker() { method setColumnPicker (line 110) | protected void setColumnPicker(UberfireColumnPicker columnPicker) { method setupDataGrid (line 114) | protected void setupDataGrid(ProvidesKey providesKey) { method setEmptyTableCaption (line 122) | public void setEmptyTableCaption(final String emptyTableCaption) { method setupDataGrid (line 127) | protected void setupDataGrid() { method setEmptyTableWidget (line 137) | protected void setEmptyTableWidget() { method emptyCaptionIsDefined (line 145) | private boolean emptyCaptionIsDefined() { method makeWidget (line 149) | protected Widget makeWidget() { method redraw (line 153) | public void redraw() { method refresh (line 158) | public void refresh() { method addCellPreviewHandler (line 163) | @Override method addRangeChangeHandler (line 168) | @Override method addRowCountChangeHandler (line 173) | @Override method getColumnIndex (line 178) | public int getColumnIndex(final Column column) { method addColumnSortHandler (line 182) | public HandlerRegistration addColumnSortHandler(final ColumnSortEvent.... method getRowCount (line 186) | @Override method setRowCount (line 191) | @Override method getVisibleRange (line 196) | @Override method setVisibleRange (line 201) | @Override method isRowCountExact (line 206) | @Override method setRowCount (line 211) | @Override method setVisibleRange (line 218) | @Override method getSelectionModel (line 225) | @Override method setSelectionModel (line 230) | @Override method getVisibleItem (line 235) | @Override method getVisibleItemCount (line 240) | @Override method getVisibleItems (line 245) | @Override method setRowData (line 250) | @Override method setRowData (line 258) | public void setRowData(final List values) { method setSelectionModel (line 263) | public void setSelectionModel(final SelectionModel selectio... method setVisibleRangeAndClearData (line 269) | @Override method setHeight (line 276) | @Override method setPixelSize (line 281) | @Override method setSize (line 288) | @Override method setWidth (line 295) | @Override method setColumnWidth (line 300) | public void setColumnWidth(final Column column, method setToolBarVisible (line 309) | public void setToolBarVisible(final boolean visible) { method getColumnSortList (line 313) | public ColumnSortList getColumnSortList() { method getToolbar (line 317) | public HasWidgets getToolbar() { method getRightToolbar (line 321) | public HasWidgets getRightToolbar() { method getRightActionsToolbar (line 325) | public HasWidgets getRightActionsToolbar() { method getLeftToolbar (line 329) | public HasWidgets getLeftToolbar() { method getCenterToolbar (line 333) | public HasWidgets getCenterToolbar() { method setRowStyles (line 337) | public void setRowStyles(final RowStyles styles) { method addTableTitle (line 341) | public void addTableTitle(String tableTitle) { method setAlwaysShowScrollBars (line 345) | public void setAlwaysShowScrollBars(boolean alwaysShowScrollBars) { method addColumn (line 349) | public void addColumn(final Column column, method addColumn (line 356) | public void addColumn(final Column column, method addColumns (line 365) | public void addColumns(final List> columnMetas) { method addColumn (line 375) | protected void addColumn(final ColumnMeta columnMeta) { method getColumnHeader (line 383) | protected ResizableMovableHeader getColumnHeader(final String caption, method setColumnPickerButtonVisible (line 408) | public void setColumnPickerButtonVisible(final boolean show) { method afterColumnChangedHandler (line 412) | protected void afterColumnChangedHandler() { type Binder (line 416) | interface Binder FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-table/src/main/java/org/uberfire/ext/widgets/table/client/resources/UFTableCss.java type UFTableCss (line 20) | public interface UFTableCss method dataGrid (line 24) | @ClassName("dataGrid") method dataGridRow (line 27) | @ClassName("dataGridRow") method dataGridHeader (line 30) | @ClassName("dataGridHeader") method dataGridContent (line 33) | @ClassName("dataGridContent") method dataGridMain (line 36) | @ClassName("dataGridMain") method columnPickerButton (line 39) | @ClassName("columnPickerButton") method columnPickerPopup (line 42) | @ClassName("columnPickerPopup") FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-table/src/main/java/org/uberfire/ext/widgets/table/client/resources/UFTableResources.java type UFTableResources (line 21) | public interface UFTableResources method CSS (line 27) | @Source("css/uftable.css") FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-table/src/main/java/org/uberfire/ext/widgets/table/client/resources/UberfireSimplePagerResources.java type UberfireSimplePagerResources (line 27) | public interface UberfireSimplePagerResources method simplePagerFastForward (line 36) | @ImageResource.ImageOptions(flipRtl = true) method simplePagerFastForwardDisabled (line 43) | @ImageResource.ImageOptions(flipRtl = true) method simplePagerFirstPage (line 50) | @ImageResource.ImageOptions(flipRtl = true) method simplePagerFirstPageDisabled (line 57) | @ImageResource.ImageOptions(flipRtl = true) method simplePagerLastPage (line 64) | @ImageResource.ImageOptions(flipRtl = true) method simplePagerLastPageDisabled (line 71) | @ImageResource.ImageOptions(flipRtl = true) method simplePagerNextPage (line 78) | @ImageResource.ImageOptions(flipRtl = true) method simplePagerNextPageDisabled (line 85) | @ImageResource.ImageOptions(flipRtl = true) method simplePagerPreviousPage (line 92) | @ImageResource.ImageOptions(flipRtl = true) method simplePagerPreviousPageDisabled (line 99) | @ImageResource.ImageOptions(flipRtl = true) method simplePagerStyle (line 106) | @Source("css/UberfireSimplePager.css") FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-table/src/main/java/org/uberfire/ext/widgets/table/client/resources/i18n/CommonConstants.java type CommonConstants (line 25) | public interface CommonConstants method ColumnPickerButtonTooltip (line 30) | String ColumnPickerButtonTooltip(); method Items (line 32) | String Items(); method Of (line 34) | String Of(); method Over (line 36) | String Over(); FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-table/src/test/java/org/uberfire/ext/widgets/table/client/UberfireColumnPickerTest.java class UberfireColumnPickerTest (line 40) | @RunWith(GwtMockitoTestRunner.class) method setup (line 53) | @Before method testAddThisColumnToPopup (line 63) | @Test method testOnlyAddHeaderStringColumnPickerPopup (line 69) | @Test method createColumnMeta (line 75) | private ColumnMeta createColumnMeta(final String value, method createColumn (line 90) | private Column createColumn(final String value, final String dataStore... method createColumnTextCell (line 103) | private ColumnMeta createColumnTextCell(final String value, String dat... method createColumnCheckboxCell (line 108) | private ColumnMeta createColumnCheckboxCell(String dataStoreName) { method testAddColumnBeforeActionsOnAddColumnOnDataGrid (line 131) | @Test method testAddColumnBeforeActionsOnAddColumn (line 165) | @Test method testAddColumns (line 196) | @Test method testRemoveColumns (line 214) | @Test FILE: uberfire-extensions/uberfire-widgets/uberfire-widgets-table/src/test/java/org/uberfire/ext/widgets/table/client/UberfireSimpleTableTest.java class UberfireSimpleTableTest (line 31) | @RunWith(GwtMockitoTestRunner.class) method setup (line 40) | @Before method testSetColumnWidth (line 45) | @Test FILE: uberfire-extensions/uberfire-wires/uberfire-wires-bayesian-network/uberfire-wires-bayesian-network-client/src/main/java/org/uberfire/ext/wires/bayesian/network/client/events/BayesianTemplateSelectedEvent.java class BayesianTemplateSelectedEvent (line 18) | public class BayesianTemplateSelectedEvent { method BayesianTemplateSelectedEvent (line 22) | public BayesianTemplateSelectedEvent(final String template) { method getTemplate (line 26) | public String getTemplate() { method setTemplate (line 30) | public void setTemplate(final String template) { FILE: uberfire-extensions/uberfire-wires/uberfire-wires-bayesian-network/uberfire-wires-bayesian-network-client/src/main/java/org/uberfire/ext/wires/bayesian/network/client/events/RenderBayesianNetworkEvent.java class RenderBayesianNetworkEvent (line 22) | public class RenderBayesianNetworkEvent { method RenderBayesianNetworkEvent (line 26) | public RenderBayesianNetworkEvent(final List bay... method getBayesianNodes (line 30) | public List getBayesianNodes() { FILE: uberfire-extensions/uberfire-wires/uberfire-wires-bayesian-network/uberfire-wires-bayesian-network-client/src/main/java/org/uberfire/ext/wires/bayesian/network/client/factory/BaseFactory.java class BaseFactory (line 25) | public class BaseFactory { method setAttributes (line 30) | protected void setAttributes(final Shape shape, method drawComponent (line 41) | protected Rectangle drawComponent(final String color, method drawText (line 64) | protected Text drawText(final String description, FILE: uberfire-extensions/uberfire-wires/uberfire-wires-bayesian-network/uberfire-wires-bayesian-network-client/src/main/java/org/uberfire/ext/wires/bayesian/network/client/factory/BayesianFactory.java class BayesianFactory (line 42) | @ApplicationScoped method init (line 54) | public void init(final String xml03File) { method drawBayesianNode (line 78) | private void drawBayesianNode(BayesVariable node) { method setHeader (line 102) | private void setHeader(BayesVariable node, method setPorcentualBar (line 114) | private void setPorcentualBar(BayesVariable node, method calculatePorcentage (line 161) | private int calculatePorcentage(double probabilities[][], FILE: uberfire-extensions/uberfire-wires/uberfire-wires-bayesian-network/uberfire-wires-bayesian-network-client/src/main/java/org/uberfire/ext/wires/bayesian/network/client/factory/BayesianNodeCategory.java class BayesianNodeCategory (line 20) | public class BayesianNodeCategory extends Category { method BayesianNodeCategory (line 24) | private BayesianNodeCategory() { FILE: uberfire-extensions/uberfire-wires/uberfire-wires-bayesian-network/uberfire-wires-bayesian-network-client/src/main/java/org/uberfire/ext/wires/bayesian/network/client/factory/BayesianNodePaletteFactory.java class BayesianNodePaletteFactory (line 28) | @ApplicationScoped method getShapeDescription (line 36) | @Override method getCategory (line 41) | @Override method getShape (line 46) | @Override method builds (line 51) | @Override method makeShape (line 56) | @Override method getWidth (line 70) | @Override method getHeight (line 75) | @Override FILE: uberfire-extensions/uberfire-wires/uberfire-wires-bayesian-network/uberfire-wires-bayesian-network-client/src/main/java/org/uberfire/ext/wires/bayesian/network/client/factory/ProbabilityFactory.java class ProbabilityFactory (line 28) | public class ProbabilityFactory extends BaseFactory { method init (line 32) | public EditableBayesianProbability init(final BayesVariable node) { method drawNodeSelected (line 94) | private void drawNodeSelected(final BayesVariable node, method drawPorcentualOptions (line 122) | private void drawPorcentualOptions(final BayesVariable node, method drawPorcentualValues (line 155) | private void drawPorcentualValues(final BayesVariable node, method drawIncomingNodes (line 196) | private void drawIncomingNodes(final BayesVariable node, method drawPorcentualIncoming (line 279) | private void drawPorcentualIncoming(final BayesVariable nod, FILE: uberfire-extensions/uberfire-wires/uberfire-wires-bayesian-network/uberfire-wires-bayesian-network-client/src/main/java/org/uberfire/ext/wires/bayesian/network/client/perspectives/WiresBayesianPerspective.java class WiresBayesianPerspective (line 35) | @ApplicationScoped method buildPerspective (line 49) | @Perspective FILE: uberfire-extensions/uberfire-wires/uberfire-wires-bayesian-network/uberfire-wires-bayesian-network-client/src/main/java/org/uberfire/ext/wires/bayesian/network/client/screen/BayesianScreen.java class BayesianScreen (line 40) | @Dependent method onBayesianEvent (line 56) | public void onBayesianEvent(@Observes BayesianTemplateSelectedEvent ev... method onReadyEvent (line 60) | public void onReadyEvent(@Observes RenderBayesianNetworkEvent event) { method onClearEvent (line 68) | public void onClearEvent(@Observes ClearEvent clearEvent) { method getTitle (line 72) | @WorkbenchPartTitle method getView (line 78) | @WorkbenchPartView method addShape (line 83) | @Override method selectShape (line 90) | @Override method onShapeSelected (line 95) | public void onShapeSelected(@Observes ShapeSelectedEvent event) { FILE: uberfire-extensions/uberfire-wires/uberfire-wires-bayesian-network/uberfire-wires-bayesian-network-client/src/main/java/org/uberfire/ext/wires/bayesian/network/client/shapes/EditableBayesianNode.java class EditableBayesianNode (line 30) | public class EditableBayesianNode extends WiresBaseShape implements Over... method EditableBayesianNode (line 40) | public EditableBayesianNode() { method EditableBayesianNode (line 48) | public EditableBayesianNode(final Rectangle shape) { method EditableBayesianNode (line 56) | public EditableBayesianNode(final double width, method EditableBayesianNode (line 69) | public EditableBayesianNode(final double width, method setSelected (line 99) | @Override method contains (line 108) | @Override method buildNode (line 115) | public void buildNode() { method getParentNode (line 126) | public Rectangle getParentNode() { method getHeader (line 130) | public Rectangle getHeader() { method setHeader (line 134) | public void setHeader(final Rectangle header) { method getTextHeader (line 138) | public Text getTextHeader() { method setTextHeader (line 142) | public void setTextHeader(final Text textHeader) { method getPorcentualsBar (line 146) | public Map> getPorcentualsBar() { method setPorcentualBars (line 150) | public void setPorcentualBars(final Map> porcent... method getWidth (line 154) | public double getWidth() { method getVariable (line 158) | public BayesVariable getVariable() { method getDescription (line 162) | @Override FILE: uberfire-extensions/uberfire-wires/uberfire-wires-bayesian-network/uberfire-wires-bayesian-network-client/src/main/java/org/uberfire/ext/wires/bayesian/network/client/shapes/EditableBayesianProbability.java class EditableBayesianProbability (line 26) | public class EditableBayesianProbability extends WiresBaseShape { method EditableBayesianProbability (line 34) | public EditableBayesianProbability() { method EditableBayesianProbability (line 41) | public EditableBayesianProbability(final double width, method setSelected (line 61) | @Override method contains (line 66) | @Override method buildGrid (line 73) | public void buildGrid() { method drawComponents (line 85) | private void drawComponents(final Map hash) { method getParentNode (line 92) | public Map getParentNode() { method setParentNode (line 96) | public void setParentNode(final Map parentNode) { method getPorcentualOptions (line 100) | public Map getPorcentualOptions() { method setPorcentualOptions (line 104) | public void setPorcentualOptions(final Map porcentual... method getPorcentualValues (line 108) | public Map getPorcentualValues() { method setPorcentualValues (line 112) | public void setPorcentualValues(final Map porcentualV... method getIncomingNodes (line 116) | public Map, Map> getIncomingNode... method setIncomingNodes (line 120) | public void setIncomingNodes(final Map, Map { FILE: uberfire-extensions/uberfire-wires/uberfire-wires-bayesian-network/uberfire-wires-bayesian-network-client/src/main/java/org/uberfire/ext/wires/bayesian/network/client/templates/TemplateShape.java class TemplateShape (line 23) | public class TemplateShape extends Group { method setBounding (line 25) | public void setBounding(Rectangle bounding) { method setShape (line 29) | public void setShape(Shape shape) { method setDescription (line 33) | public void setDescription(Text description) { FILE: uberfire-extensions/uberfire-wires/uberfire-wires-bayesian-network/uberfire-wires-bayesian-network-client/src/main/java/org/uberfire/ext/wires/bayesian/network/client/templates/TemplatesGroup.java class TemplatesGroup (line 34) | @Dependent method init (line 51) | @PostConstruct method drawTemplates (line 62) | private void drawTemplates() { method getTemplateClickHandler (line 82) | private NodeMouseClickHandler getTemplateClickHandler(final String tem... FILE: uberfire-extensions/uberfire-wires/uberfire-wires-bayesian-network/uberfire-wires-bayesian-network-client/src/main/java/org/uberfire/ext/wires/bayesian/network/client/utils/BayesianUtils.java class BayesianUtils (line 26) | public class BayesianUtils { method getNodeColors (line 139) | public static String[][] getNodeColors() { method orderListValues (line 151) | public static double[][] orderListValues(BayesVariable node, method orderValues (line 173) | private static void orderValues(double[][] valuesSorted, FILE: uberfire-extensions/uberfire-wires/uberfire-wires-bayesian-network/uberfire-wires-bayesian-network-client/src/main/java/org/uberfire/ext/wires/bayesian/network/client/variables/BayesianVariablesScreen.java class BayesianVariablesScreen (line 38) | @Dependent method init (line 56) | @PostConstruct method getTitle (line 67) | @WorkbenchPartTitle method getView (line 73) | @WorkbenchPartView type ViewBinder (line 78) | interface ViewBinder extends UiBinder { FILE: uberfire-extensions/uberfire-wires/uberfire-wires-bayesian-network/uberfire-wires-bayesian-network-client/src/main/java/org/uberfire/ext/wires/bayesian/network/client/variables/PorcentualsGroup.java class PorcentualsGroup (line 31) | @Dependent method init (line 40) | @PostConstruct method onShapeSelectedEvent (line 49) | public void onShapeSelectedEvent(@Observes ShapeSelectedEvent event) { method clearPanel (line 58) | public void clearPanel(@Observes ClearEvent event) { FILE: uberfire-extensions/uberfire-wires/uberfire-wires-bayesian-parser/uberfire-wires-bayesian-parser-api/src/main/java/org/uberfire/ext/wires/bayesian/network/parser/client/builder/BayesianBuilder.java class BayesianBuilder (line 29) | public class BayesianBuilder { method build (line 31) | public BayesNetwork build(Bif bif) { method buildVariable (line 46) | private BayesVariable buildVariable(Definition def, method getOutcomesByVariable (line 64) | private void getOutcomesByVariable(Network network, method getProbabilities (line 80) | private double[][] getProbabilities(String table, method getPosition (line 94) | private double[][] getPosition(String stringPosition, method clearStringPosticion (line 111) | private String clearStringPosticion(String stringPosition) { method setIncomingNodes (line 124) | private void setIncomingNodes(BayesNetwork bayesNetwork) { method getNodesByGiven (line 133) | private List getNodesByGiven(List given, FILE: uberfire-extensions/uberfire-wires/uberfire-wires-bayesian-parser/uberfire-wires-bayesian-parser-api/src/main/java/org/uberfire/ext/wires/bayesian/network/parser/client/model/BayesNetwork.java class BayesNetwork (line 26) | @Portable method BayesNetwork (line 34) | public BayesNetwork(@MapsTo("name") String name) { method getName (line 39) | public String getName() { method setName (line 43) | public void setName(String name) { method getNodos (line 47) | public List getNodos() { method setNodos (line 51) | public void setNodos(List nodos) { FILE: uberfire-extensions/uberfire-wires/uberfire-wires-bayesian-parser/uberfire-wires-bayesian-parser-api/src/main/java/org/uberfire/ext/wires/bayesian/network/parser/client/model/BayesVariable.java class BayesVariable (line 24) | @Portable method BayesVariable (line 37) | public BayesVariable() { method BayesVariable (line 41) | public BayesVariable(String name, method BayesVariable (line 51) | public BayesVariable(String name, method getName (line 65) | public String getName() { method setName (line 69) | public void setName(String name) { method getId (line 73) | public int getId() { method setId (line 77) | public void setId(int id) { method getProbabilities (line 81) | public double[][] getProbabilities() { method setProbabilities (line 85) | public void setProbabilities(double[][] probabilities) { method getType (line 89) | public String getType() { method setType (line 93) | public void setType(String type) { method getPosition (line 97) | public double[][] getPosition() { method setPosition (line 101) | public void setPosition(double[][] position) { method getOutcomes (line 105) | public List getOutcomes() { method setOutcomes (line 109) | public void setOutcomes(List outcomes) { method getGiven (line 113) | public List getGiven() { method setGiven (line 117) | public void setGiven(List given) { method getIncomingNodes (line 121) | public List getIncomingNodes() { method setIncomingNodes (line 125) | public void setIncomingNodes(List incomingNodes) { FILE: uberfire-extensions/uberfire-wires/uberfire-wires-bayesian-parser/uberfire-wires-bayesian-parser-api/src/main/java/org/uberfire/ext/wires/bayesian/network/parser/client/parser/Bif.java class Bif (line 24) | @XStreamAlias("BIF") method getNetwork (line 33) | public Network getNetwork() { method setNetwork (line 37) | public void setNetwork(Network network) { FILE: uberfire-extensions/uberfire-wires/uberfire-wires-bayesian-parser/uberfire-wires-bayesian-parser-api/src/main/java/org/uberfire/ext/wires/bayesian/network/parser/client/parser/Definition.java class Definition (line 26) | @XStreamAlias("DEFINITION") method getName (line 41) | public String getName() { method setName (line 45) | public void setName(String name) { method getGiven (line 49) | public List getGiven() { method setGiven (line 53) | public void setGiven(List given) { method getProbabilities (line 57) | public String getProbabilities() { method setProbabilities (line 61) | public void setProbabilities(String probabilities) { FILE: uberfire-extensions/uberfire-wires/uberfire-wires-bayesian-parser/uberfire-wires-bayesian-parser-api/src/main/java/org/uberfire/ext/wires/bayesian/network/parser/client/parser/Network.java class Network (line 26) | @XStreamAlias("NETWORK") method getVariables (line 41) | public List getVariables() { method setVariables (line 45) | public void setVariables(List variables) { method getName (line 49) | public String getName() { method setName (line 53) | public void setName(String name) { method getDefinitions (line 57) | public List getDefinitions() { method setDefinitions (line 61) | public void setDefinitions(List definitions) { FILE: uberfire-extensions/uberfire-wires/uberfire-wires-bayesian-parser/uberfire-wires-bayesian-parser-api/src/main/java/org/uberfire/ext/wires/bayesian/network/parser/client/parser/NetworkXml.java class NetworkXml (line 25) | @Portable method getProbabilities (line 33) | public List getProbabilities() { method setProbabilities (line 37) | public void setProbabilities(List probabilities) { FILE: uberfire-extensions/uberfire-wires/uberfire-wires-bayesian-parser/uberfire-wires-bayesian-parser-api/src/main/java/org/uberfire/ext/wires/bayesian/network/parser/client/parser/Probability.java class Probability (line 26) | @XStreamAlias("PROBABILITY") method getFor_ (line 41) | public String getFor_() { method setFor_ (line 45) | public void setFor_(String for_) { method getGiven (line 49) | public List getGiven() { method setGiven (line 53) | public void setGiven(List given) { method getTable (line 57) | public String getTable() { method setTable (line 61) | public void setTable(String table) { FILE: uberfire-extensions/uberfire-wires/uberfire-wires-bayesian-parser/uberfire-wires-bayesian-parser-api/src/main/java/org/uberfire/ext/wires/bayesian/network/parser/client/parser/Variable.java class Variable (line 26) | @XStreamAlias("VARIABLE") method getName (line 41) | public String getName() { method setName (line 45) | public void setName(String name) { method getOutComes (line 49) | public List getOutComes() { method setOutComes (line 53) | public void setOutComes(List outComes) { method getPosition (line 57) | public String getPosition() { method setPosition (line 61) | public void setPosition(String position) { FILE: uberfire-extensions/uberfire-wires/uberfire-wires-bayesian-parser/uberfire-wires-bayesian-parser-api/src/main/java/org/uberfire/ext/wires/bayesian/network/parser/client/parser/VariableXml.java class VariableXml (line 26) | @Portable method getValue (line 37) | public List getValue() { method setValue (line 41) | public void setValue(List value) { method getType (line 45) | public String getType() { method setType (line 49) | public void setType(String type) { FILE: uberfire-extensions/uberfire-wires/uberfire-wires-bayesian-parser/uberfire-wires-bayesian-parser-api/src/main/java/org/uberfire/ext/wires/bayesian/network/parser/client/service/BayesianService.java type BayesianService (line 23) | @Remote method buildXml03 (line 26) | BayesNetwork buildXml03(String relativePathtoXmlResource); method xmlToObject (line 28) | Bif xmlToObject(String relativePathtoXmlResource); FILE: uberfire-extensions/uberfire-wires/uberfire-wires-bayesian-parser/uberfire-wires-bayesian-parser-backend/src/main/java/org/uberfire/ext/wires/bayesian/network/parser/backend/BayesianServiceImpl.java class BayesianServiceImpl (line 33) | @Service method buildXml03 (line 37) | @Override method xmlToObject (line 42) | @Override method processXML (line 48) | private Bif processXML(InputStream resourceAsStream) { method loadResource (line 57) | private InputStream loadResource(String xmlFileName) { FILE: uberfire-extensions/uberfire-wires/uberfire-wires-bpmn/uberfire-wires-bpmn-api/src/main/java/org/uberfire/ext/wires/bpmn/api/category/Process.java class Process (line 24) | @ApplicationScoped method getName (line 29) | @Override FILE: uberfire-extensions/uberfire-wires/uberfire-wires-bpmn/uberfire-wires-bpmn-api/src/main/java/org/uberfire/ext/wires/bpmn/api/model/BpmnEdge.java type BpmnEdge (line 23) | public interface BpmnEdge extends Copyable, method getRole (line 30) | Role getRole(); FILE: uberfire-extensions/uberfire-wires/uberfire-wires-bpmn/uberfire-wires-bpmn-api/src/main/java/org/uberfire/ext/wires/bpmn/api/model/BpmnGraph.java type BpmnGraph (line 23) | public interface BpmnGraph extends Graph { FILE: uberfire-extensions/uberfire-wires/uberfire-wires-bpmn/uberfire-wires-bpmn-api/src/main/java/org/uberfire/ext/wires/bpmn/api/model/BpmnGraphNode.java type BpmnGraphNode (line 23) | public interface BpmnGraphNode extends Copyable, FILE: uberfire-extensions/uberfire-wires/uberfire-wires-bpmn/uberfire-wires-bpmn-api/src/main/java/org/uberfire/ext/wires/bpmn/api/model/Content.java type Content (line 23) | public interface Content extends Copyable { method getId (line 25) | String getId(); method getTitle (line 27) | String getTitle(); method getDescription (line 29) | String getDescription(); method getRoles (line 31) | Set getRoles(); method getProperties (line 33) | Set getProperties(); FILE: uberfire-extensions/uberfire-wires/uberfire-wires-bpmn/uberfire-wires-bpmn-api/src/main/java/org/uberfire/ext/wires/bpmn/api/model/Copyable.java type Copyable (line 21) | public interface Copyable { method copy (line 23) | T copy(); FILE: uberfire-extensions/uberfire-wires/uberfire-wires-bpmn/uberfire-wires-bpmn-api/src/main/java/org/uberfire/ext/wires/bpmn/api/model/Property.java type Property (line 21) | public interface Property extends Copyable { method getId (line 23) | String getId(); method getType (line 25) | Type getType(); method getCaption (line 27) | String getCaption(); method getDescription (line 29) | String getDescription(); method isReadOnly (line 31) | boolean isReadOnly(); method isOptional (line 33) | boolean isOptional(); type Type (line 38) | public static interface Type { method getName (line 40) | String getName(); FILE: uberfire-extensions/uberfire-wires/uberfire-wires-bpmn/uberfire-wires-bpmn-api/src/main/java/org/uberfire/ext/wires/bpmn/api/model/Role.java type Role (line 21) | public interface Role extends Copyable { method getName (line 23) | String getName(); FILE: uberfire-extensions/uberfire-wires/uberfire-wires-bpmn/uberfire-wires-bpmn-api/src/main/java/org/uberfire/ext/wires/bpmn/api/model/impl/BpmnEditorContent.java class BpmnEditorContent (line 23) | @Portable method BpmnEditorContent (line 28) | public BpmnEditorContent(@MapsTo("process") final ProcessNode process) { method getProcess (line 33) | public ProcessNode getProcess() { FILE: uberfire-extensions/uberfire-wires/uberfire-wires-bpmn/uberfire-wires-bpmn-api/src/main/java/org/uberfire/ext/wires/bpmn/api/model/impl/content/DefaultContentImpl.java class DefaultContentImpl (line 31) | @Portable method DefaultContentImpl (line 40) | public DefaultContentImpl(@MapsTo("id") final String id, method getId (line 57) | @Override method getTitle (line 62) | @Override method getDescription (line 67) | @Override method getRoles (line 72) | @Override method getProperties (line 77) | @Override method copy (line 82) | @Override method copyRoles (line 92) | private Set copyRoles(final Set roles) { method copyProperties (line 100) | private Set copyProperties(final Set properties) { method equals (line 108) | @Override method hashCode (line 138) | @Override method toString (line 153) | @Override FILE: uberfire-extensions/uberfire-wires/uberfire-wires-bpmn/uberfire-wires-bpmn-api/src/main/java/org/uberfire/ext/wires/bpmn/api/model/impl/edges/BpmnEdgeImpl.java class BpmnEdgeImpl (line 29) | @Portable method BpmnEdgeImpl (line 34) | public BpmnEdgeImpl(@MapsTo("role") final Role role) { method getRole (line 39) | @Override method copy (line 44) | @Override method toString (line 49) | @Override FILE: uberfire-extensions/uberfire-wires/uberfire-wires-bpmn/uberfire-wires-bpmn-api/src/main/java/org/uberfire/ext/wires/bpmn/api/model/impl/nodes/EndProcessNode.java class EndProcessNode (line 34) | @Portable method EndProcessNode (line 49) | public EndProcessNode() { method copy (line 57) | @Override method toString (line 64) | @Override FILE: uberfire-extensions/uberfire-wires/uberfire-wires-bpmn/uberfire-wires-bpmn-api/src/main/java/org/uberfire/ext/wires/bpmn/api/model/impl/nodes/ProcessNode.java class ProcessNode (line 41) | @Portable method ProcessNode (line 67) | public ProcessNode() { method addNode (line 75) | @Override method removeNode (line 80) | @Override method getNode (line 85) | @Override method size (line 90) | @Override method iterator (line 95) | @Override method copy (line 100) | @Override method toString (line 110) | @Override FILE: uberfire-extensions/uberfire-wires/uberfire-wires-bpmn/uberfire-wires-bpmn-api/src/main/java/org/uberfire/ext/wires/bpmn/api/model/impl/nodes/StartProcessNode.java class StartProcessNode (line 34) | @Portable method StartProcessNode (line 49) | public StartProcessNode() { method copy (line 57) | @Override method toString (line 64) | @Override FILE: uberfire-extensions/uberfire-wires/uberfire-wires-bpmn/uberfire-wires-bpmn-api/src/main/java/org/uberfire/ext/wires/bpmn/api/model/impl/properties/DefaultPropertyImpl.java class DefaultPropertyImpl (line 23) | @Portable method DefaultPropertyImpl (line 33) | public DefaultPropertyImpl(@MapsTo("id") final String id, method getId (line 51) | @Override method getType (line 56) | @Override method getCaption (line 61) | @Override method getDescription (line 66) | @Override method isReadOnly (line 71) | @Override method isOptional (line 76) | @Override method copy (line 81) | @Override method equals (line 91) | @Override method hashCode (line 124) | @Override method toString (line 141) | @Override FILE: uberfire-extensions/uberfire-wires/uberfire-wires-bpmn/uberfire-wires-bpmn-api/src/main/java/org/uberfire/ext/wires/bpmn/api/model/impl/roles/DefaultRoleImpl.java class DefaultRoleImpl (line 23) | @Portable method DefaultRoleImpl (line 28) | public DefaultRoleImpl(@MapsTo("name") final String name) { method getName (line 33) | @Override method copy (line 38) | @Override method equals (line 43) | @Override method hashCode (line 61) | @Override method toString (line 66) | @Override FILE: uberfire-extensions/uberfire-wires/uberfire-wires-bpmn/uberfire-wires-bpmn-api/src/main/java/org/uberfire/ext/wires/bpmn/api/model/impl/rules/CardinalityRuleImpl.java class CardinalityRuleImpl (line 27) | @Portable method CardinalityRuleImpl (line 37) | public CardinalityRuleImpl(@MapsTo("name") final String name, method getName (line 81) | @Override method getRole (line 86) | @Override method getMinOccurrences (line 91) | @Override method getMaxOccurrences (line 96) | @Override method getIncomingConnectionRules (line 101) | @Override method getOutgoingConnectionRules (line 106) | @Override FILE: uberfire-extensions/uberfire-wires/uberfire-wires-bpmn/uberfire-wires-bpmn-api/src/main/java/org/uberfire/ext/wires/bpmn/api/model/impl/rules/ConnectionRuleImpl.java class ConnectionRuleImpl (line 26) | @Portable method ConnectionRuleImpl (line 33) | public ConnectionRuleImpl(@MapsTo("name") final String name, method getName (line 44) | @Override method getRole (line 49) | @Override method getPermittedConnections (line 54) | @Override FILE: uberfire-extensions/uberfire-wires/uberfire-wires-bpmn/uberfire-wires-bpmn-api/src/main/java/org/uberfire/ext/wires/bpmn/api/model/impl/rules/ContainmentRuleImpl.java class ContainmentRuleImpl (line 26) | @Portable method ContainmentRuleImpl (line 33) | public ContainmentRuleImpl(@MapsTo("name") final String name, method getName (line 44) | @Override method getId (line 49) | @Override method getPermittedRoles (line 54) | @Override FILE: uberfire-extensions/uberfire-wires/uberfire-wires-bpmn/uberfire-wires-bpmn-api/src/main/java/org/uberfire/ext/wires/bpmn/api/model/impl/types/StringType.java class StringType (line 21) | @Portable method getName (line 26) | @Override method equals (line 31) | @Override method hashCode (line 49) | @Override method toString (line 54) | @Override FILE: uberfire-extensions/uberfire-wires/uberfire-wires-bpmn/uberfire-wires-bpmn-api/src/main/java/org/uberfire/ext/wires/bpmn/api/model/rules/CardinalityRule.java type CardinalityRule (line 23) | public interface CardinalityRule extends RuleByRole { method getMinOccurrences (line 29) | long getMinOccurrences(); method getMaxOccurrences (line 35) | long getMaxOccurrences(); method getIncomingConnectionRules (line 41) | Set getIncomingConnectionRules(); method getOutgoingConnectionRules (line 47) | Set getOutgoingConnectionRules(); type ConnectorRule (line 52) | public static interface ConnectorRule extends RuleByRole { method getMinOccurrences (line 58) | long getMinOccurrences(); method getMaxOccurrences (line 64) | long getMaxOccurrences(); FILE: uberfire-extensions/uberfire-wires/uberfire-wires-bpmn/uberfire-wires-bpmn-api/src/main/java/org/uberfire/ext/wires/bpmn/api/model/rules/ConnectionRule.java type ConnectionRule (line 25) | public interface ConnectionRule extends RuleByRole { method getPermittedConnections (line 31) | Set getPermittedConnections(); type PermittedConnection (line 36) | public static interface PermittedConnection { method getStartRole (line 42) | Role getStartRole(); method getEndRole (line 48) | Role getEndRole(); FILE: uberfire-extensions/uberfire-wires/uberfire-wires-bpmn/uberfire-wires-bpmn-api/src/main/java/org/uberfire/ext/wires/bpmn/api/model/rules/ContainmentRule.java type ContainmentRule (line 25) | public interface ContainmentRule extends RuleById { method getPermittedRoles (line 31) | Set getPermittedRoles(); FILE: uberfire-extensions/uberfire-wires/uberfire-wires-bpmn/uberfire-wires-bpmn-api/src/main/java/org/uberfire/ext/wires/bpmn/api/model/rules/Rule.java type Rule (line 21) | public interface Rule { method getName (line 27) | String getName(); FILE: uberfire-extensions/uberfire-wires/uberfire-wires-bpmn/uberfire-wires-bpmn-api/src/main/java/org/uberfire/ext/wires/bpmn/api/model/rules/RuleById.java type RuleById (line 21) | public interface RuleById extends Rule { method getId (line 27) | String getId(); FILE: uberfire-extensions/uberfire-wires/uberfire-wires-bpmn/uberfire-wires-bpmn-api/src/main/java/org/uberfire/ext/wires/bpmn/api/model/rules/RuleByRole.java type RuleByRole (line 23) | public interface RuleByRole extends Rule { method getRole (line 29) | Role getRole(); FILE: uberfire-extensions/uberfire-wires/uberfire-wires-bpmn/uberfire-wires-bpmn-api/src/main/java/org/uberfire/ext/wires/bpmn/api/service/BpmnService.java type BpmnService (line 33) | @Remote method listFiles (line 42) | List listFiles(); method loadContent (line 44) | BpmnEditorContent loadContent(final Path path); FILE: uberfire-extensions/uberfire-wires/uberfire-wires-bpmn/uberfire-wires-bpmn-api/src/main/java/org/uberfire/ext/wires/bpmn/api/service/todo/Metadata.java class Metadata (line 23) | @Portable FILE: uberfire-extensions/uberfire-wires/uberfire-wires-bpmn/uberfire-wires-bpmn-api/src/main/java/org/uberfire/ext/wires/bpmn/api/type/BpmnResourceTypeDefinition.java class BpmnResourceTypeDefinition (line 26) | @Default method BpmnResourceTypeDefinition (line 32) | public BpmnResourceTypeDefinition() { method BpmnResourceTypeDefinition (line 36) | public BpmnResourceTypeDefinition(final Process category) { method getCategory (line 40) | @Override method getShortName (line 45) | @Override method getDescription (line 50) | @Override method getPrefix (line 55) | @Override method getSuffix (line 60) | @Override method getPriority (line 65) | @Override method getSimpleWildcardPattern (line 70) | @Override method accept (line 75) | @Override FILE: uberfire-extensions/uberfire-wires/uberfire-wires-bpmn/uberfire-wires-bpmn-api/src/main/java/org/uberfire/ext/wires/bpmn/beliefs/graph/Edge.java type Edge (line 18) | public interface Edge { method getOutGraphNode (line 20) | public T getOutGraphNode(); method getInGraphNode (line 22) | public T getInGraphNode(); FILE: uberfire-extensions/uberfire-wires/uberfire-wires-bpmn/uberfire-wires-bpmn-api/src/main/java/org/uberfire/ext/wires/bpmn/beliefs/graph/Graph.java type Graph (line 18) | public interface Graph extends Iterable { method addNode (line 20) | public T addNode(T node); method removeNode (line 22) | public T removeNode(int id); method getNode (line 24) | public T getNode(int id); method getContent (line 26) | public C getContent(); method setContent (line 28) | public void setContent(C content); method size (line 30) | public int size(); FILE: uberfire-extensions/uberfire-wires/uberfire-wires-bpmn/uberfire-wires-bpmn-api/src/main/java/org/uberfire/ext/wires/bpmn/beliefs/graph/GraphNode.java type GraphNode (line 20) | public interface GraphNode { method getId (line 22) | public int getId(); method setId (line 24) | public void setId(int id); method getInEdges (line 26) | public List getInEdges(); method getOutEdges (line 28) | public List getOutEdges(); method getContent (line 30) | public C getContent(); method setContent (line 32) | public void setContent(C content); FILE: uberfire-extensions/uberfire-wires/uberfire-wires-bpmn/uberfire-wires-bpmn-api/src/main/java/org/uberfire/ext/wires/bpmn/beliefs/graph/impl/EdgeImpl.java class EdgeImpl (line 21) | public class EdgeImpl implements Edge { method getInGraphNode (line 27) | @Override method getOutGraphNode (line 32) | @Override method toString (line 37) | @Override FILE: uberfire-extensions/uberfire-wires/uberfire-wires-bpmn/uberfire-wires-bpmn-api/src/main/java/org/uberfire/ext/wires/bpmn/beliefs/graph/impl/GraphImpl.java class GraphImpl (line 25) | @Portable method GraphImpl (line 32) | public GraphImpl(@MapsTo("graphStore") GraphStore graphStore) { method addNode (line 36) | @Override method removeNode (line 41) | public T removeNode(int id) { method getNode (line 45) | @Override method getContent (line 50) | @Override method setContent (line 55) | @Override method size (line 60) | @Override method iterator (line 65) | @Override method toString (line 70) | @Override FILE: uberfire-extensions/uberfire-wires/uberfire-wires-bpmn/uberfire-wires-bpmn-api/src/main/java/org/uberfire/ext/wires/bpmn/beliefs/graph/impl/GraphNodeImpl.java class GraphNodeImpl (line 25) | @Portable method getContent (line 34) | @Override method setContent (line 39) | @Override method getId (line 44) | @Override method setId (line 49) | @Override method getInEdges (line 54) | @Override method getOutEdges (line 59) | @Override method toString (line 64) | @Override FILE: uberfire-extensions/uberfire-wires/uberfire-wires-bpmn/uberfire-wires-bpmn-api/src/main/java/org/uberfire/ext/wires/bpmn/beliefs/graph/impl/GraphStore.java type GraphStore (line 20) | public interface GraphStore extends Iterable { method addNode (line 22) | public T addNode(T node); method removeNode (line 24) | public T removeNode(int id); method getNode (line 26) | public T getNode(int id); method size (line 28) | public int size(); FILE: uberfire-extensions/uberfire-wires/uberfire-wires-bpmn/uberfire-wires-bpmn-api/src/main/java/org/uberfire/ext/wires/bpmn/beliefs/graph/impl/ListGraphStore.java class ListGraphStore (line 25) | @Portable method addNode (line 30) | @Override method removeNode (line 37) | @Override method getNode (line 42) | @Override method size (line 47) | @Override method iterator (line 52) | @Override FILE: uberfire-extensions/uberfire-wires/uberfire-wires-bpmn/uberfire-wires-bpmn-api/src/main/java/org/uberfire/ext/wires/bpmn/beliefs/graph/impl/MapGraphStore.java class MapGraphStore (line 25) | @Portable method getNodes (line 32) | public Map getNodes() { method addNode (line 36) | @Override method removeNode (line 44) | public T removeNode(int id) { method getNode (line 48) | @Override method size (line 53) | @Override method iterator (line 58) | @Override FILE: uberfire-extensions/uberfire-wires/uberfire-wires-bpmn/uberfire-wires-bpmn-api/src/test/java/org/uberfire/ext/wires/bpmn/api/model/impl/content/CopyContentTest.java class CopyContentTest (line 31) | public class CopyContentTest { method testCopyContent (line 33) | @Test FILE: uberfire-extensions/uberfire-wires/uberfire-wires-bpmn/uberfire-wires-bpmn-api/src/test/java/org/uberfire/ext/wires/bpmn/api/model/impl/edges/CopyEdgesTest.java class CopyEdgesTest (line 25) | public class CopyEdgesTest { method testCopyEdge (line 27) | @Test FILE: uberfire-extensions/uberfire-wires/uberfire-wires-bpmn/uberfire-wires-bpmn-api/src/test/java/org/uberfire/ext/wires/bpmn/api/model/impl/nodes/CopyNodesTest.java class CopyNodesTest (line 26) | public class CopyNodesTest { method testCopyStartProcessNode (line 28) | @Test method testCopyEndProcessNode (line 47) | @Test method testCopyProcessNode1 (line 66) | @Test method testCopyProcessNode2 (line 85) | @Test method getNode (line 124) | private BpmnGraphNode getNode(final BpmnGraph process, FILE: uberfire-extensions/uberfire-wires/uberfire-wires-bpmn/uberfire-wires-bpmn-api/src/test/java/org/uberfire/ext/wires/bpmn/api/model/impl/properties/CopyPropertiesTest.java class CopyPropertiesTest (line 25) | public class CopyPropertiesTest { method testCopyProperties (line 27) | @Test FILE: uberfire-extensions/uberfire-wires/uberfire-wires-bpmn/uberfire-wires-bpmn-api/src/test/java/org/uberfire/ext/wires/bpmn/api/model/impl/roles/CopyRolesTest.java class CopyRolesTest (line 24) | public class CopyRolesTest { method testCopyRole (line 26) | @Test FILE: uberfire-extensions/uberfire-wires/uberfire-wires-bpmn/uberfire-wires-bpmn-backend/src/main/java/org/uberfire/ext/wires/bpmn/backend/BpmnPersistence.java class BpmnPersistence (line 22) | public class BpmnPersistence { method BpmnPersistence (line 28) | protected BpmnPersistence() { method getInstance (line 31) | public static BpmnPersistence getInstance() { method marshal (line 35) | public String marshal(final ProcessNode process) { method unmarshal (line 39) | public ProcessNode unmarshal(final String content) { FILE: uberfire-extensions/uberfire-wires/uberfire-wires-bpmn/uberfire-wires-bpmn-backend/src/main/java/org/uberfire/ext/wires/bpmn/backend/BpmnServiceImpl.java class BpmnServiceImpl (line 52) | @Service method create (line 83) | @Override method loadContent (line 108) | @Override method load (line 120) | @Override method save (line 131) | @Override method delete (line 150) | @Override method rename (line 161) | @Override method copy (line 174) | @Override method copy (line 187) | @Override method setup (line 195) | @PostConstruct method listFiles (line 216) | @Override method saveAndRename (line 233) | @Override FILE: uberfire-extensions/uberfire-wires/uberfire-wires-bpmn/uberfire-wires-bpmn-backend/src/main/java/org/uberfire/ext/wires/bpmn/backend/todo/CommentedOptionFactory.java class CommentedOptionFactory (line 27) | public class CommentedOptionFactory { method makeCommentedOption (line 29) | public static CommentedOption makeCommentedOption(final User identity, FILE: uberfire-extensions/uberfire-wires/uberfire-wires-bpmn/uberfire-wires-bpmn-backend/src/main/java/org/uberfire/ext/wires/bpmn/backend/todo/ExceptionUtilities.java class ExceptionUtilities (line 25) | public class ExceptionUtilities { method handleException (line 34) | public static RuntimeException handleException(final Exception e) { FILE: uberfire-extensions/uberfire-wires/uberfire-wires-bpmn/uberfire-wires-bpmn-backend/src/main/java/org/uberfire/ext/wires/bpmn/backend/todo/GenericPortableException.java class GenericPortableException (line 24) | @Portable method GenericPortableException (line 27) | public GenericPortableException(final String message) { method GenericPortableException (line 31) | public GenericPortableException(@MapsTo("message") final String message, FILE: uberfire-extensions/uberfire-wires/uberfire-wires-bpmn/uberfire-wires-bpmn-backend/src/main/java/org/uberfire/ext/wires/bpmn/backend/todo/MetadataFactory.java class MetadataFactory (line 26) | public class MetadataFactory { method makeMetadata (line 28) | public static Map makeMetadata(final Metadata metadata) { FILE: uberfire-extensions/uberfire-wires/uberfire-wires-bpmn/uberfire-wires-bpmn-backend/src/test/java/org/uberfire/ext/wires/bpmn/backend/BpmnServiceImplTest.java class BpmnServiceImplTest (line 34) | @RunWith(MockitoJUnitRunner.class) method bpmnResourceCopyTest (line 44) | @Test(expected = UnsupportedOperationException.class) method testSaveAndRename (line 57) | @Test FILE: uberfire-extensions/uberfire-wires/uberfire-wires-bpmn/uberfire-wires-bpmn-client/src/main/java/org/uberfire/ext/wires/bpmn/client/BpmnEntryPoint.java class BpmnEntryPoint (line 23) | @EntryPoint method init (line 26) | @PostConstruct FILE: uberfire-extensions/uberfire-wires/uberfire-wires-bpmn/uberfire-wires-bpmn-client/src/main/java/org/uberfire/ext/wires/bpmn/client/commands/Command.java type Command (line 23) | public interface Command { method apply (line 30) | Results apply(final RuleManager ruleManager); method undo (line 37) | Results undo(final RuleManager ruleManager); FILE: uberfire-extensions/uberfire-wires/uberfire-wires-bpmn/uberfire-wires-bpmn-client/src/main/java/org/uberfire/ext/wires/bpmn/client/commands/CommandManager.java type CommandManager (line 23) | public interface CommandManager { method execute (line 31) | Results execute(final RuleManager ruleManager, method undo (line 39) | Results undo(final RuleManager ruleManager); FILE: uberfire-extensions/uberfire-wires/uberfire-wires-bpmn/uberfire-wires-bpmn-client/src/main/java/org/uberfire/ext/wires/bpmn/client/commands/Result.java type Result (line 21) | public interface Result { method getType (line 27) | ResultType getType(); method getMessage (line 33) | String getMessage(); FILE: uberfire-extensions/uberfire-wires/uberfire-wires-bpmn/uberfire-wires-bpmn-client/src/main/java/org/uberfire/ext/wires/bpmn/client/commands/ResultType.java type ResultType (line 21) | public enum ResultType { FILE: uberfire-extensions/uberfire-wires/uberfire-wires-bpmn/uberfire-wires-bpmn-client/src/main/java/org/uberfire/ext/wires/bpmn/client/commands/Results.java type Results (line 23) | public interface Results { method addMessage (line 25) | void addMessage(final Result result); method getMessages (line 27) | List getMessages(); method getMessages (line 29) | List getMessages(final ResultType type); method contains (line 31) | boolean contains(final ResultType type); FILE: uberfire-extensions/uberfire-wires/uberfire-wires-bpmn/uberfire-wires-bpmn-client/src/main/java/org/uberfire/ext/wires/bpmn/client/commands/impl/AddEdgeCommand.java class AddEdgeCommand (line 29) | public class AddEdgeCommand implements Command { method AddEdgeCommand (line 35) | public AddEdgeCommand(final BpmnGraphNode outgoingNode, method apply (line 46) | @Override method undo (line 63) | @Override FILE: uberfire-extensions/uberfire-wires/uberfire-wires-bpmn/uberfire-wires-bpmn-client/src/main/java/org/uberfire/ext/wires/bpmn/client/commands/impl/AddGraphNodeCommand.java class AddGraphNodeCommand (line 29) | public class AddGraphNodeCommand implements Command { method AddGraphNodeCommand (line 34) | public AddGraphNodeCommand(final BpmnGraph target, method apply (line 42) | @Override method undo (line 56) | @Override FILE: uberfire-extensions/uberfire-wires/uberfire-wires-bpmn/uberfire-wires-bpmn-client/src/main/java/org/uberfire/ext/wires/bpmn/client/commands/impl/BatchCommand.java class BatchCommand (line 31) | public class BatchCommand implements Command { method BatchCommand (line 35) | public BatchCommand(final List commands) { method BatchCommand (line 40) | public BatchCommand(final Command... commands) { method apply (line 45) | @Override method undo (line 63) | @Override FILE: uberfire-extensions/uberfire-wires/uberfire-wires-bpmn/uberfire-wires-bpmn-client/src/main/java/org/uberfire/ext/wires/bpmn/client/commands/impl/DefaultCommandManagerImpl.java class DefaultCommandManagerImpl (line 32) | @ApplicationScoped method execute (line 37) | @Override method undo (line 49) | @Override FILE: uberfire-extensions/uberfire-wires/uberfire-wires-bpmn/uberfire-wires-bpmn-client/src/main/java/org/uberfire/ext/wires/bpmn/client/commands/impl/DefaultResultImpl.java class DefaultResultImpl (line 25) | public class DefaultResultImpl implements Result { method DefaultResultImpl (line 30) | public DefaultResultImpl(final ResultType type, method getType (line 38) | @Override method getMessage (line 43) | @Override method equals (line 48) | @Override method hashCode (line 69) | @Override method toString (line 76) | @Override FILE: uberfire-extensions/uberfire-wires/uberfire-wires-bpmn/uberfire-wires-bpmn-client/src/main/java/org/uberfire/ext/wires/bpmn/client/commands/impl/DefaultResultsImpl.java class DefaultResultsImpl (line 29) | public class DefaultResultsImpl implements Results { method addMessage (line 33) | @Override method getMessages (line 38) | @Override method getMessages (line 43) | @Override method contains (line 54) | @Override method equals (line 64) | @Override method hashCode (line 82) | @Override method toString (line 87) | @Override FILE: uberfire-extensions/uberfire-wires/uberfire-wires-bpmn/uberfire-wires-bpmn-client/src/main/java/org/uberfire/ext/wires/bpmn/client/commands/impl/DeleteEdgeCommand.java class DeleteEdgeCommand (line 29) | public class DeleteEdgeCommand implements Command { method DeleteEdgeCommand (line 35) | public DeleteEdgeCommand(final BpmnGraphNode outgoingNode, method apply (line 46) | @Override method undo (line 79) | @Override FILE: uberfire-extensions/uberfire-wires/uberfire-wires-bpmn/uberfire-wires-bpmn-client/src/main/java/org/uberfire/ext/wires/bpmn/client/commands/impl/DeleteGraphNodeCommand.java class DeleteGraphNodeCommand (line 29) | public class DeleteGraphNodeCommand implements Command { method DeleteGraphNodeCommand (line 34) | public DeleteGraphNodeCommand(final BpmnGraph target, method apply (line 42) | @Override method undo (line 66) | @Override FILE: uberfire-extensions/uberfire-wires/uberfire-wires-bpmn/uberfire-wires-bpmn-client/src/main/java/org/uberfire/ext/wires/bpmn/client/editor/BpmnEditorPresenter.java class BpmnEditorPresenter (line 52) | @Dependent method BpmnEditorPresenter (line 66) | @Inject method onStartup (line 72) | @OnStartup method getTitle (line 86) | @WorkbenchPartTitleDecoration method getTitleText (line 91) | @WorkbenchPartTitle method getMenus (line 96) | @WorkbenchMenu method getWidget (line 101) | @WorkbenchPartView method onMayClose (line 106) | @OnMayClose method loadContent (line 111) | @Override method getContentSupplier (line 117) | @Override method getContent (line 122) | ProcessNode getContent() { method getSaveAndRenameServiceCaller (line 126) | @Override method getModelSuccessCallback (line 131) | private RemoteCallback getModelSuccessCallback() { FILE: uberfire-extensions/uberfire-wires/uberfire-wires-bpmn/uberfire-wires-bpmn-client/src/main/java/org/uberfire/ext/wires/bpmn/client/editor/BpmnEditorView.java type BpmnEditorView (line 22) | public interface BpmnEditorView extends BaseEditorView, method setContent (line 25) | void setContent(final BpmnEditorContent content, FILE: uberfire-extensions/uberfire-wires/uberfire-wires-bpmn/uberfire-wires-bpmn-client/src/main/java/org/uberfire/ext/wires/bpmn/client/editor/BpmnEditorViewImpl.java class BpmnEditorViewImpl (line 29) | @Dependent method init (line 38) | @PostConstruct method init (line 43) | @Override method setContent (line 48) | @Override type ViewBinder (line 54) | interface ViewBinder FILE: uberfire-extensions/uberfire-wires/uberfire-wires-bpmn/uberfire-wires-bpmn-client/src/main/java/org/uberfire/ext/wires/bpmn/client/explorer/BpmnExplorerPresenter.java class BpmnExplorerPresenter (line 36) | @Dependent method onStartup (line 49) | @OnStartup method getTitleText (line 59) | @WorkbenchPartTitle method getWidget (line 64) | @WorkbenchPartView method openFile (line 69) | public void openFile(final Path file) { FILE: uberfire-extensions/uberfire-wires/uberfire-wires-bpmn/uberfire-wires-bpmn-client/src/main/java/org/uberfire/ext/wires/bpmn/client/explorer/BpmnExplorerView.java type BpmnExplorerView (line 23) | public interface BpmnExplorerView extends UberView { method setContent (line 25) | void setContent(final List files); FILE: uberfire-extensions/uberfire-wires/uberfire-wires-bpmn/uberfire-wires-bpmn-client/src/main/java/org/uberfire/ext/wires/bpmn/client/explorer/BpmnExplorerViewImpl.java class BpmnExplorerViewImpl (line 41) | @Dependent method init (line 50) | @PostConstruct method init (line 55) | @Override method setContent (line 60) | @Override type ViewBinder (line 102) | interface ViewBinder FILE: uberfire-extensions/uberfire-wires/uberfire-wires-bpmn/uberfire-wires-bpmn-client/src/main/java/org/uberfire/ext/wires/bpmn/client/perspectives/BpmnPerspective.java class BpmnPerspective (line 33) | @ApplicationScoped method getPerspective (line 37) | @Perspective method buildPerspective (line 42) | private PerspectiveDefinition buildPerspective() { FILE: uberfire-extensions/uberfire-wires/uberfire-wires-bpmn/uberfire-wires-bpmn-client/src/main/java/org/uberfire/ext/wires/bpmn/client/resources/BpmnEditorResources.java type BpmnEditorResources (line 23) | public interface BpmnEditorResources method css (line 29) | @Source("css/bpmn.css") method images (line 32) | BpmnEditorImageResources images(); FILE: uberfire-extensions/uberfire-wires/uberfire-wires-bpmn/uberfire-wires-bpmn-client/src/main/java/org/uberfire/ext/wires/bpmn/client/resources/css/BpmnEditorCss.java type BpmnEditorCss (line 20) | public interface BpmnEditorCss extends CssResource { FILE: uberfire-extensions/uberfire-wires/uberfire-wires-bpmn/uberfire-wires-bpmn-client/src/main/java/org/uberfire/ext/wires/bpmn/client/resources/i18n/BpmnEditorConstants.java type BpmnEditorConstants (line 21) | public interface BpmnEditorConstants method bpmnResourceTypeDescription (line 27) | String bpmnResourceTypeDescription(); method bpmnPerspectiveTitle (line 29) | String bpmnPerspectiveTitle(); method bpmnExplorerTitle (line 31) | String bpmnExplorerTitle(); method bpmnExplorerNoFilesFound (line 33) | String bpmnExplorerNoFilesFound(); method bpmnExplorerNoFilesOpen (line 35) | String bpmnExplorerNoFilesOpen(); method bpmnExplorerFileUrl (line 37) | String bpmnExplorerFileUrl(); method bpmnEditorTitle (line 39) | String bpmnEditorTitle(); FILE: uberfire-extensions/uberfire-wires/uberfire-wires-bpmn/uberfire-wires-bpmn-client/src/main/java/org/uberfire/ext/wires/bpmn/client/resources/images/BpmnEditorImageResources.java type BpmnEditorImageResources (line 21) | public interface BpmnEditorImageResources method typeBpmn (line 25) | @Source("BPM_FileIcons_bpmn.png") FILE: uberfire-extensions/uberfire-wires/uberfire-wires-bpmn/uberfire-wires-bpmn-client/src/main/java/org/uberfire/ext/wires/bpmn/client/rules/RuleManager.java type RuleManager (line 27) | public interface RuleManager { method addRule (line 33) | void addRule(final Rule rule); method checkContainment (line 41) | Results checkContainment(final BpmnGraph target, method checkCardinality (line 51) | Results checkCardinality(final BpmnGraph target, method checkConnectionRules (line 62) | Results checkConnectionRules(final BpmnGraphNode outgoingNode, method checkCardinality (line 74) | Results checkCardinality(final BpmnGraphNode outgoingNode, type Operation (line 85) | public enum Operation { FILE: uberfire-extensions/uberfire-wires/uberfire-wires-bpmn/uberfire-wires-bpmn-client/src/main/java/org/uberfire/ext/wires/bpmn/client/rules/impl/DefaultRuleManagerImpl.java class DefaultRuleManagerImpl (line 42) | @ApplicationScoped method addRule (line 49) | @Override method checkContainment (line 64) | @Override method checkCardinality (line 86) | @Override method checkConnectionRules (line 117) | @Override method checkCardinality (line 146) | @Override FILE: uberfire-extensions/uberfire-wires/uberfire-wires-bpmn/uberfire-wires-bpmn-client/src/main/java/org/uberfire/ext/wires/bpmn/client/type/BpmnResourceType.java class BpmnResourceType (line 29) | @ApplicationScoped method BpmnResourceType (line 36) | public BpmnResourceType() { method BpmnResourceType (line 39) | @Inject method getIcon (line 44) | @Override method getDescription (line 49) | @Override FILE: uberfire-extensions/uberfire-wires/uberfire-wires-bpmn/uberfire-wires-bpmn-client/src/test/java/org/uberfire/ext/wires/bpmn/client/AbstractBaseRuleTest.java class AbstractBaseRuleTest (line 40) | public abstract class AbstractBaseRuleTest { method getContainmentRules (line 42) | protected Set getContainmentRules() { method getCardinalityRules (line 52) | protected Set getCardinalityRules() { method getConnectionRules (line 113) | protected Set getConnectionRules() { method assertProcessContainsNodes (line 155) | protected void assertProcessContainsNodes(final BpmnGraph graph, method assertProcessNotContainsNodes (line 177) | protected void assertProcessNotContainsNodes(final BpmnGraph graph, method assertNodeContainsOutgoingEdges (line 196) | protected void assertNodeContainsOutgoingEdges(final BpmnGraphNode node, method assertNodeContainsIncomingEdges (line 218) | protected void assertNodeContainsIncomingEdges(final BpmnGraphNode node, FILE: uberfire-extensions/uberfire-wires/uberfire-wires-bpmn/uberfire-wires-bpmn-client/src/test/java/org/uberfire/ext/wires/bpmn/client/TestDummyNode.java class TestDummyNode (line 32) | public class TestDummyNode extends GraphNodeImpl impl... method TestDummyNode (line 34) | public TestDummyNode() { method copy (line 44) | @Override FILE: uberfire-extensions/uberfire-wires/uberfire-wires-bpmn/uberfire-wires-bpmn-client/src/test/java/org/uberfire/ext/wires/bpmn/client/commands/impl/AddEdgeCommandTest.java class AddEdgeCommandTest (line 38) | public class AddEdgeCommandTest extends AbstractBaseRuleTest { method setupNodes (line 47) | @Before method testAddEdgeBetweenStartNodeAndDummyNode (line 96) | @Test method testAddEdgeBetweenDummyNodeAndEndNode (line 125) | @Test method testAddEdgeBetweenStartNodeAndEndNode (line 154) | @Test method testStartNodeOutgoingCardinalityAndDummyNode (line 180) | @Test method testDummyNodeAndEndNodeIncomingCardinality (line 235) | @Test FILE: uberfire-extensions/uberfire-wires/uberfire-wires-bpmn/uberfire-wires-bpmn-client/src/test/java/org/uberfire/ext/wires/bpmn/client/commands/impl/AddGraphNodeCommandTest.java class AddGraphNodeCommandTest (line 35) | public class AddGraphNodeCommandTest extends AbstractBaseRuleTest { method testAddStartProcessNodeToProcess (line 37) | @Test method testAddEndProcessNodeToProcess (line 87) | @Test method testAddDummyNodeToProcess (line 137) | @Test FILE: uberfire-extensions/uberfire-wires/uberfire-wires-bpmn/uberfire-wires-bpmn-client/src/test/java/org/uberfire/ext/wires/bpmn/client/commands/impl/BatchCommandTest.java class BatchCommandTest (line 38) | public class BatchCommandTest extends AbstractBaseRuleTest { method setupNodes (line 49) | @Before method testBatchAddValidState (line 120) | @Test method testBatchAddInvalidState1 (line 173) | @Test method testBatchAddInvalidState2 (line 221) | @Test FILE: uberfire-extensions/uberfire-wires/uberfire-wires-bpmn/uberfire-wires-bpmn-client/src/test/java/org/uberfire/ext/wires/bpmn/client/commands/impl/CommandManagerTest.java class CommandManagerTest (line 37) | public class CommandManagerTest extends AbstractBaseRuleTest { method testAddOneNodeToProcess (line 39) | @Test method testAddTwoNodesToProcess (line 72) | @Test method testAddTwoNodesToProcessThenUndo (line 118) | @Test method testAddNotPermittedNodesToProcess (line 178) | @Test FILE: uberfire-extensions/uberfire-wires/uberfire-wires-bpmn/uberfire-wires-bpmn-client/src/test/java/org/uberfire/ext/wires/bpmn/client/commands/impl/DeleteEdgeCommandTest.java class DeleteEdgeCommandTest (line 44) | public class DeleteEdgeCommandTest extends AbstractBaseRuleTest { method setupNodes (line 58) | @Before method testDeleteEdgeBetweenStartNodeAndDummyNode (line 161) | @Test method testDeleteEdgeBetweenDummyNodeAndEndNode (line 204) | @Test method testDeleteOutgoingCardinalityOutgoingMinimum (line 247) | @Test method testDeleteOutgoingCardinalityIncomingMinimum (line 319) | @Test FILE: uberfire-extensions/uberfire-wires/uberfire-wires-bpmn/uberfire-wires-bpmn-client/src/test/java/org/uberfire/ext/wires/bpmn/client/commands/impl/DeleteGraphNodeCommandTest.java class DeleteGraphNodeCommandTest (line 38) | public class DeleteGraphNodeCommandTest extends AbstractBaseRuleTest { method testDeleteStartProcessNodeFromProcess (line 40) | @Test method testDeleteEndProcessNodeFromProcess (line 71) | @Test method testDeleteDummyNodeFromProcess (line 102) | @Test FILE: uberfire-extensions/uberfire-wires/uberfire-wires-bpmn/uberfire-wires-bpmn-client/src/test/java/org/uberfire/ext/wires/bpmn/client/commands/impl/ResultsTest.java class ResultsTest (line 26) | public class ResultsTest { method testNewInstance (line 28) | @Test method testAdd (line 36) | @Test method testContains (line 51) | @Test FILE: uberfire-extensions/uberfire-wires/uberfire-wires-bpmn/uberfire-wires-bpmn-client/src/test/java/org/uberfire/ext/wires/bpmn/client/editor/BpmnEditorPresenterTest.java class BpmnEditorPresenterTest (line 34) | @RunWith(MockitoJUnitRunner.class) method testGetContentSupplier (line 49) | @Test method testGetSaveAndRenameServiceCaller (line 59) | @Test FILE: uberfire-extensions/uberfire-wires/uberfire-wires-bpmn/uberfire-wires-bpmn-client/src/test/java/org/uberfire/ext/wires/bpmn/client/rules/impl/CardinalityRulesTest.java class CardinalityRulesTest (line 33) | public class CardinalityRulesTest extends AbstractBaseRuleTest { method testAddStartProcessNodeToProcess (line 35) | @Test method testAddEndProcessNodeToProcess (line 67) | @Test method testAddDummyNodeToProcess (line 99) | @Test FILE: uberfire-extensions/uberfire-wires/uberfire-wires-bpmn/uberfire-wires-bpmn-client/src/test/java/org/uberfire/ext/wires/bpmn/client/rules/impl/ConnectionRulesTest.java class ConnectionRulesTest (line 36) | public class ConnectionRulesTest extends AbstractBaseRuleTest { method setupNodes (line 44) | @Before method testAddEdgeBetweenStartNodeAndDummyNode (line 62) | @Test method testAddEdgeBetweenDummyNodeAndEndNode (line 76) | @Test method testAddEdgeBetweenStartNodeAndEndNode (line 90) | @Test FILE: uberfire-extensions/uberfire-wires/uberfire-wires-bpmn/uberfire-wires-bpmn-client/src/test/java/org/uberfire/ext/wires/bpmn/client/rules/impl/ContainmentRulesTest.java class ContainmentRulesTest (line 33) | public class ContainmentRulesTest extends AbstractBaseRuleTest { method testAddStartProcessNodeToProcess (line 35) | @Test method testAddEndProcessNodeToProcess (line 53) | @Test method testAddDummyNodeToProcess (line 71) | @Test FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-api/src/main/java/org/uberfire/ext/wires/core/api/containers/ContainerManager.java type ContainerManager (line 21) | public interface ContainerManager { method getContainer (line 29) | WiresContainer getContainer(final double cx, FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-api/src/main/java/org/uberfire/ext/wires/core/api/containers/RequiresContainerManager.java type RequiresContainerManager (line 21) | public interface RequiresContainerManager { method setContainerManager (line 23) | void setContainerManager(final ContainerManager containerManager); FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-api/src/main/java/org/uberfire/ext/wires/core/api/containers/WiresContainer.java type WiresContainer (line 23) | public interface WiresContainer extends WiresShape { method attachShape (line 29) | void attachShape(final WiresBaseShape shape); method detachShape (line 35) | void detachShape(final WiresBaseShape shape); method getContainedShapes (line 41) | List getContainedShapes(); method setHover (line 46) | void setHover(final boolean isHover); FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-api/src/main/java/org/uberfire/ext/wires/core/api/controlpoints/ControlPoint.java type ControlPoint (line 20) | public interface ControlPoint> extends IPrimitiv... method getId (line 22) | String getId(); method getHandler (line 24) | ControlPointMoveHandler getHandler(); method move (line 26) | void move(final double dx, FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-api/src/main/java/org/uberfire/ext/wires/core/api/controlpoints/ControlPointMoveHandler.java type ControlPointMoveHandler (line 21) | public interface ControlPointMoveHandler { method onMove (line 28) | void onMove(final double x, FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-api/src/main/java/org/uberfire/ext/wires/core/api/controlpoints/HasControlPoints.java type HasControlPoints (line 20) | public interface HasControlPoints extends WiresShape { method addControlPoint (line 22) | void addControlPoint(final ControlPoint cp); method showControlPoints (line 24) | void showControlPoints(); method hideControlPoints (line 26) | void hideControlPoints(); FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-api/src/main/java/org/uberfire/ext/wires/core/api/events/ClearEvent.java class ClearEvent (line 18) | public class ClearEvent { FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-api/src/main/java/org/uberfire/ext/wires/core/api/events/ProgressEvent.java class ProgressEvent (line 18) | public class ProgressEvent { method ProgressEvent (line 22) | public ProgressEvent() { method ProgressEvent (line 26) | public ProgressEvent(final boolean clearProgressBar) { method isClearProgressBar (line 30) | public boolean isClearProgressBar() { method setClearProgressBar (line 34) | public void setClearProgressBar(final boolean clearProgressBar) { FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-api/src/main/java/org/uberfire/ext/wires/core/api/events/ShapeAddedEvent.java class ShapeAddedEvent (line 20) | public class ShapeAddedEvent { method ShapeAddedEvent (line 24) | public ShapeAddedEvent(final WiresBaseShape shape) { method getShape (line 28) | public WiresBaseShape getShape() { FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-api/src/main/java/org/uberfire/ext/wires/core/api/events/ShapeDeletedEvent.java class ShapeDeletedEvent (line 20) | public class ShapeDeletedEvent { method ShapeDeletedEvent (line 24) | public ShapeDeletedEvent(final WiresBaseShape shape) { method getShape (line 28) | public WiresBaseShape getShape() { FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-api/src/main/java/org/uberfire/ext/wires/core/api/events/ShapeDragCompleteEvent.java class ShapeDragCompleteEvent (line 20) | public class ShapeDragCompleteEvent { method ShapeDragCompleteEvent (line 26) | public ShapeDragCompleteEvent(final WiresBaseShape shape, method getShape (line 34) | public WiresBaseShape getShape() { method getX (line 38) | public double getX() { method getY (line 42) | public double getY() { FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-api/src/main/java/org/uberfire/ext/wires/core/api/events/ShapeDragPreviewEvent.java class ShapeDragPreviewEvent (line 20) | public class ShapeDragPreviewEvent { method ShapeDragPreviewEvent (line 26) | public ShapeDragPreviewEvent(final WiresBaseShape shape, method getShape (line 34) | public WiresBaseShape getShape() { method getX (line 38) | public double getX() { method getY (line 42) | public double getY() { FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-api/src/main/java/org/uberfire/ext/wires/core/api/events/ShapeSelectedEvent.java class ShapeSelectedEvent (line 20) | public class ShapeSelectedEvent { method ShapeSelectedEvent (line 24) | public ShapeSelectedEvent(final WiresBaseShape shape) { method getShape (line 28) | public WiresBaseShape getShape() { FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-api/src/main/java/org/uberfire/ext/wires/core/api/factories/FactoryHelper.java type FactoryHelper (line 24) | public interface FactoryHelper { method getContext (line 26) | T getContext(); method setContext (line 28) | void setContext(final T context); FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-api/src/main/java/org/uberfire/ext/wires/core/api/factories/ShapeDragProxy.java type ShapeDragProxy (line 23) | public interface ShapeDragProxy { method getDragGroup (line 29) | Group getDragGroup(); method onDragPreview (line 36) | void onDragPreview(final double x, method onDragComplete (line 44) | void onDragComplete(final double x, method getHeight (line 51) | double getHeight(); method getWidth (line 57) | double getWidth(); FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-api/src/main/java/org/uberfire/ext/wires/core/api/factories/ShapeDragProxyCompleteCallback.java type ShapeDragProxyCompleteCallback (line 21) | public interface ShapeDragProxyCompleteCallback { method callback (line 28) | void callback(final double x, FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-api/src/main/java/org/uberfire/ext/wires/core/api/factories/ShapeDragProxyPreviewCallback.java type ShapeDragProxyPreviewCallback (line 21) | public interface ShapeDragProxyPreviewCallback { method callback (line 28) | void callback(final double x, FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-api/src/main/java/org/uberfire/ext/wires/core/api/factories/ShapeDropContext.java type ShapeDropContext (line 21) | public interface ShapeDropContext { method getContext (line 23) | T getContext(); method setContext (line 25) | void setContext(final T context); FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-api/src/main/java/org/uberfire/ext/wires/core/api/factories/ShapeFactory.java type ShapeFactory (line 25) | public interface ShapeFactory> { method getGlyph (line 31) | ShapeGlyph getGlyph(); method getDragProxy (line 40) | ShapeDragProxy getDragProxy(final FactoryHelper helper, method getShape (line 48) | WiresBaseShape getShape(final FactoryHelper helper); method builds (line 55) | boolean builds(final WiresBaseShape shapeType); method getShapeDescription (line 61) | String getShapeDescription(); method getCategory (line 67) | Category getCategory(); FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-api/src/main/java/org/uberfire/ext/wires/core/api/factories/ShapeGlyph.java type ShapeGlyph (line 23) | public interface ShapeGlyph { method getGroup (line 29) | Group getGroup(); method getWidth (line 35) | double getWidth(); method getHeight (line 41) | double getHeight(); FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-api/src/main/java/org/uberfire/ext/wires/core/api/factories/categories/Category.java class Category (line 18) | public class Category { method Category (line 22) | public Category(final String category) { method getCategory (line 26) | public String getCategory() { method equals (line 30) | @Override method hashCode (line 48) | @Override method toString (line 53) | @Override FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-api/src/main/java/org/uberfire/ext/wires/core/api/layout/LayoutManager.java type LayoutManager (line 26) | public interface LayoutManager { method getLayoutInformation (line 33) | Map getLayoutInformation(final WiresBaseShape... FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-api/src/main/java/org/uberfire/ext/wires/core/api/layout/RequiresLayoutManager.java type RequiresLayoutManager (line 21) | public interface RequiresLayoutManager { method setLayoutManager (line 23) | void setLayoutManager(final LayoutManager layoutManager); FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-api/src/main/java/org/uberfire/ext/wires/core/api/magnets/HasMagnets.java type HasMagnets (line 22) | public interface HasMagnets extends WiresShape { method getMagnets (line 28) | List getMagnets(); method addMagnet (line 34) | void addMagnet(final Magnet m); method showMagnetsPoints (line 39) | void showMagnetsPoints(); method hideMagnetPoints (line 44) | void hideMagnetPoints(); FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-api/src/main/java/org/uberfire/ext/wires/core/api/magnets/Magnet.java type Magnet (line 23) | public interface Magnet> extends IPrimitive { method getId (line 29) | String getId(); method attachControlPoint (line 35) | void attachControlPoint(final ControlPoint controlPoint); method detachControlPoint (line 41) | void detachControlPoint(final ControlPoint controlPoint); method getAttachedControlPoints (line 47) | List getAttachedControlPoints(); method setActive (line 53) | void setActive(final boolean isActive); method move (line 55) | void move(final double dx, FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-api/src/main/java/org/uberfire/ext/wires/core/api/magnets/MagnetManager.java type MagnetManager (line 23) | public interface MagnetManager { method hideAllMagnets (line 25) | void hideAllMagnets(); method getMagnet (line 27) | Magnet getMagnet(final WiresShape shapeActive, FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-api/src/main/java/org/uberfire/ext/wires/core/api/magnets/RequiresMagnetManager.java type RequiresMagnetManager (line 21) | public interface RequiresMagnetManager { method setMagnetManager (line 23) | void setMagnetManager(final MagnetManager magnetManager); FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-api/src/main/java/org/uberfire/ext/wires/core/api/properties/PropertyEditorAdaptor.java type PropertyEditorAdaptor (line 26) | public interface PropertyEditorAdaptor { method supports (line 28) | boolean supports(final WiresBaseShape shape); method getProperties (line 30) | List getProperties(final WiresBaseShape shape); FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-api/src/main/java/org/uberfire/ext/wires/core/api/selection/RequiresSelectionManager.java type RequiresSelectionManager (line 21) | public interface RequiresSelectionManager { method setSelectionManager (line 23) | public void setSelectionManager(final SelectionManager manager); FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-api/src/main/java/org/uberfire/ext/wires/core/api/selection/SelectionManager.java type SelectionManager (line 23) | public interface SelectionManager { method clearSelection (line 25) | public void clearSelection(); method selectShape (line 27) | public void selectShape(final WiresBaseShape shape); method deselectShape (line 29) | public void deselectShape(final WiresBaseShape shape); method isShapeSelected (line 31) | boolean isShapeSelected(); method getSelectedShape (line 33) | WiresBaseShape getSelectedShape(); FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-api/src/main/java/org/uberfire/ext/wires/core/api/shapes/OverridesFactoryDescription.java type OverridesFactoryDescription (line 23) | public interface OverridesFactoryDescription { method getDescription (line 29) | String getDescription(); FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-api/src/main/java/org/uberfire/ext/wires/core/api/shapes/RequiresShapesManager.java type RequiresShapesManager (line 21) | public interface RequiresShapesManager { method setShapesManager (line 23) | void setShapesManager(final ShapesManager shapesManager); FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-api/src/main/java/org/uberfire/ext/wires/core/api/shapes/ShapesManager.java type ShapesManager (line 20) | public interface ShapesManager { method getShapesInCanvas (line 26) | List getShapesInCanvas(); method addShape (line 32) | void addShape(final WiresBaseShape shape); method deleteShape (line 38) | void deleteShape(final WiresBaseShape shape); method forceDeleteShape (line 44) | void forceDeleteShape(final WiresBaseShape shape); FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-api/src/main/java/org/uberfire/ext/wires/core/api/shapes/WiresBaseDynamicContainer.java class WiresBaseDynamicContainer (line 40) | public abstract class WiresBaseDynamicContainer extends WiresBaseDynamic... method WiresBaseDynamicContainer (line 47) | public WiresBaseDynamicContainer() { method setShapesManager (line 79) | @Override method attachShape (line 84) | @Override method detachShape (line 89) | @Override method getContainedShapes (line 94) | @Override method setX (line 99) | @Override method setY (line 106) | @Override method updateChildrenLocations (line 113) | protected void updateChildrenLocations(final double deltaX, method destroy (line 125) | @Override FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-api/src/main/java/org/uberfire/ext/wires/core/api/shapes/WiresBaseDynamicShape.java class WiresBaseDynamicShape (line 39) | public abstract class WiresBaseDynamicShape extends WiresBaseShape imple... method WiresBaseDynamicShape (line 48) | public WiresBaseDynamicShape() { method addControlPoint (line 62) | @Override method showControlPoints (line 67) | @Override method hideControlPoints (line 79) | @Override method addMagnet (line 91) | @Override method getMagnets (line 96) | @Override method showMagnetsPoints (line 101) | @Override method hideMagnetPoints (line 113) | @Override method destroy (line 125) | @Override method setX (line 132) | @Override method setY (line 144) | @Override method updateMagnetLocations (line 156) | protected void updateMagnetLocations(final double dx, method updateControlPointLocations (line 167) | protected void updateControlPointLocations(final double dx, FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-api/src/main/java/org/uberfire/ext/wires/core/api/shapes/WiresBaseShape.java class WiresBaseShape (line 43) | public abstract class WiresBaseShape extends Group implements WiresShape, method WiresBaseShape (line 56) | public WiresBaseShape() { method getId (line 77) | @Override method setSelectionManager (line 82) | @Override method showControls (line 87) | @Override method hideControls (line 157) | @Override method addControl (line 227) | @Override method removeControl (line 238) | @Override method setControls (line 249) | @Override method isControlsVisible (line 363) | @Override method getControlTarget (line 375) | protected Point2D getControlTarget(final Group ctrl) { method destroy (line 382) | @Override method updateControlLocations (line 396) | private void updateControlLocations() { method updateControlLocations (line 410) | private void updateControlLocations(final double dx, method setX (line 424) | @Override method setY (line 433) | @Override FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-api/src/main/java/org/uberfire/ext/wires/core/api/shapes/WiresShape.java type WiresShape (line 22) | public interface WiresShape { method getId (line 28) | String getId(); method setSelected (line 33) | void setSelected(final boolean isSelected); method destroy (line 38) | void destroy(); method contains (line 46) | boolean contains(final double cx, method addControl (line 53) | void addControl(final Group ctrl); method removeControl (line 59) | void removeControl(final Group ctrl); method setControls (line 65) | void setControls(final List controls); method showControls (line 70) | void showControls(); method hideControls (line 75) | void hideControls(); method isControlsVisible (line 81) | boolean isControlsVisible(); FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-client/src/main/java/org/uberfire/ext/wires/core/client/actions/ActionShape.java class ActionShape (line 24) | public class ActionShape extends Group implements Serializable { method setBounding (line 28) | public void setBounding(final Rectangle bounding) { method setPicture (line 32) | public void setPicture(final Picture picture) { FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-client/src/main/java/org/uberfire/ext/wires/core/client/actions/ActionsGroup.java class ActionsGroup (line 38) | @Dependent method init (line 50) | @PostConstruct method drawActions (line 61) | private void drawActions() { method getClearCanvasClickHandler (line 78) | private NodeMouseClickHandler getClearCanvasClickHandler() { FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-client/src/main/java/org/uberfire/ext/wires/core/client/actions/ActionsScreen.java class ActionsScreen (line 38) | @Dependent method init (line 56) | @PostConstruct method getTitle (line 67) | @WorkbenchPartTitle method getView (line 73) | @WorkbenchPartView type ViewBinder (line 78) | interface ViewBinder extends UiBinder { FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-client/src/main/java/org/uberfire/ext/wires/core/client/actions/StencilActionBuilder.java class StencilActionBuilder (line 25) | public class StencilActionBuilder { method build (line 32) | public ActionShape build(final NodeMouseClickHandler clickHandler, method getBoundingImage (line 45) | private Rectangle getBoundingImage(final NodeMouseClickHandler clickHa... FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-client/src/main/java/org/uberfire/ext/wires/core/client/canvas/FocusableLienzoPanel.java class FocusableLienzoPanel (line 32) | public class FocusableLienzoPanel extends LienzoPanel { method FocusableLienzoPanel (line 34) | public FocusableLienzoPanel(final int width, method broadcastBlurEvent (line 54) | protected void broadcastBlurEvent() { FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-client/src/main/java/org/uberfire/ext/wires/core/client/canvas/WiresCanvas.java class WiresCanvas (line 45) | public class WiresCanvas extends Composite implements ShapesManager, method init (line 57) | @PostConstruct method hasProgressBar (line 85) | public boolean hasProgressBar() { method getProgressBar (line 89) | public ProgressBar getProgressBar() { method setProgressBar (line 93) | public void setProgressBar(final ProgressBar progressBar) { method getShapesInCanvas (line 99) | @Override method addShape (line 104) | @Override method deleteShape (line 126) | @Override method forceDeleteShape (line 135) | @Override method clear (line 140) | public void clear() { method clearSelection (line 165) | @Override method selectShape (line 180) | @Override method deselectShape (line 197) | @Override method isShapeSelected (line 212) | @Override method getSelectedShape (line 217) | @Override method hideAllMagnets (line 222) | @Override method getMagnet (line 232) | @Override FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-client/src/main/java/org/uberfire/ext/wires/core/client/controlpoints/ConnectibleControlPoint.java class ConnectibleControlPoint (line 30) | public class ConnectibleControlPoint extends DefaultControlPoint { method ConnectibleControlPoint (line 37) | public ConnectibleControlPoint(final double x, method setupHandlers (line 49) | @Override method getBoundMagnet (line 97) | public Magnet getBoundMagnet() { method toString (line 101) | @Override FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-client/src/main/java/org/uberfire/ext/wires/core/client/controlpoints/DefaultControlPoint.java class DefaultControlPoint (line 30) | public class DefaultControlPoint extends Circle implements ControlPoint<... method DefaultControlPoint (line 37) | public DefaultControlPoint(final double x, method getId (line 53) | @Override method getHandler (line 58) | @Override method move (line 63) | @Override method setupHandlers (line 70) | protected void setupHandlers(final ControlPointMoveHandler moveHandler) { method toString (line 82) | @Override FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-client/src/main/java/org/uberfire/ext/wires/core/client/factories/AbstractBaseFactory.java class AbstractBaseFactory (line 30) | public abstract class AbstractBaseFactory> implements... method getGlyph (line 32) | @Override method getDragProxy (line 56) | @Override method makeShape (line 96) | protected abstract T makeShape(); method getWidth (line 98) | protected abstract double getWidth(); method getHeight (line 100) | protected abstract double getHeight(); FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-client/src/main/java/org/uberfire/ext/wires/core/client/factories/ShapeFactoryCache.java class ShapeFactoryCache (line 35) | @ApplicationScoped method setup (line 43) | @PostConstruct method getShapeFactories (line 48) | public Set getShapeFactories() { method addShapeFactory (line 52) | public void addShapeFactory(final ShapeFactory factory) { method getAvailableFactories (line 57) | private Set getAvailableFactories() { FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-client/src/main/java/org/uberfire/ext/wires/core/client/factories/StringFactoryHelper.java class StringFactoryHelper (line 23) | public class StringFactoryHelper implements FactoryHelper { method StringFactoryHelper (line 27) | public StringFactoryHelper(final String context) { method getContext (line 31) | @Override method setContext (line 36) | @Override FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-client/src/main/java/org/uberfire/ext/wires/core/client/factories/categories/ConnectorCategory.java class ConnectorCategory (line 20) | public class ConnectorCategory extends Category { method ConnectorCategory (line 24) | private ConnectorCategory() { FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-client/src/main/java/org/uberfire/ext/wires/core/client/factories/categories/ContainerCategory.java class ContainerCategory (line 20) | public class ContainerCategory extends Category { method ContainerCategory (line 24) | private ContainerCategory() { FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-client/src/main/java/org/uberfire/ext/wires/core/client/factories/categories/FixedShapeCategory.java class FixedShapeCategory (line 20) | public class FixedShapeCategory extends Category { method FixedShapeCategory (line 24) | private FixedShapeCategory() { FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-client/src/main/java/org/uberfire/ext/wires/core/client/factories/categories/ShapeCategory.java class ShapeCategory (line 20) | public class ShapeCategory extends Category { method ShapeCategory (line 24) | private ShapeCategory() { FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-client/src/main/java/org/uberfire/ext/wires/core/client/layers/LayerShape.java class LayerShape (line 22) | public class LayerShape extends Group { method setBounding (line 28) | public void setBounding(final Rectangle bounding) { method setGroup (line 38) | public void setGroup(final Group group) { method setDescription (line 48) | public void setDescription(final Text description) { FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-client/src/main/java/org/uberfire/ext/wires/core/client/layers/LayersGroup.java class LayersGroup (line 32) | @Dependent method init (line 43) | @PostConstruct method addShape (line 52) | public void addShape(final WiresBaseShape shape, method deleteShape (line 66) | public void deleteShape(final WiresBaseShape shape) { method clearPanel (line 81) | public void clearPanel() { FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-client/src/main/java/org/uberfire/ext/wires/core/client/layers/LayersScreen.java class LayersScreen (line 44) | @Dependent method init (line 64) | @PostConstruct method getTitle (line 75) | @WorkbenchPartTitle method getView (line 81) | @WorkbenchPartView method onShapeAdded (line 86) | public void onShapeAdded(@Observes ShapeAddedEvent shapeAddedEvent) { method onShapeDeleted (line 96) | public void onShapeDeleted(@Observes ShapeDeletedEvent shapeDeletedEve... method onClear (line 101) | public void onClear(@Observes ClearEvent event) { type ViewBinder (line 105) | interface ViewBinder extends UiBinder { FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-client/src/main/java/org/uberfire/ext/wires/core/client/layers/StencilLayerBuilder.java class StencilLayerBuilder (line 36) | @ApplicationScoped method build (line 45) | public LayerShape build(final WiresBaseShape shape, method scaleGlyph (line 74) | private Group scaleGlyph(final ShapeGlyph glyph) { method drawBoundingBox (line 82) | private Rectangle drawBoundingBox() { method drawDescription (line 92) | private Text drawDescription(final String description) { FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-client/src/main/java/org/uberfire/ext/wires/core/client/magnets/DefaultMagnet.java class DefaultMagnet (line 34) | public class DefaultMagnet extends Circle implements Magnet { method DefaultMagnet (line 41) | public DefaultMagnet(final double x, method getId (line 53) | @Override method attachControlPoint (line 58) | @Override method detachControlPoint (line 63) | @Override method getAttachedControlPoints (line 68) | @Override method setActive (line 73) | @Override method setX (line 82) | @Override method setY (line 89) | @Override method setLocation (line 96) | @Override method move (line 103) | @Override method moveAttachedControlPoints (line 110) | protected void moveAttachedControlPoints() { method toString (line 125) | @Override FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-client/src/main/java/org/uberfire/ext/wires/core/client/palette/BaseGroup.java class BaseGroup (line 34) | public abstract class BaseGroup extends Composite { method init (line 45) | @PostConstruct method getCategory (line 57) | public abstract Category getCategory(); method drawStencils (line 59) | protected void drawStencils() { FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-client/src/main/java/org/uberfire/ext/wires/core/client/palette/ConnectorsGroup.java class ConnectorsGroup (line 23) | @Dependent method getCategory (line 26) | @Override FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-client/src/main/java/org/uberfire/ext/wires/core/client/palette/ContainersGroup.java class ContainersGroup (line 23) | @Dependent method getCategory (line 26) | @Override FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-client/src/main/java/org/uberfire/ext/wires/core/client/palette/FixedShapesGroup.java class FixedShapesGroup (line 23) | @Dependent method getCategory (line 26) | @Override FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-client/src/main/java/org/uberfire/ext/wires/core/client/palette/PaletteLayoutUtilities.java class PaletteLayoutUtilities (line 23) | public class PaletteLayoutUtilities { method getX (line 25) | public static double getX(final int shapeNumber) { method getY (line 29) | public static double getY(final int shapeNumber) { method calculateX (line 33) | private static int calculateX(final int shapeNumber) { method calculateY (line 38) | private static int calculateY(final int shapeNumber) { method getRow (line 43) | private static int getRow(final int shapeNumber) { method shapesByRow (line 47) | private static int shapesByRow() { method getPositionInRow (line 51) | private static int getPositionInRow(final int shapeNumber) { FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-client/src/main/java/org/uberfire/ext/wires/core/client/palette/PaletteScreen.java class PaletteScreen (line 37) | @Dependent method init (line 77) | @PostConstruct method getTitle (line 97) | @WorkbenchPartTitle method getView (line 103) | @WorkbenchPartView type ViewBinder (line 108) | interface ViewBinder extends UiBinder { FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-client/src/main/java/org/uberfire/ext/wires/core/client/palette/PaletteShape.java class PaletteShape (line 27) | public class PaletteShape extends Group implements Serializable { method setBounding (line 35) | public void setBounding(final Rectangle bounding) { method setGroup (line 45) | public void setGroup(final Group group) { method setDescription (line 55) | public void setDescription(final Text description) { FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-client/src/main/java/org/uberfire/ext/wires/core/client/palette/ShapesGroup.java class ShapesGroup (line 23) | @Dependent method getCategory (line 26) | @Override FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-client/src/main/java/org/uberfire/ext/wires/core/client/palette/StencilPaletteBuilder.java class StencilPaletteBuilder (line 48) | @ApplicationScoped method build (line 61) | public PaletteShape build(final LienzoPanel dragProxyParentPanel, method drawGlyph (line 118) | protected ShapeGlyph drawGlyph(final ShapeFactory factory, method scaleGlyph (line 128) | protected Group scaleGlyph(final ShapeGlyph glyph) { method drawDescription (line 143) | protected Text drawDescription(final ShapeFactory factory, method drawBoundingBox (line 162) | protected Rectangle drawBoundingBox(final @SuppressWarnings("unused") ... method addDragHandlers (line 173) | private void addDragHandlers(final LienzoPanel dragProxyParentPanel, method getShapeDragStartHandler (line 180) | private NodeMouseDownHandler getShapeDragStartHandler(final LienzoPane... method setDragProxyPosition (line 212) | private void setDragProxyPosition(final LienzoPanel dragProxyParentPanel, method attachDragProxyHandlers (line 226) | private void attachDragProxyHandlers(final LienzoPanel floatingPanel, FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-client/src/main/java/org/uberfire/ext/wires/core/client/progressbar/ProgressBar.java class ProgressBar (line 30) | public class ProgressBar extends Group { method ProgressBar (line 49) | public ProgressBar(int width, method getSubstrateWidth (line 67) | public static int getSubstrateWidth() { method isInfinite (line 71) | public static boolean isInfinite() { method setInfinite (line 75) | public static void setInfinite(boolean infinite) { method show (line 79) | public void show() { method hide (line 86) | public void hide() { method center (line 91) | public void center() { method getProgressWidth (line 103) | public int getProgressWidth() { method setProgressWidth (line 107) | public void setProgressWidth(int progressWidth) { method getProgressPercentage (line 112) | public Text getProgressPercentage() { method getTimer (line 116) | public Timer getTimer() { method init (line 120) | private void init() { method progress (line 168) | private void progress() { FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-client/src/main/java/org/uberfire/ext/wires/core/client/properties/DoubleValidator.java class DoubleValidator (line 25) | @ApplicationScoped method validate (line 28) | @Override method getValidatorErrorMessage (line 38) | @Override FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-client/src/main/java/org/uberfire/ext/wires/core/client/properties/PropertiesScreen.java class PropertiesScreen (line 43) | @Dependent method init (line 57) | @PostConstruct method getTitle (line 62) | @WorkbenchPartTitle method getView (line 68) | @WorkbenchPartView method onShapeSelectedEvent (line 73) | public void onShapeSelectedEvent(@Observes ShapeSelectedEvent event) { method getProperties (line 79) | protected List getProperties(final WiresBaseSh... type ViewBinder (line 89) | interface ViewBinder extends UiBinder { FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-client/src/main/java/org/uberfire/ext/wires/core/client/properties/PropertyEditorAdaptorsCache.java class PropertyEditorAdaptorsCache (line 32) | @ApplicationScoped method setup (line 40) | @PostConstruct method getAdaptors (line 45) | public Set getAdaptors() { method getAvailableAdaptors (line 49) | private Set getAvailableAdaptors() { FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-client/src/main/java/org/uberfire/ext/wires/core/client/properties/WiresComboPropertyEditorFieldInfo.java class WiresComboPropertyEditorFieldInfo (line 28) | public class WiresComboPropertyEditorFieldInfo extends PropertyEditorFie... method WiresComboPropertyEditorFieldInfo (line 30) | public WiresComboPropertyEditorFieldInfo(final String label, FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-client/src/main/java/org/uberfire/ext/wires/core/client/resources/AppImages.java type AppImages (line 25) | public interface AppImages extends ClientBundle { method wiresUserLogo (line 27) | @Source("wires-user-logo.png") method delete (line 30) | @Source("layerPanel/delete.png") method view (line 33) | @Source("layerPanel/view.png") method clear (line 36) | @Source("layerPanel/clear.png") FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-client/src/main/java/org/uberfire/ext/wires/core/client/resources/AppResource.java type AppResource (line 22) | public interface AppResource method images (line 28) | AppImages images(); FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-client/src/main/java/org/uberfire/ext/wires/core/client/util/GeometryUtil.java class GeometryUtil (line 21) | public class GeometryUtil { method ptSegDistSq (line 46) | public static double ptSegDistSq(double x1, FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-client/src/main/java/org/uberfire/ext/wires/core/client/util/ShapeFactoryUtil.java class ShapeFactoryUtil (line 21) | public class ShapeFactoryUtil { FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-client/src/main/java/org/uberfire/ext/wires/core/client/util/ShapesUtils.java class ShapesUtils (line 24) | public class ShapesUtils { method getNumberOfShapesInCategory (line 51) | public static int getNumberOfShapesInCategory(final Category shapeCate... method calculateHeight (line 62) | public static int calculateHeight(int shapes) { method getRow (line 69) | public static int getRow(int shapes) { FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-grids/src/main/java/org/uberfire/ext/wires/core/grids/client/model/Bounds.java type Bounds (line 22) | public interface Bounds { method getX (line 28) | double getX(); method setX (line 34) | void setX(final double x); method getY (line 40) | double getY(); method setY (line 46) | void setY(final double y); method getWidth (line 52) | double getWidth(); method setWidth (line 58) | void setWidth(final double width); method getHeight (line 64) | double getHeight(); method setHeight (line 70) | void setHeight(final double height); FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-grids/src/main/java/org/uberfire/ext/wires/core/grids/client/model/GridCell.java type GridCell (line 24) | public interface GridCell { method getValue (line 37) | GridCellValue getValue(); method isMerged (line 43) | boolean isMerged(); method getMergedCellCount (line 52) | int getMergedCellCount(); method isCollapsed (line 60) | boolean isCollapsed(); method collapse (line 65) | void collapse(); method expand (line 70) | void expand(); method reset (line 75) | void reset(); method getSelectionStrategy (line 81) | CellSelectionStrategy getSelectionStrategy(); method setSelectionStrategy (line 87) | void setSelectionStrategy(final CellSelectionStrategy selectionStrategy); method getSupportedEditAction (line 93) | default GridCellEditAction getSupportedEditAction() { FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-grids/src/main/java/org/uberfire/ext/wires/core/grids/client/model/GridCellEditAction.java type GridCellEditAction (line 28) | public enum GridCellEditAction { method GridCellEditAction (line 36) | GridCellEditAction(final Class event... method getSupportedEditAction (line 40) | public static GridCellEditAction getSupportedEditAction(final Abstract... FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-grids/src/main/java/org/uberfire/ext/wires/core/grids/client/model/GridCellValue.java type GridCellValue (line 22) | public interface GridCellValue { method getValue (line 30) | T getValue(); method getPlaceHolder (line 36) | String getPlaceHolder(); FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-grids/src/main/java/org/uberfire/ext/wires/core/grids/client/model/GridColumn.java type GridColumn (line 30) | public interface GridColumn { method getHeaderMetaData (line 37) | List getHeaderMetaData(); method getColumnRenderer (line 43) | GridColumnRenderer getColumnRenderer(); method edit (line 51) | default void edit(final GridCell cell, method edit (line 62) | default void edit(final GridCell cell, method getWidth (line 74) | double getWidth(); method setWidth (line 80) | void setWidth(final double width); method isLinked (line 86) | boolean isLinked(); method getLink (line 92) | GridColumn getLink(); method setLink (line 98) | void setLink(final GridColumn link); method getIndex (line 106) | int getIndex(); method setIndex (line 112) | void setIndex(final int index); method isResizable (line 118) | boolean isResizable(); method setResizable (line 124) | void setResizable(final boolean isResizable); method isMovable (line 130) | boolean isMovable(); method setMovable (line 136) | void setMovable(final boolean isMovable); method isFloatable (line 142) | boolean isFloatable(); method setFloatable (line 148) | void setFloatable(final boolean isFloatable); method isVisible (line 154) | boolean isVisible(); method setVisible (line 160) | void setVisible(final boolean isVisible); method getMinimumWidth (line 166) | Double getMinimumWidth(); method setMinimumWidth (line 172) | void setMinimumWidth(final Double minimumWidth); method getMaximumWidth (line 178) | Double getMaximumWidth(); method setMaximumWidth (line 184) | void setMaximumWidth(final Double maximumWidth); type HeaderMetaData (line 189) | interface HeaderMetaData { method getColumnGroup (line 195) | String getColumnGroup(); method setColumnGroup (line 201) | void setColumnGroup(final String columnGroup); method getTitle (line 207) | String getTitle(); method setTitle (line 213) | void setTitle(final String title); method getSelectionStrategy (line 219) | default CellSelectionStrategy getSelectionStrategy() { method edit (line 227) | default void edit(final GridBodyCellEditContext context) { method getColumnWidthMode (line 236) | ColumnWidthMode getColumnWidthMode(); method setColumnWidthMode (line 242) | void setColumnWidthMode(ColumnWidthMode columnWidthMode); type ColumnWidthMode (line 247) | enum ColumnWidthMode { method isAuto (line 253) | static public boolean isAuto(GridColumn column) { method isFixed (line 257) | static public boolean isFixed(GridColumn column) { FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-grids/src/main/java/org/uberfire/ext/wires/core/grids/client/model/GridData.java type GridData (line 24) | public interface GridData { method getColumns (line 30) | List> getColumns(); method getColumnCount (line 36) | int getColumnCount(); method appendColumn (line 42) | void appendColumn(final GridColumn column); method insertColumn (line 49) | void insertColumn(final int index, method updateColumn (line 57) | void updateColumn(final int index, method deleteColumn (line 64) | void deleteColumn(final GridColumn column); method moveColumnTo (line 71) | void moveColumnTo(final int index, method moveColumnsTo (line 79) | void moveColumnsTo(final int index, method getRows (line 86) | List getRows(); method getRow (line 93) | GridRow getRow(final int rowIndex); method appendRow (line 99) | void appendRow(final GridRow row); method insertRow (line 106) | void insertRow(final int rowIndex, method deleteRow (line 114) | Range deleteRow(final int rowIndex); method moveRowTo (line 121) | void moveRowTo(final int index, method moveRowsTo (line 129) | void moveRowsTo(final int index, method getRowCount (line 136) | int getRowCount(); method getHeaderRowCount (line 142) | int getHeaderRowCount(); method setHeaderRowCount (line 148) | void setHeaderRowCount(final int headerRowCount); method getCell (line 156) | GridCell getCell(final int rowIndex, method setCell (line 166) | Range setCell(final int rowIndex, method setCellValue (line 177) | Range setCellValue(final int rowIndex, method deleteCell (line 187) | Range deleteCell(final int rowIndex, method selectCell (line 196) | Range selectCell(final int rowIndex, method selectCells (line 207) | Range selectCells(final int rowIndex, method getSelectedCellsOrigin (line 216) | SelectedCell getSelectedCellsOrigin(); method getSelectedCells (line 222) | List getSelectedCells(); method selectHeaderCell (line 230) | Range selectHeaderCell(final int headerRowIndex, method getSelectedHeaderCells (line 237) | List getSelectedHeaderCells(); method clearSelections (line 242) | void clearSelections(); method isMerged (line 248) | boolean isMerged(); method setMerged (line 254) | void setMerged(final boolean isMerged); method isRowDraggingEnabled (line 260) | boolean isRowDraggingEnabled(); method setRowDraggingEnabled (line 266) | void setRowDraggingEnabled(final boolean enabled); method isColumnDraggingEnabled (line 272) | boolean isColumnDraggingEnabled(); method setColumnDraggingEnabled (line 278) | void setColumnDraggingEnabled(final boolean enabled); method collapseCell (line 286) | void collapseCell(final int rowIndex, method expandCell (line 295) | void expandCell(final int rowIndex, method refreshWidth (line 302) | boolean refreshWidth(); method refreshWidth (line 309) | boolean refreshWidth(double currentWidth); method setVisibleSizeAndRefresh (line 317) | boolean setVisibleSizeAndRefresh(int width, int height); method getVisibleWidth (line 323) | int getVisibleWidth(); method getVisibleHeight (line 329) | int getVisibleHeight(); class Range (line 334) | class Range { method Range (line 339) | public Range(final int rowIndex) { method Range (line 344) | public Range(final int minRowIndex, method getMinRowIndex (line 350) | public int getMinRowIndex() { method getMaxRowIndex (line 354) | public int getMaxRowIndex() { class SelectedCell (line 364) | class SelectedCell { method SelectedCell (line 369) | public SelectedCell(final int rowIndex, method getRowIndex (line 375) | public int getRowIndex() { method getColumnIndex (line 379) | public int getColumnIndex() { method equals (line 383) | @Override method hashCode (line 403) | @Override FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-grids/src/main/java/org/uberfire/ext/wires/core/grids/client/model/GridRow.java type GridRow (line 23) | public interface GridRow { method getHeight (line 29) | double getHeight(); method setHeight (line 35) | void setHeight(final double height); method peekHeight (line 42) | double peekHeight(); method getCells (line 51) | Map> getCells(); method isMerged (line 57) | boolean isMerged(); method isCollapsed (line 63) | boolean isCollapsed(); method collapse (line 68) | void collapse(); method expand (line 73) | void expand(); method reset (line 78) | void reset(); FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-grids/src/main/java/org/uberfire/ext/wires/core/grids/client/model/impl/BaseBounds.java class BaseBounds (line 24) | public class BaseBounds implements Bounds { method BaseBounds (line 31) | public BaseBounds(final double x, method getX (line 41) | @Override method setX (line 46) | @Override method getY (line 51) | @Override method setY (line 56) | @Override method getWidth (line 61) | @Override method setWidth (line 66) | @Override method getHeight (line 74) | @Override method setHeight (line 79) | @Override FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-grids/src/main/java/org/uberfire/ext/wires/core/grids/client/model/impl/BaseGridCell.java class BaseGridCell (line 27) | public class BaseGridCell implements GridCell { method BaseGridCell (line 34) | public BaseGridCell(final GridCellValue value) { method getValue (line 38) | @Override method setValue (line 44) | protected void setValue(final GridCellValue value) { method isMerged (line 48) | @Override method getMergedCellCount (line 53) | @Override method setMergedCellCount (line 59) | void setMergedCellCount(final int mergedCellCount) { method isCollapsed (line 63) | @Override method collapse (line 68) | @Override method expand (line 73) | @Override method reset (line 78) | @Override method getSelectionStrategy (line 84) | @Override method setSelectionStrategy (line 89) | @Override method equals (line 94) | @Override method hashCode (line 108) | @Override FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-grids/src/main/java/org/uberfire/ext/wires/core/grids/client/model/impl/BaseGridCellValue.java class BaseGridCellValue (line 24) | public class BaseGridCellValue implements GridCellValue { method BaseGridCellValue (line 29) | public BaseGridCellValue(final T value) { method BaseGridCellValue (line 33) | public BaseGridCellValue(T value, String placeHolder) { method getValue (line 38) | @Override method getPlaceHolder (line 43) | @Override method equals (line 48) | @Override method hashCode (line 66) | @Override FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-grids/src/main/java/org/uberfire/ext/wires/core/grids/client/model/impl/BaseGridColumn.java class BaseGridColumn (line 28) | public class BaseGridColumn implements GridColumn { method BaseGridColumn (line 48) | public BaseGridColumn(final HeaderMetaData headerMetaData, method BaseGridColumn (line 58) | public BaseGridColumn(final List headerMetaData, method BaseGridColumn (line 68) | public BaseGridColumn(final HeaderMetaData headerMetaData, method BaseGridColumn (line 75) | public BaseGridColumn(final List headerMetaData, method getHeaderMetaData (line 82) | @Override method getColumnRenderer (line 87) | @Override method getWidth (line 92) | @Override method setWidth (line 97) | @Override method isLinked (line 102) | @Override method getLink (line 107) | @Override method setLink (line 112) | @Override method getIndex (line 117) | @Override method setIndex (line 125) | @Override method isResizable (line 130) | @Override method setResizable (line 135) | @Override method isMovable (line 140) | @Override method setMovable (line 145) | @Override method isFloatable (line 150) | @Override method setFloatable (line 155) | @Override method isVisible (line 160) | @Override method setVisible (line 165) | @Override method getMinimumWidth (line 170) | @Override method setMinimumWidth (line 175) | @Override method getMaximumWidth (line 180) | @Override method setMaximumWidth (line 185) | @Override method getPlaceHolder (line 190) | public String getPlaceHolder() { method setPlaceHolder (line 194) | public void setPlaceHolder(String placeHolder) { method getColumnWidthMode (line 198) | @Override method setColumnWidthMode (line 203) | @Override method equals (line 208) | @Override method hashCode (line 247) | @Override FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-grids/src/main/java/org/uberfire/ext/wires/core/grids/client/model/impl/BaseGridData.java class BaseGridData (line 41) | public class BaseGridData implements GridData { method BaseGridData (line 58) | public BaseGridData() { method BaseGridData (line 62) | public BaseGridData(final boolean isMerged) { method getColumns (line 66) | @Override method getColumnCount (line 71) | @Override method appendColumn (line 76) | @Override method insertColumn (line 91) | @Override method deleteColumn (line 108) | @Override method removeColumn (line 143) | void removeColumn(final GridColumn column) { method moveColumnTo (line 156) | @Override method moveColumnsTo (line 165) | @Override method getRows (line 188) | @Override method getRow (line 193) | @Override method appendRow (line 198) | @Override method insertRow (line 203) | @Override method deleteRow (line 213) | @Override method moveRowTo (line 243) | @Override method moveRowsTo (line 252) | @Override method getRowCount (line 286) | @Override method getHeaderRowCount (line 291) | @Override method setHeaderRowCount (line 300) | @Override method getCell (line 308) | @Override method getSelectedCellsOrigin (line 318) | @Override method getSelectedCells (line 323) | @Override method getSelectedHeaderCells (line 328) | @Override method clearSelections (line 333) | @Override method updateColumn (line 339) | @Override method isMerged (line 359) | @Override method setMerged (line 364) | @Override method isRowDraggingEnabled (line 374) | @Override method setRowDraggingEnabled (line 379) | @Override method isColumnDraggingEnabled (line 384) | @Override method setColumnDraggingEnabled (line 389) | @Override method setCell (line 394) | @Override method setCellValue (line 403) | @Override method doSetCell (line 418) | protected Range doSetCell(final int rowIndex, method deleteCell (line 458) | @Override method selectCell (line 497) | @Override method selectCells (line 511) | @Override method selectHeaderCell (line 529) | @Override method collapseCell (line 545) | @Override method expandCell (line 566) | @Override method findMinRowIndexForCellUpdate (line 584) | private int findMinRowIndexForCellUpdate(final int rowIndex, method findMaxRowIndexForCellUpdate (line 614) | private int findMaxRowIndexForCellUpdate(final int rowIndex, method refreshWidth (line 645) | @Override method refreshWidth (line 650) | @Override method internalRefreshWidth (line 655) | protected boolean internalRefreshWidth(boolean changedNumberOfColumn, ... method getWidth (line 713) | protected double getWidth() { method setVisibleSizeAndRefresh (line 717) | @Override method getVisibleWidth (line 725) | @Override method getVisibleHeight (line 730) | @Override method calculateInitWidth (line 735) | double calculateInitWidth(GridColumn column, OptionalDouble optiona... class GridWidthMetadata (line 751) | private class GridWidthMetadata { method GridWidthMetadata (line 760) | private GridWidthMetadata(OptionalDouble optionalCurrentWidth) { FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-grids/src/main/java/org/uberfire/ext/wires/core/grids/client/model/impl/BaseGridDataIndexManager.java class BaseGridDataIndexManager (line 29) | public class BaseGridDataIndexManager { method BaseGridDataIndexManager (line 33) | public BaseGridDataIndexManager(final GridData gridData) { method onMerge (line 37) | public void onMerge(final boolean isMerged) { method fullIndex (line 46) | private void fullIndex() { method indexColumn (line 54) | public void indexColumn(final int columnIndex) { method reset (line 100) | private void reset() { method onInsertRow (line 107) | public void onInsertRow(final int rowIndex) { method onDeleteRow (line 126) | public void onDeleteRow(final GridData.Range range) { method updateMergeMetaData (line 148) | private void updateMergeMetaData(final int rowIndex, method updateMergeMetaData (line 156) | private void updateMergeMetaData(final int rowIndex, method onSetCell (line 181) | public void onSetCell(final GridData.Range range, method onDeleteCell (line 188) | public void onDeleteCell(final GridData.Range range, method onCollapseCell (line 201) | public void onCollapseCell(final int rowIndex, method updateMergeMetaDataOnCollapseTopSplitRows (line 256) | private void updateMergeMetaDataOnCollapseTopSplitRows(final int minRo... method updateMergeMetaDataOnCollapseBottomSplitRows (line 370) | private void updateMergeMetaDataOnCollapseBottomSplitRows(final int mi... method onExpandCell (line 487) | public void onExpandCell(final int rowIndex, method updateMergeMetaDataOnExpand (line 542) | private void updateMergeMetaDataOnExpand(final int expandMinRowIndex, method onMoveRows (line 586) | public void onMoveRows(final List rowsMoved, method updateMergedMetaDataRowMove (line 651) | private void updateMergedMetaDataRowMove(final int blockStart, method findMinRowIndex (line 695) | private int findMinRowIndex(final int rowIndex, method findMaxRowIndex (line 727) | private int findMaxRowIndex(final int rowIndex, method updateMergeMetaData (line 757) | private void updateMergeMetaData(final int minBlockRowIndex, method updateRowMergedCells (line 777) | private void updateRowMergedCells(final GridRow row) { FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-grids/src/main/java/org/uberfire/ext/wires/core/grids/client/model/impl/BaseGridDataSelectionsManager.java class BaseGridDataSelectionsManager (line 33) | public class BaseGridDataSelectionsManager { method BaseGridDataSelectionsManager (line 37) | public BaseGridDataSelectionsManager(final GridData gridData) { method onMerge (line 41) | public void onMerge(final boolean isMerged) { method onInsertColumn (line 56) | public void onInsertColumn(final int index) { method onDeleteColumn (line 72) | public void onDeleteColumn(final int index) { method onDeleteColumn (line 77) | private void onDeleteColumn(final int index, method onInsertRow (line 96) | public void onInsertRow(final int rowIndex) { method onDeleteRow (line 111) | public void onDeleteRow(final GridData.Range range) { method onSelectCell (line 132) | public GridData.Range onSelectCell(final int rowIndex, method onSelectCells (line 144) | public GridData.Range onSelectCells(final int rowIndex, method onSelectHeaderCell (line 182) | public GridData.Range onSelectHeaderCell(final int headerRowIndex, method selectCellMerged (line 188) | private GridData.Range selectCellMerged(final int rowIndex, method selectCellNotMerged (line 208) | private GridData.Range selectCellNotMerged(final int rowIndex, method selectCellsNotMerged (line 231) | private GridData.Range selectCellsNotMerged(final int rowIndex, method selectHeaderCell (line 266) | private GridData.Range selectHeaderCell(final int headerRowIndex, method findMinRowIndex (line 291) | private int findMinRowIndex(final int rowIndex, method findMaxRowIndex (line 321) | private int findMaxRowIndex(final int rowIndex, method onMoveRows (line 352) | public void onMoveRows(final List rowsMoved, FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-grids/src/main/java/org/uberfire/ext/wires/core/grids/client/model/impl/BaseGridRow.java class BaseGridRow (line 29) | public class BaseGridRow implements GridRow { method BaseGridRow (line 38) | public BaseGridRow() { method BaseGridRow (line 42) | public BaseGridRow(final double height) { method getCells (line 47) | @Override method getHeight (line 52) | @Override method setHeight (line 57) | @Override method peekHeight (line 62) | @Override method isMerged (line 67) | @Override method isCollapsed (line 72) | @Override method collapse (line 77) | @Override method expand (line 86) | @Override method reset (line 98) | @Override method setCell (line 111) | @SuppressWarnings("unchecked") method deleteCell (line 119) | void deleteCell(final int columnIndex) { method setHasMergedCells (line 124) | void setHasMergedCells(final boolean hasMergedCells) { FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-grids/src/main/java/org/uberfire/ext/wires/core/grids/client/model/impl/BaseHeaderMetaData.java class BaseHeaderMetaData (line 22) | public class BaseHeaderMetaData implements GridColumn.HeaderMetaData { method BaseHeaderMetaData (line 29) | public BaseHeaderMetaData(final String columnTitle) { method BaseHeaderMetaData (line 34) | public BaseHeaderMetaData(final String columnTitle, method getTitle (line 40) | @Override method setTitle (line 45) | @Override method getColumnGroup (line 50) | @Override method setColumnGroup (line 55) | @Override method equals (line 60) | @Override method hashCode (line 77) | @Override FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-grids/src/main/java/org/uberfire/ext/wires/core/grids/client/util/CellContextUtilities.java class CellContextUtilities (line 32) | public class CellContextUtilities { method makeCellRenderContext (line 34) | public static GridBodyCellEditContext makeCellRenderContext(final Grid... method makeHeaderCellRenderContext (line 65) | public static GridBodyCellEditContext makeHeaderCellRenderContext(fina... method makeHeaderCellRenderContext (line 76) | public static GridBodyCellEditContext makeHeaderCellRenderContext(fina... method editSelectedCell (line 122) | public static void editSelectedCell(final GridWidget gridWidget) { method editSelectedCell (line 126) | public static void editSelectedCell(final GridWidget gridWidget, method getCellX (line 162) | private static double getCellX(final GridWidget gridWidget, method getCellY (line 167) | private static double getCellY(final GridWidget gridWidget, method getHeaderY (line 174) | private static double getHeaderY(final GridWidget gridWidget, method getHeaderRowHeight (line 182) | private static double getHeaderRowHeight(final BaseGridRendererHelper.... method getClipMinX (line 190) | private static double getClipMinX(final GridWidget gridWidget, method getClipMinY (line 197) | private static double getClipMinY(final GridWidget gridWidget) { FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-grids/src/main/java/org/uberfire/ext/wires/core/grids/client/util/ColumnIndexUtilities.java class ColumnIndexUtilities (line 27) | public class ColumnIndexUtilities { method findUiColumnIndex (line 38) | public static int findUiColumnIndex(final List> columns, method getHeaderBlockStartColumnIndex (line 49) | @SuppressWarnings("unchecked") method getHeaderBlockEndColumnIndex (line 74) | @SuppressWarnings("unchecked") method getMaxUiHeaderRowIndexOfColumn (line 99) | public static int getMaxUiHeaderRowIndexOfColumn(final GridData model,... FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-grids/src/main/java/org/uberfire/ext/wires/core/grids/client/util/CoordinateUtilities.java class CoordinateUtilities (line 36) | public class CoordinateUtilities { method convertDOMToGridCoordinate (line 45) | public static Point2D convertDOMToGridCoordinate(final GridWidget view, method getUiRowIndex (line 72) | public static Integer getUiRowIndex(final GridWidget gridWidget, method getUiColumnIndex (line 108) | public static Integer getUiColumnIndex(final GridWidget gridWidget, method getUiHeaderRowIndex (line 140) | public static Integer getUiHeaderRowIndex(final GridWidget gridWidget, method getRelativeXOfEvent (line 188) | public static int getRelativeXOfEvent(final DomEvent event) { method getRelativeYOfEvent (line 194) | public static int getRelativeYOfEvent(final DomEvent event) { FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-grids/src/main/java/org/uberfire/ext/wires/core/grids/client/util/GridHighlightHelper.java class GridHighlightHelper (line 29) | public class GridHighlightHelper { method GridHighlightHelper (line 41) | public GridHighlightHelper(final GridLienzoPanel gridPanel, method highlight (line 47) | public void highlight(final int row, method clearSelections (line 59) | public void clearSelections() { method clearHighlight (line 66) | public void clearHighlight() { method withPaddingX (line 77) | public GridHighlightHelper withPaddingX(final double paddingX) { method withPaddingY (line 82) | public GridHighlightHelper withPaddingY(final double paddingY) { method withPinnedGrid (line 87) | public GridHighlightHelper withPinnedGrid() { method select (line 92) | private void select(final int row, method highlightCell (line 98) | void highlightCell(final int row, method moveCanvasTo (line 106) | void moveCanvasTo(final double x, method calculateDeltaY (line 118) | private double calculateDeltaY(final double y) { method calculateDeltaX (line 131) | private double calculateDeltaX(final double x) { method calculateColumnOffset (line 144) | double calculateColumnOffset(final int column) { method calculateRowOffset (line 150) | double calculateRowOffset(final int row) { method getRendererHelper (line 156) | private BaseGridRendererHelper getRendererHelper() { method applyPinnedGridConstraints (line 160) | private double applyPinnedGridConstraints(final double value) { method getVisibleBounds (line 168) | private Bounds getVisibleBounds() { method getTransform (line 172) | private Transform getTransform() { method getViewport (line 176) | private Viewport getViewport() { method getGridPanel (line 180) | private GridLienzoPanel getGridPanel() { method getGridWidget (line 184) | private GridWidget getGridWidget() { method getPaddingX (line 188) | double getPaddingX() { method getPaddingY (line 192) | double getPaddingY() { method getDefaultGridLayer (line 196) | private DefaultGridLayer getDefaultGridLayer() { class Range (line 200) | class Range { method Range (line 205) | Range(final double min, method contains (line 211) | boolean contains(final double value) { FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-grids/src/main/java/org/uberfire/ext/wires/core/grids/client/util/Logging.java class Logging (line 21) | public class Logging { method Logging (line 23) | private Logging() { method log (line 33) | public static long log(final Logger logger, method log (line 49) | public static long log(final Logger logger, FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-grids/src/main/java/org/uberfire/ext/wires/core/grids/client/util/MathUtilities.java class MathUtilities (line 21) | public class MathUtilities { method isOne (line 30) | public static boolean isOne(final double value) { FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-grids/src/main/java/org/uberfire/ext/wires/core/grids/client/widget/context/GridBodyCellEditContext.java class GridBodyCellEditContext (line 28) | public class GridBodyCellEditContext extends GridBodyCellRenderContext { method GridBodyCellEditContext (line 32) | public GridBodyCellEditContext(final double absoluteCellX, method getRelativeLocation (line 62) | public Optional getRelativeLocation() { FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-grids/src/main/java/org/uberfire/ext/wires/core/grids/client/widget/context/GridBodyCellRenderContext.java class GridBodyCellRenderContext (line 24) | public class GridBodyCellRenderContext { method GridBodyCellRenderContext (line 38) | public GridBodyCellRenderContext(final double absoluteCellX, method getAbsoluteCellX (line 66) | public double getAbsoluteCellX() { method getAbsoluteCellY (line 74) | public double getAbsoluteCellY() { method getCellWidth (line 82) | public double getCellWidth() { method getCellHeight (line 90) | public double getCellHeight() { method getClipMinY (line 98) | public double getClipMinY() { method getClipMinX (line 106) | public double getClipMinX() { method getRowIndex (line 114) | public int getRowIndex() { method getColumnIndex (line 122) | public int getColumnIndex() { method isFloating (line 130) | public boolean isFloating() { method getTransform (line 138) | public Transform getTransform() { method getRenderer (line 146) | public GridRenderer getRenderer() { FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-grids/src/main/java/org/uberfire/ext/wires/core/grids/client/widget/context/GridBodyColumnRenderContext.java class GridBodyColumnRenderContext (line 25) | public class GridBodyColumnRenderContext { method GridBodyColumnRenderContext (line 40) | public GridBodyColumnRenderContext(final double x, method getX (line 70) | public double getX() { method getAbsoluteGridX (line 78) | public double getAbsoluteGridX() { method getAbsoluteGridY (line 86) | public double getAbsoluteGridY() { method getAbsoluteColumnX (line 94) | public double getAbsoluteColumnX() { method getClipMinY (line 102) | public double getClipMinY() { method getClipMinX (line 110) | public double getClipMinX() { method getMinVisibleRowIndex (line 118) | public int getMinVisibleRowIndex() { method getMaxVisibleRowIndex (line 126) | public int getMaxVisibleRowIndex() { method isFloating (line 134) | public boolean isFloating() { method getModel (line 142) | public GridData getModel() { method getTransform (line 150) | public Transform getTransform() { method getRenderer (line 158) | public GridRenderer getRenderer() { FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-grids/src/main/java/org/uberfire/ext/wires/core/grids/client/widget/context/GridBodyRenderContext.java class GridBodyRenderContext (line 28) | public class GridBodyRenderContext { method GridBodyRenderContext (line 42) | public GridBodyRenderContext(final double absoluteGridX, method getAbsoluteGridX (line 70) | public double getAbsoluteGridX() { method getAbsoluteGridY (line 78) | public double getAbsoluteGridY() { method getAbsoluteColumnOffsetX (line 88) | public double getAbsoluteColumnOffsetX() { method getClipMinY (line 96) | public double getClipMinY() { method getClipMinX (line 104) | public double getClipMinX() { method getMinVisibleRowIndex (line 112) | public int getMinVisibleRowIndex() { method getMaxVisibleRowIndex (line 120) | public int getMaxVisibleRowIndex() { method getBlockColumns (line 128) | public List> getBlockColumns() { method getTransform (line 136) | public Transform getTransform() { method getRenderer (line 144) | public GridRenderer getRenderer() { method getTransformer (line 152) | public SelectionsTransformer getTransformer() { FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-grids/src/main/java/org/uberfire/ext/wires/core/grids/client/widget/context/GridBoundaryRenderContext.java class GridBoundaryRenderContext (line 21) | public class GridBoundaryRenderContext { method GridBoundaryRenderContext (line 28) | public GridBoundaryRenderContext(final double x, method getX (line 42) | public double getX() { method getY (line 50) | public double getY() { method getWidth (line 58) | public double getWidth() { method getHeight (line 66) | public double getHeight() { FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-grids/src/main/java/org/uberfire/ext/wires/core/grids/client/widget/context/GridHeaderColumnRenderContext.java class GridHeaderColumnRenderContext (line 27) | public class GridHeaderColumnRenderContext { method GridHeaderColumnRenderContext (line 36) | public GridHeaderColumnRenderContext(final double x, method getX (line 54) | public double getX() { method getAllColumns (line 62) | public List> getAllColumns() { method getBlockColumns (line 70) | public List> getBlockColumns() { method getColumnIndex (line 78) | public int getColumnIndex() { method getModel (line 86) | public GridData getModel() { method getRenderer (line 94) | public GridRenderer getRenderer() { FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-grids/src/main/java/org/uberfire/ext/wires/core/grids/client/widget/context/GridHeaderRenderContext.java class GridHeaderRenderContext (line 25) | public class GridHeaderRenderContext { method GridHeaderRenderContext (line 30) | public GridHeaderRenderContext(final List> allColumns, method getAllColumns (line 40) | public List> getAllColumns() { method getBlockColumns (line 48) | public List> getBlockColumns() { FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-grids/src/main/java/org/uberfire/ext/wires/core/grids/client/widget/dnd/GridWidgetDnDHandlersState.java class GridWidgetDnDHandlersState (line 30) | public class GridWidgetDnDHandlersState { method reset (line 47) | public void reset() { method getActiveGridWidget (line 62) | public GridWidget getActiveGridWidget() { method setActiveGridWidget (line 70) | public void setActiveGridWidget(final GridWidget activeGridWidget) { method getActiveHeaderMetaData (line 78) | public GridColumn.HeaderMetaData getActiveHeaderMetaData() { method setActiveHeaderMetaData (line 86) | public void setActiveHeaderMetaData(final GridColumn.HeaderMetaData ac... method getActiveGridColumns (line 94) | public List> getActiveGridColumns() { method setActiveGridColumns (line 101) | public void setActiveGridColumns(final List> activeGridC... method getActiveGridRows (line 110) | public List getActiveGridRows() { method setActiveGridRows (line 117) | public void setActiveGridRows(final List activeGridRows) { method getOperation (line 126) | public GridWidgetHandlersOperation getOperation() { method setOperation (line 134) | public void setOperation(final GridWidgetHandlersOperation operation) { method getCursor (line 145) | public Style.Cursor getCursor() { method setCursor (line 153) | public void setCursor(Style.Cursor cursor) { method getEventInitialX (line 161) | public double getEventInitialX() { method setEventInitialX (line 169) | public void setEventInitialX(final double eventInitialX) { method getEventInitialColumnWidth (line 180) | public double getEventInitialColumnWidth() { method setEventInitialColumnWidth (line 188) | public void setEventInitialColumnWidth(final double eventInitialColumn... method getEventColumnHighlight (line 196) | public GridWidgetDnDProxy getEventColumnHighlight() { type GridWidgetHandlersOperation (line 203) | public enum GridWidgetHandlersOperation { FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-grids/src/main/java/org/uberfire/ext/wires/core/grids/client/widget/dnd/GridWidgetDnDMouseDownHandler.java class GridWidgetDnDMouseDownHandler (line 37) | public class GridWidgetDnDMouseDownHandler implements NodeMouseDownHandl... method GridWidgetDnDMouseDownHandler (line 42) | public GridWidgetDnDMouseDownHandler(final GridLayer layer, method onNodeMouseDown (line 48) | @Override method setCursor (line 100) | private void setCursor(final Style.Cursor cursor) { method showColumnHighlight (line 105) | @SuppressWarnings("unchecked") method getHighlightWidth (line 134) | private double getHighlightWidth(final List> activeGridC... method getHighlightHeight (line 142) | private double getHighlightHeight(final Bounds bounds, method showRowHighlight (line 150) | protected void showRowHighlight(final GridWidget view, FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-grids/src/main/java/org/uberfire/ext/wires/core/grids/client/widget/dnd/GridWidgetDnDMouseMoveHandler.java class GridWidgetDnDMouseMoveHandler (line 43) | public class GridWidgetDnDMouseMoveHandler implements NodeMouseMoveHandl... method GridWidgetDnDMouseMoveHandler (line 51) | public GridWidgetDnDMouseMoveHandler(final GridLayer layer, method onNodeMouseMove (line 57) | @Override method findGridColumn (line 88) | protected void findGridColumn(final NodeMouseMoveEvent event) { method setCursor (line 176) | protected void setCursor(final Style.Cursor cursor) { method findResizableColumn (line 188) | protected void findResizableColumn(final GridWidget view, method findMovableColumns (line 249) | protected void findMovableColumns(final GridWidget view, method getBlockColumns (line 313) | private List> getBlockColumns(final List> ... method findMovableRows (line 332) | protected void findMovableRows(final GridWidget view, method isOverRowDragHandleColumn (line 377) | private boolean isOverRowDragHandleColumn(final BaseGridRendererHelper... method findRowDragHandleColumn (line 404) | private GridColumn findRowDragHandleColumn(final List... method handleColumnResize (line 422) | protected void handleColumnResize(final NodeMouseMoveEvent event) { method adjustColumnWidth (line 456) | protected double adjustColumnWidth(double columnNewWidth, GridColumn> getFirstRightAutoColumn(GridColumn target, ... method handleColumnMove (line 502) | @SuppressWarnings("unchecked") method getBlockWidth (line 583) | private double getBlockWidth(final List columns, method handleRowMove (line 596) | protected void handleRowMove(final NodeMouseMoveEvent event) { method destroyColumns (line 659) | private void destroyColumns(final List> columns) { FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-grids/src/main/java/org/uberfire/ext/wires/core/grids/client/widget/dnd/GridWidgetDnDMouseUpHandler.java class GridWidgetDnDMouseUpHandler (line 27) | public class GridWidgetDnDMouseUpHandler implements NodeMouseUpHandler { method GridWidgetDnDMouseUpHandler (line 32) | public GridWidgetDnDMouseUpHandler(final GridLayer layer, method onNodeMouseUp (line 38) | @Override method scheduleDeferred (line 64) | void scheduleDeferred(final Command command) { FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-grids/src/main/java/org/uberfire/ext/wires/core/grids/client/widget/dnd/GridWidgetDnDProxy.java class GridWidgetDnDProxy (line 25) | public class GridWidgetDnDProxy extends Group { method GridWidgetDnDProxy (line 33) | public GridWidgetDnDProxy() { method setWidth (line 37) | public GridWidgetDnDProxy setWidth(final double width) { method setHeight (line 42) | public GridWidgetDnDProxy setHeight(final double height) { FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-grids/src/main/java/org/uberfire/ext/wires/core/grids/client/widget/dnd/IsRowDragHandle.java type IsRowDragHandle (line 22) | public interface IsRowDragHandle { FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-grids/src/main/java/org/uberfire/ext/wires/core/grids/client/widget/dom/DOMElementFactory.java type DOMElementFactory (line 31) | public interface DOMElementFactory extends HasDOMElementResources { method createWidget (line 37) | W createWidget(); method createDomElement (line 45) | E createDomElement(final GridLayer gridLayer, method registerHandlers (line 54) | void registerHandlers(final W widget, final E widgetDomElement); method attachDomElement (line 62) | void attachDomElement(final GridBodyCellRenderContext context, FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-grids/src/main/java/org/uberfire/ext/wires/core/grids/client/widget/dom/HasDOMElementResources.java type HasDOMElementResources (line 23) | public interface HasDOMElementResources { method destroyResources (line 29) | void destroyResources(); FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-grids/src/main/java/org/uberfire/ext/wires/core/grids/client/widget/dom/impl/BaseDOMElement.java class BaseDOMElement (line 52) | public abstract class BaseDOMElement { method BaseDOMElement (line 65) | public BaseDOMElement(final W widget, method setupDelegatingMouseDownHandler (line 85) | protected void setupDelegatingMouseDownHandler() { method setupDelegatingMouseMoveHandler (line 108) | protected void setupDelegatingMouseMoveHandler() { method setupDelegatingMouseUpHandler (line 135) | protected void setupDelegatingMouseUpHandler() { method setupDelegatingClickHandler (line 158) | protected void setupDelegatingClickHandler() { method setContext (line 185) | public void setContext(final GridBodyCellRenderContext context) { method initialise (line 193) | public abstract void initialise(final GridBodyCellRenderContext context); method flush (line 199) | public abstract void flush(final T value); method getWidget (line 205) | public W getWidget() { method getContainer (line 213) | protected SimplePanel getContainer() { method transform (line 221) | protected void transform(final GridBodyCellRenderContext context) { method attach (line 304) | public void attach() { method detach (line 327) | public void detach() { FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-grids/src/main/java/org/uberfire/ext/wires/core/grids/client/widget/dom/impl/CheckBoxDOMElement.java class CheckBoxDOMElement (line 28) | public class CheckBoxDOMElement extends BaseDOMElement { method CheckBoxDOMElement (line 33) | public CheckBoxDOMElement(final CheckBox widget, method initialise (line 68) | @Override method flush (line 78) | @Override FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-grids/src/main/java/org/uberfire/ext/wires/core/grids/client/widget/dom/impl/ListBoxDOMElement.java class ListBoxDOMElement (line 28) | public class ListBoxDOMElement extends BaseDOMElement { method ListBoxDOMElement (line 32) | public ListBoxDOMElement(final ListBox widget, method initialise (line 73) | @Override method flush (line 81) | @Override FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-grids/src/main/java/org/uberfire/ext/wires/core/grids/client/widget/dom/impl/TextBoxDOMElement.java class TextBoxDOMElement (line 28) | public class TextBoxDOMElement extends BaseDOMElement { method TextBoxDOMElement (line 32) | public TextBoxDOMElement(final TextBox widget, method initialise (line 73) | @Override method flush (line 81) | @Override FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-grids/src/main/java/org/uberfire/ext/wires/core/grids/client/widget/dom/multiple/HasMultipleDOMElementResources.java type HasMultipleDOMElementResources (line 23) | public interface HasMultipleDOMElementResources extends HasDOMElementRes... method initialiseResources (line 29) | void initialiseResources(); method freeUnusedResources (line 37) | void freeUnusedResources(); FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-grids/src/main/java/org/uberfire/ext/wires/core/grids/client/widget/dom/multiple/MultipleDOMElementFactory.java type MultipleDOMElementFactory (line 27) | public interface MultipleDOMElementFactory extends DOMElementFacto... FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-grids/src/main/java/org/uberfire/ext/wires/core/grids/client/widget/dom/multiple/impl/BaseDOMElementFactory.java class BaseDOMElementFactory (line 38) | public abstract class BaseDOMElementFactory extends DOMElementFact... FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-grids/src/main/java/org/uberfire/ext/wires/core/grids/client/widget/dom/single/impl/BaseSingletonDOMElementFactory.java class BaseSingletonDOMElementFactory (line 43) | public abstract class BaseSingletonDOMElementFactory value, method cancel (line 100) | private void cancel() { method commit (line 104) | private void commit() { FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-grids/src/main/java/org/uberfire/ext/wires/core/grids/client/widget/grid/GridWidget.java type GridWidget (line 32) | public interface GridWidget extends IPrimitive, method getModel (line 40) | GridData getModel(); method getRenderer (line 46) | GridRenderer getRenderer(); method setRenderer (line 52) | void setRenderer(final GridRenderer renderer); method getRendererHelper (line 58) | BaseGridRendererHelper getRendererHelper(); method getBody (line 64) | Group getBody(); method getHeader (line 70) | Group getHeader(); method getWidth (line 76) | double getWidth(); method getHeight (line 82) | double getHeight(); method select (line 87) | void select(); method deselect (line 93) | void deselect(); method isSelected (line 99) | boolean isSelected(); method showContextMenuForHeader (line 108) | boolean showContextMenuForHeader(final int uiHeaderRowIndex, method showContextMenuForCell (line 118) | boolean showContextMenuForCell(final int uiRowIndex, method getCellSelectionManager (line 125) | CellSelectionManager getCellSelectionManager(); method onGroupingToggle (line 135) | boolean onGroupingToggle(final double cellX, method onDragHandle (line 147) | @SuppressWarnings("unused") FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-grids/src/main/java/org/uberfire/ext/wires/core/grids/client/widget/grid/NodeMouseEventHandler.java type NodeMouseEventHandler (line 29) | public interface NodeMouseEventHandler { method onNodeMouseEvent (line 45) | boolean onNodeMouseEvent(final GridWidget gridWidget, method handleHeaderCell (line 62) | default boolean handleHeaderCell(final GridWidget gridWidget, method handleBodyCell (line 79) | default boolean handleBodyCell(final GridWidget gridWidget, method isDNDOperationInProgress (line 92) | default boolean isDNDOperationInProgress(final GridWidget gridWidget) { FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-grids/src/main/java/org/uberfire/ext/wires/core/grids/client/widget/grid/animation/GridWidgetEnterPinnedModeAnimation.java class GridWidgetEnterPinnedModeAnimation (line 37) | public class GridWidgetEnterPinnedModeAnimation extends TimedAnimation { method GridWidgetEnterPinnedModeAnimation (line 39) | public GridWidgetEnterPinnedModeAnimation(final GridWidget gridWidget, FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-grids/src/main/java/org/uberfire/ext/wires/core/grids/client/widget/grid/animation/GridWidgetExitPinnedModeAnimation.java class GridWidgetExitPinnedModeAnimation (line 38) | public class GridWidgetExitPinnedModeAnimation extends TimedAnimation { method GridWidgetExitPinnedModeAnimation (line 40) | public GridWidgetExitPinnedModeAnimation(final GridPinnedModeManager.P... FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-grids/src/main/java/org/uberfire/ext/wires/core/grids/client/widget/grid/animation/GridWidgetScrollIntoViewAnimation.java class GridWidgetScrollIntoViewAnimation (line 32) | public class GridWidgetScrollIntoViewAnimation extends TimedAnimation { method GridWidgetScrollIntoViewAnimation (line 34) | public GridWidgetScrollIntoViewAnimation(final GridWidget gridWidget, FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-grids/src/main/java/org/uberfire/ext/wires/core/grids/client/widget/grid/animation/MergableGridWidgetCollapseRowsAnimation.java class MergableGridWidgetCollapseRowsAnimation (line 30) | public class MergableGridWidgetCollapseRowsAnimation extends TimedAnimat... method MergableGridWidgetCollapseRowsAnimation (line 32) | public MergableGridWidgetCollapseRowsAnimation(final GridWidget gridWi... FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-grids/src/main/java/org/uberfire/ext/wires/core/grids/client/widget/grid/animation/MergableGridWidgetExpandRowsAnimation.java class MergableGridWidgetExpandRowsAnimation (line 33) | public class MergableGridWidgetExpandRowsAnimation extends TimedAnimation { method MergableGridWidgetExpandRowsAnimation (line 35) | public MergableGridWidgetExpandRowsAnimation(final GridWidget gridWidget, FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-grids/src/main/java/org/uberfire/ext/wires/core/grids/client/widget/grid/columns/BooleanDOMElementColumn.java class BooleanDOMElementColumn (line 32) | public class BooleanDOMElementColumn extends BaseGridColumn imp... method BooleanDOMElementColumn (line 36) | public BooleanDOMElementColumn(final GridColumn.HeaderMetaData headerM... method BooleanDOMElementColumn (line 46) | public BooleanDOMElementColumn(final List h... method initialiseResources (line 55) | @Override method destroyResources (line 60) | @Override method freeUnusedResources (line 65) | @Override method edit (line 70) | @Override FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-grids/src/main/java/org/uberfire/ext/wires/core/grids/client/widget/grid/columns/ListBoxDOMElementSingletonColumn.java class ListBoxDOMElementSingletonColumn (line 32) | public class ListBoxDOMElementSingletonColumn extends BaseGridColumn hea... method edit (line 55) | @Override method flush (line 76) | @Override method destroyResources (line 81) | @Override FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-grids/src/main/java/org/uberfire/ext/wires/core/grids/client/widget/grid/columns/RowNumberColumn.java class RowNumberColumn (line 27) | public class RowNumberColumn extends BaseGridColumn implements ... method RowNumberColumn (line 29) | public RowNumberColumn() { method RowNumberColumn (line 36) | public RowNumberColumn(final List headerMetaData) { method RowNumberColumn (line 41) | public RowNumberColumn(final List headerMetaData, FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-grids/src/main/java/org/uberfire/ext/wires/core/grids/client/widget/grid/columns/StringDOMElementColumn.java class StringDOMElementColumn (line 27) | public class StringDOMElementColumn extends BaseGridColumn imple... method StringDOMElementColumn (line 31) | public StringDOMElementColumn(final GridColumn.HeaderMetaData headerMe... method StringDOMElementColumn (line 41) | public StringDOMElementColumn(final List he... method initialiseResources (line 50) | @Override method destroyResources (line 55) | @Override method freeUnusedResources (line 60) | @Override FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-grids/src/main/java/org/uberfire/ext/wires/core/grids/client/widget/grid/columns/StringDOMElementSingletonColumn.java class StringDOMElementSingletonColumn (line 34) | public class StringDOMElementSingletonColumn extends BaseGridColumn assertCell(final GridCell cell) { method flush (line 73) | @Override method destroyResources (line 78) | @Override FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-grids/src/main/java/org/uberfire/ext/wires/core/grids/client/widget/grid/columns/StringPopupColumn.java class StringPopupColumn (line 31) | public class StringPopupColumn extends BaseGridColumn { method StringPopupColumn (line 35) | public StringPopupColumn(final List headerM... method StringPopupColumn (line 43) | public StringPopupColumn(final GridColumn.HeaderMetaData headerMetaData, method edit (line 51) | @Override method assertCell (line 59) | private GridCell assertCell(final GridCell cell) { FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-grids/src/main/java/org/uberfire/ext/wires/core/grids/client/widget/grid/impl/BaseGridWidget.java class BaseGridWidget (line 67) | public class BaseGridWidget extends Group implements GridWidget { method BaseGridWidget (line 105) | public BaseGridWidget(final GridData model, method getHeaderSelectionYOffsetStrategy (line 136) | BiFunction getHeaderSelectionYOffsetSt... method getHeaderSelectionHeightStrategy (line 144) | Function getHeaderSelectionHeightStrategy() { method getBodySelectionYOffsetStrategy (line 155) | BiFunction getBodySelectionYOffsetStra... method getBodySelectionHeightStrategy (line 163) | Function getBodySelectionHeightStrategy() { method getBaseGridRendererHelper (line 171) | protected BaseGridRendererHelper getBaseGridRendererHelper() { method getCellSelectionManager (line 175) | @Override method getGridMouseClickHandler (line 183) | protected NodeMouseClickHandler getGridMouseClickHandler(final GridSel... method getNodeMouseClickEventHandlers (line 187) | protected List getNodeMouseClickEventHandlers(f... method getGridMouseDoubleClickHandler (line 196) | protected NodeMouseDoubleClickHandler getGridMouseDoubleClickHandler(f... method getNodeMouseDoubleClickEventHandlers (line 201) | protected List getNodeMouseDoubleClickEventHand... method getModel (line 210) | @Override method getRenderer (line 215) | @Override method setRenderer (line 220) | @Override method getRendererHelper (line 225) | @Override method getBody (line 230) | @Override method getHeader (line 235) | @Override method getWidth (line 240) | @Override method getHeight (line 245) | @Override method getHeight (line 252) | private double getHeight(final BaseGridRendererHelper.RenderingInforma... method select (line 260) | @Override method deselect (line 265) | @Override method isSelected (line 270) | @Override method drawWithoutTransforms (line 285) | @Override method prepare (line 345) | private BaseGridRendererHelper.RenderingInformation prepare() { method destroyDOMElementResources (line 382) | private void destroyDOMElementResources() { method makeRenderingCommands (line 390) | private void makeRenderingCommands() { method layerRenderGroups (line 481) | private void layerRenderGroups() { method setVisible (line 519) | @Override method drawHeader (line 531) | protected void drawHeader(final BaseGridRendererHelper.RenderingInform... method drawBody (line 576) | protected void drawBody(final BaseGridRendererHelper.RenderingInformat... method addCommandToRenderQueue (line 621) | protected void addCommandToRenderQueue(final Group parent, method addCommandsToRenderQueue (line 626) | protected void addCommandsToRenderQueue(final Group parent, method executeRenderQueueCommands (line 631) | protected void executeRenderQueueCommands(final boolean isSelectionLay... method renderGridHeaderWidget (line 652) | protected List renderGridHeaderWidget(fi... method renderGridBodyWidget (line 671) | protected List renderGridBodyWidget(fina... method renderGridBoundary (line 705) | protected GridRenderer.RendererCommand renderGridBoundary(final BaseGr... method renderSelectedRanges (line 746) | protected GridRenderer.RendererCommand renderSelectedRanges(final List... method onNodeMouseClick (line 780) | @Override method onGroupingToggle (line 785) | @Override method selectCell (line 796) | @Override method selectCell (line 805) | @Override method selectHeaderCell (line 816) | @Override method selectHeaderCell (line 825) | @Override method adjustSelection (line 836) | @Override method startEditingCell (line 843) | @Override method startEditingCell (line 850) | @Override method showContextMenuForHeader (line 855) | @Override method showContextMenuForCell (line 862) | @Override FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-grids/src/main/java/org/uberfire/ext/wires/core/grids/client/widget/grid/impl/BaseGridWidgetKeyboardHandler.java class BaseGridWidgetKeyboardHandler (line 44) | public class BaseGridWidgetKeyboardHandler implements KeyDownHandler { method BaseGridWidgetKeyboardHandler (line 50) | public BaseGridWidgetKeyboardHandler(final GridLayer gridLayer) { method addOperation (line 54) | public void addOperation(final KeyboardOperation... operations) { method onKeyDown (line 60) | @Override method getOperation (line 90) | private KeyboardOperation getOperation(final KeyDownEvent event) { method keyDownStateMatches (line 106) | private boolean keyDownStateMatches(final boolean actualKeyDownState, method flushDOMElements (line 117) | private void flushDOMElements(final GridWidget selectedGridWidget) { method getSelectedGridWidget (line 129) | private GridWidget getSelectedGridWidget() { FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-grids/src/main/java/org/uberfire/ext/wires/core/grids/client/widget/grid/impl/BaseGridWidgetMouseClickHandler.java class BaseGridWidgetMouseClickHandler (line 30) | public class BaseGridWidgetMouseClickHandler extends BaseGridWidgetMouse... method BaseGridWidgetMouseClickHandler (line 32) | public BaseGridWidgetMouseClickHandler(final GridWidget gridWidget, method onNodeMouseClick (line 38) | @Override FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-grids/src/main/java/org/uberfire/ext/wires/core/grids/client/widget/grid/impl/BaseGridWidgetMouseDoubleClickHandler.java class BaseGridWidgetMouseDoubleClickHandler (line 30) | public class BaseGridWidgetMouseDoubleClickHandler extends BaseGridWidge... method BaseGridWidgetMouseDoubleClickHandler (line 32) | public BaseGridWidgetMouseDoubleClickHandler(final GridWidget gridWidget, method onNodeMouseDoubleClick (line 38) | @Override FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-grids/src/main/java/org/uberfire/ext/wires/core/grids/client/widget/grid/impl/BaseGridWidgetMouseEventHandler.java class BaseGridWidgetMouseEventHandler (line 30) | public abstract class BaseGridWidgetMouseEventHandler { method BaseGridWidgetMouseEventHandler (line 35) | public BaseGridWidgetMouseEventHandler(final GridWidget gridWidget, method doEventDispatch (line 41) | public void doEventDispatch(final AbstractNodeMouseEvent event) { FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-grids/src/main/java/org/uberfire/ext/wires/core/grids/client/widget/grid/impl/BaseKeyboardOperation.java class BaseKeyboardOperation (line 37) | public abstract class BaseKeyboardOperation implements KeyboardOperation { method BaseKeyboardOperation (line 41) | public BaseKeyboardOperation(final GridLayer gridLayer) { method isShiftKeyDown (line 45) | @Override method isControlKeyDown (line 50) | @Override method isExecutable (line 55) | @Override method scrollSelectedCellIntoView (line 67) | protected boolean scrollSelectedCellIntoView(final GridWidget gridWidg... method isSelectionOriginSet (line 93) | private boolean isSelectionOriginSet(final GridWidget selectedGridWidg... method isHeaderSelectionOriginSet (line 99) | private boolean isHeaderSelectionOriginSet(final GridWidget selectedGr... method isGridColumnCandidateForScroll (line 104) | private boolean isGridColumnCandidateForScroll(final GridWidget gridWi... method getCellScrollDeltaX (line 127) | private double getCellScrollDeltaX(final GridWidget gridWidget, final ... method getCellScrollDeltaY (line 148) | private double getCellScrollDeltaY(final GridWidget gridWidget, final ... method getSelectedCellOrigin (line 180) | protected GridData.SelectedCell getSelectedCellOrigin(final GridData g... method adjustViewportTransform (line 193) | private void adjustViewportTransform(final Viewport vp, FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-grids/src/main/java/org/uberfire/ext/wires/core/grids/client/widget/grid/impl/DefaultGridWidgetCellSelectorMouseEventHandler.java class DefaultGridWidgetCellSelectorMouseEventHandler (line 29) | public class DefaultGridWidgetCellSelectorMouseEventHandler implements N... method DefaultGridWidgetCellSelectorMouseEventHandler (line 33) | public DefaultGridWidgetCellSelectorMouseEventHandler(final GridSelect... method onNodeMouseEvent (line 37) | @Override method handleHeaderCell (line 76) | @Override method handleBodyCell (line 94) | @Override FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-grids/src/main/java/org/uberfire/ext/wires/core/grids/client/widget/grid/impl/DefaultGridWidgetCollapsedCellMouseEventHandler.java class DefaultGridWidgetCollapsedCellMouseEventHandler (line 39) | public class DefaultGridWidgetCollapsedCellMouseEventHandler implements ... method DefaultGridWidgetCollapsedCellMouseEventHandler (line 43) | public DefaultGridWidgetCollapsedCellMouseEventHandler(final GridRende... method onNodeMouseEvent (line 47) | @Override method handleBodyCell (line 71) | @Override method collapseRows (line 126) | void collapseRows(final GridWidget gridWidget, method expandRows (line 137) | void expandRows(final GridWidget gridWidget, FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-grids/src/main/java/org/uberfire/ext/wires/core/grids/client/widget/grid/impl/DefaultGridWidgetEditCellMouseEventHandler.java class DefaultGridWidgetEditCellMouseEventHandler (line 32) | public class DefaultGridWidgetEditCellMouseEventHandler implements NodeM... method onNodeMouseEvent (line 34) | @Override method handleBodyCell (line 71) | @Override FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-grids/src/main/java/org/uberfire/ext/wires/core/grids/client/widget/grid/impl/DefaultGridWidgetLinkedColumnMouseEventHandler.java class DefaultGridWidgetLinkedColumnMouseEventHandler (line 34) | public class DefaultGridWidgetLinkedColumnMouseEventHandler implements N... method DefaultGridWidgetLinkedColumnMouseEventHandler (line 39) | public DefaultGridWidgetLinkedColumnMouseEventHandler(final GridSelect... method onNodeMouseEvent (line 45) | @Override method handleHeaderCell (line 74) | @Override FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-grids/src/main/java/org/uberfire/ext/wires/core/grids/client/widget/grid/impl/DefaultGridWidgetPinnedModeMouseEventHandler.java class DefaultGridWidgetPinnedModeMouseEventHandler (line 35) | public class DefaultGridWidgetPinnedModeMouseEventHandler implements Nod... method DefaultGridWidgetPinnedModeMouseEventHandler (line 40) | public DefaultGridWidgetPinnedModeMouseEventHandler(final GridPinnedMo... method onNodeMouseEvent (line 46) | @Override method handleHeaderCell (line 75) | @Override FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-grids/src/main/java/org/uberfire/ext/wires/core/grids/client/widget/grid/impl/GridWidgetConnector.java class GridWidgetConnector (line 23) | public class GridWidgetConnector { method GridWidgetConnector (line 28) | public GridWidgetConnector(final GridColumn sourceColumn, method getSourceColumn (line 38) | public GridColumn getSourceColumn() { method getTargetColumn (line 46) | public GridColumn getTargetColumn() { method equals (line 50) | @Override method hashCode (line 71) | @Override FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-grids/src/main/java/org/uberfire/ext/wires/core/grids/client/widget/grid/impl/KeyboardOperation.java type KeyboardOperation (line 24) | public interface KeyboardOperation { method getKeyCode (line 30) | int getKeyCode(); method isShiftKeyDown (line 36) | TriStateBoolean isShiftKeyDown(); method isControlKeyDown (line 42) | TriStateBoolean isControlKeyDown(); method isExecutable (line 51) | boolean isExecutable(final GridWidget gridWidget); method perform (line 60) | boolean perform(final GridWidget gridWidget, type TriStateBoolean (line 64) | enum TriStateBoolean { FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-grids/src/main/java/org/uberfire/ext/wires/core/grids/client/widget/grid/impl/KeyboardOperationClearCell.java class KeyboardOperationClearCell (line 26) | public class KeyboardOperationClearCell extends BaseKeyboardOperation { method KeyboardOperationClearCell (line 28) | public KeyboardOperationClearCell(final GridLayer gridLayer) { method getKeyCode (line 32) | @Override method perform (line 37) | @Override method clearCells (line 46) | protected void clearCells(final GridWidget gridWidget) { FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-grids/src/main/java/org/uberfire/ext/wires/core/grids/client/widget/grid/impl/KeyboardOperationEditCell.java class KeyboardOperationEditCell (line 25) | public class KeyboardOperationEditCell extends BaseKeyboardOperation { method KeyboardOperationEditCell (line 27) | public KeyboardOperationEditCell(final GridLayer gridLayer) { method getKeyCode (line 31) | @Override method isExecutable (line 36) | @Override method perform (line 42) | @Override FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-grids/src/main/java/org/uberfire/ext/wires/core/grids/client/widget/grid/impl/KeyboardOperationInvokeContextMenuForSelectedCell.java class KeyboardOperationInvokeContextMenuForSelectedCell (line 27) | public class KeyboardOperationInvokeContextMenuForSelectedCell extends B... method KeyboardOperationInvokeContextMenuForSelectedCell (line 29) | public KeyboardOperationInvokeContextMenuForSelectedCell(final GridLay... method isControlKeyDown (line 33) | @Override method getKeyCode (line 38) | @Override method isExecutable (line 43) | @Override method perform (line 49) | @Override method performHeaderOperation (line 63) | protected boolean performHeaderOperation(final GridWidget gridWidget) { method performBodyOperation (line 76) | protected boolean performBodyOperation(final GridWidget gridWidget) { FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-grids/src/main/java/org/uberfire/ext/wires/core/grids/client/widget/grid/impl/KeyboardOperationMove.java class KeyboardOperationMove (line 26) | public abstract class KeyboardOperationMove extends BaseKeyboardOperation { method KeyboardOperationMove (line 30) | KeyboardOperationMove(final GridLayer gridLayer, method perform (line 36) | @Override method baseScrollSelectedCellIntoView (line 47) | void baseScrollSelectedCellIntoView(final GridWidget gridWidget) { method getSelectionExtension (line 51) | abstract SelectionExtension getSelectionExtension(); FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-grids/src/main/java/org/uberfire/ext/wires/core/grids/client/widget/grid/impl/KeyboardOperationMoveDown.java class KeyboardOperationMoveDown (line 24) | public class KeyboardOperationMoveDown extends KeyboardOperationMove { method KeyboardOperationMoveDown (line 26) | public KeyboardOperationMoveDown(final GridLayer gridLayer) { method KeyboardOperationMoveDown (line 30) | public KeyboardOperationMoveDown(final GridLayer gridLayer, method getSelectionExtension (line 35) | @Override method getKeyCode (line 40) | @Override FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-grids/src/main/java/org/uberfire/ext/wires/core/grids/client/widget/grid/impl/KeyboardOperationMoveLeft.java class KeyboardOperationMoveLeft (line 24) | public class KeyboardOperationMoveLeft extends KeyboardOperationMove { method KeyboardOperationMoveLeft (line 26) | public KeyboardOperationMoveLeft(final GridLayer gridLayer) { method KeyboardOperationMoveLeft (line 30) | public KeyboardOperationMoveLeft(final GridLayer gridLayer, method getSelectionExtension (line 35) | @Override method getKeyCode (line 40) | @Override FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-grids/src/main/java/org/uberfire/ext/wires/core/grids/client/widget/grid/impl/KeyboardOperationMoveRight.java class KeyboardOperationMoveRight (line 24) | public class KeyboardOperationMoveRight extends KeyboardOperationMove { method KeyboardOperationMoveRight (line 26) | public KeyboardOperationMoveRight(final GridLayer gridLayer) { method KeyboardOperationMoveRight (line 30) | public KeyboardOperationMoveRight(final GridLayer gridLayer, method getSelectionExtension (line 35) | @Override method getKeyCode (line 40) | @Override FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-grids/src/main/java/org/uberfire/ext/wires/core/grids/client/widget/grid/impl/KeyboardOperationMoveUp.java class KeyboardOperationMoveUp (line 24) | public class KeyboardOperationMoveUp extends KeyboardOperationMove { method KeyboardOperationMoveUp (line 26) | public KeyboardOperationMoveUp(final GridLayer gridLayer) { method KeyboardOperationMoveUp (line 30) | public KeyboardOperationMoveUp(final GridLayer gridLayer, method getSelectionExtension (line 35) | @Override method getKeyCode (line 40) | @Override FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-grids/src/main/java/org/uberfire/ext/wires/core/grids/client/widget/grid/impl/KeyboardOperationSelectBottomRightCell.java class KeyboardOperationSelectBottomRightCell (line 24) | public class KeyboardOperationSelectBottomRightCell extends BaseKeyboard... method KeyboardOperationSelectBottomRightCell (line 26) | public KeyboardOperationSelectBottomRightCell(final GridLayer gridLaye... method getKeyCode (line 30) | @Override method perform (line 35) | @Override method selectBottomRightCell (line 45) | protected boolean selectBottomRightCell(final GridWidget gridWidget) { FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-grids/src/main/java/org/uberfire/ext/wires/core/grids/client/widget/grid/impl/KeyboardOperationSelectTopLeftCell.java class KeyboardOperationSelectTopLeftCell (line 24) | public class KeyboardOperationSelectTopLeftCell extends BaseKeyboardOper... method KeyboardOperationSelectTopLeftCell (line 26) | public KeyboardOperationSelectTopLeftCell(final GridLayer gridLayer) { method getKeyCode (line 30) | @Override method perform (line 35) | @Override method selectTopLeftCell (line 45) | protected boolean selectTopLeftCell(final GridWidget gridWidget) { FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-grids/src/main/java/org/uberfire/ext/wires/core/grids/client/widget/grid/keyboard/KeyDownHandlerCommon.java class KeyDownHandlerCommon (line 30) | public class KeyDownHandlerCommon implements KeyDownHandler { method KeyDownHandlerCommon (line 41) | public KeyDownHandlerCommon(final GridLienzoPanel gridPanel, method KeyDownHandlerCommon (line 54) | public KeyDownHandlerCommon(final GridLienzoPanel gridPanel, method onKeyDown (line 71) | @Override method flush (line 97) | private void flush(final KeyDownEvent e) { method reset (line 108) | private void reset() { method moveSelection (line 114) | protected void moveSelection(final int keyCode, method getDelta (line 134) | private Optional getDelta(final int keyCode, FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-grids/src/main/java/org/uberfire/ext/wires/core/grids/client/widget/grid/renderers/columns/GridColumnRenderer.java type GridColumnRenderer (line 30) | public interface GridColumnRenderer { method renderHeader (line 40) | List renderHeader(final List header... method renderColumn (line 69) | List renderColumn(final GridColumn co... method renderCell (line 82) | Group renderCell(final GridCell cell, FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-grids/src/main/java/org/uberfire/ext/wires/core/grids/client/widget/grid/renderers/columns/impl/BaseGridColumnRenderer.java class BaseGridColumnRenderer (line 41) | public abstract class BaseGridColumnRenderer implements GridColumnRen... method renderHeader (line 43) | @Override method getBoundingBoxPathClipper (line 185) | protected IPathClipper getBoundingBoxPathClipper(final BoundingBox bb) { method renderHeaderContent (line 189) | @Override method getBlockOffset (line 206) | private double getBlockOffset(final List> allColumns, method getBlockWidth (line 219) | private double getBlockWidth(final List> allColumns, method renderColumn (line 232) | @Override method internalRenderCell (line 261) | protected Group internalRenderCell(final GridCell cell, method isToReturnNull (line 280) | protected boolean isToReturnNull(final GridCell cell) { method isPlaceHolderToBeShown (line 284) | protected boolean isPlaceHolderToBeShown(final GridCell cell) { FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-grids/src/main/java/org/uberfire/ext/wires/core/grids/client/widget/grid/renderers/columns/impl/BoundingBoxPathClipperFactory.java class BoundingBoxPathClipperFactory (line 23) | public class BoundingBoxPathClipperFactory { method newClipper (line 25) | public IPathClipper newClipper(final double minX, FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-grids/src/main/java/org/uberfire/ext/wires/core/grids/client/widget/grid/renderers/columns/impl/ColumnRenderingStrategyFlattened.java class ColumnRenderingStrategyFlattened (line 36) | public class ColumnRenderingStrategyFlattened { method render (line 38) | @SuppressWarnings({"unused", "unchecked"}) FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-grids/src/main/java/org/uberfire/ext/wires/core/grids/client/widget/grid/renderers/columns/impl/ColumnRenderingStrategyMerged.java class ColumnRenderingStrategyMerged (line 42) | public class ColumnRenderingStrategyMerged { method render (line 46) | public static List render(final GridColu... method isCollapsedRowMultiValue (line 252) | protected static boolean isCollapsedRowMultiValue(final GridData model, method isCollapsedCellMixedValue (line 277) | protected static boolean isCollapsedCellMixedValue(final GridData model, method getCellHeight (line 307) | protected static double getCellHeight(final int rowIndex, method renderGroupedCellToggle (line 317) | private static Group renderGroupedCellToggle(final double cellWidth, method renderMergedCellMixedValueHighlight (line 325) | private static Group renderMergedCellMixedValueHighlight(final double ... FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-grids/src/main/java/org/uberfire/ext/wires/core/grids/client/widget/grid/renderers/columns/impl/IntegerColumnRenderer.java class IntegerColumnRenderer (line 25) | public class IntegerColumnRenderer extends BaseGridColumnRenderer { method renderCell (line 27) | @Override FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-grids/src/main/java/org/uberfire/ext/wires/core/grids/client/widget/grid/renderers/columns/multiple/GridColumnMultipleDOMElementRenderer.java type GridColumnMultipleDOMElementRenderer (line 21) | public interface GridColumnMultipleDOMElementRenderer extends GridCol... FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-grids/src/main/java/org/uberfire/ext/wires/core/grids/client/widget/grid/renderers/columns/multiple/impl/BaseGridColumnMultipleDOMElementRenderer.java class BaseGridColumnMultipleDOMElementRenderer (line 26) | public abstract class BaseGridColumnMultipleDOMElementRenderer extends GridCo... FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-grids/src/main/java/org/uberfire/ext/wires/core/grids/client/widget/grid/renderers/columns/single/impl/BaseGridColumnSingletonDOMElementRenderer.java class BaseGridColumnSingletonDOMElementRenderer (line 26) | public abstract class BaseGridColumnSingletonDOMElementRenderer renderHeader(final GridData model, method renderBody (line 203) | List renderBody(final GridData model, method renderHeaderBodyDivider (line 216) | RendererCommand renderHeaderBodyDivider(final double width); method renderGridBoundary (line 223) | RendererCommand renderGridBoundary(final GridBoundaryRenderContext con... method onGroupingToggle (line 233) | boolean onGroupingToggle(final double cellX, method setColumnRenderConstraint (line 245) | void setColumnRenderConstraint(final BiFunction... FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-grids/src/main/java/org/uberfire/ext/wires/core/grids/client/widget/grid/renderers/grids/SelectionsTransformer.java type SelectionsTransformer (line 26) | public interface SelectionsTransformer { method transformToSelectedRanges (line 28) | List transformToSelectedRanges(final List> blockCol... method getSelectedRangeWidth (line 209) | double getSelectedRangeWidth(final List> blockColumns, method renderHeader (line 223) | @Override method renderHeaderBodyDivider (line 319) | @Override method renderBody (line 333) | @Override method addRenderHighlightedCellsCommand (line 414) | void addRenderHighlightedCellsCommand(final GridData model, method renderGridBoundary (line 427) | @Override method onGroupingToggle (line 448) | @Override method setColumnRenderConstraint (line 459) | @Override method clearCellHighlight (line 464) | public void clearCellHighlight() { method highlightCell (line 469) | public void highlightCell(final int column, final int row) { method getHighlightCellColumnIndex (line 474) | public Integer getHighlightCellColumnIndex() { method getHighlightCellRowIndex (line 478) | public Integer getHighlightCellRowIndex() { method renderHighlightedCells (line 482) | RendererCommand renderHighlightedCells(final GridData model, method getRendererCommand (line 499) | RendererCommand getRendererCommand(final GridData model, method makeCellHighlight (line 521) | Rectangle makeCellHighlight(final int rowIndex, method setCellHighlightY (line 536) | void setCellHighlightY(final Rectangle r, method getFirstRowIndexOfMergedBlock (line 551) | int getFirstRowIndexOfMergedBlock(final GridData model, final int rowI... method setCellHighlightX (line 563) | void setCellHighlightX(final Rectangle r, method setCellHighlightSize (line 572) | void setCellHighlightSize(final Rectangle rectangle, method getMergedCellsCount (line 585) | int getMergedCellsCount(final GridData model, FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-grids/src/main/java/org/uberfire/ext/wires/core/grids/client/widget/grid/renderers/grids/impl/BaseGridRendererHelper.java class BaseGridRendererHelper (line 37) | public class BaseGridRendererHelper { method BaseGridRendererHelper (line 43) | public BaseGridRendererHelper(final GridWidget view) { method getColumnOffset (line 52) | public double getColumnOffset(final GridColumn column) { method getColumnOffset (line 66) | public double getColumnOffset(final int columnIndex) { method getColumnOffset (line 85) | public double getColumnOffset(final List> columns, method getRowOffset (line 102) | public double getRowOffset(final GridRow row) { method getRowOffset (line 113) | public double getRowOffset(final int rowIndex) { method getRowOffset (line 123) | public double getRowOffset(final GridRow row, method getRowOffset (line 130) | public double getRowOffset(final int rowIndex, method getWidth (line 144) | public double getWidth(final List> columns) { method getRenderingInformation (line 159) | public RenderingInformation getRenderingInformation() { method getColumnInformation (line 346) | public ColumnInformation getColumnInformation(final double cx) { method getVisibleBounds (line 407) | private Bounds getVisibleBounds() { method getFloatingColumnOffset (line 417) | private double getFloatingColumnOffset() { method getHeaderOffsetY (line 426) | private double getHeaderOffsetY() { class ColumnInformation (line 439) | public static class ColumnInformation { method ColumnInformation (line 445) | ColumnInformation() { method ColumnInformation (line 449) | public ColumnInformation(final GridColumn column, method getColumn (line 461) | public GridColumn getColumn() { method getUiColumnIndex (line 469) | public int getUiColumnIndex() { method getOffsetX (line 479) | public double getOffsetX() { class RenderingInformation (line 487) | public static class RenderingInformation { method RenderingInformation (line 504) | public RenderingInformation(final Bounds bounds, method getBounds (line 534) | public Bounds getBounds() { method getAllColumns (line 538) | public List> getAllColumns() { method getBodyBlockInformation (line 542) | public RenderingBlockInformation getBodyBlockInformation() { method getFloatingBlockInformation (line 546) | public RenderingBlockInformation getFloatingBlockInformation() { method getMinVisibleRowIndex (line 550) | public int getMinVisibleRowIndex() { method getMaxVisibleRowIndex (line 554) | public int getMaxVisibleRowIndex() { method getAllRowHeights (line 558) | public List getAllRowHeights() { method getVisibleRowOffsets (line 562) | public List getVisibleRowOffsets() { method isFixedHeader (line 566) | public boolean isFixedHeader() { method isFloatingHeader (line 570) | public boolean isFloatingHeader() { method getHeaderRowCount (line 574) | public int getHeaderRowCount() { method getHeaderRowHeight (line 578) | public double getHeaderRowHeight() { method getHeaderRowsHeight (line 582) | public double getHeaderRowsHeight() { method getHeaderRowsYOffset (line 586) | public double getHeaderRowsYOffset() { class RenderingBlockInformation (line 594) | public static class RenderingBlockInformation { method RenderingBlockInformation (line 602) | public RenderingBlockInformation(final List> columns, method getColumns (line 614) | public List> getColumns() { method getX (line 618) | public double getX() { method getHeaderY (line 622) | public double getHeaderY() { method getBodyY (line 626) | public double getBodyY() { method getWidth (line 630) | public double getWidth() { FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-grids/src/main/java/org/uberfire/ext/wires/core/grids/client/widget/grid/renderers/grids/impl/DefaultSelectionsTransformer.java class DefaultSelectionsTransformer (line 35) | public class DefaultSelectionsTransformer implements SelectionsTransform... method DefaultSelectionsTransformer (line 40) | public DefaultSelectionsTransformer(final GridData model, method transformToSelectedRanges (line 46) | @Override method getMaximumColumnIndex (line 118) | private int getMaximumColumnIndex(final Map... method getApplicableColumns (line 141) | protected List> getApplicableColumns() { method sortSelectedCells (line 146) | private List sortSelectedCells(final List column); method getHeaderLinkBackground (line 74) | Rectangle getHeaderLinkBackground(final GridColumn column); method getHeaderGridLine (line 80) | MultiPath getHeaderGridLine(); method getHeaderText (line 86) | Text getHeaderText(); method getBodyBackground (line 93) | Rectangle getBodyBackground(final GridColumn column); method getBodyGridLine (line 99) | MultiPath getBodyGridLine(); method getBodyText (line 105) | Text getBodyText(); method getGridBoundary (line 112) | Rectangle getGridBoundary(); method getGridHeaderBodyDivider (line 118) | Line getGridHeaderBodyDivider(); method getPlaceholderText (line 124) | default Text getPlaceholderText() { method getHighlightedCellBackground (line 140) | default Rectangle getHighlightedCellBackground() { FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-grids/src/main/java/org/uberfire/ext/wires/core/grids/client/widget/grid/renderers/themes/impl/BlueTheme.java class BlueTheme (line 33) | public class BlueTheme implements GridRendererTheme { method getName (line 35) | @Override method getSelector (line 40) | @Override method getCellSelectorBorder (line 52) | @Override method getCellSelectorBackground (line 60) | @Override method getHeaderBackground (line 68) | @Override method getHeaderLinkBackground (line 76) | @Override method getHeaderGridLine (line 84) | @Override method getHeaderText (line 93) | @Override method getBodyBackground (line 106) | @Override method getBodyGridLine (line 117) | @Override method getBodyText (line 125) | @Override method getGridBoundary (line 137) | @Override method getGridHeaderBodyDivider (line 147) | @Override FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-grids/src/main/java/org/uberfire/ext/wires/core/grids/client/widget/grid/renderers/themes/impl/GreenTheme.java class GreenTheme (line 33) | public class GreenTheme implements GridRendererTheme { method getName (line 35) | @Override method getSelector (line 40) | @Override method getCellSelectorBorder (line 52) | @Override method getCellSelectorBackground (line 60) | @Override method getHeaderBackground (line 68) | @Override method getHeaderLinkBackground (line 76) | @Override method getHeaderGridLine (line 84) | @Override method getHeaderText (line 93) | @Override method getBodyBackground (line 106) | @Override method getBodyGridLine (line 117) | @Override method getBodyText (line 125) | @Override method getGridBoundary (line 137) | @Override method getGridHeaderBodyDivider (line 147) | @Override FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-grids/src/main/java/org/uberfire/ext/wires/core/grids/client/widget/grid/renderers/themes/impl/KIEColours.java class KIEColours (line 22) | public class KIEColours { FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-grids/src/main/java/org/uberfire/ext/wires/core/grids/client/widget/grid/renderers/themes/impl/KIEStyles.java class KIEStyles (line 18) | public class KIEStyles { FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-grids/src/main/java/org/uberfire/ext/wires/core/grids/client/widget/grid/renderers/themes/impl/MultiColouredTheme.java class MultiColouredTheme (line 33) | public class MultiColouredTheme implements GridRendererTheme { method getName (line 35) | @Override method getSelector (line 40) | @Override method getCellSelectorBorder (line 52) | @Override method getCellSelectorBackground (line 60) | @Override method getHeaderBackground (line 68) | @Override method getHeaderLinkBackground (line 76) | @Override method getHeaderGridLine (line 84) | @Override method getHeaderText (line 93) | @Override method getBodyBackground (line 106) | @Override method getBodyGridLine (line 117) | @Override method getBodyText (line 126) | @Override method getGridBoundary (line 138) | @Override method getGridHeaderBodyDivider (line 148) | @Override FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-grids/src/main/java/org/uberfire/ext/wires/core/grids/client/widget/grid/renderers/themes/impl/RedTheme.java class RedTheme (line 33) | public class RedTheme implements GridRendererTheme { method getName (line 35) | @Override method getSelector (line 40) | @Override method getCellSelectorBorder (line 52) | @Override method getCellSelectorBackground (line 60) | @Override method getHeaderBackground (line 68) | @Override method getHeaderLinkBackground (line 76) | @Override method getHeaderGridLine (line 84) | @Override method getHeaderText (line 93) | @Override method getBodyBackground (line 106) | @Override method getBodyGridLine (line 118) | @Override method getBodyText (line 126) | @Override method getGridBoundary (line 138) | @Override method getGridHeaderBodyDivider (line 148) | @Override FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-grids/src/main/java/org/uberfire/ext/wires/core/grids/client/widget/grid/selections/CellSelectionManager.java type CellSelectionManager (line 24) | public interface CellSelectionManager { method selectCell (line 35) | boolean selectCell(final Point2D rp, method selectCell (line 49) | boolean selectCell(final int uiRowIndex, method selectHeaderCell (line 63) | boolean selectHeaderCell(final Point2D rp, method selectHeaderCell (line 77) | boolean selectHeaderCell(final int uiHeaderRowIndex, method adjustSelection (line 90) | boolean adjustSelection(final SelectionExtension direction, method startEditingCell (line 99) | boolean startEditingCell(final Point2D rp); method startEditingCell (line 108) | boolean startEditingCell(final int uiRowIndex, FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-grids/src/main/java/org/uberfire/ext/wires/core/grids/client/widget/grid/selections/CellSelectionStrategy.java type CellSelectionStrategy (line 24) | public interface CellSelectionStrategy { method handleSelection (line 35) | boolean handleSelection(final GridData model, FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-grids/src/main/java/org/uberfire/ext/wires/core/grids/client/widget/grid/selections/SelectionExtension.java type SelectionExtension (line 24) | public enum SelectionExtension { method SelectionExtension (line 100) | SelectionExtension(final NextIndexCalculator nextXCalculator, method getNextX (line 110) | public int getNextX(final int minIndex, method getNextY (line 118) | public int getNextY(final int minIndex, method getDeltaX (line 126) | public int getDeltaX() { method getDeltaY (line 130) | public int getDeltaY() { type NextIndexCalculator (line 134) | private interface NextIndexCalculator extends Serializable { method getNext (line 136) | int getNext(final int minIndex, FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-grids/src/main/java/org/uberfire/ext/wires/core/grids/client/widget/grid/selections/impl/BaseCellSelectionManager.java class BaseCellSelectionManager (line 44) | public class BaseCellSelectionManager implements CellSelectionManager { method BaseCellSelectionManager (line 49) | public BaseCellSelectionManager(final GridWidget gridWidget) { method selectCell (line 54) | @Override method selectCell (line 72) | @Override method selectHeaderCell (line 104) | @Override method selectHeaderCell (line 122) | @Override method adjustSelection (line 146) | @Override method movingHorizontally (line 172) | private static boolean movingHorizontally(final SelectionExtension dir... method movingVertically (line 176) | private static boolean movingVertically(final SelectionExtension direc... method moveInHeaderHorizontally (line 180) | private boolean moveInHeaderHorizontally(final SelectionExtension dire... method moveInHeaderVerticallyOrMoveToData (line 224) | private boolean moveInHeaderVerticallyOrMoveToData(final SelectionExte... method extendSelection (line 243) | private boolean extendSelection(final GridData.SelectedCell origin, method findMinUiRowIndex (line 274) | private int findMinUiRowIndex(final GridData.SelectedCell origin) { method findMaxUiRowIndex (line 284) | private int findMaxUiRowIndex(final GridData.SelectedCell origin) { method findMinUiColumnIndex (line 294) | private int findMinUiColumnIndex(final GridData.SelectedCell origin) { method findMaxUiColumnIndex (line 306) | private int findMaxUiColumnIndex(final GridData.SelectedCell origin) { method computeHiddenColumnsCompensation (line 321) | private int computeHiddenColumnsCompensation(final int startingIndex, method moveSelection (line 335) | private boolean moveSelection(final GridData.SelectedCell origin, method canMoveFromDataToHeader (line 362) | private boolean canMoveFromDataToHeader(final SelectionExtension direc... method moveFromDataToHeader (line 367) | private boolean moveFromDataToHeader(final int uiColumnIndex) { method isCoordinateWithinExtents (line 375) | private boolean isCoordinateWithinExtents(final int proposedUiRowIndex, method startEditingCell (line 386) | @Override method startEditingCell (line 410) | @Override method getFloatingColumnInformation (line 434) | private BaseGridRendererHelper.ColumnInformation getFloatingColumnInfo... method getBodyColumnInformation (line 451) | private BaseGridRendererHelper.ColumnInformation getBodyColumnInformat... method edit (line 468) | private boolean edit(final int uiRowIndex, method getRowOffset (line 519) | private double getRowOffset(final int uiRowIndex, method getCellHeight (line 543) | private double getCellHeight(final int uiRowIndex, method getMergedCellHeight (line 564) | private double getMergedCellHeight(final int uiRowIndex, method getClippedMergedCellHeight (line 576) | private double getClippedMergedCellHeight(final int uiRowIndex, method doEdit (line 595) | @SuppressWarnings("unchecked") method computeRenderingInformation (line 620) | private RenderingInformation computeRenderingInformation() { FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-grids/src/main/java/org/uberfire/ext/wires/core/grids/client/widget/grid/selections/impl/BaseCellSelectionStrategy.java class BaseCellSelectionStrategy (line 25) | public abstract class BaseCellSelectionStrategy implements CellSelection... method hasSelectionChanged (line 27) | protected boolean hasSelectionChanged(final List> getGridWidgetConnectors(); method refreshGridWidgetConnectors (line 88) | void refreshGridWidgetConnectors(); method flipToGridWidget (line 95) | void flipToGridWidget(final GridWidget gridWidget); method scrollToGridWidget (line 102) | void scrollToGridWidget(final GridWidget gridWidget); FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-grids/src/main/java/org/uberfire/ext/wires/core/grids/client/widget/layer/GridSelectionManager.java type GridSelectionManager (line 23) | public interface GridSelectionManager { method select (line 25) | void select(final GridWidget selectedGridWidget); method selectLinkedColumn (line 27) | void selectLinkedColumn(final GridColumn selectedGridColumn); method getGridWidgets (line 29) | Set getGridWidgets(); FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-grids/src/main/java/org/uberfire/ext/wires/core/grids/client/widget/layer/GridWidgetRegistry.java type GridWidgetRegistry (line 21) | public interface GridWidgetRegistry { method register (line 27) | void register(final GridWidget gridWidget); method deregister (line 33) | void deregister(final GridWidget gridWidget); FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-grids/src/main/java/org/uberfire/ext/wires/core/grids/client/widget/layer/impl/DefaultGridLayer.java class DefaultGridLayer (line 62) | public class DefaultGridLayer extends Layer implements GridLayer, method execute (line 77) | @Override method DefaultGridLayer (line 85) | public DefaultGridLayer() { method getGridWidgetDnDMouseDownHandler (line 119) | protected GridWidgetDnDMouseDownHandler getGridWidgetDnDMouseDownHandl... method getGridWidgetDnDMouseMoveHandler (line 124) | protected GridWidgetDnDMouseMoveHandler getGridWidgetDnDMouseMoveHandl... method getGridWidgetDnDMouseUpHandler (line 129) | protected GridWidgetDnDMouseUpHandler getGridWidgetDnDMouseUpHandler() { method onNodeMouseDown (line 134) | @Override method onNodeMouseMove (line 139) | @Override method onNodeMouseUp (line 144) | @Override method draw (line 149) | @Override method batch (line 161) | @Override method batch (line 166) | @Override method getGridWidgetConnectors (line 172) | @Override method updateGridWidgetConnectors (line 177) | private void updateGridWidgetConnectors() { method add (line 202) | @Override method addGridWidget (line 208) | private void addGridWidget(final IPrimitive child, method register (line 223) | @Override method refreshGridWidgetConnectors (line 228) | @Override method addGridWidgetConnectors (line 237) | private void addGridWidgetConnectors() { method getLinkedGridWidget (line 272) | private GridWidget getLinkedGridWidget(final GridColumn linkedGridC... method add (line 291) | @Override method remove (line 307) | @Override method removeGridWidget (line 313) | private void removeGridWidget(final IPrimitive child, method deregister (line 328) | @Override method removeGridWidgetConnectors (line 333) | private void removeGridWidgetConnectors(final GridWidget gridWidget) { method removeAll (line 348) | @Override method select (line 356) | @Override method selectLinkedColumn (line 375) | @Override method flipToGridWidget (line 389) | @Override method scrollToGridWidget (line 417) | @Override method getGridWidgets (line 432) | @Override method enterPinnedMode (line 437) | @Override method exitPinnedMode (line 444) | @Override method updatePinnedContext (line 449) | @Override method getPinnedContext (line 454) | @Override method isGridPinned (line 459) | @Override method getDefaultTransformMediator (line 464) | @Override method addOnEnterPinnedModeCommand (line 469) | @Override method addOnExitPinnedModeCommand (line 474) | @Override method getPinnedModeManager (line 479) | DefaultPinnedModeManager getPinnedModeManager() { method getVisibleBounds (line 483) | @Override method updateVisibleBounds (line 489) | private void updateVisibleBounds() { method getGridWidgetHandlersState (line 505) | @Override method getDomElementContainer (line 510) | @Override method setDomElementContainer (line 515) | @Override FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-grids/src/main/java/org/uberfire/ext/wires/core/grids/client/widget/layer/impl/GridLayerRedrawManager.java class GridLayerRedrawManager (line 27) | public class GridLayerRedrawManager { method compare (line 32) | @Override method GridLayerRedrawManager (line 43) | private GridLayerRedrawManager() { method get (line 62) | public static final GridLayerRedrawManager get() { method schedule (line 66) | public void schedule(final PrioritizedCommand command) { method kick (line 74) | private void kick() { class PrioritizedCommand (line 80) | public static abstract class PrioritizedCommand implements Command { method PrioritizedCommand (line 84) | public PrioritizedCommand(final int priority) { method getPriority (line 88) | public int getPriority() { FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-grids/src/main/java/org/uberfire/ext/wires/core/grids/client/widget/layer/impl/GridLienzoPanel.java class GridLienzoPanel (line 39) | public class GridLienzoPanel extends FocusPanel implements RequiresResize, method GridLienzoPanel (line 57) | public GridLienzoPanel() { method GridLienzoPanel (line 69) | public GridLienzoPanel(final int width, method GridLienzoPanel (line 86) | public GridLienzoPanel(final DefaultGridLayer defaultGridLayer) { method GridLienzoPanel (line 99) | public GridLienzoPanel(final int width, method GridLienzoPanel (line 118) | protected GridLienzoPanel(final LienzoPanel lienzoPanel) { method GridLienzoPanel (line 127) | protected GridLienzoPanel(final LienzoPanel lienzoPanel, method setupPanels (line 139) | protected void setupPanels() { method setupScrollPanel (line 148) | protected void setupScrollPanel() { method setupDomElementContainer (line 152) | protected void setupDomElementContainer() { method setupRootPanel (line 156) | protected void setupRootPanel() { method setupScrollHandlers (line 161) | protected void setupScrollHandlers() { method addMouseUpHandler (line 166) | protected void addMouseUpHandler() { method setupDefaultHandlers (line 170) | protected void setupDefaultHandlers() { method onResize (line 191) | @Override method scheduleDeferred (line 199) | protected void scheduleDeferred(final Scheduler.ScheduledCommand sched... method updatePanelSize (line 203) | @Override method updatePanelSize (line 215) | @Override method updateInternalPanelsSizes (line 224) | protected void updateInternalPanelsSizes(final int width, method updateScrollPanelSize (line 240) | protected void updateScrollPanelSize(final int width, method propagateNewPanelSize (line 246) | protected void propagateNewPanelSize(int visibleWidth, int visibleHeig... method refreshScrollPosition (line 260) | @Override method setBounds (line 265) | @Override method add (line 270) | public LienzoPanel add(final DefaultGridLayer layer) { method setupDefaultGridLayer (line 280) | protected DefaultGridLayer setupDefaultGridLayer(final DefaultGridLaye... method getViewport (line 287) | public final Viewport getViewport() { method getLienzoPanel (line 291) | public LienzoPanel getLienzoPanel() { method getScrollPanel (line 295) | public AbsolutePanel getScrollPanel() { method getDomElementContainer (line 299) | public AbsolutePanel getDomElementContainer() { method getInternalScrollPanel (line 303) | public AbsolutePanel getInternalScrollPanel() { method getDefaultGridLayer (line 307) | public DefaultGridLayer getDefaultGridLayer() { method getRootPanel (line 311) | protected AbsolutePanel getRootPanel() { method getGridLienzoScrollHandler (line 315) | protected GridLienzoScrollHandler getGridLienzoScrollHandler() { FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-grids/src/main/java/org/uberfire/ext/wires/core/grids/client/widget/layer/pinning/GridPinnedModeManager.java type GridPinnedModeManager (line 25) | public interface GridPinnedModeManager extends IsPinnedModeAware { method enterPinnedMode (line 32) | void enterPinnedMode(final GridWidget gridWidget, method exitPinnedMode (line 39) | void exitPinnedMode(final Command onCompleteCommand); method updatePinnedContext (line 46) | void updatePinnedContext(final GridWidget gridWidget) throws IllegalSt... method getPinnedContext (line 52) | PinnedContext getPinnedContext(); method getDefaultTransformMediator (line 58) | TransformMediator getDefaultTransformMediator(); method addOnEnterPinnedModeCommand (line 60) | void addOnEnterPinnedModeCommand(final Command command); method addOnExitPinnedModeCommand (line 62) | void addOnExitPinnedModeCommand(final Command command); class PinnedContext (line 67) | class PinnedContext { method PinnedContext (line 75) | public PinnedContext(final GridWidget gridWidget, method getGridWidget (line 87) | public GridWidget getGridWidget() { method getTranslateX (line 91) | public double getTranslateX() { method getTranslateY (line 95) | public double getTranslateY() { method getScaleX (line 99) | public double getScaleX() { method getScaleY (line 103) | public double getScaleY() { FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-grids/src/main/java/org/uberfire/ext/wires/core/grids/client/widget/layer/pinning/IsPinnedModeAware.java type IsPinnedModeAware (line 21) | public interface IsPinnedModeAware { method isGridPinned (line 27) | boolean isGridPinned(); FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-grids/src/main/java/org/uberfire/ext/wires/core/grids/client/widget/layer/pinning/TransformMediator.java type TransformMediator (line 25) | public interface TransformMediator { method adjust (line 33) | Transform adjust(final Transform transform, FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-grids/src/main/java/org/uberfire/ext/wires/core/grids/client/widget/layer/pinning/impl/BoundaryTransformMediator.java class BoundaryTransformMediator (line 26) | public class BoundaryTransformMediator implements TransformMediator { method BoundaryTransformMediator (line 33) | public BoundaryTransformMediator() { method BoundaryTransformMediator (line 40) | public BoundaryTransformMediator(final Bounds bounds) { method setBounds (line 44) | public void setBounds(final Bounds bounds) { method adjust (line 51) | @Override FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-grids/src/main/java/org/uberfire/ext/wires/core/grids/client/widget/layer/pinning/impl/DefaultPinnedModeManager.java class DefaultPinnedModeManager (line 40) | public class DefaultPinnedModeManager implements GridPinnedModeManager { method DefaultPinnedModeManager (line 50) | public DefaultPinnedModeManager(final GridLayer gridLayer) { method enterPinnedMode (line 56) | @Override method doEnterPinnedMode (line 87) | protected void doEnterPinnedMode(final Command onStartCommand, method exitPinnedMode (line 99) | @Override method doExitPinnedMode (line 118) | protected void doExitPinnedMode(final Command onCompleteCommand, method enableGridTransformMediator (line 129) | private void enableGridTransformMediator(final GridWidget gridWidget) { method enableDefaultTransformMediator (line 137) | private void enableDefaultTransformMediator() { method getMediators (line 145) | private Mediators getMediators() { method updatePinnedContext (line 151) | @Override method getPinnedContext (line 175) | @Override method isGridPinned (line 180) | @Override method getDefaultTransformMediator (line 185) | @Override method addOnEnterPinnedModeCommand (line 190) | @Override method addOnExitPinnedModeCommand (line 195) | @Override FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-grids/src/main/java/org/uberfire/ext/wires/core/grids/client/widget/layer/pinning/impl/GridTransformMediator.java class GridTransformMediator (line 27) | public class GridTransformMediator implements TransformMediator { method GridTransformMediator (line 31) | public GridTransformMediator(final GridWidget gridWidget) { method adjust (line 35) | @Override FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-grids/src/main/java/org/uberfire/ext/wires/core/grids/client/widget/layer/pinning/impl/RestrictedMousePanMediator.java class RestrictedMousePanMediator (line 38) | public class RestrictedMousePanMediator extends AbstractMediator { method RestrictedMousePanMediator (line 50) | public RestrictedMousePanMediator(final GridLayer gridLayer) { method RestrictedMousePanMediator (line 54) | protected RestrictedMousePanMediator() { method isDragging (line 57) | public boolean isDragging() { method getTransformMediator (line 61) | public TransformMediator getTransformMediator() { method setTransformMediator (line 65) | public void setTransformMediator(final TransformMediator transformMedi... method cancel (line 69) | @Override method setCursor (line 75) | protected void setCursor(final Style.Cursor cursor) { method getLayerViewport (line 79) | protected Viewport getLayerViewport() { method getGridLayer (line 83) | GridLayer getGridLayer() { method handleEvent (line 87) | @Override method onMouseDown (line 110) | protected void onMouseDown(final NodeMouseDownEvent event) { method onMouseMove (line 129) | protected void onMouseMove(final NodeMouseMoveEvent event) { method onMouseUp (line 157) | protected void onMouseUp(final NodeMouseUpEvent event) { method inverseTransform (line 161) | protected Transform inverseTransform() { FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-grids/src/main/java/org/uberfire/ext/wires/core/grids/client/widget/scrollbars/GridLienzoScrollBars.java class GridLienzoScrollBars (line 26) | class GridLienzoScrollBars { method GridLienzoScrollBars (line 30) | GridLienzoScrollBars(final GridLienzoScrollHandler gridLienzoScrollHan... method getHorizontalScrollPosition (line 34) | Double getHorizontalScrollPosition() { method setHorizontalScrollPosition (line 44) | void setHorizontalScrollPosition(final Double percentage) { method getVerticalScrollPosition (line 53) | Double getVerticalScrollPosition() { method setVerticalScrollPosition (line 63) | void setVerticalScrollPosition(final Double percentage) { method setScrollTop (line 72) | void setScrollTop(final Integer scrollTop) { method setScrollLeft (line 76) | void setScrollLeft(final Integer scrollLeft) { method scrollPanel (line 80) | Panel scrollPanel() { FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-grids/src/main/java/org/uberfire/ext/wires/core/grids/client/widget/scrollbars/GridLienzoScrollBounds.java class GridLienzoScrollBounds (line 37) | class GridLienzoScrollBounds { method GridLienzoScrollBounds (line 45) | GridLienzoScrollBounds(final GridLienzoScrollHandler GridLienzoScrollH... method maxBoundX (line 49) | Double maxBoundX() { method maxBoundY (line 62) | Double maxBoundY() { method minBoundX (line 75) | Double minBoundX() { method minBoundY (line 88) | Double minBoundY() { method getVisibleGridWidgets (line 101) | Stream getVisibleGridWidgets() { method maxValue (line 107) | private double maxValue(final List boundsValues) { method minValue (line 111) | private double minValue(final List boundsValues) { method addExtraBounds (line 115) | private void addExtraBounds(final List bounds, method getVisibleBounds (line 126) | Bounds getVisibleBounds() { method hasDefaultBounds (line 130) | Boolean hasDefaultBounds() { method hasVisibleBounds (line 134) | Boolean hasVisibleBounds() { method getDefaultBounds (line 140) | Bounds getDefaultBounds() { method setDefaultBounds (line 144) | void setDefaultBounds(final Bounds defaultBounds) { method getDefaultGridLayer (line 148) | DefaultGridLayer getDefaultGridLayer() { method getGridWidgets (line 152) | Set getGridWidgets() { method isGridPinned (line 156) | private boolean isGridPinned() { FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-grids/src/main/java/org/uberfire/ext/wires/core/grids/client/widget/scrollbars/GridLienzoScrollHandler.java class GridLienzoScrollHandler (line 40) | public class GridLienzoScrollHandler { method GridLienzoScrollHandler (line 58) | public GridLienzoScrollHandler(final GridLienzoPanel panel) { method init (line 62) | public void init() { method setupContextSwitcher (line 69) | void setupContextSwitcher() { method disablePointerEvents (line 74) | MouseWheelHandler disablePointerEvents() { method enablePointerEvents (line 78) | MouseMoveHandler enablePointerEvents() { method scrollbarWidth (line 82) | public Integer scrollbarWidth() { method scrollbarHeight (line 86) | public Integer scrollbarHeight() { method setupGridLienzoScrollStyle (line 90) | void setupGridLienzoScrollStyle() { method gridLienzoScrollUI (line 94) | GridLienzoScrollUI gridLienzoScrollUI() { method setupScrollBarSynchronization (line 98) | void setupScrollBarSynchronization() { method setupMouseDragSynchronization (line 104) | void setupMouseDragSynchronization() { method makeRestrictedMousePanMediator (line 111) | RestrictedMousePanMediator makeRestrictedMousePanMediator() { method onScroll (line 125) | ScrollHandler onScroll() { method refreshScrollPosition (line 135) | public void refreshScrollPosition() { method updateGridLienzoPosition (line 143) | void updateGridLienzoPosition() { method updateGridLienzoTransform (line 155) | void updateGridLienzoTransform(final Double currentXPosition, method synchronizeScrollSize (line 169) | void synchronizeScrollSize() { method calculateInternalScrollPanelWidth (line 174) | Integer calculateInternalScrollPanelWidth() { method calculateInternalScrollPanelHeight (line 187) | Integer calculateInternalScrollPanelHeight() { method setScrollBarsPosition (line 200) | void setScrollBarsPosition(final Double xPercentage, method getMousePanMediator (line 207) | RestrictedMousePanMediator getMousePanMediator() { method getScrollPanel (line 211) | AbsolutePanel getScrollPanel() { method getInternalScrollPanel (line 215) | AbsolutePanel getInternalScrollPanel() { method getDomElementContainer (line 219) | AbsolutePanel getDomElementContainer() { method getLienzoPanel (line 223) | LienzoPanel getLienzoPanel() { method getPanel (line 227) | GridLienzoPanel getPanel() { method getDefaultGridLayer (line 231) | DefaultGridLayer getDefaultGridLayer() { method getViewport (line 237) | Viewport getViewport() { method emptyLayer (line 241) | DefaultGridLayer emptyLayer() { method scrollBars (line 248) | GridLienzoScrollBars scrollBars() { method scrollPosition (line 252) | GridLienzoScrollPosition scrollPosition() { method scrollBounds (line 256) | GridLienzoScrollBounds scrollBounds() { method setBounds (line 260) | public void setBounds(final Bounds bounds) { FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-grids/src/main/java/org/uberfire/ext/wires/core/grids/client/widget/scrollbars/GridLienzoScrollPosition.java class GridLienzoScrollPosition (line 28) | class GridLienzoScrollPosition { method GridLienzoScrollPosition (line 32) | GridLienzoScrollPosition(final GridLienzoScrollHandler gridLienzoScrol... method currentRelativeX (line 36) | Double currentRelativeX() { method currentRelativeY (line 43) | Double currentRelativeY() { method currentPositionX (line 50) | Double currentPositionX(final Double level) { method currentPositionY (line 57) | Double currentPositionY(final Double level) { method deltaX (line 64) | Double deltaX() { method deltaY (line 68) | Double deltaY() { method currentX (line 72) | private Double currentX() { method currentY (line 76) | private Double currentY() { method getTransform (line 80) | Transform getTransform() { method getVisibleBounds (line 86) | Bounds getVisibleBounds() { method bounds (line 90) | GridLienzoScrollBounds bounds() { method getDefaultGridLayer (line 94) | private DefaultGridLayer getDefaultGridLayer() { FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-grids/src/main/java/org/uberfire/ext/wires/core/grids/client/widget/scrollbars/GridLienzoScrollUI.java class GridLienzoScrollUI (line 27) | class GridLienzoScrollUI { method GridLienzoScrollUI (line 31) | GridLienzoScrollUI(final GridLienzoScrollHandler gridLienzoScrollHandl... method setup (line 35) | void setup() { method applyScrollPanelStyle (line 41) | void applyScrollPanelStyle() { method applyInternalScrollPanelStyle (line 46) | void applyInternalScrollPanelStyle() { method applyDomElementContainerStyle (line 50) | void applyDomElementContainerStyle() { method getScrollPanel (line 55) | private AbsolutePanel getScrollPanel() { method getInternalScrollPanel (line 59) | private AbsolutePanel getInternalScrollPanel() { method getDomElementContainer (line 63) | private AbsolutePanel getDomElementContainer() { method enablePointerEvents (line 67) | void enablePointerEvents(final Widget widget) { method disablePointerEvents (line 71) | void disablePointerEvents(final Widget widget) { method setPointerEvents (line 75) | void setPointerEvents(final Widget widget, method style (line 80) | Style style(final Widget widget) { FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-grids/src/main/java/org/uberfire/ext/wires/core/grids/client/widget/scrollbars/GridLienzoScrollable.java type GridLienzoScrollable (line 21) | public interface GridLienzoScrollable { method updatePanelSize (line 23) | void updatePanelSize(); method updatePanelSize (line 25) | void updatePanelSize(final Integer width, method refreshScrollPosition (line 28) | void refreshScrollPosition(); method setBounds (line 30) | void setBounds(final Bounds bounds); FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-grids/src/test/java/org/uberfire/ext/wires/core/grids/client/model/GridCellEditActionTest.java class GridCellEditActionTest (line 33) | @RunWith(MockitoJUnitRunner.class) method setup (line 51) | @Before method assertEnumeratedValues (line 58) | @Test FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-grids/src/test/java/org/uberfire/ext/wires/core/grids/client/model/impl/BaseBoundsTest.java class BaseBoundsTest (line 23) | public class BaseBoundsTest { method validConstructorParameters (line 25) | @Test method invalidConstructorWidthParameter (line 45) | @SuppressWarnings("unused") method invalidConstructorHeightParameter (line 54) | @SuppressWarnings("unused") method invalidSetterWidthParameter (line 63) | @Test(expected = IllegalStateException.class) method invalidSetterHeightParameter (line 72) | @Test(expected = IllegalStateException.class) FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-grids/src/test/java/org/uberfire/ext/wires/core/grids/client/model/impl/BaseGridDataTest.java class BaseGridDataTest (line 51) | @RunWith(LienzoMockitoTestRunner.class) method setUp (line 68) | @Before method testDefaultHeaderRowCount (line 73) | @Test method testGetHeaderRowCountWithColumnWithHeaderMetaData (line 78) | @Test method testGetHeaderRowCountWithColumnsWithHeaderMetaData (line 87) | @Test method testGetHeaderRowCountWithColumnWithoutHeaderMetaData (line 98) | @Test method testDeleteColumn (line 107) | @Test method testRemoveColumnWhenThereIsTheSameColumn (line 124) | @Test method testRemoveColumnWhenThereIsNotTheSameColumnButThereIsAnEqualColumn (line 141) | @Test method testRemoveColumnWhenThereIsNoEqualColumn (line 160) | @Test method testSetCellValueWhenNoExistingGridCell (line 176) | @Test method testSetCellValueWhenExistingBaseGridCell (line 189) | @Test method testSetCellValueWhenExistingCustomGridCell (line 203) | @Test method testSelectHeaderCell (line 217) | @Test method testSelectHeaderCellOutOfHeaderRowRange (line 233) | @Test method testSelectHeaderCellOutOfHeaderColumnRange (line 244) | @Test method appendColumn (line 251) | @Test method insertColumn (line 273) | @Test method deleteColumn (line 295) | @Test method deleteColumn_checkColumnsAndCellsShifting (line 309) | @Test method removeColumn (line 358) | @Test method refreshWidth (line 372) | @Test method refreshWidthWithValue (line 384) | @Test method internalRefreshWidth (line 397) | @Test method getWidth (line 440) | @Test method calculateInitWidth (line 452) | @Test class CustomGridCell (line 488) | static class CustomGridCell extends BaseGridCell { method CustomGridCell (line 490) | public CustomGridCell(final GridCellValue value) { FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-grids/src/test/java/org/uberfire/ext/wires/core/grids/client/model/impl/BaseGridTest.java class BaseGridTest (line 33) | public abstract class BaseGridTest { method constructGridData (line 44) | protected void constructGridData(final boolean isMerged, final int col... method constructGridData (line 49) | protected void constructGridData(final int columnCount, final int rowC... method assertGridIndexes (line 65) | public void assertGridIndexes(final GridData data, class Expected (line 112) | public static class Expected { method Expected (line 118) | private Expected(final boolean isMerged, method Expected (line 126) | private Expected(final Object value) { method build (line 130) | public static Expected build(final Object value) { method build (line 134) | public static Expected build(final boolean isMerged, class MockMergableGridColumn (line 143) | public static class MockMergableGridColumn extends BaseGridColumn { method MockMergableGridColumn (line 145) | public MockMergableGridColumn(final String title, method edit (line 152) | @Override class MockMergableGridColumnRenderer (line 160) | public static class MockMergableGridColumnRenderer extends BaseGrid... method renderCell (line 162) | @Override FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-grids/src/test/java/org/uberfire/ext/wires/core/grids/client/model/impl/GridCellSelectionsTest.java class GridCellSelectionsTest (line 32) | public class GridCellSelectionsTest extends BaseGridTest { method testSelectCell (line 34) | @Test method testSelectCellMergedData (line 86) | @Test method testSelectCellGroupedDataSelectGroupedCell (line 142) | @Test method testSelectCellGroupedDataSelectMergedCell (line 200) | @Test method testSelectCellMultipleTimes (line 258) | @Test method testClearSelections (line 330) | @Test method testSelectCellMoveColumn (line 399) | @Test method testMoveColumnSelectCell (line 485) | @Test method testSelectCellsMoveColumn (line 571) | @Test method testMoveColumnSelectCells (line 683) | @Test method testSelectCellMergedDataInsertRow (line 795) | @Test method testSelectCellUnmergedDataInsertRow (line 835) | @Test method testSelectCellMergedDataDeleteRow (line 877) | @Test method testSelectCellMergedDataDeleteRowWithAdditionalSelections (line 914) | @Test method testSelectCellGroupedDataDeleteRow (line 956) | @Test method testSelectCellGroupedDataDeleteRowWithAdditionalSelections (line 995) | @Test method testSelectCellUnmergedDataDeleteRow (line 1039) | @Test method testSelectCellThenAppendColumn (line 1078) | @Test method testSelectCellInsertColumn (line 1120) | @Test method testSelectCellAppendColumnWithRowSelected (line 1163) | @Test method testSelectCellInsertColumnWithRowSelected (line 1169) | @Test method doTestSelectCellWithRowSelected (line 1176) | private void doTestSelectCellWithRowSelected(final Consumer ... method testSelectCellDeleteColumn (line 1218) | @Test method testSelectHeaderCellDeleteColumn (line 1255) | @Test method testSelectCellDeleteColumnWithAdditionalSelections (line 1279) | @Test method testSelectCellMoveColumnDeleteColumn (line 1316) | @Test method testSelectCellMoveColumnToSplitSelectionsDeleteColumn (line 1355) | @Test method testUnmergedMoveRowUpWithSelections (line 1414) | @Test method testUnmergedMoveRowDownWithSelections (line 1501) | @Test method testMergedMoveRowUpWithSelections1 (line 1588) | @Test method testMergedMoveRowUpWithSelections2 (line 1699) | @Test method testMergedMoveRowUpWithSelections3 (line 1822) | @Test method testMergedMoveRowUpWithSelections4 (line 1943) | @Test method testMergedMoveRowDownWithSelections1 (line 2064) | @Test method testMergedMoveRowDownWithSelections2 (line 2175) | @Test method testMergedMoveRowDownWithSelections3 (line 2298) | @Test method testMergedMoveRowDownWithSelections4 (line 2419) | @Test method testGroupedMoveRowUpWithSelections1 (line 2540) | @Test method testGroupedMoveRowUpWithSelections2 (line 2669) | @Test method testGroupedMoveRowUpWithSelections3 (line 2798) | @Test method testGroupedMoveRowDownWithSelections1 (line 2933) | @Test method testGroupedMoveRowDownWithSelections2 (line 3068) | @Test method testGroupedMoveRowDownWithSelections3 (line 3203) | @Test method testSelectCellSelectedRangeChangeTopLeft (line 3332) | @Test method testSelectCellSelectedRangeChangeTopRight (line 3402) | @Test method testSelectCellSelectedRangeChangeBottomLeft (line 3472) | @Test method testSelectCellSelectedRangeChangeBottomRight (line 3542) | @Test FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-grids/src/test/java/org/uberfire/ext/wires/core/grids/client/model/impl/GridCellSelectionsTransformationTest.java class GridCellSelectionsTransformationTest (line 33) | public class GridCellSelectionsTransformationTest extends BaseGridTest { method testTransformationVerticalRightExtent (line 35) | @Test method testTransformationPlusSign (line 119) | @Test method testTransformationColumnSubsetVerticalRightExtent (line 203) | @Test method testTransformationColumnSubsetPlusSign (line 293) | @Test method testTransformationSplitRows (line 383) | @Test method testTransformationNeighbours (line 469) | @Test method testTransformationDiagonalCross (line 553) | @Test FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-grids/src/test/java/org/uberfire/ext/wires/core/grids/client/model/impl/GridColumnIndexingTest.java class GridColumnIndexingTest (line 28) | public class GridColumnIndexingTest extends BaseGridTest { method testAddInitialColumns (line 30) | @Test method testAddColumn (line 54) | @Test method testRemoveColumn (line 86) | @Test method testMoveColumnToLeft (line 115) | @Test method testMoveColumnsToLeft_RightMostTwoColumns (line 156) | @Test method testMoveColumnsToLeft_MiddleTwoColumns (line 200) | @Test method testMoveColumnToRight_LeftMostColumn (line 244) | @Test method testMoveColumnsToRight_LeftMostTwoColumns (line 285) | @Test method testMoveColumnsToRight_LeftMostTwoColumns_ToRightExtent (line 329) | @Test method testMoveColumnsToRight_LeftMostTwoColumns_MidBlock (line 373) | @Test method testRemoveRow (line 445) | @Test FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-grids/src/test/java/org/uberfire/ext/wires/core/grids/client/model/impl/GridColumnsTest.java class GridColumnsTest (line 25) | public class GridColumnsTest extends BaseGridTest { method testAppendColumn (line 27) | @Test method testInsertColumn (line 101) | @Test method testDeleteColumn (line 176) | @Test method testDeleteColumnThenInsertColumn (line 261) | @Test method testInsertx2ColumnThenDeletex2Column (line 378) | @Test method testInsertx2ColumnThenDeletex2ColumnReverseOrder (line 605) | @Test method testMoveColumnThenDelete (line 832) | @Test method testUpdateColumn (line 955) | @Test FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-grids/src/test/java/org/uberfire/ext/wires/core/grids/client/model/impl/GridGroupingTest.java class GridGroupingTest (line 29) | public class GridGroupingTest extends BaseGridTest { method testInitialSetup (line 31) | @Test method testGroup (line 58) | @Test method testGroupNotCombineWhenCellsValuesUpdatedAbove (line 125) | @Test method testGroupNotCombineWhenCellsValuesUpdatedBelow (line 292) | @Test method testGroupOverlap_CollapseBlockWithinParent (line 459) | @Test method testGroupOverlap_CollapseRightColumn_SingleCellOverlap_SplitBlock (line 609) | @Test method testGroupOverlap_CollapseLeftColumn_SingleCellOverlap_SplitBlock (line 753) | @Test method testGroupOverlap_ChildBlockCoversTableExtents (line 897) | @Test method testGroupOverlap_CollapseLeftColumn_SingleCellOverlapMidTable_SplitBlock (line 1009) | @Test method testGroupOverlap_CollapseLeftColumn_SubExtentOverlap_NoSplitBlock (line 1115) | @Test method testGroupOverlap_CollapseLeftColumn_MultipleCellOverlap_SplitBlock (line 1224) | @Test method testGroupOverlap_CollapseWholeTable (line 1336) | @Test method testGroupOverlap_CollapseWholeTableExceptLastRow (line 1426) | @Test method testGroupOverlap_CollapseLeftColumn_SingleCellOverlapBottom_SplitBlock (line 1523) | @Test method testGroupOverlap_CollapseRightColumn_ChildSubExtent (line 1737) | @Test method testGroupOverlap_CollapseLeftColumn_MultipleCellOverlapTableExtent_SplitBlock (line 1887) | @Test method testGroupOverlap_CollapseLeftColumn_SingleCellOverlapTop_SplitBlock (line 2037) | @Test method testGroupOverlap_CollapseRightColumn_SingleCellOverlapBottom_NestedSplitBlocks (line 2216) | @Test method testGroupOverlap_CollapseLeftColumn_StaggeredSingleCellOverlapTop_NestedSplitBlocks (line 2394) | @Test method testGroupOverlap_CollapseLeftColumn_MultipleCellOverlap_NestedSplitBlocks (line 2678) | @Test method testGroupUpdateCellValue (line 2946) | @Test method testGroupMovedColumnUpdateCellValue (line 3018) | @Test method testMergedDeleteCellValue (line 3094) | @Test method testRemoveRowIndex0FromGroupedBlock (line 3157) | @Test method testRemoveRowIndex1FromGroupedBlock (line 3274) | @Test method testRemoveRowIndex2FromGroupedBlock (line 3381) | @Test method testRemoveRowIndex3FromGroupedBlock (line 3488) | @Test method testRemoveRowIndex4FromGroupedBlock (line 3595) | @Test method testRemoveOnlyRow (line 3718) | @Test method testRemoveAllRows (line 3751) | @Test method testGrouped_MoveUp_Rowsx3ToIndex0_Blockx3Rows (line 3825) | @Test method testGrouped_MoveUp_Rowsx2ToIndex1_Blockx2Rows (line 3925) | @Test method testGrouped_MoveUp_Rowsx2ToIndex0_Blockx2Rows (line 4024) | @Test method testGrouped_MoveUp_Rowsx2ToIndex0_Blockx2Rows_MakeNewSplitBlock (line 4135) | @Test method testGrouped_MoveUp_Rowsx2ToIndex0_Blockx2Rows_MakeNewMergedBlock (line 4246) | @Test method testGrouped_MoveDown_Rowsx3ToIndex4_Blockx3Rows_NewMergedBlock (line 4357) | @Test method testGrouped_MoveDown_Rowsx2ToIndex4_Blockx2Rows_NewMergedGroup (line 4457) | @Test FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-grids/src/test/java/org/uberfire/ext/wires/core/grids/client/model/impl/GridMergingTest.java class GridMergingTest (line 26) | public class GridMergingTest extends BaseGridTest { method testInitialSetup_NoMerging (line 28) | @Test method testInitialSetup_Column1Merged (line 62) | @Test method testMergeDownwards_SplitBlock_Rowsx2Rowx1 (line 106) | @Test method testMergeDownwards_SplitBlock_Rowsx1Rowx2 (line 154) | @Test method testMergeDownwards_TableExtents (line 202) | @Test method testMergeUpwards_SplitBlock_Rowsx2Rowsx1 (line 253) | @Test method testMergeUpwards_SplitBlock_Rowsx1Rowsx2 (line 301) | @Test method testMergeUpwards_TableExtents (line 349) | @Test method testMergeNonSequential (line 401) | @Test method testMergedUpdateCellValue (line 457) | @Test method testMerged_MovedColumnRight_UpdateCellInMergedCell (line 531) | @Test method testMerged_MovedColumnRight_UpdateCellInMergedCell_CheckMergeToggle (line 609) | @Test method testFullIndexing_TableExtents (line 733) | @Test method testFullIndexing_TableTopExtent (line 833) | @Test method testFullIndexing_TableBottomExtent (line 965) | @Test method testMergeString_TableExtents (line 1097) | @Test method testMergeString_SplitBlockx2 (line 1136) | @Test method testMergeString_SplitBlockx3 (line 1175) | @Test method testMergeBoolean_TableExtents (line 1265) | @Test method testMergeBoolean_SplitBlockx2 (line 1304) | @Test method testMergeBoolean_SplitBlockx3 (line 1343) | @Test method testMerged_DeleteCell_MergedCell (line 1433) | @Test method testMerged_DeleteCell_UnmergedCell (line 1502) | @Test FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-grids/src/test/java/org/uberfire/ext/wires/core/grids/client/model/impl/GridRowsMergedTest.java class GridRowsMergedTest (line 22) | public class GridRowsMergedTest extends BaseGridTest { method testRemoveRow (line 24) | @Test method testAppendRow (line 79) | @Test method testInsertRowAtZeroIndex (line 134) | @Test method testInsertRowAtStartEndBlock (line 190) | @Test method testInsertRowAtMidBlock (line 246) | @Test method testDeleteRowAtZeroIndex (line 301) | @Test method testDeleteRowAtStartEndBlock (line 350) | @Test method testDeleteRowAtMidBlock (line 399) | @Test method testMergedBlock_MoveRowUp_Index4to3 (line 447) | @Test method testMergedBlock_MoveRowUp_Index3to2 (line 539) | @Test method testMergedBlock_MoveRowUp_Index2to1 (line 631) | @Test method testMergedBlock_MoveRowUp_Index1to0 (line 723) | @Test method testMergedBlock_MoveRowUp_Index2to1_NewMergedBlock (line 815) | @Test method testMergedBlock_MoveRowUp_Index3to2_NewMergedBlock (line 907) | @Test method testMergedBlock_MoveRowDown_Index0to1 (line 999) | @Test method testMergedBlock_MoveRowDown_Index1to2 (line 1091) | @Test method testMergedBlock_MoveRowDown_Index2to3 (line 1183) | @Test method testMergedBlock_MoveRowDown_Index3to4 (line 1275) | @Test method testMergedBlock_MoveRowDown_Index1to2_NewMergedBlock (line 1367) | @Test method testMergedBlock_MoveRowDown_Index2to3_NewMergedBlock (line 1459) | @Test method testMergedBlock_MoveRowsDown_Indexes2and3to4 (line 1551) | @Test method testMergedBlock_MoveRowsDown_Indexes0and1and2to3 (line 1643) | @Test method testMergedBlock_MoveRowsDown_Indexes0and1to4 (line 1735) | @Test method testMergedBlock_MoveRowsUp_Indexes3and4to1 (line 1827) | @Test method testMergedBlock_MoveRowsUp_Indexes2and3and4to1 (line 1919) | @Test method testMergedBlock_MoveRowsUp_Indexes2and3to0 (line 2011) | @Test method testMergedBlock_MoveRowsUp_notAllRowsMergedAfterMoving (line 2103) | @Test method testMergedBlock_MoveRowsUp_notAllRowsMergedBeforeMoving (line 2195) | @Test method testMergedBlock_MoveRowsDown_notAllRowsMergedAfterMoving (line 2287) | @Test method testMergedBlock_MoveRowsDown_notAllRowsMergedBeforeMoving (line 2379) | @Test FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-grids/src/test/java/org/uberfire/ext/wires/core/grids/client/model/impl/GridRowsUnmergedTest.java class GridRowsUnmergedTest (line 23) | public class GridRowsUnmergedTest extends BaseGridTest { method testRemoveRow (line 25) | @Test method testAppendRow (line 89) | @Test method testInsertRowAtZeroIndex (line 152) | @Test method testInsertRowAtStartEndBlock (line 216) | @Test method testInsertRowAtMidBlock (line 280) | @Test method testDeleteRowAtZeroIndex (line 343) | @Test method testDeleteRowAtStartEndBlock (line 400) | @Test method testDeleteRowAtMidBlock (line 457) | @Test FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-grids/src/test/java/org/uberfire/ext/wires/core/grids/client/util/CellContextUtilitiesTest.java class CellContextUtilitiesTest (line 54) | @RunWith(LienzoMockitoTestRunner.class) method setup (line 91) | @Before method testMakeHeaderRenderContextNoBlockMultipleColumns (line 117) | @Test method testMakeCellRenderContextOneRow (line 147) | @Test method testMakeCellRenderContextThreeRows (line 180) | @Test method testMakeCellRenderContextThreeRowsWhenScrolled (line 199) | @Test method setupThreeRowGrid (line 222) | private void setupThreeRowGrid() { method testMakeHeaderRenderContextLeadBlock (line 243) | @Test method testMakeHeaderRenderContextDifferentColumnHeaderMetaDataRows_Column0_Row0 (line 272) | @Test method testMakeHeaderRenderContextDifferentColumnHeaderMetaDataRows_Column0_Row1 (line 302) | @Test method testMakeHeaderRenderContextDifferentColumnHeaderMetaDataRows_Column1_Row0 (line 332) | @Test method setupHeadersWithDifferentColumnHeaderMetaDataRows (line 362) | private List> setupHeadersWithDifferentColumnHeaderMetaD... method testMakeHeaderRenderContextLeadBlockWithExtraLeadNonBlockColumn (line 375) | @Test method testMakeHeaderRenderContextTailBlock (line 406) | @Test method testMakeHeaderRenderContextTailBlockWithExtraTailNonBlockColumn (line 435) | @Test method testMakeHeaderRenderContextNoBlock (line 466) | @Test method testEditWhenNoCellSelected (line 492) | @Test method testEditWhenHeaderCellSelected (line 505) | @Test method testEditWhenHeaderCellSelectedWithRelativeLocation (line 522) | @Test method setupHeaderMetadata (line 542) | private void setupHeaderMetadata() { method testEditWhenDataCellSelectedSecondRow (line 564) | @Test method testEditWhenDataCellSelectedSecondColumn (line 582) | @Test method mockGridColumn (line 604) | private GridColumn mockGridColumn(final double width) { method mockGridColumn (line 613) | private GridColumn mockGridColumn(final double width, FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-grids/src/test/java/org/uberfire/ext/wires/core/grids/client/util/ColumnIndexUtilitiesTest.java class ColumnIndexUtilitiesTest (line 31) | public class ColumnIndexUtilitiesTest { method setup (line 37) | @Before method testFindUiColumnIndex (line 48) | @Test method testGetHeaderBlockStartColumnIndex (line 64) | @Test method testGetHeaderBlockStartColumnIndexWithSplitBlock (line 74) | @Test method testGetHeaderBlockEndColumnIndex (line 85) | @Test method testGetHeaderBlockEndColumnIndexWithSplitBlock (line 95) | @Test method testGetHeaderBlockEndColumnIndexWithIndexOutOfBounds (line 106) | @Test method testGetHeaderBlockEndColumnIndexWithIndexOutOfBounds2 (line 116) | @Test method testGetUiHeaderRowIndex (line 126) | @Test FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-grids/src/test/java/org/uberfire/ext/wires/core/grids/client/util/CoordinateUtilitiesTest.java class CoordinateUtilitiesTest (line 62) | @RunWith(LienzoMockitoTestRunner.class) method setUp (line 117) | @Before method testConvertDOMToGridCoordinateNoParent (line 141) | @Test method testConvertDOMToGridCoordinateWithParentWithoutTransform (line 151) | @Test method testConvertDOMToGridCoordinateWithParentWithTransformMove (line 162) | @Test method testConvertDOMToGridCoordinateWithParentWithTransformMoveAndRotate (line 177) | @Test method testGetUiRowIndexOverHeader (line 193) | @Test method testGetUiRowIndexInHeader (line 200) | @Test method testGetUiRowIndexInHeaderInFirstRow (line 207) | @Test method testGetUiRowIndexInHeaderInSecondRow (line 218) | @Test method testGetUiRowIndexInHeaderInThirdRow (line 228) | @Test method testGetUiRowIndexInHeaderBelowLastRow (line 238) | @Test method testGetUiColumnIndexBeforeWidget (line 248) | @Test method testGetUiColumnIndexAfterWidgetHeader (line 255) | @Test method testGetUiColumnIndexInHeaderAfterLastColumn (line 262) | @Test method testGetUiHeaderRowIndexHeaderMinY (line 274) | @Test method testGetUiHeaderRowIndexHeaderMaxY (line 289) | @Test method testGetUiHeaderRowIndexRow0 (line 304) | @Test method testGetUiHeaderRowIndexRow1 (line 321) | @Test method testGetRelativeXOfEvent (line 343) | @Test method testGetRelativeYOfEvent (line 349) | @Test method testGetUiHeaderRowIndexOnNoRowsHeader (line 355) | @Test method setupGridWidget (line 366) | private void setupGridWidget() { FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-grids/src/test/java/org/uberfire/ext/wires/core/grids/client/util/GridHighlightHelperTest.java class GridHighlightHelperTest (line 43) | @RunWith(LienzoMockitoTestRunner.class) method init (line 97) | @Before method testHighlight (line 129) | @Test method testHighlightWithPinnedGrid (line 142) | @Test method testHighlightWithPadding (line 154) | @Test method testMoveCanvasToWhenTheElementIsVisible (line 169) | @Test method testMoveCanvasToWhenElementIsNotHorizontallyVisible (line 188) | @Test method testMoveCanvasToWhenElementIsNotVerticallyVisible (line 207) | @Test method testClearSelections (line 226) | @Test method testCalculateRowOffset (line 239) | @Test method testCalculateColumnOffset (line 254) | @Test method testClearHighlight (line 269) | @Test method testHighlightCell (line 281) | @Test FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-grids/src/test/java/org/uberfire/ext/wires/core/grids/client/util/LoggingTest.java class LoggingTest (line 35) | @RunWith(MockitoJUnitRunner.class) method testLogEnabled (line 45) | @Test method testLogWithPreviousTimeTimeMillisEnabled (line 54) | @Test method testLogDisabled (line 65) | @Test method testLogWithPreviousTimeTimeMillisDisabled (line 74) | @Test FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-grids/src/test/java/org/uberfire/ext/wires/core/grids/client/widget/dnd/GridWidgetDnDMouseDownHandlerTest.java class GridWidgetDnDMouseDownHandlerTest (line 62) | @RunWith(LienzoMockitoTestRunner.class) method setup (line 128) | @Before method skipNonActiveGrid (line 148) | @Test method stateColumnResizePendingMovesToColumnResize (line 162) | @Test method stateColumnResizePendingWithNoActiveColumn (line 176) | @Test method stateColumnMovePendingMovesToColumnMove (line 187) | @Test method stateColumnMovePendingWithNoActiveColumns (line 210) | @Test method stateRowMovePendingMovesToRowMove (line 223) | @Test method stateRowMovePendingWithNoActiveRows (line 246) | @Test method stateGridMovePendingMovesToGridMove (line 259) | @Test method testColumnHighlight (line 272) | @Test method testRowHighlight (line 299) | @Test FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-grids/src/test/java/org/uberfire/ext/wires/core/grids/client/widget/dnd/GridWidgetDnDMouseMoveHandlerTest.java class GridWidgetDnDMouseMoveHandlerTest (line 69) | @RunWith(LienzoMockitoTestRunner.class) method setup (line 124) | @Before method findGridColumnWithEmptyLayer (line 199) | @Test method findGridColumnWithInvisibleGridWidgets (line 226) | @Test method findMovableGridWhenNoColumnOrRowOperationIsDetected (line 255) | @Test method findMovableGridWhenNoColumnOrRowOperationIsDetectedAndGridIsPinned (line 293) | @Test method findMovableGridWhenOverDragHandleWhenIsPinned (line 315) | @Test method findMovableGridWhenOverDragHandleWhenNotPinned (line 329) | @Test method doFindMovableGridWhenOverDragHandle (line 342) | private void doFindMovableGridWhenOverDragHandle(final boolean isPinned, method findMovableColumns (line 362) | @Test method findResizableColumnsInHeader (line 408) | @Test method findResizableColumnsInBody (line 464) | @Test method findMovableRows (line 510) | @Test method handleRowMove (line 558) | @Test method adjustColumnWidth (line 592) | @Test method getFirstRightAutoColumn (line 626) | @Test FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-grids/src/test/java/org/uberfire/ext/wires/core/grids/client/widget/dnd/GridWidgetDnDMouseUpHandlerTest.java class GridWidgetDnDMouseUpHandlerTest (line 39) | @RunWith(LienzoMockitoTestRunner.class) method setup (line 61) | @Before method stateIsResetOnMouseUpWhenStateIsNone (line 80) | @Test method stateIsResetOnMouseUpWhenStateIsColumnMovePending (line 90) | @Test method stateIsResetOnMouseUpWhenStateIsColumnResizePending (line 100) | @Test method stateIsResetOnMouseUpWhenStateIsColumnResize (line 110) | @Test method stateIsResetOnMouseUpWhenStateIsColumnMove (line 120) | @Test method stateIsResetOnMouseUpWhenStateIsRowMove (line 134) | @Test method stateIsResetOnMouseUpWhenStateIsColumnMoveInitiated (line 148) | @Test method stateIsResetOnMouseUpWhenStateIsRowMoveInitiated (line 162) | @Test FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-grids/src/test/java/org/uberfire/ext/wires/core/grids/client/widget/dom/single/impl/BaseSingletonDOMElementFactoryTest.java class BaseSingletonDOMElementFactoryTest (line 44) | public abstract class BaseSingletonDOMElementFactoryTest { method getTestedFactory (line 60) | public abstract BaseSingletonDOMElementFactory getTestedFactory(); method setUp (line 62) | @Before method testRegisterHandlers (line 67) | @Test FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-grids/src/test/java/org/uberfire/ext/wires/core/grids/client/widget/dom/single/impl/ListBoxSingletonDOMElementFactoryTest.java class ListBoxSingletonDOMElementFactoryTest (line 31) | @RunWith(GwtMockitoTestRunner.class) method getTestedFactory (line 43) | @Override FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-grids/src/test/java/org/uberfire/ext/wires/core/grids/client/widget/dom/single/impl/TextBoxSingletonDOMElementFactoryTest.java class TextBoxSingletonDOMElementFactoryTest (line 30) | @RunWith(GwtMockitoTestRunner.class) method getTestedFactory (line 42) | @Override FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-grids/src/test/java/org/uberfire/ext/wires/core/grids/client/widget/grid/NodeMouseEventHandlerTest.java class NodeMouseEventHandlerTest (line 35) | @RunWith(LienzoMockitoTestRunner.class) method setup (line 55) | @Before method testHandleHeaderCell (line 68) | @Test method testHandleBodyCell (line 73) | @Test method testIsDNDOperationInProgress (line 78) | @Test FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-grids/src/test/java/org/uberfire/ext/wires/core/grids/client/widget/grid/animation/GridWidgetEnterPinnedModeAnimationTest.java class GridWidgetEnterPinnedModeAnimationTest (line 36) | @RunWith(MockitoJUnitRunner.class) method testOnClose (line 57) | @Test FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-grids/src/test/java/org/uberfire/ext/wires/core/grids/client/widget/grid/animation/GridWidgetExitPinnedModeAnimationTest.java class GridWidgetExitPinnedModeAnimationTest (line 37) | @RunWith(MockitoJUnitRunner.class) method testOnClose (line 55) | @Test FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-grids/src/test/java/org/uberfire/ext/wires/core/grids/client/widget/grid/columns/BooleanDOMElementColumnTest.java class BooleanDOMElementColumnTest (line 41) | @RunWith(LienzoMockitoTestRunner.class) method setup (line 61) | @Before method editTrueToFalse (line 68) | @Test method editFalseToTrue (line 83) | @Test FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-grids/src/test/java/org/uberfire/ext/wires/core/grids/client/widget/grid/impl/BaseGridWidgetKeyboardHandlerTest.java class BaseGridWidgetKeyboardHandlerTest (line 59) | @RunWith(LienzoMockitoTestRunner.class) method setup (line 105) | @Before method testDestroyResourcesOnKeyDown (line 142) | @Test method testDestroyResourcesAndFlushOnKeyDown (line 156) | @Test method noSelectedDecisionTable (line 171) | @Test method unhandledKeysInvokeNoAction (line 178) | @Test method verifyNoOperationsInvoked (line 189) | private void verifyNoOperationsInvoked() { method deleteKeyClearsCells (line 224) | @Test method enterKeyEditsCells (line 252) | @Test method homeKeyMovesToTopLeft (line 274) | @Test method endKeyMovesToBottomRight (line 299) | @Test method leftCursorWithoutShiftKeyMovesLeftOneCell (line 324) | @Test method leftCursorWithShiftKeyExtendsRangeLeftOneCell (line 354) | @Test method rightCursorWithoutShiftKeyMovesRightOneCell (line 389) | @Test method rightCursorWithShiftKeyExtendsRangeRightOneCell (line 419) | @Test method upCursorWithoutShiftKeyMovesUpOneCell (line 454) | @Test method upCursorWithShiftKeyExtendsRangeUpOneCell (line 484) | @Test method downCursorWithoutShiftKeyMovesDownOneCell (line 519) | @Test method downCursorWithShiftKeyExtendsRangeDownOneCell (line 549) | @Test method setupKeyboardOperations (line 584) | private void setupKeyboardOperations() { FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-grids/src/test/java/org/uberfire/ext/wires/core/grids/client/widget/grid/impl/BaseGridWidgetMouseClickHandlerTest.java class BaseGridWidgetMouseClickHandlerTest (line 47) | @RunWith(LienzoMockitoTestRunner.class) method setup (line 91) | @Before method visibleGrid (line 115) | @Test method skipInvisibleGrid (line 131) | @Test FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-grids/src/test/java/org/uberfire/ext/wires/core/grids/client/widget/grid/impl/BaseGridWidgetMouseDoubleClickHandlerTest.java class BaseGridWidgetMouseDoubleClickHandlerTest (line 49) | @RunWith(LienzoMockitoTestRunner.class) method setup (line 92) | @Before method visibleGrid (line 123) | @Test method skipInvisibleGrid (line 139) | @Test FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-grids/src/test/java/org/uberfire/ext/wires/core/grids/client/widget/grid/impl/BaseGridWidgetRenderingTest.java class BaseGridWidgetRenderingTest (line 73) | @RunWith(LienzoMockitoTestRunner.class) method setup (line 123) | @Before method mockCanvas (line 150) | private void mockCanvas() { method mockHeader (line 156) | @SuppressWarnings("unchecked") method mockBody (line 165) | @SuppressWarnings("unchecked") method mockSelections (line 174) | @SuppressWarnings("unchecked") method mockSelector (line 185) | @SuppressWarnings("unchecked") method mockBoundary (line 193) | @SuppressWarnings("unchecked") method mockGridRendering (line 199) | @SuppressWarnings("unchecked") method renderingWithDOMElementColumnsAndRows (line 229) | @Test method renderingWithDOMElementColumnsAndWithoutRows (line 260) | @Test method testHeaderSelectionYOffsetStrategyWhenHeaderHeightIsEqualToRowsHeight (line 290) | @Test method testHeaderSelectionYOffsetStrategyWhenHeaderHeightIsGreaterThanRowsHeight (line 295) | @Test method testHeaderSelectionHeightStrategySingleSelectionNoYOffset (line 300) | @Test method testHeaderSelectionHeightStrategyMultipleSelectionsNoYOffset (line 312) | @Test method testHeaderSelectionHeightStrategySingleSelectionWithYOffset (line 324) | @Test method testHeaderSelectionHeightStrategyMultipleSelectionsWithYOffset (line 336) | @Test method testBodySelectionYOffsetStrategyRow0 (line 348) | @Test method testBodySelectionYOffsetStrategyRow1 (line 353) | @Test method testBodySelectionHeightStrategySingleSelection (line 358) | @Test method testBodySelectionHeightStrategyMultipleSelections (line 370) | @Test method testSelection (line 382) | @Test method testDeselection (line 397) | @Test method assertHeaderSelectionYOffsetStrategy (line 412) | @SuppressWarnings("unchecked") method assertBodySelectionYOffsetStrategy (line 424) | @SuppressWarnings("unchecked") FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-grids/src/test/java/org/uberfire/ext/wires/core/grids/client/widget/grid/impl/BaseGridWidgetRenderingTestUtils.java class BaseGridWidgetRenderingTestUtils (line 29) | public class BaseGridWidgetRenderingTestUtils { method makeRenderingInformation (line 37) | public static RenderingInformation makeRenderingInformation(final Grid... method makeRenderingInformation (line 45) | public static RenderingInformation makeRenderingInformation(final Grid... method makeRenderingInformation (line 52) | public static RenderingInformation makeRenderingInformation(final Grid... method makeRenderingInformation (line 62) | public static RenderingInformation makeRenderingInformation(final Grid... FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-grids/src/test/java/org/uberfire/ext/wires/core/grids/client/widget/grid/impl/BaseGridWidgetTest.java class BaseGridWidgetTest (line 44) | @RunWith(LienzoMockitoTestRunner.class) method setup (line 63) | @Before method selectCellMouseClick (line 78) | @Test method selectCellKeyboardNavigation (line 97) | @Test method adjustSelection (line 110) | @Test method startEditingCellMouseClick (line 120) | @Test method startEditingCellKeyboardNavigation (line 136) | @Test method testDefaultNodeMouseClickHandlers (line 146) | @Test method testDefaultNodeMouseDoubleClickHandlers (line 156) | @Test FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-grids/src/test/java/org/uberfire/ext/wires/core/grids/client/widget/grid/impl/BaseKeyboardOperationTest.java class BaseKeyboardOperationTest (line 52) | @RunWith(LienzoMockitoTestRunner.class) method setup (line 93) | @Before method scrollSelectedCellIntoView_NoSelection (line 121) | @Test method scrollSelectedCellIntoView_NoRenderedInformation (line 126) | @Test method scrollSelectedCellIntoView_HeaderSelected (line 134) | @Test method scrollSelectedCellIntoView_CellSelected (line 142) | @Test method scrollSelectedCellIntoView_HeaderSelected_WithDeltaXScroll (line 152) | @Test method scrollSelectedCellIntoView_CellSelected_WithDeltaXScroll (line 163) | @Test method scrollSelectedCellIntoView_HeaderSelected_WithDeltaYScroll (line 176) | @Test method scrollSelectedCellIntoView_CellSelected_WithDeltaYScroll (line 187) | @Test method scrollSelectedCellIntoView_HeaderSelected_WithDeltaXYScroll (line 200) | @Test method scrollSelectedCellIntoView_CellSelected_WithDeltaXYScroll (line 211) | @Test method getSelectedCellOrigin_NotHeaderCell (line 224) | @Test method getSelectedCellOrigin_SingleHeaderCell_KeyRight (line 232) | @Test method getSelectedCellOrigin_SingleHeaderCell_KeyLeft (line 242) | @Test method getSelectedCellOrigin_MultipleHeaderCell_KeyRight (line 252) | @Test method getSelectedCellOrigin_MultipleHeaderCell_KeyLeft (line 263) | @Test FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-grids/src/test/java/org/uberfire/ext/wires/core/grids/client/widget/grid/impl/DefaultGridWidgetCellSelectorMouseEventHandlerTest.java class DefaultGridWidgetCellSelectorMouseEventHandlerTest (line 35) | @RunWith(LienzoMockitoTestRunner.class) method setup (line 40) | @Before method checkHeaderSelectionDelegation (line 48) | @Test method checkBodySelectionDelegation (line 78) | @Test method checkOnNodeMouseEventDuringDragOperation (line 108) | @Test FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-grids/src/test/java/org/uberfire/ext/wires/core/grids/client/widget/grid/impl/DefaultGridWidgetCollapsedCellMouseEventHandlerTest.java class DefaultGridWidgetCollapsedCellMouseEventHandlerTest (line 44) | @RunWith(LienzoMockitoTestRunner.class) method setup (line 61) | @Before method testNullCell (line 78) | @Test method testNonMergedCell (line 98) | @Test method testMergedCellNotOnHotSpot (line 122) | @Test method testMergedCellCollapseOnHotSpot (line 154) | @Test method testMergedCellExpandOnHotSpot (line 186) | @Test method checkOnNodeMouseEventDuringDragOperation (line 218) | @Test FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-grids/src/test/java/org/uberfire/ext/wires/core/grids/client/widget/grid/impl/DefaultGridWidgetEditCellMouseEventHandlerTest.java class DefaultGridWidgetEditCellMouseEventHandlerTest (line 43) | @RunWith(LienzoMockitoTestRunner.class) method setup (line 51) | @Before method testEditHeaderCell (line 59) | @Test method testEditBodyCellWithASelectedCell (line 72) | @Test method testEditBodyCellWithANullSelectedCell (line 91) | @Test method testEditBodyCellWithMultipleSelectedCells (line 109) | @Test method testEditBodyCellWithoutASelectedCell (line 126) | @Test method checkOnNodeMouseEventDuringDragOperation (line 140) | @Test FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-grids/src/test/java/org/uberfire/ext/wires/core/grids/client/widget/grid/impl/DefaultGridWidgetLinkedColumnMouseEventHandlerTest.java class DefaultGridWidgetLinkedColumnMouseEventHandlerTest (line 38) | @RunWith(LienzoMockitoTestRunner.class) method setup (line 43) | @Before method selectVisibleGridHeaderNonLinkedColumn (line 51) | @Test method selectVisibleGridHeaderLinkedColumn (line 87) | @Test method checkOnNodeMouseEventDuringDragOperation (line 124) | @Test FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-grids/src/test/java/org/uberfire/ext/wires/core/grids/client/widget/grid/impl/DefaultGridWidgetPinnedModeMouseEventHandlerTest.java class DefaultGridWidgetPinnedModeMouseEventHandlerTest (line 40) | @RunWith(LienzoMockitoTestRunner.class) method setup (line 48) | @Before method enterPinnedMode (line 57) | @Test method exitPinnedMode (line 88) | @Test method checkOnNodeMouseEventDuringDragOperation (line 120) | @Test FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-grids/src/test/java/org/uberfire/ext/wires/core/grids/client/widget/grid/impl/KeyboardOperationInvokeContextMenuForSelectedCellTest.java class KeyboardOperationInvokeContextMenuForSelectedCellTest (line 39) | @RunWith(GwtMockitoTestRunner.class) method setUp (line 53) | @Before method testKeysThatFireOperation (line 60) | @Test method testIsExecutableNoSelectedCells (line 67) | @Test method testIsExecutableSelectedHeader (line 74) | @Test method testIsExecutableSelectedCells (line 81) | @Test method testPerformWithSelectedHeader (line 88) | @Test method testPerformWithSelectedCell (line 114) | @Test method testPerformNothingSelected (line 141) | @Test FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-grids/src/test/java/org/uberfire/ext/wires/core/grids/client/widget/grid/impl/KeyboardOperationMoveDownTest.java class KeyboardOperationMoveDownTest (line 30) | @RunWith(LienzoMockitoTestRunner.class) method setup (line 41) | @Before method testGetSelectionExtension (line 46) | @Test FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-grids/src/test/java/org/uberfire/ext/wires/core/grids/client/widget/grid/impl/KeyboardOperationMoveLeftTest.java class KeyboardOperationMoveLeftTest (line 30) | @RunWith(LienzoMockitoTestRunner.class) method setup (line 41) | @Before method testGetSelectionExtension (line 46) | @Test FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-grids/src/test/java/org/uberfire/ext/wires/core/grids/client/widget/grid/impl/KeyboardOperationMoveRightTest.java class KeyboardOperationMoveRightTest (line 30) | @RunWith(LienzoMockitoTestRunner.class) method setup (line 41) | @Before method testGetSelectionExtension (line 46) | @Test FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-grids/src/test/java/org/uberfire/ext/wires/core/grids/client/widget/grid/impl/KeyboardOperationMoveTest.java class KeyboardOperationMoveTest (line 34) | @RunWith(LienzoMockitoTestRunner.class) method setup (line 48) | @Before method testPerform (line 65) | @Test FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-grids/src/test/java/org/uberfire/ext/wires/core/grids/client/widget/grid/impl/KeyboardOperationMoveUpTest.java class KeyboardOperationMoveUpTest (line 30) | @RunWith(LienzoMockitoTestRunner.class) method setup (line 41) | @Before method testGetSelectionExtension (line 46) | @Test FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-grids/src/test/java/org/uberfire/ext/wires/core/grids/client/widget/grid/keyboard/BaseKeyDownHandlerCommonTest.java class BaseKeyDownHandlerCommonTest (line 46) | @RunWith(LienzoMockitoTestRunner.class) method setUpHandler (line 71) | @Before method isTabKeyHandled (line 92) | protected abstract boolean isTabKeyHandled(); method isEnterKeyHandled (line 94) | protected abstract boolean isEnterKeyHandled(); method isEscapeKeyHandled (line 96) | protected abstract boolean isEscapeKeyHandled(); method tabKeyCanvasActions (line 98) | @Test method enterKeyCanvasActions (line 115) | @Test method escapeKeyCanvasActions (line 132) | @Test method verifyCommonActions (line 146) | private void verifyCommonActions() { method mockKeyDownEvent (line 152) | private KeyDownEvent mockKeyDownEvent(final Optional keyCode, FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-grids/src/test/java/org/uberfire/ext/wires/core/grids/client/widget/grid/keyboard/KeyDownHandlerCommonEnterKeyTest.java class KeyDownHandlerCommonEnterKeyTest (line 22) | @RunWith(LienzoMockitoTestRunner.class) method isTabKeyHandled (line 25) | @Override method isEnterKeyHandled (line 30) | @Override method isEscapeKeyHandled (line 35) | @Override FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-grids/src/test/java/org/uberfire/ext/wires/core/grids/client/widget/grid/keyboard/KeyDownHandlerCommonEscapeKeyTest.java class KeyDownHandlerCommonEscapeKeyTest (line 22) | @RunWith(LienzoMockitoTestRunner.class) method isTabKeyHandled (line 25) | @Override method isEnterKeyHandled (line 30) | @Override method isEscapeKeyHandled (line 35) | @Override FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-grids/src/test/java/org/uberfire/ext/wires/core/grids/client/widget/grid/keyboard/KeyDownHandlerCommonTabKeyTest.java class KeyDownHandlerCommonTabKeyTest (line 22) | @RunWith(LienzoMockitoTestRunner.class) method isTabKeyHandled (line 25) | @Override method isEnterKeyHandled (line 30) | @Override method isEscapeKeyHandled (line 35) | @Override FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-grids/src/test/java/org/uberfire/ext/wires/core/grids/client/widget/grid/keyboard/KeyDownHandlerCommonTest.java class KeyDownHandlerCommonTest (line 22) | @RunWith(LienzoMockitoTestRunner.class) method isTabKeyHandled (line 25) | @Override method isEnterKeyHandled (line 30) | @Override method isEscapeKeyHandled (line 35) | @Override FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-grids/src/test/java/org/uberfire/ext/wires/core/grids/client/widget/grid/renderers/columns/impl/BaseColumnRendererTest.java class BaseColumnRendererTest (line 55) | @RunWith(LienzoMockitoTestRunner.class) method setup (line 122) | @Before method getRenderer (line 147) | protected abstract R getRenderer(); method getValueToRender (line 149) | protected abstract T getValueToRender(); method getGridColumn (line 151) | protected abstract GridColumn getGridColumn(); method testNullCell (line 153) | @Test method testNullCellValue (line 158) | @Test method testNullCellValueValue (line 165) | @Test method testRendering (line 173) | @Test method testRenderingPlaceHolder (line 187) | @Test method testRenderHeader (line 203) | @Test method assertRenderingCommands (line 225) | @SafeVarargs FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-grids/src/test/java/org/uberfire/ext/wires/core/grids/client/widget/grid/renderers/columns/impl/ColumnRenderingStrategyFlattenedTest.java class ColumnRenderingStrategyFlattenedTest (line 57) | @WithClassesToStub(BoundingBoxPathClipper.class) method setUp (line 130) | @Before method testRenderNotSelectionLayer (line 174) | @Test FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-grids/src/test/java/org/uberfire/ext/wires/core/grids/client/widget/grid/renderers/columns/impl/ColumnRenderingStrategyMergedTest.java class ColumnRenderingStrategyMergedTest (line 62) | @RunWith(LienzoMockitoTestRunner.class) method setUp (line 126) | @Before method testGetCellHeightCells3 (line 151) | @Test method testGetCellHeightCells4 (line 158) | @Test method testIsCollapsedCellMixedValueThreeDifferentValues (line 165) | @Test method testIsCollapsedCellMixedValueOneDifferentValue_1 (line 182) | @Test method testIsCollapsedCellMixedValueOneDifferentValue_2 (line 199) | @Test method testIsCollapsedCellMixedValueOneDifferentValue_3 (line 216) | @Test method testIsCollapsedCellMixedValue (line 233) | @Test method testIsCollapsedRowMixedValueThreeDifferentValues (line 250) | @Test method testIsCollapsedRowMixedValueOneDifferentValue_1 (line 271) | @Test method testIsCollapsedRowMixedValueOneDifferentValue_2 (line 292) | @Test method testIsCollapsedRowMixedValueOneDifferentValue_3 (line 313) | @Test method testIsCollapsedRowMixedValue (line 334) | @Test method gridCellWithMockedMergedCellCount (line 355) | private GridCell gridCellWithMockedMergedCellCount(final Strin... method testRenderNotSelectionLayer_Unmerged (line 365) | @Test method testRenderNotSelectionLayer_Merged (line 473) | @Test method assertGridBodyCellRenderContext (line 557) | private void assertGridBodyCellRenderContext(final GridBodyCellRenderC... FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-grids/src/test/java/org/uberfire/ext/wires/core/grids/client/widget/grid/renderers/columns/impl/IntegerColumnRendererTest.java class IntegerColumnRendererTest (line 28) | @WithClassesToStub({Text.class}) method getRenderer (line 31) | @Override method getValueToRender (line 42) | @Override method getGridColumn (line 47) | @Override FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-grids/src/test/java/org/uberfire/ext/wires/core/grids/client/widget/grid/renderers/columns/impl/StringColumnRendererTest.java class StringColumnRendererTest (line 28) | @WithClassesToStub({Text.class}) method getRenderer (line 31) | @Override method getValueToRender (line 42) | @Override method getGridColumn (line 47) | @Override FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-grids/src/test/java/org/uberfire/ext/wires/core/grids/client/widget/grid/renderers/grids/impl/BaseGridRendererHelperTest.java class BaseGridRendererHelperTest (line 46) | @RunWith(LienzoMockitoTestRunner.class) method setup (line 79) | @Before method testGetColumnOffsetByObject (line 105) | @Test method testGetColumnOffsetByObjectWithHiddenColumn (line 111) | @Test method testGetColumnOffsetByIndex (line 119) | @Test method testGetColumnOffsetByIndexWithHiddenColumn (line 125) | @Test method testGetColumnOffsetByIndexAndSubList (line 133) | @Test method testGetColumnOffsetByIndexAndSubListWithHiddenColumn (line 139) | @Test method testGetRowOffsetWithObject (line 147) | @Test method testGetRowOffsetWithIndex (line 154) | @Test method testGetRowOffsetWithObjectAndExplicitRowHeights (line 161) | @Test method testGetRowOffsetWithIndexAndExplicitRowHeights (line 169) | @Test method testGetWidth (line 177) | @Test method testGetWidthWithHiddenColumn (line 182) | @Test method testGetRenderingInformation_BoundsLeft (line 189) | @Test method testGetRenderingInformation_BoundsRight (line 197) | @Test method testGetRenderingInformation_BoundsTop (line 205) | @Test method testGetRenderingInformation_BoundsBottom (line 213) | @Test method testGetRenderingInformation_FixedHeaderSelected_NoFloatingColumns (line 221) | @Test method testGetRenderingInformation_FixedHeaderNotSelected_NoFloatingColumns (line 255) | @Test method testGetRenderingInformation_FloatingHeaderSelected_NoFloatingColumns (line 289) | @Test method testGetRenderingInformation_FloatingHeaderSelected_FloatingColumns (line 324) | @Test method testGetColumnInformation_FixedHeaderSelected_NoFloatingColumns (line 360) | @Test method testGetColumnInformation_FixedHeaderSelected_FloatingColumns (line 373) | @Test method assertRenderingInformation (line 387) | private void assertRenderingInformation(final BaseGridRendererHelper.R... method assertBlockInformation (line 413) | private void assertBlockInformation(final BaseGridRendererHelper.Rende... method assertColumnInformation (line 427) | private void assertColumnInformation(final BaseGridRendererHelper.Colu... FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-grids/src/test/java/org/uberfire/ext/wires/core/grids/client/widget/grid/renderers/grids/impl/BaseGridRendererNonSelectionLayerTest.java class BaseGridRendererNonSelectionLayerTest (line 65) | @WithClassesToStub({Text.class}) method isSelectionLayer (line 69) | @Override method checkRenderSelector (line 74) | @Test method checkSelectedCellsClippedByHeader (line 101) | @Test method checkSelectedCellsNotClippedByHeader (line 112) | @Test method checkSelectedCellsWithHiddenColumnSingleColumn (line 123) | @Test method checkSelectedCellsWithHiddenColumnMultipleColumns (line 135) | @Test method checkSelectedCellsWithHiddenColumnMultipleColumnsFirstHidden (line 150) | @Test method checkRenderHeader (line 166) | @Test method checkRenderBody (line 216) | @Test method checkRenderBoundary (line 254) | @Test method checkRenderedSelectedCells (line 276) | @SuppressWarnings("unchecked") method assertRenderingCommands (line 333) | @SafeVarargs method assertRenderedRectangle (line 340) | private void assertRenderedRectangle(final Rectangle rectangle, FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-grids/src/test/java/org/uberfire/ext/wires/core/grids/client/widget/grid/renderers/grids/impl/BaseGridRendererSelectionLayerTest.java class BaseGridRendererSelectionLayerTest (line 58) | @WithClassesToStub({Text.class}) method isSelectionLayer (line 62) | @Override method checkRenderSelector (line 67) | @Test method checkSelectedCells (line 85) | @Test method checkRenderHeader (line 105) | @Test method checkRenderBody (line 140) | @Test method checkRenderBoundary (line 171) | @Test method assertRenderingCommands (line 188) | @SafeVarargs FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-grids/src/test/java/org/uberfire/ext/wires/core/grids/client/widget/grid/renderers/grids/impl/BaseGridRendererTest.java class BaseGridRendererTest (line 64) | public abstract class BaseGridRendererTest { method setup (line 102) | @Before method checkRenderHeaderWhenColumnsHaveNoMetaData (line 124) | @Test method makeGridColumn (line 139) | protected GridColumn makeGridColumn(final double width) { method setupSelectionContext (line 145) | protected void setupSelectionContext() { method testMakeCellHighlight (line 153) | @Test method testSetCellHighlightY (line 181) | @Test method testSetCellHighlightYWithMergedCell (line 203) | @Test method setCellHighlightX (line 226) | @Test method testSetCellHighlightSize (line 252) | @Test method testGetMergedCellsCount (line 271) | @Test method testRenderHighlightedCells (line 288) | @Test method testGetRendererCommand (line 306) | @Test method testAddRenderHighlightedCellsCommand (line 343) | @Test method testClearCellHighlight (line 369) | @Test method testGetFirstRowIndexOfMergedBlock (line 382) | @Test method isSelectionLayer (line 402) | protected abstract boolean isSelectionLayer(); FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-grids/src/test/java/org/uberfire/ext/wires/core/grids/client/widget/grid/selections/SelectionExtensionTest.java class SelectionExtensionTest (line 25) | @RunWith(Parameterized.class) method data (line 43) | @Parameterized.Parameters method check (line 53) | @Test FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-grids/src/test/java/org/uberfire/ext/wires/core/grids/client/widget/grid/selections/impl/BaseCellSelectionManagerTest.java class BaseCellSelectionManagerTest (line 66) | @RunWith(LienzoMockitoTestRunner.class) method setup (line 117) | @Before method selectCellPointCoordinateOutsideGridBounds (line 147) | @Test method selectCellPointCoordinateWithinGridBounds (line 158) | @Test method selectCellPointCoordinateWithinGridBoundsWithShiftKey (line 174) | @Test method selectCellPointCoordinateWithinGridBoundsWithControlKey (line 201) | @Test method selectCellRowCoordinateLessThanZero (line 224) | @Test method selectCellRowCoordinateGreaterThanRowCount (line 235) | @Test method selectCellColumnCoordinateLessThanZero (line 246) | @Test method selectCellColumnCoordinateGreaterThanColumnCount (line 257) | @Test method selectCellWithoutShiftKeyWithoutControlKey (line 268) | @Test method selectCellWithShiftKey (line 287) | @Test method selectCellWithControlKey (line 314) | @Test method selectHeaderCellWithPoint (line 334) | @Test method selectHeaderCellWithCoordinate (line 351) | @Test method adjustSelectionLeft (line 368) | @Test method adjustSelectionLeftAndFindVisible (line 387) | @Test method adjustSelectionLeftOutOfBound (line 409) | @Test method adjustSelectionLeftWithShiftKey (line 428) | @Test method adjustSelectionRight (line 449) | @Test method adjustSelectionRightAndFindVisible (line 468) | @Test method adjustSelectionRightOutOfBound (line 490) | @Test method adjustSelectionRightWithShiftKey (line 509) | @Test method adjustSelectionUp (line 530) | @Test method adjustSelectionUpWithShiftKey (line 549) | @Test method adjustSelectionDown (line 570) | @Test method adjustSelectionDownWithShiftKey (line 589) | @Test method adjustSelectionRightDownWithShiftKey (line 610) | @Test method testAdjustSelectionUpFromDataToHeader (line 637) | @Test method testAdjustSelectionDownFromHeaderToData (line 657) | @Test method testAdjustSelectionUpInHeader (line 677) | @Test method testAdjustSelectionDownInHeader (line 696) | @Test method testAdjustSelectionRightInHeader (line 715) | @Test method testAdjustSelectionLeftInHeader (line 732) | @Test method startEditingCellPointCoordinateOutsideGridBounds (line 749) | @Test method startEditingCellPointCoordinateWithinGridBounds (line 773) | @Test method startEditingCellCoordinateOutsideGridBounds (line 802) | @Test method startEditingCoordinateWithinGridBoundsWithHeader (line 826) | @Test method startEditingCoordinateWithinGridBoundsWithNullHeader (line 831) | @Test method assertStartEditingCoordinateWithinGridBounds (line 836) | @SuppressWarnings("unchecked") method testGridBodyCellEditContextConstruction (line 864) | @Test method testGridBodyCellEditContextConstructionWithMergedCells (line 888) | @Test method testGridBodyCellEditContextConstructionWithMergedCellsProgrammaticEditingCollapsedCell (line 915) | @Test method assertGridBodyCellEditContext (line 942) | private void assertGridBodyCellEditContext(final GridBodyCellEditConte... FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-grids/src/test/java/org/uberfire/ext/wires/core/grids/client/widget/grid/selections/impl/BaseCellSelectionStrategyTest.java class BaseCellSelectionStrategyTest (line 28) | public abstract class BaseCellSelectionStrategyTest { method setup (line 37) | @Before method getStrategy (line 69) | protected abstract CellSelectionStrategy getStrategy(); FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-grids/src/test/java/org/uberfire/ext/wires/core/grids/client/widget/grid/selections/impl/HeaderSingleCellSelectionStrategyTest.java class HeaderSingleCellSelectionStrategyTest (line 30) | public class HeaderSingleCellSelectionStrategyTest extends BaseCellSelec... method getStrategy (line 32) | @Override method testSingleHeaderCell (line 37) | @Test method testBlockHeaderCell (line 57) | @Test method assertCellSelections (line 85) | private void assertCellSelections(final int headerRowIndex, FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-grids/src/test/java/org/uberfire/ext/wires/core/grids/client/widget/grid/selections/impl/RangeSelectionStrategyMergedDataTest.java class RangeSelectionStrategyMergedDataTest (line 28) | public class RangeSelectionStrategyMergedDataTest extends BaseCellSelect... method getStrategy (line 30) | @Override method singleCellSelection (line 35) | @Test method extendSelectionWithShiftKey (line 52) | @Test method extendSelectionWithControlKey (line 86) | @Test method extendSelectionWithColumnMovedWithShiftKey (line 112) | @Test FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-grids/src/test/java/org/uberfire/ext/wires/core/grids/client/widget/grid/selections/impl/RangeSelectionStrategyUnmergedDataTest.java class RangeSelectionStrategyUnmergedDataTest (line 29) | public class RangeSelectionStrategyUnmergedDataTest extends BaseCellSele... method setup (line 31) | @Before method getStrategy (line 38) | @Override method singleCellSelection (line 43) | @Test method extendSelectionWithShiftKey (line 58) | @Test method extendSelectionWithControlKey (line 88) | @Test method extendSelectionWithColumnMovedWithShiftKey (line 110) | @Test method selectCellWithShiftKeyWithHeaderSelected (line 142) | @Test method selectCellWithControlKeyWithHeaderSelected (line 166) | @Test FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-grids/src/test/java/org/uberfire/ext/wires/core/grids/client/widget/grid/selections/impl/RowSelectionStrategyMergedDataTest.java class RowSelectionStrategyMergedDataTest (line 28) | public class RowSelectionStrategyMergedDataTest extends BaseCellSelectio... method getStrategy (line 30) | @Override method singleCellSelection (line 35) | @Test method extendSelectionWithShiftKey (line 56) | @Test method extendSelectionWithControlKey (line 90) | @Test method extendSelectionWithColumnMovedWithShiftKey (line 124) | @Test FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-grids/src/test/java/org/uberfire/ext/wires/core/grids/client/widget/grid/selections/impl/RowSelectionStrategyUnmergedDataTest.java class RowSelectionStrategyUnmergedDataTest (line 29) | public class RowSelectionStrategyUnmergedDataTest extends BaseCellSelect... method setup (line 31) | @Before method getStrategy (line 38) | @Override method singleCellSelection (line 43) | @Test method extendSelectionWithShiftKey (line 60) | @Test method extendSelectionWithControlKey (line 90) | @Test method extendSelectionWithColumnMovedWithShiftKey (line 116) | @Test method selectCellWithShiftKeyWithHeaderSelected (line 148) | @Test method selectCellWithControlKeyWithHeaderSelected (line 174) | @Test FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-grids/src/test/java/org/uberfire/ext/wires/core/grids/client/widget/layer/impl/DefaultGridLayerTest.java class DefaultGridLayerTest (line 53) | @RunWith(LienzoMockitoTestRunner.class) method setup (line 69) | @Before method makeGridWidget (line 97) | private GridWidget makeGridWidget() { method checkFlipToGridWidgetWhenPinned (line 110) | @Test method checkFlipToGridWidgetWhenNotPinned (line 131) | @Test method checkScrollToGridWidgetWhenPinned (line 144) | @Test method checkScrollToGridWidgetWhenNotPinned (line 163) | @Test method checkRemoveAllClearsCachedReferences (line 174) | @Test method checkConnectorsVisibilityFollowPinnedModeStatus (line 204) | @Test method testAddOnEnterPinnedModeCommand (line 238) | @Test method testAddOnExitPinnedModeCommand (line 252) | @Test method checkConnectorsVisibility (line 266) | private void checkConnectorsVisibility(final boolean isVisible) { method testRegister (line 274) | @Test method testRegisterAndAddAsPrimitive (line 290) | @Test method testRegisterOrdering (line 309) | @Test method testRegisterAndAddAsPrimitiveOrdering (line 322) | @Test method testRegisteringSameInstanceMultipleTimes (line 344) | @Test method testRegisterAndAddAsPrimitiveSameInstanceMultipleTimes (line 356) | @Test method testRegisterAndAddAsPrimitiveSameInstanceMultipleTimesTwo (line 374) | @Test method testDeregister (line 394) | @Test method testDeregisterAsPrimitive (line 415) | @Test method testDrawPreservesExplicitGridWidgets (line 439) | @Test FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-grids/src/test/java/org/uberfire/ext/wires/core/grids/client/widget/layer/impl/GridLayerRedrawManagerTest.java class GridLayerRedrawManagerTest (line 25) | @RunWith(LienzoMockitoTestRunner.class) method comparatorUsedInsteadOfNaturalOrdering (line 28) | @Test class TestPrioritizedCommand (line 41) | private static class TestPrioritizedCommand extends GridLayerRedrawMan... method TestPrioritizedCommand (line 43) | public TestPrioritizedCommand(int priority) { method execute (line 47) | @Override method compareTo (line 51) | @Override FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-grids/src/test/java/org/uberfire/ext/wires/core/grids/client/widget/layer/impl/GridLienzoPanelTest.java class GridLienzoPanelTest (line 57) | @RunWith(LienzoMockitoTestRunner.class) method setUp (line 105) | @Before method testSetupPanels (line 126) | @Test method testSetupScrollPanel (line 143) | @Test method testSetupDomElementContainer (line 151) | @Test method testSetupRootPanel (line 159) | @Test method testSetupScrollHandlers (line 168) | @Test method testAddMouseUpHandler (line 181) | @Test method testOnResize (line 198) | @Test method testUpdatePanelSizeWhenWidthAndHeightAreGreaterThanZero (line 215) | @Test method testUpdatePanelSizeWhenWidthAndHeightAreNotGreaterThanZero (line 242) | @Test method testRefreshScrollPosition (line 268) | @Test method propagateNewPanelSize (line 280) | @Test method testConstructorWithSizeAndDefaultGridLayer (line 298) | @Test method testConstructor (line 305) | @Test method testMouseDownHandlerDoesNotSetFocus (line 312) | @Test FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-grids/src/test/java/org/uberfire/ext/wires/core/grids/client/widget/layer/pinning/impl/BoundaryMousePanMediatorTest.java class BoundaryMousePanMediatorTest (line 51) | @RunWith(LienzoMockitoTestRunner.class) method setup (line 83) | @Before method testMouseDownEvent (line 100) | @Test method testMouseUpEvent (line 113) | @Test method testMouseMoveEvent_LeftEdge (line 132) | @Test method testMouseMoveEvent_RightEdge (line 161) | @Test method testMouseMoveEvent_TopEdge (line 190) | @Test method testMouseMoveEvent_BottomEdge (line 219) | @Test method testMouseMoveEvent_LeftEdge_Scaled50pct (line 248) | @Test method testMouseMoveEvent_RightEdge_Scaled50pct (line 279) | @Test method testMouseMoveEvent_TopEdge_Scaled50pct (line 310) | @Test method testMouseMoveEvent_BottomEdge_Scaled50pct (line 341) | @Test FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-grids/src/test/java/org/uberfire/ext/wires/core/grids/client/widget/layer/pinning/impl/BoundaryTransformMediatorTest.java class BoundaryTransformMediatorTest (line 30) | @RunWith(LienzoMockitoTestRunner.class) method setup (line 39) | @Before method testLeftEdge (line 44) | @Test method testRightEdge (line 64) | @Test method testTopEdge (line 84) | @Test method testBottomEdge (line 104) | @Test FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-grids/src/test/java/org/uberfire/ext/wires/core/grids/client/widget/layer/pinning/impl/DefaultPinnedModeManagerTest.java class DefaultPinnedModeManagerTest (line 46) | @RunWith(LienzoMockitoTestRunner.class) method setup (line 77) | @Before method enteringPinnedModeSetsMediatorToGridTransformMediator (line 114) | @Test method exitingPinnedModeSetsMediatorToDefaultTransformMediator (line 133) | @Test FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-grids/src/test/java/org/uberfire/ext/wires/core/grids/client/widget/layer/pinning/impl/GridTransformMediatorTest.java class GridTransformMediatorTest (line 33) | @RunWith(LienzoMockitoTestRunner.class) method setup (line 41) | @Before method testGridNarrowerThanVisibleBounds (line 46) | @Test method testGridShorterThanVisibleBounds (line 71) | @Test method testGridWiderThanVisibleBoundsLeftEdge (line 96) | @Test method testGridWiderThanVisibleBoundsRightEdge (line 121) | @Test method testGridTallerThanVisibleBoundsTopEdge (line 146) | @Test method testGridTallerThanVisibleBoundsBottomEdge (line 171) | @Test FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-grids/src/test/java/org/uberfire/ext/wires/core/grids/client/widget/layer/pinning/impl/RestrictedMousePanMediatorTest.java class RestrictedMousePanMediatorTest (line 47) | @RunWith(LienzoMockitoTestRunner.class) method setUp (line 52) | @Before method testGetLayerViewport (line 57) | @Test method testSetCursor (line 72) | @Test method testCancel (line 89) | @Test method testHandleEventMouseMoveDragging (line 104) | @Test method testHandleEventMouseMoveNotDragging (line 128) | @Test method testHandleEventMouseDownNoFilter (line 142) | @Test method testHandleEventMouseDownDisabledFilter (line 163) | @Test method testHandleEventMouseDownEnabledFilterTestPassed (line 188) | @Test method testHandleEventMouseDownEnabledFilterTestNotPassed (line 214) | @Test method testHandleEventMouseUpNotDragging (line 241) | @Test method testHandleEventMouseUpDragging (line 257) | @Test method testOnMouseDown (line 279) | @Test method testOnMouseMoveBatch (line 323) | @Test method testOnMouseMoveDraw (line 328) | @Test method testOnMouseMove (line 333) | private void testOnMouseMove(boolean batchDrawing) { FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-grids/src/test/java/org/uberfire/ext/wires/core/grids/client/widget/scrollbars/GridLienzoScrollBarsTest.java class GridLienzoScrollBarsTest (line 35) | @RunWith(GwtMockitoTestRunner.class) method setUp (line 55) | @Before method testGetHorizontalScrollPosition (line 60) | @Test method testGetHorizontalScrollPositionWhenScrollbarIsDisabled (line 72) | @Test method testGetVerticalScrollPosition (line 84) | @Test method testGetVerticalScrollPositionWhenScrollbarIsDisabled (line 96) | @Test method testSetHorizontalScrollPosition (line 108) | @Test method testSetVerticalScrollPosition (line 120) | @Test method testPanel (line 132) | @Test method scrollPanel (line 145) | private Panel scrollPanel() { method emptyPanel (line 162) | private Panel emptyPanel() { FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-grids/src/test/java/org/uberfire/ext/wires/core/grids/client/widget/scrollbars/GridLienzoScrollBoundsTest.java class GridLienzoScrollBoundsTest (line 42) | @RunWith(LienzoMockitoTestRunner.class) method setUp (line 53) | @Before method testMaxBoundXWhenAWidgetHasTheMaximumValue (line 60) | @Test method testMaxBoundXWhenVisibleBoundsHasTheMaximumValue (line 70) | @Test method testMaxBoundXWhenDefaultBoundsHasTheMaximumValue (line 84) | @Test method testMaxBoundYWhenAWidgetHasTheMaximumValue (line 97) | @Test method testMaxBoundYWhenVisibleBoundsHasTheMaximumValue (line 107) | @Test method testMaxBoundYWhenDefaultBoundsHasTheMaximumValue (line 121) | @Test method testMinBoundXWhenAWidgetHasTheMinimumValue (line 134) | @Test method testMinBoundXWhenVisibleBoundsHasTheMinimumValue (line 144) | @Test method testMinBoundXWhenDefaultBoundsHasTheMinimumValue (line 158) | @Test method testMinBoundYWhenAWidgetHasTheMinimumValue (line 171) | @Test method testMinBoundYWhenVisibleBoundsHasTheMinimumValue (line 181) | @Test method testMinBoundYWhenDefaultBoundsHasTheMinimumValue (line 195) | @Test method testSetDefaultBounds (line 208) | @Test method testGetVisibleBounds (line 219) | @Test method testGetGridWidgets (line 234) | @Test method testGetVisibleGridWidgets (line 245) | @Test method testHasDefaultBoundsWhenDefaultBoundsIsNull (line 256) | @Test method testHasDefaultBoundsWhenDefaultBoundsIsNotNull (line 264) | @Test method testHasVisibleBoundsWhenViewportIsNull (line 272) | @Test method testHasVisibleBoundsWhenViewportIsNotNull (line 280) | @Test method makeGridWidget (line 289) | private GridWidget makeGridWidget(final Double x, method getGridWidgets (line 306) | private HashSet getGridWidgets() { method makeMaxBounds (line 315) | private BaseBounds makeMaxBounds() { method makeMinBounds (line 322) | private BaseBounds makeMinBounds() { method biggestWidget (line 329) | private GridWidget biggestWidget() { method mediumWidget (line 337) | private GridWidget mediumWidget() { method smallestWidget (line 345) | private GridWidget smallestWidget() { method hiddenWidget (line 353) | private GridWidget hiddenWidget() { FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-grids/src/test/java/org/uberfire/ext/wires/core/grids/client/widget/scrollbars/GridLienzoScrollHandlerTest.java class GridLienzoScrollHandlerTest (line 60) | @RunWith(LienzoMockitoTestRunner.class) method setUp (line 83) | @Before method testInit (line 95) | @Test method testSetupGridLienzoScrollStyle (line 111) | @Test method testGridLienzoScrollUI (line 123) | @Test method testSetupScrollBarSynchronization (line 130) | @Test method testSynchronizeScrollSize (line 147) | @Test method testCalculateInternalScrollPanelWidthWhenScrollbarXIsEnabled (line 164) | @Test method testCalculateInternalScrollPanelWidthWhenScrollbarXIsDisabled (line 185) | @Test method testCalculateInternalScrollPanelHeightWhenScrollbarYIsEnabled (line 205) | @Test method testCalculateInternalScrollPanelHeightWhenScrollbarYIsDisabled (line 226) | @Test method testSetupMouseDragSynchronization (line 246) | @Test method testOnScrollWhenMouseIsNotDragging (line 264) | @Test method testOnScrollWhenMouseIsDragging (line 280) | @Test method testRefreshScrollPosition (line 296) | @Test method testUpdateGridLienzoPosition (line 317) | @Test method testUpdateGridLienzoPositionWithPositions (line 342) | @Test method testSetScrollBarsPosition (line 380) | @Test method testMakeRestrictedMousePanMediator (line 396) | @Test method testGetMousePanMediator (line 414) | @Test method testGetScrollPanel (line 435) | @Test method testGetInternalScrollPanel (line 448) | @Test method testGetDomElementContainer (line 461) | @Test method testGetLienzoPanel (line 474) | @Test method testEmptyLayerReuse (line 487) | @Test method testScrollBarsReuse (line 492) | @Test method testScrollPositionReuse (line 497) | @Test method testScrollBoundsReuse (line 502) | @Test method testGetDefaultGridLayerWhenLienzoGridLayerIsNotNull (line 507) | @Test method testGetDefaultGridLayerWhenLienzoGridLayerIsNull (line 517) | @Test method testEmptyLayer (line 532) | @Test method testScrollBars (line 537) | @Test method testScrollPosition (line 542) | @Test method testScrollBounds (line 547) | @Test method testScrollbarWidth (line 552) | @Test method testScrollbarHeight (line 572) | @Test method testSetupContextSwitcher (line 592) | @Test method testEnablePointerEvents (line 610) | @Test method testDisablePointerEvents (line 626) | @Test method viewportMock (line 642) | private Viewport viewportMock() { method transformMock (line 655) | public Transform transformMock() { method mouseDownEventMock (line 664) | private NodeMouseDownEvent mouseDownEventMock() { method mouseMoveEventMock (line 673) | private NodeMouseMoveEvent mouseMoveEventMock() { FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-grids/src/test/java/org/uberfire/ext/wires/core/grids/client/widget/scrollbars/GridLienzoScrollPositionTest.java class GridLienzoScrollPositionTest (line 36) | @RunWith(GwtMockitoTestRunner.class) method setUp (line 78) | @Before method testGetCurrentXLevel (line 90) | @Test method testGetCurrentXLevelWhenDeltaXIsZero (line 101) | @Test method testGetCurrentYLevel (line 114) | @Test method testGetCurrentYLevelWhenDeltaYIsZero (line 125) | @Test method testCurrentXPosition (line 138) | @Test method testCurrentYPosition (line 150) | @Test method testGetVisibleBounds (line 162) | @Test method testGetTransform (line 176) | @Test method testBounds (line 192) | @Test method makeScrollBoundsHelper (line 200) | private GridLienzoScrollBounds makeScrollBoundsHelper() { method makeVisibleBounds (line 212) | private Bounds makeVisibleBounds() { method makeTransform (line 222) | private Transform makeTransform() { FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-grids/src/test/java/org/uberfire/ext/wires/core/grids/client/widget/scrollbars/GridLienzoScrollUITest.java class GridLienzoScrollUITest (line 38) | @RunWith(GwtMockitoTestRunner.class) method setUp (line 52) | @Before method testSetup (line 59) | @Test method testApplyScrollPanelStyle (line 69) | @Test method testApplyInternalScrollPanelStyle (line 78) | @Test method testApplyDomElementContainerStyle (line 86) | @Test method testEnablePointerEvents (line 97) | @Test method testDisablePointerEvents (line 107) | @Test method testSetPointerEvents (line 117) | @Test method testStyle (line 127) | @Test FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-scratchpad/src/main/java/org/uberfire/ext/wires/core/scratchpad/client/canvas/WiresScratchPadDropContext.java class WiresScratchPadDropContext (line 21) | public class WiresScratchPadDropContext implements ShapeDropContext getTextAlignValues() { method getFontSizeValues (line 141) | private List getFontSizeValues() { FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-scratchpad/src/main/java/org/uberfire/ext/wires/core/scratchpad/client/properties/WiresRectanglePropertyEditorAdaptor.java class WiresRectanglePropertyEditorAdaptor (line 34) | @ApplicationScoped method supports (line 39) | @Override method getProperties (line 44) | @Override FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-scratchpad/src/main/java/org/uberfire/ext/wires/core/scratchpad/client/shapes/WiresScratchPadDefaultShape.java class WiresScratchPadDefaultShape (line 36) | public abstract class WiresScratchPadDefaultShape extends WiresBaseDynam... method WiresScratchPadDefaultShape (line 42) | public WiresScratchPadDefaultShape() { method setContainerManager (line 73) | @Override FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-scratchpad/src/main/java/org/uberfire/ext/wires/core/scratchpad/client/shapes/connectors/WiresArrow.java class WiresArrow (line 32) | public class WiresArrow extends WiresBaseDynamicShape implements MagnetM... method WiresArrow (line 50) | public WiresArrow(final Arrow shape) { method setMagnetManager (line 125) | @Override method hideAllMagnets (line 130) | @Override method getMagnet (line 137) | @Override method setSelected (line 149) | @Override method contains (line 158) | @Override method toString (line 171) | @Override FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-scratchpad/src/main/java/org/uberfire/ext/wires/core/scratchpad/client/shapes/connectors/WiresBezierCurve.java class WiresBezierCurve (line 32) | public class WiresBezierCurve extends WiresBaseDynamicShape implements M... method WiresBezierCurve (line 53) | public WiresBezierCurve(final BezierCurve shape) { method setMagnetManager (line 188) | @Override method hideAllMagnets (line 193) | @Override method getMagnet (line 200) | @Override method setSelected (line 212) | @Override method contains (line 225) | @Override FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-scratchpad/src/main/java/org/uberfire/ext/wires/core/scratchpad/client/shapes/connectors/WiresLine.java class WiresLine (line 30) | public class WiresLine extends WiresBaseDynamicShape implements MagnetMa... method WiresLine (line 47) | public WiresLine(final Line shape) { method setMagnetManager (line 116) | @Override method hideAllMagnets (line 121) | @Override method getMagnet (line 128) | @Override method setSelected (line 140) | @Override method contains (line 149) | @Override method toString (line 162) | @Override FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-scratchpad/src/main/java/org/uberfire/ext/wires/core/scratchpad/client/shapes/containers/WiresCircularContainer.java class WiresCircularContainer (line 27) | public class WiresCircularContainer extends WiresBaseDynamicContainer { method WiresCircularContainer (line 43) | public WiresCircularContainer(final Circle shape) { method setSelected (line 93) | @Override method contains (line 102) | @Override method setHover (line 112) | @Override method toString (line 123) | @Override FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-scratchpad/src/main/java/org/uberfire/ext/wires/core/scratchpad/client/shapes/containers/WiresRectangularContainer.java class WiresRectangularContainer (line 25) | public class WiresRectangularContainer extends WiresBaseDynamicContainer { method WiresRectangularContainer (line 39) | public WiresRectangularContainer(final Rectangle shape) { method setSelected (line 149) | @Override method contains (line 158) | @Override method setHover (line 175) | @Override method toString (line 186) | @Override FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-scratchpad/src/main/java/org/uberfire/ext/wires/core/scratchpad/client/shapes/dynamic/WiresCircle.java class WiresCircle (line 27) | public class WiresCircle extends WiresScratchPadDefaultShape { method WiresCircle (line 38) | public WiresCircle(final Circle shape) { method setSelected (line 86) | @Override method contains (line 95) | @Override method getRadius (line 105) | public double getRadius() { method setRadius (line 109) | public void setRadius(final double radius) { FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-scratchpad/src/main/java/org/uberfire/ext/wires/core/scratchpad/client/shapes/dynamic/WiresRectangle.java class WiresRectangle (line 26) | public class WiresRectangle extends WiresScratchPadDefaultShape { method WiresRectangle (line 43) | public WiresRectangle(final Rectangle shape) { method setSelected (line 187) | @Override method contains (line 196) | @Override method getWidth (line 213) | public double getWidth() { method setWidth (line 217) | public void setWidth(final double width) { method getHeight (line 227) | public double getHeight() { method setHeight (line 231) | public void setHeight(final double height) { method toString (line 241) | @Override FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-scratchpad/src/main/java/org/uberfire/ext/wires/core/scratchpad/client/shapes/fixed/WiresFixedCircle.java class WiresFixedCircle (line 28) | public class WiresFixedCircle extends WiresBaseShape implements Requires... method WiresFixedCircle (line 37) | public WiresFixedCircle(final Circle shape) { method setContainerManager (line 77) | @Override method setSelected (line 82) | @Override method contains (line 91) | @Override FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-scratchpad/src/main/java/org/uberfire/ext/wires/core/scratchpad/client/shapes/fixed/WiresFixedText.java class WiresFixedText (line 39) | public class WiresFixedText extends WiresBaseShape implements RequiresCo... method WiresFixedText (line 53) | public WiresFixedText(final Text shape) { method setContainerManager (line 137) | @Override method setSelected (line 142) | @Override method contains (line 151) | @Override method getText (line 157) | public String getText() { method setText (line 161) | public void setText(final String text) { method getTextAlign (line 166) | public TextAlign getTextAlign() { method setTextAlign (line 170) | public void setTextAlign(final TextAlign align) { method getStrokeColour (line 175) | public String getStrokeColour() { method setStrokeColour (line 179) | public void setStrokeColour(final String strokeColour) { method getFillColour (line 183) | public String getFillColour() { method setFillColour (line 187) | public void setFillColour(final String fillColour) { method getFontSize (line 191) | public double getFontSize() { method setFontSize (line 195) | public void setFontSize(final double fontSize) { FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-trees/src/main/java/org/uberfire/ext/wires/core/trees/client/canvas/WiresTreeNodeConnector.java class WiresTreeNodeConnector (line 25) | public class WiresTreeNodeConnector extends Line { method WiresTreeNodeConnector (line 27) | public WiresTreeNodeConnector() { FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-trees/src/main/java/org/uberfire/ext/wires/core/trees/client/canvas/WiresTreeNodeDropContext.java class WiresTreeNodeDropContext (line 21) | public class WiresTreeNodeDropContext implements ShapeDropContext implements method AbstractTreeForTreeLayout (line 42) | public AbstractTreeForTreeLayout(TreeNode root) { method getParent (line 54) | abstract public TreeNode getParent(TreeNode node); method getChildrenList (line 68) | abstract public List getChildrenList(TreeNode node); method getRoot (line 70) | @Override method isLeaf (line 75) | @Override method isChildOfParent (line 80) | @Override method getChildren (line 86) | @Override method getChildrenReverse (line 91) | @Override method getFirstChild (line 96) | @Override method getLastChild (line 101) | @Override FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-trees/src/main/java/org/uberfire/ext/wires/core/trees/client/layout/treelayout/Configuration.java type Configuration (line 28) | public interface Configuration { method getRootLocation (line 55) | Location getRootLocation(); method getAlignmentInLevel (line 108) | AlignmentInLevel getAlignmentInLevel(); method getGapBetweenLevels (line 118) | double getGapBetweenLevels(int nextLevel); method getGapBetweenNodes (line 133) | double getGapBetweenNodes(TreeNode node1, type Location (line 142) | public enum Location { type AlignmentInLevel (line 153) | public enum AlignmentInLevel { FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-trees/src/main/java/org/uberfire/ext/wires/core/trees/client/layout/treelayout/DefaultConfiguration.java class DefaultConfiguration (line 30) | public class DefaultConfiguration implements method DefaultConfiguration (line 49) | public DefaultConfiguration(double gapBetweenLevels, method DefaultConfiguration (line 73) | public DefaultConfiguration(double gapBetweenLevels, method DefaultConfiguration (line 89) | public DefaultConfiguration(double gapBetweenLevels, method getGapBetweenLevels (line 100) | @Override method getGapBetweenNodes (line 105) | @Override method getRootLocation (line 114) | @Override method getAlignmentInLevel (line 119) | @Override FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-trees/src/main/java/org/uberfire/ext/wires/core/trees/client/layout/treelayout/NodeExtentProvider.java type NodeExtentProvider (line 28) | public interface NodeExtentProvider { method getWidth (line 35) | double getWidth(TreeNode treeNode); method getHeight (line 42) | double getHeight(TreeNode treeNode); FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-trees/src/main/java/org/uberfire/ext/wires/core/trees/client/layout/treelayout/Point2D.java class Point2D (line 23) | public class Point2D { method Point2D (line 28) | protected Point2D() { method setLocation (line 31) | public void setLocation(final double x, method getX (line 37) | public double getX() { method getY (line 41) | public double getY() { FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-trees/src/main/java/org/uberfire/ext/wires/core/trees/client/layout/treelayout/Rectangle2D.java class Rectangle2D (line 21) | public class Rectangle2D { method Rectangle2D (line 28) | public Rectangle2D(final double x, method getX (line 38) | public double getX() { method getY (line 42) | public double getY() { method getWidth (line 46) | public double getWidth() { method getHeight (line 50) | public double getHeight() { FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-trees/src/main/java/org/uberfire/ext/wires/core/trees/client/layout/treelayout/TreeForTreeLayout.java type TreeForTreeLayout (line 35) | public interface TreeForTreeLayout { method getRoot (line 43) | TreeNode getRoot(); method isLeaf (line 52) | boolean isLeaf(TreeNode node); method isChildOfParent (line 62) | boolean isChildOfParent(TreeNode node, method getChildren (line 72) | Iterable getChildren(TreeNode parentNode); method getChildrenReverse (line 81) | Iterable getChildrenReverse(TreeNode parentNode); method getFirstChild (line 90) | TreeNode getFirstChild(TreeNode parentNode); method getLastChild (line 100) | TreeNode getLastChild(TreeNode parentNode); FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-trees/src/main/java/org/uberfire/ext/wires/core/trees/client/layout/treelayout/TreeLayout.java class TreeLayout (line 39) | public class TreeLayout { method TreeLayout (line 103) | public TreeLayout(TreeForTreeLayout tree, method TreeLayout (line 151) | public TreeLayout(TreeForTreeLayout tree, method getTree (line 163) | public TreeForTreeLayout getTree() { method getNodeExtentProvider (line 170) | public NodeExtentProvider getNodeExtentProvider() { method getNodeHeight (line 174) | private double getNodeHeight(TreeNode node) { method getNodeWidth (line 181) | private double getNodeWidth(TreeNode node) { method getWidthOrHeightOfNode (line 188) | private double getWidthOrHeightOfNode(TreeNode treeNode, method getNodeThickness (line 204) | private double getNodeThickness(TreeNode treeNode) { method getNodeSize (line 219) | private double getNodeSize(TreeNode treeNode) { method getConfiguration (line 227) | public Configuration getConfiguration() { method isLevelChangeInYAxis (line 231) | private boolean isLevelChangeInYAxis() { method getLevelChangeSign (line 236) | private int getLevelChangeSign() { method updateBounds (line 242) | private void updateBounds(TreeNode node, method getBounds (line 273) | public Rectangle2D getBounds() { method calcSizeOfLevels (line 280) | private void calcSizeOfLevels(TreeNode node, method getLevelCount (line 310) | public int getLevelCount() { method getSizeOfLevel (line 325) | public double getSizeOfLevel(int level) { method getMod (line 334) | private double getMod(TreeNode node) { method setMod (line 339) | private void setMod(TreeNode node, method getThread (line 345) | private TreeNode getThread(TreeNode node) { method setThread (line 350) | private void setThread(TreeNode node, method getAncestor (line 356) | private TreeNode getAncestor(TreeNode node) { method setAncestor (line 361) | private void setAncestor(TreeNode node, method getPrelim (line 367) | private double getPrelim(TreeNode node) { method setPrelim (line 372) | private void setPrelim(TreeNode node, method getChange (line 378) | private double getChange(TreeNode node) { method setChange (line 383) | private void setChange(TreeNode node, method getShift (line 389) | private double getShift(TreeNode node) { method setShift (line 394) | private void setShift(TreeNode node, method getDistance (line 410) | private double getDistance(TreeNode v, method nextLeft (line 419) | private TreeNode nextLeft(TreeNode v) { method nextRight (line 423) | private TreeNode nextRight(TreeNode v) { method getNumber (line 432) | private int getNumber(TreeNode node, method ancestor (line 455) | private TreeNode ancestor(TreeNode vIMinus, method moveSubtree (line 469) | private void moveSubtree(TreeNode wMinus, method apportion (line 527) | private TreeNode apportion(TreeNode v, method executeShifts (line 609) | private void executeShifts(TreeNode v) { method firstWalk (line 633) | private void firstWalk(TreeNode v, method secondWalk (line 689) | private void secondWalk(TreeNode v, method getNodeBounds (line 754) | public Map getNodeBounds() { method addUniqueNodes (line 775) | private void addUniqueNodes(Map nodes, method checkTree (line 801) | public void checkTree() { class NormalizedPosition (line 820) | private class NormalizedPosition extends Point2D { method NormalizedPosition (line 825) | public NormalizedPosition(double x_relativeToRoot, method getX (line 831) | @Override method getY (line 836) | @Override method setLocation (line 841) | @Override FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-trees/src/main/java/org/uberfire/ext/wires/core/trees/client/layout/treelayout/util/IterableUtil.java class IterableUtil (line 28) | public class IterableUtil { method createReverseIterable (line 39) | public static Iterable createReverseIterable(List list) { class ReverseIterable (line 51) | private static class ReverseIterable implements Iterable { method ReverseIterable (line 55) | public ReverseIterable(List list) { method iterator (line 59) | @Override FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-trees/src/main/java/org/uberfire/ext/wires/core/trees/client/layout/treelayout/util/IteratorUtil.java class IteratorUtil (line 29) | public class IteratorUtil { method createReverseIterator (line 40) | public static Iterator createReverseIterator(List list) { class ReverseIterator (line 44) | private static class ReverseIterator implements Iterator { method ReverseIterator (line 48) | public ReverseIterator(List list) { method hasNext (line 52) | @Override method next (line 57) | @Override method remove (line 62) | @Override FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-trees/src/main/java/org/uberfire/ext/wires/core/trees/client/layout/treelayout/util/ListUtil.java class ListUtil (line 27) | public class ListUtil { method getLast (line 34) | public static T getLast(List list) { FILE: uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-trees/src/main/java/org/uberfire/ext/wires/core/trees/client/shapes/WiresBaseTreeNode.java class WiresBaseTreeNode (line 43) | public abstract class WiresBaseTreeNode extends WiresBaseShape implement... method WiresBaseTreeNode (line 55) | public WiresBaseTreeNode() { method setShapesManager (line 69) | @Override method setLayoutManager (line 74) | @Override method contains (line 79) | @Override method destroy (line 85) | @Override method getParentNode (line 108) | public WiresBaseTreeNode getParentNode() { method setParentNode (line 112) | public void setParentNode(final WiresBaseTreeNode parent) { method acceptChildNode (line 121) | public boolean acceptChildNode(final WiresBaseTreeNode child) { method addChildNode (line 131) | public void addChildNode(final WiresBaseTreeNode child) { method getChildIndex (line 155) | private int getChildIndex(final WiresTreeNodeConnector newConnector) { method getConnectorAngle (line 167) | private double getConnectorAngle(final WiresTreeNodeConnector connecto... method removeChildNode (line 179) | public void removeChildNode(final WiresBaseTreeNode child) { method getChildren (line 188) | public List getChildren() { method getWidth (line 192) | public abstract double getWidth(); method getHeight (line 194) | public abstract double getHeight(); method childMoved (line 196) | private void childMoved(final WiresBaseTreeNode child, method collapse (line 209) | public void collapse(final Command callback) { method onCollapseStart (line 315) | public void onCollapseStart() { method onCollapseProgress (line 323) | public void onCollapseProgress(final double pct) { method onCollapseEnd (line 330) | public void onCollapseEnd() { method expand (line 338) | public void expand(final Command callback) { method getTreeRoot (line 444) | private WiresBaseTreeNode getTreeRoot() { method onExpandStart (line 455) | public void onExpandStart() { method onExpandProgress (line 463) | public void onExpandProgress(final double pct) { method onExpandEnd (line 470) | public void onExpandEnd() { method getDescendants (line 474) | protected List getDescendants(final WiresBaseTreeNo... method hasChildren (line 483) | public boolean hasChildren() { method hasCollapsedChildren (line 487) | public boolean hasCollapsedChildren() { method updateConnectorsEndPoints (line 497) | private void updateConnectorsEndPoints() { method setX (line 512) | @Override method setY (line 519) | @Override FILE: uberfire-io/src/main/java/org/uberfire/io/IOService.java type IOService (line 56) | public interface IOService extends PriorityDisposable { method startBatch (line 60) | void startBatch(final FileSystem fs); method startBatch (line 62) | void startBatch(final FileSystem fs, method endBatch (line 65) | void endBatch(); method convert (line 67) | FileAttribute[] convert(final Map attrs); method get (line 69) | Path get(final String first, method get (line 73) | Path get(final URI uri) method getFileSystemMetadata (line 76) | Iterable getFileSystemMetadata(); method getFileSystem (line 78) | FileSystem getFileSystem(final URI uri) method newFileSystem (line 82) | FileSystem newFileSystem(final URI uri, method onNewFileSystem (line 87) | void onNewFileSystem(final NewFileSystemListener listener); method newInputStream (line 89) | InputStream newInputStream(final Path path, method newOutputStream (line 94) | OutputStream newOutputStream(final Path path, method newByteChannel (line 99) | SeekableByteChannel newByteChannel(final Path path, method newByteChannel (line 104) | SeekableByteChannel newByteChannel(final Path path, method newDirectoryStream (line 110) | DirectoryStream newDirectoryStream(final Path dir) method newDirectoryStream (line 113) | DirectoryStream newDirectoryStream(final Path dir, method createFile (line 117) | Path createFile(final Path path, method createDirectory (line 122) | Path createDirectory(final Path dir, method createDirectories (line 127) | Path createDirectories(final Path dir, method createDirectory (line 132) | Path createDirectory(final Path dir, method createDirectories (line 137) | Path createDirectories(final Path dir, method delete (line 142) | void delete(final Path path, method deleteIfExists (line 147) | boolean deleteIfExists(final Path path, method createTempFile (line 152) | Path createTempFile(final String prefix, method createTempFile (line 158) | Path createTempFile(final Path dir, method createTempDirectory (line 165) | Path createTempDirectory(final String prefix, method createTempDirectory (line 170) | Path createTempDirectory(final Path dir, method copy (line 176) | Path copy(final Path source, method move (line 182) | Path move(final Path source, method getFileAttributeView (line 189) | V getFileAttributeView(final Path path, method readAttributes (line 193) | Map readAttributes(final Path path) method readAttributes (line 197) | Map readAttributes(final Path path, method setAttributes (line 202) | Path setAttributes(final Path path, method setAttributes (line 207) | Path setAttributes(final Path path, method setAttribute (line 212) | Path setAttribute(final Path path, method getAttribute (line 218) | Object getAttribute(final Path path, method getLastModifiedTime (line 223) | FileTime getLastModifiedTime(final Path path) method size (line 226) | long size(final Path path) method exists (line 229) | boolean exists(final Path path) method notExists (line 232) | boolean notExists(final Path path) method isSameFile (line 235) | boolean isSameFile(final Path path, method newBufferedReader (line 239) | BufferedReader newBufferedReader(final Path path, method newBufferedWriter (line 243) | BufferedWriter newBufferedWriter(final Path path, method copy (line 248) | long copy(final InputStream in, method copy (line 254) | long copy(final Path source, method readAllBytes (line 258) | byte[] readAllBytes(final Path path) method readAllLines (line 261) | List readAllLines(final Path path) method readAllLines (line 264) | List readAllLines(final Path path, method readAllString (line 268) | String readAllString(final Path path, method readAllString (line 272) | String readAllString(final Path path) method write (line 275) | Path write(final Path path, method write (line 280) | Path write(final Path path, method write (line 286) | Path write(final Path path, method write (line 292) | Path write(final Path path, method write (line 298) | Path write(final Path path, method write (line 303) | Path write(final Path path, method write (line 309) | Path write(final Path path, method write (line 315) | Path write(final Path path, method write (line 322) | Path write(final Path path, method write (line 328) | Path write(final Path path, class NewFileSystemListener (line 335) | public abstract static class NewFileSystemListener { method execute (line 337) | public abstract void execute(final FileSystem newFileSystem, FILE: uberfire-io/src/main/java/org/uberfire/io/IOWatchService.java type IOWatchService (line 22) | public interface IOWatchService { method hasWatchService (line 24) | boolean hasWatchService(final FileSystem fs); method addWatchService (line 26) | void addWatchService(final FileSystem fs, FILE: uberfire-io/src/main/java/org/uberfire/io/attribute/DublinCoreAttributes.java type DublinCoreAttributes (line 26) | public interface DublinCoreAttributes extends BasicFileAttributes { method titles (line 28) | List titles(); method creators (line 30) | List creators(); method subjects (line 32) | List subjects(); method descriptions (line 34) | List descriptions(); method publishers (line 36) | List publishers(); method contributors (line 38) | List contributors(); method types (line 40) | List types(); method formats (line 42) | List formats(); method identifiers (line 44) | List identifiers(); method sources (line 46) | List sources(); method languages (line 48) | List languages(); method relations (line 50) | List relations(); method coverages (line 52) | List coverages(); method rights (line 54) | List rights(); FILE: uberfire-io/src/main/java/org/uberfire/io/attribute/DublinCoreAttributesUtil.java class DublinCoreAttributesUtil (line 44) | public final class DublinCoreAttributesUtil { method DublinCoreAttributesUtil (line 46) | private DublinCoreAttributesUtil() { method cleanup (line 50) | public static Map cleanup(final Map _a... method toMap (line 69) | public static Map toMap(final DublinCoreAttributes attrs, method buildAttrName (line 210) | private static String buildAttrName(final String title, FILE: uberfire-io/src/main/java/org/uberfire/io/attribute/DublinCoreView.java class DublinCoreView (line 44) | public class DublinCoreView method DublinCoreView (line 85) | public DublinCoreView(final AbstractPath path) { method extractValue (line 277) | private Pair extractValue(final Map.Entry lines, method write (line 538) | @Override method write (line 549) | @Override method write (line 560) | @Override method write (line 573) | @Override method dispose (line 587) | @Override method convert (line 598) | @Override method write (line 625) | @Override method write (line 636) | @Override method write (line 649) | @Override method write (line 663) | @Override method buildOptions (line 691) | protected abstract Set buildOptions(final Set V newView(final A... method internalCreateDirectory (line 367) | protected Path internalCreateDirectory(final Path dir, method split (line 397) | protected String[] split(final String attribute) { method priority (line 411) | @Override FILE: uberfire-io/src/main/java/org/uberfire/io/impl/IOServiceIdentifiable.java type IOServiceIdentifiable (line 21) | public interface IOServiceIdentifiable extends IOService { method getId (line 23) | String getId(); FILE: uberfire-io/src/main/java/org/uberfire/io/impl/IOServiceLockable.java type IOServiceLockable (line 21) | public interface IOServiceLockable extends IOServiceIdentifiable { method getLockControl (line 23) | BatchLockControl getLockControl(); FILE: uberfire-io/src/main/java/org/uberfire/io/impl/IOServiceNio2WrapperImpl.java class IOServiceNio2WrapperImpl (line 39) | public class IOServiceNio2WrapperImpl method IOServiceNio2WrapperImpl (line 43) | public IOServiceNio2WrapperImpl() { method IOServiceNio2WrapperImpl (line 47) | public IOServiceNio2WrapperImpl(final String id) { method IOServiceNio2WrapperImpl (line 51) | public IOServiceNio2WrapperImpl(final IOWatchService watchService) { method IOServiceNio2WrapperImpl (line 55) | public IOServiceNio2WrapperImpl(final String id, method delete (line 61) | @Override method deleteIfExists (line 70) | @Override method newByteChannel (line 78) | @Override method createDirectory (line 88) | @Override method createDirectories (line 97) | @Override method copy (line 106) | @Override method move (line 117) | @Override method getFileAttributeView (line 128) | @Override method readAttributes (line 136) | @Override method setAttributes (line 145) | @Override method getAttribute (line 159) | @Override method buildOptions (line 167) | @Override method priority (line 179) | @Override FILE: uberfire-io/src/main/java/org/uberfire/io/lock/BatchLockControl.java class BatchLockControl (line 26) | public class BatchLockControl { method lock (line 31) | public void lock(final FileSystem fs) { method makeSureThatIsOnlyOneFSOnCurrentBatch (line 53) | private void makeSureThatIsOnlyOneFSOnCurrentBatch(FileSystem fs) { method isAlreadyOnBatch (line 60) | private boolean isAlreadyOnBatch(FileSystem fileSystem) { method unlock (line 64) | public void unlock() { method shouldUnlockLockedFileSystems (line 74) | private boolean shouldUnlockLockedFileSystems() { method isLockable (line 78) | private boolean isLockable(FileSystem fileSystem) { method isLocked (line 82) | public boolean isLocked() { method getHoldCount (line 86) | public int getHoldCount() { method getFileSystemOnBatch (line 90) | public FileSystem getFileSystemOnBatch() { class BatchRuntimeException (line 94) | public class BatchRuntimeException extends RuntimeException { method BatchRuntimeException (line 96) | public BatchRuntimeException(String message) { FILE: uberfire-io/src/main/java/org/uberfire/io/regex/AntPathMatcher.java class AntPathMatcher (line 26) | public final class AntPathMatcher { method filter (line 31) | public static boolean filter(final Collection includes, method filter (line 54) | public static boolean filter(final Collection includes, method includes (line 77) | public static boolean includes(final Collection patterns, method includes (line 87) | public static boolean includes(final Collection patterns, method excludes (line 97) | public static boolean excludes(final Collection patterns, method excludes (line 107) | public static boolean excludes(final Collection patterns, method matches (line 117) | private static boolean matches(final Collection patterns, method matches (line 123) | private static boolean matches(final Collection patterns, FILE: uberfire-io/src/test/java/org/uberfire/io/CommonIOExceptionsServiceDotFileTest.java class CommonIOExceptionsServiceDotFileTest (line 28) | public abstract class CommonIOExceptionsServiceDotFileTest extends Commo... method deleteNoSuchFileException (line 30) | @Test(expected = NoSuchFileException.class) method deleteDirectoryNotEmptyException (line 38) | @Test(expected = DirectoryNotEmptyException.class) method deleteIfExistsDirectoryNotEmptyException (line 50) | @Test(expected = DirectoryNotEmptyException.class) method newByteChannelFileAlreadyExistsException (line 62) | @Test(expected = FileAlreadyExistsException.class) method createDirectoryFileAlreadyExistsException (line 74) | @Test(expected = FileAlreadyExistsException.class) method createDirectoriesFileAlreadyExistsException (line 85) | @Test(expected = org.uberfire.java.nio.IOException.class) method copyFileAlreadyExistsException (line 96) | @Test(expected = FileAlreadyExistsException.class) method readAttributesNoSuchFileException (line 112) | @Test(expected = NoSuchFileException.class) FILE: uberfire-io/src/test/java/org/uberfire/io/CommonIOServiceDotFileTest.java class CommonIOServiceDotFileTest (line 55) | public abstract class CommonIOServiceDotFileTest { method createTempDirectory (line 61) | public static File createTempDirectory() method cleanup (line 78) | @AfterClass method testFile (line 86) | @Test method testFileAttrSize4 (line 190) | protected abstract int testFileAttrSize4(); method testFileAttrSize3 (line 192) | protected abstract int testFileAttrSize3(); method testFileAttrSize2 (line 194) | protected abstract int testFileAttrSize2(); method testFileAttrSize1 (line 196) | protected abstract int testFileAttrSize1(); method testDirectory (line 198) | @Test method testDirectoryAttrSize4 (line 275) | protected abstract int testDirectoryAttrSize4(); method testDirectoryAttrSize3 (line 277) | protected abstract int testDirectoryAttrSize3(); method testDirectoryAttrSize2 (line 279) | protected abstract int testDirectoryAttrSize2(); method testDirectoryAttrSize1 (line 281) | protected abstract int testDirectoryAttrSize1(); method testDelete (line 283) | @Test method testCopyFile (line 360) | @Test method createDirectories (line 397) | @Test method createDirectoriesAttrSize (line 431) | protected abstract int createDirectoriesAttrSize(); method testDeleteIfExistis (line 433) | @Test method testReadNewByteChannel (line 506) | @Test method testNewByteChannel (line 527) | @Test method testNewByteChannelAttrSize (line 574) | protected abstract int testNewByteChannelAttrSize(); method testGetAttribute (line 576) | @Test method testGetAttributeView (line 618) | @Test method testReadAllStringFromUnexistentFile (line 661) | @Test(expected = NoSuchFileException.class) method testReadAllStringFromEmptyFile (line 666) | @Test method testReadAllStringFromExistentFile (line 677) | @Test method getFilePath (line 690) | public abstract Path getFilePath(); method getTargetPath (line 692) | public abstract Path getTargetPath(); method getDirectoryPath (line 694) | public abstract Path getDirectoryPath(); method getComposedDirectoryPath (line 696) | public abstract Path getComposedDirectoryPath(); method readSbc (line 698) | private String readSbc(SeekableByteChannel sbc) { method ioService (line 716) | public IOService ioService() { type MyAttrsView (line 724) | private static interface MyAttrsView extends BasicFileAttributeView { class XDublinCoreView (line 728) | public static class XDublinCoreView extends AbstractBasicFileAttribute... method XDublinCoreView (line 733) | public XDublinCoreView(final AbstractPath path) { method readAttributes (line 737) | @Override method viewTypes (line 747) | @Override class DublinCoreAttributes (line 753) | public static class DublinCoreAttributes implements BasicFileAttributes { method DublinCoreAttributes (line 758) | private DublinCoreAttributes(final BasicFileAttributes attributes, method getAuthor (line 764) | public String getAuthor() { method lastModifiedTime (line 768) | @Override method lastAccessTime (line 773) | @Override method creationTime (line 778) | @Override method isRegularFile (line 783) | @Override method isDirectory (line 788) | @Override method isSymbolicLink (line 793) | @Override method isOther (line 798) | @Override method size (line 803) | @Override method fileKey (line 808) | @Override FILE: uberfire-io/src/test/java/org/uberfire/io/GitIOServiceDotFileTest.java class GitIOServiceDotFileTest (line 40) | public class GitIOServiceDotFileTest extends CommonIOExceptionsServiceDo... method testFileAttrSize4 (line 44) | @Override method testFileAttrSize3 (line 49) | @Override method testFileAttrSize2 (line 54) | @Override method testFileAttrSize1 (line 59) | @Override method testDirectoryAttrSize4 (line 64) | @Override method testDirectoryAttrSize3 (line 69) | @Override method testDirectoryAttrSize2 (line 74) | @Override method testDirectoryAttrSize1 (line 79) | @Override method createDirectoriesAttrSize (line 84) | @Override method testNewByteChannelAttrSize (line 89) | @Override method testGetFileSystems (line 94) | @Test method testGetFileSystemInvalidURI (line 128) | @Test method testCreateFileSystemTwice (line 136) | @Test(expected = FileSystemAlreadyExistsException.class) method testRoot (line 143) | @Test method getFilePath (line 186) | @Override method getTargetPath (line 195) | @Override method getDirectoryPath (line 203) | @Override method getComposedDirectoryPath (line 211) | @Override method getRootPath (line 216) | private Path getRootPath() { method setup (line 220) | @Before FILE: uberfire-io/src/test/java/org/uberfire/io/OpenCloseTest.java class OpenCloseTest (line 37) | public class OpenCloseTest { method cleanup (line 42) | @AfterClass method setup (line 50) | @Before method testOpenCloseFS (line 64) | @Test FILE: uberfire-io/src/test/java/org/uberfire/io/SimpleFSIOServiceDotFileTest.java class SimpleFSIOServiceDotFileTest (line 28) | public class SimpleFSIOServiceDotFileTest extends CommonIOExceptionsServ... method testFileAttrSize4 (line 32) | @Override method testFileAttrSize3 (line 37) | @Override method testFileAttrSize2 (line 42) | @Override method testFileAttrSize1 (line 47) | @Override method testDirectoryAttrSize4 (line 52) | @Override method testDirectoryAttrSize3 (line 57) | @Override method testDirectoryAttrSize2 (line 62) | @Override method testDirectoryAttrSize1 (line 67) | @Override method createDirectoriesAttrSize (line 72) | @Override method testNewByteChannelAttrSize (line 77) | @Override method getFilePath (line 82) | @Override method getTargetPath (line 92) | @Override method getDirectoryPath (line 102) | @Override method getComposedDirectoryPath (line 112) | @Override method tempFile (line 122) | public File tempFile(final String content) throws IOException { FILE: uberfire-io/src/test/java/org/uberfire/io/attribute/DotFileAttrViewTest.java class DotFileAttrViewTest (line 49) | public class DotFileAttrViewTest { method cleanup (line 55) | @AfterClass method createTempDirectory (line 63) | public static File createTempDirectory() method testDotFileAttrAccess (line 80) | @Test method ioService (line 181) | public IOService ioService() { method setup (line 189) | @Before method tearDown (line 209) | @After FILE: uberfire-io/src/test/java/org/uberfire/io/attribute/DublinCoreTest.java class DublinCoreTest (line 39) | public class DublinCoreTest { method cleanup (line 44) | @AfterClass method createTempDirectory (line 51) | public static File createTempDirectory() method testDCore (line 68) | @Test method ioService (line 194) | public IOService ioService() { FILE: uberfire-io/src/test/java/org/uberfire/io/impl/BatchTest.java class BatchTest (line 65) | public class BatchTest { method setup (line 76) | @BeforeClass method cleanup (line 120) | @AfterClass method deleteOnBatchEventShouldKeepUserInfo (line 128) | @Test method testMoveAndAddOnBatchShouldTriggerRenameAndModifyEvent (line 154) | @Test method testBatch (line 217) | @Test method testBatch2 (line 309) | @Test method batchTest (line 397) | @Test method justOneFSOnBatchTest (line 412) | @Test method testInnerBatch (line 433) | @Test method innerBatchShouldOnlyBeCalledOnTheSameFS (line 457) | @Test method assertNumberOfCommitsOnInnerBatch (line 484) | @Test method testTwoStartedFsOnBatchByTheSameThread (line 531) | @Test method testTwoFsOnBatchByTheSameThread (line 563) | @Test method testDifferentThreads (line 586) | @Test method testDifferentThreadsWithoutBatch (line 632) | @Test method testDifferentThreads3 (line 668) | @Test method testDifferentThreadsNotBatchInners (line 725) | @Test method testDifferentThreadsNotBatchOuter (line 778) | @Test method exceptionOnCleanUpAndUnsetBatchModeOnFileSystemsShouldReleaseLock (line 830) | @Test method hooksShouldBeCalledOnBatch (line 852) | @Test method writeMockHook (line 897) | static void writeMockHook(final File hooksDirectory, method assertProperBatchCleanup (line 907) | private void assertProperBatchCleanup() { FILE: uberfire-io/src/test/java/org/uberfire/io/impl/WatcherTest.java class WatcherTest (line 43) | public class WatcherTest { method setup (line 51) | @BeforeClass method cleanup (line 69) | @AfterClass method simpleWatcherTest (line 78) | @Test FILE: uberfire-io/src/test/java/org/uberfire/io/regex/AntPathMatcherTest.java class AntPathMatcherTest (line 43) | public class AntPathMatcherTest { method setup (line 47) | @BeforeClass method cleanup (line 63) | @AfterClass method testIncludes (line 71) | @Test method testIncludesMid (line 97) | @Test method testExcludes (line 123) | @Test method testExcludesMid (line 149) | @Test method testFilter (line 175) | @Test method testIncludesUri (line 213) | @Test method testIncludesMidUri (line 230) | @Test method testExcludesUri (line 247) | @Test method testExcludesMidUri (line 264) | @Test method testFilterUri (line 281) | @Test FILE: uberfire-js/src/main/java/org/uberfire/client/JSEntryPoint.java class JSEntryPoint (line 34) | @EntryPoint method init (line 44) | @PostConstruct FILE: uberfire-js/src/main/java/org/uberfire/client/editor/JSEditorActivity.java class JSEditorActivity (line 30) | @Alternative method JSEditorActivity (line 35) | public JSEditorActivity(final JSNativeEditor nativeEditor, method onStartup (line 41) | @Override method onOpen (line 50) | @Override method onClose (line 56) | @Override method onShutdown (line 62) | @Override method getIdentifier (line 68) | @Override method setupObservablePathCallBacks (line 73) | private void setupObservablePathCallBacks() { method getTitle (line 124) | @Override method getWidget (line 129) | @Override method getNativeEditor (line 134) | public JSNativeEditor getNativeEditor() { method setNativeEditor (line 138) | public void setNativeEditor(JSNativeEditor nativeEditor) { method getLockingStrategy (line 142) | @Override FILE: uberfire-js/src/main/java/org/uberfire/client/editor/JSNativeEditor.java class JSNativeEditor (line 24) | @Dependent method getResourceType (line 29) | private static native String getResourceType(final JavaScriptObject o)... method executeOnConcurrentUpdate (line 33) | private static native void executeOnConcurrentUpdate(final JavaScriptO... method executeOnConcurrentDelete (line 37) | private static native void executeOnConcurrentDelete(final JavaScriptO... method executeOnConcurrentRename (line 41) | private static native void executeOnConcurrentRename(final JavaScriptO... method executeOnConcurrentCopy (line 45) | private static native void executeOnConcurrentCopy(final JavaScriptObj... method executeOnRename (line 49) | private static native void executeOnRename(final JavaScriptObject o) /*-{ method executeOnDelete (line 53) | private static native void executeOnDelete(final JavaScriptObject o) /*-{ method executeOnCopy (line 57) | private static native void executeOnCopy(final JavaScriptObject o) /*-{ method executeOnUpdate (line 61) | private static native void executeOnUpdate(final JavaScriptObject o) /*-{ method build (line 65) | public void build(final JavaScriptObject obj) { method onConcurrentUpdate (line 73) | public void onConcurrentUpdate() { method onConcurrentDelete (line 80) | public void onConcurrentDelete() { method onConcurrentRename (line 87) | public void onConcurrentRename() { method onConcurrentCopy (line 94) | public void onConcurrentCopy() { method onRename (line 101) | public void onRename() { method onDelete (line 108) | public void onDelete() { method onCopy (line 115) | public void onCopy() { method onUpdate (line 122) | public void onUpdate() { method getResourceType (line 129) | public String getResourceType() { FILE: uberfire-js/src/main/java/org/uberfire/client/editor/type/JSClientResourceType.java class JSClientResourceType (line 24) | @Alternative method JSClientResourceType (line 30) | public JSClientResourceType() { method JSClientResourceType (line 34) | public JSClientResourceType(JSNativeClientResourceType jsNativeClientR... method getShortName (line 40) | @Override method getDescription (line 45) | @Override method getPrefix (line 50) | @Override method getSuffix (line 55) | @Override method getPriority (line 60) | @Override method getSimpleWildcardPattern (line 65) | @Override method accept (line 70) | @Override method getCategory (line 75) | @Override method getId (line 80) | public String getId() { FILE: uberfire-js/src/main/java/org/uberfire/client/editor/type/JSNativeClientResourceType.java class JSNativeClientResourceType (line 22) | @Dependent method build (line 27) | public void build(final JavaScriptObject obj) { method acceptFileName (line 34) | public native boolean acceptFileName(String filename) /*-{ method getSimpleWildcardPattern (line 38) | public native String getSimpleWildcardPattern() /*-{ method getPriority (line 42) | public native String getPriority() /*-{ method getSuffix (line 46) | public native String getSuffix() /*-{ method getPrefix (line 50) | public native String getPrefix() /*-{ method getDescription (line 54) | public native String getDescription() /*-{ method getShortName (line 58) | public native String getShortName() /*-{ method getId (line 62) | public native String getId() /*-{ FILE: uberfire-js/src/main/java/org/uberfire/client/exporter/EditorJSExporter.java class EditorJSExporter (line 39) | @ApplicationScoped method registerEditor (line 42) | public static void registerEditor(final Object _obj) { method updateExistentActivity (line 70) | private static void updateExistentActivity(final JSNativeEditor newNat... method registerNewActivity (line 75) | private static void registerNewActivity(final SyncBeanManager beanMana... method export (line 104) | @Override method publish (line 109) | private native void publish() /*-{ class EditorResourceTypeNotFound (line 113) | public static class EditorResourceTypeNotFound extends RuntimeException { FILE: uberfire-js/src/main/java/org/uberfire/client/exporter/JSExporterUtils.java class JSExporterUtils (line 25) | public class JSExporterUtils { method findActivityIfExists (line 27) | public static T findActivityIfExists(final SyncBe... FILE: uberfire-js/src/main/java/org/uberfire/client/exporter/PerspectiveJSExporter.java class PerspectiveJSExporter (line 36) | @ApplicationScoped method registerPerspective (line 39) | public static void registerPerspective(final Object _obj) { method export (line 63) | @Override method publish (line 68) | private native void publish() /*-{ FILE: uberfire-js/src/main/java/org/uberfire/client/exporter/PlaceManagerJSExporter.java class PlaceManagerJSExporter (line 27) | @ApplicationScoped method goTo (line 30) | public static void goTo(final String place) { method goTo (line 36) | public static void goTo(final String place, method export (line 43) | @Override method publish (line 48) | private native void publish() /*-{ FILE: uberfire-js/src/main/java/org/uberfire/client/exporter/PluginJSExporter.java class PluginJSExporter (line 40) | @ApplicationScoped method registerPlugin (line 43) | public static void registerPlugin(final Object _obj) { method updateExistentActivity (line 69) | private static void updateExistentActivity(final JSNativeScreen newNat... method registerNewActivity (line 74) | private static void registerNewActivity(final SyncBeanManager beanMana... method export (line 99) | @Override method publish (line 104) | private native void publish() /*-{ FILE: uberfire-js/src/main/java/org/uberfire/client/exporter/ResourceTypeDefinitionJSExporter.java class ResourceTypeDefinitionJSExporter (line 37) | @ApplicationScoped method registerResourceTypeDefinition (line 40) | public static void registerResourceTypeDefinition(final Object _obj) { method export (line 60) | @Override method publish (line 65) | private native void publish() /*-{ FILE: uberfire-js/src/main/java/org/uberfire/client/exporter/SplashScreenJSExporter.java class SplashScreenJSExporter (line 39) | @ApplicationScoped method registerSplashScreen (line 42) | public static void registerSplashScreen(final Object _obj) { method updateExistentActivity (line 71) | private static void updateExistentActivity(final JSNativeSplashScreen ... method registerNewActivity (line 76) | private static void registerNewActivity(final SyncBeanManager beanMana... method export (line 101) | @Override method publish (line 106) | private native void publish() /*-{ FILE: uberfire-js/src/main/java/org/uberfire/client/exporter/UberfireJSAPIExporter.java class UberfireJSAPIExporter (line 30) | @EntryPoint method export (line 36) | @PostConstruct FILE: uberfire-js/src/main/java/org/uberfire/client/exporter/UberfireJSExporter.java type UberfireJSExporter (line 19) | public interface UberfireJSExporter { method export (line 21) | public void export(); FILE: uberfire-js/src/main/java/org/uberfire/client/exporter/VFSJSExporter.java class VFSJSExporter (line 28) | @ApplicationScoped method export (line 34) | @Override method publish (line 39) | private native void publish(VFSJSExporter js)/*-{ method write (line 48) | public void write(final String uri, method readAllString (line 67) | public void readAllString(final String uri, method executeNativeCallback (line 83) | private native void executeNativeCallback(JavaScriptObject callback, FILE: uberfire-js/src/main/java/org/uberfire/client/perspective/JSNativePerspective.java class JSNativePerspective (line 44) | @Dependent method getView (line 61) | private static native JSPanelDefinition getView(final JavaScriptObject... method executeOnStartup (line 65) | private static native void executeOnStartup(final JavaScriptObject o, method executeOnOpen (line 70) | private static native void executeOnOpen(final JavaScriptObject o) /*-{ method executeOnClose (line 74) | private static native void executeOnClose(final JavaScriptObject o) /*-{ method executeOnShutdown (line 78) | private static native void executeOnShutdown(final JavaScriptObject o)... method build (line 82) | public void build(final JavaScriptObject obj) { method getId (line 89) | public native String getId() /*-{ method isDefault (line 93) | public native boolean isDefault() /*-{ method isTransient (line 100) | public native boolean isTransient() /*-{ method getPanelTypeAsString (line 108) | private native String getPanelTypeAsString() /*-{ method getContextDisplayModeAsString (line 112) | private native String getContextDisplayModeAsString() /*-{ method getContextId (line 116) | private native String getContextId() /*-{ method onStartup (line 120) | public void onStartup(final PlaceRequest place) { method onOpen (line 129) | public void onOpen() { method onClose (line 136) | public void onClose() { method onShutdown (line 143) | public void onShutdown() { method buildPerspective (line 150) | public PerspectiveDefinition buildPerspective() { method getDefaultPanelType (line 174) | private String getDefaultPanelType() { method getContextDisplayMode (line 179) | private ContextDisplayMode getContextDisplayMode() { method getContextDisplayMode (line 184) | private ContextDisplayMode getContextDisplayMode(final String contextD... method getPanelType (line 197) | private String getPanelType(final String panelType, method buildParts (line 205) | private void buildParts(final PanelDefinition panel, method buildPanels (line 232) | private void buildPanels(final PanelDefinition panel, method getPanelManager (line 275) | public PanelManager getPanelManager() { method getPlaceManager (line 279) | public PlaceManager getPlaceManager() { method getActivityManager (line 283) | public ActivityManager getActivityManager() { method getWbServices (line 287) | public WorkbenchServicesProxy getWbServices() { FILE: uberfire-js/src/main/java/org/uberfire/client/perspective/JSPanelDefinition.java class JSPanelDefinition (line 22) | public class JSPanelDefinition extends JavaScriptObject { method JSPanelDefinition (line 24) | protected JSPanelDefinition() { method getWidth (line 27) | public final native int getWidth() /*-{ method getMinWidth (line 34) | public final native int getMinWidth() /*-{ method getHeight (line 41) | public final native int getHeight() /*-{ method getMinHeight (line 48) | public final native int getMinHeight() /*-{ method getPosition (line 55) | public final native String getPosition() /*-{ method getPanelTypeAsString (line 59) | public final native String getPanelTypeAsString() /*-{ method getParts (line 63) | public final native JsArray getParts() /*-{ method getChildren (line 67) | public final native JsArray getChildren() /*-{ method getContextId (line 71) | public final native String getContextId() /*-{ method getContextDisplayModeAsString (line 75) | public final native String getContextDisplayModeAsString() /*-{ FILE: uberfire-js/src/main/java/org/uberfire/client/perspective/JSPartDefinition.java class JSPartDefinition (line 21) | public class JSPartDefinition extends JavaScriptObject { method JSPartDefinition (line 23) | protected JSPartDefinition() { method getPlaceName (line 26) | public final native String getPlaceName() /*-{ method getParameters (line 30) | public final native JavaScriptObject getParameters() /*-{ method getContextId (line 34) | public final native String getContextId() /*-{ method getContextDisplayModeAsString (line 38) | public final native String getContextDisplayModeAsString() /*-{ FILE: uberfire-js/src/main/java/org/uberfire/client/perspective/JSWorkbenchPerspectiveActivity.java class JSWorkbenchPerspectiveActivity (line 30) | @Alternative method JSWorkbenchPerspectiveActivity (line 36) | public JSWorkbenchPerspectiveActivity(final JSNativePerspective native... method getPlace (line 40) | @Override method onStartup (line 45) | @Override method onOpen (line 51) | @Override method onClose (line 56) | @Override method onShutdown (line 61) | @Override method getDefaultPerspectiveLayout (line 66) | @Override method getIdentifier (line 71) | @Override method getResourceType (line 76) | @Override method isDefault (line 81) | @Override method isTransient (line 86) | @Override method getMenus (line 91) | @Override method getToolBar (line 96) | @Override FILE: uberfire-js/src/main/java/org/uberfire/client/plugin/JSNativePlugin.java class JSNativePlugin (line 31) | public abstract class JSNativePlugin { method hasTemplate (line 39) | public static boolean hasTemplate(final JavaScriptObject obj) { method hasMethod (line 51) | public static native boolean hasMethod(final JavaScriptObject obj, method hasStringProperty (line 56) | public static native boolean hasStringProperty(final JavaScriptObject ... method hasIntProperty (line 61) | public static native boolean hasIntProperty(final JavaScriptObject obj, method hasBooleanProperty (line 66) | public static native boolean hasBooleanProperty(final JavaScriptObject... method hasArrayProperty (line 71) | public static native boolean hasArrayProperty(final JavaScriptObject obj, method getTemplateUrlFunctionResult (line 76) | private static native String getTemplateUrlFunctionResult(final JavaSc... method getTemplateFunctionResult (line 84) | private static native String getTemplateFunctionResult(final JavaScrip... method getContextIdFunctionResult (line 92) | private static native String getContextIdFunctionResult(final JavaScri... method getTypeFunctionResult (line 100) | private static native String getTypeFunctionResult(final JavaScriptObj... method getTitleFunctionResult (line 108) | private static native String getTitleFunctionResult(final JavaScriptOb... method executeOnOpen (line 116) | private static native void executeOnOpen(final JavaScriptObject o, method executeOnOpen (line 121) | private static native void executeOnOpen(final JavaScriptObject o) /*-{ method executeOnClose (line 125) | private static native void executeOnClose(final JavaScriptObject o) /*-{ method executeOnShutdown (line 129) | private static native void executeOnShutdown(final JavaScriptObject o)... method executeOnStartup (line 133) | private static native void executeOnStartup(final JavaScriptObject o, method executeOnStartup (line 138) | private static native void executeOnStartup(final JavaScriptObject o, method executeOnFocus (line 143) | private static native void executeOnFocus(final JavaScriptObject o) /*-{ method executeOnLostFocus (line 147) | private static native void executeOnLostFocus(final JavaScriptObject o... method executeOnMayClose (line 151) | private static native boolean executeOnMayClose(final JavaScriptObject... method getType (line 159) | private static native String getType(final JavaScriptObject o) /*-{ method getTitle (line 163) | private static native String getTitle(final JavaScriptObject o) /*-{ method getContextId (line 167) | private static native String getContextId(final JavaScriptObject o) /*-{ method getTemplate (line 171) | private static native String getTemplate(final JavaScriptObject o) /*-{ method getTemplateUrl (line 175) | private static native String getTemplateUrl(final JavaScriptObject o) ... method build (line 179) | public void build(final JavaScriptObject obj) { method getId (line 187) | public native String getId() /*-{ method getPriority (line 191) | public native String getPriority() /*-{ method getElement (line 195) | public Element getElement() { method getContextId (line 199) | public String getContextId() { method getTitle (line 213) | public String getTitle() { method getType (line 231) | public String getType() { method onOpen (line 249) | public void onOpen() { method onOpen (line 256) | public void onOpen(String URI) { method onClose (line 264) | public void onClose() { method onFocus (line 271) | public void onFocus() { method onLostFocus (line 278) | public void onLostFocus() { method onMayClose (line 285) | public boolean onMayClose() { method buildElement (line 293) | protected void buildElement() { method onStartup (line 333) | public void onStartup(String URI) { method onStartup (line 341) | public void onStartup(PlaceRequest place) { method onShutdown (line 349) | public void onShutdown() { FILE: uberfire-js/src/main/java/org/uberfire/client/plugin/RuntimePluginsServiceProxy.java type RuntimePluginsServiceProxy (line 23) | public interface RuntimePluginsServiceProxy { method getTemplateContent (line 25) | void getTemplateContent(final String contentUrl, method listFrameworksContent (line 28) | void listFrameworksContent(final ParameterizedCommand>... FILE: uberfire-js/src/main/java/org/uberfire/client/plugin/RuntimePluginsServiceProxyClientImpl.java class RuntimePluginsServiceProxyClientImpl (line 46) | @Dependent method getTemplateContent (line 53) | @Override method listFrameworksContent (line 83) | @Override method listPluginsContent (line 91) | @Override method findAndFetchContent (line 99) | private void findAndFetchContent(final String relativeUri, FILE: uberfire-js/src/main/java/org/uberfire/client/screen/JSNativeScreen.java class JSNativeScreen (line 23) | @Dependent FILE: uberfire-js/src/main/java/org/uberfire/client/screen/JSWorkbenchScreenActivity.java class JSWorkbenchScreenActivity (line 35) | @Alternative method JSWorkbenchScreenActivity (line 44) | public JSWorkbenchScreenActivity(final JSNativeScreen nativePlugin, method onStartup (line 50) | @Override method setNativePlugin (line 56) | public void setNativePlugin(JSNativeScreen nativePlugin) { method getPlace (line 60) | @Override method getIdentifier (line 65) | @Override method getResourceType (line 70) | @Override method onMayClose (line 75) | @Override method onClose (line 80) | @Override method onShutdown (line 86) | @Override method getDefaultPosition (line 91) | @Override method getOwningPlace (line 96) | @Override method onFocus (line 101) | @Override method onLostFocus (line 106) | @Override method getTitle (line 111) | @Override method getTitleDecoration (line 116) | @Override method getWidget (line 121) | @Override method getMenus (line 126) | @Override method getToolBar (line 131) | @Override method onOpen (line 136) | @Override method bind (line 149) | private native String bind() /*-{ method contextId (line 165) | @Override method preferredHeight (line 170) | @Override method preferredWidth (line 175) | @Override FILE: uberfire-js/src/main/java/org/uberfire/client/splash/JSNativeSplashScreen.java class JSNativeSplashScreen (line 33) | @Dependent method getDisplayNextTimeFunctionResult (line 41) | private static native boolean getDisplayNextTimeFunctionResult(final J... method getDisplayNextTime (line 49) | private static native boolean getDisplayNextTime(final JavaScriptObjec... method getInterceptionPointsFunctionResult (line 53) | private static native JsArrayString getInterceptionPointsFunctionResul... method getInterceptionPoints (line 61) | private static native JsArrayString getInterceptionPoints(final JavaSc... method getBodyHeight (line 65) | private static native int getBodyHeight(final JavaScriptObject o) /*-{ method getIsEnabled (line 69) | private static native boolean getIsEnabled(final JavaScriptObject o) /*-{ method getWbServices (line 73) | public WorkbenchServicesProxy getWbServices() { method buildElement (line 77) | protected void buildElement() { method getBodyHeight (line 88) | public Integer getBodyHeight() { method buildFilter (line 92) | public SplashScreenFilter buildFilter() { method isEnabled (line 116) | public boolean isEnabled() { method toCollection (line 124) | private Collection toCollection(final JsArrayString intercepti... FILE: uberfire-js/src/main/java/org/uberfire/client/splash/JSSplashScreenActivity.java class JSSplashScreenActivity (line 32) | @Alternative method JSSplashScreenActivity (line 42) | public JSSplashScreenActivity(final JSNativeSplashScreen nativeSplashS... method onStartup (line 50) | @Override method setNativeSplashScreen (line 68) | public void setNativeSplashScreen(JSNativeSplashScreen nativeSplashScr... method getPlace (line 72) | @Override method getIdentifier (line 77) | @Override method getResourceType (line 82) | @Override method init (line 87) | public void init() { method getTitle (line 94) | @Override method getWidget (line 99) | @Override method getBodyHeight (line 104) | @Override method getFilter (line 109) | @Override method getTitleDecoration (line 114) | @Override method onOpen (line 119) | @Override method closeIfOpen (line 124) | @Override method forceShow (line 132) | @Override method onClose (line 148) | @Override method onShutdown (line 154) | @Override method intercept (line 159) | @Override method isEnabled (line 173) | @Override method saveState (line 178) | private void saveState() { FILE: uberfire-js/src/test/java/org/uberfire/client/exporter/JSExporterUtilsTest.java class JSExporterUtilsTest (line 36) | public class JSExporterUtilsTest { method setup (line 44) | @Before method testUpdateExistentActivity (line 53) | @Test method testTryUpdatingUnexistentActivity (line 66) | @Test method createActivityBeanDef (line 78) | private SyncBeanDef createActivityBeanDef(Activity activity) { FILE: uberfire-m2repo-editor/uberfire-m2repo-editor-api/src/main/java/org/guvnor/m2repo/exception/InvalidValueException.java class InvalidValueException (line 18) | public class InvalidValueException method InvalidValueException (line 21) | public InvalidValueException(String details) { FILE: uberfire-m2repo-editor/uberfire-m2repo-editor-api/src/main/java/org/guvnor/m2repo/model/HTMLFileManagerFields.java class HTMLFileManagerFields (line 23) | public class HTMLFileManagerFields { FILE: uberfire-m2repo-editor/uberfire-m2repo-editor-api/src/main/java/org/guvnor/m2repo/model/JarListPageRequest.java class JarListPageRequest (line 28) | @Portable method JarListPageRequest (line 44) | public JarListPageRequest(@MapsTo("startRowIndex") final int startRowI... method getFilters (line 58) | public String getFilters() { method getFileFormats (line 62) | public List getFileFormats() { method getDataSourceName (line 66) | public String getDataSourceName() { method isAscending (line 70) | public boolean isAscending() { FILE: uberfire-m2repo-editor/uberfire-m2repo-editor-api/src/main/java/org/guvnor/m2repo/model/JarListPageRow.java class JarListPageRow (line 28) | @Portable method getName (line 37) | public String getName() { method setName (line 41) | public void setName(String name) { method getPath (line 45) | public String getPath() { method setPath (line 49) | public void setPath(String path) { method getGav (line 53) | public GAV getGav() { method setGav (line 57) | public void setGav(GAV gav) { method getLastModified (line 61) | public Date getLastModified() { method setLastModified (line 65) | public void setLastModified(Date lastModified) { method getRepositoryName (line 69) | public String getRepositoryName() { method setRepositoryName (line 73) | public void setRepositoryName(final String repository) { FILE: uberfire-m2repo-editor/uberfire-m2repo-editor-api/src/main/java/org/guvnor/m2repo/preferences/ArtifactRepositoryPreference.java class ArtifactRepositoryPreference (line 26) | @WorkbenchPreference(identifier = "ArtifactRepositoryPreference", bundle... method getGlobalM2RepoDirWithFallback (line 46) | public static String getGlobalM2RepoDirWithFallback() { method defaultValue (line 56) | @Override method getGlobalM2RepoDir (line 66) | public String getGlobalM2RepoDir() { method setGlobalM2RepoDir (line 70) | public void setGlobalM2RepoDir(final String globalM2RepoDir) { method getWorkspaceM2RepoDir (line 74) | public String getWorkspaceM2RepoDir() { method setWorkspaceM2RepoDir (line 78) | public void setWorkspaceM2RepoDir(String workspaceM2RepoDir) { method isGlobalM2RepoDirEnabled (line 82) | public boolean isGlobalM2RepoDirEnabled() { method setGlobalM2RepoDirEnabled (line 86) | public void setGlobalM2RepoDirEnabled(boolean globalM2RepoDirEnabled) { method isWorkspaceM2RepoDirEnabled (line 90) | public boolean isWorkspaceM2RepoDirEnabled() { method setWorkspaceM2RepoDirEnabled (line 94) | public void setWorkspaceM2RepoDirEnabled(boolean workspaceM2RepoDirEna... method isDistributionManagementM2RepoDirEnabled (line 98) | public boolean isDistributionManagementM2RepoDirEnabled() { method setDistributionManagementM2RepoDirEnabled (line 102) | public void setDistributionManagementM2RepoDirEnabled(boolean distribu... FILE: uberfire-m2repo-editor/uberfire-m2repo-editor-api/src/main/java/org/guvnor/m2repo/security/MavenRepositoryPagedJarTableFeatures.java type MavenRepositoryPagedJarTableFeatures (line 19) | public interface MavenRepositoryPagedJarTableFeatures { FILE: uberfire-m2repo-editor/uberfire-m2repo-editor-api/src/main/java/org/guvnor/m2repo/service/M2RepoService.java type M2RepoService (line 25) | @Remote method getPomText (line 33) | String getPomText(String path); method loadGAVFromJar (line 40) | GAV loadGAVFromJar(String path); method listArtifacts (line 47) | PageResponse listArtifacts(JarListPageRequest pageRequ... method getRepositoryURL (line 53) | String getRepositoryURL(); method getKModuleText (line 60) | String getKModuleText(String path); method getKieDeploymentDescriptorText (line 67) | String getKieDeploymentDescriptorText(String path); FILE: uberfire-m2repo-editor/uberfire-m2repo-editor-api/src/main/java/org/guvnor/m2repo/utils/FileNameUtilities.java class FileNameUtilities (line 21) | public class FileNameUtilities { method FileNameUtilities (line 23) | private FileNameUtilities() { method isValid (line 31) | public static boolean isValid(final String fileName) { method isJar (line 40) | public static boolean isJar(final String fileName) { method isKJar (line 54) | public static boolean isKJar(final String fileName) { method isPom (line 64) | public static boolean isPom(final String fileName) { method isDeployedPom (line 74) | public static boolean isDeployedPom(final String path) { method endsWith (line 85) | private static boolean endsWith(final String path, FILE: uberfire-m2repo-editor/uberfire-m2repo-editor-backend/src/main/java/org/guvnor/m2repo/backend/server/ArtifactImpl.java class ArtifactImpl (line 25) | public class ArtifactImpl implements Artifact { method ArtifactImpl (line 37) | public ArtifactImpl(final File file) { method getGroupId (line 41) | @Override method getArtifactId (line 46) | @Override method getVersion (line 51) | @Override method setVersion (line 56) | @Override method getBaseVersion (line 62) | @Override method isSnapshot (line 67) | @Override method getClassifier (line 72) | @Override method getExtension (line 77) | @Override method getFile (line 82) | @Override method setFile (line 87) | @Override method getProperty (line 93) | @Override method getProperties (line 100) | @Override method setProperties (line 105) | @Override FILE: uberfire-m2repo-editor/uberfire-m2repo-editor-backend/src/main/java/org/guvnor/m2repo/backend/server/ExtendedM2RepoService.java type ExtendedM2RepoService (line 24) | public interface ExtendedM2RepoService extends M2RepoService { method deployJar (line 33) | void deployJar(InputStream is, method deployJarInternal (line 41) | void deployJarInternal(InputStream is, method deployPom (line 49) | void deployPom(InputStream is, FILE: uberfire-m2repo-editor/uberfire-m2repo-editor-backend/src/main/java/org/guvnor/m2repo/backend/server/FixNotMavenizedArtifactInfo.java class FixNotMavenizedArtifactInfo (line 34) | public class FixNotMavenizedArtifactInfo { method FixNotMavenizedArtifactInfo (line 55) | public FixNotMavenizedArtifactInfo() { method getProperties (line 70) | public Properties getProperties(final String filePath) { method buildPom (line 87) | public String buildPom(GAV gav) { FILE: uberfire-m2repo-editor/uberfire-m2repo-editor-backend/src/main/java/org/guvnor/m2repo/backend/server/GuvnorM2Repository.java class GuvnorM2Repository (line 64) | @ApplicationScoped method GuvnorM2Repository (line 87) | public GuvnorM2Repository() { method GuvnorM2Repository (line 90) | @Inject method init (line 95) | @PostConstruct method setM2Repos (line 100) | private void setM2Repos() { method getM2RepositoryDir (line 106) | public String getM2RepositoryDir(String repositoryName) { method getM2RepositoryRootDir (line 111) | public String getM2RepositoryRootDir(String repositoryName) { method getArtifactRepository (line 130) | private ArtifactRepository getArtifactRepository(String name) { method getRepositoryURL (line 138) | public String getRepositoryURL(String repositoryName) { method deployArtifact (line 143) | public void deployArtifact(final InputStream jarStream, method deployArtifact (line 149) | public void deployArtifact(final InputStream jarStream, method deployPom (line 195) | public void deployPom(final InputStream pomStream, method inputStreamToFile (line 216) | private void inputStreamToFile(final InputStream inputStream, method deployParentPom (line 249) | public void deployParentPom(final GAV gav) { method deployArtifact (line 281) | private void deployArtifact(final GAV gav, method writeStringIntoFile (line 324) | private void writeStringIntoFile(final String string, method deployPom (line 351) | private void deployPom(final GAV gav, method listFiles (line 371) | public Collection listFiles() { method listFiles (line 381) | public List listFiles(final String filters) { method listFiles (line 393) | public List listFiles(final String filters, method listArtifacts (line 418) | public List listArtifacts(final String filters, method getFiles (line 443) | protected Collection getFiles(final List wildcards) { method getArtifacts (line 449) | protected Collection getArtifacts(final List wildcar... method getPomText (line 455) | public String getPomText(final String path) { method getKModuleText (line 470) | public String getKModuleText(final String path) { method getKieDeploymentDescriptorText (line 474) | public String getKieDeploymentDescriptorText(final String path) { method loadKieTextFromJar (line 478) | protected String loadKieTextFromJar(final String jarFilePath, final St... method loadPomFromJar (line 491) | private static String loadPomFromJar(final File file) { method loadFileTextFromJar (line 495) | protected static String loadFileTextFromJar(final File jarFile, String... method loadPom (line 514) | private static String loadPom(final File file) { method loadGAVFromJar (line 529) | public GAV loadGAVFromJar(final String jarPath) { method loadGAVFromJarInternal (line 554) | private String loadGAVFromJarInternal(final File file) { method loadPomFromJar (line 575) | public static String loadPomFromJar(final InputStream jarInputStream) { method loadPomPropertiesFromJar (line 591) | public static String loadPomPropertiesFromJar(final InputStream jarInp... method getInputStreamFromJar (line 607) | private static InputStream getInputStreamFromJar(final InputStream jar... method appendFileToJar (line 623) | private File appendFileToJar(final String content, method copyEntriesFromExistingWar (line 648) | private void copyEntriesFromExistingWar(final ZipFile war, method toFileName (line 662) | protected String toFileName(final GAV gav, method generatePOM (line 667) | public String generatePOM(final GAV gav) { method generatePomProperties (line 685) | public static String generatePomProperties(final GAV gav) { method getPomXmlPath (line 702) | public String getPomXmlPath(final GAV gav) { method getPomPropertiesPath (line 706) | public String getPomPropertiesPath(final GAV gav) { method generateParentPOM (line 710) | public String generateParentPOM(final GAV gav) { method containsArtifact (line 729) | public boolean containsArtifact(final GAV gav) { method containsArtifact (line 733) | public boolean containsArtifact(final GAV gav, method getArtifactFileFromRepository (line 740) | public File getArtifactFileFromRepository(final GAV gav) { method zipEntryToString (line 749) | protected static String zipEntryToString(ZipFile zip, FILE: uberfire-m2repo-editor/uberfire-m2repo-editor-backend/src/main/java/org/guvnor/m2repo/backend/server/M2RepoServiceImpl.java class M2RepoServiceImpl (line 49) | @Service method M2RepoServiceImpl (line 60) | public M2RepoServiceImpl() {} method M2RepoServiceImpl (line 62) | @Inject method M2RepoServiceImpl (line 67) | public M2RepoServiceImpl(final Logger logger, method deployJar (line 77) | @Override method deployJarInternal (line 85) | @Override method deployPom (line 93) | @Override method getPomText (line 100) | @Override method loadGAVFromJar (line 107) | @Override method listArtifacts (line 115) | @Override method getJarPath (line 211) | String getJarPath(final String path, method getGAV (line 222) | GAV getGAV(final String path) { method getRepositoryURL (line 254) | @Override method getKModuleText (line 263) | @Override method getKieDeploymentDescriptorText (line 269) | @Override method isURLValid (line 275) | private boolean isURLValid() { method checkPathTraversal (line 290) | private void checkPathTraversal(String path) { FILE: uberfire-m2repo-editor/uberfire-m2repo-editor-backend/src/main/java/org/guvnor/m2repo/backend/server/M2Servlet.java class M2Servlet (line 31) | public class M2Servlet extends HttpServlet { method doGet (line 44) | @Override method doPost (line 53) | @Override method doPut (line 61) | @Override FILE: uberfire-m2repo-editor/uberfire-m2repo-editor-backend/src/main/java/org/guvnor/m2repo/backend/server/M2ServletContextListener.java class M2ServletContextListener (line 54) | @WebListener method M2ServletContextListener (line 73) | public M2ServletContextListener() { method contextInitialized (line 84) | @Override method contextDestroyed (line 102) | @Override method deployJarsFromWar (line 106) | int deployJarsFromWar(final String path) { method deployJar (line 121) | GAV deployJar(final String file) { method readZipFile (line 133) | private Properties readZipFile(String zipFilePath) { method deploy (line 156) | public void deploy(final GAV gav, FILE: uberfire-m2repo-editor/uberfire-m2repo-editor-backend/src/main/java/org/guvnor/m2repo/backend/server/helpers/FormData.java class FormData (line 22) | public class FormData { method getFile (line 27) | public FileItem getFile() { method setFile (line 31) | public void setFile(FileItem file) { method closeFile (line 35) | public void closeFile() { method getGav (line 38) | public GAV getGav() { method setGav (line 42) | public void setGav(GAV gav) { FILE: uberfire-m2repo-editor/uberfire-m2repo-editor-backend/src/main/java/org/guvnor/m2repo/backend/server/helpers/HttpGetHelper.java class HttpGetHelper (line 37) | public class HttpGetHelper { method handle (line 49) | public void handle(final HttpServletRequest request, method accepts (line 237) | private static boolean accepts(final String acceptHeader, method matches (line 250) | private static boolean matches(final String matchHeader, method copyRange (line 260) | private static void copyRange(final RandomAccessFile input, class Range (line 294) | protected class Range { method Range (line 301) | public Range(long start, FILE: uberfire-m2repo-editor/uberfire-m2repo-editor-backend/src/main/java/org/guvnor/m2repo/backend/server/helpers/HttpPostHelper.java class HttpPostHelper (line 49) | public class HttpPostHelper { method handle (line 60) | public void handle(final HttpServletRequest request, method extractFormData (line 68) | @SuppressWarnings("rawtypes") method upload (line 111) | protected String upload(final FormData formData) throws IOException { method uploadJar (line 131) | protected String uploadJar(final FormData formData) throws IOException { method deploy (line 181) | protected void deploy(GAV gav, InputStream jarStream) { method uploadPom (line 187) | protected String uploadPom(final FormData formData) throws IOException { method isNullOrEmpty (line 232) | private boolean isNullOrEmpty(String value) { class ReusableInputStream (line 242) | private static class ReusableInputStream extends BufferedInputStream { method ReusableInputStream (line 244) | public ReusableInputStream(InputStream in) { method close (line 248) | @Override method doClose (line 253) | void doClose() throws IOException { FILE: uberfire-m2repo-editor/uberfire-m2repo-editor-backend/src/main/java/org/guvnor/m2repo/backend/server/helpers/HttpPutHelper.java class HttpPutHelper (line 37) | public class HttpPutHelper { method handle (line 44) | public void handle(final HttpServletRequest request, FILE: uberfire-m2repo-editor/uberfire-m2repo-editor-backend/src/main/java/org/guvnor/m2repo/backend/server/helpers/PomModelResolver.java class PomModelResolver (line 30) | public class PomModelResolver { method resolveFromJar (line 40) | public static PomModel resolveFromJar(InputStream jarStream) { method resolveFromPom (line 76) | public static PomModel resolveFromPom(InputStream pomStream) throws Ex... FILE: uberfire-m2repo-editor/uberfire-m2repo-editor-backend/src/main/java/org/guvnor/m2repo/backend/server/repositories/ArtifactRepository.java type ArtifactRepository (line 30) | public interface ArtifactRepository { method getName (line 36) | String getName(); method getRootDir (line 42) | String getRootDir(); method listFiles (line 49) | Collection listFiles(final List wildcards); method listArtifacts (line 56) | Collection listArtifacts(final List wildcards); method deploy (line 63) | void deploy(String pom, method delete (line 70) | void delete(final GAV gav); method containsArtifact (line 80) | boolean containsArtifact(final GAV gav); method getArtifactFileFromRepository (line 87) | File getArtifactFileFromRepository(final GAV gav); method isRepository (line 93) | boolean isRepository(); method isPomRepository (line 99) | boolean isPomRepository(); FILE: uberfire-m2repo-editor/uberfire-m2repo-editor-backend/src/main/java/org/guvnor/m2repo/backend/server/repositories/ArtifactRepositoryProducer.java class ArtifactRepositoryProducer (line 31) | @ApplicationScoped method ArtifactRepositoryProducer (line 37) | public ArtifactRepositoryProducer() { method ArtifactRepositoryProducer (line 40) | @Inject method initialize (line 47) | @PostConstruct method produceLocalRepository (line 52) | @Produces method produceGlobalRepository (line 59) | @Produces method produceWorkspaceRepository (line 70) | @Produces method produceDistributionManagementRepository (line 82) | @Produces method getGlobalM2RepoDir (line 92) | private String getGlobalM2RepoDir() { method getWorkspaceRepoDir (line 106) | private String getWorkspaceRepoDir() { method getWorkspaceName (line 118) | private String getWorkspaceName() { FILE: uberfire-m2repo-editor/uberfire-m2repo-editor-backend/src/main/java/org/guvnor/m2repo/backend/server/repositories/ArtifactRepositoryService.java class ArtifactRepositoryService (line 28) | @ApplicationScoped method ArtifactRepositoryService (line 40) | public ArtifactRepositoryService() { method ArtifactRepositoryService (line 43) | @Inject method getRepositories (line 51) | public List getRepositories() { method getPomRepositories (line 55) | public List getPomRepositories() { FILE: uberfire-m2repo-editor/uberfire-m2repo-editor-backend/src/main/java/org/guvnor/m2repo/backend/server/repositories/DistributionManagementArtifactRepository.java class DistributionManagementArtifactRepository (line 56) | public class DistributionManagementArtifactRepository implements Artifac... method DistributionManagementArtifactRepository (line 61) | public DistributionManagementArtifactRepository() { method DistributionManagementArtifactRepository (line 64) | public DistributionManagementArtifactRepository(final String name) { method getName (line 68) | @Override method getRootDir (line 73) | @Override method listFiles (line 78) | @Override method listArtifacts (line 83) | @Override method containsArtifact (line 88) | @Override method getArtifactFileFromRepository (line 93) | @Override method isRepository (line 98) | @Override method isPomRepository (line 103) | @Override method deploy (line 108) | @Override method getDistributionManagement (line 154) | private DistributionManagement getDistributionManagement(final String ... method getRemoteRepoFromDeployment (line 178) | private RemoteRepository getRemoteRepoFromDeployment(final DeploymentR... method repositoryUrlMatchNonProxyHosts (line 208) | private boolean repositoryUrlMatchNonProxyHosts(String nonProxyHosts, ... method getActiveAetherProxyFromSettings (line 220) | private org.eclipse.aether.repository.Proxy getActiveAetherProxyFromSe... method delete (line 230) | @Override FILE: uberfire-m2repo-editor/uberfire-m2repo-editor-backend/src/main/java/org/guvnor/m2repo/backend/server/repositories/FileSystemArtifactRepository.java class FileSystemArtifactRepository (line 47) | public class FileSystemArtifactRepository implements ArtifactRepository { method FileSystemArtifactRepository (line 55) | public FileSystemArtifactRepository() { method FileSystemArtifactRepository (line 58) | public FileSystemArtifactRepository(final String name, method getName (line 75) | @Override method getRootDir (line 80) | @Override method listFiles (line 85) | @Override method listArtifacts (line 93) | @Override method containsArtifact (line 107) | @Override method getArtifactFileFromRepository (line 125) | @Override method isRepository (line 150) | @Override method isPomRepository (line 155) | @Override method deploy (line 160) | @Override method delete (line 179) | @Override method createArtifactRequest (line 184) | private ArtifactRequest createArtifactRequest(final GAV gav) { method getRepository (line 195) | protected RemoteRepository getRepository() { method createRepository (line 199) | private RemoteRepository createRepository(final String dir) { method getRepositoryDirectory (line 225) | private String getRepositoryDirectory() { FILE: uberfire-m2repo-editor/uberfire-m2repo-editor-backend/src/main/java/org/guvnor/m2repo/backend/server/repositories/LocalArtifactRepository.java class LocalArtifactRepository (line 31) | public class LocalArtifactRepository implements ArtifactRepository { method LocalArtifactRepository (line 35) | public LocalArtifactRepository() { method LocalArtifactRepository (line 38) | public LocalArtifactRepository(final String name) { method getName (line 42) | @Override method getRootDir (line 47) | @Override method listFiles (line 58) | @Override method listArtifacts (line 63) | @Override method containsArtifact (line 68) | @Override method getArtifactFileFromRepository (line 73) | @Override method isRepository (line 78) | @Override method isPomRepository (line 83) | @Override method deploy (line 88) | @Override method delete (line 105) | @Override FILE: uberfire-m2repo-editor/uberfire-m2repo-editor-backend/src/main/java/org/guvnor/m2repo/backend/server/repositories/NullArtifactRepository.java class NullArtifactRepository (line 28) | public class NullArtifactRepository implements ArtifactRepository { method getName (line 32) | @Override method getRootDir (line 37) | @Override method listFiles (line 42) | @Override method listArtifacts (line 47) | @Override method deploy (line 52) | @Override method delete (line 58) | @Override method containsArtifact (line 63) | @Override method getArtifactFileFromRepository (line 68) | @Override method isRepository (line 73) | @Override method isPomRepository (line 78) | @Override FILE: uberfire-m2repo-editor/uberfire-m2repo-editor-backend/src/test/java/org/guvnor/m2repo/backend/server/FixNotMavenizedArtifactInfoTest.java class FixNotMavenizedArtifactInfoTest (line 15) | public class FixNotMavenizedArtifactInfoTest { method testProperties (line 17) | @Test method testEmptyProperties (line 48) | @Test method testBuildPOM (line 55) | @Test FILE: uberfire-m2repo-editor/uberfire-m2repo-editor-backend/src/test/java/org/guvnor/m2repo/backend/server/GAVResolverFromParentPomTest.java class GAVResolverFromParentPomTest (line 37) | public class GAVResolverFromParentPomTest { method tearDown (line 43) | @AfterClass method setup (line 53) | @Before method testResolveGavFromParentPomOnlyGroupID (line 68) | @Test method testResolveGavFromParentPomOnlyVersion (line 77) | @Test method resolvePom (line 86) | private PomModel resolvePom(String path) throws Exception { FILE: uberfire-m2repo-editor/uberfire-m2repo-editor-backend/src/test/java/org/guvnor/m2repo/backend/server/GuvnorM2RepositoryTest.java class GuvnorM2RepositoryTest (line 73) | @RunWith(PowerMockRunner.class) method setupClass (line 92) | @BeforeClass method resolveFilePath (line 102) | private static String resolveFilePath(String value) throws URISyntaxEx... method tearDownClass (line 109) | @AfterClass method nullSafeSetProperty (line 117) | private static void nullSafeSetProperty(final String propertyKey, method setup (line 123) | @Before method testDeployArtifactWithDeployArtifactDistributionManagement (line 165) | @Test method testDeployArtifactFilteredOutAllRepositories (line 214) | @Test method testContainArtifact (line 231) | @Test method testContainArtifactFilteredOutAllRepositories (line 245) | @Test method testListFilesWithoutParameters (line 260) | @Test method testListFilesWithFilter (line 275) | @Test method testListFilesWithFilterAndFileFormats (line 292) | @Test method testGetPomTextVerifiesPath (line 313) | @Test method testLoadFileTextFromJar (line 323) | @Test FILE: uberfire-m2repo-editor/uberfire-m2repo-editor-backend/src/test/java/org/guvnor/m2repo/backend/server/JarPathTest.java class JarPathTest (line 34) | public class JarPathTest { method setupGuvnorM2Repository (line 38) | @Before method testLinuxPathSeparators (line 58) | @Test method testWindowsPathSeparators (line 68) | @Test FILE: uberfire-m2repo-editor/uberfire-m2repo-editor-backend/src/test/java/org/guvnor/m2repo/backend/server/M2MavenRepositoryServiceImplTest.java class M2MavenRepositoryServiceImplTest (line 65) | public class M2MavenRepositoryServiceImplTest { method setupClass (line 79) | @BeforeClass method tearDown (line 98) | @AfterClass method setup (line 108) | @Before method testDeployArtifact (line 117) | @Test method testDeployPom (line 158) | @Test method testListFiles (line 183) | @Test method testListFilesWithFilter (line 208) | @Test method testUploadJARWithPOM (line 254) | @Test method testUploadKJARWithPOM (line 265) | @Test method testUploadJARWithManualGAV (line 276) | @Test method testUploadKJARWithManualGAV (line 288) | @Test method testListArtifacts (line 306) | @Test method testUploadPOM (line 354) | @Test method testListFilesWithSortOnNameAscending (line 371) | @Test method testListFilesWithSortOnNameDescending (line 389) | @Test method testListFilesWithSortOnPathAscending (line 407) | @Test method testListFilesWithSortOnPathDescending (line 425) | @Test method testListFilesWithSortOnGavAscending (line 443) | @Test method testListFilesWithSortOnGavDescending (line 463) | @Test method testListFilesWithSortOnLastModifiedAscending (line 483) | @Test method testListFilesWithSortOnLastModifiedDescending (line 505) | @Test method testListFilesIncludingPom (line 526) | @Test method testListFilesWhenNoneExist (line 545) | @Test method testListFilesWithPageSize (line 554) | @Test method testListFilesWithStartBeyondMaximum (line 571) | @Test method testCheckArtifactExistsReturnsTrueForExistingArtifact (line 588) | @Test method testCheckArtifactExistsReturnsFalseForNonExistingArtifact (line 594) | @Test method testGetPomTextRejectsTraversingPaths (line 599) | @Test method testLoadGAVFromJarRejectsTraversingPaths (line 609) | @Test method assertFilesCount (line 615) | private PageResponse assertFilesCount(final String fil... method deployArtifact (line 632) | private void deployArtifact(GAV gav) { method testGetKieText (line 640) | @Test FILE: uberfire-m2repo-editor/uberfire-m2repo-editor-backend/src/test/java/org/guvnor/m2repo/backend/server/M2RepoServiceCreator.java class M2RepoServiceCreator (line 39) | class M2RepoServiceCreator { method getRepo (line 48) | public GuvnorM2Repository getRepo() { method getService (line 52) | public M2RepoServiceImpl getService() { method getHelper (line 56) | public HttpPostHelper getHelper() { method getHelperMethod (line 60) | public Method getHelperMethod() { method M2RepoServiceCreator (line 64) | M2RepoServiceCreator() throws Exception { method deleteDir (line 110) | static boolean deleteDir(File dir) { FILE: uberfire-m2repo-editor/uberfire-m2repo-editor-backend/src/test/java/org/guvnor/m2repo/backend/server/M2RepoServiceImplM2RepoURLTest.java class M2RepoServiceImplM2RepoURLTest (line 38) | @RunWith(MockitoJUnitRunner.class) method setUp (line 48) | @Before method tearDown (line 55) | @After method errorDisplayedWhenPropertyIsNotSet (line 60) | @Test method localRepoURL (line 65) | @Test method repoURLFromSystemProperty (line 70) | @Test method repoURLFromSystemPropertyEmptyValue (line 78) | @Test method repoURLFromSystemPropertyInvalidURL (line 88) | @Test method testGetKModuleAndKieDeploymentDescriptorText (line 98) | @Test FILE: uberfire-m2repo-editor/uberfire-m2repo-editor-backend/src/test/java/org/guvnor/m2repo/backend/server/M2ServletContextListenerTest.java class M2ServletContextListenerTest (line 42) | public class M2ServletContextListenerTest { method tearDown (line 44) | @After method deleteArtifactIFPresent (line 50) | private void deleteArtifactIFPresent() throws ArtifactResolutionExcept... method getArtifact (line 62) | private Artifact getArtifact() { method deployJarsFrowWar (line 70) | @Test method checkRegularExecution (line 101) | @Test method checkOfflineExecution (line 113) | @Test method checksIfArtifactIsPresent (line 125) | private boolean checksIfArtifactIsPresent(RepositorySystemSession sess... FILE: uberfire-m2repo-editor/uberfire-m2repo-editor-backend/src/test/java/org/guvnor/m2repo/backend/server/MockFileItem.java class MockFileItem (line 28) | @SuppressWarnings("serial") method MockFileItem (line 34) | MockFileItem(final String fileName, method getInputStream (line 40) | @Override method getContentType (line 45) | @Override method getName (line 50) | @Override method isInMemory (line 55) | @Override method getSize (line 60) | @Override method get (line 65) | @Override method getString (line 70) | @Override method getString (line 75) | @Override method write (line 80) | @Override method delete (line 84) | @Override method getFieldName (line 88) | @Override method setFieldName (line 93) | @Override method isFormField (line 97) | @Override method setFormField (line 102) | @Override method getOutputStream (line 106) | @Override method getHeaders (line 111) | @Override method setHeaders (line 116) | @Override FILE: uberfire-m2repo-editor/uberfire-m2repo-editor-backend/src/test/java/org/guvnor/m2repo/backend/server/helpers/UploadInvalidPomTest.java class UploadInvalidPomTest (line 24) | public class UploadInvalidPomTest { method testBrokenPom (line 26) | @Test(expected = ProjectBuildingException.class) method testNonExistingParentGavInPom (line 31) | @Test(expected = ProjectBuildingException.class) method resolvePom (line 36) | private void resolvePom(String path) throws Exception { FILE: uberfire-m2repo-editor/uberfire-m2repo-editor-backend/src/test/java/org/guvnor/m2repo/backend/server/repositories/ArtifactRepositoryServiceTest.java class ArtifactRepositoryServiceTest (line 33) | @RunWith(MockitoJUnitRunner.class) method setUp (line 43) | @Before method testDeploymentRepositories (line 73) | @Test method testPomRepositories (line 85) | @Test FILE: uberfire-m2repo-editor/uberfire-m2repo-editor-backend/src/test/java/org/guvnor/m2repo/backend/server/repositories/LocalArtifactRepositoryTest.java class LocalArtifactRepositoryTest (line 26) | public class LocalArtifactRepositoryTest { method testGetRootDir (line 28) | @Test FILE: uberfire-m2repo-editor/uberfire-m2repo-editor-client/src/main/java/org/guvnor/m2repo/client/M2RepoEditorEntryPoint.java class M2RepoEditorEntryPoint (line 24) | @EntryPoint method startApp (line 28) | @PostConstruct FILE: uberfire-m2repo-editor/uberfire-m2repo-editor-client/src/main/java/org/guvnor/m2repo/client/M2RepoEditorPresenter.java class M2RepoEditorPresenter (line 39) | @Dependent method M2RepoEditorPresenter (line 49) | @Inject method getWidget (line 58) | @WorkbenchPartView method getTitle (line 63) | @WorkbenchPartTitle method refreshEvent (line 68) | public void refreshEvent(@Observes final M2RepoRefreshEvent event) { method searchEvent (line 72) | public void searchEvent(@Observes final M2RepoSearchEvent event) { method getMenus (line 76) | @WorkbenchMenu method onRefresh (line 86) | @Override FILE: uberfire-m2repo-editor/uberfire-m2repo-editor-client/src/main/java/org/guvnor/m2repo/client/editor/GAVEditor.java class GAVEditor (line 28) | public class GAVEditor extends FormStylePopup { method GAVEditor (line 30) | public GAVEditor(final Form form) { method getHiddenField (line 61) | private TextBox getHiddenField(String name, FILE: uberfire-m2repo-editor/uberfire-m2repo-editor-client/src/main/java/org/guvnor/m2repo/client/editor/JarDetailPopup.java class JarDetailPopup (line 34) | public class JarDetailPopup extends BaseModal { type JarDetailPopupWidgetBinder (line 36) | interface JarDetailPopupWidgetBinder method JarDetailPopup (line 47) | public JarDetailPopup(final String details) { method initPrettify (line 69) | public static native void initPrettify() /*-{ FILE: uberfire-m2repo-editor/uberfire-m2repo-editor-client/src/main/java/org/guvnor/m2repo/client/editor/MavenRepositoryPagedJarTable.java class MavenRepositoryPagedJarTable (line 39) | @Dependent method MavenRepositoryPagedJarTable (line 51) | public MavenRepositoryPagedJarTable() { method MavenRepositoryPagedJarTable (line 54) | @Inject method init (line 64) | @PostConstruct method onResize (line 83) | @Override method getFileDownloadURL (line 90) | private String getFileDownloadURL(final String path) { method getGuvnorM2RepoBaseURL (line 94) | private String getGuvnorM2RepoBaseURL() { method search (line 100) | public void search(String filter) { method refresh (line 104) | public void refresh() { method addViewPOMButton (line 108) | void addViewPOMButton() { method addDownloadJARButton (line 124) | void addDownloadJARButton() { FILE: uberfire-m2repo-editor/uberfire-m2repo-editor-client/src/main/java/org/guvnor/m2repo/client/event/M2RepoRefreshEvent.java class M2RepoRefreshEvent (line 18) | public class M2RepoRefreshEvent { method M2RepoRefreshEvent (line 20) | public M2RepoRefreshEvent() { FILE: uberfire-m2repo-editor/uberfire-m2repo-editor-client/src/main/java/org/guvnor/m2repo/client/event/M2RepoSearchEvent.java class M2RepoSearchEvent (line 18) | public class M2RepoSearchEvent { method M2RepoSearchEvent (line 22) | public M2RepoSearchEvent(String filter) { method M2RepoSearchEvent (line 26) | public M2RepoSearchEvent() { method getFilter (line 30) | public String getFilter() { method setFilter (line 34) | public void setFilter(String filter) { FILE: uberfire-m2repo-editor/uberfire-m2repo-editor-client/src/main/java/org/guvnor/m2repo/client/resources/M2RepoEditorResources.java type M2RepoEditorResources (line 23) | public interface M2RepoEditorResources method CSS (line 29) | @Source("css/Styles.css") method images (line 32) | M2RepoEditorImageResources images(); FILE: uberfire-m2repo-editor/uberfire-m2repo-editor-client/src/main/java/org/guvnor/m2repo/client/resources/css/StylesCss.java type StylesCss (line 24) | public interface StylesCss method caption (line 28) | String caption(); method pom (line 30) | String pom(); FILE: uberfire-m2repo-editor/uberfire-m2repo-editor-client/src/main/java/org/guvnor/m2repo/client/resources/i18n/M2Constants.java class M2Constants (line 22) | public class M2Constants { FILE: uberfire-m2repo-editor/uberfire-m2repo-editor-client/src/main/java/org/guvnor/m2repo/client/resources/i18n/M2RepoEditorConstants.java type M2RepoEditorConstants (line 25) | public interface M2RepoEditorConstants method OK (line 31) | String OK(); method InvalidModelName (line 33) | String InvalidModelName(final String name); method NameTakenForModel (line 35) | String NameTakenForModel(final String name); method ModelNameChangeWarning (line 37) | String ModelNameChangeWarning(); method Rename (line 39) | String Rename(); method Delete (line 41) | String Delete(); method Name (line 43) | String Name(); method DoesNotExtend (line 45) | String DoesNotExtend(); method CreatesCircularDependency (line 47) | String CreatesCircularDependency(final String text); method TypeExtends (line 49) | String TypeExtends(); method AddField (line 51) | String AddField(); method AddAnnotation (line 53) | String AddAnnotation(); method AreYouSureYouWantToRemoveTheField0 (line 55) | String AreYouSureYouWantToRemoveTheField0(final String name); method AreYouSureYouWantToRemoveTheAnnotation0 (line 57) | String AreYouSureYouWantToRemoveTheAnnotation0(final String name); method MoveUp (line 59) | String MoveUp(); method MoveDown (line 61) | String MoveDown(); method RemoveThisFactType (line 63) | String RemoveThisFactType(); method CannotDeleteADeclarationThatIsASuperType (line 65) | String CannotDeleteADeclarationThatIsASuperType(); method AreYouSureYouWantToRemoveThisFact (line 67) | String AreYouSureYouWantToRemoveThisFact(); method AddNewFactType (line 69) | String AddNewFactType(); method InvalidDataTypeName (line 71) | String InvalidDataTypeName(final String dataType); method Type (line 73) | String Type(); method FieldNameAttribute (line 75) | String FieldNameAttribute(); method chooseType (line 77) | String chooseType(); method WholeNumberInteger (line 79) | String WholeNumberInteger(); method TrueOrFalse (line 81) | String TrueOrFalse(); method Text (line 83) | String Text(); method Date (line 85) | String Date(); method DecimalNumber (line 87) | String DecimalNumber(); method AreYouSureYouWantToDeleteTheseItems (line 89) | String AreYouSureYouWantToDeleteTheseItems(); method JarDetails (line 91) | String JarDetails(); method M2RepositoryContent (line 93) | String M2RepositoryContent(); method Path (line 95) | String Path(); method GAV (line 97) | String GAV(); method LastModified (line 99) | String LastModified(); method Open (line 101) | String Open(); method Download (line 103) | String Download(); method NoArtifactAvailable (line 105) | String NoArtifactAvailable(); method Downloading (line 107) | String Downloading(); method ArtifactUpload (line 109) | String ArtifactUpload(); method Cancel (line 111) | String Cancel(); method SelectFileUpload (line 113) | String SelectFileUpload(); method UploadedSuccessfully (line 115) | String UploadedSuccessfully(); method RefreshedSuccessfully (line 117) | String RefreshedSuccessfully(); method InvalidJarNotPom (line 119) | String InvalidJarNotPom(); method UploadFailed (line 121) | String UploadFailed(); method UnsupportedFileType (line 123) | String UnsupportedFileType(); method InvalidPom (line 125) | String InvalidPom(); method Uploading (line 127) | String Uploading(); method Upload (line 129) | String Upload(); method Refresh (line 131) | String Refresh(); FILE: uberfire-m2repo-editor/uberfire-m2repo-editor-client/src/main/java/org/guvnor/m2repo/client/resources/images/M2RepoEditorImageResources.java type M2RepoEditorImageResources (line 23) | public interface M2RepoEditorImageResources method edit (line 29) | @Source("edit.gif") method shuffleUp (line 32) | @Source("shuffle_up.gif") method shuffleDown (line 35) | @Source("shuffle_down.gif") method modelLarge (line 38) | @Source("model_large.png") FILE: uberfire-m2repo-editor/uberfire-m2repo-editor-client/src/main/java/org/guvnor/m2repo/client/upload/UploadFormPresenter.java class UploadFormPresenter (line 34) | @Dependent method UploadFormPresenter (line 41) | @Inject method init (line 56) | @PostConstruct method handleSubmitComplete (line 61) | @Override method isFileNameValid (line 82) | @Override method showView (line 97) | public void showView() { method fireSearchEvent (line 101) | public void fireSearchEvent() { FILE: uberfire-m2repo-editor/uberfire-m2repo-editor-client/src/main/java/org/guvnor/m2repo/client/upload/UploadFormView.java type UploadFormView (line 24) | public interface UploadFormView extends UberView { type Presenter (line 26) | interface Presenter { method handleSubmitComplete (line 28) | void handleSubmitComplete(AbstractForm.SubmitCompleteEvent event); method isFileNameValid (line 30) | boolean isFileNameValid(); method getFileName (line 33) | String getFileName(); method showSelectFileUploadWarning (line 35) | void showSelectFileUploadWarning(); method showUnsupportedFileTypeWarning (line 37) | void showUnsupportedFileTypeWarning(); method showUploadedSuccessfullyMessage (line 39) | void showUploadedSuccessfullyMessage(); method showInvalidJarNoPomWarning (line 41) | void showInvalidJarNoPomWarning(); method showInvalidPomWarning (line 43) | void showInvalidPomWarning(); method showUploadFailedError (line 45) | void showUploadFailedError(String message); method showGAVInputs (line 47) | void showGAVInputs(); method hideGAVInputs (line 49) | void hideGAVInputs(); method showUploadingBusy (line 51) | void showUploadingBusy(); method hideUploadingBusy (line 53) | void hideUploadingBusy(); method show (line 55) | void show(); method hide (line 57) | void hide(); method addHideHandler (line 59) | HandlerRegistration addHideHandler(final ModalHideHandler modalHideHan... FILE: uberfire-m2repo-editor/uberfire-m2repo-editor-client/src/main/java/org/guvnor/m2repo/client/upload/UploadFormViewImpl.java class UploadFormViewImpl (line 38) | public class UploadFormViewImpl method UploadFormViewImpl (line 54) | public UploadFormViewImpl() { method doUploadForm (line 69) | private Form doUploadForm() { method getWebContext (line 107) | private String getWebContext() { method init (line 117) | @Override method showUploadingBusy (line 122) | @Override method hideUploadingBusy (line 127) | @Override method showSelectFileUploadWarning (line 132) | @Override method showUnsupportedFileTypeWarning (line 137) | @Override method showUploadedSuccessfullyMessage (line 142) | @Override method showInvalidJarNoPomWarning (line 147) | @Override method showInvalidPomWarning (line 152) | @Override method showUploadFailedError (line 157) | @Override method showGAVInputs (line 162) | @Override method hideGAVInputs (line 175) | @Override method toggleFormStyleItem (line 188) | private void toggleFormStyleItem(final FormStyleItem item, method hideTextBox (line 195) | private void hideTextBox(final TextBox textBox) { method getFileName (line 200) | @Override method hide (line 205) | @Override method removeFromParent (line 211) | @Override method showMessage (line 217) | private void showMessage(final String message) { method showErrorMessage (line 221) | private void showErrorMessage(final String message) { FILE: uberfire-m2repo-editor/uberfire-m2repo-editor-client/src/main/java/org/guvnor/m2repo/client/widgets/ArtifactListPresenter.java type ArtifactListPresenter (line 20) | public interface ArtifactListPresenter { method getView (line 22) | ArtifactListView getView(); method setup (line 24) | void setup(final ColumnType... columns); method notifyOnRefresh (line 26) | void notifyOnRefresh(boolean notify); method search (line 28) | void search(String filter); method search (line 30) | void search(String filter, method refresh (line 33) | void refresh(); method onOpenPom (line 35) | void onOpenPom(String path); FILE: uberfire-m2repo-editor/uberfire-m2repo-editor-client/src/main/java/org/guvnor/m2repo/client/widgets/ArtifactListPresenterImpl.java class ArtifactListPresenterImpl (line 38) | @Dependent method ArtifactListPresenterImpl (line 52) | @Inject method init (line 61) | @PostConstruct method getView (line 68) | @Override method setup (line 73) | @Override method notifyOnRefresh (line 78) | @Override method refresh (line 83) | @Override method search (line 91) | @Override method search (line 97) | @Override method onOpenPom (line 114) | @Override class RefreshableAsyncDataProvider (line 127) | static class RefreshableAsyncDataProvider extends AsyncDataProvider fileFormats) { method goToFirstPage (line 150) | protected void goToFirstPage() { method refresh (line 161) | protected void refresh() { method onRangeChanged (line 167) | @Override method getSortColumnDataStoreName (line 188) | private String getSortColumnDataStoreName() { method isSortColumnAscending (line 193) | private boolean isSortColumnAscending() { FILE: uberfire-m2repo-editor/uberfire-m2repo-editor-client/src/main/java/org/guvnor/m2repo/client/widgets/ArtifactListView.java type ArtifactListView (line 25) | public interface ArtifactListView extends UberView { method setContentHeight (line 27) | void setContentHeight(String s); method setup (line 29) | void setup(final ColumnType... columns); method addColumn (line 31) | void addColumn(final Column column, method addColumn (line 34) | void addColumn(final Column column, method addColumn (line 38) | void addColumn(final Column column, method addColumn (line 43) | void addColumn(final Column column, method showPom (line 49) | void showPom(String pomText); method getDisplay (line 51) | HasData getDisplay(); method getColumnSortList (line 53) | ColumnSortList getColumnSortList(); method getRefreshNotificationMessage (line 55) | String getRefreshNotificationMessage(); FILE: uberfire-m2repo-editor/uberfire-m2repo-editor-client/src/main/java/org/guvnor/m2repo/client/widgets/ArtifactListViewImpl.java class ArtifactListViewImpl (line 43) | @Dependent type ArtifactListViewImplWidgetBinder (line 46) | interface ArtifactListViewImplWidgetBinder method ArtifactListViewImpl (line 59) | public ArtifactListViewImpl() { method setup (line 63) | @Override method setContentHeight (line 111) | @Override method init (line 116) | @Override method addColumn (line 121) | @Override method addColumn (line 128) | @Override method addColumn (line 137) | @Override method addColumn (line 149) | @Override method showPom (line 163) | @Override method getDisplay (line 169) | @Override method getColumnSortList (line 174) | @Override method getRefreshNotificationMessage (line 179) | @Override FILE: uberfire-m2repo-editor/uberfire-m2repo-editor-client/src/main/java/org/guvnor/m2repo/client/widgets/ColumnType.java type ColumnType (line 19) | public enum ColumnType { FILE: uberfire-m2repo-editor/uberfire-m2repo-editor-client/src/test/java/org/guvnor/m2repo/client/M2RepoEditorPresenterTest.java class M2RepoEditorPresenterTest (line 42) | @RunWith(GwtMockitoTestRunner.class) method setup (line 59) | @Before method testUpload (line 64) | @Test method testRefresh (line 74) | @Test FILE: uberfire-m2repo-editor/uberfire-m2repo-editor-client/src/test/java/org/guvnor/m2repo/client/editor/MavenRepositoryPagedJarTableTest.java class MavenRepositoryPagedJarTableTest (line 33) | @RunWith(GwtMockitoTestRunner.class) method setup (line 50) | @Before method downloadJARButtonIncludedWhenUserHasPermission (line 60) | @Test method downloadJARButtonExcludedWhenUserLacksPermission (line 71) | @Test FILE: uberfire-m2repo-editor/uberfire-m2repo-editor-client/src/test/java/org/guvnor/m2repo/client/upload/UploadFormTest.java class UploadFormTest (line 39) | @RunWith(MockitoJUnitRunner.class) method before (line 62) | @Before method emptyFilenameTest (line 71) | @Test method nullFilenameTest (line 81) | @Test method unsupportedFilenameTest (line 91) | @Test method correctFilenameTest (line 101) | @Test method uploadOkSubmitHandlerTest (line 109) | @Test method uploadMissingPomSubmitHandlerTest (line 121) | @Test method uploadUnableToParsePomSubmitHandlerTest (line 132) | @Test method uploadUnknownErrorTest (line 143) | @Test method isViewDestroyedDuringHidingTest (line 157) | @Test FILE: uberfire-m2repo-editor/uberfire-m2repo-editor-client/src/test/java/org/guvnor/m2repo/client/upload/UploadFormViewImplTest.java class UploadFormViewImplTest (line 28) | @RunWith(GwtMockitoTestRunner.class) method setUp (line 37) | @Before method testHide (line 42) | @Test method testRemoveFromParent (line 51) | @Test FILE: uberfire-m2repo-editor/uberfire-m2repo-editor-client/src/test/java/org/guvnor/m2repo/client/widgets/ArtifactListTest.java class ArtifactListTest (line 44) | @RunWith(MockitoJUnitRunner.class) method setUp (line 76) | @Before method testSearch (line 97) | @Test method testNoEvent (line 137) | @Test method testDefaultColumns (line 156) | @Test method testColumnSortList (line 169) | @Test method testShowPom (line 195) | @Test method verifyRequest (line 205) | private static void verifyRequest(final JarListPageRequest request, FILE: uberfire-message-console/uberfire-message-console-api/src/main/java/org/guvnor/messageconsole/allowlist/MessageConsoleAllowList.java type MessageConsoleAllowList (line 19) | public interface MessageConsoleAllowList { method contains (line 21) | boolean contains(String currentPerspective); FILE: uberfire-message-console/uberfire-message-console-api/src/main/java/org/guvnor/messageconsole/events/FilteredMessagesEvent.java class FilteredMessagesEvent (line 23) | @Portable method FilteredMessagesEvent (line 28) | public FilteredMessagesEvent() { method FilteredMessagesEvent (line 32) | public FilteredMessagesEvent(List messages) { method getMessages (line 36) | public List getMessages() { FILE: uberfire-message-console/uberfire-message-console-api/src/main/java/org/guvnor/messageconsole/events/MessageUtils.java class MessageUtils (line 21) | public class MessageUtils { method convert (line 25) | public static SystemMessage convert(BuildMessage buildMessage) { FILE: uberfire-message-console/uberfire-message-console-api/src/main/java/org/guvnor/messageconsole/events/PublishBaseEvent.java class PublishBaseEvent (line 24) | public abstract class PublishBaseEvent { method PublishBaseEvent (line 50) | public PublishBaseEvent() { method getSessionId (line 53) | public String getSessionId() { method setSessionId (line 57) | public void setSessionId(String sessionId) { method getUserId (line 61) | public String getUserId() { method setUserId (line 65) | public void setUserId(String userId) { method getPlace (line 69) | public Place getPlace() { method setPlace (line 73) | public void setPlace(Place place) { method getRootPath (line 77) | public String getRootPath() { method setRootPath (line 81) | public void setRootPath(String rootPath) { method isShowSystemConsole (line 85) | public boolean isShowSystemConsole() { method setShowSystemConsole (line 89) | public void setShowSystemConsole(boolean showSystemConsole) { method getMessagesToPublish (line 93) | public List getMessagesToPublish() { method setMessagesToPublish (line 97) | public void setMessagesToPublish(List messagesToPublish) { type Place (line 101) | @Portable FILE: uberfire-message-console/uberfire-message-console-api/src/main/java/org/guvnor/messageconsole/events/PublishBatchMessagesEvent.java class PublishBatchMessagesEvent (line 24) | @Portable method PublishBatchMessagesEvent (line 42) | public PublishBatchMessagesEvent() { method isCleanExisting (line 46) | public boolean isCleanExisting() { method setCleanExisting (line 50) | public void setCleanExisting(boolean cleanExisting) { method getMessageType (line 54) | public String getMessageType() { method setMessageType (line 58) | public void setMessageType(String messageType) { method getMessagesToUnpublish (line 62) | public List getMessagesToUnpublish() { method setMessagesToUnpublish (line 66) | public void setMessagesToUnpublish(List messagesToUnpub... FILE: uberfire-message-console/uberfire-message-console-api/src/main/java/org/guvnor/messageconsole/events/PublishMessagesEvent.java class PublishMessagesEvent (line 21) | @Portable method PublishMessagesEvent (line 24) | public PublishMessagesEvent() { FILE: uberfire-message-console/uberfire-message-console-api/src/main/java/org/guvnor/messageconsole/events/SystemMessage.java class SystemMessage (line 23) | @Portable method SystemMessage (line 35) | public SystemMessage() { method getMessageType (line 39) | public String getMessageType() { method setMessageType (line 43) | public void setMessageType(String messageType) { method getUserId (line 47) | public String getUserId() { method setUserId (line 51) | public void setUserId(String userId) { method getId (line 55) | public long getId() { method setId (line 59) | public void setId(long id) { method getLevel (line 63) | public Level getLevel() { method setLevel (line 67) | public void setLevel(Level level) { method getPath (line 71) | public Path getPath() { method setPath (line 75) | public void setPath(Path path) { method getLine (line 79) | public int getLine() { method setLine (line 83) | public void setLine(int line) { method getColumn (line 87) | public int getColumn() { method setColumn (line 91) | public void setColumn(int column) { method getText (line 95) | public String getText() { method setText (line 99) | public void setText(String text) { method equals (line 108) | @Override method hashCode (line 146) | @Override FILE: uberfire-message-console/uberfire-message-console-api/src/main/java/org/guvnor/messageconsole/events/UnpublishMessagesEvent.java class UnpublishMessagesEvent (line 24) | @Portable method UnpublishMessagesEvent (line 54) | public UnpublishMessagesEvent() { method getSessionId (line 58) | public String getSessionId() { method setSessionId (line 62) | public void setSessionId(String sessionId) { method getUserId (line 66) | public String getUserId() { method setUserId (line 70) | public void setUserId(String userId) { method getRootPath (line 74) | public String getRootPath() { method setRootPath (line 78) | public void setRootPath(String rootPath) { method getMessageType (line 82) | public String getMessageType() { method isShowSystemConsole (line 86) | public boolean isShowSystemConsole() { method setShowSystemConsole (line 90) | public void setShowSystemConsole(boolean showSystemConsole) { method setMessageType (line 94) | public void setMessageType(String messageType) { method getMessagesToUnpublish (line 98) | public List getMessagesToUnpublish() { method setMessagesToUnpublish (line 102) | public void setMessagesToUnpublish(List messagesToUnpub... FILE: uberfire-message-console/uberfire-message-console-api/src/main/java/org/guvnor/messageconsole/utils/CSVConverter.java class CSVConverter (line 24) | @Portable method convertTable (line 27) | public static String convertTable(final List> table) { method convertRow (line 37) | private static String convertRow(final List row) { method convertValue (line 43) | private static String convertValue(final String value) { method escape (line 47) | private static String escape(final String value) { method quote (line 52) | private static String quote(final String value) { FILE: uberfire-message-console/uberfire-message-console-api/src/test/java/org/guvnor/messageconsole/utils/CSVConverterTest.java class CSVConverterTest (line 11) | public class CSVConverterTest { method testNull (line 13) | @Test method testEmpty (line 19) | @Test method testSimpleCSV (line 27) | @Test method testComplexCSV (line 42) | @Test FILE: uberfire-message-console/uberfire-message-console-backend/src/main/java/org/guvnor/messageconsole/backend/BuildResultsObserver.java class BuildResultsObserver (line 34) | @ApplicationScoped method addBuildMessages (line 40) | public void addBuildMessages(final @Observes BuildResults results) { method addIncrementalBuildMessages (line 55) | public void addIncrementalBuildMessages(final @Observes IncrementalBui... FILE: uberfire-message-console/uberfire-message-console-backend/src/main/java/org/guvnor/messageconsole/backend/DefaultIndexEngineObserver.java class DefaultIndexEngineObserver (line 33) | @ApplicationScoped method information (line 39) | public void information(final String message) { method warning (line 44) | @Override method error (line 50) | @Override method makeEvent (line 56) | private PublishMessagesEvent makeEvent(final String text, FILE: uberfire-message-console/uberfire-message-console-client/src/main/java/org/guvnor/messageconsole/client/console/AlertsEntryPoint.java class AlertsEntryPoint (line 22) | @EntryPoint FILE: uberfire-message-console/uberfire-message-console-client/src/main/java/org/guvnor/messageconsole/client/console/HyperLinkCell.java class HyperLinkCell (line 33) | public class HyperLinkCell extends AbstractCell { type HyperLinkTemplate (line 35) | interface HyperLinkTemplate extends SafeHtmlTemplates { method hyperLink (line 37) | @Template("{0}") type TextTemplate (line 42) | interface TextTemplate extends SafeHtmlTemplates { method text (line 44) | @Template("{0}") class HyperLink (line 52) | public static class HyperLink { method newLink (line 57) | public static HyperLink newLink(final String label) { method newText (line 62) | public static HyperLink newText(final String label) { method HyperLink (line 67) | private HyperLink(final String label, method getLabel (line 75) | public String getLabel() { method isLink (line 79) | public boolean isLink() { method HyperLinkCell (line 91) | public HyperLinkCell() { method onBrowserEvent (line 96) | @Override method onEnterKeyDown (line 116) | @Override method render (line 133) | @Override FILE: uberfire-message-console/uberfire-message-console-client/src/main/java/org/guvnor/messageconsole/client/console/MessageConsoleScreen.java class MessageConsoleScreen (line 56) | @ApplicationScoped method MessageConsoleScreen (line 71) | public MessageConsoleScreen() { method MessageConsoleScreen (line 75) | @Inject method onFilteredMessagesEvent (line 89) | public void onFilteredMessagesEvent(final @Observes FilteredMessagesEv... method onRefresh (line 93) | @Override method makeMenuBar (line 113) | private void makeMenuBar() { method copyMessages (line 133) | public void copyMessages() { method selectedProjectChanged (line 162) | public void selectedProjectChanged(@Observes final WorkspaceProjectCon... method getDefaultPosition (line 167) | @DefaultPosition method getTitle (line 172) | @WorkbenchPartTitle method asWidget (line 177) | @WorkbenchPartView method getMenus (line 182) | @WorkbenchMenu FILE: uberfire-message-console/uberfire-message-console-client/src/main/java/org/guvnor/messageconsole/client/console/MessageConsoleService.java class MessageConsoleService (line 46) | @ApplicationScoped method MessageConsoleService (line 63) | public MessageConsoleService() { method MessageConsoleService (line 67) | @Inject method publishMessages (line 83) | public void publishMessages(final @Observes PublishMessagesEvent publi... method unpublishMessages (line 95) | public void unpublishMessages(final @Observes UnpublishMessagesEvent u... method publishBatchMessages (line 107) | public void publishBatchMessages(final @Observes PublishBatchMessagesE... method fireFilteredMessagesEvent (line 129) | private void fireFilteredMessagesEvent() { method addDataDisplay (line 136) | public void addDataDisplay(final HasData dis... method onPerspectiveChange (line 141) | public void onPerspectiveChange(final @Observes PerspectiveChange pers... method publishMessages (line 145) | private void publishMessages(final String sessionId, method unpublishMessages (line 171) | private void unpublishMessages(final String sessionId, method removeRowsByMessage (line 211) | private void removeRowsByMessage(final List messages) { method filterMessages (line 223) | private List filterMessages(final String sessionId, method checkAllowList (line 262) | private boolean checkAllowList() { method reLookupBean (line 274) | private SyncBeanDef reLookupBean(SyncBeanDef<... method getAvailableAllowLists (line 278) | private Collection> getAvailableA... method getDataProvider (line 283) | ListDataProvider getDataProvider() { FILE: uberfire-message-console/uberfire-message-console-client/src/main/java/org/guvnor/messageconsole/client/console/MessageConsoleServiceRow.java class MessageConsoleServiceRow (line 26) | public class MessageConsoleServiceRow extends AbstractPageRow { method MessageConsoleServiceRow (line 42) | public MessageConsoleServiceRow(String sessionId, method getSessionId (line 51) | public String getSessionId() { method setSessionId (line 55) | public void setSessionId(String sessionId) { method getUserId (line 59) | public String getUserId() { method setUserId (line 63) | public void setUserId(String userId) { method getMessage (line 67) | public SystemMessage getMessage() { method setMessage (line 71) | public void setMessage(SystemMessage message) { method getMessageType (line 75) | public String getMessageType() { method getMessageUserId (line 79) | public String getMessageUserId() { method getMessageId (line 83) | public long getMessageId() { method getMessageLevel (line 87) | public Level getMessageLevel() { method getMessagePath (line 91) | public Path getMessagePath() { method getMessageLine (line 95) | public int getMessageLine() { method getMessageColumn (line 99) | public int getMessageColumn() { method getMessageText (line 103) | public String getMessageText() { method resetSequence (line 108) | static void resetSequence() { method getSequence (line 113) | long getSequence() { FILE: uberfire-message-console/uberfire-message-console-client/src/main/java/org/guvnor/messageconsole/client/console/MessageConsoleView.java type MessageConsoleView (line 21) | public interface MessageConsoleView extends IsWidget, method copyMessages (line 24) | boolean copyMessages(String msg); FILE: uberfire-message-console/uberfire-message-console-client/src/main/java/org/guvnor/messageconsole/client/console/MessageConsoleViewImpl.java class MessageConsoleViewImpl (line 42) | @ApplicationScoped type MessageConsoleViewImplWidgetBinder (line 45) | interface MessageConsoleViewImplWidgetBinder extends method MessageConsoleViewImpl (line 70) | public MessageConsoleViewImpl() { method setupDataDisplay (line 94) | @PostConstruct method addLineColumn (line 100) | private void addLineColumn() { method addColumnColumn (line 114) | private void addColumnColumn() { method addFileNameColumn (line 128) | private void addFileNameColumn() { method getTitle (line 156) | public String getTitle() { method showBusyIndicator (line 160) | @Override method hideBusyIndicator (line 165) | @Override method copyMessages (line 170) | @Override FILE: uberfire-message-console/uberfire-message-console-client/src/main/java/org/guvnor/messageconsole/client/console/resources/MessageConsoleResources.java type MessageConsoleResources (line 23) | public interface MessageConsoleResources extends ClientBundle { FILE: uberfire-message-console/uberfire-message-console-client/src/main/java/org/guvnor/messageconsole/client/console/resources/i18n/AlertsConstants.java class AlertsConstants (line 21) | public class AlertsConstants { FILE: uberfire-message-console/uberfire-message-console-client/src/main/java/org/guvnor/messageconsole/client/console/resources/i18n/MessageConsoleConstants.java type MessageConsoleConstants (line 21) | public interface MessageConsoleConstants extends Messages { method Line (line 23) | String Line(); method Column (line 25) | String Column(); method Text (line 27) | String Text(); method Level (line 29) | String Level(); method FileName (line 31) | String FileName(); method RefreshMessageConsole (line 33) | String RefreshMessageConsole(); method ClearMessageConsole (line 35) | String ClearMessageConsole(); method CopyMessageConsole (line 37) | String CopyMessageConsole(); method Refreshing (line 39) | String Refreshing(); method ErrorLevelTitle (line 41) | String ErrorLevelTitle(); method WarningLevelTitle (line 43) | String WarningLevelTitle(); method InfoLevelTitle (line 45) | String InfoLevelTitle(); method MessagesCopiedToClipboard (line 47) | String MessagesCopiedToClipboard(); method MessagesNotCopiedToClipboard (line 49) | String MessagesNotCopiedToClipboard(); FILE: uberfire-message-console/uberfire-message-console-client/src/main/java/org/guvnor/messageconsole/client/console/widget/MessageTableWidget.java class MessageTableWidget (line 33) | public class MessageTableWidget extends Composite implements HasData<... type Mode (line 37) | public enum Mode { type ColumnExtractor (line 42) | public interface ColumnExtractor { method getValue (line 44) | V getValue(Object row); method MessageTableWidget (line 47) | public MessageTableWidget() { method MessageTableWidget (line 52) | public MessageTableWidget(final Mode mode) { method MessageTableWidget (line 63) | public MessageTableWidget(final SimpleTable dataGrid) { method addLevelColumn (line 68) | public void addLevelColumn(final int px, method addTextColumn (line 98) | public void addTextColumn(final int pct, method getLevelTitle (line 125) | private String getLevelTitle(Level level) { method createDivStart (line 137) | public SafeHtml createDivStart(String title) { method createDivStart (line 142) | public SafeHtml createDivStart(String title, method createDivStart (line 149) | public SafeHtml createDivStart(String title, method createDivEnd (line 160) | public SafeHtml createDivEnd() { class IconCell (line 164) | private class IconCell extends AbstractCell { method render (line 166) | @Override method getIconClass (line 176) | private String getIconClass(final Level level) { method setDataProvider (line 189) | public void setDataProvider(final AbstractDataProvider dataProvider) { method getDataProvider (line 195) | public final AbstractDataProvider getDataProvider() { method setToolBarVisible (line 202) | public void setToolBarVisible(final boolean visible) { method getColumnSortList (line 206) | public ColumnSortList getColumnSortList() { method getToolbar (line 210) | public HasWidgets getToolbar() { method getRightToolbar (line 214) | public HasWidgets getRightToolbar() { method getRightActionsToolbar (line 218) | public HasWidgets getRightActionsToolbar() { method getLeftToolbar (line 222) | public HasWidgets getLeftToolbar() { method getCenterToolbar (line 226) | public HasWidgets getCenterToolbar() { method setRowStyles (line 230) | public void setRowStyles(final RowStyles styles) { method setColumnPickerButtonVisible (line 234) | public void setColumnPickerButtonVisible(final boolean show) { method addColumn (line 238) | public void addColumn(final Column lineColumn, method setColumnWidth (line 244) | public void setColumnWidth(final Column lineColumn, method setHeight (line 252) | @Override method setPixelSize (line 257) | @Override method setSize (line 264) | @Override method setWidth (line 271) | @Override method getSelectionModel (line 276) | @Override method getVisibleItem (line 281) | @Override method getVisibleItemCount (line 286) | @Override method getVisibleItems (line 291) | @Override method setRowData (line 296) | @Override method setRowData (line 303) | public void setRowData(final List values) { method redraw (line 307) | public void redraw() { method setSelectionModel (line 311) | @Override method setVisibleRangeAndClearData (line 316) | @Override method addCellPreviewHandler (line 323) | @Override method addRangeChangeHandler (line 328) | @Override method addRowCountChangeHandler (line 333) | @Override method getRowCount (line 338) | @Override method getVisibleRange (line 343) | @Override method isRowCountExact (line 348) | @Override method setRowCount (line 353) | @Override method setRowCount (line 358) | @Override method setVisibleRange (line 365) | @Override method setVisibleRange (line 372) | @Override method setToolbarVisible (line 377) | public void setToolbarVisible(final boolean visible) { FILE: uberfire-message-console/uberfire-message-console-client/src/main/java/org/guvnor/messageconsole/client/console/widget/button/AlertsButtonMenuItemBuilder.java class AlertsButtonMenuItemBuilder (line 26) | public class AlertsButtonMenuItemBuilder { method AlertsButtonMenuItemBuilder (line 30) | @Inject method build (line 35) | public MenuItem build() { FILE: uberfire-message-console/uberfire-message-console-client/src/main/java/org/guvnor/messageconsole/client/console/widget/button/ViewHideAlertsButtonPresenter.java class ViewHideAlertsButtonPresenter (line 29) | public class ViewHideAlertsButtonPresenter { type View (line 31) | public interface View extends UberElemental extends EventSourceMock { FILE: uberfire-message-console/uberfire-message-console-client/src/test/java/org/guvnor/messageconsole/client/console/widget/button/ViewHideAlertsButtonPresenterTest.java class ViewHideAlertsButtonPresenterTest (line 33) | @RunWith(MockitoJUnitRunner.class) method initTest (line 45) | @Test method addCssClassToButtonsTest (line 57) | @Test method viewAlertsTest (line 64) | @Test method hideAlertsTest (line 71) | @Test FILE: uberfire-nio2-backport/uberfire-nio2-api/src/main/java/org/uberfire/java/nio/file/FileSystems.java class FileSystems (line 34) | public final class FileSystems { method FileSystems (line 36) | private FileSystems() { method getDefault (line 42) | public static FileSystem getDefault() { method getFileSystem (line 53) | public static FileSystem getFileSystem(final URI uri) method newFileSystem (line 69) | public static FileSystem newFileSystem(final URI uri, method newFileSystem (line 91) | public static FileSystem newFileSystem(final Path path, method newFileSystem (line 112) | public static FileSystem newFileSystem(final URI uri, class DefaultFileSystemHolder (line 127) | private static class DefaultFileSystemHolder { method getDefaultFileSystem (line 131) | private static FileSystem getDefaultFileSystem() { FILE: uberfire-nio2-backport/uberfire-nio2-api/src/main/java/org/uberfire/java/nio/file/FileTreeWalker.java class FileTreeWalker (line 30) | class FileTreeWalker { method FileTreeWalker (line 35) | FileTreeWalker(final FileVisitor visitor, method walk (line 45) | void walk(final Path start) throws IOException { method walk (line 52) | private FileVisitResult walk(final Path file, FILE: uberfire-nio2-backport/uberfire-nio2-api/src/main/java/org/uberfire/java/nio/file/Files.java class Files (line 63) | public final class Files { method Files (line 76) | private Files() { method providerOf (line 80) | private static FileSystemProvider providerOf(final Path path) { method newInputStream (line 94) | public static InputStream newInputStream(final Path path, method newOutputStream (line 111) | public static OutputStream newOutputStream(final Path path, method newByteChannel (line 129) | public static SeekableByteChannel newByteChannel(final Path path, method newByteChannel (line 151) | public static SeekableByteChannel newByteChannel(final Path path, method newDirectoryStream (line 175) | public static DirectoryStream newDirectoryStream(final Path dir) method newDirectoryStream (line 189) | public static DirectoryStream newDirectoryStream(final Path dir, method newDirectoryStream (line 228) | public static DirectoryStream newDirectoryStream(final Path dir, method createFile (line 250) | public static Path createFile(final Path path, method createDirectory (line 276) | public static Path createDirectory(final Path dir, method createDirectories (line 289) | public static Path createDirectories(final Path dir, method createSymbolicLink (line 335) | public static Path createSymbolicLink(final Path link, method createLink (line 360) | public static Path createLink(final Path link, method delete (line 383) | public static void delete(final Path path, method deleteIfExists (line 401) | public static boolean deleteIfExists(final Path path, method createTempFile (line 412) | public static Path createTempFile(final String prefix, method createTempFile (line 422) | public static Path createTempFile(final Path dir, method normalizeSuffix (line 462) | private static String normalizeSuffix(final String suffix) { method createTempDirectory (line 469) | public static Path createTempDirectory(final String prefix, method createTempDirectory (line 477) | public static Path createTempDirectory(final Path dir, method copy (line 511) | public static Path copy(final Path source, method move (line 532) | public static Path move(final Path source, method readSymbolicLink (line 562) | public static Path readSymbolicLink(final Path link) method getFileStore (line 577) | public static FileStore getFileStore(final Path path) method probeContentType (line 586) | public static String probeContentType(final Path path) method getFileAttributeView (line 608) | public static V getFileAttributeView(fin... method readAttributes (line 629) | public static A readAttributes(final P... method readAttributes (line 650) | public static Map readAttributes(final Path path, method setAttribute (line 676) | public static Path setAttribute(final Path path, method getAttribute (line 695) | public static Object getAttribute(final Path path, method getPosixFilePermissions (line 724) | public static Set getPosixFilePermissions(final P... method setPosixFilePermissions (line 738) | public static Path setPosixFilePermissions(final Path path, method getOwner (line 754) | public static UserPrincipal getOwner(final Path path, method setOwner (line 768) | public static Path setOwner(final Path path, method getLastModifiedTime (line 789) | public static FileTime getLastModifiedTime(final Path path, method setLastModifiedTime (line 800) | public static Path setLastModifiedTime(final Path path, method size (line 820) | public static long size(final Path path) method exists (line 836) | public static boolean exists(final Path path, method notExists (line 857) | public static boolean notExists(final Path path, method isSameFile (line 881) | public static boolean isSameFile(final Path path, method isHidden (line 899) | public static boolean isHidden(final Path path) method isReadable (line 912) | public static boolean isReadable(final Path path) throws method isWritable (line 931) | public static boolean isWritable(final Path path) method isExecutable (line 950) | public static boolean isExecutable(final Path path) method isSymbolicLink (line 969) | public static boolean isSymbolicLink(final Path path) method isDirectory (line 988) | public static boolean isDirectory(final Path path, method isRegularFile (line 1008) | public static boolean isRegularFile(final Path path, method walkFileTree (line 1025) | public static Path walkFileTree(final Path start, method walkFileTree (line 1042) | public static Path walkFileTree(final Path start, method newBufferedReader (line 1067) | public static BufferedReader newBufferedReader(final Path path, method newBufferedWriter (line 1086) | public static BufferedWriter newBufferedWriter(final Path path, method copy (line 1100) | public static long copy(final InputStream in, method copy (line 1144) | public static long copy(final Path source, method internalCopy (line 1166) | private static long internalCopy(InputStream in, method readAllBytes (line 1184) | public static byte[] readAllBytes(final Path path) method readAllLines (line 1225) | public static List readAllLines(final Path path, method write (line 1259) | public static Path write(final Path path, method write (line 1301) | public static Path write(final Path path, FILE: uberfire-nio2-backport/uberfire-nio2-api/src/main/java/org/uberfire/java/nio/file/Paths.java class Paths (line 31) | public final class Paths { method Paths (line 33) | private Paths() { method get (line 40) | public static Path get(final String first, method get (line 76) | public static Path get(final URI uri) FILE: uberfire-nio2-backport/uberfire-nio2-api/src/main/java/org/uberfire/java/nio/file/SimpleFileVisitor.java class SimpleFileVisitor (line 24) | public class SimpleFileVisitor implements FileVisitor { method SimpleFileVisitor (line 26) | protected SimpleFileVisitor() { method preVisitDirectory (line 29) | @Override method visitFile (line 41) | @Override method visitFileFailed (line 53) | @Override method postVisitDirectory (line 65) | @Override FILE: uberfire-nio2-backport/uberfire-nio2-api/src/main/java/org/uberfire/java/nio/file/api/FileSystemProviders.java class FileSystemProviders (line 43) | public final class FileSystemProviders { method setup (line 51) | private static void setup() { method buildProviders (line 64) | private static synchronized List buildProviders() { method buildProvidersMap (line 77) | private static synchronized Map buildProvi... method getDefaultProvider (line 97) | public static FileSystemProvider getDefaultProvider() throws ServiceCo... method resolveProvider (line 110) | public static FileSystemProvider resolveProvider(final URI uri) { method getProvider (line 120) | private static FileSystemProvider getProvider(final String scheme) method installedProviders (line 138) | public static List installedProviders() throws Ser... FILE: uberfire-nio2-backport/uberfire-nio2-api/src/main/java/org/uberfire/java/nio/file/api/FileSystemUtils.java class FileSystemUtils (line 23) | public class FileSystemUtils { method FileSystemUtils (line 32) | private FileSystemUtils() { method getConfigProps (line 35) | public static Properties getConfigProps() { method isOpenShiftSupported (line 39) | public static boolean isOpenShiftSupported() { method isSimplifiedMonitoringEnabled (line 43) | public static boolean isSimplifiedMonitoringEnabled() { method isGitDefaultFileSystem (line 47) | public static boolean isGitDefaultFileSystem() { method isK8SFileSystemProviderAsDefault (line 51) | public static boolean isK8SFileSystemProviderAsDefault(FileSystemProvi... FILE: uberfire-nio2-backport/uberfire-nio2-api/src/main/java/org/uberfire/java/nio/file/extensions/FileSystemHookExecutionContext.java class FileSystemHookExecutionContext (line 25) | public class FileSystemHookExecutionContext { method FileSystemHookExecutionContext (line 31) | public FileSystemHookExecutionContext(String fsName) { method getFsName (line 38) | public String getFsName() { method addParam (line 47) | public void addParam(String name, Object value) { method getParamValue (line 56) | public Object getParamValue(String name) { FILE: uberfire-nio2-backport/uberfire-nio2-api/src/main/java/org/uberfire/java/nio/file/extensions/FileSystemHooks.java type FileSystemHooks (line 17) | public enum FileSystemHooks { type FileSystemHook (line 21) | @FunctionalInterface method execute (line 28) | void execute(FileSystemHookExecutionContext context); FILE: uberfire-nio2-backport/uberfire-nio2-api/src/main/java/org/uberfire/java/nio/file/extensions/FileSystemHooksConstants.java type FileSystemHooksConstants (line 19) | public interface FileSystemHooksConstants { FILE: uberfire-nio2-backport/uberfire-nio2-api/src/test/java/org/uberfire/java/nio/file/AbstractBaseTest.java class AbstractBaseTest (line 26) | public abstract class AbstractBaseTest { method cleanup (line 30) | @After method newTempDir (line 37) | protected Path newTempDir() { method newTempDir (line 41) | protected Path newTempDir(final Path parent) { method newDirToClean (line 54) | protected Path newDirToClean() { FILE: uberfire-nio2-backport/uberfire-nio2-api/src/test/java/org/uberfire/java/nio/file/FileSystemProvidersTest.java class FileSystemProvidersTest (line 28) | public class FileSystemProvidersTest { method generalTests (line 30) | @Test method resolveProviderNull (line 39) | @Test FILE: uberfire-nio2-backport/uberfire-nio2-api/src/test/java/org/uberfire/java/nio/file/FileSystemsTest.java class FileSystemsTest (line 28) | public class FileSystemsTest { method testGetDefault (line 30) | @Test method testGetFileSystemByURI (line 36) | @Test method getFileSystemNull (line 42) | @Test method newFileSystemNull1 (line 49) | @Test method newFileSystemNull2 (line 56) | @Test method newFileSystemNull3 (line 63) | @Test method newFileSystemNull4 (line 70) | @Test method newFileSystemNull5 (line 77) | @Test method newFileSystemNull6 (line 84) | @Test FILE: uberfire-nio2-backport/uberfire-nio2-api/src/test/java/org/uberfire/java/nio/file/FileTreeWalkerTest.java class FileTreeWalkerTest (line 31) | @Ignore method preVisitDirectory (line 41) | @Override method visitFile (line 48) | @Override method visitFileFailed (line 55) | @Override method postVisitDirectory (line 62) | @Override method cleanup (line 70) | @After method testWalker (line 77) | @Test method testWalkerDeep2 (line 115) | @Test method testWalkerDeep1 (line 134) | @Test method testWalkerDeep2ButTerminateOnDir (line 160) | @Test method testWalkerDeep2ButSkipSibling (line 221) | @Test method testWalkerDeep2ButThrowExceptionOnSibling (line 283) | @Test method testWalkerDeep2ButReturnNull (line 348) | @Test method cleanupVisitor (line 413) | private void cleanupVisitor() { FILE: uberfire-nio2-backport/uberfire-nio2-api/src/test/java/org/uberfire/java/nio/file/FileUtilityMethodsTest.java class FileUtilityMethodsTest (line 40) | public class FileUtilityMethodsTest extends AbstractBaseTest { method newBufferedReader (line 42) | @Test method newBufferedReaderNoSuchFileException (line 64) | @Test method newBufferedReaderNoSuchFileException2 (line 71) | @Test method newBufferedReaderNull1 (line 78) | @Test method newBufferedReaderNull2 (line 86) | @Test method newBufferedReaderNull3 (line 95) | @Test method newBufferedWriter (line 103) | @Test method newBufferedWriterNull1 (line 124) | @Test method newBufferedWriterNull2 (line 132) | @Test method newBufferedWriterNull3 (line 140) | @Test method copyIn2Path (line 148) | @Test method copyIn2PathReplaceExisting (line 170) | @Test method copyIn2PathReplaceExistingNotExists (line 199) | @Test method copyIn2PathNull1 (line 222) | @Test method copyIn2PathNull2 (line 231) | @Test method copyIn2PathNull3 (line 241) | @Test method copyIn2PathNull4 (line 251) | @Test method copyIn2PathInvalidOption (line 261) | @Test method copyPath2Out (line 271) | @Test method copyPath2OutNotExists (line 292) | @Test method copyPath2OutNull1 (line 301) | @Test method copyPath2OutNull2 (line 312) | @Test method copyPath2OutInvalidOption (line 321) | @Test method readAllBytes (line 328) | @Test method readAllBytesOutOfMemory (line 344) | @Test(expected = OutOfMemoryError.class) method readAllBytesFileNotExists (line 357) | @Test method readAllBytesDir (line 363) | @Test method readAllBytesNull (line 369) | @Test method readAllLines (line 376) | @Test method readAllLinesFileNotExists (line 404) | @Test method readAllLinesDir (line 411) | @Test method readAllLinesNull1 (line 418) | @Test method readAllLinesNull2 (line 426) | @Test method readAllLinesNull3 (line 435) | @Test method write (line 443) | @Test method writeDir (line 456) | @Test method writeNull1 (line 464) | @Test method writeNull2 (line 472) | @Test method writeNull3 (line 480) | @Test method writeLines (line 488) | @Test method writeLinesDir (line 504) | @Test method writeLinesNull1 (line 514) | @Test method writeLinesNull2 (line 523) | @Test method writeLinesNull4 (line 533) | @Test method writeLinesNull5 (line 543) | @Test FILE: uberfire-nio2-backport/uberfire-nio2-api/src/test/java/org/uberfire/java/nio/file/FilesTest.java class FilesTest (line 38) | public class FilesTest extends AbstractBaseTest { method newIOStreams (line 40) | @Test method newInputStreamNonExistent (line 65) | @Test method newInputStreamOnDir (line 71) | @Test method newInputStreamNull (line 78) | @Test method newOutputStreamOnExistent (line 85) | @Test method newOutpurStreamNull (line 94) | @Test method newByteChannel (line 101) | @Test method newByteChannelFileAlreadyExists (line 113) | @Test method newByteChannelNull (line 119) | @Test method createFile (line 126) | @Test method createFileAlreadyExists (line 134) | @Test method createFileNull (line 140) | @Test method createDirectory (line 147) | @Test method createDirectoryFileAlreadyExists (line 163) | @Test method createDirectoryNull (line 169) | @Test method createDirectories (line 176) | @Test method createDirectoriesFileAlreadyExists (line 192) | @Test method createDirectoriesNull (line 198) | @Test method delete (line 205) | @Test method deleteDirectoryNotEmpty (line 228) | @Test method deleteNoSuchFileException (line 237) | @Test method deleteNull (line 243) | @Test method deleteIfExists (line 250) | @Test method deleteIfExistsDirectoryNotEmpty (line 275) | @Test method deleteIfExistsNull (line 284) | @Test method createTempFile (line 291) | @Test method createTempFileInsideDir (line 335) | @Test method createTempFileNoSuchFile (line 352) | @Test method createTempFileNull (line 360) | @Test method createTempDirectory (line 367) | @Test method createTempDirectoryInsideDir (line 386) | @Test method createTempDirectoryNoSuchFile (line 402) | @Test method createTempDirectoryNull (line 409) | @Test method copyDir (line 416) | @Test method copyDirDirectoryNotEmptyException (line 431) | @Test method copyFile (line 441) | @Test method copyFileInvalidSourceAndTarget (line 460) | @Test method copyNull1 (line 488) | @Test method copyNull2 (line 495) | @Test method copyNull3 (line 502) | @Test method moveDir (line 509) | @Test method moveFile (line 521) | @Test method moveFileInvalidSourceAndTarget (line 539) | @Test method moveNull1 (line 567) | @Test method moveNull2 (line 574) | @Test method moveNull3 (line 581) | @Test method getFileStoreNull (line 588) | @Test method getFileStoreN (line 595) | @Test method getFileAttributeViewGeneral (line 604) | @Test method getFileAttributeViewBasic (line 620) | @Test method getFileAttributeViewInvalidView (line 636) | @Test method getFileAttributeViewNoSuchFileException (line 644) | @Test method getFileAttributeViewNull1 (line 653) | @Test method getFileAttributeViewNull2 (line 660) | @Test method getFileAttributeViewNull3 (line 669) | @Test method readAttributesGeneral (line 676) | @Test method readAttributesBasic (line 690) | @Test method readAttributesNonExistentFile (line 705) | @Test method readAttributesInvalid (line 713) | @Test method readAttributesNull1 (line 721) | @Test method readAttributesNull2 (line 728) | @Test method readAttributesNull3 (line 736) | @Test method readAttributesMap (line 743) | @Test method readAttributesMapNull1 (line 780) | @Test method readAttributesMapNull2 (line 787) | @Test method readAttributesMapNull3 (line 796) | @Test method readAttributesMapEmpty (line 804) | @Test method readAttributesMapNoSuchFileException (line 813) | @Test method setAttributeNull1 (line 822) | @Test method setAttributeNull2 (line 830) | @Test method setAttributeNull3 (line 837) | @Test method setAttributeEmpty (line 844) | @Test method setAttributeInvalidAttr (line 853) | @Test method setAttributeInvalidView (line 862) | @Test method setAttributeInvalidView2 (line 873) | @Test method setAttributeNotImpl (line 884) | @Test method readAttribute (line 894) | @Test method readAttributeInvalid (line 909) | @Test method readAttributeInvalid2 (line 918) | @Test method readAttributeInvalid3 (line 927) | @Test method getLastModifiedTime (line 936) | @Test method getLastModifiedTimeNoSuchFileException (line 943) | @Test method getLastModifiedTimeNull (line 951) | @Test method setLastModifiedTime (line 958) | @Test method setLastModifiedTimeNoSuchFileException (line 966) | @Test method setLastModifiedTimeNull (line 974) | @Test method setLastModifiedTimeNull2 (line 981) | @Test method size (line 989) | @Test method sizeNoSuchFileException (line 1003) | @Test method sizeNull (line 1011) | @Test method exists (line 1018) | @Test method existsNull (line 1027) | @Test method notExists (line 1034) | @Test method notExistsNull (line 1044) | @Test method isSameFile (line 1051) | @Test method isSameFileNull1 (line 1072) | @Test method isSameFileNull2 (line 1081) | @Test method isSameFileNull3 (line 1090) | @Test method isHidden (line 1097) | @Test method isHiddenNull (line 1106) | @Test method isReadable (line 1113) | @Test method isReadableNull (line 1122) | @Test method isWritable (line 1129) | @Test method isWritableNull (line 1138) | @Test method isExecutable (line 1145) | @Test method isExecutableNull (line 1156) | @Test method isSymbolicLink (line 1163) | @Test method isSymbolicLinkNull (line 1172) | @Test method isDirectory (line 1179) | @Test method isDirectoryNull (line 1188) | @Test method isRegularFile (line 1195) | @Test method isRegularFileNull (line 1204) | @Test type MyAttrsView (line 1211) | private interface MyAttrsView extends BasicFileAttributeView { type MyAttrs (line 1215) | private interface MyAttrs extends BasicFileAttributes { FILE: uberfire-nio2-backport/uberfire-nio2-api/src/test/java/org/uberfire/java/nio/file/FilesUnsupportedOpsTest.java class FilesUnsupportedOpsTest (line 26) | public class FilesUnsupportedOpsTest extends AbstractBaseTest { method newDirectoryStreamGlobNotDirectoryException (line 28) | @Test(expected = NotDirectoryException.class) method newDirectoryStreamGlobNull (line 35) | @Test(expected = IllegalArgumentException.class) method newDirectoryStreamGlobNull2 (line 41) | @Test(expected = IllegalArgumentException.class) method newDirectoryStreamGlobNull3 (line 47) | @Test(expected = IllegalArgumentException.class) method newDirectoryStreamGlobEmpty (line 53) | @Test(expected = IllegalArgumentException.class) method probeContentType (line 59) | @Test(expected = UnsupportedOperationException.class) method probeContentTypeDir (line 65) | @Test(expected = NoSuchFileException.class) method probeContentTypeNonExistent (line 70) | @Test(expected = NoSuchFileException.class) method probeContentTypeNull (line 75) | @Test(expected = IllegalArgumentException.class) method getPosixFilePermissions (line 80) | @Test(expected = UnsupportedOperationException.class) method getPosixFilePermissionsNoSuchFileException (line 85) | @Test(expected = NoSuchFileException.class) method getPosixFilePermissionsNull (line 90) | @Test(expected = IllegalArgumentException.class) method getOwner (line 95) | @Test(expected = UnsupportedOperationException.class) method getOwnerNoSuchFileException (line 100) | @Test(expected = NoSuchFileException.class) method getOwnerNull (line 105) | @Test(expected = IllegalArgumentException.class) method setOwner (line 110) | @Test(expected = UnsupportedOperationException.class) method setOwnerNoSuchFileException (line 121) | @Test(expected = NoSuchFileException.class) method setOwnerNull (line 132) | @Test(expected = IllegalArgumentException.class) method setOwnerNull2 (line 138) | @Test(expected = IllegalArgumentException.class) method setOwnerNull3 (line 149) | @Test(expected = IllegalArgumentException.class) method setPosixFilePermissions (line 155) | @Test(expected = UnsupportedOperationException.class) method setPosixFilePermissionsNoSuchFileException (line 161) | @Test(expected = NoSuchFileException.class) method setPosixFilePermissionsNull (line 167) | @Test(expected = IllegalArgumentException.class) method setPosixFilePermissionsNull2 (line 173) | @Test(expected = IllegalArgumentException.class) method newDirectoryStreamNull (line 179) | @Test(expected = IllegalArgumentException.class) method newDirectoryStreamNonDirecotory (line 184) | @Test(expected = NotDirectoryException.class) method newDirectoryStreamNull2 (line 190) | @Test(expected = IllegalArgumentException.class) method newDirectoryStreamNull3 (line 201) | @Test(expected = IllegalArgumentException.class) method newDirectoryStreamNull4 (line 207) | @Test(expected = IllegalArgumentException.class) method newDirectoryStreamNotDirecotory2 (line 213) | @Test(expected = NotDirectoryException.class) method newDirectoryStreamNull5 (line 225) | @Test(expected = IllegalArgumentException.class) method newDirectoryStreamNull6 (line 231) | @Test(expected = IllegalArgumentException.class) method newDirectoryStreamEmpty (line 237) | @Test(expected = IllegalArgumentException.class) method newDirectoryStreamNull7 (line 243) | @Test(expected = IllegalArgumentException.class) method newDirectoryStreamNotDirecotory3 (line 249) | @Test(expected = NotDirectoryException.class) method createSymbolicLink (line 256) | @Test(expected = UnsupportedOperationException.class) method createSymbolicLinkIllegalStateException1 (line 263) | @Test(expected = FileAlreadyExistsException.class) method createSymbolicLinkIllegalStateException2 (line 271) | @Test(expected = IllegalStateException.class) method createSymbolicLinkNull1 (line 279) | @Test(expected = IllegalArgumentException.class) method createSymbolicLinkNull2 (line 286) | @Test(expected = IllegalArgumentException.class) method createSymbolicLinkNull3 (line 292) | @Test(expected = IllegalArgumentException.class) method createLink (line 298) | @Test(expected = UnsupportedOperationException.class) method createLinkIllegalStateException1 (line 305) | @Test(expected = FileAlreadyExistsException.class) method createLinkIllegalStateException2 (line 313) | @Test(expected = IllegalStateException.class) method createLinkNull1 (line 321) | @Test(expected = IllegalArgumentException.class) method createLinkNull2 (line 328) | @Test(expected = IllegalArgumentException.class) method createLinkNull3 (line 334) | @Test(expected = IllegalArgumentException.class) method readSymbolicLink (line 340) | @Test(expected = UnsupportedOperationException.class) method readSymbolicLinkNotLink (line 346) | @Test(expected = NotLinkException.class) method readSymbolicLinkNull (line 351) | @Test(expected = IllegalArgumentException.class) FILE: uberfire-nio2-backport/uberfire-nio2-api/src/test/java/org/uberfire/java/nio/file/PathsTest.java class PathsTest (line 25) | public class PathsTest { method simpleGet (line 27) | @Test method simplePartitionedGet (line 36) | @Test method simpleWindowsGet (line 49) | @Test method simplePartitionedWindowsGet (line 58) | @Test method simpleGetButUsingURIAsString (line 70) | @Test method simpleGetButUsingURIAsStringAndDefaultScheme (line 81) | @Test method simpleGetURI (line 92) | @Test method simpleGetEmpty (line 103) | @Test method simpleGetNull1 (line 112) | @Test(expected = IllegalArgumentException.class) method simpleGetNull2 (line 117) | @Test(expected = IllegalArgumentException.class) FILE: uberfire-nio2-backport/uberfire-nio2-api/src/test/java/org/uberfire/java/nio/file/SimpleFileVisitorTest.java class SimpleFileVisitorTest (line 28) | public class SimpleFileVisitorTest extends AbstractBaseTest { method preVisitDirectory (line 37) | @Override method visitFile (line 45) | @Override method visitFileFailed (line 53) | @Override method postVisitDirectory (line 61) | @Override method testWalker (line 70) | @Test method testWalkerDeep2 (line 101) | @Test method testWalkerDeep1 (line 118) | @Test method testException (line 142) | @Test method preVisitDirectoryNull1 (line 169) | @Test(expected = IllegalArgumentException.class) method preVisitDirectoryNull2 (line 181) | @Test(expected = IllegalArgumentException.class) method preVisitDirectoryNull3 (line 189) | @Test(expected = IllegalArgumentException.class) method visitFileNull1 (line 195) | @Test(expected = IllegalArgumentException.class) method visitFileNull2 (line 207) | @Test(expected = IllegalArgumentException.class) method visitFileNull3 (line 215) | @Test(expected = IllegalArgumentException.class) method postVisitDirectoryNull1 (line 221) | @Test method postVisitDirectoryNull2 (line 232) | @Test(expected = IllegalArgumentException.class) method postVisitDirectoryNull3 (line 238) | @Test(expected = IllegalArgumentException.class) method visitFileFailedNull1 (line 244) | @Test(expected = IllegalArgumentException.class) method visitFileFailedNull2 (line 255) | @Test(expected = IllegalArgumentException.class) method visitFileFailedNull3 (line 261) | @Test(expected = IllegalArgumentException.class) method cleanupVisitor (line 267) | protected void cleanupVisitor() { FILE: uberfire-nio2-backport/uberfire-nio2-impls/uberfire-nio2-fs/src/main/java/org/uberfire/java/nio/fs/file/BaseSimpleFileStore.java class BaseSimpleFileStore (line 31) | public abstract class BaseSimpleFileStore implements FileStore { method BaseSimpleFileStore (line 33) | BaseSimpleFileStore(final Path path) { method BaseSimpleFileStore (line 36) | BaseSimpleFileStore(final File[] roots, method type (line 40) | @Override method isReadOnly (line 45) | @Override method supportsFileAttributeView (line 50) | @Override method supportsFileAttributeView (line 61) | @Override method getFileStoreAttributeView (line 72) | @Override method getAttribute (line 80) | @Override method equals (line 100) | @Override method hashCode (line 114) | @Override FILE: uberfire-nio2-backport/uberfire-nio2-impls/uberfire-nio2-fs/src/main/java/org/uberfire/java/nio/fs/file/BaseSimpleFileSystem.java class BaseSimpleFileSystem (line 40) | public abstract class BaseSimpleFileSystem implements FileSystem, method BaseSimpleFileSystem (line 54) | BaseSimpleFileSystem(final FileSystemProvider provider, method BaseSimpleFileSystem (line 61) | BaseSimpleFileSystem(final File[] roots, method id (line 77) | @Override method validateDefaultDir (line 82) | private String validateDefaultDir(final String path) throws IllegalArg... method provider (line 93) | @Override method isOpen (line 98) | @Override method isReadOnly (line 103) | @Override method getSeparator (line 108) | @Override method getSeparator (line 114) | public String getSeparator(final String path) { method supportedFileAttributeViews (line 132) | @Override method getPath (line 137) | @Override method removeTrailingSlash (line 161) | private String removeTrailingSlash(final String path) { method getPathMatcher (line 179) | @Override method getUserPrincipalLookupService (line 185) | @Override method newWatchService (line 191) | @Override method close (line 197) | @Override method listRoots (line 202) | File[] listRoots() { method toString (line 206) | @Override method getName (line 211) | @Override FILE: uberfire-nio2-backport/uberfire-nio2-impls/uberfire-nio2-fs/src/main/java/org/uberfire/java/nio/fs/file/SimpleBasicFileAttributeView.java class SimpleBasicFileAttributeView (line 33) | public class SimpleBasicFileAttributeView extends AbstractBasicFileAttri... method SimpleBasicFileAttributeView (line 37) | public SimpleBasicFileAttributeView(final Path path) { method readAttributes (line 41) | @Override method viewTypes (line 67) | @Override FILE: uberfire-nio2-backport/uberfire-nio2-impls/uberfire-nio2-fs/src/main/java/org/uberfire/java/nio/fs/file/SimpleFileSystemProvider.java class SimpleFileSystemProvider (line 74) | public class SimpleFileSystemProvider implements FileSystemProvider { method SimpleFileSystemProvider (line 83) | public SimpleFileSystemProvider() { method SimpleFileSystemProvider (line 88) | protected SimpleFileSystemProvider(final File[] roots, method forceAsDefault (line 104) | @Override method isDefault (line 109) | @Override method getScheme (line 114) | @Override method getFileSystem (line 119) | @Override method getPath (line 125) | @Override method newFileSystem (line 136) | @Override method newFileSystem (line 147) | @Override method newInputStream (line 158) | @Override method newOutputStream (line 175) | @Override method newFileChannel (line 189) | @Override method newAsynchronousFileChannel (line 199) | @Override method newByteChannel (line 210) | @Override method createANewByteChannel (line 236) | private SeekableByteChannelFileBasedImpl createANewByteChannel(final F... method openAByteChannel (line 246) | private SeekableByteChannelFileBasedImpl openAByteChannel(Path path) t... method shouldCreateOrOpenAByteChannel (line 251) | private boolean shouldCreateOrOpenAByteChannel(final Set V createFileAttributeView(fina... method getFileAttributeView (line 568) | private ExtendedAttributeView getFileAttributeView(final Path path, method readAttributes (line 580) | @SuppressWarnings("unchecked") method readAttributes (line 603) | @Override method setAttribute (line 627) | @Override method copy (line 652) | @Override method move (line 682) | @Override method getDefaultFileSystem (line 713) | protected FileSystem getDefaultFileSystem() { method toGeneralPathImpl (line 717) | protected GeneralPathImpl toGeneralPathImpl(final Path path) { method split (line 726) | protected String[] split(final String attribute) { method checkFileNotExistThenThrow (line 740) | protected void checkFileNotExistThenThrow(final Path path, final boole... method checkFileExistsThenThrow (line 750) | protected void checkFileExistsThenThrow(final Path path) { type OSType (line 756) | public enum OSType { method currentOS (line 760) | public static OSType currentOS() { FILE: uberfire-nio2-backport/uberfire-nio2-impls/uberfire-nio2-fs/src/main/java/org/uberfire/java/nio/fs/file/SimpleUnixFileStore.java class SimpleUnixFileStore (line 24) | public class SimpleUnixFileStore extends BaseSimpleFileStore { method SimpleUnixFileStore (line 26) | protected SimpleUnixFileStore(final Path path) { method name (line 30) | @Override method getTotalSpace (line 35) | @Override method getUsableSpace (line 40) | @Override method getUnallocatedSpace (line 45) | @Override FILE: uberfire-nio2-backport/uberfire-nio2-impls/uberfire-nio2-fs/src/main/java/org/uberfire/java/nio/fs/file/SimpleUnixFileSystem.java class SimpleUnixFileSystem (line 27) | public class SimpleUnixFileSystem extends BaseSimpleFileSystem { method SimpleUnixFileSystem (line 31) | protected SimpleUnixFileSystem(final FileSystemProvider provider, method getPath (line 37) | @Override method getRootDirectories (line 46) | @Override method getFileStores (line 78) | @Override method dispose (line 110) | @Override FILE: uberfire-nio2-backport/uberfire-nio2-impls/uberfire-nio2-fs/src/main/java/org/uberfire/java/nio/fs/file/SimpleWindowsFileStore.java class SimpleWindowsFileStore (line 31) | public class SimpleWindowsFileStore extends BaseSimpleFileStore { method SimpleWindowsFileStore (line 40) | public SimpleWindowsFileStore(final File[] roots, method SimpleWindowsFileStore (line 49) | SimpleWindowsFileStore(final File[] roots, method name (line 82) | @Override method getTotalSpace (line 87) | @Override method getUsableSpace (line 92) | @Override method getUnallocatedSpace (line 97) | @Override method listRoots (line 102) | File[] listRoots() { FILE: uberfire-nio2-backport/uberfire-nio2-impls/uberfire-nio2-fs/src/main/java/org/uberfire/java/nio/fs/file/SimpleWindowsFileSystem.java class SimpleWindowsFileSystem (line 27) | public class SimpleWindowsFileSystem extends BaseSimpleFileSystem { method SimpleWindowsFileSystem (line 29) | SimpleWindowsFileSystem(final FileSystemProvider provider, method SimpleWindowsFileSystem (line 35) | SimpleWindowsFileSystem(final File[] roots, method getSeparator (line 43) | @Override method getRootDirectories (line 48) | @Override method getFileStores (line 81) | @Override method dispose (line 114) | @Override FILE: uberfire-nio2-backport/uberfire-nio2-impls/uberfire-nio2-fs/src/test/java/org/uberfire/java/nio/fs/file/SimpleFileSystemProviderAttrsRelatedTest.java class SimpleFileSystemProviderAttrsRelatedTest (line 39) | public class SimpleFileSystemProviderAttrsRelatedTest { method checkIsHidden (line 41) | @Test method isHiddenNull (line 58) | @Test method checkAccess (line 67) | @Test method checkAccessNull1 (line 119) | @Test method checkAccessNull2 (line 128) | @Test method checkAccessNull3 (line 140) | @Test method checkAccessNull4 (line 149) | @Test method checkGetFileStore (line 162) | @Test method getFileStoreNull (line 173) | @Test method checkGetFileAttributeViewGeneral (line 182) | @Test method checkGetFileAttributeViewBasic (line 202) | @Test method getFileAttributeViewInvalidView (line 222) | @Test method getFileAttributeViewNull1 (line 235) | @Test method getFileAttributeViewNull2 (line 244) | @Test method getFileAttributeViewNull3 (line 257) | @Test method checkReadAttributesGeneral (line 266) | @Test method checkReadAttributesBasic (line 285) | @Test method readAttributesNonExistentFile (line 305) | @Test method readAttributesInvalid (line 317) | @Test method readAttributesNull1 (line 330) | @Test method readAttributesNull2 (line 340) | @Test method readAttributesNull3 (line 354) | @Test method checkReadAttributesMap (line 364) | @Test method readAttributesMapNull1 (line 404) | @Test method readAttributesMapNull2 (line 413) | @Test method readAttributesMapNull3 (line 427) | @Test method readAttributesMapEmpty (line 436) | @Test method setAttributeNull1 (line 450) | @Test method setAttributeNull2 (line 464) | @Test method setAttributeNull3 (line 473) | @Test method setAttributeEmpty (line 482) | @Test method setAttributeInvalidAttr (line 495) | @Test method setAttributeInvalidView (line 509) | @Test method setAttributeInvalidView2 (line 523) | @Test method setAttributeNotImpl (line 537) | @Test type MyAttrsView (line 550) | private interface MyAttrsView extends BasicFileAttributeView { type MyAttrs (line 554) | private interface MyAttrs extends BasicFileAttributes { FILE: uberfire-nio2-backport/uberfire-nio2-impls/uberfire-nio2-fs/src/test/java/org/uberfire/java/nio/fs/file/SimpleFileSystemProviderTest.java class SimpleFileSystemProviderTest (line 49) | public class SimpleFileSystemProviderTest { method cleanup (line 51) | @Before method simpleStateTest (line 59) | @Test method validateGetPath (line 71) | @Test method getPathNull (line 86) | @Test(expected = IllegalArgumentException.class) method getPathInvalidScheme (line 92) | @Test(expected = IllegalStateException.class) method newFileSystemCantCreateURI (line 98) | @Test(expected = FileSystemAlreadyExistsException.class) method newFileSystemCantCreatePath (line 106) | @Test(expected = FileSystemAlreadyExistsException.class) method checkNewInputStream (line 118) | @Test method inputStreamFileDoesntExists (line 133) | @Test(expected = NoSuchFileException.class) method inputStreamNull (line 144) | @Test(expected = IllegalArgumentException.class) method checkNewOutputStream (line 151) | @Test method outputStreamFileDoesntExists (line 166) | @Test(expected = org.uberfire.java.nio.IOException.class) method outputStreamOnDirectory (line 177) | @Test(expected = org.uberfire.java.nio.IOException.class) method outputStreamNull (line 188) | @Test(expected = IllegalArgumentException.class) method checkNewFileChannel (line 195) | @Test method fileChannelFileDoesntExists (line 211) | @Test(expected = org.uberfire.java.nio.IOException.class) method fileChannelNull (line 223) | @Test(expected = IllegalArgumentException.class) method checkNewByteChannelToCreateFile (line 231) | @Test method newByteChannelFileAlreadyExists (line 250) | @Test(expected = FileAlreadyExistsException.class) method newByteChannelInvalidPath (line 266) | @Test(expected = org.uberfire.java.nio.IOException.class) method newByteChannelNull (line 281) | @Test(expected = IllegalArgumentException.class) method newAsynchronousFileChannelUnsupportedOp (line 289) | @Test(expected = UnsupportedOperationException.class) method newAsynchronousFileChannelNull (line 302) | @Test(expected = IllegalArgumentException.class) method seekableByteChannel (line 311) | @Test method checkCreateDirectory (line 374) | @Test method checkCreateDirectoryAlreadyExists (line 393) | @Test(expected = FileAlreadyExistsException.class) method createDirectoryNull (line 409) | @Test(expected = IllegalArgumentException.class) method createSymbolicLinkNull1 (line 416) | @Test(expected = IllegalArgumentException.class) method createSymbolicLinkNull2 (line 424) | @Test(expected = IllegalArgumentException.class) method createSymbolicLinkNull3 (line 436) | @Test(expected = IllegalArgumentException.class) method createSymbolicLinkSame (line 448) | @Test(expected = IllegalStateException.class) method createSymbolicLinkTargetMustExists (line 460) | @Test(expected = IllegalStateException.class) method createSymbolicLinkUnsupportedOp (line 474) | @Test(expected = UnsupportedOperationException.class) method createLinkNull1 (line 490) | @Test(expected = IllegalArgumentException.class) method createLinkNull2 (line 498) | @Test(expected = IllegalArgumentException.class) method createLinkNull3 (line 510) | @Test(expected = IllegalArgumentException.class) method createLinkSame (line 522) | @Test(expected = IllegalStateException.class) method createLinkUnsupportedOp (line 534) | @Test(expected = UnsupportedOperationException.class) method checkDelete (line 550) | @Test method checkDeleteNonExistent (line 564) | @Test(expected = NoSuchFileException.class) method checkDeleteNull (line 576) | @Test(expected = IllegalArgumentException.class) method checkDeleteIfExists (line 583) | @Test method checkDeleteIfExistsNonExistent (line 597) | @Test(expected = org.uberfire.java.nio.IOException.class) method checkDeleteIfExistsNull (line 610) | @Test(expected = IllegalArgumentException.class) method readSymbolicLinkNull (line 617) | @Test(expected = IllegalArgumentException.class) method readSymbolicLinkNotLink (line 624) | @Test(expected = NotLinkException.class) method readSymbolicLinkUnsupportedOp (line 634) | @Test(expected = UnsupportedOperationException.class) method checkIsSameFile (line 646) | @Test method sameFileNull1 (line 666) | @Test(expected = IllegalArgumentException.class) method sameFileNull2 (line 674) | @Test(expected = IllegalArgumentException.class) method sameFileNull3 (line 685) | @Test(expected = IllegalArgumentException.class) method checkCopyDir (line 696) | @Test method checkCopyFile (line 721) | @Test method copyFileInvalidSourceAndTarget (line 749) | @Test method copyFileNull1 (line 790) | @Test(expected = IllegalArgumentException.class) method copyFileNull2 (line 803) | @Test(expected = IllegalArgumentException.class) method copyFileNull3 (line 816) | @Test(expected = IllegalArgumentException.class) method checkMoveDir (line 824) | @Test method checkMoveFile (line 848) | @Test method moveFileInvalidSourceAndTarget (line 876) | @Test method moveFileNull1 (line 917) | @Test(expected = IllegalArgumentException.class) method moveFileNull2 (line 930) | @Test(expected = IllegalArgumentException.class) method moveFileNull3 (line 943) | @Test(expected = IllegalArgumentException.class) method checkNewDirectoryStream (line 951) | @Test method checkDeleteNonEmptyDir (line 1019) | @Test method newDirectoryStreamInvalidDir (line 1056) | @Test(expected = NotDirectoryException.class) method newDirectoryStreamNull1 (line 1070) | @Test(expected = IllegalArgumentException.class) method newDirectoryStreamNull2 (line 1078) | @Test(expected = IllegalArgumentException.class) method newDirectoryStreamNull3 (line 1092) | @Test(expected = IllegalArgumentException.class) FILE: uberfire-nio2-backport/uberfire-nio2-impls/uberfire-nio2-fs/src/test/java/org/uberfire/java/nio/fs/file/SimpleFileSystemProviderWindowsTest.java class SimpleFileSystemProviderWindowsTest (line 29) | public class SimpleFileSystemProviderWindowsTest { method simpleStateTest (line 35) | @Test method checkGetFileStore (line 47) | @Test FILE: uberfire-nio2-backport/uberfire-nio2-impls/uberfire-nio2-fs/src/test/java/org/uberfire/java/nio/fs/file/SimpleUnixFileStoreTest.java class SimpleUnixFileStoreTest (line 32) | public class SimpleUnixFileStoreTest { method simpleTests (line 34) | @Test method getUnallocatedSpaceUnsupportedOp (line 59) | @Test(expected = UnsupportedOperationException.class) method getAttributeUnsupportedOp (line 64) | @Test(expected = UnsupportedOperationException.class) method supportsFileAttributeViewNull1 (line 69) | @Test(expected = IllegalArgumentException.class) method supportsFileAttributeViewNull2 (line 74) | @Test(expected = IllegalArgumentException.class) method supportsFileAttributeViewEmpty (line 79) | @Test(expected = IllegalArgumentException.class) method getFileStoreAttributeViewNull (line 84) | @Test(expected = IllegalArgumentException.class) method getAttributeNull (line 89) | @Test(expected = IllegalArgumentException.class) method getAttributeEmpty (line 94) | @Test(expected = IllegalArgumentException.class) class MyFileAttributeView (line 99) | private static class MyFileAttributeView implements FileAttributeView { method name (line 101) | @Override class MyAlsoInvalidFileAttributeView (line 107) | private static class MyAlsoInvalidFileAttributeView implements BasicFi... method readAttributes (line 109) | @Override method setTimes (line 114) | @Override method name (line 121) | @Override FILE: uberfire-nio2-backport/uberfire-nio2-impls/uberfire-nio2-fs/src/test/java/org/uberfire/java/nio/fs/file/SimpleUnixFileSystemTest.java class SimpleUnixFileSystemTest (line 37) | public class SimpleUnixFileSystemTest { method simpleTests (line 41) | @Test method simpleRootTests (line 82) | @Test method invalidCOnstructorPath (line 100) | @Test(expected = IllegalArgumentException.class) method getPathMatcherUnsupportedOp (line 106) | @Test(expected = UnsupportedOperationException.class) method getUserPrincipalLookupServiceUnsupportedOp (line 112) | @Test(expected = UnsupportedOperationException.class) method newWatchServiceUnsupportedOp (line 118) | @Test(expected = UnsupportedOperationException.class) method removeElementFromRootIteratorUnsupportedOp (line 124) | @Test(expected = UnsupportedOperationException.class) method invalidElementFromRootIterator (line 130) | @Test(expected = NoSuchElementException.class) method removeElementFromFStoreIteratorUnsupportedOp (line 142) | @Test(expected = UnsupportedOperationException.class) method invalidElementFromFStoreIterator (line 148) | @Test(expected = NoSuchElementException.class) FILE: uberfire-nio2-backport/uberfire-nio2-impls/uberfire-nio2-fs/src/test/java/org/uberfire/java/nio/fs/file/SimpleWindowsFileStoreTest.java class SimpleWindowsFileStoreTest (line 37) | public class SimpleWindowsFileStoreTest { method simpleTests (line 48) | @Test method contructorWithNullRootsAndPath (line 83) | @Test(expected = IllegalArgumentException.class) method contructorWithEmptyRoots (line 89) | @Test(expected = IllegalStateException.class) method getUnallocatedSpaceUnsupportedOp (line 95) | @Test(expected = UnsupportedOperationException.class) method getAttributeUnsupportedOp (line 101) | @Test(expected = UnsupportedOperationException.class) method supportsFileAttributeViewNull1 (line 107) | @Test(expected = IllegalArgumentException.class) method supportsFileAttributeViewNull2 (line 113) | @Test(expected = IllegalArgumentException.class) method supportsFileAttributeViewEmpty (line 119) | @Test(expected = IllegalArgumentException.class) method getFileStoreAttributeViewNull (line 125) | @Test(expected = IllegalArgumentException.class) method getAttributeNull (line 131) | @Test(expected = IllegalArgumentException.class) method getAttributeEmpty (line 137) | @Test(expected = IllegalArgumentException.class) class MyFileAttributeView (line 143) | private static class MyFileAttributeView implements FileAttributeView { method name (line 145) | @Override class MyAlsoInvalidFileAttributeView (line 151) | private static class MyAlsoInvalidFileAttributeView implements BasicFi... method readAttributes (line 153) | @Override method setTimes (line 158) | @Override method name (line 165) | @Override FILE: uberfire-nio2-backport/uberfire-nio2-impls/uberfire-nio2-fs/src/test/java/org/uberfire/java/nio/fs/file/SimpleWindowsFileSystemTest.java class SimpleWindowsFileSystemTest (line 36) | public class SimpleWindowsFileSystemTest { method simpleTests (line 42) | @Test method invalidCOnstructorPath (line 108) | @Test(expected = IllegalArgumentException.class) method getPathMatcherUnsupportedOp (line 114) | @Test(expected = UnsupportedOperationException.class) method getUserPrincipalLookupServiceUnsupportedOp (line 120) | @Test(expected = UnsupportedOperationException.class) method newWatchServiceUnsupportedOp (line 126) | @Test(expected = UnsupportedOperationException.class) method removeElementFromRootIteratorUnsupportedOp (line 132) | @Test(expected = UnsupportedOperationException.class) method invalidElementFromRootIterator (line 138) | @Test(expected = NoSuchElementException.class) method removeElementFromFStoreIteratorUnsupportedOp (line 151) | @Test(expected = UnsupportedOperationException.class) method invalidElementFromFStoreIterator (line 157) | @Test(expected = NoSuchElementException.class) FILE: uberfire-nio2-backport/uberfire-nio2-impls/uberfire-nio2-jgit/src/main/java/org/uberfire/java/nio/fs/jgit/CommitTime.java class CommitTime (line 19) | public class CommitTime { method getFirstCommitTime (line 24) | public Long getFirstCommitTime() { method setFirstCommitTime (line 28) | public void setFirstCommitTime(Long firstCommitTime) { method getLastCommitTime (line 32) | public Long getLastCommitTime() { method setLastCommitTime (line 36) | public void setLastCommitTime(Long lastCommitTime) { FILE: uberfire-nio2-backport/uberfire-nio2-impls/uberfire-nio2-jgit/src/main/java/org/uberfire/java/nio/fs/jgit/FileSystemLock.java class FileSystemLock (line 21) | public class FileSystemLock { method FileSystemLock (line 34) | protected FileSystemLock(File directory, method registerAccess (line 44) | void registerAccess() { method lock (line 48) | public void lock() { method unlock (line 57) | public void unlock() { method hasBeenInUse (line 67) | public boolean hasBeenInUse() { method recentlyAccessed (line 74) | private boolean recentlyAccessed() { method needToCreatePhysicalLock (line 78) | private boolean needToCreatePhysicalLock() { method releasePhysicalLock (line 82) | private boolean releasePhysicalLock() { method physicalLockOnFS (line 86) | void physicalLockOnFS() { method physicalUnLockOnFS (line 102) | void physicalUnLockOnFS() { method createLockInfra (line 115) | java.nio.file.Path createLockInfra(URI uri) { method getLockName (line 130) | protected String getLockName() { FILE: uberfire-nio2-backport/uberfire-nio2-impls/uberfire-nio2-jgit/src/main/java/org/uberfire/java/nio/fs/jgit/FileSystemLockManager.java class FileSystemLockManager (line 8) | public class FileSystemLockManager { class LazyHolder (line 12) | private static class LazyHolder { method getInstance (line 17) | public static FileSystemLockManager getInstance() { method getFileSystemLock (line 21) | public FileSystemLock getFileSystemLock(File directory, FILE: uberfire-nio2-backport/uberfire-nio2-impls/uberfire-nio2-jgit/src/main/java/org/uberfire/java/nio/fs/jgit/JGitBasicAttributeView.java class JGitBasicAttributeView (line 37) | public class JGitBasicAttributeView extends AbstractBasicFileAttributeVi... method JGitBasicAttributeView (line 41) | public JGitBasicAttributeView(final JGitPathImpl path) { method readAttributes (line 45) | @Override method viewTypes (line 55) | @Override method buildAttrs (line 60) | private BasicFileAttributes buildAttrs(final JGitFileSystem fs, FILE: uberfire-nio2-backport/uberfire-nio2-impls/uberfire-nio2-jgit/src/main/java/org/uberfire/java/nio/fs/jgit/JGitFSPath.java class JGitFSPath (line 35) | public class JGitFSPath implements FSPath { method JGitFSPath (line 39) | public JGitFSPath(final JGitFileSystem fs) { method getFileSystem (line 43) | @Override method isAbsolute (line 48) | @Override method getRoot (line 53) | @Override method getFileName (line 58) | @Override method getParent (line 63) | @Override method getNameCount (line 68) | @Override method getName (line 73) | @Override method subpath (line 78) | @Override method startsWith (line 84) | @Override method startsWith (line 89) | @Override method endsWith (line 94) | @Override method endsWith (line 99) | @Override method normalize (line 104) | @Override method resolve (line 109) | @Override method resolve (line 114) | @Override method resolveSibling (line 119) | @Override method resolveSibling (line 124) | @Override method relativize (line 129) | @Override method toUri (line 134) | @Override method toAbsolutePath (line 139) | @Override method toRealPath (line 144) | @Override method toFile (line 149) | @Override method compareTo (line 154) | @Override method iterator (line 159) | @Override method register (line 164) | @Override method register (line 171) | @Override FILE: uberfire-nio2-backport/uberfire-nio2-impls/uberfire-nio2-jgit/src/main/java/org/uberfire/java/nio/fs/jgit/JGitFileStore.java class JGitFileStore (line 29) | public class JGitFileStore implements FileStore { method JGitFileStore (line 33) | JGitFileStore(final Repository repository) { method name (line 38) | @Override method type (line 43) | @Override method isReadOnly (line 48) | @Override method getTotalSpace (line 53) | @Override method getUsableSpace (line 58) | @Override method getUnallocatedSpace (line 63) | @Override method supportsFileAttributeView (line 68) | @Override method supportsFileAttributeView (line 76) | @Override method getFileStoreAttributeView (line 84) | @Override method getAttribute (line 92) | @Override method equals (line 112) | @Override method hashCode (line 126) | @Override FILE: uberfire-nio2-backport/uberfire-nio2-impls/uberfire-nio2-jgit/src/main/java/org/uberfire/java/nio/fs/jgit/JGitFileSystem.java type JGitFileSystem (line 36) | public interface JGitFileSystem extends FileSystem, method getGit (line 41) | Git getGit(); method getCredential (line 43) | CredentialsProvider getCredential(); method checkClosed (line 45) | void checkClosed() throws IllegalStateException; method publishEvents (line 47) | void publishEvents(Path watchable, method isOnBatch (line 50) | boolean isOnBatch(); method setState (line 52) | void setState(String state); method buildCommitInfo (line 54) | CommitInfo buildCommitInfo(String defaultMessage, method setBatchCommitInfo (line 57) | void setBatchCommitInfo(String defaultMessage, method setHadCommitOnBatchState (line 60) | void setHadCommitOnBatchState(Path path, method setHadCommitOnBatchState (line 63) | void setHadCommitOnBatchState(boolean value); method isHadCommitOnBatchState (line 65) | boolean isHadCommitOnBatchState(Path path); method setBatchCommitInfo (line 67) | void setBatchCommitInfo(CommitInfo batchCommitInfo); method getBatchCommitInfo (line 69) | CommitInfo getBatchCommitInfo(); method incrementAndGetCommitCount (line 71) | int incrementAndGetCommitCount(); method resetCommitCount (line 73) | void resetCommitCount(); method getNumberOfCommitsSinceLastGC (line 75) | int getNumberOfCommitsSinceLastGC(); method addPostponedWatchEvents (line 77) | void addPostponedWatchEvents(List> postponedWatchEvents); method getPostponedWatchEvents (line 79) | List> getPostponedWatchEvents(); method clearPostponedWatchEvents (line 81) | void clearPostponedWatchEvents(); method hasPostponedEvents (line 83) | boolean hasPostponedEvents(); method hasBeenInUse (line 85) | boolean hasBeenInUse(); method notifyExternalUpdate (line 87) | void notifyExternalUpdate(); method notifyPostCommit (line 89) | void notifyPostCommit(int exitCode); method checkBranchAccess (line 91) | void checkBranchAccess(ReceiveCommand command, method filterBranchAccess (line 94) | void filterBranchAccess(UploadPack uploadPack, method setPublicURI (line 97) | void setPublicURI(Map fullHostNames); FILE: uberfire-nio2-backport/uberfire-nio2-impls/uberfire-nio2-jgit/src/main/java/org/uberfire/java/nio/fs/jgit/JGitFileSystemImpl.java class JGitFileSystemImpl (line 66) | public class JGitFileSystemImpl implements JGitFileSystem { method JGitFileSystemImpl (line 88) | public JGitFileSystemImpl(final JGitFileSystemProvider provider, method id (line 113) | @Override method getName (line 118) | @Override method getGit (line 123) | @Override method getCredential (line 128) | @Override method provider (line 133) | @Override method isOpen (line 138) | @Override method isReadOnly (line 143) | @Override method getSeparator (line 148) | @Override method getRootDirectories (line 153) | @Override method getFileStores (line 202) | @Override method supportedFileAttributeViews (line 231) | @Override method getPath (line 237) | @Override method getPathMatcher (line 268) | @Override method getUserPrincipalLookupService (line 277) | @Override method newWatchService (line 284) | @Override method close (line 291) | @Override method checkClosed (line 308) | @Override method equals (line 315) | @Override method toString (line 337) | @Override method hashCode (line 342) | @Override method publishEvents (line 348) | @Override method dispose (line 356) | @Override method isOnBatch (line 364) | @Override method setState (line 369) | @Override method buildCommitInfo (line 378) | @Override method setBatchCommitInfo (line 407) | @Override method setHadCommitOnBatchState (line 414) | @Override method setHadCommitOnBatchState (line 423) | @Override method isHadCommitOnBatchState (line 430) | @Override method setBatchCommitInfo (line 437) | @Override method getBatchCommitInfo (line 442) | @Override method incrementAndGetCommitCount (line 447) | @Override method resetCommitCount (line 452) | @Override method getNumberOfCommitsSinceLastGC (line 457) | @Override method getState (line 462) | @Override method lock (line 467) | @Override method unlock (line 472) | @Override method getLock (line 477) | public JGitFileSystemLock getLock() { method addPostponedWatchEvents (line 481) | @Override method getPostponedWatchEvents (line 486) | @Override method clearPostponedWatchEvents (line 491) | @Override method hasPostponedEvents (line 496) | @Override method hasBeenInUse (line 501) | @Override method notifyExternalUpdate (line 506) | @Override method notifyPostCommit (line 514) | @Override method checkBranchAccess (line 525) | @Override method filterBranchAccess (line 538) | @Override method setPublicURI (line 551) | @Override FILE: uberfire-nio2-backport/uberfire-nio2-impls/uberfire-nio2-jgit/src/main/java/org/uberfire/java/nio/fs/jgit/JGitFileSystemLock.java class JGitFileSystemLock (line 22) | public class JGitFileSystemLock extends FileSystemLock { method JGitFileSystemLock (line 24) | public JGitFileSystemLock(Git git, FILE: uberfire-nio2-backport/uberfire-nio2-impls/uberfire-nio2-jgit/src/main/java/org/uberfire/java/nio/fs/jgit/JGitFileSystemProvider.java class JGitFileSystemProvider (line 181) | public class JGitFileSystemProvider implements SecuredFileSystemProvider, method JGitFileSystemProvider (line 209) | public JGitFileSystemProvider() { method JGitFileSystemProvider (line 219) | public JGitFileSystemProvider(final Map gitPrefs) { method JGitFileSystemProvider (line 229) | public JGitFileSystemProvider(final ConfigProperties gitPrefs, method extractFSHooks (line 250) | static Map extractFSHooks(Map env) { method getQueryParams (line 259) | private static Map getQueryParams(final URI uri) { method removeRefsFromTree (line 278) | protected static String removeRefsFromTree(final String tree) { method setupFSEvents (line 285) | private void setupFSEvents() { method setupFileSystemsManager (line 289) | protected void setupFileSystemsManager() { method setupConfigs (line 294) | private void setupConfigs(ConfigProperties gitPrefs) { method setupGitSSH (line 300) | private void setupGitSSH() { method setupDaemon (line 308) | private void setupDaemon() { method setupFullHostNames (line 316) | private void setupFullHostNames() { method setupSSH (line 327) | private void setupSSH() { method setupGitDefaultCredentials (line 331) | private void setupGitDefaultCredentials() { method loadConfig (line 336) | private void loadConfig(final ConfigProperties systemConfig) { method setupProxyAuthentication (line 345) | private void setupProxyAuthentication() { method onCloseFileSystem (line 352) | public void onCloseFileSystem(final JGitFileSystem fileSystem) { method shutdownEventsManager (line 366) | protected void shutdownEventsManager() { method onDisposeFileSystem (line 370) | public void onDisposeFileSystem(final JGitFileSystem fileSystem) { method setAuthorizer (line 375) | @Override method setJAASAuthenticator (line 380) | @Override method setHTTPAuthenticator (line 387) | @Override method setSSHAuthenticator (line 392) | @Override method dispose (line 402) | @Override method addHostName (line 407) | public void addHostName(final String protocol, String s) { method updateCacheWithHostNames (line 411) | public void updateCacheWithHostNames() { method getFullHostNames (line 423) | public Map getFullHostNames() { method extractUser (line 427) | private User extractUser(Object client) { method buildAndStartSSH (line 437) | private void buildAndStartSSH() { method getReceivePack (line 463) | public ReceivePack getReceivePack(final String protocol, final T r... method getRepositoryResolver (line 505) | public RepositoryResolverImpl getRepositoryResolver() { method buildAndStartDaemon (line 509) | void buildAndStartDaemon() { method shutdownSSH (line 525) | private void shutdownSSH() { method forceStopDaemon (line 531) | void forceStopDaemon() { method shutdown (line 541) | public void shutdown() { method getGitRepoContainerDir (line 551) | public File getGitRepoContainerDir() { method forceAsDefault (line 555) | @Override method isDefault (line 560) | @Override method getScheme (line 565) | @Override method newFileSystem (line 570) | @Override method newFileSystem (line 577) | @Override method validateFSName (line 647) | private void validateFSName(URI uri, method extractEnvProperty (line 670) | private String extractEnvProperty(String key, method createNewGitRepo (line 678) | protected Git createNewGitRepo(Map env, method createNewGitRepo (line 704) | protected Git createNewGitRepo(Map env, method createLock (line 769) | private FileSystemLock createLock(File directory, method getRepoDest (line 777) | private File getRepoDest(Map env, method syncWithRemote (line 792) | private boolean syncWithRemote(Map env, method extractFSName (line 797) | String extractFSName(final URI _uri) { method isForkOrigin (line 816) | private boolean isForkOrigin(final String originURI) { method getFileSystem (line 820) | @Override method extractFSNameWithPath (line 878) | String extractFSNameWithPath(final URI uri) { method getPath (line 891) | @Override method buildPathFrom (line 924) | private String buildPathFrom(URI uri, method buildHostFrom (line 939) | private String buildHostFrom(JGitFileSystem fileSystem, method extractBranchFrom (line 949) | private String extractBranchFrom(URI uri) { method extractPath (line 960) | public String extractPath(final URI uri) { method deepLookupFSFrom (line 967) | private JGitFileSystem deepLookupFSFrom(URI uri) { method newInputStream (line 990) | @Override method newOutputStream (line 1003) | @Override method buildCommitInfo (line 1041) | private CommitInfo buildCommitInfo(final String defaultMessage, method extractCommentedOption (line 1072) | private CommentedOption extractCommentedOption(final Collection mapDirectoryContent(final JGit... method moveFiles (line 1960) | private void moveFiles(final JGitPathImpl source, method copyFiles (line 1975) | private void copyFiles(final JGitPathImpl source, method isSameFile (line 1990) | @Override method isHidden (line 2014) | @Override method getFileStore (line 2029) | @Override method checkAccess (line 2038) | @Override method getFileAttributeView (line 2056) | @Override method getFileAttributeView (line 2095) | private ExtendedAttributeView getFileAttributeView(final JGitPathImpl ... method readAttributes (line 2119) | @Override method readAttributes (line 2157) | @Override method setAttribute (line 2194) | @Override method lockAndSquash (line 2256) | private void lockAndSquash(final Path path, method checkURI (line 2274) | private void checkURI(final String paramName, method extractHostForPath (line 2293) | public String extractHostForPath(final URI uri) { method hasSyncFlag (line 2307) | private boolean hasSyncFlag(final URI uri) { method hasForceFlag (line 2314) | private boolean hasForceFlag(URI uri) { method hasPushFlag (line 2321) | private boolean hasPushFlag(final URI uri) { method buildCredential (line 2328) | private CredentialsProvider buildCredential(String username, method toPathImpl (line 2341) | private JGitPathImpl toPathImpl(final Path path) { method split (line 2348) | private String[] split(final String attribute) { method getSchemeSize (line 2362) | private int getSchemeSize(final URI uri) { method delete (line 2369) | private void delete(final JGitPathImpl path, method commit (line 2379) | private void commit(final JGitPathImpl path, method executePostCommitHook (line 2466) | @Override method firePostponedBatchEvents (line 2477) | private void firePostponedBatchEvents(JGitFileSystem fileSystem) { method notifyDiffs (line 2495) | List> notifyDiffs(final JGitFileSystem fs, method compareDiffs (line 2526) | List> compareDiffs(final JGitFileSystem fs, method getGitSSHService (line 2579) | GitSSHService getGitSSHService() { method getConfig (line 2583) | public JGitFileSystemProviderConfiguration getConfig() { method setDetectedFS (line 2587) | public void setDetectedFS(final FS detectedFS) { method getFsManager (line 2591) | public JGitFileSystemsManager getFsManager() { class ExecutorWrapper (line 2598) | private static class ExecutorWrapper implements Executor { method ExecutorWrapper (line 2602) | public ExecutorWrapper(ExecutorService simpleAsyncExecutor) { method execute (line 2607) | @Override class RepositoryResolverImpl (line 2613) | public class RepositoryResolverImpl implements RepositoryResolver { method open (line 2615) | @Override method resolveFileSystem (line 2633) | public JGitFileSystem resolveFileSystem(final Repository repository) { FILE: uberfire-nio2-backport/uberfire-nio2-impls/uberfire-nio2-jgit/src/main/java/org/uberfire/java/nio/fs/jgit/JGitFileSystemProviderConfiguration.java class JGitFileSystemProviderConfiguration (line 29) | public class JGitFileSystemProviderConfiguration { method load (line 176) | public void load(ConfigProperties systemConfig) { method httpProxyIsDefined (line 387) | public boolean httpProxyIsDefined() { method getCommitLimit (line 394) | public int getCommitLimit() { method isSslVerify (line 398) | public boolean isSslVerify() { method isDaemonEnabled (line 402) | public boolean isDaemonEnabled() { method getDaemonPort (line 406) | public int getDaemonPort() { method getDaemonHostAddr (line 410) | public String getDaemonHostAddr() { method getDaemonHostName (line 414) | public String getDaemonHostName() { method isSshEnabled (line 418) | public boolean isSshEnabled() { method getSshPort (line 422) | public int getSshPort() { method getSshHostAddr (line 426) | public String getSshHostAddr() { method getSshHostName (line 430) | public String getSshHostName() { method getSshFileCertDir (line 434) | public File getSshFileCertDir() { method getSshAlgorithm (line 438) | public String getSshAlgorithm() { method getSshPassphrase (line 442) | public String getSshPassphrase() { method getSshIdleTimeout (line 446) | public String getSshIdleTimeout() { method getGitReposParentDir (line 450) | public File getGitReposParentDir() { method getHookDir (line 454) | public File getHookDir() { method isEnableKetch (line 458) | public boolean isEnableKetch() { method getProxyType (line 462) | public String getProxyType() { method isSshOverHttpProxy (line 466) | public boolean isSshOverHttpProxy() { method getHttpProxyHost (line 470) | public String getHttpProxyHost() { method getHttpProxyPort (line 474) | public int getHttpProxyPort() { method getHttpProxyUser (line 478) | public String getHttpProxyUser() { method getHttpProxyPassword (line 482) | public String getHttpProxyPassword() { method isSshOverHttpsProxy (line 486) | public boolean isSshOverHttpsProxy() { method getHttpsProxyHost (line 490) | public String getHttpsProxyHost() { method getHttpsProxyPort (line 494) | public int getHttpsProxyPort() { method getHttpsProxyUser (line 498) | public String getHttpsProxyUser() { method getHttpsProxyPassword (line 502) | public String getHttpsProxyPassword() { method isHttpEnabled (line 506) | public boolean isHttpEnabled() { method getHttpPort (line 510) | public int getHttpPort() { method getHttpHostAddr (line 514) | public String getHttpHostAddr() { method getHttpHostName (line 518) | public String getHttpHostName() { method isHttpsEnabled (line 522) | public boolean isHttpsEnabled() { method getHttpsPort (line 526) | public int getHttpsPort() { method getHttpsHostAddr (line 530) | public String getHttpsHostAddr() { method getHttpsHostName (line 534) | public String getHttpsHostName() { method getJgitFileSystemsInstancesCache (line 538) | public int getJgitFileSystemsInstancesCache() { method getJgitCacheOverflowCleanupSize (line 542) | public int getJgitCacheOverflowCleanupSize() { method getJgitRemoveEldestEntryIterations (line 546) | public int getJgitRemoveEldestEntryIterations() { method getDefaultJgitCacheEvictThresholdTimeUnit (line 550) | public TimeUnit getDefaultJgitCacheEvictThresholdTimeUnit() { method getJgitCacheEvictThresholdDuration (line 554) | public long getJgitCacheEvictThresholdDuration() { method getGitSshCiphers (line 558) | public String getGitSshCiphers() { method getGitSshMACs (line 562) | public String getGitSshMACs() { FILE: uberfire-nio2-backport/uberfire-nio2-impls/uberfire-nio2-jgit/src/main/java/org/uberfire/java/nio/fs/jgit/JGitFileSystemProxy.java class JGitFileSystemProxy (line 43) | public class JGitFileSystemProxy implements JGitFileSystem { method JGitFileSystemProxy (line 48) | public JGitFileSystemProxy(String fsName, method setPublicURI (line 55) | @Override method getName (line 60) | @Override method getGit (line 65) | @Override method getCredential (line 70) | @Override method checkClosed (line 75) | @Override method publishEvents (line 80) | @Override method isOnBatch (line 87) | @Override method setState (line 92) | @Override method buildCommitInfo (line 97) | @Override method setBatchCommitInfo (line 104) | @Override method setHadCommitOnBatchState (line 111) | @Override method setHadCommitOnBatchState (line 118) | @Override method isHadCommitOnBatchState (line 123) | @Override method setBatchCommitInfo (line 128) | @Override method getBatchCommitInfo (line 133) | @Override method incrementAndGetCommitCount (line 138) | @Override method resetCommitCount (line 143) | @Override method getNumberOfCommitsSinceLastGC (line 148) | @Override method lock (line 153) | @Override method unlock (line 158) | @Override method addPostponedWatchEvents (line 163) | @Override method getPostponedWatchEvents (line 168) | @Override method clearPostponedWatchEvents (line 173) | @Override method hasPostponedEvents (line 178) | @Override method hasBeenInUse (line 183) | @Override method notifyExternalUpdate (line 188) | @Override method notifyPostCommit (line 193) | @Override method checkBranchAccess (line 198) | @Override method filterBranchAccess (line 205) | @Override method provider (line 212) | @Override method isOpen (line 217) | @Override method isReadOnly (line 222) | @Override method getSeparator (line 227) | @Override method getRootDirectories (line 232) | @Override method getFileStores (line 237) | @Override method supportedFileAttributeViews (line 242) | @Override method getPath (line 247) | @Override method getPathMatcher (line 254) | @Override method getUserPrincipalLookupService (line 259) | @Override method newWatchService (line 264) | @Override method close (line 269) | @Override method dispose (line 274) | @Override method id (line 279) | @Override method getState (line 284) | @Override method getRealJGitFileSystem (line 289) | public JGitFileSystem getRealJGitFileSystem() { method equals (line 293) | @Override method hashCode (line 298) | @Override method toString (line 303) | @Override FILE: uberfire-nio2-backport/uberfire-nio2-impls/uberfire-nio2-jgit/src/main/java/org/uberfire/java/nio/fs/jgit/JGitHiddenAttributeView.java class JGitHiddenAttributeView (line 32) | public class JGitHiddenAttributeView extends HiddenAttributeView method JGitPathImpl (line 41) | private JGitPathImpl(final JGitFileSystem fs, method setupRoot (line 57) | @Override method defaultDirectory (line 86) | @Override method newRoot (line 91) | @Override method newPath (line 105) | @Override method create (line 120) | public static JGitPathImpl create(final JGitFileSystem fs, method create (line 134) | public static JGitPathImpl create(final JGitFileSystem fs, method createRoot (line 147) | public static JGitPathImpl createRoot(final JGitFileSystem fs, method createFSDirect (line 160) | public static JGitPathImpl createFSDirect(final JGitFileSystem fs) { method toFile (line 170) | @Override method setupHost (line 194) | private static String setupHost(final String host) { method setupPath (line 202) | private static String setupPath(final String path) { method getRefTree (line 209) | public String getRefTree() { method getPath (line 214) | public String getPath() { method isRegularFile (line 218) | public boolean isRegularFile() method internalCopy (line 228) | private static long internalCopy(final InputStream in, method getSegmentId (line 246) | @Override FILE: uberfire-nio2-backport/uberfire-nio2-impls/uberfire-nio2-jgit/src/main/java/org/uberfire/java/nio/fs/jgit/JGitSSHConfigSessionFactory.java class JGitSSHConfigSessionFactory (line 16) | public class JGitSSHConfigSessionFactory extends org.eclipse.jgit.transp... method JGitSSHConfigSessionFactory (line 23) | public JGitSSHConfigSessionFactory(final JGitFileSystemProviderConfigu... method configure (line 27) | @Override method buildProxy (line 62) | Proxy buildProxy(final JGitFileSystemProviderConfiguration config) { FILE: uberfire-nio2-backport/uberfire-nio2-impls/uberfire-nio2-jgit/src/main/java/org/uberfire/java/nio/fs/jgit/JGitVersionAttributeView.java class JGitVersionAttributeView (line 42) | public class JGitVersionAttributeView extends VersionAttributeView res... method setUploadPackFactory (line 209) | @SuppressWarnings("unchecked") method start (line 224) | public synchronized void start() throws IOException { method isRunning (line 272) | public boolean isRunning() { method stop (line 280) | public synchronized void stop() { method startClient (line 289) | private void startClient(final Socket s) { method matchService (line 325) | synchronized DaemonService matchService(final String cmd) { method openRepository (line 334) | Repository openRepository(DaemonClient client, FILE: uberfire-nio2-backport/uberfire-nio2-impls/uberfire-nio2-jgit/src/main/java/org/uberfire/java/nio/fs/jgit/daemon/git/DaemonClient.java class DaemonClient (line 31) | public class DaemonClient { method DaemonClient (line 41) | DaemonClient(final Daemon d) { method setRemoteAddress (line 45) | void setRemoteAddress(final InetAddress ia) { method getDaemon (line 52) | public Daemon getDaemon() { method getRemoteAddress (line 59) | public InetAddress getRemoteAddress() { method getInputStream (line 66) | public InputStream getInputStream() { method getOutputStream (line 73) | public OutputStream getOutputStream() { method execute (line 77) | void execute(final Socket sock) throws IOException, FILE: uberfire-nio2-backport/uberfire-nio2-impls/uberfire-nio2-jgit/src/main/java/org/uberfire/java/nio/fs/jgit/daemon/git/DaemonService.java class DaemonService (line 29) | public abstract class DaemonService { method DaemonService (line 39) | DaemonService(final String cmdName, class ServiceConfig (line 48) | private static class ServiceConfig { method ServiceConfig (line 52) | ServiceConfig(final DaemonService service, method isEnabled (line 64) | public boolean isEnabled() { method setEnabled (line 71) | public void setEnabled(final boolean on) { method isOverridable (line 78) | public boolean isOverridable() { method setOverridable (line 86) | public void setOverridable(final boolean on) { method getCommandName (line 93) | public String getCommandName() { method handles (line 102) | public boolean handles(final String commandLine) { method execute (line 108) | void execute(final org.uberfire.java.nio.fs.jgit.daemon.git.DaemonClie... method isEnabledFor (line 137) | private boolean isEnabledFor(final Repository db) { method execute (line 144) | abstract void execute(org.uberfire.java.nio.fs.jgit.daemon.git.DaemonC... FILE: uberfire-nio2-backport/uberfire-nio2-impls/uberfire-nio2-jgit/src/main/java/org/uberfire/java/nio/fs/jgit/daemon/git/KetchCustomReceivePack.java class KetchCustomReceivePack (line 20) | public class KetchCustomReceivePack extends ReceivePack { method KetchCustomReceivePack (line 22) | public KetchCustomReceivePack(final Repository into) { method setAdvertisedRefs (line 26) | @Override method executeCommands (line 45) | @Override FILE: uberfire-nio2-backport/uberfire-nio2-impls/uberfire-nio2-jgit/src/main/java/org/uberfire/java/nio/fs/jgit/daemon/http/HTTPSupport.java class HTTPSupport (line 18) | @WebListener method contextInitialized (line 26) | @Override method contextDestroyed (line 50) | @Override method resolveProvider (line 55) | protected JGitFileSystemProvider resolveProvider() { FILE: uberfire-nio2-backport/uberfire-nio2-impls/uberfire-nio2-jgit/src/main/java/org/uberfire/java/nio/fs/jgit/daemon/ssh/BaseGitCommand.java class BaseGitCommand (line 41) | public abstract class BaseGitCommand implements Command, method BaseGitCommand (line 58) | public BaseGitCommand(final String command, method buildRepositoryName (line 67) | private String buildRepositoryName(String command) { method getCommandName (line 74) | protected abstract String getCommandName(); method setInputStream (line 76) | @Override method setOutputStream (line 81) | @Override method setErrorStream (line 89) | @Override method setExitCallback (line 97) | @Override method start (line 102) | @Override method run (line 117) | @Override method openRepository (line 133) | private Repository openRepository(String name) throws ServiceMayNotCon... method execute (line 164) | protected abstract void execute(final Repository repository, method destroy (line 169) | @Override method getUser (line 174) | public User getUser() { method setSession (line 178) | @Override FILE: uberfire-nio2-backport/uberfire-nio2-impls/uberfire-nio2-jgit/src/main/java/org/uberfire/java/nio/fs/jgit/daemon/ssh/GitReceiveCommand.java class GitReceiveCommand (line 32) | public class GitReceiveCommand extends BaseGitCommand { method GitReceiveCommand (line 36) | public GitReceiveCommand(final String command, method getCommandName (line 46) | @Override method execute (line 51) | @Override FILE: uberfire-nio2-backport/uberfire-nio2-impls/uberfire-nio2-jgit/src/main/java/org/uberfire/java/nio/fs/jgit/daemon/ssh/GitSSHService.java class GitSSHService (line 57) | public class GitSSHService { method buildSshServer (line 64) | private SshServer buildSshServer(String ciphersConfigured, method setup (line 73) | public void setup(final File certDir, method setup (line 84) | public void setup(final File certDir, method buildSSHServer (line 177) | private void buildSSHServer(String gitSshCiphers, method checkAndSetGitCiphers (line 182) | private List> checkAndSetGitCiphers(String gitSsh... method checkAndSetGitMacs (line 195) | private List> checkAndSetGitMacs(String gitSshMacs) { method stop (line 208) | public void stop() { method start (line 215) | public void start() { method isRunning (line 224) | public boolean isRunning() { method getSshServer (line 228) | SshServer getSshServer() { method getProperties (line 232) | public Map getProperties() { method getUserPassAuthenticator (line 236) | public AuthenticationService getUserPassAuthenticator() { method setUserPassAuthenticator (line 240) | public void setUserPassAuthenticator(AuthenticationService authenticat... method getSshAuthenticator (line 244) | public SSHAuthenticator getSshAuthenticator() { method setSshAuthenticator (line 248) | public void setSshAuthenticator(SSHAuthenticator sshAuthenticator) { FILE: uberfire-nio2-backport/uberfire-nio2-impls/uberfire-nio2-jgit/src/main/java/org/uberfire/java/nio/fs/jgit/daemon/ssh/GitUploadCommand.java class GitUploadCommand (line 32) | public class GitUploadCommand extends BaseGitCommand { method GitUploadCommand (line 36) | public GitUploadCommand(final String command, method getCommandName (line 46) | @Override method execute (line 51) | @Override FILE: uberfire-nio2-backport/uberfire-nio2-impls/uberfire-nio2-jgit/src/main/java/org/uberfire/java/nio/fs/jgit/exceptions/FileSystemLockException.java class FileSystemLockException (line 3) | public class FileSystemLockException extends RuntimeException { method FileSystemLockException (line 5) | public FileSystemLockException(String message) { FILE: uberfire-nio2-backport/uberfire-nio2-impls/uberfire-nio2-jgit/src/main/java/org/uberfire/java/nio/fs/jgit/manager/JGitFileSystemsCache.java class JGitFileSystemsCache (line 30) | public class JGitFileSystemsCache { method JGitFileSystemsCache (line 38) | public JGitFileSystemsCache(JGitFileSystemProviderConfiguration config) { method addSupplier (line 43) | public void addSupplier(String fsKey, method replaceSupplier (line 56) | public void replaceSupplier(String fsKey, method remove (line 69) | public void remove(String fsName) { method get (line 74) | public JGitFileSystem get(String fsName) { method createMemoizedSupplier (line 89) | private Supplier createMemoizedSupplier(String fsKey, method clear (line 97) | public void clear() { method containsKey (line 102) | public boolean containsKey(String fsName) { method getFileSystems (line 106) | public Collection getFileSystems() { method getCacheInfo (line 110) | public JGitFileSystemsCacheInfo getCacheInfo() { class JGitFileSystemsCacheInfo (line 114) | public class JGitFileSystemsCacheInfo { method fileSystemsCacheSize (line 116) | public int fileSystemsCacheSize() { method memoizedFileSystemsCacheKeys (line 120) | public Set memoizedFileSystemsCacheKeys() { method toString (line 124) | @Override FILE: uberfire-nio2-backport/uberfire-nio2-impls/uberfire-nio2-jgit/src/main/java/org/uberfire/java/nio/fs/jgit/manager/JGitFileSystemsCacheDataStructure.java class JGitFileSystemsCacheDataStructure (line 28) | public class JGitFileSystemsCacheDataStructure { method create (line 30) | public static Map> create(JGitFileSys... FILE: uberfire-nio2-backport/uberfire-nio2-impls/uberfire-nio2-jgit/src/main/java/org/uberfire/java/nio/fs/jgit/manager/JGitFileSystemsManager.java class JGitFileSystemsManager (line 40) | public class JGitFileSystemsManager { method JGitFileSystemsManager (line 54) | public JGitFileSystemsManager(final JGitFileSystemProvider jGitFileSys... method newFileSystem (line 61) | public void newFileSystem(Supplier> fullHostNames, method updateFSCacheEntry (line 80) | public void updateFSCacheEntry(String fsKey, JGitFileSystem jGitFileSy... method parseFSRoots (line 86) | List parseFSRoots(String fsKey) { method cleanupFsName (line 100) | private String cleanupFsName(String fsKey) { method createFileSystemSupplier (line 112) | private Supplier createFileSystemSupplier(Supplier fullHostNames, method createLock (line 148) | JGitFileSystemLock createLock(Git git) { method remove (line 153) | public void remove(String realFSKey) { method get (line 159) | public JGitFileSystem get(String fsName) { method clear (line 163) | public void clear() { method containsKey (line 169) | public boolean containsKey(String fsName) { method containsRoot (line 174) | public boolean containsRoot(String fsName) { method addClosedFileSystems (line 178) | public void addClosedFileSystems(JGitFileSystem fileSystem) { method allTheFSAreClosed (line 184) | public boolean allTheFSAreClosed() { method get (line 188) | public JGitFileSystem get(Repository db) { method getOpenFileSystems (line 193) | public Set getOpenFileSystems() { method getFsCache (line 198) | public JGitFileSystemsCache getFsCache() { method extractFSNameFromRepo (line 202) | private String extractFSNameFromRepo(Repository db) { method getClosedFileSystems (line 207) | Set getClosedFileSystems() { FILE: uberfire-nio2-backport/uberfire-nio2-impls/uberfire-nio2-jgit/src/main/java/org/uberfire/java/nio/fs/jgit/manager/MemoizedFileSystemsSupplier.java class MemoizedFileSystemsSupplier (line 23) | public class MemoizedFileSystemsSupplier implements Supplier { method MemoizedFileSystemsSupplier (line 28) | private MemoizedFileSystemsSupplier(Supplier delegate) { method get (line 32) | @Override method of (line 40) | public static Supplier of(Supplier provider) { FILE: uberfire-nio2-backport/uberfire-nio2-impls/uberfire-nio2-jgit/src/main/java/org/uberfire/java/nio/fs/jgit/util/Git.java type Git (line 53) | public interface Git { method createRepository (line 55) | static Git createRepository(final File repoDir) { method createRepository (line 61) | static Git createRepository(final File repoDir, method createRepository (line 68) | static Git createRepository(final File repoDir, method createRepository (line 76) | static Git createRepository(final File repoDir, method createRepository (line 85) | static Git createRepository(final File repoDir, method createRepository (line 94) | static Git createRepository(final File repoDir, method fork (line 104) | static Git fork(final File gitRepoContainerDir, method fork (line 121) | static Git fork(final File gitRepoContainerDir, method clone (line 139) | static Git clone(final File repoDest, method clone (line 156) | static Git clone(final File repoDest, method cloneSubdirectory (line 174) | static Git cloneSubdirectory(final File repoDest, method cloneSubdirectory (line 191) | static Git cloneSubdirectory(final File repoDest, method convertRefTree (line 209) | void convertRefTree(); method deleteRef (line 211) | void deleteRef(final Ref ref); method getRef (line 213) | Ref getRef(final String ref); method push (line 215) | void push(final CredentialsProvider credentialsProvider, method gc (line 220) | void gc(); method getCommit (line 222) | RevCommit getCommit(final String commitId); method getLastCommit (line 224) | RevCommit getLastCommit(final String refName); method getLastCommit (line 226) | RevCommit getLastCommit(final Ref ref) throws IOException; method getCommonAncestorCommit (line 228) | RevCommit getCommonAncestorCommit(final String branchA, method listCommits (line 231) | CommitHistory listCommits(final Ref ref, method listCommits (line 234) | List listCommits(final String startCommitId, method listCommits (line 237) | List listCommits(final ObjectId startRange, method getRepository (line 240) | Repository getRepository(); method getTreeFromRef (line 242) | ObjectId getTreeFromRef(final String treeRef); method fetch (line 244) | void fetch(final CredentialsProvider credential, method syncRemote (line 248) | void syncRemote(final Pair remote) throws InvalidRemot... method merge (line 250) | List merge(final String source, method merge (line 253) | List merge(final String source, method revertMerge (line 260) | boolean revertMerge(final String source, method cherryPick (line 265) | void cherryPick(final JGitPathImpl target, method cherryPick (line 268) | void cherryPick(final String targetBranch, method createRef (line 271) | void createRef(final String source, method diffRefs (line 274) | List diffRefs(final String branchA, method textualDiffRefs (line 277) | List textualDiffRefs(final String branchA, method textualDiffRefs (line 280) | List textualDiffRefs(final String branchA, method conflictBranchesChecker (line 285) | List conflictBranchesChecker(final String branchA, method squash (line 288) | void squash(final String branch, method resetWithSquash (line 292) | boolean resetWithSquash(final String commitMessage) throws IOException; method resetWithSquash (line 294) | boolean resetWithSquash(final String branch, method commit (line 297) | boolean commit(final String branchName, method listDiffs (line 303) | List listDiffs(final String startCommitId, method listDiffs (line 306) | List listDiffs(final ObjectId refA, method mapDiffContent (line 309) | Map mapDiffContent(final String branch, method blobAsInputStream (line 313) | InputStream blobAsInputStream(final String treeRef, method getFirstCommit (line 316) | RevCommit getFirstCommit(final Ref ref) throws IOException; method listRefs (line 318) | List listRefs(); method resolveObjectIds (line 320) | List resolveObjectIds(final String... commits); method resolveRevCommit (line 322) | RevCommit resolveRevCommit(final ObjectId objectId) throws IOException; method updateRemoteConfig (line 324) | List updateRemoteConfig(final Pair remote, method getPathInfo (line 327) | PathInfo getPathInfo(final String branchName, method listPathContent (line 330) | List listPathContent(final String branchName, method isHEADInitialized (line 333) | boolean isHEADInitialized(); method setHeadAsInitialized (line 335) | void setHeadAsInitialized(); method refUpdate (line 337) | void refUpdate(final String branch, method getKetchLeader (line 340) | KetchLeader getKetchLeader(); method isKetchEnabled (line 342) | boolean isKetchEnabled(); method enableKetch (line 344) | void enableKetch(); method updateRepo (line 346) | void updateRepo(Repository repo); method updateLeaders (line 348) | void updateLeaders(final KetchLeaderCache leaders); method removeRemote (line 350) | void removeRemote(String remote, method addRemote (line 353) | void addRemote(String remote, FILE: uberfire-nio2-backport/uberfire-nio2-impls/uberfire-nio2-jgit/src/main/java/org/uberfire/java/nio/fs/jgit/util/GitHookSupport.java type GitHookSupport (line 21) | public interface GitHookSupport { method executePostCommitHook (line 23) | void executePostCommitHook(JGitFileSystem fileSystem); FILE: uberfire-nio2-backport/uberfire-nio2-impls/uberfire-nio2-jgit/src/main/java/org/uberfire/java/nio/fs/jgit/util/GitImpl.java class GitImpl (line 102) | public class GitImpl implements Git { method initSleepTime (line 111) | private static int initSleepTime() { method initRetryValue (line 117) | private static int initRetryValue() { method GitImpl (line 139) | public GitImpl(final org.eclipse.jgit.api.Git git) { method GitImpl (line 144) | public GitImpl(final org.eclipse.jgit.api.Git git, method convertRefTree (line 150) | @Override method deleteRef (line 160) | @Override method getRef (line 166) | @Override method push (line 172) | @Override method gc (line 184) | @Override method getCommit (line 189) | @Override method getLastCommit (line 195) | @Override method getLastCommit (line 202) | @Override method getCommonAncestorCommit (line 208) | @Override method listCommits (line 216) | @Override method listCommits (line 224) | @Override method listCommits (line 231) | @Override method getRepository (line 241) | @Override method _branchDelete (line 246) | public DeleteBranchCommand _branchDelete() { method _branchList (line 250) | public ListBranchCommand _branchList() { method _branchCreate (line 254) | public CreateBranchCommand _branchCreate() { method _fetch (line 258) | public FetchCommand _fetch() { method _gc (line 262) | public GarbageCollectCommand _gc() { method _push (line 266) | public PushCommand _push() { method getTreeFromRef (line 270) | @Override method fetch (line 276) | @Override method syncRemote (line 286) | @Override method merge (line 292) | @Override method merge (line 300) | @Override method revertMerge (line 314) | @Override method cherryPick (line 326) | @Override method cherryPick (line 334) | @Override method createRef (line 342) | @Override method diffRefs (line 350) | @Override method textualDiffRefs (line 358) | @Override method textualDiffRefs (line 366) | @Override method conflictBranchesChecker (line 378) | @Override method squash (line 386) | @Override method resetWithSquash (line 396) | @Override method resetWithSquash (line 402) | @Override method _log (line 418) | public LogCommand _log() { method commit (line 422) | @Override method listDiffs (line 436) | @Override method listDiffs (line 443) | @Override method mapDiffContent (line 451) | @Override method blobAsInputStream (line 461) | @Override method getFirstCommit (line 470) | @Override method listRefs (line 476) | @Override method resolveObjectIds (line 481) | @Override method resolveRevCommit (line 487) | @Override method updateRemoteConfig (line 493) | @Override method _add (line 501) | public AddCommand _add() { method _commit (line 505) | public CommitCommand _commit() { method _remoteList (line 509) | public RemoteListCommand _remoteList() { method _cloneRepository (line 513) | public static CloneCommand _cloneRepository() { method getPathInfo (line 517) | @Override method listPathContent (line 526) | @Override method isHEADInitialized (line 535) | @Override method setHeadAsInitialized (line 540) | @Override method refUpdate (line 545) | @Override method getKetchLeader (line 560) | @Override method isKetchEnabled (line 569) | @Override method enableKetch (line 574) | @Override method updateRepo (line 579) | @Override method updateLeaders (line 584) | @Override method removeRemote (line 589) | @Override method addRemote (line 597) | @Override method setRetryTimes (line 606) | static void setRetryTimes(int retryTimes) { method retryIfNeeded (line 610) | public static T retryIfNeeded(final Class ... FILE: uberfire-nio2-backport/uberfire-nio2-impls/uberfire-nio2-jgit/src/main/java/org/uberfire/java/nio/fs/jgit/util/ProxyAuthenticator.java class ProxyAuthenticator (line 22) | public class ProxyAuthenticator extends Authenticator { method ProxyAuthenticator (line 29) | public ProxyAuthenticator(final String httpProxyUser, method getPasswordAuthentication (line 39) | @Override FILE: uberfire-nio2-backport/uberfire-nio2-impls/uberfire-nio2-jgit/src/main/java/org/uberfire/java/nio/fs/jgit/util/ThrowableSupplier.java type ThrowableSupplier (line 24) | @FunctionalInterface method get (line 31) | T get() throws Throwable; FILE: uberfire-nio2-backport/uberfire-nio2-impls/uberfire-nio2-jgit/src/main/java/org/uberfire/java/nio/fs/jgit/util/commands/AddRemote.java class AddRemote (line 23) | public class AddRemote { method AddRemote (line 32) | public AddRemote(final Git git, method execute (line 40) | public void execute() { FILE: uberfire-nio2-backport/uberfire-nio2-impls/uberfire-nio2-jgit/src/main/java/org/uberfire/java/nio/fs/jgit/util/commands/BaseCreateCommitTree.java class BaseCreateCommitTree (line 33) | abstract class BaseCreateCommitTree { method BaseCreateCommitTree (line 40) | BaseCreateCommitTree(final Git git, method buildTree (line 50) | Optional buildTree(final DirCacheEditor editor) { method iterateOverTreeWalk (line 58) | void iterateOverTreeWalk(final Git git, method addToTemporaryInCoreIndex (line 80) | void addToTemporaryInCoreIndex(final DirCacheEditor editor, FILE: uberfire-nio2-backport/uberfire-nio2-impls/uberfire-nio2-jgit/src/main/java/org/uberfire/java/nio/fs/jgit/util/commands/BlobAsInputStream.java class BlobAsInputStream (line 32) | public class BlobAsInputStream { method BlobAsInputStream (line 40) | public BlobAsInputStream(final Git git, method execute (line 48) | public Optional execute() { FILE: uberfire-nio2-backport/uberfire-nio2-impls/uberfire-nio2-jgit/src/main/java/org/uberfire/java/nio/fs/jgit/util/commands/BranchUtil.java class BranchUtil (line 27) | public class BranchUtil { method BranchUtil (line 29) | private BranchUtil() { method deleteUnfilteredBranches (line 33) | public static void deleteUnfilteredBranches(final Repository repository, method existsBranch (line 53) | public static void existsBranch(final Git git, FILE: uberfire-nio2-backport/uberfire-nio2-impls/uberfire-nio2-jgit/src/main/java/org/uberfire/java/nio/fs/jgit/util/commands/CherryPick.java class CherryPick (line 31) | public class CherryPick { method CherryPick (line 37) | public CherryPick(final Git git, method execute (line 45) | public void execute() { FILE: uberfire-nio2-backport/uberfire-nio2-impls/uberfire-nio2-jgit/src/main/java/org/uberfire/java/nio/fs/jgit/util/commands/Clone.java class Clone (line 41) | public class Clone { method Clone (line 54) | public Clone(final File directory, method Clone (line 71) | public Clone(final File directory, method execute (line 91) | public Optional execute() { method cleanupDir (line 144) | private void cleanupDir(final File gitDir) { class CloneException (line 159) | public static class CloneException extends RuntimeException { method CloneException (line 161) | public CloneException(final String message) { method CloneException (line 165) | public CloneException(final String message, FILE: uberfire-nio2-backport/uberfire-nio2-impls/uberfire-nio2-jgit/src/main/java/org/uberfire/java/nio/fs/jgit/util/commands/Commit.java class Commit (line 44) | public class Commit { method Commit (line 53) | public Commit(final Git git, method Commit (line 75) | public Commit(final Git git, method execute (line 97) | public boolean execute() { method buildPersonIdent (line 170) | private PersonIdent buildPersonIdent(final Git git, FILE: uberfire-nio2-backport/uberfire-nio2-impls/uberfire-nio2-jgit/src/main/java/org/uberfire/java/nio/fs/jgit/util/commands/ConflictBranchesChecker.java class ConflictBranchesChecker (line 36) | public class ConflictBranchesChecker { method ConflictBranchesChecker (line 42) | public ConflictBranchesChecker(final Git git, method execute (line 53) | public List execute() { FILE: uberfire-nio2-backport/uberfire-nio2-impls/uberfire-nio2-jgit/src/main/java/org/uberfire/java/nio/fs/jgit/util/commands/ConvertRefTree.java class ConvertRefTree (line 31) | public class ConvertRefTree { method ConvertRefTree (line 37) | public ConvertRefTree(final Git git) { method execute (line 41) | public void execute() throws IOException { method rebuild (line 126) | private RefTree rebuild(RefDatabase refdb) throws IOException { FILE: uberfire-nio2-backport/uberfire-nio2-impls/uberfire-nio2-jgit/src/main/java/org/uberfire/java/nio/fs/jgit/util/commands/CreateBranch.java class CreateBranch (line 21) | public class CreateBranch { method CreateBranch (line 27) | public CreateBranch(final GitImpl git, method execute (line 35) | public void execute() { FILE: uberfire-nio2-backport/uberfire-nio2-impls/uberfire-nio2-jgit/src/main/java/org/uberfire/java/nio/fs/jgit/util/commands/CreateCopyCommitTree.java class CreateCopyCommitTree (line 30) | public class CreateCopyCommitTree extends BaseCreateCommitTree execute() { FILE: uberfire-nio2-backport/uberfire-nio2-impls/uberfire-nio2-jgit/src/main/java/org/uberfire/java/nio/fs/jgit/util/commands/CreateDefaultCommitTree.java class CreateDefaultCommitTree (line 43) | public class CreateDefaultCommitTree extends BaseCreateCommitTree execute() { method storePathsIntoHashMap (line 118) | private static Map> storePathsIntoHashMap... method searchPathsToDelete (line 135) | private static Set searchPathsToDelete(final Git git, FILE: uberfire-nio2-backport/uberfire-nio2-impls/uberfire-nio2-jgit/src/main/java/org/uberfire/java/nio/fs/jgit/util/commands/CreateMoveCommitTree.java class CreateMoveCommitTree (line 32) | public class CreateMoveCommitTree extends BaseCreateCommitTree execute() { FILE: uberfire-nio2-backport/uberfire-nio2-impls/uberfire-nio2-jgit/src/main/java/org/uberfire/java/nio/fs/jgit/util/commands/CreateRepository.java class CreateRepository (line 34) | public class CreateRepository { method CreateRepository (line 46) | public CreateRepository(final File repoDir) { method CreateRepository (line 53) | public CreateRepository(final File repoDir, method CreateRepository (line 61) | public CreateRepository(final File repoDir, method CreateRepository (line 69) | public CreateRepository(final File repoDir, method CreateRepository (line 78) | public CreateRepository(final File repoDir, method CreateRepository (line 87) | public CreateRepository(final File repoDir, method execute (line 97) | public Optional execute() { method setupSSLVerify (line 149) | private void setupSSLVerify(Repository repo) throws java.io.IOException { method setupGitHooks (line 155) | private boolean setupGitHooks(boolean newRepository) { FILE: uberfire-nio2-backport/uberfire-nio2-impls/uberfire-nio2-jgit/src/main/java/org/uberfire/java/nio/fs/jgit/util/commands/CreateRevertCommitTree.java class CreateRevertCommitTree (line 29) | public class CreateRevertCommitTree extends BaseCreateCommitTree execute() { FILE: uberfire-nio2-backport/uberfire-nio2-impls/uberfire-nio2-jgit/src/main/java/org/uberfire/java/nio/fs/jgit/util/commands/CustomDiffCommand.java class CustomDiffCommand (line 45) | public class CustomDiffCommand extends GitCommand> { method CustomDiffCommand (line 71) | protected CustomDiffCommand(Git git) { method call (line 83) | public List call() throws GitAPIException { method setCached (line 152) | public CustomDiffCommand setCached(boolean cached) { method setPathFilter (line 161) | public CustomDiffCommand setPathFilter(TreeFilter pathFilter) { method setOldTree (line 170) | public CustomDiffCommand setOldTree(AbstractTreeIterator oldTree) { method setNewTree (line 179) | public CustomDiffCommand setNewTree(AbstractTreeIterator newTree) { method setShowNameAndStatusOnly (line 188) | public CustomDiffCommand setShowNameAndStatusOnly(boolean showNameAndS... method setOutputStream (line 197) | public CustomDiffCommand setOutputStream(OutputStream out) { method setContextLines (line 207) | public CustomDiffCommand setContextLines(int contextLines) { method setSourcePrefix (line 217) | public CustomDiffCommand setSourcePrefix(String sourcePrefix) { method setDestinationPrefix (line 227) | public CustomDiffCommand setDestinationPrefix(String destinationPrefix) { method setProgressMonitor (line 239) | public CustomDiffCommand setProgressMonitor(ProgressMonitor monitor) { FILE: uberfire-nio2-backport/uberfire-nio2-impls/uberfire-nio2-jgit/src/main/java/org/uberfire/java/nio/fs/jgit/util/commands/DeleteBranch.java class DeleteBranch (line 24) | public class DeleteBranch { method DeleteBranch (line 29) | public DeleteBranch(final GitImpl git, method execute (line 35) | public void execute() { FILE: uberfire-nio2-backport/uberfire-nio2-impls/uberfire-nio2-jgit/src/main/java/org/uberfire/java/nio/fs/jgit/util/commands/DiffBranches.java class DiffBranches (line 45) | public class DiffBranches { method DiffBranches (line 51) | public DiffBranches(Git git, method execute (line 62) | public List execute() { method getFileHeader (line 81) | private FileHeader getFileHeader(final DiffFormatter formatter, method createFormatter (line 91) | private DiffFormatter createFormatter() { method createFileDiff (line 99) | private FileDiff createFileDiff(final DiffEntry elem, method getLines (line 134) | private List getLines(final ObjectId id, FILE: uberfire-nio2-backport/uberfire-nio2-impls/uberfire-nio2-jgit/src/main/java/org/uberfire/java/nio/fs/jgit/util/commands/Fetch.java class Fetch (line 28) | public class Fetch { method Fetch (line 35) | public Fetch(final GitImpl git, method Fetch (line 45) | public Fetch(final GitImpl git, method execute (line 55) | public void execute() throws InvalidRemoteException { FILE: uberfire-nio2-backport/uberfire-nio2-impls/uberfire-nio2-jgit/src/main/java/org/uberfire/java/nio/fs/jgit/util/commands/Fork.java class Fork (line 33) | public class Fork { method Fork (line 47) | public Fork(final File parentFolder, method Fork (line 65) | public Fork(final File parentFolder, method execute (line 89) | public Git execute() { FILE: uberfire-nio2-backport/uberfire-nio2-impls/uberfire-nio2-jgit/src/main/java/org/uberfire/java/nio/fs/jgit/util/commands/GarbageCollector.java class GarbageCollector (line 26) | public class GarbageCollector { method GarbageCollector (line 32) | public GarbageCollector(final GitImpl git) { method execute (line 36) | public void execute() { FILE: uberfire-nio2-backport/uberfire-nio2-impls/uberfire-nio2-jgit/src/main/java/org/uberfire/java/nio/fs/jgit/util/commands/GetCommit.java class GetCommit (line 29) | public class GetCommit { method GetCommit (line 34) | public GetCommit(final Git git, method execute (line 42) | public RevCommit execute() { FILE: uberfire-nio2-backport/uberfire-nio2-impls/uberfire-nio2-jgit/src/main/java/org/uberfire/java/nio/fs/jgit/util/commands/GetCommonAncestorCommit.java class GetCommonAncestorCommit (line 27) | public class GetCommonAncestorCommit { method GetCommonAncestorCommit (line 33) | public GetCommonAncestorCommit(final Git git, method execute (line 44) | public RevCommit execute() { FILE: uberfire-nio2-backport/uberfire-nio2-impls/uberfire-nio2-jgit/src/main/java/org/uberfire/java/nio/fs/jgit/util/commands/GetFirstCommit.java class GetFirstCommit (line 27) | public class GetFirstCommit { method GetFirstCommit (line 32) | public GetFirstCommit(final Git git, method GetFirstCommit (line 38) | public GetFirstCommit(final Git git, method execute (line 44) | public RevCommit execute() throws IOException { FILE: uberfire-nio2-backport/uberfire-nio2-impls/uberfire-nio2-jgit/src/main/java/org/uberfire/java/nio/fs/jgit/util/commands/GetLastCommit.java class GetLastCommit (line 25) | public class GetLastCommit { method GetLastCommit (line 30) | public GetLastCommit(final Git git, method GetLastCommit (line 36) | public GetLastCommit(final Git git, method execute (line 42) | public RevCommit execute() throws IOException { FILE: uberfire-nio2-backport/uberfire-nio2-impls/uberfire-nio2-jgit/src/main/java/org/uberfire/java/nio/fs/jgit/util/commands/GetPathInfo.java class GetPathInfo (line 31) | public class GetPathInfo { method GetPathInfo (line 37) | public GetPathInfo(final Git git, method execute (line 45) | public PathInfo execute() throws IOException { FILE: uberfire-nio2-backport/uberfire-nio2-impls/uberfire-nio2-jgit/src/main/java/org/uberfire/java/nio/fs/jgit/util/commands/GetRef.java class GetRef (line 28) | public class GetRef { method GetRef (line 33) | public GetRef(final Repository repo, method execute (line 39) | public Ref execute() { FILE: uberfire-nio2-backport/uberfire-nio2-impls/uberfire-nio2-jgit/src/main/java/org/uberfire/java/nio/fs/jgit/util/commands/GetTreeFromRef.java class GetTreeFromRef (line 23) | public class GetTreeFromRef { method GetTreeFromRef (line 28) | public GetTreeFromRef(final Git git, method execute (line 34) | public ObjectId execute() { FILE: uberfire-nio2-backport/uberfire-nio2-impls/uberfire-nio2-jgit/src/main/java/org/uberfire/java/nio/fs/jgit/util/commands/ListCommits.java class ListCommits (line 50) | public class ListCommits { method ListCommits (line 57) | public ListCommits(final Git git, method makeRelative (line 66) | private static String makeRelative(String path) { method ListCommits (line 70) | public ListCommits(final GitImpl git, method execute (line 79) | public CommitHistory execute() throws IOException, GitAPIException { method pathCommitHistory (line 89) | private CommitHistory pathCommitHistory(final RevWalk rw) throws Missi... method fullCommitHistory (line 121) | private CommitHistory fullCommitHistory(final RevWalk rw) { method createTreeRevFilter (line 126) | private TreeRevFilter createTreeRevFilter(final RevWalk rw, String cur... method buildWalk (line 133) | private RevWalk buildWalk() throws GitAPIException, IOException { class RenameCaptor (line 145) | private static class RenameCaptor extends RenameCallback { method renamed (line 149) | @Override method hasCaptured (line 154) | public boolean hasCaptured() { method getAndReset (line 158) | public DiffEntry getAndReset() { FILE: uberfire-nio2-backport/uberfire-nio2-impls/uberfire-nio2-jgit/src/main/java/org/uberfire/java/nio/fs/jgit/util/commands/ListDiffs.java class ListDiffs (line 29) | public class ListDiffs { method ListDiffs (line 35) | public ListDiffs(final Git git, method execute (line 43) | public List execute() { FILE: uberfire-nio2-backport/uberfire-nio2-impls/uberfire-nio2-jgit/src/main/java/org/uberfire/java/nio/fs/jgit/util/commands/ListPathContent.java class ListPathContent (line 29) | public class ListPathContent { method ListPathContent (line 35) | public ListPathContent(final Git git, method execute (line 43) | public List execute() throws IOException { FILE: uberfire-nio2-backport/uberfire-nio2-impls/uberfire-nio2-jgit/src/main/java/org/uberfire/java/nio/fs/jgit/util/commands/ListRefs.java class ListRefs (line 25) | public class ListRefs { method ListRefs (line 29) | public ListRefs(final Repository repo) { method execute (line 33) | public List execute() { FILE: uberfire-nio2-backport/uberfire-nio2-impls/uberfire-nio2-jgit/src/main/java/org/uberfire/java/nio/fs/jgit/util/commands/MapDiffContent.java class MapDiffContent (line 36) | public class MapDiffContent { method MapDiffContent (line 43) | public MapDiffContent(final Git git, method execute (line 57) | public Map execute() { FILE: uberfire-nio2-backport/uberfire-nio2-impls/uberfire-nio2-jgit/src/main/java/org/uberfire/java/nio/fs/jgit/util/commands/Merge.java class Merge (line 53) | public class Merge { method Merge (line 64) | public Merge(final Git git, method Merge (line 75) | public Merge(final Git git, method execute (line 94) | public List execute() { method proceedMerge (line 118) | private List proceedMerge(final RevCommit commonAncestor, method canMerge (line 145) | private void canMerge(final Repository repo, method doFastForward (line 170) | private List doFastForward(final RevCommit commonAncestor, method doMerge (line 193) | private List doMerge(final RevCommit commonAncestorCommit, method createCommitContent (line 220) | private CommitContent createCommitContent(final RevCommit commonAncest... FILE: uberfire-nio2-backport/uberfire-nio2-impls/uberfire-nio2-jgit/src/main/java/org/uberfire/java/nio/fs/jgit/util/commands/PathUtil.java class PathUtil (line 19) | public class PathUtil { method normalize (line 21) | public static String normalize(final String path) { FILE: uberfire-nio2-backport/uberfire-nio2-impls/uberfire-nio2-jgit/src/main/java/org/uberfire/java/nio/fs/jgit/util/commands/Push.java class Push (line 32) | public class Push { method Push (line 40) | public Push(final Git git, method execute (line 55) | public void execute() throws InvalidRemoteException { FILE: uberfire-nio2-backport/uberfire-nio2-impls/uberfire-nio2-jgit/src/main/java/org/uberfire/java/nio/fs/jgit/util/commands/RefTreeUpdateCommand.java class RefTreeUpdateCommand (line 61) | public class RefTreeUpdateCommand { method RefTreeUpdateCommand (line 67) | public RefTreeUpdateCommand(final Git git, method execute (line 75) | public void execute() throws java.io.IOException, ConcurrentRefUpdateE... method symRef (line 91) | private void symRef(final Git git, method update (line 118) | private void update(final Repository _repo, method proposeKetch (line 153) | private void proposeKetch(final List n, method waitForQueue (line 171) | private void waitForQueue(final Proposal proposal) method waitForPropose (line 191) | private void waitForPropose(final Proposal proposal) throws Interrupte... method toRef (line 198) | private static Ref toRef(final RevWalk rw, type BiFunction (line 228) | interface BiFunction { method apply (line 230) | boolean apply(final ObjectReader reader, method commit (line 234) | private void commit(final Repository repo, FILE: uberfire-nio2-backport/uberfire-nio2-impls/uberfire-nio2-jgit/src/main/java/org/uberfire/java/nio/fs/jgit/util/commands/RemoveRemote.java class RemoveRemote (line 24) | public class RemoveRemote { method RemoveRemote (line 31) | public RemoveRemote(final Git git, method execute (line 40) | public void execute() { FILE: uberfire-nio2-backport/uberfire-nio2-impls/uberfire-nio2-jgit/src/main/java/org/uberfire/java/nio/fs/jgit/util/commands/ResolveObjectIds.java class ResolveObjectIds (line 26) | public class ResolveObjectIds { method ResolveObjectIds (line 31) | public ResolveObjectIds(final Git git, method execute (line 37) | public List execute() { FILE: uberfire-nio2-backport/uberfire-nio2-impls/uberfire-nio2-jgit/src/main/java/org/uberfire/java/nio/fs/jgit/util/commands/ResolveRevCommit.java class ResolveRevCommit (line 26) | public class ResolveRevCommit { method ResolveRevCommit (line 31) | public ResolveRevCommit(final Repository repo, method execute (line 37) | public RevCommit execute() throws IOException { FILE: uberfire-nio2-backport/uberfire-nio2-impls/uberfire-nio2-jgit/src/main/java/org/uberfire/java/nio/fs/jgit/util/commands/RevertMerge.java class RevertMerge (line 34) | public class RevertMerge { method RevertMerge (line 42) | public RevertMerge(final Git git, method execute (line 59) | public boolean execute() { method canRevert (line 107) | private boolean canRevert(final RevCommit lastSourceCommit, FILE: uberfire-nio2-backport/uberfire-nio2-impls/uberfire-nio2-jgit/src/main/java/org/uberfire/java/nio/fs/jgit/util/commands/SimpleRefUpdateCommand.java class SimpleRefUpdateCommand (line 31) | public class SimpleRefUpdateCommand { method SimpleRefUpdateCommand (line 37) | public SimpleRefUpdateCommand(final Git git, method execute (line 45) | public void execute() throws IOException, ConcurrentRefUpdateException { method forceUpdate (line 60) | private void forceUpdate(final RefUpdate ru, FILE: uberfire-nio2-backport/uberfire-nio2-impls/uberfire-nio2-jgit/src/main/java/org/uberfire/java/nio/fs/jgit/util/commands/Squash.java class Squash (line 42) | public class Squash { method Squash (line 49) | public Squash(final GitImpl git, method execute (line 59) | public void execute() { method checkIfCommitIsPresentAtBranch (line 96) | private RevCommit checkIfCommitIsPresentAtBranch(final GitImpl git, FILE: uberfire-nio2-backport/uberfire-nio2-impls/uberfire-nio2-jgit/src/main/java/org/uberfire/java/nio/fs/jgit/util/commands/SubdirectoryClone.java class SubdirectoryClone (line 77) | public class SubdirectoryClone { method SubdirectoryClone (line 99) | public SubdirectoryClone(final File directory, method SubdirectoryClone (line 125) | public SubdirectoryClone(final File directory, method ensureTrailingSlash (line 145) | private static String ensureTrailingSlash(String subdirectory) { method execute (line 153) | public Git execute() { method removeOriginRemote (line 178) | private void removeOriginRemote(Repository repository) throws GitAPIEx... method overrideBranchNames (line 185) | private void overrideBranchNames(final Repository repository, method transformBranches (line 206) | private void transformBranches(final Repository repository, method isOrphanCommit (line 237) | private boolean isOrphanCommit(final CommitBuilder commitBuilder) { method isDifferentFromParent (line 241) | private boolean isDifferentFromParent(final RevWalk revWalk, final Com... method isMergeCommit (line 250) | private boolean isMergeCommit(final CommitBuilder commitBuilder) { method filterCommitTree (line 254) | private Optional filterCommitTree(final ObjectReader reader, method createRevWalk (line 282) | private RevWalk createRevWalk(final Repository repository, final Objec... method getBranchCommits (line 298) | private List getBranchCommits(final Repository repository, ... method generateNewCommit (line 314) | private CommitBuilder generateNewCommit(final Map ... method closestMappedAncestorOrSelf (line 329) | private ObjectId[] closestMappedAncestorOrSelf(final Map branches, FILE: uberfire-nio2-backport/uberfire-nio2-impls/uberfire-nio2-jgit/src/main/java/org/uberfire/java/nio/fs/jgit/util/commands/TextualDiffBranches.java class TextualDiffBranches (line 43) | public class TextualDiffBranches { method TextualDiffBranches (line 54) | public TextualDiffBranches(final Git git, method TextualDiffBranches (line 64) | public TextualDiffBranches(final Git git, method execute (line 80) | public List execute() { method buildDiffKey (line 155) | private String buildDiffKey(final DiffEntry.ChangeType changeType, method createFormatter (line 163) | private DiffFormatter createFormatter() { method getFileHeader (line 170) | private FileHeader getFileHeader(final DiffFormatter formatter, method splitWithDelimiters (line 180) | private static List splitWithDelimiters(String str, String reg... FILE: uberfire-nio2-backport/uberfire-nio2-impls/uberfire-nio2-jgit/src/main/java/org/uberfire/java/nio/fs/jgit/util/commands/UpdateRemoteConfig.java class UpdateRemoteConfig (line 32) | public class UpdateRemoteConfig { method UpdateRemoteConfig (line 38) | public UpdateRemoteConfig(final Git git, method execute (line 46) | public List execute() throws IOException, URISyntaxException { FILE: uberfire-nio2-backport/uberfire-nio2-impls/uberfire-nio2-jgit/src/main/java/org/uberfire/java/nio/fs/jgit/util/commands/WriteConfiguration.java class WriteConfiguration (line 9) | public class WriteConfiguration { method WriteConfiguration (line 14) | public WriteConfiguration(final Repository repo, method execute (line 20) | public void execute() { FILE: uberfire-nio2-backport/uberfire-nio2-impls/uberfire-nio2-jgit/src/main/java/org/uberfire/java/nio/fs/jgit/util/exceptions/ConcurrentRefUpdateException.java class ConcurrentRefUpdateException (line 25) | public class ConcurrentRefUpdateException extends GitException { method ConcurrentRefUpdateException (line 30) | public ConcurrentRefUpdateException(final String message, FILE: uberfire-nio2-backport/uberfire-nio2-impls/uberfire-nio2-jgit/src/main/java/org/uberfire/java/nio/fs/jgit/util/exceptions/GitException.java class GitException (line 19) | public class GitException extends RuntimeException { method GitException (line 21) | public GitException(final String message) { method GitException (line 25) | public GitException(final String message, FILE: uberfire-nio2-backport/uberfire-nio2-impls/uberfire-nio2-jgit/src/main/java/org/uberfire/java/nio/fs/jgit/util/extensions/JGitFSHooks.java class JGitFSHooks (line 27) | public class JGitFSHooks { method executeFSHooks (line 31) | public static void executeFSHooks(Object fsHook, FileSystemHooks hookT... method executeHook (line 43) | private static void executeHook(Object hook, FileSystemHooks hookType,... FILE: uberfire-nio2-backport/uberfire-nio2-impls/uberfire-nio2-jgit/src/main/java/org/uberfire/java/nio/fs/jgit/util/model/CommitContent.java type CommitContent (line 19) | public interface CommitContent { FILE: uberfire-nio2-backport/uberfire-nio2-impls/uberfire-nio2-jgit/src/main/java/org/uberfire/java/nio/fs/jgit/util/model/CommitHistory.java class CommitHistory (line 25) | public class CommitHistory { method CommitHistory (line 31) | public CommitHistory(final List commits, method getCommits (line 39) | public List getCommits() { method getTrackedFilePath (line 46) | public String getTrackedFilePath() { method trackedFileNameChangeFor (line 50) | public String trackedFileNameChangeFor(final AnyObjectId commitId) { FILE: uberfire-nio2-backport/uberfire-nio2-impls/uberfire-nio2-jgit/src/main/java/org/uberfire/java/nio/fs/jgit/util/model/CommitInfo.java class CommitInfo (line 22) | public class CommitInfo { method CommitInfo (line 31) | public CommitInfo(final String sessionId, method getSessionId (line 45) | public String getSessionId() { method getName (line 49) | public String getName() { method getEmail (line 53) | public String getEmail() { method getMessage (line 57) | public String getMessage() { method getTimeZone (line 61) | public TimeZone getTimeZone() { method getWhen (line 65) | public Date getWhen() { FILE: uberfire-nio2-backport/uberfire-nio2-impls/uberfire-nio2-jgit/src/main/java/org/uberfire/java/nio/fs/jgit/util/model/CopyCommitContent.java class CopyCommitContent (line 21) | public class CopyCommitContent implements CommitContent { method CopyCommitContent (line 25) | public CopyCommitContent(final Map content) { method getContent (line 29) | public Map getContent() { FILE: uberfire-nio2-backport/uberfire-nio2-impls/uberfire-nio2-jgit/src/main/java/org/uberfire/java/nio/fs/jgit/util/model/DefaultCommitContent.java class DefaultCommitContent (line 22) | public class DefaultCommitContent implements CommitContent { method DefaultCommitContent (line 26) | public DefaultCommitContent(final Map content) { method getContent (line 30) | public Map getContent() { FILE: uberfire-nio2-backport/uberfire-nio2-impls/uberfire-nio2-jgit/src/main/java/org/uberfire/java/nio/fs/jgit/util/model/MergeCommitContent.java class MergeCommitContent (line 25) | public class MergeCommitContent extends DefaultCommitContent { method MergeCommitContent (line 29) | public MergeCommitContent(final Map content, method getParents (line 36) | public List getParents() { FILE: uberfire-nio2-backport/uberfire-nio2-impls/uberfire-nio2-jgit/src/main/java/org/uberfire/java/nio/fs/jgit/util/model/MessageCommitInfo.java class MessageCommitInfo (line 22) | public class MessageCommitInfo extends CommitInfo { method MessageCommitInfo (line 28) | public MessageCommitInfo(final String message) { method MessageCommitInfo (line 37) | private MessageCommitInfo(final String sessionId, method createMergeMessage (line 51) | public static MessageCommitInfo createMergeMessage(final String source... method createRevertMergeMessage (line 55) | public static MessageCommitInfo createRevertMergeMessage(final String ... method createFixMergeReversionMessage (line 59) | public static MessageCommitInfo createFixMergeReversionMessage() { FILE: uberfire-nio2-backport/uberfire-nio2-impls/uberfire-nio2-jgit/src/main/java/org/uberfire/java/nio/fs/jgit/util/model/MoveCommitContent.java class MoveCommitContent (line 21) | public class MoveCommitContent implements CommitContent { method MoveCommitContent (line 25) | public MoveCommitContent(final Map content) { method getContent (line 29) | public Map getContent() { FILE: uberfire-nio2-backport/uberfire-nio2-impls/uberfire-nio2-jgit/src/main/java/org/uberfire/java/nio/fs/jgit/util/model/PathInfo.java class PathInfo (line 24) | public class PathInfo { method PathInfo (line 31) | public PathInfo(final ObjectId objectId, method PathInfo (line 40) | public PathInfo(final ObjectId objectId, method PathInfo (line 49) | public PathInfo(final ObjectId objectId, method PathInfo (line 58) | public PathInfo(final ObjectId objectId, method convert (line 68) | private static PathType convert(final FileMode fileMode) { method getObjectId (line 77) | public ObjectId getObjectId() { method getPath (line 81) | public String getPath() { method getPathType (line 85) | public PathType getPathType() { method getSize (line 89) | public long getSize() { FILE: uberfire-nio2-backport/uberfire-nio2-impls/uberfire-nio2-jgit/src/main/java/org/uberfire/java/nio/fs/jgit/util/model/PathType.java type PathType (line 19) | public enum PathType { FILE: uberfire-nio2-backport/uberfire-nio2-impls/uberfire-nio2-jgit/src/main/java/org/uberfire/java/nio/fs/jgit/util/model/RevertCommitContent.java class RevertCommitContent (line 19) | public class RevertCommitContent implements CommitContent { method RevertCommitContent (line 23) | public RevertCommitContent(final String refTree) { method getRefTree (line 27) | public String getRefTree() { FILE: uberfire-nio2-backport/uberfire-nio2-impls/uberfire-nio2-jgit/src/main/java/org/uberfire/java/nio/fs/jgit/ws/JGitFileSystemWatchServices.java class JGitFileSystemWatchServices (line 29) | public class JGitFileSystemWatchServices implements Serializable { method JGitFileSystemWatchServices (line 33) | public JGitFileSystemWatchServices() { method newWatchService (line 36) | public WatchService newWatchService(String fsName) { method publishEvents (line 43) | public synchronized void publishEvents(Path watchable, method close (line 82) | public void close() { FILE: uberfire-nio2-backport/uberfire-nio2-impls/uberfire-nio2-jgit/src/main/java/org/uberfire/java/nio/fs/jgit/ws/JGitFileSystemsEventsManager.java class JGitFileSystemsEventsManager (line 32) | public class JGitFileSystemsEventsManager { method JGitFileSystemsEventsManager (line 42) | public JGitFileSystemsEventsManager() { method createClusterJMSService (line 50) | ClusterService createClusterJMSService() { method setupJGitEventsBroadcast (line 54) | void setupJGitEventsBroadcast() { method newWatchService (line 62) | public WatchService newWatchService(String fsName) method createFSWatchServicesManager (line 74) | JGitFileSystemWatchServices createFSWatchServicesManager() { method publishEvents (line 78) | public void publishEvents(String fsName, method publishEvents (line 88) | public void publishEvents(String fsName, method shouldIBroadcast (line 109) | private boolean shouldIBroadcast(boolean broadcastEvents) { method close (line 113) | public void close(String name) { method shutdown (line 127) | public void shutdown() { method getjGitEventsBroadcast (line 135) | JGitEventsBroadcast getjGitEventsBroadcast() { method getFsWatchServices (line 139) | Map getFsWatchServices() { FILE: uberfire-nio2-backport/uberfire-nio2-impls/uberfire-nio2-jgit/src/main/java/org/uberfire/java/nio/fs/jgit/ws/JGitWatchEvent.java class JGitWatchEvent (line 29) | public class JGitWatchEvent implements WatchEvent { method JGitWatchEvent (line 39) | public JGitWatchEvent(String sessionId, method kind (line 54) | @Override method count (line 72) | @Override method context (line 77) | @Override method toString (line 118) | @Override FILE: uberfire-nio2-backport/uberfire-nio2-impls/uberfire-nio2-jgit/src/main/java/org/uberfire/java/nio/fs/jgit/ws/JGitWatchService.java class JGitWatchService (line 29) | public class JGitWatchService implements WatchService { method JGitWatchService (line 37) | public JGitWatchService(String fsName, method poll (line 44) | @Override method poll (line 49) | @Override method take (line 55) | @Override method isClose (line 71) | @Override method close (line 76) | @Override method closeWithoutNotifyParent (line 83) | synchronized void closeWithoutNotifyParent() { method toString (line 88) | @Override method publish (line 95) | public void publish(WatchKey wk) { FILE: uberfire-nio2-backport/uberfire-nio2-impls/uberfire-nio2-jgit/src/main/java/org/uberfire/java/nio/fs/jgit/ws/cluster/JGitEventsBroadcast.java class JGitEventsBroadcast (line 28) | public class JGitEventsBroadcast { method JGitEventsBroadcast (line 37) | public JGitEventsBroadcast(ClusterService clusterService, method setupJMSConnection (line 44) | private void setupJMSConnection() { method createWatchServiceJMS (line 48) | public void createWatchServiceJMS(String topicName) { method broadcast (line 60) | public synchronized void broadcast(String fsName, method getChannelName (line 71) | private String getChannelName(String fsName) { method close (line 80) | public void close() { FILE: uberfire-nio2-backport/uberfire-nio2-impls/uberfire-nio2-jgit/src/main/java/org/uberfire/java/nio/fs/jgit/ws/cluster/WatchEventsWrapper.java class WatchEventsWrapper (line 26) | public class WatchEventsWrapper implements Serializable { method WatchEventsWrapper (line 33) | public WatchEventsWrapper(String nodeId, method getFsName (line 44) | public String getFsName() { method getNodeId (line 48) | public String getNodeId() { method getEvents (line 52) | public List> getEvents() { method getWatchable (line 56) | public Path getWatchable() { method equals (line 67) | @Override method hashCode (line 90) | @Override FILE: uberfire-nio2-backport/uberfire-nio2-impls/uberfire-nio2-jgit/src/test/java/org/uberfire/java/nio/fs/jgit/AbstractTestInfra.java class AbstractTestInfra (line 69) | public abstract class AbstractTestInfra { class TestFile (line 71) | static class TestFile { method TestFile (line 76) | TestFile(final String path, method createGitFsProvider (line 93) | @Before method getGitPreferences (line 102) | public Map getGitPreferences() { method destroyGitFsProvider (line 114) | @After method cleanup (line 129) | @AfterClass method setupGit (line 141) | protected Git setupGit() throws IOException, GitAPIException { method setupGit (line 145) | protected Git setupGit(final File tempDir) throws IOException, GitAPIE... method createTempDirectory (line 169) | protected static File createTempDirectory() method tempFile (line 186) | public static File tempFile(final String content) throws IOException { method tempFile (line 200) | public File tempFile(final byte[] content) throws IOException { method getAuthor (line 214) | public PersonIdent getAuthor() { method findFreePort (line 219) | public static int findFreePort() { method loadImage (line 232) | protected byte[] loadImage(final String path) throws IOException { method commit (line 240) | static void commit(final Git origin, method tmpFile (line 258) | public static File tmpFile(final String content) { method content (line 266) | static TestFile content(final String path, method writeMockHook (line 280) | void writeMockHook(final File hooksDirectory, method testHook (line 299) | void testHook(final String gitRepoName, method branch (line 344) | protected Ref branch(Git origin, String source, String target) throws ... method listRefs (line 353) | protected List listRefs(final Git cloned) { method multiline (line 357) | protected static String multiline(String prefix, String... lines) { method checkProtocolPresent (line 364) | protected static boolean checkProtocolPresent(String hostNames, String... FILE: uberfire-nio2-backport/uberfire-nio2-impls/uberfire-nio2-jgit/src/test/java/org/uberfire/java/nio/fs/jgit/JGitAddRemoteTest.java class JGitAddRemoteTest (line 32) | public class JGitAddRemoteTest extends AbstractTestInfra { method setup (line 36) | @Before method addRemoteTest (line 48) | @Test method addRemoteFailTest (line 62) | @Test(expected = GitException.class) FILE: uberfire-nio2-backport/uberfire-nio2-impls/uberfire-nio2-jgit/src/test/java/org/uberfire/java/nio/fs/jgit/JGitCacheInvalidationTest.java class JGitCacheInvalidationTest (line 43) | public class JGitCacheInvalidationTest extends AbstractTestInfra { method createGitFsProvider (line 48) | @Before method testTwoInstancesForSameFS (line 59) | @Test FILE: uberfire-nio2-backport/uberfire-nio2-impls/uberfire-nio2-jgit/src/test/java/org/uberfire/java/nio/fs/jgit/JGitCloneTest.java class JGitCloneTest (line 49) | public class JGitCloneTest extends AbstractTestInfra { method testToCloneSuccess (line 55) | @Test method cloneShouldOnlyWorksWithEmptyRepos (line 86) | @Test method testCloneWithHookDir (line 124) | @Test method setupGitRepo (line 176) | private Git setupGitRepo(File gitSource, File hooksDir) throws IOExcep... method cloneNotMirrorRepoConfigTest (line 206) | @Test method cloneMirrorRepoNoSSLVerifyConfigTest (line 241) | @Test method testCloneMultipleBranches (line 277) | @Test FILE: uberfire-nio2-backport/uberfire-nio2-impls/uberfire-nio2-jgit/src/test/java/org/uberfire/java/nio/fs/jgit/JGitConflictBranchesCheckerTest.java class JGitConflictBranchesCheckerTest (line 35) | public class JGitConflictBranchesCheckerTest extends AbstractTestInfra { method setup (line 48) | @Before method testReportConflictsAllFiles (line 64) | @Test method testReportConflictsSomeFiles (line 82) | @Test method testReportConflictsNoFiles (line 99) | @Test method testInvalidBranch (line 114) | @Test(expected = GitException.class) FILE: uberfire-nio2-backport/uberfire-nio2-impls/uberfire-nio2-jgit/src/test/java/org/uberfire/java/nio/fs/jgit/JGitDiffBranchesTest.java class JGitDiffBranchesTest (line 38) | public class JGitDiffBranchesTest extends AbstractTestInfra { method setup (line 52) | @Before method testDiffWithAddedFiles (line 68) | @Test method testDiffWithRemovedFile (line 89) | @Test method testDiffWithUpdatedFiles (line 111) | @Test method testDiffWithUpdateFirstLine (line 128) | @Test method testDiffWithUpdateLastLine (line 146) | @Test method testDiffWithUpdateTwoConsecutiveLines (line 164) | @Test method testDiffWithUpdateFirstAndLastLines (line 182) | @Test method testDiffWithAddedRemovedUpdatedFiles (line 209) | @Test method testDiffWithNonExistentBranch (line 241) | @Test FILE: uberfire-nio2-backport/uberfire-nio2-impls/uberfire-nio2-jgit/src/test/java/org/uberfire/java/nio/fs/jgit/JGitFileSystemImplProviderAsDefaultTest.java class JGitFileSystemImplProviderAsDefaultTest (line 28) | public class JGitFileSystemImplProviderAsDefaultTest extends AbstractTes... method forceProviderToDefault (line 30) | @Before method testGetPath (line 35) | @Test method testGetComplexPath (line 58) | @Test method testGetComplexPathFileSystemNameIncludedInPath (line 81) | @Test FILE: uberfire-nio2-backport/uberfire-nio2-impls/uberfire-nio2-jgit/src/test/java/org/uberfire/java/nio/fs/jgit/JGitFileSystemImplProviderBytemanTest.java class JGitFileSystemImplProviderBytemanTest (line 56) | @RunWith(org.jboss.byteman.contrib.bmunit.BMUnitRunner.class) method createGitFsProvider (line 62) | @Before method testConcurrentLocking (line 67) | @Ignore("This test produces a strange behaviour that locks the other t... method testConcurrentSquashWithThreeCommit (line 140) | @Test method testConcurrentSquashWithSixCommit (line 200) | @Test method testForceExceptionWhenTryingToSquash (line 260) | @Test method testFileSystemLockOnException (line 298) | @Test method makeVersionRecord (line 336) | private VersionRecord makeVersionRecord(final String author, method printLog (line 374) | private static void printLog(final Git git) { method waitFor (line 384) | protected static void waitFor(CyclicBarrier barrier) { method commitThreeTimesAndGetReference (line 397) | private RevCommit commitThreeTimesAndGetReference(JGitFileSystem fs, method commitSixTimesAndGetReference (line 422) | private RevCommit commitSixTimesAndGetReference(JGitFileSystem fs, method writeFile (line 459) | private RevCommit writeFile(final JGitFileSystem fs, method getCommitsFromBranch (line 470) | private List getCommitsFromBranch(final GitImpl origin, FILE: uberfire-nio2-backport/uberfire-nio2-impls/uberfire-nio2-jgit/src/test/java/org/uberfire/java/nio/fs/jgit/JGitFileSystemImplProviderCpMvTest.java class JGitFileSystemImplProviderCpMvTest (line 36) | public class JGitFileSystemImplProviderCpMvTest extends AbstractTestInfra { method testCopyBranches (line 38) | @Test method testCopyFiles (line 88) | @Test method testCopyDir (line 128) | @Test method testCopyFilesAcrossRepositories (line 222) | @Test method testCopyDirAcrossRepositories (line 254) | @Test method testMoveBranches (line 339) | @Test method testMoveFiles (line 385) | @Test method testMoveDir (line 421) | @Test method testCherryPick (line 459) | @Test method convertStreamToString (line 553) | private static String convertStreamToString(java.io.InputStream is) { FILE: uberfire-nio2-backport/uberfire-nio2-impls/uberfire-nio2-jgit/src/test/java/org/uberfire/java/nio/fs/jgit/JGitFileSystemImplProviderDiffTest.java class JGitFileSystemImplProviderDiffTest (line 40) | public class JGitFileSystemImplProviderDiffTest extends AbstractTestInfra { method testDiffsBetweenBranches (line 44) | @Test method testBranchesDoNotHaveDifferences (line 142) | @Test FILE: uberfire-nio2-backport/uberfire-nio2-impls/uberfire-nio2-jgit/src/test/java/org/uberfire/java/nio/fs/jgit/JGitFileSystemImplProviderEncodingTest.java class JGitFileSystemImplProviderEncodingTest (line 33) | public class JGitFileSystemImplProviderEncodingTest extends AbstractTest... method getGitPreferences (line 37) | @Override method test (line 50) | @Test FILE: uberfire-nio2-backport/uberfire-nio2-impls/uberfire-nio2-jgit/src/test/java/org/uberfire/java/nio/fs/jgit/JGitFileSystemImplProviderGCTest.java class JGitFileSystemImplProviderGCTest (line 31) | public class JGitFileSystemImplProviderGCTest extends AbstractTestInfra { method testGC (line 33) | @Test FILE: uberfire-nio2-backport/uberfire-nio2-impls/uberfire-nio2-jgit/src/test/java/org/uberfire/java/nio/fs/jgit/JGitFileSystemImplProviderHookTest.java class JGitFileSystemImplProviderHookTest (line 30) | public class JGitFileSystemImplProviderHookTest extends AbstractTestInfra { method getGitPreferences (line 32) | @Override method testInstalledHook (line 51) | @Test method testExecutedPostCommitHook (line 80) | @Test method testNotSupportedPreCommitHook (line 87) | @Test FILE: uberfire-nio2-backport/uberfire-nio2-impls/uberfire-nio2-jgit/src/test/java/org/uberfire/java/nio/fs/jgit/JGitFileSystemImplProviderHttpProxyTest.java class JGitFileSystemImplProviderHttpProxyTest (line 32) | public class JGitFileSystemImplProviderHttpProxyTest { method testHttpProxy (line 34) | @Test method testHttpsProxy (line 67) | @Test method testNoProxyInfo (line 100) | @Test FILE: uberfire-nio2-backport/uberfire-nio2-impls/uberfire-nio2-jgit/src/test/java/org/uberfire/java/nio/fs/jgit/JGitFileSystemImplProviderMergeTest.java class JGitFileSystemImplProviderMergeTest (line 35) | public class JGitFileSystemImplProviderMergeTest extends AbstractTestInf... method testMergeSuccessful (line 37) | @Test method testMergeConflicts (line 87) | @Test(expected = GitException.class) method testMergeBinarySuccessful (line 141) | @Test method testBinaryMergeConflicts (line 190) | @Test(expected = GitException.class) method testTryToMergeNonexistentBranch (line 244) | @Test(expected = GitException.class) method testMissingParemeter (line 266) | @Test(expected = IllegalArgumentException.class) FILE: uberfire-nio2-backport/uberfire-nio2-impls/uberfire-nio2-jgit/src/test/java/org/uberfire/java/nio/fs/jgit/JGitFileSystemImplProviderMigrationTest.java class JGitFileSystemImplProviderMigrationTest (line 28) | public class JGitFileSystemImplProviderMigrationTest extends AbstractTes... method testCreateANewDirectoryWithMigrationEnv (line 30) | @Test FILE: uberfire-nio2-backport/uberfire-nio2-impls/uberfire-nio2-jgit/src/test/java/org/uberfire/java/nio/fs/jgit/JGitFileSystemImplProviderPostCommitHookTest.java class JGitFileSystemImplProviderPostCommitHookTest (line 51) | @RunWith(MockitoJUnitRunner.class) method init (line 76) | @Before method testPostCommitWithoutHook (line 88) | @Test method testPostCommitHookSuccess (line 95) | @Test method testPostCommitHookWarning (line 102) | @Test method testPostCommitHookError (line 109) | @Test method testPostCommit (line 116) | private void testPostCommit(final Integer exitCode) throws IOException { method prepareHook (line 135) | private void prepareHook(final Integer code) throws IOException { method commitFile (line 157) | private void commitFile() throws IOException { FILE: uberfire-nio2-backport/uberfire-nio2-impls/uberfire-nio2-jgit/src/test/java/org/uberfire/java/nio/fs/jgit/JGitFileSystemImplProviderSSHBadConfigTest.java class JGitFileSystemImplProviderSSHBadConfigTest (line 28) | public class JGitFileSystemImplProviderSSHBadConfigTest extends Abstract... method getGitPreferences (line 30) | @Override method testCheckDefaultSSHIdleWithInvalidArg (line 42) | @Test FILE: uberfire-nio2-backport/uberfire-nio2-impls/uberfire-nio2-jgit/src/test/java/org/uberfire/java/nio/fs/jgit/JGitFileSystemImplProviderSSHTest.java class JGitFileSystemImplProviderSSHTest (line 51) | public class JGitFileSystemImplProviderSSHTest extends AbstractTestInfra { method getGitPreferences (line 56) | @Override method testSSHPostReceiveHook (line 70) | @Test method testGitProtocolReadOnly (line 158) | @Test FILE: uberfire-nio2-backport/uberfire-nio2-impls/uberfire-nio2-jgit/src/test/java/org/uberfire/java/nio/fs/jgit/JGitFileSystemImplProviderTest.java class JGitFileSystemImplProviderTest (line 99) | public class JGitFileSystemImplProviderTest extends AbstractTestInfra { method getGitPreferences (line 103) | @Override method testDaemob (line 115) | @Test method testNewFileSystem (line 155) | @Test method testNewFileSystemInited (line 179) | @Test method testInvalidURINewFileSystem (line 198) | @Test method testNewFileSystemClone (line 211) | @Test method testNewFileSystemCloneAndPush (line 301) | @Test method testNewFileSystemCloneAndRescan (line 424) | @Test method testGetFileSystem (line 466) | @Test method testInvalidURIGetFileSystem (line 482) | @Test method testGetPath (line 494) | @Test method testInvalidURIGetPath (line 517) | @Test method testGetComplexPath (line 529) | @Test method testGetComplexPathComposed (line 548) | @Test method testInputStream (line 573) | @Test method testInputStream2 (line 613) | @Test method testInputStream3 (line 654) | @Test(expected = NoSuchFileException.class) method testInputStreamNoSuchFile (line 693) | @Test(expected = NoSuchFileException.class) method testNewOutputStream (line 732) | @Test method testNewOutputStreamWithJGitOp (line 799) | @Test method testGetPathFileSystemNotExisting (line 868) | @Test(expected = FileSystemNotFoundException.class) method testGetFileSystemNotExisting (line 873) | @Test(expected = FileSystemNotFoundException.class) method testDeleteShouldRemoveEmptyParentDir (line 880) | @Test method testDelete (line 912) | @Test method testDeleteBranch (line 957) | @Test method testDeleteIfExists (line 987) | @Test method testDeleteBranchIfExists (line 1013) | @Test method testIsHidden (line 1035) | @Test method testIsSameFile (line 1068) | @Test method testCreateDirectory (line 1099) | @Test method testCheckAccess (line 1127) | @Test method testGetFileStore (line 1154) | @Test method testNewDirectoryStream (line 1173) | @Test method testDeleteNonEmptyDirectory (line 1238) | @Test method testFilteredNewDirectoryStream (line 1300) | @Test method testGetFileAttributeView (line 1341) | @Test method testReadAttributes (line 1411) | @Test method testReadAttributesMap (line 1466) | @Test method testSetAttribute (line 1574) | @Test method checkProperAmend (line 1639) | @Test method accessOldVersions (line 1684) | @Test method checkProperSquash (line 1721) | @Test method testSquashFailBecauseCommitIsFromAnotherBranch (line 1764) | @Test(expected = GitException.class) method checkBatchError (line 1802) | @Test method resolveFSName (line 1845) | @Test method resolveSimpleFSNames (line 1882) | @Test method resolveComposedFSNames (line 1908) | @Test method validFSNameTest (line 1945) | @Test method checkAmbiguousFS (line 1972) | private void checkAmbiguousFS(String fsOriginalName, method checkRootPath (line 1987) | @Test method getPathForComposedFSNames (line 2005) | @Test method getPathForComposedFSNames2 (line 2054) | @Test method extractPathTest (line 2083) | @Test method resolveByRepositoryTest (line 2099) | @Test method extractFSHooksTest (line 2117) | @Test method extractCheckBranchAccessHookTest (line 2134) | @Test method testCloseFileSystem (line 2151) | @Test method moveBranchesTest (line 2168) | @Test method moveBranchesNotAtTheSameFSShouldNotBeAllowedTest (line 2197) | @Test method copyBranchesNotAtTheSameFSShouldNotBeAllowedTest (line 2222) | @Test method copyBranchesTest (line 2247) | @Test method test_removeRefsFromTree (line 2276) | @Test method extractContent (line 2300) | private String extractContent(Path path) throws IOException { method makeVersionRecord (line 2311) | private VersionRecord makeVersionRecord(final String author, method getCommitsFromBranch (line 2349) | private List getCommitsFromBranch(final GitImpl origin, type MyAttrs (line 2360) | private interface MyAttrs extends BasicFileAttributes { class MyInvalidFileAttributeView (line 2364) | private static class MyInvalidFileAttributeView implements BasicFileAt... method readAttributes (line 2366) | @Override method setTimes (line 2371) | @Override method name (line 2378) | @Override FILE: uberfire-nio2-backport/uberfire-nio2-impls/uberfire-nio2-jgit/src/test/java/org/uberfire/java/nio/fs/jgit/JGitFileSystemImplProviderUnsupportedOpTest.java class JGitFileSystemImplProviderUnsupportedOpTest (line 30) | public class JGitFileSystemImplProviderUnsupportedOpTest extends Abstrac... method testNewFileSystemUnsupportedOp (line 32) | @Test method testNewFileChannelUnsupportedOp (line 48) | @Test method testNewAsynchronousFileChannelUnsupportedOp (line 62) | @Test method testCreateSymbolicLinkUnsupportedOp (line 76) | @Test method testCreateLinkUnsupportedOp (line 90) | @Test method testReadSymbolicLinkUnsupportedOp (line 104) | @Test FILE: uberfire-nio2-backport/uberfire-nio2-impls/uberfire-nio2-jgit/src/test/java/org/uberfire/java/nio/fs/jgit/JGitFileSystemImplProviderWithFoldersTest.java class JGitFileSystemImplProviderWithFoldersTest (line 37) | public class JGitFileSystemImplProviderWithFoldersTest extends AbstractT... method testNewFileSystemWithSubfolder (line 39) | @Test method testCreateFileIntoRepositoryWithFolder (line 52) | @Test method testExtractPathWithAuthority (line 83) | @Test method testComplexExtractPath (line 98) | @Test method testExtractComplexRepoName (line 111) | @Test method testExtractSimpleRepoName (line 125) | @Test method testExtractVerySimpleRepoName (line 133) | @Test FILE: uberfire-nio2-backport/uberfire-nio2-impls/uberfire-nio2-jgit/src/test/java/org/uberfire/java/nio/fs/jgit/JGitFileSystemImplTest.java class JGitFileSystemImplTest (line 44) | public class JGitFileSystemImplTest extends AbstractTestInfra { method testOnlyLocalRoot (line 51) | @Test method testRemoteRoot (line 76) | @Test method createFSLock (line 103) | private JGitFileSystemLock createFSLock(Git git) { method testProvider (line 109) | @Test method testClose (line 131) | @Test(expected = IllegalStateException.class) method testSupportedFileAttributeViews (line 157) | @Test method testPathNonBranchRooted (line 180) | @Test method testPathNonBranchNonRooted (line 210) | @Test method testPathBranchRooted (line 240) | @Test method testPathBranchNonRooted (line 271) | @Test method testPathBranchRooted2 (line 302) | @Test method testPathBranchNonRooted2 (line 334) | @Test method testFileStore (line 366) | @Test method testPathEqualsWithDifferentRepos (line 390) | @Test method testNewWatchService (line 426) | @Test(expected = UnsupportedOperationException.class) method testGetUserPrincipalLookupService (line 444) | @Test(expected = UnsupportedOperationException.class) method testGetPathMatcher (line 461) | @Test(expected = UnsupportedOperationException.class) method lockShouldSupportMultipleInnerLocksForTheSameThreadTest (line 478) | @Test method lockTest (line 502) | @Test method testSetPublicURI (line 523) | @Test FILE: uberfire-nio2-backport/uberfire-nio2-impls/uberfire-nio2-jgit/src/test/java/org/uberfire/java/nio/fs/jgit/JGitFileSystemLockTest.java class JGitFileSystemLockTest (line 32) | @RunWith(MockitoJUnitRunner.class) method thresholdMaxTest (line 35) | @Test method thresholdMinTest (line 43) | @Test method createLock (line 55) | private JGitFileSystemLock createLock(long lastAccessThreshold) { FILE: uberfire-nio2-backport/uberfire-nio2-impls/uberfire-nio2-jgit/src/test/java/org/uberfire/java/nio/fs/jgit/JGitFileSystemProviderConcurrentOperationsTest.java class JGitFileSystemProviderConcurrentOperationsTest (line 15) | public class JGitFileSystemProviderConcurrentOperationsTest extends Abst... method testConcurrentGitCreation (line 22) | @Ignore method testConcurrentGitDeletion (line 48) | @Test method wait (line 77) | private void wait(List threads) { FILE: uberfire-nio2-backport/uberfire-nio2-impls/uberfire-nio2-jgit/src/test/java/org/uberfire/java/nio/fs/jgit/JGitFileSystemProxyTest.java class JGitFileSystemProxyTest (line 26) | public class JGitFileSystemProxyTest extends AbstractTestInfra { method getGitPreferences (line 30) | @Override method proxyTest (line 42) | @Test FILE: uberfire-nio2-backport/uberfire-nio2-impls/uberfire-nio2-jgit/src/test/java/org/uberfire/java/nio/fs/jgit/JGitForkTest.java class JGitForkTest (line 60) | public class JGitForkTest extends AbstractTestInfra { method testToForkSuccess (line 67) | @Test method testToForkAlreadyExists (line 135) | @Test(expected = GitException.class) method testToForkWrongSource (line 182) | @Test method testForkRepository (line 202) | @Test method testForkRepositoryThatAlreadyExists (line 232) | @Test(expected = FileSystemAlreadyExistsException.class) method testForkWithoutHookDirShouldNotBeUpdatedAfterGitHookDirAdded (line 261) | @Test method testForkWithHookDir (line 282) | @Test method testForkMultipleBranches (line 341) | @Test FILE: uberfire-nio2-backport/uberfire-nio2-impls/uberfire-nio2-jgit/src/test/java/org/uberfire/java/nio/fs/jgit/JGitGetCommitTest.java class JGitGetCommitTest (line 30) | public class JGitGetCommitTest extends AbstractTestInfra { method setup (line 36) | @Before method successTest (line 45) | @Test method notFoundTest (line 56) | @Test FILE: uberfire-nio2-backport/uberfire-nio2-impls/uberfire-nio2-jgit/src/test/java/org/uberfire/java/nio/fs/jgit/JGitGetCommonAncestorCommitTest.java class JGitGetCommonAncestorCommitTest (line 32) | public class JGitGetCommonAncestorCommitTest extends AbstractTestInfra { method setup (line 39) | @Before method successTest (line 48) | @Test method invalidBranchTest (line 68) | @Test(expected = IllegalArgumentException.class) FILE: uberfire-nio2-backport/uberfire-nio2-impls/uberfire-nio2-jgit/src/test/java/org/uberfire/java/nio/fs/jgit/JGitHistoryTest.java class JGitHistoryTest (line 36) | public class JGitHistoryTest extends AbstractTestInfra { method setup (line 40) | @Before method singleMove (line 65) | private Map singleMove(String from, String to) { method moveCommit (line 71) | private void moveCommit(Map moves, String message) { method listCommitsForUnmovedFile (line 75) | @Test method listCommitsForMovedFile (line 84) | @Test method listCommitsForRestoredFile (line 111) | @Test method listCommitsOnDirectory (line 138) | @Test method listCommitsOnRootDirectoryViaAbsolute (line 150) | @Test method listCommitsOnRootDirectoryViaNull (line 162) | @Test method listCommitsOnRootDirectoryViaEmpty (line 174) | @Test FILE: uberfire-nio2-backport/uberfire-nio2-impls/uberfire-nio2-jgit/src/test/java/org/uberfire/java/nio/fs/jgit/JGitMapDiffContentTest.java class JGitMapDiffContentTest (line 37) | public class JGitMapDiffContentTest extends AbstractTestInfra { method setup (line 49) | @Before method testNoDiffOnlyOneCommit (line 63) | @Test method testHasContent (line 72) | @Test method testHasContents (line 85) | @Test method testHasDeleteContents (line 99) | @Test method testWithManyCommitsOneFile (line 122) | @Test method testWithMiddleCommits (line 141) | @Test method testWithWrongBranchName (line 171) | @Test(expected = GitException.class) method testWithInvalidCommit (line 178) | @Test(expected = GitException.class) FILE: uberfire-nio2-backport/uberfire-nio2-impls/uberfire-nio2-jgit/src/test/java/org/uberfire/java/nio/fs/jgit/JGitMergeTest.java class JGitMergeTest (line 40) | public class JGitMergeTest extends AbstractTestInfra { method testMergeFastForwardSuccessful (line 44) | @Test method testMergeNonFastForwardSuccessful (line 134) | @Test method testMergeWithSquashSuccessful (line 227) | @Test method testMergeNoDiff (line 325) | @Test method testParametersNotNull (line 370) | @Test(expected = IllegalArgumentException.class) method testTryToMergeNonexistentBranch (line 378) | @Test(expected = GitException.class) method testMergeBinaryInformationButHasConflicts (line 460) | @Test(expected = GitException.class) method testMergeBinaryInformationSuccessful (line 529) | @Test FILE: uberfire-nio2-backport/uberfire-nio2-impls/uberfire-nio2-jgit/src/test/java/org/uberfire/java/nio/fs/jgit/JGitMirrorTest.java class JGitMirrorTest (line 41) | public class JGitMirrorTest extends AbstractTestInfra { method testToHTTPMirrorSuccess (line 47) | @Test method testToHTTPUnmirrorSuccess (line 82) | @Test method testEmptyCredentials (line 124) | @Test method testBadUrl (line 155) | @Test FILE: uberfire-nio2-backport/uberfire-nio2-impls/uberfire-nio2-jgit/src/test/java/org/uberfire/java/nio/fs/jgit/JGitPathTest.java class JGitPathTest (line 30) | public class JGitPathTest { method setup (line 35) | @Before method testSimpleBranchedGit (line 43) | @Test method testSimpleBranchedGitRoot (line 61) | @Test method testSimpleBranchedGitRelative (line 79) | @Test method testSimpleBranchedGitRoot2 (line 97) | @Test method testSimpleBranchedGitRoot2Spaced (line 117) | @Test method testSimpleImplicitBranchGit (line 137) | @Test method testSimpleImplicitBranchGitRoot (line 157) | @Test method testRelativize (line 179) | @Test FILE: uberfire-nio2-backport/uberfire-nio2-impls/uberfire-nio2-jgit/src/test/java/org/uberfire/java/nio/fs/jgit/JGitRevertMergeTest.java class JGitRevertMergeTest (line 36) | public class JGitRevertMergeTest extends AbstractTestInfra { method setup (line 51) | @Before method testInvalidSourceBranch (line 74) | @Test(expected = GitException.class) method testInvalidTargetBranch (line 84) | @Test(expected = GitException.class) method testRevertFailedMergeIsNotLastTargetCommit (line 94) | @Test method testRevertFailedMergeParentTargetIsNotCommonAncestor (line 109) | @Test method testRevertFailedMergeSourceParentIsNotLastSourceCommit (line 124) | @Test method testRevertSucceeded (line 139) | @Test method doMerge (line 151) | private String doMerge() { FILE: uberfire-nio2-backport/uberfire-nio2-impls/uberfire-nio2-jgit/src/test/java/org/uberfire/java/nio/fs/jgit/JGitSSHConfigSessionFactoryTest.java class JGitSSHConfigSessionFactoryTest (line 17) | public class JGitSSHConfigSessionFactoryTest { method testNoProxy (line 19) | @Test method testHttpProxy (line 36) | @Test method testHttpProxyWithAuthentication (line 61) | @Test method testHttpsProxy (line 88) | @Test method testHttpsProxyWithAuthentication (line 113) | @Test FILE: uberfire-nio2-backport/uberfire-nio2-impls/uberfire-nio2-jgit/src/test/java/org/uberfire/java/nio/fs/jgit/JGitSquashingTest.java class JGitSquashingTest (line 49) | public class JGitSquashingTest extends AbstractTestInfra { method testSquash4Of5Commits (line 61) | @Test method testFailWhenTryToSquashCommitsFromDifferentBranches (line 168) | @Test method getCommitsFromBranch (line 247) | private List getCommitsFromBranch(final GitImpl origin, method testSquashCommitsWithDifferentPaths (line 263) | @Test FILE: uberfire-nio2-backport/uberfire-nio2-impls/uberfire-nio2-jgit/src/test/java/org/uberfire/java/nio/fs/jgit/JGitSubdirectoryCloneTest.java class JGitSubdirectoryCloneTest (line 58) | public class JGitSubdirectoryCloneTest extends AbstractTestInfra { method cloneSubdirectorySingleBranch (line 63) | @Test method cloneSubdirectoryMultipleBranches (line 100) | @Test method cloneSubdirectoryWithMergeCommit (line 165) | @Test method cloneSubdirectoryWithHookDir (line 246) | @Test method assertClonedCommitData (line 304) | private void assertClonedCommitData(final Git origin, method findIdForPath (line 321) | private ObjectId findIdForPath(final Git origin, final RevCommit origi... method getCommits (line 337) | private List getCommits(final Git git, String branch) throw... method gitRepo (line 351) | private Git gitRepo(File gitSource) { method mergeCommit (line 358) | private void mergeCommit(final Git origin, method updateBranch (line 378) | private void updateBranch(final String targetBranchName, method writeCommit (line 388) | private ObjectId writeCommit(final ObjectInserter inserter, final Obje... method writeTestFilesToTree (line 400) | private ObjectId writeTestFilesToTree(final DirCache dc, method writeBlob (line 412) | private void writeBlob(final DirCacheEditor editor, ObjectInserter ins... FILE: uberfire-nio2-backport/uberfire-nio2-impls/uberfire-nio2-jgit/src/test/java/org/uberfire/java/nio/fs/jgit/JGitTextualDiffBranchesTest.java class JGitTextualDiffBranchesTest (line 40) | public class JGitTextualDiffBranchesTest extends AbstractTestInfra { method setup (line 53) | @Before method testDiffWithAddedFiles (line 69) | @Test method testDiffWithAddedFilesSameBranch (line 91) | @Test method testDiffWithAddedFileAndTargetUpdatedLater (line 110) | @Test method testDiffWithRemovedFile (line 132) | @Test method testDiffWithUpdatedFiles (line 153) | @Test method testDiffWithUpdateFirstAndLastLines (line 176) | @Test method testDiffWithEvenBranches (line 187) | @Test method testDiffWithNonExistentBranch (line 194) | @Test(expected = GitException.class) FILE: uberfire-nio2-backport/uberfire-nio2-impls/uberfire-nio2-jgit/src/test/java/org/uberfire/java/nio/fs/jgit/JGitUpdateFSCacheWithHostnameTest.java class JGitUpdateFSCacheWithHostnameTest (line 30) | public class JGitUpdateFSCacheWithHostnameTest extends AbstractTestInfra { method getGitPreferences (line 32) | @Override method testFSCacheUpdateWithHostName (line 39) | @Test FILE: uberfire-nio2-backport/uberfire-nio2-impls/uberfire-nio2-jgit/src/test/java/org/uberfire/java/nio/fs/jgit/JGitUtilTest.java class JGitUtilTest (line 50) | public class JGitUtilTest extends AbstractTestInfra { method testNewRepo (line 52) | @Test method testClone (line 81) | @Test method testPathResolve (line 145) | @Test method testAmend (line 197) | @Test method testBuildVersionAttributes (line 250) | @Test method testDiffForFileCreatedInEmptyRepositoryOrBranch (line 329) | @Test FILE: uberfire-nio2-backport/uberfire-nio2-impls/uberfire-nio2-jgit/src/test/java/org/uberfire/java/nio/fs/jgit/NewProviderDefineDirTest.java class NewProviderDefineDirTest (line 34) | @RunWith(Parameterized.class) method NewProviderDefineDirTest (line 40) | public NewProviderDefineDirTest(final String dirPathName) { method data (line 44) | @Parameterized.Parameters(name = "{index}: dir name: {0}") method getGitPreferences (line 49) | @Override method testUsingProvidedPath (line 66) | @Test FILE: uberfire-nio2-backport/uberfire-nio2-impls/uberfire-nio2-jgit/src/test/java/org/uberfire/java/nio/fs/jgit/URITest.java class URITest (line 26) | public class URITest { method testURI (line 28) | @Test FILE: uberfire-nio2-backport/uberfire-nio2-impls/uberfire-nio2-jgit/src/test/java/org/uberfire/java/nio/fs/jgit/UsernamePasswordCredentialsProvider.java class UsernamePasswordCredentialsProvider (line 26) | public class UsernamePasswordCredentialsProvider extends org.eclipse.jgi... method UsernamePasswordCredentialsProvider (line 28) | public UsernamePasswordCredentialsProvider(final String username, method get (line 34) | @Override FILE: uberfire-nio2-backport/uberfire-nio2-impls/uberfire-nio2-jgit/src/test/java/org/uberfire/java/nio/fs/jgit/daemon/common/PortUtilTest.java class PortUtilTest (line 10) | public class PortUtilTest { method testValidateOrGetNewWithPreferredNotAvailable (line 12) | @Test method testValidateOrGetNewWithZero (line 24) | @Test method testValidateOrGetNewWithAvailablePreferredPort (line 31) | @Test FILE: uberfire-nio2-backport/uberfire-nio2-impls/uberfire-nio2-jgit/src/test/java/org/uberfire/java/nio/fs/jgit/daemon/filters/HiddenBranchRefFilterTest.java class HiddenBranchRefFilterTest (line 32) | @RunWith(MockitoJUnitRunner.class) method setUp (line 41) | @Before method testHiddenBranchsFiltering (line 61) | @Test FILE: uberfire-nio2-backport/uberfire-nio2-impls/uberfire-nio2-jgit/src/test/java/org/uberfire/java/nio/fs/jgit/daemon/git/DaemonTest.java class DaemonTest (line 28) | public class DaemonTest { method testShutdownByStop (line 32) | @Test method testShutdownByThreadPoolTermination (line 46) | @Test FILE: uberfire-nio2-backport/uberfire-nio2-impls/uberfire-nio2-jgit/src/test/java/org/uberfire/java/nio/fs/jgit/daemon/http/HTTPSOnlySupportTest.java class HTTPSOnlySupportTest (line 25) | public class HTTPSOnlySupportTest extends AbstractTestInfra { method getGitPreferences (line 31) | public Map getGitPreferences() { method testRoot (line 38) | @Test method base (line 45) | public void base(final String contextPath) { FILE: uberfire-nio2-backport/uberfire-nio2-impls/uberfire-nio2-jgit/src/test/java/org/uberfire/java/nio/fs/jgit/daemon/http/HTTPSupportDisableTest.java class HTTPSupportDisableTest (line 25) | public class HTTPSupportDisableTest extends AbstractTestInfra { method getGitPreferences (line 31) | public Map getGitPreferences() { method testRoot (line 37) | @Test method test (line 42) | @Test FILE: uberfire-nio2-backport/uberfire-nio2-impls/uberfire-nio2-jgit/src/test/java/org/uberfire/java/nio/fs/jgit/daemon/http/HTTPSupportTest.java class HTTPSupportTest (line 24) | public class HTTPSupportTest extends AbstractTestInfra { method getGitPreferences (line 26) | public Map getGitPreferences() { method testRoot (line 32) | @Test method testContext (line 38) | @Test method base (line 44) | public void base(final String contextPath) { FILE: uberfire-nio2-backport/uberfire-nio2-impls/uberfire-nio2-jgit/src/test/java/org/uberfire/java/nio/fs/jgit/daemon/ssh/GitSSHServiceTest.java class GitSSHServiceTest (line 39) | public class GitSSHServiceTest { method createTempDirectory (line 45) | protected static File createTempDirectory() method cleanup (line 62) | @AfterClass method testStartStop (line 74) | @Test method testStartStopAlgo2 (line 96) | @Test method testCheckTimeout (line 118) | @Test method testCheckAlgo (line 143) | @Test method testCheckSetupParameters (line 163) | @Test method testCheckCiphersAndMacs (line 280) | @Test method testCheckEmptyCiphers (line 318) | @Test method testCheckEmptyMacs (line 356) | @Test method testCheckEmptyCiphersAndMacs (line 394) | @Test method testCheckNullCiphersAndMacs (line 430) | @Test method testWithWrongCiphersAndMacs (line 466) | @Test method checkCiphersName (line 503) | private void checkCiphersName(List ciphersReaded){ method checkMacsName (line 509) | private void checkMacsName(List macsReaded){ FILE: uberfire-nio2-backport/uberfire-nio2-impls/uberfire-nio2-jgit/src/test/java/org/uberfire/java/nio/fs/jgit/manager/JGitFileSystemsCacheTest.java class JGitFileSystemsCacheTest (line 42) | @RunWith(MockitoJUnitRunner.class) method setup (line 48) | @Before method addAndGetTest (line 53) | @Test method addAndReplaceTest (line 85) | @Test method addMoreFSThanCacheSupports (line 120) | @Test method cacheIsOrderedByTheAccessOrder (line 180) | @Test method removeEldestEntryTest (line 204) | @Test method removeEldestEntryTestAllOpen (line 238) | @Test method fsInUseAreAlwaysOnTheCache (line 289) | @Test method setupCacheToTestOrder (line 338) | private void setupCacheToTestOrder(JGitFileSystemProviderConfiguration... method getSupplierSpy (line 349) | private Supplier getSupplierSpy(final JGitFileSystem f... method setupConfigMock (line 358) | private JGitFileSystemProviderConfiguration setupConfigMock() { FILE: uberfire-nio2-backport/uberfire-nio2-impls/uberfire-nio2-jgit/src/test/java/org/uberfire/java/nio/fs/jgit/manager/JGitFileSystemsManagerTest.java class JGitFileSystemsManagerTest (line 44) | @RunWith(MockitoJUnitRunner.class) method setup (line 52) | @Before method newFSTest (line 59) | @Test method parseFSTest (line 94) | @Test method removeFSTest (line 128) | @Test method updateFSCacheEntryTest (line 163) | @Test method checkParse (line 202) | private void checkParse(String fsKey, method createFSManager (line 215) | private JGitFileSystemsManager createFSManager() { FILE: uberfire-nio2-backport/uberfire-nio2-impls/uberfire-nio2-jgit/src/test/java/org/uberfire/java/nio/fs/jgit/manager/MemoizedFileSystemsSupplierTest.java class MemoizedFileSystemsSupplierTest (line 24) | public class MemoizedFileSystemsSupplierTest { method supplierTest (line 28) | @Test method getLazySupplier (line 46) | Supplier getLazySupplier() { method getSupplier (line 50) | Supplier getSupplier() { class DummyObject (line 54) | private class DummyObject { method DummyObject (line 56) | public DummyObject() { method test (line 61) | public void test() { FILE: uberfire-nio2-backport/uberfire-nio2-impls/uberfire-nio2-jgit/src/test/java/org/uberfire/java/nio/fs/jgit/util/ConcurrentJGitUtilTest.java class ConcurrentJGitUtilTest (line 38) | @RunWith(BMUnitRunner.class) method setup (line 42) | @BeforeClass method testRetryResolvePath (line 47) | @Test method testRetryResolveInputStream (line 102) | @Test method testRetryListPathContent (line 158) | @Test method testRetryCheckPath (line 214) | @Test method testRetryGetLastCommit (line 270) | @Test method testRetryGetCommits (line 321) | @Test FILE: uberfire-nio2-backport/uberfire-nio2-impls/uberfire-nio2-jgit/src/test/java/org/uberfire/java/nio/fs/jgit/util/commands/SyncRemoteTest.java class SyncRemoteTest (line 33) | public class SyncRemoteTest { method setup (line 37) | @Before method fillBranchesTest (line 42) | @Test method createBranch (line 63) | private Ref createBranch(String branchName) { FILE: uberfire-nio2-backport/uberfire-nio2-impls/uberfire-nio2-jgit/src/test/java/org/uberfire/java/nio/fs/jgit/util/extensions/JGitFSHooksTest.java class JGitFSHooksTest (line 37) | @RunWith(MockitoJUnitRunner.class) method executeFSHooksTest (line 46) | @Test method testExecuteFSHooks (line 58) | private void testExecuteFSHooks(FileSystemHookExecutionContext ctx, Fi... method executeFSHooksArrayTest (line 81) | @Test method testExecuteFSHooksArray (line 93) | private void testExecuteFSHooksArray(FileSystemHookExecutionContext ct... method verifyFSHook (line 116) | private void verifyFSHook(FileSystemHooks.FileSystemHook hook, FileSys... FILE: uberfire-nio2-backport/uberfire-nio2-impls/uberfire-nio2-jgit/src/test/java/org/uberfire/java/nio/fs/jgit/ws/JGitFileSystemsEventsManagerTest.java class JGitFileSystemsEventsManagerTest (line 40) | @RunWith(MockitoJUnitRunner.class) method setup (line 46) | @Before method clearProperty (line 62) | @AfterClass method doNotSetupClusterTest (line 68) | @Test method setupClusterTest (line 80) | @Test method createWatchService (line 85) | @Test method shouldNotPublishEventsForANotWatchedFS (line 101) | @Test method publishEventsShouldBeWatched (line 119) | @Test method publishEventsWithoutBroadcast (line 144) | @Test method watchServicesEvents (line 171) | @Test method closeTest (line 229) | @Test method testShutdown (line 244) | @Test method setupClusterParameters (line 259) | private void setupClusterParameters() { FILE: uberfire-nio2-backport/uberfire-nio2-impls/uberfire-nio2-k8s/src/main/java/org/uberfire/java/nio/fs/cloud/CloudClientConstants.java class CloudClientConstants (line 20) | public class CloudClientConstants { FILE: uberfire-nio2-backport/uberfire-nio2-impls/uberfire-nio2-k8s/src/main/java/org/uberfire/java/nio/fs/cloud/CloudClientFactory.java type CloudClientFactory (line 33) | public interface CloudClientFactory { method createOpenShiftClient (line 35) | default OpenShiftClient createOpenShiftClient() { method createKubernetesClient (line 39) | default KubernetesClient createKubernetesClient() { method setupConfig (line 43) | default Config setupConfig() { method executeCloudFunction (line 75) | @SuppressWarnings("unchecked") FILE: uberfire-nio2-backport/uberfire-nio2-impls/uberfire-nio2-k8s/src/main/java/org/uberfire/java/nio/fs/k8s/K8SBasicFileAttributeView.java class K8SBasicFileAttributeView (line 36) | public class K8SBasicFileAttributeView extends SimpleBasicFileAttributeV... method K8SBasicFileAttributeView (line 43) | public K8SBasicFileAttributeView(final Path path, final CloudClientFac... method readAttributes (line 48) | @SuppressWarnings("unchecked") method setAttribute (line 76) | @Override method viewTypes (line 81) | @SuppressWarnings("unchecked") FILE: uberfire-nio2-backport/uberfire-nio2-impls/uberfire-nio2-k8s/src/main/java/org/uberfire/java/nio/fs/k8s/K8SFileChannel.java class K8SFileChannel (line 31) | public class K8SFileChannel extends SeekableInMemoryByteChannel { method K8SFileChannel (line 38) | public K8SFileChannel(Path file, CloudClientFactory ccf) { method close (line 58) | @Override FILE: uberfire-nio2-backport/uberfire-nio2-impls/uberfire-nio2-k8s/src/main/java/org/uberfire/java/nio/fs/k8s/K8SFileStore.java class K8SFileStore (line 22) | public class K8SFileStore extends SimpleUnixFileStore { method K8SFileStore (line 24) | K8SFileStore(final Path path) { method getTotalSpace (line 28) | @Override method getUsableSpace (line 33) | @Override method getUnallocatedSpace (line 38) | @Override FILE: uberfire-nio2-backport/uberfire-nio2-impls/uberfire-nio2-k8s/src/main/java/org/uberfire/java/nio/fs/k8s/K8SFileSystem.java class K8SFileSystem (line 28) | public class K8SFileSystem extends SimpleUnixFileSystem implements Locka... method K8SFileSystem (line 32) | K8SFileSystem(final FileSystemProvider provider, final String path) { method newWatchService (line 37) | @Override method lock (line 42) | @Override method unlock (line 47) | @Override FILE: uberfire-nio2-backport/uberfire-nio2-impls/uberfire-nio2-k8s/src/main/java/org/uberfire/java/nio/fs/k8s/K8SFileSystemConstants.java class K8SFileSystemConstants (line 21) | public class K8SFileSystemConstants { FILE: uberfire-nio2-backport/uberfire-nio2-impls/uberfire-nio2-k8s/src/main/java/org/uberfire/java/nio/fs/k8s/K8SFileSystemObjectType.java type K8SFileSystemObjectType (line 19) | enum K8SFileSystemObjectType { method K8SFileSystemObjectType (line 28) | private K8SFileSystemObjectType(String desc) { method toString (line 32) | @Override FILE: uberfire-nio2-backport/uberfire-nio2-impls/uberfire-nio2-k8s/src/main/java/org/uberfire/java/nio/fs/k8s/K8SFileSystemProvider.java class K8SFileSystemProvider (line 68) | public class K8SFileSystemProvider extends SimpleFileSystemProvider impl... method K8SFileSystemProvider (line 70) | public K8SFileSystemProvider() { method getScheme (line 75) | @Override method newInputStream (line 80) | @Override method newOutputStream (line 90) | @Override method newFileChannel (line 100) | @Override method newByteChannel (line 109) | @Override method createDirectory (line 118) | @Override method getDirectoryContent (line 138) | @Override method initRoot (line 165) | private synchronized void initRoot() { method delete (line 171) | @Override method deleteIfExists (line 179) | @Override method isHidden (line 195) | @Override method checkAccess (line 202) | @Override method getFileStore (line 217) | @Override method readAttributes (line 223) | @Override method createFileAttributeView (line 240) | @Override method copy (line 253) | @Override method move (line 283) | @Override method checkFileNotExistThenThrow (line 311) | @Override method checkFileExistsThenThrow (line 321) | @Override method toAbsoluteRealPath (line 329) | protected Path toAbsoluteRealPath(final Path path) { FILE: uberfire-nio2-backport/uberfire-nio2-impls/uberfire-nio2-k8s/src/main/java/org/uberfire/java/nio/fs/k8s/K8SFileSystemUtils.java class K8SFileSystemUtils (line 58) | public class K8SFileSystemUtils { method createOrReplaceParentDirFSCM (line 63) | static Optional createOrReplaceParentDirFSCM(KubernetesClie... method createOrReplaceFSCM (line 88) | static ConfigMap createOrReplaceFSCM(KubernetesClient client, method deleteAndUpdateParentCM (line 146) | static boolean deleteAndUpdateParentCM(KubernetesClient client, Path p... method getFsObjCM (line 160) | static ConfigMap getFsObjCM(KubernetesClient client, Path path) { method getFsObjContentBytes (line 191) | static byte[] getFsObjContentBytes(ConfigMap cm) { method getFsObjNameElementLabel (line 204) | static Map getFsObjNameElementLabel(Path path) { method validateAndBuildPathLabel (line 211) | static void validateAndBuildPathLabel(Map labels, Path... method getFileNameString (line 232) | static String getFileNameString(Path path) { method getSize (line 236) | static long getSize(ConfigMap fileCM) { method getCreationTime (line 240) | static long getCreationTime(ConfigMap fileCM) { method getLastModifiedTime (line 244) | static long getLastModifiedTime(ConfigMap fileCM) { method getPathByFsObjCM (line 250) | static Path getPathByFsObjCM(K8SFileSystem fs, ConfigMap cm) { method extractPathElementIndex (line 273) | static Float extractPathElementIndex(String pathElement) { method extractPathElementStringWithHiddenIndicator (line 277) | static String extractPathElementStringWithHiddenIndicator(Map.Entry triageEvents(KubernetesClient client) { FILE: uberfire-nio2-backport/uberfire-nio2-impls/uberfire-nio2-k8s/src/main/java/org/uberfire/java/nio/fs/k8s/SeekableInMemoryByteChannel.java class SeekableInMemoryByteChannel (line 29) | public class SeekableInMemoryByteChannel implements SeekableByteChannel { method SeekableInMemoryByteChannel (line 38) | public SeekableInMemoryByteChannel(int capacity) { method SeekableInMemoryByteChannel (line 42) | public SeekableInMemoryByteChannel() { method isOpen (line 50) | @Override method close (line 55) | @Override method read (line 61) | @Override method write (line 83) | @Override method position (line 111) | @Override method position (line 118) | @Override method size (line 129) | @Override method truncate (line 136) | @Override method toString (line 156) | @Override method getContent (line 161) | public InputStream getContent() { method concat (line 171) | private byte[] concat(final byte[] input1, final byte[] input2, final ... method checkClosed (line 186) | private void checkClosed() { method convert (line 192) | private String convert(InputStream is) { FILE: uberfire-nio2-backport/uberfire-nio2-impls/uberfire-nio2-k8s/src/test/java/org/uberfire/java/nio/fs/cloud/CloudClientFactoryTest.java class CloudClientFactoryTest (line 27) | public class CloudClientFactoryTest { method testSetupConfig (line 29) | @Test(expected = IllegalStateException.class) method testExecuteCloudFunction (line 34) | @Test FILE: uberfire-nio2-backport/uberfire-nio2-impls/uberfire-nio2-k8s/src/test/java/org/uberfire/java/nio/fs/k8s/FileSystemProvidersTest.java class FileSystemProvidersTest (line 30) | public class FileSystemProvidersTest { method setup (line 32) | @BeforeClass method generalTests (line 38) | @Test method k8sFileSystemProivdeAsDefaultTests (line 48) | @Test FILE: uberfire-nio2-backport/uberfire-nio2-impls/uberfire-nio2-k8s/src/test/java/org/uberfire/java/nio/fs/k8s/K8SFileChannelTest.java class K8SFileChannelTest (line 42) | public class K8SFileChannelTest { method createKubernetesClient (line 52) | @Override method setup (line 58) | @BeforeClass method tearDown (line 64) | @AfterClass method testOpenChannelWithInitializationErrors (line 71) | @SuppressWarnings("resource") method testOpenAndCloseChannel (line 79) | @Test method testChannelMustBeClosedRegardlessError (line 89) | @Test FILE: uberfire-nio2-backport/uberfire-nio2-impls/uberfire-nio2-k8s/src/test/java/org/uberfire/java/nio/fs/k8s/K8SFileSystemInitTest.java class K8SFileSystemInitTest (line 58) | public class K8SFileSystemInitTest { method createKubernetesClient (line 68) | @Override method setup (line 77) | @BeforeClass method tearDown (line 86) | @AfterClass method testRoot (line 93) | @Test method testInitRoot (line 122) | @Test method testAmbiguousCM (line 181) | @Test(expected = IllegalStateException.class) method testInvalidFsObjCM (line 201) | @Test(expected = IllegalArgumentException.class) method testFileStore (line 210) | @Test method testFileStoreGetTotalSpace (line 218) | @Test(expected = UnsupportedOperationException.class) method testFileStoreGetUsableSpace (line 223) | @Test(expected = UnsupportedOperationException.class) method testFileStoreGetUnallocatedSpace (line 228) | @Test(expected = UnsupportedOperationException.class) method testNewFileChannel (line 233) | @Test(expected = UnsupportedOperationException.class) method testGetFileStore (line 239) | @Test method testCheckFileExistsThenThrow (line 246) | @Test(expected = FileAlreadyExistsException.class) method testCopyDirShouldFail (line 260) | @Test(expected = UnsupportedOperationException.class) method testReadAttributes (line 274) | @Test FILE: uberfire-nio2-backport/uberfire-nio2-impls/uberfire-nio2-k8s/src/test/java/org/uberfire/java/nio/fs/k8s/K8SFileSystemTest.java class K8SFileSystemTest (line 71) | public class K8SFileSystemTest { method createKubernetesClient (line 81) | @Override method newFileWithContent (line 87) | protected String newFileWithContent(final Path newFile, final String t... method setup (line 95) | @BeforeClass method tearDown (line 128) | @AfterClass method testSetup (line 135) | @Test method testGetCMByName (line 142) | @Test method testCreateOrReplaceFSCM (line 152) | @Test method testGetFsObjCM (line 202) | @Test method testGetFsObjContentBytes (line 221) | @Test method testGetFsObjNameElement (line 231) | @Test method testGetSize (line 241) | @Test method testGetCreationTime (line 248) | @Test method testGetPathByFsObjCM (line 255) | @Test method testIsFile (line 279) | @Test method testIsDir (line 289) | @Test method testFileMetadata (line 299) | @Test method testDelete (line 318) | @Test method testDeleteNotExistingFile (line 331) | @Test(expected = NoSuchFileException.class) method testDeleteIfExists (line 339) | @Test method testCopy (line 354) | @Test method testMove (line 370) | @Test method testCreateAndReadDir (line 387) | @Test method testCreateAndReadHiddenDir (line 403) | @Test method testCreateDuplicateDirectory (line 421) | @Test method testOverwriteFile (line 435) | @Test method testParentDirShouldBeUpdatedAfterDelete (line 474) | @Test method testFileNameValidation (line 498) | @Test method testCreateHiddenFile (line 518) | @Test method testCopyHiddenFile (line 530) | @Test method testMoveHiddenFile (line 547) | @Test method testReadNotExistingFile (line 574) | @Test method testIsHiddenNotExistingFile (line 583) | @Test method testIsHiddenManyNestedFolders (line 592) | @Test method testGetDirectoryContentManyNestedFolders (line 604) | @Test FILE: uberfire-nio2-backport/uberfire-nio2-impls/uberfire-nio2-k8s/src/test/java/org/uberfire/java/nio/fs/k8s/K8SWatchServiceTest.java class K8SWatchServiceTest (line 50) | public class K8SWatchServiceTest { method createKubernetesClient (line 60) | @Override method setup (line 67) | @BeforeClass method tearDown (line 88) | @AfterClass method testSetup (line 95) | @Test method testWatchServiceOpenAndClose (line 108) | @Test method testMapActionToKind (line 118) | @Test method testWatchKey (line 129) | @Test FILE: uberfire-nio2-backport/uberfire-nio2-impls/uberfire-nio2-k8s/src/test/java/org/uberfire/java/nio/fs/k8s/SeekableInMemoryByteChannelTestCase.java class SeekableInMemoryByteChannelTestCase (line 32) | public class SeekableInMemoryByteChannelTestCase { method init (line 47) | @Before method closeChannel (line 54) | @After method readAfterCloseThrowsException (line 61) | @Test(expected = org.uberfire.java.nio.IOException.class) method writeAfterCloseThrowsException (line 67) | @Test(expected = org.uberfire.java.nio.IOException.class) method isOpenTrue (line 73) | @Test method isOpenFalseAfterClose (line 78) | @Test method positionInit0 (line 84) | @Test method sizeInit0 (line 89) | @Test method readRequiresBuffer (line 94) | @Test(expected = IllegalArgumentException.class) method writeRequiresBuffer (line 99) | @Test(expected = IllegalArgumentException.class) method read (line 104) | @Test method getContent (line 117) | @Test method readDestinationBiggerThanChannel (line 125) | @Test method nothingToRead (line 137) | @Test method write (line 145) | @Test method writeWithPositionPastSize (line 159) | @Test method positionSetPastSize (line 172) | @Test method negativePositionProhibited (line 179) | @Test(expected = IllegalArgumentException.class) method exceedMaxIntegerPositionProhibited (line 184) | @Test(expected = IllegalArgumentException.class) method negativeTruncateProhibited (line 191) | @Test(expected = IllegalArgumentException.class) method exceedMaxIntegerTruncateProhibited (line 196) | @Test(expected = IllegalArgumentException.class) method size (line 203) | @Test method truncate (line 210) | @Test method truncateLargerThanSizeRepositions (line 221) | @Test method exceedMaxCapacityProhibited (line 235) | @Test(expected = IOException.class) method emptyContentAfterClose (line 241) | @Test method readFromNullDestination (line 249) | @Test(expected = IllegalArgumentException.class) method writeToNullSource (line 254) | @Test(expected = IllegalArgumentException.class) method invalidPosition (line 259) | @Test(expected = IllegalArgumentException.class) method invalidTruncate (line 264) | @Test(expected = IllegalArgumentException.class) method writeAfterClose (line 269) | @Test(expected = IOException.class) FILE: uberfire-nio2-backport/uberfire-nio2-impls/uberfire-nio2-k8s/src/test/java/org/uberfire/java/nio/fs/k8s/integrationtests/K8SFileSystemProviderIntegrationTest.java class K8SFileSystemProviderIntegrationTest (line 56) | public class K8SFileSystemProviderIntegrationTest { method setup (line 65) | @BeforeClass method cleanNamespace (line 82) | @After method tearDown (line 87) | @AfterClass method simpleRootFolderCreateDeleteTest (line 94) | @Test method simpleRootFileCreateDeleteTest (line 105) | @Test method testDeleteRoot (line 117) | @Test method testDeleteFolderWithFiles (line 133) | @Test method simpleRootFolderCreateDuplicateFolderTest (line 151) | @Test(expected = FileAlreadyExistsException.class) method simpleRootFileEditFileTest (line 160) | @Test method inputStreamFromNotExistingFileTest (line 173) | @Test(expected = NoSuchFileException.class) method testWatchCreateDirectory (line 181) | @Test method testWatchCreateFile (line 224) | @Test method testWatchEditFile (line 267) | @Test method testWatchDeleteFile (line 322) | @Test method testCancelWatchKey (line 377) | @Test method testResetWatchKey (line 397) | @Test method testResetCancelledWatchKey (line 419) | @Test method testPollWatchKeyWithTimeout (line 438) | @Test method testTakeWatchKey (line 454) | @Test(timeout = 30_000L) method testCloseAlreadyClosedWatchService (line 473) | @Test method createOrEditFile (line 483) | private void createOrEditFile(Path file, String fileContent) throws IO... method readFile (line 490) | private String readFile(Path file) throws IOException { method fetchWatchEvents (line 496) | private Callable fetchWatchEvents(WatchKey watchKey, List method AbstractBasicFileAttributeView (line 62) | public AbstractBasicFileAttributeView(final P path) { method name (line 67) | @Override method setTimes (line 72) | @Override method readAllAttributes (line 80) | @Override method readAttributes (line 85) | @Override method setAttribute (line 136) | @Override method isSerializable (line 147) | @Override FILE: uberfire-nio2-backport/uberfire-nio2-model/src/main/java/org/uberfire/java/nio/base/AbstractPath.java class AbstractPath (line 48) | public abstract class AbstractPath method AbstractPath (line 69) | protected AbstractPath(final FS fs, method AbstractPath (line 81) | protected AbstractPath(final FS fs, method newPath (line 127) | protected abstract Path newPath(FS fs, method newRoot (line 133) | protected abstract Path newRoot(FS fs, method setupRoot (line 138) | protected abstract RootInfo setupRoot(final FS fs, method getFileSystem (line 143) | @Override method isAbsolute (line 148) | @Override method getRoot (line 153) | @Override method substring (line 167) | private String substring(int index) { method substring (line 189) | private String substring(int beginIndex, method getFileName (line 208) | @Override method getParent (line 216) | @Override method getNameCount (line 232) | @Override method getName (line 237) | @Override method subpath (line 256) | @Override method toUri (line 281) | @Override method toURIString (line 292) | private String toURIString() { method encodePath (line 300) | private String encodePath(final String s) { method toAbsolutePath (line 304) | @Override method defaultDirectory (line 324) | protected abstract String defaultDirectory(); method toRealPath (line 326) | @Override method iterator (line 340) | @Override method startsWith (line 368) | @Override method startsWith (line 402) | @Override method endsWith (line 409) | @Override method endsWith (line 466) | @Override method normalize (line 473) | @Override method resolve (line 487) | @Override method resolve (line 512) | @Override method resolveSibling (line 523) | @Override method resolveSibling (line 536) | @Override method relativize (line 548) | @Override method emptyPath (line 614) | private Path emptyPath() { method compareTo (line 622) | @Override method register (line 629) | @Override method register (line 638) | @Override method toString (line 646) | @Override method toString (line 654) | public String toString(boolean addHost) { method getSeparator (line 665) | private char getSeparator() { method clearCache (line 672) | public void clearCache() { method equals (line 677) | @Override method hashCode (line 722) | @Override method getHost (line 740) | public String getHost() { method isRealPath (line 744) | public boolean isRealPath() { method getAttrStorage (line 748) | @Override method addAttrView (line 753) | @Override method getAttrView (line 758) | @Override method getAttrView (line 763) | @Override class RootInfo (line 768) | public static class RootInfo { method RootInfo (line 775) | public RootInfo(int startOffset, method getNamesIncludingRoot (line 786) | private List getNamesIncludingRoot() { method stripAllSeparators (line 794) | private static String stripAllSeparators(String path) { method equalRoots (line 799) | private boolean equalRoots(AbstractPath other) { method quoteSeparator (line 808) | private String quoteSeparator() { method endsWithSeparator (line 812) | private boolean endsWithSeparator() { FILE: uberfire-nio2-backport/uberfire-nio2-model/src/main/java/org/uberfire/java/nio/base/AttrHolder.java type AttrHolder (line 21) | public interface AttrHolder { method getAttrStorage (line 23) | AttrsStorage getAttrStorage(); method addAttrView (line 25) | void addAttrView(final V view); method getAttrView (line 27) | V getAttrView(final Class type); method getAttrView (line 29) | V getAttrView(final String name); FILE: uberfire-nio2-backport/uberfire-nio2-model/src/main/java/org/uberfire/java/nio/base/AttrsStorage.java type AttrsStorage (line 21) | public interface AttrsStorage extends AttrHolder { method toProperties (line 23) | Properties toProperties(); method getContent (line 25) | Map getContent(); method getAllContent (line 27) | Map getAllContent(); method loadContent (line 29) | void loadContent(final Properties properties); method clear (line 31) | void clear(); FILE: uberfire-nio2-backport/uberfire-nio2-model/src/main/java/org/uberfire/java/nio/base/AttrsStorageImpl.java class AttrsStorageImpl (line 27) | public class AttrsStorageImpl implements AttrsStorage { method getAttrStorage (line 33) | @Override method addAttrView (line 38) | @Override method getAttrView (line 54) | @Override method getAttrView (line 59) | @Override method clear (line 64) | @Override method toProperties (line 71) | @Override method loadContent (line 76) | @Override method getContent (line 85) | @Override method getAllContent (line 90) | @Override method buildProperties (line 95) | private synchronized Properties buildProperties(boolean includesNonSer... FILE: uberfire-nio2-backport/uberfire-nio2-model/src/main/java/org/uberfire/java/nio/base/BasicFileAttributesImpl.java class BasicFileAttributesImpl (line 22) | public class BasicFileAttributesImpl method BasicFileAttributesImpl (line 34) | public BasicFileAttributesImpl(final String fileKey, method BasicFileAttributesImpl (line 50) | public BasicFileAttributesImpl(final String fileKey, method lastModifiedTime (line 66) | @Override method lastAccessTime (line 71) | @Override method creationTime (line 76) | @Override method isRegularFile (line 81) | @Override method isDirectory (line 86) | @Override method isSymbolicLink (line 91) | @Override method isOther (line 96) | @Override method size (line 101) | @Override method fileKey (line 109) | @Override FILE: uberfire-nio2-backport/uberfire-nio2-model/src/main/java/org/uberfire/java/nio/base/BasicFileAttributesUtil.java class BasicFileAttributesUtil (line 32) | public class BasicFileAttributesUtil { method cleanup (line 34) | public static Map cleanup(final Map _a... FILE: uberfire-nio2-backport/uberfire-nio2-model/src/main/java/org/uberfire/java/nio/base/ExtendedAttributeView.java type ExtendedAttributeView (line 25) | public interface ExtendedAttributeView extends AttributeView { method readAttributes (line 27) | T readAttributes() throws IOException; method readAllAttributes (line 29) | Map readAllAttributes() throws IOException; method readAttributes (line 31) | Map readAttributes(final String... attributes); method setAttribute (line 33) | void setAttribute(final String attribute, method viewTypes (line 36) | Class[] viewTypes(); method isSerializable (line 38) | boolean isSerializable(); FILE: uberfire-nio2-backport/uberfire-nio2-model/src/main/java/org/uberfire/java/nio/base/FSPath.java type FSPath (line 21) | public interface FSPath extends Path { FILE: uberfire-nio2-backport/uberfire-nio2-model/src/main/java/org/uberfire/java/nio/base/FileDiff.java class FileDiff (line 28) | public class FileDiff { method FileDiff (line 40) | public FileDiff(final String nameA, method getLinesA (line 66) | public List getLinesA() { method getLinesB (line 70) | public List getLinesB() { method getChangeType (line 74) | public String getChangeType() { method getNameA (line 78) | public String getNameA() { method getNameB (line 82) | public String getNameB() { method getStartA (line 86) | public int getStartA() { method getEndA (line 90) | public int getEndA() { method getStartB (line 94) | public int getStartB() { method getEndB (line 98) | public int getEndB() { method toString (line 102) | @Override method hashCode (line 129) | @Override method equals (line 152) | @Override FILE: uberfire-nio2-backport/uberfire-nio2-model/src/main/java/org/uberfire/java/nio/base/FileSystemId.java type FileSystemId (line 19) | public interface FileSystemId { method id (line 21) | String id(); FILE: uberfire-nio2-backport/uberfire-nio2-model/src/main/java/org/uberfire/java/nio/base/FileSystemState.java type FileSystemState (line 19) | public enum FileSystemState { FILE: uberfire-nio2-backport/uberfire-nio2-model/src/main/java/org/uberfire/java/nio/base/FileSystemStateAware.java type FileSystemStateAware (line 19) | public interface FileSystemStateAware { method getState (line 21) | FileSystemState getState(); FILE: uberfire-nio2-backport/uberfire-nio2-model/src/main/java/org/uberfire/java/nio/base/FileTimeImpl.java class FileTimeImpl (line 25) | public class FileTimeImpl implements FileTime { method FileTimeImpl (line 29) | public FileTimeImpl() { method FileTimeImpl (line 32) | public FileTimeImpl(final long lastModified) { method to (line 36) | @Override method toMillis (line 44) | @Override method compareTo (line 49) | @Override FILE: uberfire-nio2-backport/uberfire-nio2-model/src/main/java/org/uberfire/java/nio/base/GeneralPathImpl.java class GeneralPathImpl (line 28) | public class GeneralPathImpl method GeneralPathImpl (line 32) | private GeneralPathImpl(final FileSystem fs, method GeneralPathImpl (line 38) | private GeneralPathImpl(final FileSystem fs, method newFromFile (line 51) | public static GeneralPathImpl newFromFile(final FileSystem fs, method create (line 62) | public static GeneralPathImpl create(final FileSystem fs, method createRoot (line 71) | public static GeneralPathImpl createRoot(final FileSystem fs, method create (line 81) | public static GeneralPathImpl create(final FileSystem fs, method setupRoot (line 97) | @Override method defaultDirectory (line 135) | @Override method hasWindowsDriver (line 149) | private boolean hasWindowsDriver(final String text) { method newRoot (line 155) | @Override method newPath (line 167) | @Override method toFile (line 180) | @Override method getSegmentId (line 191) | @Override FILE: uberfire-nio2-backport/uberfire-nio2-model/src/main/java/org/uberfire/java/nio/base/LazyAttrLoader.java type LazyAttrLoader (line 19) | public interface LazyAttrLoader { method get (line 21) | T get(); FILE: uberfire-nio2-backport/uberfire-nio2-model/src/main/java/org/uberfire/java/nio/base/NeedsPreloadedAttrs.java type NeedsPreloadedAttrs (line 19) | public interface NeedsPreloadedAttrs { FILE: uberfire-nio2-backport/uberfire-nio2-model/src/main/java/org/uberfire/java/nio/base/NotImplementedException.java class NotImplementedException (line 19) | public class NotImplementedException extends RuntimeException { method NotImplementedException (line 21) | public NotImplementedException() { FILE: uberfire-nio2-backport/uberfire-nio2-model/src/main/java/org/uberfire/java/nio/base/Properties.java class Properties (line 32) | public class Properties extends HashMap { method Properties (line 34) | public Properties() { method Properties (line 37) | public Properties(final Map original) { method put (line 46) | public Object put(final String key, method store (line 55) | public void store(final OutputStream out) { method store (line 60) | public void store(final OutputStream out, method load (line 73) | public void load(final InputStream in) { method load (line 78) | public void load(final InputStream in, FILE: uberfire-nio2-backport/uberfire-nio2-model/src/main/java/org/uberfire/java/nio/base/SeekableByteChannelFileBasedImpl.java class SeekableByteChannelFileBasedImpl (line 30) | public class SeekableByteChannelFileBasedImpl method SeekableByteChannelFileBasedImpl (line 35) | public SeekableByteChannelFileBasedImpl(final FileChannel channel) { method position (line 40) | @Override method position (line 49) | @Override method size (line 59) | @Override method truncate (line 68) | @Override method read (line 78) | @Override method write (line 87) | @Override method isOpen (line 96) | @Override method close (line 101) | @Override FILE: uberfire-nio2-backport/uberfire-nio2-model/src/main/java/org/uberfire/java/nio/base/SeekableByteChannelWrapperImpl.java class SeekableByteChannelWrapperImpl (line 29) | public class SeekableByteChannelWrapperImpl method SeekableByteChannelWrapperImpl (line 34) | public SeekableByteChannelWrapperImpl(final SeekableByteChannel channe... method position (line 39) | @Override method position (line 44) | @Override method size (line 49) | @Override method truncate (line 54) | @Override method read (line 59) | @Override method write (line 64) | @Override method isOpen (line 69) | @Override method close (line 74) | @Override FILE: uberfire-nio2-backport/uberfire-nio2-model/src/main/java/org/uberfire/java/nio/base/SegmentedPath.java type SegmentedPath (line 19) | public interface SegmentedPath { method getSegmentId (line 21) | String getSegmentId(); FILE: uberfire-nio2-backport/uberfire-nio2-model/src/main/java/org/uberfire/java/nio/base/TextualDiff.java class TextualDiff (line 21) | public class TextualDiff { method TextualDiff (line 30) | public TextualDiff(final String oldFilePath, method getOldFilePath (line 50) | public String getOldFilePath() { method getNewFilePath (line 54) | public String getNewFilePath() { method getChangeType (line 58) | public String getChangeType() { method getLinesAdded (line 62) | public int getLinesAdded() { method getLinesDeleted (line 66) | public int getLinesDeleted() { method getDiffText (line 70) | public String getDiffText() { FILE: uberfire-nio2-backport/uberfire-nio2-model/src/main/java/org/uberfire/java/nio/base/WatchContext.java type WatchContext (line 21) | public interface WatchContext { method getPath (line 23) | Path getPath(); method getOldPath (line 25) | Path getOldPath(); method getSessionId (line 27) | String getSessionId(); method getMessage (line 29) | String getMessage(); method getUser (line 31) | String getUser(); FILE: uberfire-nio2-backport/uberfire-nio2-model/src/main/java/org/uberfire/java/nio/base/attributes/HiddenAttributeView.java class HiddenAttributeView (line 33) | public abstract class HiddenAttributeView

method HiddenAttributeView (line 38) | public HiddenAttributeView(final P path) { method name (line 42) | @Override method readAttributes (line 47) | public abstract HiddenAttributes readAttributes() throws IOException; method readAttributes (line 49) | @Override FILE: uberfire-nio2-backport/uberfire-nio2-model/src/main/java/org/uberfire/java/nio/base/attributes/HiddenAttributes.java type HiddenAttributes (line 27) | public interface HiddenAttributes extends BasicFileAttributes { method isHidden (line 29) | boolean isHidden(); FILE: uberfire-nio2-backport/uberfire-nio2-model/src/main/java/org/uberfire/java/nio/base/attributes/HiddenAttributesImpl.java class HiddenAttributesImpl (line 27) | public class HiddenAttributesImpl implements HiddenAttributes { method HiddenAttributesImpl (line 32) | public HiddenAttributesImpl(final BasicFileAttributes attributes, method isHidden (line 38) | @Override method lastModifiedTime (line 43) | @Override method lastAccessTime (line 48) | @Override method creationTime (line 53) | @Override method isRegularFile (line 58) | @Override method isDirectory (line 63) | @Override method isSymbolicLink (line 68) | @Override method isOther (line 73) | @Override method size (line 78) | @Override method fileKey (line 83) | @Override FILE: uberfire-nio2-backport/uberfire-nio2-model/src/main/java/org/uberfire/java/nio/base/dotfiles/DotFileOption.java class DotFileOption (line 23) | public class DotFileOption implements Option, method equals (line 27) | @Override method hashCode (line 39) | @Override FILE: uberfire-nio2-backport/uberfire-nio2-model/src/main/java/org/uberfire/java/nio/base/dotfiles/DotFileUtils.java class DotFileUtils (line 33) | public final class DotFileUtils { method DotFileUtils (line 35) | private DotFileUtils() { method buildDotFile (line 39) | public static boolean buildDotFile(final Path path, method dot (line 78) | public static Path dot(final Path path) { method undot (line 85) | public static Path undot(final Path path) { method consolidate (line 92) | public static FileAttribute[] consolidate(final Map... method quietlyCloseStream (line 124) | private static void quietlyCloseStream(OutputStream out) { FILE: uberfire-nio2-backport/uberfire-nio2-model/src/main/java/org/uberfire/java/nio/base/options/CherryPickCopyOption.java class CherryPickCopyOption (line 21) | public class CherryPickCopyOption method CherryPickCopyOption (line 26) | public CherryPickCopyOption(final String... commits) { method getCommits (line 30) | public String[] getCommits() { FILE: uberfire-nio2-backport/uberfire-nio2-model/src/main/java/org/uberfire/java/nio/base/options/CommentedOption.java class CommentedOption (line 27) | public class CommentedOption method CommentedOption (line 40) | public CommentedOption(final String name) { method CommentedOption (line 49) | public CommentedOption(final String name, method CommentedOption (line 59) | public CommentedOption(final String name, method CommentedOption (line 70) | public CommentedOption(final String sessionId, method CommentedOption (line 82) | public CommentedOption(final String name, method CommentedOption (line 94) | public CommentedOption(final String sessionId, method CommentedOption (line 107) | public CommentedOption(final String name, method CommentedOption (line 120) | public CommentedOption(final String sessionId, method getName (line 134) | public String getName() { method getEmail (line 138) | public String getEmail() { method getMessage (line 142) | public String getMessage() { method getSessionId (line 146) | public String getSessionId() { method getWhen (line 150) | public Date getWhen() { method getTimeZone (line 154) | public TimeZone getTimeZone() { FILE: uberfire-nio2-backport/uberfire-nio2-model/src/main/java/org/uberfire/java/nio/base/options/MergeCopyOption.java class MergeCopyOption (line 26) | public class MergeCopyOption implements CopyOption { FILE: uberfire-nio2-backport/uberfire-nio2-model/src/main/java/org/uberfire/java/nio/base/options/SquashOption.java class SquashOption (line 21) | public class SquashOption extends CommentedOption { method SquashOption (line 26) | public SquashOption(VersionRecord record) { method getRecord (line 36) | public VersionRecord getRecord() { method setRecord (line 40) | public void setRecord(final VersionRecord versionRecord) { FILE: uberfire-nio2-backport/uberfire-nio2-model/src/main/java/org/uberfire/java/nio/base/version/VersionAttributeView.java class VersionAttributeView (line 31) | public abstract class VersionAttributeView

method VersionAttributeView (line 36) | public VersionAttributeView(final P path) { method name (line 40) | @Override method readAttributes (line 45) | public abstract VersionAttributes readAttributes() throws IOException; method readAttributes (line 47) | @Override FILE: uberfire-nio2-backport/uberfire-nio2-model/src/main/java/org/uberfire/java/nio/base/version/VersionAttributes.java type VersionAttributes (line 24) | public interface VersionAttributes extends BasicFileAttributes { method history (line 26) | VersionHistory history(); FILE: uberfire-nio2-backport/uberfire-nio2-model/src/main/java/org/uberfire/java/nio/base/version/VersionHistory.java type VersionHistory (line 24) | public interface VersionHistory { method records (line 26) | List records(); FILE: uberfire-nio2-backport/uberfire-nio2-model/src/main/java/org/uberfire/java/nio/base/version/VersionRecord.java type VersionRecord (line 24) | public interface VersionRecord { method id (line 26) | String id(); method author (line 28) | String author(); method email (line 30) | String email(); method comment (line 32) | String comment(); method date (line 34) | Date date(); method uri (line 36) | String uri(); FILE: uberfire-nio2-backport/uberfire-nio2-model/src/main/java/org/uberfire/java/nio/channels/AsynchronousChannel.java type AsynchronousChannel (line 19) | public interface AsynchronousChannel { FILE: uberfire-nio2-backport/uberfire-nio2-model/src/main/java/org/uberfire/java/nio/channels/AsynchronousFileChannel.java type AsynchronousFileChannel (line 19) | public interface AsynchronousFileChannel extends AsynchronousChannel { FILE: uberfire-nio2-backport/uberfire-nio2-model/src/main/java/org/uberfire/java/nio/channels/CompletionHandler.java type CompletionHandler (line 19) | public interface CompletionHandler { method completed (line 21) | void completed(V result, method failed (line 24) | void failed(Throwable exc, FILE: uberfire-nio2-backport/uberfire-nio2-model/src/main/java/org/uberfire/java/nio/channels/SeekableByteChannel.java type SeekableByteChannel (line 23) | public interface SeekableByteChannel extends ByteChannel { method position (line 25) | long position() throws IOException; method position (line 27) | SeekableByteChannel position(long newPosition) throws IOException; method size (line 29) | long size() throws IOException; method truncate (line 31) | SeekableByteChannel truncate(long size) throws IOException; FILE: uberfire-nio2-backport/uberfire-nio2-model/src/main/java/org/uberfire/java/nio/file/AccessDeniedException.java class AccessDeniedException (line 19) | public class AccessDeniedException extends FileSystemException { method AccessDeniedException (line 21) | public AccessDeniedException() { method AccessDeniedException (line 25) | public AccessDeniedException(String file) { method AccessDeniedException (line 29) | public AccessDeniedException(String file, FILE: uberfire-nio2-backport/uberfire-nio2-model/src/main/java/org/uberfire/java/nio/file/AccessMode.java type AccessMode (line 19) | public enum AccessMode { FILE: uberfire-nio2-backport/uberfire-nio2-model/src/main/java/org/uberfire/java/nio/file/AmbiguousFileSystemNameException.java class AmbiguousFileSystemNameException (line 19) | public class AmbiguousFileSystemNameException extends RuntimeException { method AmbiguousFileSystemNameException (line 21) | public AmbiguousFileSystemNameException() { method AmbiguousFileSystemNameException (line 24) | public AmbiguousFileSystemNameException(String msg) { FILE: uberfire-nio2-backport/uberfire-nio2-model/src/main/java/org/uberfire/java/nio/file/AtomicMoveNotSupportedException.java class AtomicMoveNotSupportedException (line 19) | public class AtomicMoveNotSupportedException extends FileSystemException { method AtomicMoveNotSupportedException (line 21) | public AtomicMoveNotSupportedException() { method AtomicMoveNotSupportedException (line 25) | public AtomicMoveNotSupportedException(String source, FILE: uberfire-nio2-backport/uberfire-nio2-model/src/main/java/org/uberfire/java/nio/file/ClosedWatchServiceException.java class ClosedWatchServiceException (line 19) | public class ClosedWatchServiceException extends IllegalStateException { method ClosedWatchServiceException (line 21) | public ClosedWatchServiceException() { method ClosedWatchServiceException (line 24) | public ClosedWatchServiceException(String message) { FILE: uberfire-nio2-backport/uberfire-nio2-model/src/main/java/org/uberfire/java/nio/file/CopyOption.java type CopyOption (line 19) | public interface CopyOption extends Option { FILE: uberfire-nio2-backport/uberfire-nio2-model/src/main/java/org/uberfire/java/nio/file/DeleteOption.java type DeleteOption (line 19) | public interface DeleteOption extends Option { FILE: uberfire-nio2-backport/uberfire-nio2-model/src/main/java/org/uberfire/java/nio/file/DirectoryNotEmptyException.java class DirectoryNotEmptyException (line 19) | public class DirectoryNotEmptyException extends FileSystemException { method DirectoryNotEmptyException (line 21) | public DirectoryNotEmptyException() { method DirectoryNotEmptyException (line 25) | public DirectoryNotEmptyException(String dir) { FILE: uberfire-nio2-backport/uberfire-nio2-model/src/main/java/org/uberfire/java/nio/file/DirectoryStream.java type DirectoryStream (line 22) | public interface DirectoryStream extends Closeable, type Filter (line 25) | public static interface Filter { method accept (line 27) | boolean accept(T entry) throws IOException; FILE: uberfire-nio2-backport/uberfire-nio2-model/src/main/java/org/uberfire/java/nio/file/FileAlreadyExistsException.java class FileAlreadyExistsException (line 19) | public class FileAlreadyExistsException extends FileSystemException { method FileAlreadyExistsException (line 21) | public FileAlreadyExistsException() { method FileAlreadyExistsException (line 25) | public FileAlreadyExistsException(String file) { method FileAlreadyExistsException (line 29) | public FileAlreadyExistsException(String file, FILE: uberfire-nio2-backport/uberfire-nio2-model/src/main/java/org/uberfire/java/nio/file/FileStore.java type FileStore (line 23) | public interface FileStore { method name (line 25) | String name(); method type (line 27) | String type(); method isReadOnly (line 29) | boolean isReadOnly(); method getTotalSpace (line 31) | long getTotalSpace() throws IOException; method getUsableSpace (line 33) | long getUsableSpace() throws IOException; method getUnallocatedSpace (line 35) | long getUnallocatedSpace() throws IOException; method supportsFileAttributeView (line 37) | boolean supportsFileAttributeView(Class t... method supportsFileAttributeView (line 39) | boolean supportsFileAttributeView(String name); method getFileStoreAttributeView (line 41) | V getFileStoreAttributeView(Class getRootDirectories(); method getFileStores (line 40) | Iterable getFileStores(); method supportedFileAttributeViews (line 42) | Set supportedFileAttributeViews(); method getPath (line 44) | Path getPath(String first, method getPathMatcher (line 47) | PathMatcher getPathMatcher(String syntaxAndPattern) throws IllegalArgu... method getUserPrincipalLookupService (line 49) | UserPrincipalLookupService getUserPrincipalLookupService() throws Unsu... method newWatchService (line 51) | WatchService newWatchService() throws UnsupportedOperationException, I... method getName (line 53) | String getName(); FILE: uberfire-nio2-backport/uberfire-nio2-model/src/main/java/org/uberfire/java/nio/file/FileSystemAlreadyExistsException.java class FileSystemAlreadyExistsException (line 19) | public class FileSystemAlreadyExistsException extends RuntimeException { method FileSystemAlreadyExistsException (line 21) | public FileSystemAlreadyExistsException() { method FileSystemAlreadyExistsException (line 24) | public FileSystemAlreadyExistsException(String msg) { FILE: uberfire-nio2-backport/uberfire-nio2-model/src/main/java/org/uberfire/java/nio/file/FileSystemException.java class FileSystemException (line 21) | public class FileSystemException extends IOException { method FileSystemException (line 27) | public FileSystemException() { method FileSystemException (line 30) | public FileSystemException(String file) { method FileSystemException (line 34) | public FileSystemException(String file, method getFile (line 42) | public String getFile() { method getOtherFile (line 46) | public String getOtherFile() { method getReason (line 50) | public String getReason() { FILE: uberfire-nio2-backport/uberfire-nio2-model/src/main/java/org/uberfire/java/nio/file/FileSystemMetadata.java class FileSystemMetadata (line 24) | public class FileSystemMetadata { method FileSystemMetadata (line 31) | public FileSystemMetadata(FileSystem fs) { method isAFileSystemID (line 47) | public boolean isAFileSystemID() { method getId (line 51) | public String getId() { method getScheme (line 55) | public String getScheme() { method getUri (line 59) | public String getUri() { method equals (line 63) | @Override method hashCode (line 86) | @Override method closeFS (line 95) | public void closeFS() throws IOException { FILE: uberfire-nio2-backport/uberfire-nio2-model/src/main/java/org/uberfire/java/nio/file/FileSystemNotFoundException.java class FileSystemNotFoundException (line 19) | public class FileSystemNotFoundException extends RuntimeException { method FileSystemNotFoundException (line 21) | public FileSystemNotFoundException() { method FileSystemNotFoundException (line 24) | public FileSystemNotFoundException(final String msg) { FILE: uberfire-nio2-backport/uberfire-nio2-model/src/main/java/org/uberfire/java/nio/file/FileVisitOption.java type FileVisitOption (line 19) | public enum FileVisitOption { FILE: uberfire-nio2-backport/uberfire-nio2-model/src/main/java/org/uberfire/java/nio/file/FileVisitResult.java type FileVisitResult (line 19) | public enum FileVisitResult { FILE: uberfire-nio2-backport/uberfire-nio2-model/src/main/java/org/uberfire/java/nio/file/FileVisitor.java type FileVisitor (line 22) | public interface FileVisitor { method preVisitDirectory (line 24) | FileVisitResult preVisitDirectory(T dir, method visitFile (line 27) | FileVisitResult visitFile(T file, method visitFileFailed (line 30) | FileVisitResult visitFileFailed(T file, method postVisitDirectory (line 33) | FileVisitResult postVisitDirectory(T dir, FILE: uberfire-nio2-backport/uberfire-nio2-model/src/main/java/org/uberfire/java/nio/file/InterruptedException.java class InterruptedException (line 19) | public class InterruptedException extends RuntimeException { FILE: uberfire-nio2-backport/uberfire-nio2-model/src/main/java/org/uberfire/java/nio/file/InvalidPathException.java class InvalidPathException (line 19) | public class InvalidPathException extends IllegalArgumentException { method InvalidPathException (line 25) | public InvalidPathException() { method InvalidPathException (line 28) | public InvalidPathException(String input, method InvalidPathException (line 36) | public InvalidPathException(String input, method getInput (line 42) | public String getInput() { method getReason (line 46) | public String getReason() { method getIndex (line 50) | public int getIndex() { FILE: uberfire-nio2-backport/uberfire-nio2-model/src/main/java/org/uberfire/java/nio/file/LinkOption.java type LinkOption (line 19) | public enum LinkOption implements OpenOption, FILE: uberfire-nio2-backport/uberfire-nio2-model/src/main/java/org/uberfire/java/nio/file/LockableFileSystem.java type LockableFileSystem (line 19) | public interface LockableFileSystem { method lock (line 21) | void lock(); method unlock (line 23) | void unlock(); FILE: uberfire-nio2-backport/uberfire-nio2-model/src/main/java/org/uberfire/java/nio/file/NoSuchFileException.java class NoSuchFileException (line 19) | public class NoSuchFileException extends FileSystemException { method NoSuchFileException (line 21) | public NoSuchFileException() { method NoSuchFileException (line 25) | public NoSuchFileException(String file) { method NoSuchFileException (line 29) | public NoSuchFileException(String file, FILE: uberfire-nio2-backport/uberfire-nio2-model/src/main/java/org/uberfire/java/nio/file/NotDirectoryException.java class NotDirectoryException (line 19) | public class NotDirectoryException extends FileSystemException { method NotDirectoryException (line 21) | public NotDirectoryException() { method NotDirectoryException (line 25) | public NotDirectoryException(String file) { FILE: uberfire-nio2-backport/uberfire-nio2-model/src/main/java/org/uberfire/java/nio/file/NotLinkException.java class NotLinkException (line 19) | public class NotLinkException extends FileSystemException { method NotLinkException (line 21) | public NotLinkException() { method NotLinkException (line 25) | public NotLinkException(String file) { method NotLinkException (line 29) | public NotLinkException(String file, FILE: uberfire-nio2-backport/uberfire-nio2-model/src/main/java/org/uberfire/java/nio/file/OpenOption.java type OpenOption (line 19) | public interface OpenOption extends Option { FILE: uberfire-nio2-backport/uberfire-nio2-model/src/main/java/org/uberfire/java/nio/file/Option.java type Option (line 19) | public interface Option { FILE: uberfire-nio2-backport/uberfire-nio2-model/src/main/java/org/uberfire/java/nio/file/Path.java type Path (line 24) | public interface Path extends Comparable, method getFileSystem (line 28) | FileSystem getFileSystem(); method isAbsolute (line 30) | boolean isAbsolute(); method getRoot (line 32) | Path getRoot(); method getFileName (line 34) | Path getFileName(); method getParent (line 36) | Path getParent(); method getNameCount (line 38) | int getNameCount(); method getName (line 40) | Path getName(int index) throws IllegalArgumentException; method subpath (line 42) | Path subpath(int beginIndex, method startsWith (line 45) | boolean startsWith(Path other); method startsWith (line 47) | boolean startsWith(String other) throws InvalidPathException; method endsWith (line 49) | boolean endsWith(Path other); method endsWith (line 51) | boolean endsWith(String other) throws InvalidPathException; method normalize (line 53) | Path normalize(); method resolve (line 57) | Path resolve(Path other); method resolve (line 59) | Path resolve(String other) throws InvalidPathException; method resolveSibling (line 61) | Path resolveSibling(Path other); method resolveSibling (line 63) | Path resolveSibling(String other) throws InvalidPathException; method relativize (line 65) | Path relativize(Path other) throws IllegalArgumentException; method toUri (line 67) | URI toUri() throws IOException, SecurityException; method toAbsolutePath (line 69) | Path toAbsolutePath() throws IOException, SecurityException; method toRealPath (line 71) | Path toRealPath(LinkOption... options) throws IOException, SecurityExc... method toFile (line 73) | File toFile() throws UnsupportedOperationException; FILE: uberfire-nio2-backport/uberfire-nio2-model/src/main/java/org/uberfire/java/nio/file/PathMatcher.java type PathMatcher (line 19) | public interface PathMatcher { method matches (line 21) | boolean matches(Path path); FILE: uberfire-nio2-backport/uberfire-nio2-model/src/main/java/org/uberfire/java/nio/file/PatternSyntaxException.java class PatternSyntaxException (line 19) | public class PatternSyntaxException extends RuntimeException { FILE: uberfire-nio2-backport/uberfire-nio2-model/src/main/java/org/uberfire/java/nio/file/ProviderNotFoundException.java class ProviderNotFoundException (line 19) | public class ProviderNotFoundException extends RuntimeException { method ProviderNotFoundException (line 21) | public ProviderNotFoundException() { method ProviderNotFoundException (line 24) | public ProviderNotFoundException(String msg) { FILE: uberfire-nio2-backport/uberfire-nio2-model/src/main/java/org/uberfire/java/nio/file/StandardCopyOption.java type StandardCopyOption (line 19) | public enum StandardCopyOption implements CopyOption { FILE: uberfire-nio2-backport/uberfire-nio2-model/src/main/java/org/uberfire/java/nio/file/StandardDeleteOption.java type StandardDeleteOption (line 19) | public enum StandardDeleteOption implements DeleteOption { FILE: uberfire-nio2-backport/uberfire-nio2-model/src/main/java/org/uberfire/java/nio/file/StandardOpenOption.java type StandardOpenOption (line 19) | public enum StandardOpenOption implements OpenOption { FILE: uberfire-nio2-backport/uberfire-nio2-model/src/main/java/org/uberfire/java/nio/file/StandardWatchEventKind.java class StandardWatchEventKind (line 21) | public final class StandardWatchEventKind { method StandardWatchEventKind (line 32) | private StandardWatchEventKind() { class StdWatchEventKind (line 35) | private static class StdWatchEventKind implements WatchEvent.Kind { method StdWatchEventKind (line 40) | StdWatchEventKind(String name, method name (line 46) | @Override method type (line 51) | @Override method toString (line 56) | @Override FILE: uberfire-nio2-backport/uberfire-nio2-model/src/main/java/org/uberfire/java/nio/file/WatchEvent.java type WatchEvent (line 21) | public interface WatchEvent extends Serializable { method kind (line 23) | Kind kind(); method count (line 25) | int count(); method context (line 27) | T context(); type Kind (line 29) | public static interface Kind { method name (line 31) | String name(); method type (line 33) | Class type(); type Modifier (line 36) | public static interface Modifier { method name (line 38) | String name(); FILE: uberfire-nio2-backport/uberfire-nio2-model/src/main/java/org/uberfire/java/nio/file/WatchKey.java type WatchKey (line 22) | public interface WatchKey extends Serializable { method isValid (line 24) | boolean isValid(); method pollEvents (line 26) | List> pollEvents(); method reset (line 28) | boolean reset(); method cancel (line 30) | void cancel(); method watchable (line 32) | Watchable watchable(); FILE: uberfire-nio2-backport/uberfire-nio2-model/src/main/java/org/uberfire/java/nio/file/WatchService.java type WatchService (line 23) | public interface WatchService extends Closeable { method poll (line 25) | WatchKey poll() throws ClosedWatchServiceException; method poll (line 27) | WatchKey poll(long timeout, method take (line 30) | WatchKey take() throws ClosedWatchServiceException, InterruptedException; method isClose (line 32) | boolean isClose(); FILE: uberfire-nio2-backport/uberfire-nio2-model/src/main/java/org/uberfire/java/nio/file/Watchable.java type Watchable (line 21) | public interface Watchable { method register (line 23) | WatchKey register(final WatchService watcher, method register (line 29) | WatchKey register(final WatchService watcher, FILE: uberfire-nio2-backport/uberfire-nio2-model/src/main/java/org/uberfire/java/nio/file/attribute/AttributeView.java type AttributeView (line 19) | public interface AttributeView { method name (line 21) | String name(); FILE: uberfire-nio2-backport/uberfire-nio2-model/src/main/java/org/uberfire/java/nio/file/attribute/BasicFileAttributeView.java type BasicFileAttributeView (line 21) | public interface BasicFileAttributeView extends FileAttributeView { method readAttributes (line 23) | T readAttributes() throws IOException; method setTimes (line 25) | void setTimes(final FileTime lastModifiedTime, FILE: uberfire-nio2-backport/uberfire-nio2-model/src/main/java/org/uberfire/java/nio/file/attribute/BasicFileAttributes.java type BasicFileAttributes (line 19) | public interface BasicFileAttributes { method lastModifiedTime (line 21) | FileTime lastModifiedTime(); method lastAccessTime (line 23) | FileTime lastAccessTime(); method creationTime (line 25) | FileTime creationTime(); method isRegularFile (line 27) | boolean isRegularFile(); method isDirectory (line 29) | boolean isDirectory(); method isSymbolicLink (line 31) | boolean isSymbolicLink(); method isOther (line 33) | boolean isOther(); method size (line 35) | long size(); method fileKey (line 37) | Object fileKey(); FILE: uberfire-nio2-backport/uberfire-nio2-model/src/main/java/org/uberfire/java/nio/file/attribute/FileAttribute.java type FileAttribute (line 19) | public interface FileAttribute { method name (line 21) | String name(); method value (line 23) | T value(); FILE: uberfire-nio2-backport/uberfire-nio2-model/src/main/java/org/uberfire/java/nio/file/attribute/FileAttributeView.java type FileAttributeView (line 19) | public interface FileAttributeView extends AttributeView { FILE: uberfire-nio2-backport/uberfire-nio2-model/src/main/java/org/uberfire/java/nio/file/attribute/FileStoreAttributeView.java type FileStoreAttributeView (line 19) | public interface FileStoreAttributeView extends AttributeView { FILE: uberfire-nio2-backport/uberfire-nio2-model/src/main/java/org/uberfire/java/nio/file/attribute/FileTime.java type FileTime (line 21) | public interface FileTime extends Comparable { method to (line 23) | long to(TimeUnit unit); method toMillis (line 25) | long toMillis(); FILE: uberfire-nio2-backport/uberfire-nio2-model/src/main/java/org/uberfire/java/nio/file/attribute/PosixFilePermission.java type PosixFilePermission (line 19) | public enum PosixFilePermission { FILE: uberfire-nio2-backport/uberfire-nio2-model/src/main/java/org/uberfire/java/nio/file/attribute/UserPrincipal.java type UserPrincipal (line 21) | public interface UserPrincipal extends Principal { FILE: uberfire-nio2-backport/uberfire-nio2-model/src/main/java/org/uberfire/java/nio/file/attribute/UserPrincipalLookupService.java type UserPrincipalLookupService (line 19) | public interface UserPrincipalLookupService { FILE: uberfire-nio2-backport/uberfire-nio2-model/src/main/java/org/uberfire/java/nio/file/spi/FileSystemProvider.java type FileSystemProvider (line 56) | public interface FileSystemProvider { method forceAsDefault (line 58) | void forceAsDefault(); method isDefault (line 60) | boolean isDefault(); method getScheme (line 62) | String getScheme(); method newFileSystem (line 64) | FileSystem newFileSystem(URI uri, method getFileSystem (line 68) | FileSystem getFileSystem(URI uri) method getPath (line 71) | Path getPath(URI uri) method newFileSystem (line 74) | FileSystem newFileSystem(Path path, method newInputStream (line 78) | InputStream newInputStream(final Path path, method newOutputStream (line 82) | OutputStream newOutputStream(Path path, method newFileChannel (line 86) | FileChannel newFileChannel(Path path, method newAsynchronousFileChannel (line 91) | AsynchronousFileChannel newAsynchronousFileChannel(Path path, method newByteChannel (line 97) | SeekableByteChannel newByteChannel(Path path, method newDirectoryStream (line 102) | DirectoryStream newDirectoryStream(Path dir, method createDirectory (line 106) | void createDirectory(Path dir, method createSymbolicLink (line 110) | void createSymbolicLink(Path link, method createLink (line 115) | void createLink(Path link, method delete (line 119) | void delete(Path path, method deleteIfExists (line 123) | boolean deleteIfExists(Path path, method readSymbolicLink (line 127) | Path readSymbolicLink(Path link) method copy (line 130) | void copy(Path source, method move (line 136) | void move(Path source, method isSameFile (line 141) | boolean isSameFile(Path path, method isHidden (line 145) | boolean isHidden(Path path) method getFileStore (line 148) | FileStore getFileStore(Path path) method checkAccess (line 151) | void checkAccess(Path path, method getFileAttributeView (line 155) | V getFileAttributeView(Path path, method readAttributes (line 160) | A readAttributes(Path path, method readAttributes (line 165) | Map readAttributes(Path path, method setAttribute (line 170) | void setAttribute(Path path, FILE: uberfire-nio2-backport/uberfire-nio2-model/src/main/java/org/uberfire/java/nio/security/FileSystemAuthorizer.java type FileSystemAuthorizer (line 25) | public interface FileSystemAuthorizer { method authorize (line 33) | boolean authorize(final FileSystem fs, FILE: uberfire-nio2-backport/uberfire-nio2-model/src/main/java/org/uberfire/java/nio/security/SSHAuthenticator.java type SSHAuthenticator (line 23) | public interface SSHAuthenticator { method authenticate (line 25) | User authenticate(String userName, PublicKey key); FILE: uberfire-nio2-backport/uberfire-nio2-model/src/main/java/org/uberfire/java/nio/security/SecuredFileSystemProvider.java type SecuredFileSystemProvider (line 26) | public interface SecuredFileSystemProvider extends FileSystemProvider { method setJAASAuthenticator (line 33) | void setJAASAuthenticator(final AuthenticationService authenticator); method setHTTPAuthenticator (line 35) | void setHTTPAuthenticator(final AuthenticationService authenticator); method setSSHAuthenticator (line 37) | void setSSHAuthenticator(final SSHAuthenticator authenticator); method setAuthorizer (line 39) | void setAuthorizer(final FileSystemAuthorizer authorizer); FILE: uberfire-nio2-backport/uberfire-nio2-model/src/test/java/org/uberfire/java/nio/base/GeneralPathEqualsTest.java class GeneralPathEqualsTest (line 27) | public class GeneralPathEqualsTest { method setup (line 32) | @Before method testEquals (line 38) | @Test method testEqualsWindows (line 62) | @Test method testHashCode (line 74) | @Test method testHashCodeWindows (line 98) | @Test FILE: uberfire-nio2-backport/uberfire-nio2-model/src/test/java/org/uberfire/java/nio/base/GeneralPathTest.java class GeneralPathTest (line 35) | public class GeneralPathTest { method testSimpleAbsoluteUnix (line 42) | @Test method testSimpleRootUnix (line 111) | @Test method startsWith (line 136) | @Test method startsWithWindows (line 170) | @Test method endsWith (line 218) | @Test method endsWithWindows (line 246) | @Test method testSimpleRelativeUnix (line 282) | @Test method testSimpleAbsoluteWindows (line 349) | @Test method testSimpleRootWindows (line 418) | @Test method testSimpleRelativeWindows (line 443) | @Test method testToFile (line 512) | @Test method testAbsloluteSimpleToURIUnix (line 527) | @Test method testAbsoluteToURIUnix (line 546) | @Test method testRelativeToURIUnix (line 571) | @Test method testAbsoluteToURIWindows (line 593) | @Test method testRelativeToURIWindows (line 619) | @Test method testResolve (line 644) | @Test method checkResolveNull (line 685) | @Test method checkResolveNull2 (line 703) | @Test method testNormalize (line 721) | @Test method testNormalizeWindows (line 746) | @Test method testResolveSibling (line 771) | @Test method testRelativize (line 812) | @Test method testRelativizeIlegal1 (line 942) | @Test method testRelativizeIlegal2 (line 963) | @Test method testRelativizeIlegal3 (line 984) | @Test method testRelativizeWindows (line 1005) | @Test method testRelativizeWindowsIllegal1 (line 1202) | @Test method testRelativizeWindowsIllegal2 (line 1223) | @Test method testRelativizeWindowsIllegal3 (line 1244) | @Test method testRelativizeWindowsIllegal4 (line 1265) | @Test method testRelativizeWindowsIllegal5 (line 1286) | @Test method assertWindowsUri (line 1307) | private void assertWindowsUri(String actualUri, method assertWindowsPath (line 1314) | private void assertWindowsPath(String actualPath, method determineWindowsPathPrefix (line 1320) | private String determineWindowsPathPrefix() { FILE: uberfire-nio2-backport/uberfire-nio2-model/src/test/java/org/uberfire/java/nio/base/GeneralPathUnsupportedOpsTest.java class GeneralPathUnsupportedOpsTest (line 29) | public class GeneralPathUnsupportedOpsTest { method setup (line 38) | @Before method compareTo (line 46) | @Test(expected = UnsupportedOperationException.class) method register (line 54) | @Test(expected = UnsupportedOperationException.class) method register2 (line 63) | @Test(expected = UnsupportedOperationException.class) FILE: uberfire-nio2-backport/uberfire-nio2-model/src/test/java/org/uberfire/java/nio/base/GeneralPathValidationTest.java class GeneralPathValidationTest (line 29) | public class GeneralPathValidationTest { method setup (line 33) | @Before method createNull1 (line 38) | @Test method createNull2 (line 47) | @Test method newFromFileNull1 (line 56) | @Test method newFromFileNull2 (line 64) | @Test method getNameNegative (line 72) | @Test method subpathInvaligRange1 (line 83) | @Test method subpathInvaligRange2 (line 94) | @Test method subpathInvaligRange3 (line 104) | @Test method subpathInvaligRange4 (line 114) | @Test method startsWith (line 124) | @Test method startsWithPath (line 135) | @Test method endsWith (line 146) | @Test method endsWithPath (line 157) | @Test method resolve (line 168) | @Test method resolvePath (line 179) | @Test method resolveSibling (line 190) | @Test method resolveSiblingPath (line 201) | @Test method relativize (line 212) | @Test method compareTo (line 223) | @Test method checkEquals (line 234) | @Test FILE: uberfire-nio2-backport/uberfire-nio2-model/src/test/java/org/uberfire/java/nio/base/PropertiesTest.java class PropertiesTest (line 36) | public class PropertiesTest { method testState (line 38) | @Test method testEmptyState (line 72) | @Test method testNullValues (line 85) | @Test FILE: uberfire-nio2-backport/uberfire-nio2-model/src/test/java/org/uberfire/java/nio/base/SeekableByteChannelTest.java class SeekableByteChannelTest (line 32) | public class SeekableByteChannelTest { method test (line 34) | @Test method testPosition (line 55) | @Test FILE: uberfire-nio2-backport/uberfire-nio2-model/src/test/java/org/uberfire/java/nio/base/dotfiles/DotFileUtilsTest.java class DotFileUtilsTest (line 28) | @RunWith(MockitoJUnitRunner.class) method undotNonDotFile (line 34) | @Test method undotDotFile (line 46) | @Test FILE: uberfire-preferences/uberfire-preferences-api/src/main/java/org/uberfire/preferences/shared/PreferenceScope.java type PreferenceScope (line 23) | public interface PreferenceScope { method type (line 28) | String type(); method key (line 33) | String key(); method childScope (line 39) | PreferenceScope childScope(); FILE: uberfire-preferences/uberfire-preferences-api/src/main/java/org/uberfire/preferences/shared/PreferenceScopeFactory.java type PreferenceScopeFactory (line 24) | public interface PreferenceScopeFactory { method createScope (line 32) | PreferenceScope createScope(String type) throws InvalidPreferenceScope... method createScope (line 40) | PreferenceScope createScope(String type, method createScope (line 51) | PreferenceScope createScope(String type, method createScope (line 63) | PreferenceScope createScope(String type, method createScope (line 73) | PreferenceScope createScope(PreferenceScope... scopes) throws InvalidP... method cloneScope (line 80) | PreferenceScope cloneScope(PreferenceScope scope); FILE: uberfire-preferences/uberfire-preferences-api/src/main/java/org/uberfire/preferences/shared/PreferenceScopeResolutionStrategy.java type PreferenceScopeResolutionStrategy (line 25) | public interface PreferenceScopeResolutionStrategy { method getInfo (line 32) | PreferenceScopeResolutionStrategyInfo getInfo(); method getScopeResolver (line 38) | PreferenceScopeResolver getScopeResolver(); FILE: uberfire-preferences/uberfire-preferences-api/src/main/java/org/uberfire/preferences/shared/PreferenceScopeResolver.java type PreferenceScopeResolver (line 22) | public interface PreferenceScopeResolver { method resolve (line 30) | PreferenceScope resolve(String... scopeTypes); FILE: uberfire-preferences/uberfire-preferences-api/src/main/java/org/uberfire/preferences/shared/PreferenceScopeTypes.java type PreferenceScopeTypes (line 25) | public interface PreferenceScopeTypes { method typeRequiresKey (line 33) | boolean typeRequiresKey(String type) throws InvalidPreferenceScopeExce... method getDefaultKeyFor (line 41) | String getDefaultKeyFor(String type) throws InvalidPreferenceScopeExce... FILE: uberfire-preferences/uberfire-preferences-api/src/main/java/org/uberfire/preferences/shared/PreferenceScopeValidator.java type PreferenceScopeValidator (line 24) | public interface PreferenceScopeValidator { method validate (line 33) | void validate(PreferenceScope scope) throws InvalidPreferenceScopeExce... FILE: uberfire-preferences/uberfire-preferences-api/src/main/java/org/uberfire/preferences/shared/PreferenceStorage.java type PreferenceStorage (line 29) | @Remote method exists (line 38) | boolean exists(PreferenceScope preferenceScope, method exists (line 47) | boolean exists(PreferenceScopeResolutionStrategyInfo scopeResolutionSt... method read (line 57) | T read(PreferenceScope preferenceScope, method read (line 67) | T read(PreferenceScopeResolutionStrategyInfo scopeResolutionStrate... method readWithScope (line 77) | PreferenceScopedValue readWithScope(PreferenceScopeResolutionSt... method write (line 86) | void write(PreferenceScope scope, method delete (line 95) | void delete(PreferenceScope scope, method allKeys (line 103) | Collection allKeys(PreferenceScope scope); method allKeys (line 110) | Collection allKeys(List scopes); FILE: uberfire-preferences/uberfire-preferences-api/src/main/java/org/uberfire/preferences/shared/PreferenceStore.java type PreferenceStore (line 30) | @Remote method getDefaultScopeResolutionStrategyInfo (line 38) | PreferenceScopeResolutionStrategyInfo getDefaultScopeResolutionStrateg... method getDefaultScopeResolver (line 44) | PreferenceScopeResolver getDefaultScopeResolver(); method put (line 53) | void put(PreferenceScope scope, method put (line 65) | void put(PreferenceScopeResolutionStrategyInfo scopeResolutionStra... method put (line 75) | void put(String key, method put (line 84) | void put(PreferenceScope scope, method put (line 93) | void put(PreferenceScopeResolutionStrategyInfo scopeResolutionStra... method put (line 101) | void put(Map valueByKey); method putIfAbsent (line 110) | void putIfAbsent(PreferenceScope scope, method putIfAbsent (line 123) | void putIfAbsent(PreferenceScopeResolutionStrategyInfo scopeResolu... method putIfAbsent (line 134) | void putIfAbsent(String key, method putIfAbsent (line 143) | void putIfAbsent(PreferenceScope scope, method putIfAbsent (line 153) | void putIfAbsent(PreferenceScopeResolutionStrategyInfo scopeResolu... method putIfAbsent (line 161) | void putIfAbsent(Map valueByKey); method get (line 170) | T get(PreferenceScope scope, method get (line 181) | T get(PreferenceScope scope, method get (line 194) | T get(PreferenceScopeResolutionStrategyInfo scopeResolutionStrateg... method get (line 207) | T get(PreferenceScopeResolutionStrategyInfo scopeResolutionStrateg... method get (line 218) | T get(String key); method get (line 228) | T get(String key, method getScoped (line 241) | PreferenceScopedValue getScoped(PreferenceScopeResolutionStrate... method getScoped (line 255) | PreferenceScopedValue getScoped(PreferenceScopeResolutionStrate... method getScoped (line 267) | PreferenceScopedValue getScoped(String key); method getScoped (line 278) | PreferenceScopedValue getScoped(String key, method search (line 287) | Map search(PreferenceScope scope, method search (line 298) | Map search(PreferenceScopeResolutionStrategyInfo scope... method search (line 308) | Map search(Collection keys); method searchScoped (line 319) | Map> searchScoped(PreferenceScop... method searchScoped (line 329) | Map> searchScoped(Collection all(PreferenceScope scope); method all (line 345) | Map all(PreferenceScopeResolutionStrategyInfo scopeRes... method all (line 352) | Map all(); method allScoped (line 362) | Map> allScoped(PreferenceScopeRe... method allScoped (line 370) | Map> allScoped(); method remove (line 377) | void remove(PreferenceScope scope, method remove (line 385) | void remove(List scopes, FILE: uberfire-preferences/uberfire-preferences-api/src/main/java/org/uberfire/preferences/shared/PropertyFormOptions.java type PropertyFormOptions (line 21) | @Portable FILE: uberfire-preferences/uberfire-preferences-api/src/main/java/org/uberfire/preferences/shared/PropertyFormType.java type PropertyFormType (line 24) | public enum PropertyFormType { method fromString (line 27) | @Override method toString (line 32) | @Override method fromString (line 38) | @Override method toString (line 43) | @Override method fromString (line 49) | @Override method toString (line 54) | @Override method fromString (line 60) | @Override method toString (line 65) | @Override method fromString (line 71) | @Override method toString (line 76) | @Override method fromString (line 82) | @Override method toString (line 87) | @Override method fromString (line 93) | public abstract Object fromString(String stringValue); method toString (line 95) | public abstract String toString(Object realValue); FILE: uberfire-preferences/uberfire-preferences-api/src/main/java/org/uberfire/preferences/shared/PropertyValidator.java type PropertyValidator (line 21) | public interface PropertyValidator { method validate (line 23) | ValidationResult validate(T value); FILE: uberfire-preferences/uberfire-preferences-api/src/main/java/org/uberfire/preferences/shared/UsernameProvider.java type UsernameProvider (line 21) | public interface UsernameProvider extends Provider { FILE: uberfire-preferences/uberfire-preferences-api/src/main/java/org/uberfire/preferences/shared/bean/BasePreference.java type BasePreference (line 30) | public interface BasePreference extends Preference { method load (line 35) | default void load() { method load (line 43) | default void load(final ParameterizedCommand errorCallback) { method load (line 52) | default void load(final ParameterizedCommand successCallback, method load (line 61) | default void load(final PreferenceScopeResolutionStrategyInfo customSc... method load (line 70) | default void load(final PreferenceScopeResolutionStrategyInfo customSc... method load (line 81) | default void load(final PreferenceScopeResolutionStrategyInfo customSc... method save (line 90) | default void save() { method save (line 98) | default void save(final ParameterizedCommand errorCallback) { method save (line 107) | default void save(final Command successCallback, method save (line 116) | default void save(final PreferenceScopeResolutionStrategyInfo customSc... method save (line 125) | default void save(final PreferenceScopeResolutionStrategyInfo customSc... method save (line 136) | default void save(final PreferenceScopeResolutionStrategyInfo customSc... method save (line 146) | default void save(final PreferenceScope customScope) { method save (line 155) | default void save(final PreferenceScope customScope, method save (line 166) | default void save(final PreferenceScope customScope, method defaultValue (line 178) | default T defaultValue(T defaultValue) { FILE: uberfire-preferences/uberfire-preferences-api/src/main/java/org/uberfire/preferences/shared/bean/BasePreferenceBean.java type BasePreferenceBean (line 23) | public interface BasePreferenceBean extends BasePreference { FILE: uberfire-preferences/uberfire-preferences-api/src/main/java/org/uberfire/preferences/shared/bean/BasePreferencePortable.java type BasePreferencePortable (line 32) | public interface BasePreferencePortable extends BasePreference { method getPojoClass (line 38) | Class getPojoClass(); method identifier (line 45) | String identifier(); method parents (line 52) | String[] parents(); method bundleKey (line 58) | String bundleKey(); method set (line 65) | void set(String property, method get (line 73) | Object get(String property); method getPropertiesTypes (line 79) | Map getPropertiesTypes(); method getPropertiesValidators (line 81) | default Map> getPropertiesValidators() { method getPropertyType (line 90) | default PropertyFormType getPropertyType(String propertyName) { method getPropertyValidators (line 94) | default List getPropertyValidators(String propertyN... method isPersistable (line 103) | boolean isPersistable(); FILE: uberfire-preferences/uberfire-preferences-api/src/main/java/org/uberfire/preferences/shared/bean/Preference.java type Preference (line 22) | public interface Preference { FILE: uberfire-preferences/uberfire-preferences-api/src/main/java/org/uberfire/preferences/shared/bean/PreferenceBeanServerStore.java type PreferenceBeanServerStore (line 28) | @Remote method load (line 38) | , T extends BasePreferencePortable> T l... method load (line 48) | , T extends BasePreferencePortable> T l... method save (line 57) | , T extends BasePreferencePortable> voi... method save (line 66) | , T extends BasePreferencePortable> voi... method save (line 76) | , T extends BasePreferencePortable> voi... method save (line 83) | void save(Collection buildHierarchyStructureForPreference(Str... method buildHierarchyStructureForPreference (line 116) | PreferenceHierarchyElement buildHierarchyStructureForPreference(Str... FILE: uberfire-preferences/uberfire-preferences-api/src/main/java/org/uberfire/preferences/shared/bean/PreferenceBeanStore.java type PreferenceBeanStore (line 29) | public interface PreferenceBeanStore { method load (line 39) | , T extends BasePreferencePortable> voi... method load (line 52) | , T extends BasePreferencePortable> voi... method save (line 65) | , T extends BasePreferencePortable> voi... method save (line 78) | , T extends BasePreferencePortable> voi... method save (line 92) | , T extends BasePreferencePortable> voi... method save (line 103) | void save(Collection getPortablePreference() { method setPortablePreference (line 118) | public void setPortablePreference(final BasePreferencePortable port... method getChildren (line 122) | public List> getChildren() { method setChildren (line 126) | public void setChildren(final List> chil... method isShared (line 130) | public boolean isShared() { method setShared (line 134) | public void setShared(final boolean shared) { method isRoot (line 138) | public boolean isRoot() { method setRoot (line 142) | public void setRoot(final boolean root) { method getBundleKey (line 146) | public String getBundleKey() { method setBundleKey (line 150) | public void setBundleKey(final String bundleKey) { method addPropertyBundleKey (line 154) | public void addPropertyBundleKey(final String propertyFieldName, method getBundleKeyByProperty (line 160) | public Map getBundleKeyByProperty() { method addPropertyHelpBundleKey (line 164) | public void addPropertyHelpBundleKey(final String propertyFieldName, method getHelpBundleKeyByProperty (line 170) | public Map getHelpBundleKeyByProperty() { method addPropertyFormOptions (line 174) | public void addPropertyFormOptions(final String propertyFieldName, method getFormOptionsByProperty (line 180) | public Map getFormOptionsByProperty() { method equals (line 184) | @Override method hashCode (line 222) | @Override FILE: uberfire-preferences/uberfire-preferences-api/src/main/java/org/uberfire/preferences/shared/bean/PreferenceRootElement.java class PreferenceRootElement (line 22) | @Portable method PreferenceRootElement (line 33) | public PreferenceRootElement() { method PreferenceRootElement (line 36) | public PreferenceRootElement(@MapsTo("identifier") final String identi... method getIdentifier (line 46) | public String getIdentifier() { method getCategory (line 50) | public String getCategory() { method getIconCss (line 54) | public String getIconCss() { method getBundleKey (line 58) | public String getBundleKey() { method equals (line 62) | @Override method hashCode (line 85) | @Override FILE: uberfire-preferences/uberfire-preferences-api/src/main/java/org/uberfire/preferences/shared/bean/mock/PortablePreferenceMock.java class PortablePreferenceMock (line 29) | @Vetoed FILE: uberfire-preferences/uberfire-preferences-api/src/main/java/org/uberfire/preferences/shared/bean/mock/PortablePreferenceMockBeanGeneratedImpl.java class PortablePreferenceMockBeanGeneratedImpl (line 30) | @Dependent method PortablePreferenceMockBeanGeneratedImpl (line 39) | @Inject method load (line 44) | @Override method load (line 49) | @Override method load (line 55) | @Override method load (line 65) | @Override method load (line 71) | @Override method load (line 79) | @Override method getLoadSuccessCallback (line 91) | private ParameterizedCommand createPortableC... FILE: uberfire-preferences/uberfire-preferences-api/src/main/java/org/uberfire/preferences/shared/bean/mock/PortablePreferenceMockPortableGeneratedImpl.java class PortablePreferenceMockPortableGeneratedImpl (line 35) | @Portable(mapSuperTypes = true) method PortablePreferenceMockPortableGeneratedImpl (line 39) | public PortablePreferenceMockPortableGeneratedImpl() { method PortablePreferenceMockPortableGeneratedImpl (line 42) | public PortablePreferenceMockPortableGeneratedImpl(@MapsTo("property")... method getPojoClass (line 46) | @Override method identifier (line 51) | @Override method parents (line 56) | @Override method bundleKey (line 61) | @Override method set (line 66) | @Override method get (line 76) | @Override method getPropertiesTypes (line 85) | @Override method getPropertiesValidators (line 95) | @Override method equals (line 107) | @Override method hashCode (line 125) | @Override method isPersistable (line 135) | @Override FILE: uberfire-preferences/uberfire-preferences-api/src/main/java/org/uberfire/preferences/shared/event/PreferenceUpdatedEvent.java class PreferenceUpdatedEvent (line 8) | @Portable method PreferenceUpdatedEvent (line 14) | public PreferenceUpdatedEvent() { method PreferenceUpdatedEvent (line 17) | public PreferenceUpdatedEvent(String key, Object value) { method getKey (line 22) | public String getKey() { method getValue (line 26) | public Object getValue() { method setKey (line 30) | public void setKey(String key) { method setValue (line 34) | public void setValue(Object value) { FILE: uberfire-preferences/uberfire-preferences-api/src/main/java/org/uberfire/preferences/shared/impl/DefaultPreferenceScopeResolutionStrategy.java class DefaultPreferenceScopeResolutionStrategy (line 32) | @FallbackImplementation method DefaultPreferenceScopeResolutionStrategy (line 39) | protected DefaultPreferenceScopeResolutionStrategy() { method DefaultPreferenceScopeResolutionStrategy (line 42) | public DefaultPreferenceScopeResolutionStrategy(final PreferenceScopeF... method getInfo (line 53) | @Override method getScopeResolver (line 58) | @Override method getDefaultScope (line 63) | public PreferenceScope getDefaultScope(final List ord... method getScopeOrder (line 67) | private List getScopeOrder(final PreferenceScopeFacto... method addUserComponentScope (line 85) | private void addUserComponentScope(List order, method addUserEntireApplicationScope (line 97) | private void addUserEntireApplicationScope(List order, method addAllUsersComponentScope (line 105) | private void addAllUsersComponentScope(List order, method addAllUsersEntireApplicationScope (line 117) | private void addAllUsersEntireApplicationScope(List o... FILE: uberfire-preferences/uberfire-preferences-api/src/main/java/org/uberfire/preferences/shared/impl/DefaultPreferenceScopeResolver.java class DefaultPreferenceScopeResolver (line 33) | @Portable method DefaultPreferenceScopeResolver (line 38) | public DefaultPreferenceScopeResolver(@MapsTo("order") final List order() { method defaultScope (line 51) | public PreferenceScope defaultScope() { FILE: uberfire-preferences/uberfire-preferences-api/src/main/java/org/uberfire/preferences/shared/impl/PreferenceScopeTypesProducer.java class PreferenceScopeTypesProducer (line 31) | @Startup(value = StartupType.BOOTSTRAP, priority = -1) method preferenceScopeTypesProducer (line 45) | @Produces FILE: uberfire-preferences/uberfire-preferences-api/src/main/java/org/uberfire/preferences/shared/impl/PreferenceScopeValidatorImpl.java class PreferenceScopeValidatorImpl (line 29) | @ApplicationScoped method PreferenceScopeValidatorImpl (line 36) | protected PreferenceScopeValidatorImpl() { method PreferenceScopeValidatorImpl (line 39) | @Inject method validate (line 46) | @Override method isEmpty (line 66) | protected boolean isEmpty(String str) { FILE: uberfire-preferences/uberfire-preferences-api/src/main/java/org/uberfire/preferences/shared/impl/PreferenceScopedValue.java class PreferenceScopedValue (line 27) | @Portable method PreferenceScopedValue (line 40) | public PreferenceScopedValue(@MapsTo("value") final T value, method getValue (line 46) | public T getValue() { method getScope (line 50) | public PreferenceScope getScope() { method equals (line 54) | @Override method hashCode (line 71) | @Override FILE: uberfire-preferences/uberfire-preferences-api/src/main/java/org/uberfire/preferences/shared/impl/exception/InvalidPreferenceScopeException.java class InvalidPreferenceScopeException (line 26) | @Portable method InvalidPreferenceScopeException (line 29) | public InvalidPreferenceScopeException() { method InvalidPreferenceScopeException (line 32) | public InvalidPreferenceScopeException(@MapsTo("message") final String... FILE: uberfire-preferences/uberfire-preferences-api/src/main/java/org/uberfire/preferences/shared/impl/validation/ConstrainedValuesValidator.java class ConstrainedValuesValidator (line 27) | public class ConstrainedValuesValidator implements PropertyValidator { method ConstrainedValuesValidator (line 34) | public ConstrainedValuesValidator(final Supplier> allowe... method validate (line 40) | @Override FILE: uberfire-preferences/uberfire-preferences-api/src/main/java/org/uberfire/preferences/shared/impl/validation/EnumValuePropertyValidator.java class EnumValuePropertyValidator (line 26) | public class EnumValuePropertyValidator> implements Pr... method EnumValuePropertyValidator (line 30) | @SuppressWarnings("unchecked") method validate (line 36) | @Override method format (line 41) | public static > String format(final T value) { method parseString (line 45) | public static String parseString(final Object value) { method toCollection (line 49) | private static > Collection toCollection(fin... FILE: uberfire-preferences/uberfire-preferences-api/src/main/java/org/uberfire/preferences/shared/impl/validation/NotEmptyValidator.java class NotEmptyValidator (line 19) | public class NotEmptyValidator extends StringPropertyValidator { method NotEmptyValidator (line 21) | public NotEmptyValidator() { FILE: uberfire-preferences/uberfire-preferences-api/src/main/java/org/uberfire/preferences/shared/impl/validation/NumberPropertyValidator.java class NumberPropertyValidator (line 20) | public class NumberPropertyValidator extends StringPropertyValidator { method NumberPropertyValidator (line 22) | public NumberPropertyValidator() { FILE: uberfire-preferences/uberfire-preferences-api/src/main/java/org/uberfire/preferences/shared/impl/validation/StringPropertyValidator.java class StringPropertyValidator (line 24) | public class StringPropertyValidator implements PropertyValidator { method StringPropertyValidator (line 29) | public StringPropertyValidator(Predicate predicate, method validate (line 35) | @Override FILE: uberfire-preferences/uberfire-preferences-api/src/main/java/org/uberfire/preferences/shared/impl/validation/ValidationResult.java class ValidationResult (line 24) | @Portable method ValidationResult (line 31) | public ValidationResult() { method ValidationResult (line 34) | public ValidationResult(@MapsTo("valid") final boolean valid, method isValid (line 40) | public boolean isValid() { method getMessagesBundleKeys (line 44) | public List getMessagesBundleKeys() { method equals (line 48) | @Override method hashCode (line 65) | @Override FILE: uberfire-preferences/uberfire-preferences-api/src/test/java/org/uberfire/preferences/shared/PropertyFormTypeTest.java class PropertyFormTypeTest (line 23) | public class PropertyFormTypeTest { method textTypeTest (line 25) | @Test method booleanTypeTest (line 37) | @Test method naturalNumberTypeTest (line 49) | @Test method secretTextTypeTest (line 61) | @Test method colorTypeTest (line 73) | @Test FILE: uberfire-preferences/uberfire-preferences-api/src/test/java/org/uberfire/preferences/shared/impl/DefaultPreferenceScopeResolutionStrategyTest.java class DefaultPreferenceScopeResolutionStrategyTest (line 30) | public class DefaultPreferenceScopeResolutionStrategyTest { method setup (line 38) | @Before method defaultOrderTest (line 48) | @Test method orderWithComponentScopeTest (line 80) | @Test method defaultScopeTest (line 138) | @Test FILE: uberfire-preferences/uberfire-preferences-api/src/test/java/org/uberfire/preferences/shared/impl/DefaultPreferenceScopeResolverTest.java class DefaultPreferenceScopeResolverTest (line 34) | public class DefaultPreferenceScopeResolverTest { method setup (line 38) | @Before method resolveValidScopesTest (line 43) | @Test method tryResolveWithInvalidScopeTypeTest (line 68) | @Test(expected = InvalidPreferenceScopeException.class) method tryResolveWithNoScopeTypesTest (line 73) | @Test(expected = InvalidPreferenceScopeException.class) method tryResolveWithThreeScopeTypesTest (line 78) | @Test(expected = InvalidPreferenceScopeException.class) FILE: uberfire-preferences/uberfire-preferences-api/src/test/java/org/uberfire/preferences/shared/impl/DefaultPreferenceScopeTypesTest.java class DefaultPreferenceScopeTypesTest (line 27) | public class DefaultPreferenceScopeTypesTest { method setup (line 31) | @Before method typesRequireKeyTest (line 37) | @Test method defaultKeysForTypesTest (line 45) | @Test method defaultKeysForTypesThatDoNotHaveDefaultKeysTest (line 55) | @Test(expected = InvalidPreferenceScopeException.class) method isEmptyTest (line 60) | @Test FILE: uberfire-preferences/uberfire-preferences-api/src/test/java/org/uberfire/preferences/shared/impl/DefaultPreferenceScopesForTests.java class DefaultPreferenceScopesForTests (line 24) | public class DefaultPreferenceScopesForTests { FILE: uberfire-preferences/uberfire-preferences-api/src/test/java/org/uberfire/preferences/shared/impl/PreferenceScopeFactoryImplTest.java class PreferenceScopeFactoryImplTest (line 32) | public class PreferenceScopeFactoryImplTest { method setup (line 38) | @Before method createScopeByTypeWithDefaultKeyTest (line 47) | @Test method createScopeByTypeWithoutDefaultKeyTest (line 56) | @Test(expected = InvalidPreferenceScopeException.class) method createScopeByTypeAndKeyWithoutDefaultKeyTest (line 61) | @Test method createScopeByTypeAndKeyWithDefaultKeyTest (line 71) | @Test(expected = InvalidPreferenceScopeException.class) method createScopeByTypeAndChildScopeWithDefaultKeyTest (line 77) | @Test method createScopeByTypeAndChildScopeWithoutDefaultKeyTest (line 87) | @Test(expected = InvalidPreferenceScopeException.class) method createScopeByTypeKeyAndChildScopeWithoutDefaultKeyTest (line 93) | @Test method createScopeByTypeKeyAndChildScopeWithDefaultKeyTest (line 104) | @Test(expected = InvalidPreferenceScopeException.class) method createHierarchicalScopeByScopesTest (line 111) | @Test method cloneScopeTest (line 129) | @Test FILE: uberfire-preferences/uberfire-preferences-api/src/test/java/org/uberfire/preferences/shared/impl/PreferenceScopeValidatorImplTest.java class PreferenceScopeValidatorImplTest (line 28) | public class PreferenceScopeValidatorImplTest { method setup (line 32) | @Before method validateNullScopeTest (line 44) | @Test(expected = InvalidPreferenceScopeException.class) method validateScopeWithInvalidTypeTest (line 49) | @Test(expected = InvalidPreferenceScopeException.class) method validateScopeWithTypeThatRequiresKeyWithoutKeyTest (line 56) | @Test(expected = InvalidPreferenceScopeException.class) method validateScopeWithValidScopeButNotInTheOrderTest (line 63) | @Test(expected = InvalidPreferenceScopeException.class) method validateValidScopeTest (line 70) | @Test method isEmptyTest (line 75) | @Test FILE: uberfire-preferences/uberfire-preferences-api/src/test/java/org/uberfire/preferences/shared/impl/UsernameProviderMock.java class UsernameProviderMock (line 22) | public class UsernameProviderMock implements UsernameProvider { method UsernameProviderMock (line 26) | public UsernameProviderMock(final SessionInfo sessionInfo) { method get (line 30) | @Override FILE: uberfire-preferences/uberfire-preferences-api/src/test/java/org/uberfire/preferences/shared/impl/validation/ConstrainedValuesValidatorTest.java class ConstrainedValuesValidatorTest (line 31) | public class ConstrainedValuesValidatorTest { method setup (line 39) | @Before method testValues (line 45) | @Test method assertResultSuccess (line 53) | static void assertResultSuccess(final ValidationResult result) { method assertResultFailed (line 57) | static void assertResultFailed(final ValidationResult result) { FILE: uberfire-preferences/uberfire-preferences-api/src/test/java/org/uberfire/preferences/shared/impl/validation/EnumValuePropertyValidatorTest.java class EnumValuePropertyValidatorTest (line 22) | public class EnumValuePropertyValidatorTest { method setup (line 26) | @Before method testValues (line 31) | @Test type PropertyValidatorEnum (line 39) | private enum PropertyValidatorEnum { FILE: uberfire-preferences/uberfire-preferences-api/src/test/java/org/uberfire/preferences/shared/impl/validation/NotEmptyValidatorTest.java class NotEmptyValidatorTest (line 24) | public class NotEmptyValidatorTest { method setup (line 28) | @Before method emptyStringTest (line 33) | @Test method notEmptyStringTest (line 44) | @Test method spacesOnlyTest (line 53) | @Test FILE: uberfire-preferences/uberfire-preferences-api/src/test/java/org/uberfire/preferences/shared/impl/validation/NumberPropertyValidatorTest.java class NumberPropertyValidatorTest (line 27) | public class NumberPropertyValidatorTest { method setup (line 31) | @Before method emptyValueTest (line 36) | @Test method nonNumberFormatTest (line 41) | @Test method positiveValueTest (line 46) | @Test method validNumberTest (line 51) | @Test method failureTest (line 60) | private void failureTest(final String value) { FILE: uberfire-preferences/uberfire-preferences-backend/src/main/java/org/uberfire/preferences/backend/PreferenceBeanStoreImpl.java class PreferenceBeanStoreImpl (line 51) | @Service method PreferenceBeanStoreImpl (line 65) | public PreferenceBeanStoreImpl() { method PreferenceBeanStoreImpl (line 68) | @Inject method load (line 77) | @Override method load (line 83) | @Override method load (line 102) | @Override method load (line 112) | @Override method save (line 132) | @Override method save (line 138) | @Override method save (line 145) | @Override method save (line 163) | @Override method save (line 173) | @Override method save (line 184) | @Override method save (line 203) | @Override method save (line 209) | @Override method save (line 216) | @Override method save (line 225) | @Override method save (line 235) | @Override method save (line 246) | @Override method buildHierarchyStructureForPreference (line 265) | @Override method buildHierarchyStructureForPreference (line 271) | @Override method load (line 288) | private , T extends BasePreferencePortable... method loadSharedPreference (line 323) | private , T extends BasePreferencePortable... method loadSubPreferenceValue (line 345) | private , T extends BasePreferencePortable... method save (line 355) | private , T extends BasePreferencePortable... method saveSharedPreference (line 380) | private , T extends BasePreferencePortable... method saveSubPreference (line 389) | private , T extends BasePreferencePortable... method saveOne (line 399) | private > void saveOne(final BasePreferenc... method getAnnotatedChildren (line 416) | private List getAnnotatedChildren(String paren... method buildHierarchyElement (line 437) | private PreferenceHierarchyElement buildHierarchyElement(final ... method buildHierarchyElementForAnnotatedChildren (line 502) | private void buildHierarchyElementForAnnotatedChildren(final BaseP... method getPortablePreferenceByIdentifier (line 522) | BasePreferencePortable getPortablePreferenceByIdentifier(String identi... method getPortablePreferences (line 534) | Iterable getPortablePreferences() { method lookupPortablePreference (line 538) | , T extends BasePreferencePortable> T l... FILE: uberfire-preferences/uberfire-preferences-backend/src/main/java/org/uberfire/preferences/backend/PreferenceScopeResolutionStrategyProducer.java class PreferenceScopeResolutionStrategyProducer (line 33) | @Dependent method preferenceScopeResolutionStrategyProducer (line 48) | @Produces FILE: uberfire-preferences/uberfire-preferences-backend/src/main/java/org/uberfire/preferences/backend/PreferenceStorageImpl.java class PreferenceStorageImpl (line 54) | @ApplicationScoped method PreferenceStorageImpl (line 75) | protected PreferenceStorageImpl() { method PreferenceStorageImpl (line 78) | @Inject method init (line 95) | @PostConstruct method exists (line 102) | @Override method exists (line 109) | @Override method read (line 123) | @Override method read (line 131) | @Override method readWithScope (line 145) | @Override method write (line 160) | @Override method delete (line 171) | @Override method allKeys (line 178) | @Override method allKeys (line 214) | @Override method buildScopePath (line 223) | String buildScopePath(final PreferenceScope scope) { method buildScopedPreferencePath (line 237) | String buildScopedPreferencePath(final PreferenceScope scope, FILE: uberfire-preferences/uberfire-preferences-backend/src/main/java/org/uberfire/preferences/backend/PreferenceStoreImpl.java class PreferenceStoreImpl (line 41) | @Service method PreferenceStoreImpl (line 50) | protected PreferenceStoreImpl() { method PreferenceStoreImpl (line 53) | PreferenceStoreImpl(final PreferenceStorage storage, method PreferenceStoreImpl (line 61) | @Inject method getDefaultScopeResolutionStrategyInfo (line 88) | @Override method getDefaultScopeResolver (line 93) | @Override method put (line 98) | @Override method put (line 107) | @Override method put (line 116) | @Override method put (line 124) | @Override method put (line 132) | @Override method put (line 139) | @Override method putIfAbsent (line 145) | @Override method putIfAbsent (line 157) | @Override method putIfAbsent (line 166) | @Override method putIfAbsent (line 174) | @Override method putIfAbsent (line 182) | @Override method putIfAbsent (line 189) | @Override method get (line 195) | @Override method get (line 202) | @Override method get (line 211) | @Override method get (line 218) | @Override method get (line 227) | @Override method get (line 233) | @Override method getScoped (line 241) | @Override method getScoped (line 248) | @Override method getScoped (line 258) | @Override method getScoped (line 264) | @Override method search (line 272) | @Override method search (line 287) | @Override method search (line 302) | @Override method searchScoped (line 308) | @Override method searchScoped (line 323) | @Override method all (line 329) | @Override method all (line 335) | @Override method all (line 340) | @Override method allScoped (line 345) | @Override method allScoped (line 351) | @Override method remove (line 356) | @Override method remove (line 363) | @Override FILE: uberfire-preferences/uberfire-preferences-backend/src/main/java/org/uberfire/preferences/backend/ServerUsernameProvider.java class ServerUsernameProvider (line 25) | @Dependent method ServerUsernameProvider (line 30) | public ServerUsernameProvider() { method ServerUsernameProvider (line 33) | @Inject method get (line 38) | @Override FILE: uberfire-preferences/uberfire-preferences-backend/src/test/java/org/uberfire/preferences/backend/CustomObject.java class CustomObject (line 21) | @Portable method CustomObject (line 27) | public CustomObject() { method CustomObject (line 30) | public CustomObject(final Long id, FILE: uberfire-preferences/uberfire-preferences-backend/src/test/java/org/uberfire/preferences/backend/InvalidDefaultPreference.java class InvalidDefaultPreference (line 23) | @WorkbenchPreference(identifier = "InvalidDefaultPreference") method defaultValue (line 29) | @Override FILE: uberfire-preferences/uberfire-preferences-backend/src/test/java/org/uberfire/preferences/backend/MyInnerPreference.java class MyInnerPreference (line 23) | @WorkbenchPreference(identifier = "MyInnerPreference", method getText (line 30) | public String getText() { method setText (line 34) | public void setText(final String text) { FILE: uberfire-preferences/uberfire-preferences-backend/src/test/java/org/uberfire/preferences/backend/MyInnerPreference2.java class MyInnerPreference2 (line 22) | @WorkbenchPreference(identifier = "MyInnerPreference2", FILE: uberfire-preferences/uberfire-preferences-backend/src/test/java/org/uberfire/preferences/backend/MyPreference.java class MyPreference (line 26) | @WorkbenchPreference(identifier = "MyPreference", method defaultValue (line 54) | @Override FILE: uberfire-preferences/uberfire-preferences-backend/src/test/java/org/uberfire/preferences/backend/MySharedPreference.java class MySharedPreference (line 23) | @WorkbenchPreference(identifier = "MySharedPreference", FILE: uberfire-preferences/uberfire-preferences-backend/src/test/java/org/uberfire/preferences/backend/MySharedPreference2.java class MySharedPreference2 (line 22) | @WorkbenchPreference(identifier = "MySharedPreference2", FILE: uberfire-preferences/uberfire-preferences-backend/src/test/java/org/uberfire/preferences/backend/PreferenceBeanStoreImplTest.java class PreferenceBeanStoreImplTest (line 37) | public class PreferenceBeanStoreImplTest { method setup (line 49) | @Before method loadTest (line 69) | @Test method loadDefaultValueTest (line 104) | @Test method loadWithCustomResolutionStrategyScopeTest (line 134) | @Test method saveTest (line 174) | @Test method saveWithCustomResolutionStrategyScopeTest (line 193) | @Test method saveWithCustomScopeTest (line 217) | @Test method saveCollectionTest (line 242) | @Test method saveCollectionWithCustomResolutionStrategyScopeTest (line 267) | @Test method saveCollectionWithCustomScopeTest (line 296) | @Test method buildHierarchyStructureTest (line 326) | @Test method getRootPortablePreferences (line 382) | private List>> getR... method getPortablePreferences (line 393) | private List> getPortablePreferences() { method getPortablePreferenceByClass (line 405) | private BasePreferencePortable getPortablePreferenceByClass(final C... FILE: uberfire-preferences/uberfire-preferences-backend/src/test/java/org/uberfire/preferences/backend/PreferenceStorageImplTest.java class PreferenceStorageImplTest (line 54) | public class PreferenceStorageImplTest { method setup (line 82) | @Before method cleanupFileSystem (line 113) | @After method unexistentPreferenceDoesNotExistsInAScopeTest (line 118) | @Test method preferenceExistsInAScopeTest (line 129) | @Test method unexistentPreferenceDoesNotExistUsingScopeResolutionStrategyTest (line 144) | @Test method userPreferenceExistsUsingScopeResolutionStrategyTest (line 154) | @Test method globalPreferenceExistsUsingScopeResolutionStrategyTest (line 169) | @Test method writeReadLongTest (line 184) | @Test method writeReadStringTest (line 198) | @Test method writeReadBooleanTest (line 212) | @Test method writeReadCustomObjectTest (line 233) | @Test method readNonexistentPreferenceFromSpecificScopeTest (line 251) | @Test method readNonexistentPreferenceWithResolutionStrategyTest (line 261) | @Test method writeGlobalAndUserReadUserWithResolutionStrategyTest (line 269) | @Test method writeGlobalReadGlobalWithResolutionStrategyTest (line 284) | @Test method writeUserReadUserWithResolutionStrategyTest (line 296) | @Test method readFromSpecificScopeTest (line 308) | @Test method readWithResolutionStrategyTest (line 320) | @Test method writeGlobalAndUserReadWithScopeUserWithResolutionStrategyTest (line 332) | @Test method writeGlobalReadWithScopeGlobalWithResolutionStrategyTest (line 349) | @Test method writeUserReadWithScopeUserUsingResolutionStrategyTest (line 363) | @Test method deleteFromUserTest (line 377) | @Test method allKeysWithKeysTest (line 409) | @Test method allKeysWithNoKeysTest (line 447) | @Test method buildScopePathForAllUsersEntireApplicationScope (line 457) | @Test method buildScopePathForUserScope (line 465) | @Test method buildStoragePathForUserScope (line 473) | @Test method buildStoragePathForGlobalScope (line 482) | @Test method mockSessionInfo (line 491) | private SessionInfo mockSessionInfo() { method mockFileSystem (line 495) | private FileSystem mockFileSystem() { method mockIoService (line 499) | private IOService mockIoService(final FileSystem fileSystem) { FILE: uberfire-preferences/uberfire-preferences-backend/src/test/java/org/uberfire/preferences/backend/PreferenceStoreImplTest.java class PreferenceStoreImplTest (line 61) | public class PreferenceStoreImplTest { method setup (line 106) | @Before method cleanupFileSystem (line 145) | @After method putInScopeTest (line 150) | @Test method putInDefaultScopeOfAScopeResolutionStrategyTest (line 165) | @Test method putInDefaultScopeTest (line 180) | @Test method putMapInScopeTest (line 193) | @Test method putMapInDefaultScopeOfAScopeResolutionStrategyTest (line 216) | @Test method putMapInDefaultScopeTest (line 239) | @Test method putIfAbsentInScopeTest (line 260) | @Test method putIfAbsentInDefaultScopeOfAScopeResolutionStrategyTest (line 275) | @Test method putIfAbsentInDefaultScopeTest (line 290) | @Test method putIfAbsentMapInScopeTest (line 303) | @Test method putIfAbsentMapInDefaultScopeOfAScopeResolutionStrategyTest (line 326) | @Test method putIfAbsentMapInDefaultScopeTest (line 349) | @Test method getStringValueFromScopeWithoutDefaultValueTest (line 370) | @Test method getNullValueFromScopeWithoutDefaultValueTest (line 384) | @Test method getStringValueFromScopeWithDefaultValueTest (line 395) | @Test method getNullValueFromScopeWithDefaultValueTest (line 410) | @Test method getStringValueFromScopeResolutionStrategyWithoutDefaultValueTest (line 423) | @Test method getNullValueFromScopeResolutionStrategyWithoutDefaultValueTest (line 437) | @Test method getStringValueFromScopeResolutionStrategyWithDefaultValueTest (line 448) | @Test method getNullValueFromScopeResolutionStrategyWithDefaultValueTest (line 463) | @Test method getStringValueWithoutDefaultValueTest (line 476) | @Test method getNullValueWithoutDefaultValueTest (line 486) | @Test method getScopedStringValueFromScopeResolutionStrategyWithoutDefaultValueTest (line 496) | @Test method getScopedNullValueFromScopeResolutionStrategyWithoutDefaultValueTest (line 515) | @Test method getScopedStringValueFromScopeResolutionStrategyWithDefaultValueTest (line 526) | @Test method getScopedNullValueFromScopeResolutionStrategyWithDefaultValueTest (line 546) | @Test method getScopedStringValueFromDefaultScopeResolutionStrategyWithoutDefaultValueTest (line 560) | @Test method getScopedNullValueFromDefaultScopeResolutionStrategyWithoutDefaultValueTest (line 578) | @Test method getScopedStringValueFromDefaultScopeResolutionStrategyWithDefaultValueTest (line 588) | @Test method getScopedNullValueFromDefaultScopeResolutionStrategyWithDefaultValueTest (line 607) | @Test method searchOnScopeTest (line 620) | @Test method searchOnScopeResolutionStrategyTest (line 652) | @Test method searchOnDefaultScopeResolutionStrategyTest (line 684) | @Test method searchScopedOnScopeResolutionStrategyTest (line 715) | @Test method searchScopedOnDefaultScopeResolutionStrategyTest (line 751) | @Test method allPreferencesByScopeTest (line 786) | @Test method allPreferencesByScopeResolutionStrategyTest (line 814) | @Test method allPreferencesTest (line 847) | @Test method allScopedPreferencesByScopeResolutionStrategyTest (line 880) | @Test method allScopedPreferencesByDefaultScopeResolutionStrategyTest (line 924) | @Test method removeByScopeTest (line 968) | @Test method removeByScopesTest (line 977) | @Test method mockStorageRead (line 988) | private void mockStorageRead(final String value) { method mockFileSystem (line 995) | private FileSystem mockFileSystem() { method mockIoService (line 999) | private IOService mockIoService(final FileSystem fileSystem) { FILE: uberfire-preferences/uberfire-preferences-backend/src/test/java/org/uberfire/preferences/backend/ServerUsernameProviderTest.java class ServerUsernameProviderTest (line 29) | public class ServerUsernameProviderTest { method setup (line 35) | @Before method testLoggedUserName (line 41) | @Test method testNotLoggedUserName (line 51) | @Test FILE: uberfire-preferences/uberfire-preferences-client-backend/src/main/java/org/uberfire/preferences/client/store/PreferenceBeanStoreImpl.java class PreferenceBeanStoreImpl (line 41) | @Alternative method PreferenceBeanStoreImpl (line 47) | @Inject method load (line 52) | @Override method load (line 76) | @Override method save (line 102) | @Override method save (line 119) | @Override method save (line 138) | @Override method save (line 157) | @Override method save (line 174) | @Override method save (line 193) | @Override FILE: uberfire-preferences/uberfire-preferences-client-backend/src/test/java/org/uberfire/ext/preferences/client/scope/ClientUsernameProviderTest.java class ClientUsernameProviderTest (line 27) | public class ClientUsernameProviderTest { method setup (line 33) | @Before method testLoggedUserName (line 39) | @Test FILE: uberfire-preferences/uberfire-preferences-client-backend/src/test/java/org/uberfire/ext/preferences/client/store/PreferenceBeanStoreImplTest.java class PreferenceBeanStoreImplTest (line 35) | public class PreferenceBeanStoreImplTest { method execute (line 38) | @Override method execute (line 43) | @Override method execute (line 48) | @Override method setup (line 56) | @Before method loadSuccessfullyTest (line 64) | @Test method loadWithErrorTest (line 74) | @Test method saveSuccessfullyTest (line 86) | @Test method saveWithErrorTest (line 96) | @Test method saveCollectionSuccessfullyTest (line 108) | @Test method saveCollectionWithErrorTest (line 120) | @Test class MyPreference (line 134) | class MyPreference implements BasePreference { class MyPreferencePortable (line 138) | class MyPreferencePortable extends MyPreference implements BasePrefere... method getPojoClass (line 140) | @Override method identifier (line 145) | @Override method parents (line 150) | @Override method bundleKey (line 155) | @Override method set (line 160) | @Override method get (line 166) | @Override method getPropertiesTypes (line 171) | @Override method isPersistable (line 176) | @Override FILE: uberfire-preferences/uberfire-preferences-client/src/main/java/org/uberfire/preferences/client/scope/ClientUsernameProvider.java class ClientUsernameProvider (line 24) | public class ClientUsernameProvider implements UsernameProvider { method ClientUsernameProvider (line 28) | @Inject method get (line 33) | @Override FILE: uberfire-preferences/uberfire-preferences-client/src/main/java/org/uberfire/preferences/client/scope/PreferenceScopeResolutionStrategyIOCProvider.java class PreferenceScopeResolutionStrategyIOCProvider (line 31) | @IOCProvider method provide (line 41) | @Override FILE: uberfire-preferences/uberfire-preferences-client/src/main/java/org/uberfire/preferences/client/store/PreferenceBeanStoreClientImpl.java class PreferenceBeanStoreClientImpl (line 35) | @Alternative method load (line 39) | @Override method load (line 47) | @Override method save (line 56) | @Override method save (line 64) | @Override method save (line 73) | @Override method save (line 82) | @Override method save (line 90) | @Override method save (line 99) | @Override method callSuccessCallback (line 108) | private void callSuccessCallback(final Command successCallback) { FILE: uberfire-preferences/uberfire-preferences-client/src/main/java/org/uberfire/preferences/client/store/PreferenceStore.java class PreferenceStore (line 43) | public class PreferenceStore { method PreferenceStore (line 53) | public PreferenceStore(final String componentKey, method getDefaultScopeResolutionStrategyInfo (line 68) | public PreferenceScopeResolutionStrategyInfo getDefaultScopeResolution... method getDefaultScopeResolver (line 76) | public PreferenceScopeResolver getDefaultScopeResolver() { method emptySuccessCallback (line 80) | private RemoteCallback emptySuccessCallback() { method defaultErrorCallback (line 85) | private ErrorCallback defaultErrorCallback() { method put (line 89) | public void put(final PreferenceScope scope, method put (line 98) | public void put(final PreferenceScope scope, method put (line 109) | public void put(final PreferenceScope scope, method put (line 120) | public void put(final PreferenceScopeResolutionStrategyInfo scopeR... method put (line 129) | public void put(final PreferenceScopeResolutionStrategyInfo scopeR... method put (line 140) | public void put(final PreferenceScopeResolutionStrategyInfo scopeR... method put (line 151) | public void put(final String key, method put (line 158) | public void put(final String key, method put (line 167) | public void put(final String key, method put (line 178) | public void put(final PreferenceScope scope, method put (line 185) | public void put(final PreferenceScope scope, method put (line 194) | public void put(final PreferenceScope scope, method put (line 203) | public void put(final PreferenceScopeResolutionStrategyInfo scopeR... method put (line 210) | public void put(final PreferenceScopeResolutionStrategyInfo scopeR... method put (line 219) | public void put(final PreferenceScopeResolutionStrategyInfo scopeR... method put (line 228) | public void put(final Map valueByKey) { method put (line 233) | public void put(final Map valueByKey, method put (line 240) | public void put(final Map valueByKey, method putIfAbsent (line 249) | public void putIfAbsent(final PreferenceScope scope, method putIfAbsent (line 258) | public void putIfAbsent(final PreferenceScope scope, method putIfAbsent (line 269) | public void putIfAbsent(final PreferenceScope scope, method putIfAbsent (line 280) | public void putIfAbsent(final PreferenceScopeResolutionStrategyInf... method putIfAbsent (line 289) | public void putIfAbsent(final PreferenceScopeResolutionStrategyInf... method putIfAbsent (line 300) | public void putIfAbsent(final PreferenceScopeResolutionStrategyInf... method putIfAbsent (line 311) | public void putIfAbsent(final String key, method putIfAbsent (line 318) | public void putIfAbsent(final String key, method putIfAbsent (line 327) | public void putIfAbsent(final String key, method putIfAbsent (line 338) | public void putIfAbsent(final PreferenceScope scope, method putIfAbsent (line 345) | public void putIfAbsent(final PreferenceScope scope, method putIfAbsent (line 354) | public void putIfAbsent(final PreferenceScope scope, method putIfAbsent (line 363) | public void putIfAbsent(final PreferenceScopeResolutionStrategyInf... method putIfAbsent (line 370) | public void putIfAbsent(final PreferenceScopeResolutionStrategyInf... method putIfAbsent (line 379) | public void putIfAbsent(final PreferenceScopeResolutionStrategyInf... method putIfAbsent (line 388) | public void putIfAbsent(final Map valueByKey) { method putIfAbsent (line 393) | public void putIfAbsent(final Map valueByKey, method putIfAbsent (line 400) | public void putIfAbsent(final Map valueByKey, method get (line 409) | public void get(final PreferenceScope scope, method get (line 416) | public void get(final PreferenceScope scope, method get (line 425) | public void get(final PreferenceScope scope, method get (line 434) | public void get(final PreferenceScope scope, method get (line 443) | public void get(final PreferenceScope scope, method get (line 454) | public void get(final PreferenceScope scope, method get (line 465) | public void get(final PreferenceScopeResolutionStrategyInfo scopeResol... method get (line 472) | public void get(final PreferenceScopeResolutionStrategyInfo scopeR... method get (line 481) | public void get(final PreferenceScopeResolutionStrategyInfo scopeR... method get (line 490) | public void get(final PreferenceScopeResolutionStrategyInfo scopeR... method get (line 499) | public void get(final PreferenceScopeResolutionStrategyInfo scopeR... method get (line 510) | public void get(final PreferenceScopeResolutionStrategyInfo scopeR... method get (line 521) | public void get(final String key) { method get (line 526) | public void get(final String key, method get (line 533) | public void get(final String key, method get (line 542) | public void get(final String key, method get (line 549) | public void get(final String key, method get (line 558) | public void get(final String key, method getScoped (line 569) | public void getScoped(final PreferenceScopeResolutionStrategyInfo scop... method getScoped (line 576) | public void getScoped(final PreferenceScopeResolutionStrategyInfo ... method getScoped (line 585) | public void getScoped(final PreferenceScopeResolutionStrategyInfo ... method getScoped (line 594) | public void getScoped(final PreferenceScopeResolutionStrategyInfo ... method getScoped (line 603) | public void getScoped(final PreferenceScopeResolutionStrategyInfo ... method getScoped (line 614) | public void getScoped(final PreferenceScopeResolutionStrategyInfo ... method getScoped (line 625) | public void getScoped(final String key) { method getScoped (line 630) | public void getScoped(final String key, method getScoped (line 637) | public void getScoped(final String key, method getScoped (line 646) | public void getScoped(final String key, method getScoped (line 653) | public void getScoped(final String key, method getScoped (line 662) | public void getScoped(final String key, method search (line 673) | public void search(final PreferenceScope scope, method search (line 680) | public void search(final PreferenceScope scope, method search (line 689) | public void search(final PreferenceScope scope, method search (line 698) | public void search(final PreferenceScopeResolutionStrategyInfo scopeRe... method search (line 705) | public void search(final PreferenceScopeResolutionStrategyInfo scopeRe... method search (line 714) | public void search(final PreferenceScopeResolutionStrategyInfo scopeRe... method search (line 723) | public void search(final Collection keys) { method search (line 728) | public void search(final Collection keys, method search (line 735) | public void search(final Collection keys, method searchScoped (line 744) | public void searchScoped(final PreferenceScopeResolutionStrategyInfo s... method searchScoped (line 751) | public void searchScoped(final PreferenceScopeResolutionStrategyInfo s... method searchScoped (line 760) | public void searchScoped(final PreferenceScopeResolutionStrategyInfo s... method searchScoped (line 769) | public void searchScoped(final Collection keys) { method searchScoped (line 774) | public void searchScoped(final Collection keys, method searchScoped (line 781) | public void searchScoped(final Collection keys, method all (line 790) | public void all(final PreferenceScope scope) { method all (line 795) | public void all(final PreferenceScope scope, method all (line 802) | public void all(final PreferenceScope scope, method all (line 809) | public void all(final PreferenceScopeResolutionStrategyInfo scopeResol... method all (line 814) | public void all(final PreferenceScopeResolutionStrategyInfo scopeResol... method all (line 821) | public void all(final PreferenceScopeResolutionStrategyInfo scopeResol... method all (line 828) | public void all() { method all (line 832) | public void all(final RemoteCallback> successCallb... method all (line 837) | public void all(final RemoteCallback> successCallb... method allScoped (line 844) | public void allScoped(final PreferenceScopeResolutionStrategyInfo scop... method allScoped (line 849) | public void allScoped(final PreferenceScopeResolutionStrategyInfo scop... method allScoped (line 856) | public void allScoped(final PreferenceScopeResolutionStrategyInfo scop... method allScoped (line 863) | public void allScoped() { method allScoped (line 867) | public void allScoped(final RemoteCallback scopes, method remove (line 911) | public void remove(final List scopes, method remove (line 920) | public void remove(final List scopes, FILE: uberfire-preferences/uberfire-preferences-client/src/main/java/org/uberfire/preferences/client/store/PreferenceStoreIOCProvider.java class PreferenceStoreIOCProvider (line 32) | @IOCProvider method provide (line 45) | @Override method getScopeResolutionStrategy (line 57) | private PreferenceScopeResolutionStrategy getScopeResolutionStrategy(f... FILE: uberfire-preferences/uberfire-preferences-client/src/main/java/org/uberfire/preferences/client/utils/PreferenceQualifierUtils.java class PreferenceQualifierUtils (line 23) | public class PreferenceQualifierUtils { method getComponentKeyIfExists (line 25) | public static String getComponentKeyIfExists(final Annotation[] qualif... FILE: uberfire-preferences/uberfire-preferences-client/src/test/java/org/uberfire/ext/preferences/client/scope/ClientUsernameProviderTest.java class ClientUsernameProviderTest (line 27) | public class ClientUsernameProviderTest { method setup (line 33) | @Before method testLoggedUserName (line 39) | @Test FILE: uberfire-preferences/uberfire-preferences-client/src/test/java/org/uberfire/preferences/client/store/PreferenceBeanStoreClientImplTest.java class PreferenceBeanStoreClientImplTest (line 33) | public class PreferenceBeanStoreClientImplTest { method before (line 37) | @Before method testLoad (line 42) | @Test method testLoadWithPreferenceScopeResolutionStrategyInfo (line 54) | @Test class MyPreferencePortable (line 67) | private static class MyPreferencePortable implements BasePreferencePor... method getPojoClass (line 71) | @Override method identifier (line 76) | @Override method parents (line 81) | @Override method bundleKey (line 86) | @Override method set (line 91) | @Override method get (line 97) | @Override method getPropertiesTypes (line 102) | @Override method isPersistable (line 107) | @Override method defaultValue (line 112) | @Override FILE: uberfire-preferences/uberfire-preferences-processors/src/main/java/org/uberfire/ext/preferences/processors/GeneratorContext.java type GeneratorContext (line 19) | public enum GeneratorContext { FILE: uberfire-preferences/uberfire-preferences-processors/src/main/java/org/uberfire/ext/preferences/processors/PropertyData.java class PropertyData (line 38) | public class PropertyData { method PropertyData (line 58) | public PropertyData(final Element element, method setupValidators (line 86) | void setupValidators(AnnotationMirror propertyAnnotationMirror, method getFieldName (line 100) | public String getFieldName() { method getCapitalizedFieldName (line 104) | public String getCapitalizedFieldName() { method getTypeFullName (line 108) | public String getTypeFullName() { method isShared (line 112) | public boolean isShared() { method isSubPreference (line 116) | public boolean isSubPreference() { method getFormType (line 120) | public PropertyFormType getFormType() { method isPrivateAccess (line 124) | public boolean isPrivateAccess() { method isPrimitive (line 128) | public boolean isPrimitive() { method getValidators (line 132) | public List getValidators() { method hasValidators (line 136) | public boolean hasValidators() { method getHashCodeFormula (line 140) | public String getHashCodeFormula() { method getFieldAccessorCommand (line 165) | public String getFieldAccessorCommand() { FILE: uberfire-preferences/uberfire-preferences-processors/src/main/java/org/uberfire/ext/preferences/processors/WorkbenchPreferenceGeneratedImplGenerator.java class WorkbenchPreferenceGeneratedImplGenerator (line 47) | public class WorkbenchPreferenceGeneratedImplGenerator extends AbstractG... method WorkbenchPreferenceGeneratedImplGenerator (line 52) | public WorkbenchPreferenceGeneratedImplGenerator(final GeneratorContex... method generate (line 56) | @Override method getTargetClassName (line 254) | public String getTargetClassName() { FILE: uberfire-preferences/uberfire-preferences-processors/src/main/java/org/uberfire/ext/preferences/processors/WorkbenchPreferenceProcessor.java class WorkbenchPreferenceProcessor (line 41) | @SupportedAnnotationTypes(WorkbenchPreferenceProcessor.WORKBENCH_PREFERE... method WorkbenchPreferenceProcessor (line 49) | public WorkbenchPreferenceProcessor() { method WorkbenchPreferenceProcessor (line 53) | WorkbenchPreferenceProcessor(final GenerationCompleteCallback callback) { method processWithExceptions (line 59) | @Override method generate (line 112) | private void generate(final Messager messager, FILE: uberfire-preferences/uberfire-preferences-processors/src/test/java/org/uberfire/ext/preferences/processors/AbstractProcessorTest.java class AbstractProcessorTest (line 46) | public abstract class AbstractProcessorTest { method compile (line 56) | public List> compile(final Proces... method convertCompilationUnitToFilePaths (line 89) | private String[] convertCompilationUnitToFilePaths(String[] compilatio... method getExpectedSourceCode (line 103) | public String getExpectedSourceCode(final String compilationUnit) thro... method assertSuccessfulCompilation (line 130) | public void assertSuccessfulCompilation(final List getMessages() { method getErrorMessages (line 53) | public List getErrorMessages() { method getWarningMessages (line 57) | public List getWarningMessages() { method getInformationMessages (line 61) | public List getInformationMessages() { method filterMessages (line 65) | private List filterMessages(final Level level) { method addBuildMessage (line 75) | public void addBuildMessage(final BuildMessage message) { method addBuildMessage (line 79) | public void addBuildMessage(final int index, method addAllBuildMessages (line 85) | public void addAllBuildMessages(List buildMessages) { method getParameters (line 89) | public Map getParameters() { method addParameter (line 93) | public void addParameter(String name, String value) { method getParameter (line 97) | public String getParameter(String name) { method getRootPathURI (line 101) | public String getRootPathURI() { method setRootPathURI (line 105) | public void setRootPathURI(String rootPathURI) { FILE: uberfire-project/uberfire-project-api/src/main/java/org/guvnor/common/services/project/builder/model/IncrementalBuildResults.java class IncrementalBuildResults (line 28) | @Portable method IncrementalBuildResults (line 37) | public IncrementalBuildResults() { method IncrementalBuildResults (line 41) | public IncrementalBuildResults(final GAV gav) { method getGAV (line 45) | public GAV getGAV() { method getAddedMessages (line 49) | public List getAddedMessages() { method getRemovedMessages (line 53) | public List getRemovedMessages() { method addAddedMessage (line 57) | public void addAddedMessage(final BuildMessage message) { method addRemovedMessage (line 61) | public void addRemovedMessage(final BuildMessage message) { method addAllAddedMessages (line 65) | public void addAllAddedMessages(List buildMessages) { method addAllRemovedMessages (line 69) | public void addAllRemovedMessages(List buildMessages) { method getParameters (line 73) | public Map getParameters() { method addParameter (line 77) | public void addParameter(String name, String value) { method getParameter (line 81) | public String getParameter(String name) { method getRootPathURI (line 85) | public String getRootPathURI() { method setRootPathURI (line 89) | public void setRootPathURI(String rootPathURI) { FILE: uberfire-project/uberfire-project-api/src/main/java/org/guvnor/common/services/project/builder/service/BuildService.java type BuildService (line 30) | @Remote method build (line 37) | BuildResults build(final Module module); method buildAndDeploy (line 43) | BuildResults buildAndDeploy(final Module module); method buildAndDeploy (line 50) | BuildResults buildAndDeploy(final Module module, method buildAndDeploy (line 58) | BuildResults buildAndDeploy(final Module module, method buildAndDeploy (line 68) | BuildResults buildAndDeploy(final Module module, method isBuilt (line 77) | boolean isBuilt(final Module module); method addPackageResource (line 83) | IncrementalBuildResults addPackageResource(final Path resource); method deletePackageResource (line 89) | IncrementalBuildResults deletePackageResource(final Path resource); method updatePackageResource (line 95) | IncrementalBuildResults updatePackageResource(final Path resource); method applyBatchResourceChanges (line 102) | IncrementalBuildResults applyBatchResourceChanges(final Module module, FILE: uberfire-project/uberfire-project-api/src/main/java/org/guvnor/common/services/project/builder/service/BuildValidationHelper.java type BuildValidationHelper (line 26) | public interface BuildValidationHelper { method accepts (line 33) | boolean accepts(final Path path); method validate (line 40) | List validate(final Path path); FILE: uberfire-project/uberfire-project-api/src/main/java/org/guvnor/common/services/project/builder/service/PostBuildHandler.java type PostBuildHandler (line 26) | public interface PostBuildHandler { method process (line 32) | void process(BuildResults buildResults); FILE: uberfire-project/uberfire-project-api/src/main/java/org/guvnor/common/services/project/categories/Decision.java class Decision (line 24) | @ApplicationScoped method getName (line 29) | @Override FILE: uberfire-project/uberfire-project-api/src/main/java/org/guvnor/common/services/project/categories/Form.java class Form (line 24) | @ApplicationScoped method getName (line 29) | @Override FILE: uberfire-project/uberfire-project-api/src/main/java/org/guvnor/common/services/project/categories/Model.java class Model (line 24) | @ApplicationScoped method getName (line 29) | @Override FILE: uberfire-project/uberfire-project-api/src/main/java/org/guvnor/common/services/project/categories/Optimization.java class Optimization (line 24) | @ApplicationScoped method getName (line 29) | @Override FILE: uberfire-project/uberfire-project-api/src/main/java/org/guvnor/common/services/project/categories/Process.java class Process (line 24) | @ApplicationScoped method getName (line 29) | @Override FILE: uberfire-project/uberfire-project-api/src/main/java/org/guvnor/common/services/project/context/ProjectContextChangeHandle.java class ProjectContextChangeHandle (line 19) | public class ProjectContextChangeHandle { FILE: uberfire-project/uberfire-project-api/src/main/java/org/guvnor/common/services/project/context/WorkspaceProjectContextChangeEvent.java class WorkspaceProjectContextChangeEvent (line 34) | @Portable method WorkspaceProjectContextChangeEvent (line 43) | public WorkspaceProjectContextChangeEvent() { method WorkspaceProjectContextChangeEvent (line 50) | public WorkspaceProjectContextChangeEvent(final OrganizationalUnit ou) { method WorkspaceProjectContextChangeEvent (line 57) | public WorkspaceProjectContextChangeEvent(final WorkspaceProject works... method WorkspaceProjectContextChangeEvent (line 62) | public WorkspaceProjectContextChangeEvent(final WorkspaceProject works... method WorkspaceProjectContextChangeEvent (line 69) | public WorkspaceProjectContextChangeEvent(final WorkspaceProject works... method getOrganizationalUnit (line 78) | public OrganizationalUnit getOrganizationalUnit() { method getWorkspaceProject (line 82) | public WorkspaceProject getWorkspaceProject() { method getModule (line 86) | public Module getModule() { method getPackage (line 90) | public Package getPackage() { method hashCode (line 94) | @Override method equals (line 105) | @Override method toString (line 120) | @Override FILE: uberfire-project/uberfire-project-api/src/main/java/org/guvnor/common/services/project/context/WorkspaceProjectContextChangeHandler.java type WorkspaceProjectContextChangeHandler (line 19) | public interface WorkspaceProjectContextChangeHandler { method onChange (line 21) | void onChange(WorkspaceProjectContextChangeEvent previous, WorkspacePr... FILE: uberfire-project/uberfire-project-api/src/main/java/org/guvnor/common/services/project/editor/type/POMResourceTypeDefinition.java class POMResourceTypeDefinition (line 26) | @ApplicationScoped method POMResourceTypeDefinition (line 32) | public POMResourceTypeDefinition() { method POMResourceTypeDefinition (line 35) | @Inject method getCategory (line 40) | @Override method getShortName (line 45) | @Override method getDescription (line 50) | @Override method getPrefix (line 55) | @Override method getSuffix (line 60) | @Override method getPriority (line 65) | @Override method getSimpleWildcardPattern (line 70) | @Override method accept (line 75) | @Override FILE: uberfire-project/uberfire-project-api/src/main/java/org/guvnor/common/services/project/events/DeleteModuleEvent.java class DeleteModuleEvent (line 24) | @Portable method DeleteModuleEvent (line 29) | public DeleteModuleEvent() { method DeleteModuleEvent (line 32) | public DeleteModuleEvent(final Module module) { method getModule (line 36) | public Module getModule() { FILE: uberfire-project/uberfire-project-api/src/main/java/org/guvnor/common/services/project/events/ModuleUpdatedEvent.java class ModuleUpdatedEvent (line 24) | @Portable method ModuleUpdatedEvent (line 30) | public ModuleUpdatedEvent() { method ModuleUpdatedEvent (line 33) | public ModuleUpdatedEvent(final Module oldModule, method getOldModule (line 39) | public Module getOldModule() { method getNewModule (line 43) | public Module getNewModule() { FILE: uberfire-project/uberfire-project-api/src/main/java/org/guvnor/common/services/project/events/NewModuleEvent.java class NewModuleEvent (line 24) | @Portable method NewModuleEvent (line 31) | public NewModuleEvent() { method NewModuleEvent (line 34) | public NewModuleEvent(final Module module, method getModule (line 42) | public Module getModule() { method getSessionId (line 46) | public String getSessionId() { method getIdentity (line 50) | public String getIdentity() { FILE: uberfire-project/uberfire-project-api/src/main/java/org/guvnor/common/services/project/events/NewPackageEvent.java class NewPackageEvent (line 24) | @Portable method NewPackageEvent (line 29) | public NewPackageEvent() { method NewPackageEvent (line 32) | public NewPackageEvent(final Package pkg) { method getPackage (line 36) | public Package getPackage() { FILE: uberfire-project/uberfire-project-api/src/main/java/org/guvnor/common/services/project/events/NewProjectEvent.java class NewProjectEvent (line 22) | @Portable method NewProjectEvent (line 28) | public NewProjectEvent() { method NewProjectEvent (line 31) | public NewProjectEvent(final WorkspaceProject workspaceProject) { method getWorkspaceProject (line 35) | public WorkspaceProject getWorkspaceProject() { FILE: uberfire-project/uberfire-project-api/src/main/java/org/guvnor/common/services/project/events/RepositoryContributorsUpdatedEvent.java class RepositoryContributorsUpdatedEvent (line 24) | @Portable method RepositoryContributorsUpdatedEvent (line 30) | public RepositoryContributorsUpdatedEvent() { method RepositoryContributorsUpdatedEvent (line 33) | public RepositoryContributorsUpdatedEvent(@MapsTo("repository") final ... method getRepository (line 37) | public Repository getRepository() { FILE: uberfire-project/uberfire-project-api/src/main/java/org/guvnor/common/services/project/model/Build.java class Build (line 23) | @Portable method getPlugins (line 28) | public List getPlugins() { method setPlugins (line 32) | public void setPlugins(List plugins) { FILE: uberfire-project/uberfire-project-api/src/main/java/org/guvnor/common/services/project/model/Dependencies.java class Dependencies (line 29) | @Portable method Dependencies (line 35) | public Dependencies() { method Dependencies (line 39) | public Dependencies(final List dependencies) { method containsDependency (line 43) | public boolean containsDependency(final GAV other) { method get (line 52) | public Dependency get(final GAV gav) { method getGavs (line 62) | public Collection getGavs(final String... scopes) { method getCompileScopedGavs (line 74) | public Collection getCompileScopedGavs() { method size (line 81) | @Override method isEmpty (line 86) | @Override method contains (line 91) | @Override method iterator (line 96) | @Override method toArray (line 101) | @Override method toArray (line 106) | @Override method add (line 111) | @Override method remove (line 116) | @Override method containsAll (line 121) | @Override method addAll (line 126) | @Override method addAll (line 131) | @Override method removeAll (line 138) | @Override method retainAll (line 143) | @Override method clear (line 148) | @Override method get (line 153) | @Override method set (line 158) | @Override method add (line 164) | @Override method remove (line 169) | @Override method indexOf (line 174) | @Override method lastIndexOf (line 179) | @Override method listIterator (line 184) | @Override method listIterator (line 189) | @Override method subList (line 194) | @Override FILE: uberfire-project/uberfire-project-api/src/main/java/org/guvnor/common/services/project/model/Dependency.java class Dependency (line 21) | @Portable method Dependency (line 27) | public Dependency() { method Dependency (line 30) | public Dependency(GAV gav) { method getScope (line 36) | public String getScope() { method setScope (line 40) | public void setScope(String scope) { FILE: uberfire-project/uberfire-project-api/src/main/java/org/guvnor/common/services/project/model/GAV.java class GAV (line 26) | @Portable method GAV (line 33) | public GAV() { method GAV (line 39) | public GAV(final String gavString) { method GAV (line 50) | public GAV(final String groupId, method getGroupId (line 58) | public String getGroupId() { method getArtifactId (line 62) | public String getArtifactId() { method getVersion (line 66) | public String getVersion() { method setGroupId (line 70) | public void setGroupId(String groupId) { method setArtifactId (line 74) | public void setArtifactId(String artifactId) { method setVersion (line 78) | public void setVersion(String version) { method toString (line 82) | @Override method isGAVEqual (line 87) | public boolean isGAVEqual(Object o) { method isSnapshot (line 91) | public boolean isSnapshot() { method equals (line 95) | @Override method hashCode (line 119) | @Override FILE: uberfire-project/uberfire-project-api/src/main/java/org/guvnor/common/services/project/model/HasListFormComboPanelProperties.java type HasListFormComboPanelProperties (line 19) | public interface HasListFormComboPanelProperties { method getName (line 21) | String getName(); method setName (line 23) | void setName(String name); method isDefault (line 25) | public boolean isDefault(); method setDefault (line 27) | void setDefault(boolean theDefault); FILE: uberfire-project/uberfire-project-api/src/main/java/org/guvnor/common/services/project/model/MavenRepository.java class MavenRepository (line 20) | @Portable method getId (line 27) | public String getId() { method setId (line 31) | public void setId(String id) { method getName (line 35) | public String getName() { method setName (line 39) | public void setName(String name) { method getUrl (line 43) | public String getUrl() { method setUrl (line 47) | public void setUrl(String url) { method equals (line 51) | @Override method hashCode (line 75) | @Override FILE: uberfire-project/uberfire-project-api/src/main/java/org/guvnor/common/services/project/model/MavenRepositoryMetadata.java class MavenRepositoryMetadata (line 25) | @Portable method MavenRepositoryMetadata (line 32) | public MavenRepositoryMetadata() { method MavenRepositoryMetadata (line 36) | public MavenRepositoryMetadata(final @MapsTo("id") String id, method getId (line 47) | public String getId() { method getSource (line 51) | public MavenRepositorySource getSource() { method getUrl (line 55) | public String getUrl() { method equals (line 59) | @Override method hashCode (line 79) | @Override FILE: uberfire-project/uberfire-project-api/src/main/java/org/guvnor/common/services/project/model/MavenRepositorySource.java type MavenRepositorySource (line 24) | @Portable FILE: uberfire-project/uberfire-project-api/src/main/java/org/guvnor/common/services/project/model/Module.java class Module (line 32) | @Portable method Module (line 43) | public Module() { method Module (line 47) | public Module(final Path rootPath, method Module (line 55) | public Module(final Path rootPath, method Module (line 65) | public Module(Path rootPath, method getNumberOfAssets (line 71) | public int getNumberOfAssets() { method setNumberOfAssets (line 75) | public void setNumberOfAssets(int numberOfAssets) { method getRootPath (line 79) | public Path getRootPath() { method getPomXMLPath (line 83) | public Path getPomXMLPath() { method getModuleName (line 87) | public String getModuleName() { method getIdentifier (line 97) | public String getIdentifier() { method getEncodedIdentifier (line 101) | public String getEncodedIdentifier() { method getModules (line 105) | public Collection getModules() { method getPom (line 109) | public POM getPom() { method setPom (line 113) | public void setPom(POM pom) { method hashCode (line 117) | @Override method equals (line 131) | @Override FILE: uberfire-project/uberfire-project-api/src/main/java/org/guvnor/common/services/project/model/ModuleRepositories.java class ModuleRepositories (line 25) | @Portable method ModuleRepositories (line 30) | public ModuleRepositories() { method ModuleRepositories (line 34) | public ModuleRepositories(final @MapsTo("repositories") Set getRepositories() { method filterByIncluded (line 42) | public MavenRepositoryMetadata[] filterByIncluded() { class ModuleRepository (line 54) | @Portable method ModuleRepository (line 60) | public ModuleRepository(final @MapsTo("include") boolean include, method isIncluded (line 67) | public boolean isIncluded() { method setIncluded (line 71) | public void setIncluded(final boolean include) { method getMetadata (line 75) | public MavenRepositoryMetadata getMetadata() { method equals (line 79) | @Override method hashCode (line 96) | @Override FILE: uberfire-project/uberfire-project-api/src/main/java/org/guvnor/common/services/project/model/POM.java class POM (line 24) | @Portable method POM (line 43) | public POM() { method POM (line 48) | public POM(final GAV gav) { method POM (line 56) | public POM(final String name, method POM (line 68) | public POM(final String name, method getGav (line 82) | public GAV getGav() { method getDependencies (line 86) | public Dependencies getDependencies() { method setDependencies (line 90) | public void setDependencies(List dependencies) { method addRepository (line 94) | public void addRepository(MavenRepository mavenRepository) { method getRepositories (line 98) | public List getRepositories() { method getModelVersion (line 102) | public String getModelVersion() { method getName (line 106) | public String getName() { method setName (line 110) | public void setName(String name) { method getDescription (line 114) | public String getDescription() { method setDescription (line 118) | public void setDescription(String description) { method getUrl (line 122) | public String getUrl() { method setUrl (line 126) | public void setUrl(String url) { method getParent (line 130) | public GAV getParent() { method setParent (line 134) | public void setParent(GAV parent) { method getModules (line 138) | public List getModules() { method getBuild (line 142) | public Build getBuild() { method setBuild (line 146) | public void setBuild(Build build) { method setModules (line 150) | public void setModules(List modules) { method isMultiModule (line 154) | public boolean isMultiModule() { method setPackaging (line 158) | public void setPackaging(String packaging) { method getPackaging (line 162) | public String getPackaging() { method hasParent (line 166) | public boolean hasParent() { method equals (line 170) | @Override method hashCode (line 209) | @Override FILE: uberfire-project/uberfire-project-api/src/main/java/org/guvnor/common/services/project/model/Package.java class Package (line 26) | @Portable method Package (line 38) | public Package() { method Package (line 42) | public Package(final Path moduleRootPath, method getModuleRootPath (line 64) | public Path getModuleRootPath() { method getPackageMainSrcPath (line 68) | public Path getPackageMainSrcPath() { method getPackageTestSrcPath (line 72) | public Path getPackageTestSrcPath() { method getPackageMainResourcesPath (line 76) | public Path getPackageMainResourcesPath() { method getPackageTestResourcesPath (line 80) | public Path getPackageTestResourcesPath() { method getPackageName (line 84) | public String getPackageName() { method getCaption (line 88) | public String getCaption() { method getRelativeCaption (line 92) | public String getRelativeCaption() { method equals (line 96) | @Override method hashCode (line 132) | @Override FILE: uberfire-project/uberfire-project-api/src/main/java/org/guvnor/common/services/project/model/Plugin.java class Plugin (line 23) | @Portable method getDependencies (line 32) | public List getDependencies() { method setDependencies (line 36) | public void setDependencies(List dependencies) { method setGroupId (line 40) | public void setGroupId(String groupId) { method getGroupId (line 44) | public String getGroupId() { method setArtifactId (line 48) | public void setArtifactId(String artifactId) { method getArtifactId (line 52) | public String getArtifactId() { method setVersion (line 56) | public void setVersion(String version) { method getVersion (line 60) | public String getVersion() { method setExtensions (line 64) | public void setExtensions(boolean extensions) { method isExtensions (line 68) | public boolean isExtensions() { FILE: uberfire-project/uberfire-project-api/src/main/java/org/guvnor/common/services/project/model/ProjectImports.java class ProjectImports (line 21) | @Portable method getImports (line 28) | public Imports getImports() { method equals (line 32) | @Override method hashCode (line 53) | @Override FILE: uberfire-project/uberfire-project-api/src/main/java/org/guvnor/common/services/project/model/WorkItemHandlerModel.java class WorkItemHandlerModel (line 21) | @Portable method getType (line 27) | public String getType() { method setType (line 31) | public void setType(String type) { method getName (line 35) | public String getName() { method setName (line 39) | public void setName(String name) { method equals (line 43) | @Override method hashCode (line 64) | @Override FILE: uberfire-project/uberfire-project-api/src/main/java/org/guvnor/common/services/project/model/WorkspaceProject.java class WorkspaceProject (line 29) | @Portable method WorkspaceProject (line 49) | public WorkspaceProject() { method WorkspaceProject (line 52) | public WorkspaceProject(final OrganizationalUnit organizationalUnit, method getOrganizationalUnit (line 65) | public OrganizationalUnit getOrganizationalUnit() { method getRepository (line 74) | public Repository getRepository() { method getBranch (line 83) | public Branch getBranch() { method getMainModule (line 90) | public Module getMainModule() { method getEncodedIdentifier (line 94) | public String getEncodedIdentifier() { method requiresRefresh (line 98) | @Override method getName (line 107) | public String getName() { method markAsCached (line 120) | @Override method getRootPath (line 129) | public Path getRootPath() { method getSpace (line 133) | public Space getSpace(){ method equals (line 137) | @Override method hashCode (line 163) | @Override FILE: uberfire-project/uberfire-project-api/src/main/java/org/guvnor/common/services/project/model/WorkspaceProjectWizard.java type WorkspaceProjectWizard (line 21) | public interface WorkspaceProjectWizard { method initialise (line 23) | void initialise(); method initialise (line 25) | void initialise(final POM pom); method start (line 27) | void start(final Callback callback, FILE: uberfire-project/uberfire-project-api/src/main/java/org/guvnor/common/services/project/preferences/GAVPreferences.java class GAVPreferences (line 24) | @WorkbenchPreference(identifier = "GAVPreferences", method defaultValue (line 42) | @Override method isConflictingGAVCheckDisabled (line 61) | public boolean isConflictingGAVCheckDisabled() { method setConflictingGAVCheckDisabled (line 65) | public void setConflictingGAVCheckDisabled(final boolean conflictingGA... method isChildGAVEditEnabled (line 69) | public boolean isChildGAVEditEnabled() { method setChildGAVEditEnabled (line 73) | public void setChildGAVEditEnabled(final boolean childGAVEditEnabled) { FILE: uberfire-project/uberfire-project-api/src/main/java/org/guvnor/common/services/project/preferences/GeneralPreferences.java class GeneralPreferences (line 22) | @WorkbenchPreference(identifier = "GeneralPreferences", FILE: uberfire-project/uberfire-project-api/src/main/java/org/guvnor/common/services/project/project/ModuleFactory.java type ModuleFactory (line 21) | public interface ModuleFactory { method simpleModuleInstance (line 23) | T simpleModuleInstance(org.uberfire.java.nio.file.Path parent); FILE: uberfire-project/uberfire-project-api/src/main/java/org/guvnor/common/services/project/project/WorkspaceProjectMigrationService.java type WorkspaceProjectMigrationService (line 19) | public interface WorkspaceProjectMigrationService { method migrate (line 21) | void migrate(final WorkspaceProject legacyWorkspaceProject); FILE: uberfire-project/uberfire-project-api/src/main/java/org/guvnor/common/services/project/security/ProjectPermissionsService.java type ProjectPermissionsService (line 25) | @Remote method loadBranchPermissions (line 28) | BranchPermissions loadBranchPermissions(final String spaceName, method loadBranchPermissions (line 32) | Map loadBranchPermissions(final String spac... FILE: uberfire-project/uberfire-project-api/src/main/java/org/guvnor/common/services/project/security/ProjectResourceType.java class ProjectResourceType (line 21) | @Portable method getName (line 24) | @Override FILE: uberfire-project/uberfire-project-api/src/main/java/org/guvnor/common/services/project/service/BaseArchetypeService.java type BaseArchetypeService (line 23) | public interface BaseArchetypeService { method getTemplateRepository (line 32) | Repository getTemplateRepository(String alias, String spaceName); FILE: uberfire-project/uberfire-project-api/src/main/java/org/guvnor/common/services/project/service/DeploymentMode.java type DeploymentMode (line 24) | @Portable FILE: uberfire-project/uberfire-project-api/src/main/java/org/guvnor/common/services/project/service/GAVAlreadyExistsException.java class GAVAlreadyExistsException (line 30) | @Portable method GAVAlreadyExistsException (line 36) | public GAVAlreadyExistsException() { method GAVAlreadyExistsException (line 40) | public GAVAlreadyExistsException(final GAV gav, method getGAV (line 49) | public GAV getGAV() { method getRepositories (line 53) | public Set getRepositories() { FILE: uberfire-project/uberfire-project-api/src/main/java/org/guvnor/common/services/project/service/ModuleRepositoriesService.java type ModuleRepositoriesService (line 24) | @Remote method create (line 28) | ModuleRepositories create(final Path path); method save (line 30) | Path save(final Path path, FILE: uberfire-project/uberfire-project-api/src/main/java/org/guvnor/common/services/project/service/ModuleRepositoryResolver.java type ModuleRepositoryResolver (line 26) | @Remote method getRemoteRepositoriesMetaData (line 34) | Set getRemoteRepositoriesMetaData(); method getRemoteRepositoriesMetaData (line 43) | Set getRemoteRepositoriesMetaData(final Modul... method getRepositoriesResolvingArtifact (line 51) | Set getRepositoriesResolvingArtifact(final GA... method getRepositoriesResolvingArtifact (line 61) | Set getRepositoriesResolvingArtifact(final GA... method getRepositoriesResolvingArtifact (line 71) | Set getRepositoriesResolvingArtifact(final St... FILE: uberfire-project/uberfire-project-api/src/main/java/org/guvnor/common/services/project/service/ModuleResourceResolver.java type ModuleResourceResolver (line 24) | public interface ModuleResourceResolver { method resolveModule (line 31) | T resolveModule(final Path resource); method resolveModule (line 39) | T resolveModule(final Path resource, boolean loadPOM); method resolveParentModule (line 41) | Module resolveParentModule(final Path resource); method resolveToParentModule (line 43) | Module resolveToParentModule(final Path resource); method resolvePackages (line 50) | Set resolvePackages(final Module module); method resolvePackages (line 58) | Set resolvePackages(final Module module, method resolvePackages (line 61) | Set resolvePackages(final Package pkg); method resolveDefaultPackage (line 63) | Package resolveDefaultPackage(final Module module); method resolveDefaultWorkspacePackage (line 65) | Package resolveDefaultWorkspacePackage(final Module module); method resolveParentPackage (line 67) | Package resolveParentPackage(final Package pkg); method resolveDefaultPath (line 77) | Path resolveDefaultPath(final Package pkg, method isPom (line 85) | boolean isPom(Path resource); method resolvePackage (line 94) | org.guvnor.common.services.project.model.Package resolvePackage(final ... FILE: uberfire-project/uberfire-project-api/src/main/java/org/guvnor/common/services/project/service/ModuleService.java type ModuleService (line 22) | @Remote FILE: uberfire-project/uberfire-project-api/src/main/java/org/guvnor/common/services/project/service/ModuleServiceCore.java type ModuleServiceCore (line 26) | public interface ModuleServiceCore { method getAllModules (line 33) | Set getAllModules(final Branch branch); method newModule (line 41) | T newModule(final Path repositoryRoot, method newModule (line 51) | T newModule(final Path repositoryRoot, method newPackage (line 61) | org.guvnor.common.services.project.model.Package newPackage(final Pack... method rename (line 64) | Path rename(final Path pathToPomXML, method delete (line 68) | void delete(final Path pathToPomXML, method copy (line 71) | void copy(final Path pathToPomXML, method reImport (line 75) | void reImport(final Path pathToPomXML); method createModuleDirectories (line 77) | void createModuleDirectories(final Path repositoryRoot); FILE: uberfire-project/uberfire-project-api/src/main/java/org/guvnor/common/services/project/service/POMService.java type POMService (line 25) | @Remote method create (line 34) | Path create(final Path projectRoot, method save (line 37) | Path save(final Path path, FILE: uberfire-project/uberfire-project-api/src/main/java/org/guvnor/common/services/project/service/PackageAlreadyExistsException.java class PackageAlreadyExistsException (line 25) | @Portable method PackageAlreadyExistsException (line 28) | public PackageAlreadyExistsException() { method PackageAlreadyExistsException (line 32) | public PackageAlreadyExistsException(String file) { method PackageAlreadyExistsException (line 36) | public PackageAlreadyExistsException(String file, FILE: uberfire-project/uberfire-project-api/src/main/java/org/guvnor/common/services/project/service/WorkspaceProjectSearchService.java type WorkspaceProjectSearchService (line 28) | @Remote method searchByName (line 45) | Collection searchByName(String pattern, FILE: uberfire-project/uberfire-project-api/src/main/java/org/guvnor/common/services/project/service/WorkspaceProjectService.java type WorkspaceProjectService (line 32) | @Remote method getAllWorkspaceProjects (line 35) | Collection getAllWorkspaceProjects(); method getAllWorkspaceProjects (line 37) | Collection getAllWorkspaceProjects(final Organizatio... method getAllWorkspaceProjectsByName (line 39) | Collection getAllWorkspaceProjectsByName(final Organ... method spaceHasNoProjectsWithName (line 42) | boolean spaceHasNoProjectsWithName(final OrganizationalUnit organizati... method newProject (line 46) | WorkspaceProject newProject(final OrganizationalUnit organizationalUnit, method newProject (line 49) | WorkspaceProject newProject(final OrganizationalUnit organizationalUnit, method newProject (line 53) | WorkspaceProject newProject(final OrganizationalUnit organizationalUnit, method newProject (line 58) | WorkspaceProject newProject(final OrganizationalUnit organizationalUnit, method newProject (line 64) | WorkspaceProject newProject(final OrganizationalUnit organizationalUnit, method createFreshProjectName (line 71) | String createFreshProjectName(final OrganizationalUnit organizationalU... method resolveProject (line 74) | WorkspaceProject resolveProject(final Repository repository); method resolveProject (line 76) | WorkspaceProject resolveProject(final Space space, final Branch branch); method resolveProject (line 78) | WorkspaceProject resolveProject(final Space space, final Module module); method resolveProject (line 80) | WorkspaceProject resolveProject(final Path module); method resolveProject (line 82) | WorkspaceProject resolveProject(final Space space, final Path module); method resolveProject (line 84) | WorkspaceProject resolveProject(final Space space, final String name); method resolveProject (line 86) | WorkspaceProject resolveProject(final Space space, method resolveProjectByRepositoryAlias (line 90) | WorkspaceProject resolveProjectByRepositoryAlias(final Space space, fi... method addBranch (line 92) | void addBranch(final String newBranchName, method removeBranch (line 97) | void removeBranch(final String branchName, FILE: uberfire-project/uberfire-project-api/src/main/java/org/guvnor/common/services/project/utils/ModuleResourcePaths.java type ModuleResourcePaths (line 19) | public interface ModuleResourcePaths { FILE: uberfire-project/uberfire-project-api/src/main/java/org/guvnor/common/services/project/utils/NewWorkspaceProjectUtils.java class NewWorkspaceProjectUtils (line 19) | public class NewWorkspaceProjectUtils { method sanitizeProjectName (line 25) | public static String sanitizeProjectName(final String projectName) { FILE: uberfire-project/uberfire-project-api/src/test/java/org/guvnor/common/services/project/model/DependenciesTest.java class DependenciesTest (line 26) | public class DependenciesTest { method setUp (line 31) | @Before method testGetAllGAVs (line 47) | @Test method testFindByGav (line 65) | @Test method testNullWhenNoResults (line 71) | @Test method assertContains (line 76) | private static void assertContains(final Collection gavs, method testContainsGAV (line 91) | @Test method testGetTestScopedGAVs (line 101) | @Test method testGetCompileScopedGAVs (line 111) | @Test method testGetCompileScopedGavsMethod (line 121) | @Test FILE: uberfire-project/uberfire-project-api/src/test/java/org/guvnor/common/services/project/model/GAVTest.java class GAVTest (line 23) | public class GAVTest { method testGAVFromString (line 25) | @Test method whenGivenNullString_throwsIllegalArgumentException (line 34) | @Test method createGavFromString (line 41) | @Test method whenGivenInvalidGav_throwsIllegalArgumentExceptions (line 54) | @Test method isSnapshotTest (line 65) | @Test FILE: uberfire-project/uberfire-project-api/src/test/java/org/guvnor/common/services/project/model/ModuleTest.java class ModuleTest (line 24) | public class ModuleTest { method nameIsSet (line 26) | @Test method nameNotSetUseArtifactId (line 40) | @Test method nameNotSetGAVNotSet (line 53) | @Test FILE: uberfire-project/uberfire-project-api/src/test/java/org/guvnor/common/services/project/model/POMTest.java class POMTest (line 7) | public class POMTest { method isMultiModuleTest (line 9) | @Test FILE: uberfire-project/uberfire-project-api/src/test/java/org/guvnor/common/services/project/model/WorkspaceProjectTest.java class WorkspaceProjectTest (line 28) | public class WorkspaceProjectTest { method OUCanNotBeNull (line 30) | @Test method ProjectCanNotBeNull (line 40) | @Test method BranchCanNotBeNull (line 50) | @Test method ModuleCanBeNull (line 60) | @Test method getNameNoModule (line 68) | @Test method getName (line 82) | @Test method getNameNoModuleName (line 99) | @Test method getRootPath (line 116) | @Test method requiresRefresh (line 131) | @Test FILE: uberfire-project/uberfire-project-api/src/test/java/org/guvnor/common/services/project/preferences/GAVPreferencesTest.java class GAVPreferencesTest (line 23) | public class GAVPreferencesTest { method defaultValueTest (line 25) | @Test method clearProperties (line 44) | @After FILE: uberfire-project/uberfire-project-api/src/test/java/org/guvnor/common/services/project/utils/NewWorkspaceProjectUtilsTest.java class NewWorkspaceProjectUtilsTest (line 23) | public class NewWorkspaceProjectUtilsTest { method sanitizeProjectNameTest (line 25) | @Test FILE: uberfire-project/uberfire-project-backend/src/main/java/org/guvnor/common/services/project/backend/security/ProjectPermissionsServiceImpl.java class ProjectPermissionsServiceImpl (line 29) | public class ProjectPermissionsServiceImpl implements ProjectPermissions... method ProjectPermissionsServiceImpl (line 33) | public ProjectPermissionsServiceImpl() { method ProjectPermissionsServiceImpl (line 36) | @Inject method loadBranchPermissions (line 41) | @Override method loadBranchPermissions (line 48) | @Override FILE: uberfire-project/uberfire-project-backend/src/main/java/org/guvnor/common/services/project/backend/server/AbstractDeleteModuleObserverBridge.java class AbstractDeleteModuleObserverBridge (line 38) | public abstract class AbstractDeleteModuleObserverBridge value) { method fireDeleteEvent (line 78) | private void fireDeleteEvent(final org.uberfire.backend.vfs.Path _path) { method getModule (line 84) | protected abstract T getModule(final Path path); FILE: uberfire-project/uberfire-project-backend/src/main/java/org/guvnor/common/services/project/backend/server/AbstractModuleRepositoriesServiceImpl.java class AbstractModuleRepositoriesServiceImpl (line 34) | public abstract class AbstractModuleRepositoriesServiceImpl method AbstractModuleService (line 66) | protected AbstractModuleService() { method AbstractModuleService (line 69) | public AbstractModuleService(final IOService ioService, method getAllModules (line 91) | @Override method newPackage (line 97) | @Override method rename (line 116) | @Override method delete (line 165) | @Override method copy (line 203) | @Override method reImport (line 246) | @Override method createModuleDirectories (line 262) | @Override FILE: uberfire-project/uberfire-project-backend/src/main/java/org/guvnor/common/services/project/backend/server/BaseArchetypeServiceImpl.java class BaseArchetypeServiceImpl (line 26) | @FallbackImplementation method BaseArchetypeServiceImpl (line 29) | public BaseArchetypeServiceImpl() { method getTemplateRepository (line 32) | @Override FILE: uberfire-project/uberfire-project-backend/src/main/java/org/guvnor/common/services/project/backend/server/DefaultModuleResourcePathResolver.java class DefaultModuleResourcePathResolver (line 27) | @ApplicationScoped method DefaultModuleResourcePathResolver (line 31) | public DefaultModuleResourcePathResolver() { method getPriority (line 35) | @Override method accept (line 40) | @Override method resolveDefaultPath (line 45) | @Override FILE: uberfire-project/uberfire-project-backend/src/main/java/org/guvnor/common/services/project/backend/server/DefaultPomEnhancer.java class DefaultPomEnhancer (line 22) | @FallbackImplementation method execute (line 26) | @Override FILE: uberfire-project/uberfire-project-backend/src/main/java/org/guvnor/common/services/project/backend/server/MavenLocalRepositoryManagerWrapper.java class MavenLocalRepositoryManagerWrapper (line 36) | public class MavenLocalRepositoryManagerWrapper implements LocalReposito... method MavenLocalRepositoryManagerWrapper (line 41) | public MavenLocalRepositoryManagerWrapper(final String tempLocalReposi... method getRepository (line 49) | @Override method getPathForLocalArtifact (line 54) | @Override method getPathForRemoteArtifact (line 59) | @Override method getPathForLocalMetadata (line 68) | @Override method getPathForRemoteMetadata (line 73) | @Override method find (line 82) | @Override method add (line 88) | @Override method find (line 95) | @Override method add (line 102) | @Override FILE: uberfire-project/uberfire-project-backend/src/main/java/org/guvnor/common/services/project/backend/server/MavenLocalRepositoryUtils.java class MavenLocalRepositoryUtils (line 26) | public class MavenLocalRepositoryUtils { method getRepositoryPath (line 34) | public static java.nio.file.Path getRepositoryPath(final GAV gav) thro... method toFileName (line 39) | private static String toFileName(final GAV gav) { method tearDownMavenRepository (line 49) | public static void tearDownMavenRepository(final java.nio.file.Path m2... FILE: uberfire-project/uberfire-project-backend/src/main/java/org/guvnor/common/services/project/backend/server/MavenRepositorySystemSessionWrapper.java class MavenRepositorySystemSessionWrapper (line 45) | public class MavenRepositorySystemSessionWrapper implements RepositorySy... method MavenRepositorySystemSessionWrapper (line 50) | public MavenRepositorySystemSessionWrapper(final String tempLocalRepos... method isOffline (line 58) | @Override method isIgnoreArtifactDescriptorRepositories (line 63) | @Override method getResolutionErrorPolicy (line 68) | @Override method getArtifactDescriptorPolicy (line 73) | @Override method getChecksumPolicy (line 78) | @Override method getUpdatePolicy (line 83) | @Override method getLocalRepository (line 88) | @Override method getLocalRepositoryManager (line 93) | @Override method getWorkspaceReader (line 99) | @Override method getRepositoryListener (line 104) | @Override method getTransferListener (line 109) | @Override method getSystemProperties (line 114) | @Override method getUserProperties (line 119) | @Override method getConfigProperties (line 124) | @Override method getMirrorSelector (line 129) | @Override method getProxySelector (line 134) | @Override method getAuthenticationSelector (line 139) | @Override method getArtifactTypeRegistry (line 144) | @Override method getDependencyTraverser (line 149) | @Override method getDependencyManager (line 154) | @Override method getDependencySelector (line 159) | @Override method getVersionFilter (line 164) | @Override method getDependencyGraphTransformer (line 169) | @Override method getData (line 174) | @Override method getCache (line 179) | @Override FILE: uberfire-project/uberfire-project-backend/src/main/java/org/guvnor/common/services/project/backend/server/ModuleFinder.java class ModuleFinder (line 36) | @ApplicationScoped method ModuleFinder (line 44) | public ModuleFinder() { method ModuleFinder (line 47) | @Inject method find (line 54) | public Set find(final ResourceResolver resourceResolver, class Finder (line 64) | private class Finder { method Finder (line 70) | public Finder(final Branch branch) { method find (line 74) | public Set find() { method findModule (line 85) | private void findModule(final org.uberfire.java.nio.file.Path folder... method lookForModulesFromFolders (line 101) | private void lookForModulesFromFolders(final Path folderPath) { method addModule (line 116) | private void addModule(final Module module) { FILE: uberfire-project/uberfire-project-backend/src/main/java/org/guvnor/common/services/project/backend/server/ModuleRepositoriesContentHandler.java class ModuleRepositoriesContentHandler (line 25) | @Dependent method ModuleRepositoriesContentHandler (line 28) | public ModuleRepositoriesContentHandler() { method toString (line 32) | public String toString(final ModuleRepositories repositories) { method toModel (line 39) | public ModuleRepositories toModel(final String text) { method createXStream (line 50) | private XStream createXStream() { FILE: uberfire-project/uberfire-project-backend/src/main/java/org/guvnor/common/services/project/backend/server/ModuleRepositoryResolverImpl.java class ModuleRepositoryResolverImpl (line 78) | @Service method ModuleRepositoryResolverImpl (line 93) | public ModuleRepositoryResolverImpl() { method ModuleRepositoryResolverImpl (line 96) | @Inject method getRemoteRepositoriesMetaData (line 105) | @Override method getRemoteRepositoriesMetaData (line 128) | @Override method makeRepositoriesMetaData (line 175) | private Set makeRepositoriesMetaData(final Co... method makeRepositoryMetaData (line 188) | private MavenRepositoryMetadata makeRepositoryMetaData(final ArtifactR... method getRepositoriesResolvingArtifact (line 204) | @Override method getRepositoriesResolvingArtifact (line 236) | @Override method getRepositoriesResolvingArtifact (line 279) | @Override method getRepositoriesResolvingArtifact (line 306) | private Set getRepositoriesResolvingArtifact(... method getRemoteRepositories (line 375) | private Map> getRe... method getRemoteRepositories (line 388) | private Map> getRe... method removeProjectRepositoriesThatAreInSettings (line 416) | private void removeProjectRepositoriesThatAreInSettings(final Collecti... method convertToArtifactRepository (line 433) | private RemoteRepository convertToArtifactRepository(final org.apache.... FILE: uberfire-project/uberfire-project-backend/src/main/java/org/guvnor/common/services/project/backend/server/ModuleResourcePathResolver.java type ModuleResourcePathResolver (line 25) | public interface ModuleResourcePathResolver { method getPriority (line 31) | int getPriority(); method accept (line 38) | boolean accept(final String resourceType); method resolveDefaultPath (line 47) | Path resolveDefaultPath(final Package pkg); FILE: uberfire-project/uberfire-project-backend/src/main/java/org/guvnor/common/services/project/backend/server/POMServiceImpl.java class POMServiceImpl (line 56) | @Service method POMServiceImpl (line 75) | public POMServiceImpl() { method POMServiceImpl (line 79) | @Inject method create (line 99) | @Override method getRepository (line 120) | private MavenRepository getRepository() { method write (line 128) | private void write(Model model, org.uberfire.java.nio.file.Path pathTo... method load (line 137) | @Override method loadPomXMLString (line 146) | private String loadPomXMLString(final Path pomPath) { method save (line 151) | @Override method save (line 163) | @Override class PomSaver (line 175) | private class PomSaver { method PomSaver (line 183) | public PomSaver(final Path pomPath, method savePOM (line 194) | public Path savePOM(final boolean updateModules) { method savePOM (line 219) | private void savePOM() throws IOException, XmlPullParserException { method savePOM (line 225) | private void savePOM(final Path pomPath, method getModuleIfPomHasChanges (line 249) | private Optional getModuleIfPomHasChanges(final Path pomPath, method saveSubModulePOMs (line 259) | private void saveSubModulePOMs() throws IOException, XmlPullParserEx... method saveGAVChange (line 270) | private void saveGAVChange(final GAV gav, FILE: uberfire-project/uberfire-project-backend/src/main/java/org/guvnor/common/services/project/backend/server/PomEnhancer.java type PomEnhancer (line 18) | public interface PomEnhancer { method execute (line 20) | org.apache.maven.model.Model execute(org.apache.maven.model.Model model); FILE: uberfire-project/uberfire-project-backend/src/main/java/org/guvnor/common/services/project/backend/server/PomEnhancerProvider.java class PomEnhancerProvider (line 25) | @ApplicationScoped method produce (line 35) | @Produces FILE: uberfire-project/uberfire-project-backend/src/main/java/org/guvnor/common/services/project/backend/server/ProjectConfigurationContentHandler.java class ProjectConfigurationContentHandler (line 25) | @Dependent method ProjectConfigurationContentHandler (line 28) | public ProjectConfigurationContentHandler() { method toString (line 32) | public String toString(final ProjectImports configuration) { method toModel (line 39) | public ProjectImports toModel(final String text) { method createXStream (line 46) | private XStream createXStream() { FILE: uberfire-project/uberfire-project-backend/src/main/java/org/guvnor/common/services/project/backend/server/ResourceResolver.java class ResourceResolver (line 54) | public abstract class ResourceResolver method ResourceResolver (line 62) | public ResourceResolver() { method ResourceResolver (line 65) | public ResourceResolver(final IOService ioService, method initResourcePathResolvers (line 75) | private void initResourcePathResolvers(final Instance getPackageNames(final org.uberfire.java.nio.file.P... method getPackageDisplayName (line 604) | private String getPackageDisplayName(final String packageName) { method getPackageRelativeCaption (line 608) | private String getPackageRelativeCaption(final String displayName, method resolvePkgName (line 613) | private String resolvePkgName(final String caption) { FILE: uberfire-project/uberfire-project-backend/src/main/java/org/guvnor/common/services/project/backend/server/WorkspaceProjectMigrationServiceImpl.java class WorkspaceProjectMigrationServiceImpl (line 53) | public class WorkspaceProjectMigrationServiceImpl implements WorkspacePr... method WorkspaceProjectMigrationServiceImpl (line 65) | WorkspaceProjectMigrationServiceImpl() { method WorkspaceProjectMigrationServiceImpl (line 68) | @Inject method migrate (line 84) | @Override method updateSpaceInfo (line 93) | private void updateSpaceInfo(final WorkspaceProject legacyWorkspacePro... method fireNewProjectEvents (line 106) | private void fireNewProjectEvents(Collection newRepositori... method copyModulesToRepositories (line 113) | private Collection copyModulesToRepositories(WorkspaceProj... method createSubdirectoryCloneRepository (line 126) | private Repository createSubdirectoryCloneRepository(final Organizatio... method subdirectoryCloneConfiguration (line 144) | private RepositoryEnvironmentConfigurations subdirectoryCloneConfigura... method cleanupOrigin (line 157) | protected void cleanupOrigin(Repository repository) { method existingBranchesOf (line 170) | private List existingBranchesOf(final List modules) { method getModulesByRootDirAndSpace (line 185) | private Map> getModulesByRootDirAndSpace(final... method getBranchName (line 201) | private static Optional getBranchName(Path path) { method getNiogitRepoPath (line 212) | private String getNiogitRepoPath(Repository repository) { class Partition (line 218) | private static class Partition { method Partition (line 223) | Partition(String branchlessPath, OrganizationalUnit ou) { method hashCode (line 228) | @Override method equals (line 237) | @Override FILE: uberfire-project/uberfire-project-backend/src/main/java/org/guvnor/common/services/project/backend/server/WorkspaceProjectSearchServiceImpl.java class WorkspaceProjectSearchServiceImpl (line 33) | @Service method WorkspaceProjectSearchServiceImpl (line 39) | @Inject method searchByName (line 44) | @Override FILE: uberfire-project/uberfire-project-backend/src/main/java/org/guvnor/common/services/project/backend/server/WorkspaceProjectServiceImpl.java class WorkspaceProjectServiceImpl (line 71) | public class WorkspaceProjectServiceImpl method WorkspaceProjectServiceImpl (line 93) | public WorkspaceProjectServiceImpl() { method WorkspaceProjectServiceImpl (line 96) | @Inject method getAllWorkspaceProjects (line 125) | @Override method getAllWorkspaceProjects (line 137) | @Override method getAllWorkspaceProjectsByName (line 143) | @Override method getAllWorkspaceProjectsByName (line 151) | public Collection getAllWorkspaceProjectsByName(fina... method spaceHasNoProjectsWithName (line 175) | @Override method newProject (line 184) | @Override method newProject (line 192) | @Override method newProject (line 202) | @Override method newProject (line 214) | @Override method newProject (line 228) | @Override method createRepositoryConfigForTemplate (line 296) | private RepositoryEnvironmentConfigurations createRepositoryConfigForT... method resolveRepositoryDirectory (line 308) | private File resolveRepositoryDirectory(final Repository repository) { method resolveDefaultBranch (line 314) | private Branch resolveDefaultBranch(final Repository repository) { method resolveGit (line 319) | private org.uberfire.java.nio.fs.jgit.util.Git resolveGit(final Reposi... method executePostCommitHook (line 323) | private void executePostCommitHook(final Repository repository) { method resolveJGitFileSystem (line 328) | private JGitFileSystem resolveJGitFileSystem(final Repository reposito... method finishCreateFromTemplate (line 334) | private Module finishCreateFromTemplate(final Repository projectReposi... method cleanUpTemplateOrigin (line 350) | private void cleanUpTemplateOrigin(final Repository repository) { method addRemoteOrigin (line 357) | private void addRemoteOrigin(final Repository repository, method updateTemplatePOM (line 365) | private void updateTemplatePOM(final Repository projectRepository, method resolvePathFromParent (line 387) | Path resolvePathFromParent(final Path parent, method createFreshRepositoryAlias (line 392) | String createFreshRepositoryAlias(final OrganizationalUnit organizatio... method createFreshProjectName (line 405) | @Override method resolveProject (line 419) | @Override method resolveProject (line 430) | @Override method resolveProject (line 437) | @Override method resolveProject (line 444) | @Override method resolveProject (line 453) | @Override method resolveProject (line 477) | private WorkspaceProject resolveProject(OrganizationalUnit ou, method resolveProjectByRepositoryAlias (line 488) | @Override method resolveProject (line 495) | @Override method resolveProject (line 517) | @Override method resolveBranch (line 526) | private Branch resolveBranch(final org.uberfire.java.nio.file.Path rep... method checkRepositories (line 546) | private void checkRepositories(final POM pom) { method addBranch (line 554) | @Override method removeBranch (line 604) | @Override FILE: uberfire-project/uberfire-project-backend/src/main/java/org/guvnor/common/services/project/backend/server/utils/BaseArchetypeServiceProducer.java class BaseArchetypeServiceProducer (line 28) | public class BaseArchetypeServiceProducer { method baseArchetypeServiceProducer (line 33) | @Produces FILE: uberfire-project/uberfire-project-backend/src/main/java/org/guvnor/common/services/project/backend/server/utils/BuildContentHandler.java class BuildContentHandler (line 21) | class BuildContentHandler { method fromPomModelToClientModel (line 23) | org.guvnor.common.services.project.model.Build fromPomModelToClientMod... method update (line 38) | public Build update(final org.guvnor.common.services.project.model.Bui... method fromPomModelToClientModel (line 55) | private org.guvnor.common.services.project.model.Plugin fromPomModelTo... FILE: uberfire-project/uberfire-project-backend/src/main/java/org/guvnor/common/services/project/backend/server/utils/DependencyContentHandler.java class DependencyContentHandler (line 23) | public class DependencyContentHandler { method fromPomModelToClientModel (line 25) | public org.guvnor.common.services.project.model.Dependency fromPomMode... method fromPomModelToClientModel (line 37) | public List fromP... FILE: uberfire-project/uberfire-project-backend/src/main/java/org/guvnor/common/services/project/backend/server/utils/DependencyUpdater.java class DependencyUpdater (line 24) | class DependencyUpdater { method DependencyUpdater (line 28) | DependencyUpdater(final List depend... method updateDependencies (line 32) | void updateDependencies(final List dependencies) { method updateTheRest (line 38) | private void updateTheRest(final List dependencies) { method addTheOnesThatDoNotExist (line 50) | private void addTheOnesThatDoNotExist(final List dependenc... method removeAllThatDoNotExist (line 59) | private void removeAllThatDoNotExist(final List dependenci... method fromClientModelToPom (line 70) | private org.apache.maven.model.Dependency fromClientModelToPom(final o... method updateDependency (line 77) | private org.apache.maven.model.Dependency updateDependency(final org.g... method depsContains (line 87) | private boolean depsContains(final List pluginsDeclaredInPOM) { method update (line 33) | public List update(final List getRepositories(final POM pom) { method getModules (line 89) | private ArrayList getModules(final POM pom) { method getParent (line 99) | private Parent getParent(final POM pom) { method toString (line 117) | public String toString(final POM gavModel, method fromClientModelToPom (line 124) | private Repository fromClientModelToPom(final MavenRepository from) { method toModel (line 133) | public POM toModel(final String pomAsString) throws IOException, XmlPu... method fromPomModelToClientModel (line 171) | private MavenRepository fromPomModelToClientModel(final Repository fro... method convert (line 181) | public Model convert(final POM pom, method convert (line 203) | public Model convert(final POM pom) { FILE: uberfire-project/uberfire-project-backend/src/main/java/org/guvnor/common/services/project/backend/server/utils/PathUtil.java class PathUtil (line 34) | @Singleton method normalizePath (line 41) | public org.uberfire.backend.vfs.Path normalizePath(org.uberfire.backen... method convert (line 45) | public org.uberfire.java.nio.file.Path convert(org.uberfire.backend.vf... method convert (line 49) | public org.uberfire.backend.vfs.Path convert(org.uberfire.java.nio.fil... method stripProtocolAndBranch (line 53) | public String stripProtocolAndBranch(String uri) { method stripRepoNameAndSpace (line 60) | public String stripRepoNameAndSpace(String strippedPath) { method getNiogitRepoPath (line 68) | public String getNiogitRepoPath(org.uberfire.java.nio.file.Path path) { method extractBranch (line 78) | public Optional extractBranch(String uri) { method replaceBranch (line 82) | public String replaceBranch(final String newBranchName, FILE: uberfire-project/uberfire-project-backend/src/main/java/org/guvnor/common/services/project/backend/server/utils/configuration/ConfigurationKey.java type ConfigurationKey (line 42) | public enum ConfigurationKey { FILE: uberfire-project/uberfire-project-backend/src/main/java/org/guvnor/common/services/project/backend/server/utils/configuration/ConfigurationStrategy.java type ConfigurationStrategy (line 26) | public interface ConfigurationStrategy extends Valid, method loadConfiguration (line 29) | Map loadConfiguration(); FILE: uberfire-project/uberfire-project-backend/src/main/java/org/guvnor/common/services/project/backend/server/utils/configuration/Order.java type Order (line 23) | public interface Order { method getOrder (line 29) | Integer getOrder(); FILE: uberfire-project/uberfire-project-backend/src/main/java/org/guvnor/common/services/project/backend/server/utils/configuration/Valid.java type Valid (line 23) | public interface Valid { method isValid (line 29) | Boolean isValid(); FILE: uberfire-project/uberfire-project-backend/src/test/java/org/guvnor/common/services/project/backend/server/AbstractDeleteModuleObserverBridgeTest.java class AbstractDeleteModuleObserverBridgeTest (line 42) | public class AbstractDeleteModuleObserverBridgeTest { method setup (line 50) | @Before method testResourceDeletedEventPomFile (line 66) | @Test method testResourceDeletedEventNonPomFile (line 82) | @Test method testResourceBatchChangesEventUpdatePomFile (line 98) | @Test method testResourceBatchChangesEventUpdateNonPomFile (line 121) | @Test method testResourceBatchChangesEventDeletePomFile (line 144) | @Test method testResourceBatchChangesEventDeleteNonPomFile (line 167) | @Test FILE: uberfire-project/uberfire-project-backend/src/test/java/org/guvnor/common/services/project/backend/server/AbstractModuleRepositoriesServiceImplTest.java class AbstractModuleRepositoriesServiceImplTest (line 45) | @RunWith(MockitoJUnitRunner.class) method setupSystemProperties (line 63) | @BeforeClass method setup (line 74) | @Before method testCreateWithoutProject (line 88) | @Test method testCreateWithProject (line 131) | @Test method testLoadExisting (line 176) | @Test method testLoadNonExisting (line 217) | @Test method testSave (line 269) | @Test method testFiltered (line 304) | @Test FILE: uberfire-project/uberfire-project-backend/src/test/java/org/guvnor/common/services/project/backend/server/AbstractModuleServiceTest.java class AbstractModuleServiceTest (line 47) | @RunWith(MockitoJUnitRunner.class) method setup (line 78) | @Before method testReImport (line 111) | @Test method testUseRepoServiceToDeleteRootModule (line 121) | @Test method testUseIOServiceToDeleteSubModule (line 138) | @Test method createModuleDirectoriesTest (line 151) | @Test FILE: uberfire-project/uberfire-project-backend/src/test/java/org/guvnor/common/services/project/backend/server/AbstractResourceResolverTest.java class AbstractResourceResolverTest (line 43) | @RunWith(MockitoJUnitRunner.class) method setUp (line 60) | @Before method resolveDefaultPathSuccessful (line 81) | @Test method resolveDefaultPathWithErrors (line 106) | @Test method resolveDefaultWorkspacePackageTest (line 117) | @Test method getDefaultWorkspacePathTest (line 127) | @Test method initModuleResourcePathResolvers (line 154) | private void initModuleResourcePathResolvers(int size) { FILE: uberfire-project/uberfire-project-backend/src/test/java/org/guvnor/common/services/project/backend/server/DefaultModuleResourcePathResolverTest.java class DefaultModuleResourcePathResolverTest (line 30) | @RunWith(MockitoJUnitRunner.class) method setUp (line 41) | @Before method testAcceptFile (line 47) | @Test method testResolveByDefaultPath (line 55) | @Test FILE: uberfire-project/uberfire-project-backend/src/test/java/org/guvnor/common/services/project/backend/server/MockModule.java class MockModule (line 19) | public class MockModule extends Module { FILE: uberfire-project/uberfire-project-backend/src/test/java/org/guvnor/common/services/project/backend/server/ModuleConfigurationContentHandlerTest.java class ModuleConfigurationContentHandlerTest (line 25) | public class ModuleConfigurationContentHandlerTest { method setUp (line 29) | @Before method testVersion (line 34) | @Test method testNullSourceXml (line 39) | @Test method testEmptySourceXml (line 47) | @Test method testNullModel (line 55) | @Test method testEmptyImports (line 62) | @Test method testImports (line 69) | @Test FILE: uberfire-project/uberfire-project-backend/src/test/java/org/guvnor/common/services/project/backend/server/ModuleFinderTest.java class ModuleFinderTest (line 39) | @RunWith(WeldJUnitRunner.class) method setUp (line 51) | @Before method getResourceResolver (line 58) | private ResourceResolver getResourceResolver() throws URISyntaxExcepti... method pomIsInPathRoot (line 96) | @Test method modulesAreInFolders (line 107) | @Test FILE: uberfire-project/uberfire-project-backend/src/test/java/org/guvnor/common/services/project/backend/server/ModuleMavenRepositoryResolverImplTest.java class ModuleMavenRepositoryResolverImplTest (line 54) | @RunWith(MockitoJUnitRunner.class) method setupSystemProperties (line 77) | @BeforeClass method setupMavenRepository (line 88) | @BeforeClass method setup (line 99) | @Before method teardownMavenRepository (line 105) | @AfterClass method testGetRemoteRepositoriesMetaData_WithoutExplicitProjectRepository (line 111) | @Test method testGetRemoteRepositoriesMetaData_WithExplicitProjectRepository (line 169) | @Test method testGetRemoteRepositoriesMetaData_WithDistributionManagementRepository (line 238) | @Test method testGetRemoteRepositoriesMetaData_WithDistributionManagementSnapshotRepository_NonSnapshotVersion (line 307) | @Test method testGetRemoteRepositoriesMetaData_WithDistributionManagementSnapshotRepository_SnapshotVersion (line 372) | @Test method testGetRepositoriesResolvingArtifact_NewGAV_NotInstalledNotDeployed (line 441) | @Test method testGetRepositoriesResolvingArtifact_NewGAV_IsInstalledNotDeployed (line 463) | @Test method testGetRepositoriesResolvingArtifact_NewGAV_IsInstalledIsDeployed (line 504) | @Test method testGetRepositoriesResolvingArtifact_NewGAV_NotInstalledIsDeployed (line 561) | @Test method testGetRepositoriesResolvingArtifact_NewGAV_IsInstalledIsDeployed_Filtered (line 611) | @Test method testGetRepositoriesResolvingArtifact_ExplicitGAV_NotInstalledNotDeployed (line 671) | @Test method testGetRepositoriesResolvingArtifact_ExplicitGAV_IsInstalledNotDeployed (line 709) | @Test method testGetRepositoriesResolvingArtifact_ExplicitGAV_IsInstalledIsDeployed (line 757) | @Test method testGetRepositoriesResolvingArtifact_ExplicitGAV_NotInstalledIsDeployed (line 825) | @Test method testGetRepositoriesResolvingArtifact_ExplicitGAV_IsInstalledIsDeployed_Filtered (line 898) | @Test method testGetRepositoriesResolvingArtifact_ImplicitGAV_NotInstalledNotDeployed (line 965) | @Test method testGetRepositoriesResolvingArtifact_ImplicitGAV_IsInstalledNotDeployed (line 995) | @Test method testGetRepositoriesResolvingArtifact_ImplicitGAV_IsInstalledIsDeployed (line 1034) | @Test method testGetRepositoriesResolvingArtifact_ImplicitGAV_NotInstalledIsDeployed (line 1093) | @Test method testGetRepositoriesResolvingArtifact_ImplicitGAV_IsInstalledIsDeployed_Filtered (line 1156) | @Test method testGetRepositoriesResolvingArtifact_Disabled1 (line 1214) | @Test method testGetRepositoriesResolvingArtifact_Disabled2 (line 1255) | @Test method testGetRepositoriesResolvingArtifact_Disabled3 (line 1301) | @Test method assertContainsRepository (line 1340) | private void assertContainsRepository(final String id, method resetSystemProperty (line 1352) | private void resetSystemProperty(final String systemPropertyName, FILE: uberfire-project/uberfire-project-backend/src/test/java/org/guvnor/common/services/project/backend/server/ModuleRepositoriesContentHandlerTest.java class ModuleRepositoriesContentHandlerTest (line 30) | public class ModuleRepositoriesContentHandlerTest { method setUp (line 34) | @Before method testNullSourceXml (line 39) | @Test method testEmptySourceXml (line 47) | @Test method testNullModel (line 55) | @Test method testEmptyRepositories (line 62) | @Test method testRepositoriesMarshalling (line 71) | @Test method testRepositoriesUnmarshalling (line 96) | @Test method testRepositoriesUnmarshalling_InvalidXml (line 128) | @Test FILE: uberfire-project/uberfire-project-backend/src/test/java/org/guvnor/common/services/project/backend/server/ModuleServiceMock.java class ModuleServiceMock (line 27) | public class ModuleServiceMock method resolveModule (line 30) | @Override method resolveModule (line 35) | @Override method resolveParentModule (line 40) | @Override method resolveToParentModule (line 45) | @Override method resolvePackages (line 50) | @Override method resolvePackages (line 55) | @Override method resolvePackages (line 60) | @Override method resolveDefaultPackage (line 65) | @Override method resolveDefaultWorkspacePackage (line 70) | @Override method resolveParentPackage (line 75) | @Override method resolveDefaultPath (line 80) | @Override method isPom (line 85) | @Override method resolvePackage (line 90) | @Override method getAllModules (line 95) | @Override method newModule (line 100) | @Override method newModule (line 105) | @Override method newPackage (line 110) | @Override method rename (line 115) | @Override method delete (line 120) | @Override method copy (line 125) | @Override method reImport (line 130) | @Override method createModuleDirectories (line 135) | @Override FILE: uberfire-project/uberfire-project-backend/src/test/java/org/guvnor/common/services/project/backend/server/POMServiceImplCreateTest.java class POMServiceImplCreateTest (line 43) | @RunWith(WeldJUnitRunner.class) method setUp (line 71) | @Before method tearDown (line 88) | @After method testCreate (line 93) | @Test FILE: uberfire-project/uberfire-project-backend/src/test/java/org/guvnor/common/services/project/backend/server/POMServiceImplLoadTest.java class POMServiceImplLoadTest (line 44) | @RunWith(WeldJUnitRunner.class) method setUp (line 67) | @Before method testLoad (line 83) | @Test method assertContainsDependency (line 111) | private void assertContainsDependency(String groupID, FILE: uberfire-project/uberfire-project-backend/src/test/java/org/guvnor/common/services/project/backend/server/POMServiceImplSaveTest.java class POMServiceImplSaveTest (line 49) | @RunWith(MockitoJUnitRunner.class) method setUp (line 70) | @Before method tearDown (line 92) | @After method whenProjectSavedWithoutChanges_ModuleUpdatedEventNotFired (line 97) | @Test method whenProjectRenamed_ModuleUpdatedEventIsFired (line 120) | @Test FILE: uberfire-project/uberfire-project-backend/src/test/java/org/guvnor/common/services/project/backend/server/POMServiceImplSaveWithSubModulesTest.java class POMServiceImplSaveWithSubModulesTest (line 48) | @RunWith(MockitoJUnitRunner.class) method setUp (line 66) | @Before method tearDown (line 92) | @After method whenProjectSubModulesEdited_UpdateModuleEventIsFired (line 97) | @Test FILE: uberfire-project/uberfire-project-backend/src/test/java/org/guvnor/common/services/project/backend/server/RepositoryResolverTestUtils.java class RepositoryResolverTestUtils (line 49) | public class RepositoryResolverTestUtils { method installArtifact (line 82) | public static void installArtifact(final MavenProject mavenProject, method deployArtifact (line 103) | public static void deployArtifact(final MavenProject mavenProject, method getRemoteRepoFromDeployment (line 167) | private static RemoteRepository getRemoteRepoFromDeployment(final Depl... method generateSettingsXml (line 198) | public static java.nio.file.Path generateSettingsXml(final java.nio.fi... FILE: uberfire-project/uberfire-project-backend/src/test/java/org/guvnor/common/services/project/backend/server/ResourceResolverResolvePackagesTest.java class ResourceResolverResolvePackagesTest (line 43) | @RunWith(MockitoJUnitRunner.class) method setUp (line 58) | @Before method cleanupFileSystem (line 101) | @After method testResolvePackages (line 106) | @Test method testResolvePackagesWithPackageNames (line 117) | @Test method testResolvePackagesWithPackageNamesEmpty (line 134) | @Test method testResolvePackagesWhenModuleNull (line 142) | @Test method assertContains (line 150) | private void assertContains(final String pkgName, FILE: uberfire-project/uberfire-project-backend/src/test/java/org/guvnor/common/services/project/backend/server/TestAppSetup.java class TestAppSetup (line 30) | @ApplicationScoped method m2RepoService (line 34) | @Produces method servletContext (line 40) | @Produces FILE: uberfire-project/uberfire-project-backend/src/test/java/org/guvnor/common/services/project/backend/server/TestProjectService.java class TestProjectService (line 28) | @ApplicationScoped method moduleService (line 31) | @Produces method projectProjectFactory (line 37) | @Produces FILE: uberfire-project/uberfire-project-backend/src/test/java/org/guvnor/common/services/project/backend/server/WorkspaceProjectMigrationServiceImplTest.java class WorkspaceProjectMigrationServiceImplTest (line 65) | @RunWith(MockitoJUnitRunner.Silent.class) method setUp (line 127) | @Before method uri (line 191) | private String uri(final String branch, method createOnlyTwoRepositories (line 196) | @Test method fireNewProjectEvents (line 245) | @Test method assertInstanceOf (line 256) | private T assertInstanceOf(Object value, method setUpDevBranch (line 263) | private void setUpDevBranch() { method setUpMainBranch (line 276) | private void setUpMainBranch() { method mockBranch (line 288) | private Branch mockBranch(final String branchName) { method mockLegacyRepository (line 294) | private Repository mockLegacyRepository() { method mockRepository (line 312) | private void mockRepository(final OrganizationalUnit organizationalUni... method mockModule (line 328) | private Module mockModule(final String myOldProject, FILE: uberfire-project/uberfire-project-backend/src/test/java/org/guvnor/common/services/project/backend/server/WorkspaceProjectServiceImplNewWorkspaceWorkspaceProjectTest.java class WorkspaceProjectServiceImplNewWorkspaceWorkspaceProjectTest (line 76) | @RunWith(MockitoJUnitRunner.class) method setUp (line 139) | @Before method newProjectDefault (line 175) | @Test method newProjectFromTemplateTest (line 196) | @Test method newProjectFromTemplateWithRemoteUrlTest (line 251) | @Test method newProjectValidated (line 316) | @Test method testNewProjectErrorRepositoryWithoutDefaultBranch (line 338) | @Test method testNewProjectErrorCreatingModule (line 346) | @Test method testNewProjectError (line 355) | private void testNewProjectError(final Class expe... method newProjectForced (line 364) | @Test method assertProject (line 385) | private void assertProject(final WorkspaceProject workspaceProject) { method createPOM (line 396) | private POM createPOM(final String name) { FILE: uberfire-project/uberfire-project-backend/src/test/java/org/guvnor/common/services/project/backend/server/WorkspaceProjectServiceImplResolveWorkspaceWorkspaceProjectTest.java class WorkspaceProjectServiceImplResolveWorkspaceWorkspaceProjectTest (line 70) | @RunWith(MockitoJUnitRunner.class) method setUp (line 129) | @Before method resolveProjectPath (line 170) | @Test method resolveProjectPathOfInexistentRepository (line 185) | @Test(expected = RuntimeException.class) method resolveProjectModule (line 192) | @Test method resolveProjectRepository (line 210) | @Test method resolveProjectBranch (line 231) | @Test method resolveNullProjectAndNullBranch (line 246) | @Test(expected = IllegalArgumentException.class) method resolveNonExistingProject (line 258) | @Test(expected = IllegalArgumentException.class) method resolveProjectAndNullBranch (line 268) | @Test method resolveProjectAndMainBranch (line 283) | @Test method resolveProjectAndNonExistingBranch (line 298) | @Test(expected = IllegalArgumentException.class) method resolveProjectAndBranch (line 313) | @Test method mockRepositoriesAndBranches (line 328) | private void mockRepositoriesAndBranches() { method createBranch (line 354) | private Branch createBranch(String name) { FILE: uberfire-project/uberfire-project-backend/src/test/java/org/guvnor/common/services/project/backend/server/WorkspaceProjectServiceImplTest.java class WorkspaceProjectServiceImplTest (line 71) | @RunWith(MockitoJUnitRunner.class) method setUp (line 136) | @Before method setUpOUs (line 164) | private void setUpOUs() { method setUpRepositories (line 183) | private void setUpRepositories() { method getAllProjects (line 205) | @Test method getAllProjectsForOU1 (line 214) | @Test method getAllProjectsForOU2 (line 227) | @Test method getAllProjectsWithName (line 238) | @Test method spaceHasProjectsWithName (line 250) | @Test method spaceHasNoProjectsWithName (line 262) | @Test method spaceHasProjectsWithNameSameProject (line 274) | @Test method noProjects (line 286) | @Test method testReturnSameNameIfProjectDoesNotExist (line 294) | @Test method testCreateNewNameIfProjectExists (line 310) | @Test method testReturnSameNameIfRepositoryDoesNotExist (line 345) | @Test method testCreateNewNameIfRepositoryExists (line 356) | @Test method testErrorWhenNewProject (line 381) | @Test method addBranchTest (line 408) | @Test method removeBranchTest (line 455) | @Test method makeBranch (line 487) | private Branch makeBranch(final String branchName, method assertContains (line 494) | private void assertContains(final Repository repository, FILE: uberfire-project/uberfire-project-backend/src/test/java/org/guvnor/common/services/project/backend/server/WorkspaceWorkspaceProjectSearchServiceTest.java class WorkspaceWorkspaceProjectSearchServiceTest (line 38) | @RunWith(MockitoJUnitRunner.class) method setUp (line 52) | @Before method testSearchByAlias (line 66) | @Test method testSearchCaseSensitiveEmpty (line 75) | @Test method testSearchCaseUnsensitive (line 84) | @Test method testSearchMaxItems (line 93) | @Test FILE: uberfire-project/uberfire-project-backend/src/test/java/org/guvnor/common/services/project/backend/server/utils/BuildContentHandlerTest.java class BuildContentHandlerTest (line 26) | public class BuildContentHandlerTest { method testBuildPluginUpdateExisting (line 28) | @Test method testBuildPluginDeletePlugin (line 56) | @Test FILE: uberfire-project/uberfire-project-backend/src/test/java/org/guvnor/common/services/project/backend/server/utils/DependencyUpdaterTest.java class DependencyUpdaterTest (line 28) | public class DependencyUpdaterTest { method testEmptyDependency (line 30) | @Test method testAdd (line 48) | @Test method testRemove (line 71) | @Test method testUpdate (line 87) | @Test method makeMavenDependency (line 113) | private org.apache.maven.model.Dependency makeMavenDependency(String g... method makeWorkbenchDependency (line 123) | private Dependency makeWorkbenchDependency(String group, FILE: uberfire-project/uberfire-project-backend/src/test/java/org/guvnor/common/services/project/backend/server/utils/MavenPluginUpdaterTest.java class MavenPluginUpdaterTest (line 28) | public class MavenPluginUpdaterTest { method testIgnorePluginsThatHaveNoGroupIdOrArtifactId (line 30) | @Test method testChangeVersion (line 53) | @Test method testAddNew (line 72) | @Test method testRemove (line 96) | @Test FILE: uberfire-project/uberfire-project-backend/src/test/java/org/guvnor/common/services/project/backend/server/utils/POMContentHandlerOneToOneTest.java class POMContentHandlerOneToOneTest (line 32) | @RunWith(Parameterized.class) method testNoChanges (line 37) | @Test method POMContentHandlerOneToOneTest (line 49) | public POMContentHandlerOneToOneTest(String fileName) { method getData (line 53) | @Parameterized.Parameters method fromStream (line 62) | public static String fromStream(InputStream in) throws IOException { method assertContainsIgnoreWhitespace (line 72) | private void assertContainsIgnoreWhitespace(final String expected, FILE: uberfire-project/uberfire-project-backend/src/test/java/org/guvnor/common/services/project/backend/server/utils/POMContentHandlerTest.java class POMContentHandlerTest (line 27) | public class POMContentHandlerTest { method testPOMContentHandlerNewProject (line 40) | @Test method testPOMContentHandlerExistingProject (line 63) | @Test method testPOMContentHandlerExistingJarProject (line 104) | @Test method testPOMContentHandlerExistingKieProject (line 130) | @Test method testParent (line 183) | @Test method assertContainsIgnoreWhitespace (line 221) | private void assertContainsIgnoreWhitespace(final String expected, FILE: uberfire-project/uberfire-project-backend/src/test/java/org/guvnor/common/services/project/backend/server/utils/PathUtilTest.java class PathUtilTest (line 23) | public class PathUtilTest { method setup (line 27) | @Before method stripGitProtocolAndBranch (line 32) | @Test method stripDefaultProtocolAndBranch (line 38) | @Test method stripProtocolMissingBranch (line 44) | @Test method stripRepoNameAndSpace (line 50) | @Test method replaceBranchName (line 56) | @Test method replaceMissingBranchName (line 62) | @Test method replaceBranchNameWith$ (line 68) | @Test FILE: uberfire-project/uberfire-project-backend/src/test/java/org/guvnor/common/services/project/backend/server/utils/TestUtils.java class TestUtils (line 20) | public class TestUtils { method makeMavenPlugin (line 22) | static Plugin makeMavenPlugin(final String groupId, method makeGuvnorPlugin (line 32) | static org.guvnor.common.services.project.model.Plugin makeGuvnorPlugi... FILE: uberfire-project/uberfire-project-builder/src/main/java/org/guvnor/common/services/builder/AsyncIncrementalBuilder.java type AsyncIncrementalBuilder (line 25) | public interface AsyncIncrementalBuilder { method execute (line 27) | public void execute(final ModuleService projectService, method getDescription (line 32) | String getDescription(); FILE: uberfire-project/uberfire-project-builder/src/main/java/org/guvnor/common/services/builder/IncrementalBuilderExecutorManager.java class IncrementalBuilderExecutorManager (line 38) | @Singleton method IncrementalBuilderExecutorManager (line 54) | public IncrementalBuilderExecutorManager() { method IncrementalBuilderExecutorManager (line 57) | @Inject method execute (line 72) | @Asynchronous method setExecutorService (line 98) | public void setExecutorService(final ExecutorService executorService) { method getExecutorService (line 103) | private ExecutorService getExecutorService() { method setServices (line 107) | public void setServices(final ModuleService moduleService, method shutdown (line 118) | public void shutdown() { FILE: uberfire-project/uberfire-project-builder/src/main/java/org/guvnor/common/services/builder/IncrementalBuilderExecutorManagerFactory.java type IncrementalBuilderExecutorManagerFactory (line 21) | public interface IncrementalBuilderExecutorManagerFactory { method getExecutorManager (line 23) | IncrementalBuilderExecutorManager getExecutorManager(); FILE: uberfire-project/uberfire-project-builder/src/main/java/org/guvnor/common/services/builder/IncrementalBuilderExecutorManagerFactoryImpl.java class IncrementalBuilderExecutorManagerFactoryImpl (line 33) | @ApplicationScoped method IncrementalBuilderExecutorManagerFactoryImpl (line 53) | @Inject method getExecutorManager (line 66) | @Override FILE: uberfire-project/uberfire-project-builder/src/main/java/org/guvnor/common/services/builder/ObservableClassFile.java class ObservableClassFile (line 23) | public class ObservableClassFile implements ResourceChangeObservableFile { method accept (line 27) | @Override FILE: uberfire-project/uberfire-project-builder/src/main/java/org/guvnor/common/services/builder/ObservableJavaFile.java class ObservableJavaFile (line 23) | public class ObservableJavaFile implements ResourceChangeObservableFile { method accept (line 27) | @Override FILE: uberfire-project/uberfire-project-builder/src/main/java/org/guvnor/common/services/builder/ObservablePOMFile.java class ObservablePOMFile (line 23) | public class ObservablePOMFile implements ResourceChangeObservableFile { method accept (line 27) | @Override FILE: uberfire-project/uberfire-project-builder/src/main/java/org/guvnor/common/services/builder/ResourceChangeIncrementalBuilder.java class ResourceChangeIncrementalBuilder (line 45) | @ApplicationScoped method setup (line 62) | @PostConstruct method configureOnEvent (line 67) | public void configureOnEvent(@Observes ApplicationStarted applicationS... method isIncrementalBuildEnabled (line 72) | private boolean isIncrementalBuildEnabled() { method destroyExecutorService (line 77) | @PreDestroy method isEjb (line 85) | private boolean isEjb(Object o, method getExecutor (line 94) | private synchronized IncrementalBuilderExecutorManager getExecutor() { method addResource (line 101) | public void addResource(final Path resource) { method deleteResource (line 148) | public void deleteResource(final Path resource) { method updateResource (line 195) | public void updateResource(final Path resource) { method isProjectResourceUpdateNeeded (line 216) | protected boolean isProjectResourceUpdateNeeded(Path resource) { method scheduleProjectResourceUpdate (line 221) | protected void scheduleProjectResourceUpdate(final Path resource) { method schedulePackageResourceUpdate (line 248) | protected void schedulePackageResourceUpdate(final Path resource) { method batchResourceChanges (line 280) | public void batchResourceChanges(final Map getActiveRepositoryRoot() { method setActiveOrganizationalUnit (line 112) | protected void setActiveOrganizationalUnit(final OrganizationalUnit ac... method getActiveOrganizationalUnit (line 116) | public Optional getActiveOrganizationalUnit() { method setActiveWorkspaceProject (line 120) | protected void setActiveWorkspaceProject(final WorkspaceProject active... method getActiveWorkspaceProject (line 124) | public Optional getActiveWorkspaceProject() { method getActiveModule (line 128) | public Optional getActiveModule() { method setActiveModule (line 132) | protected void setActiveModule(final Module activeModule) { method getActivePackage (line 136) | public Optional getActivePackage() { method setActivePackage (line 140) | protected void setActivePackage(final Package activePackage) { method addChangeHandler (line 144) | public ProjectContextChangeHandle addChangeHandler(final WorkspaceProj... method removeChangeHandler (line 151) | public void removeChangeHandler(final ProjectContextChangeHandle proje... method updateProjectModule (line 155) | public void updateProjectModule(final Module module) { FILE: uberfire-project/uberfire-project-client/src/main/java/org/guvnor/common/services/project/client/preferences/ProjectScopedResolutionStrategySupplier.java class ProjectScopedResolutionStrategySupplier (line 29) | @ApplicationScoped method ProjectScopedResolutionStrategySupplier (line 36) | public ProjectScopedResolutionStrategySupplier() { method ProjectScopedResolutionStrategySupplier (line 39) | @Inject method selectedProjectChanged (line 44) | public void selectedProjectChanged(@Observes final WorkspaceProjectCon... method get (line 48) | @Override FILE: uberfire-project/uberfire-project-client/src/main/java/org/guvnor/common/services/project/client/preferences/SpaceScopedResolutionStrategySupplier.java class SpaceScopedResolutionStrategySupplier (line 30) | @ApplicationScoped method SpaceScopedResolutionStrategySupplier (line 37) | public SpaceScopedResolutionStrategySupplier() { method SpaceScopedResolutionStrategySupplier (line 40) | @Inject method onWorkspaceProjectContextChangeEvent (line 45) | public void onWorkspaceProjectContextChangeEvent(@Observes final Works... method get (line 49) | @Override FILE: uberfire-project/uberfire-project-client/src/main/java/org/guvnor/common/services/project/client/repositories/ConflictingRepositoriesPopup.java class ConflictingRepositoriesPopup (line 34) | @Dependent method ConflictingRepositoriesPopup (line 44) | public ConflictingRepositoriesPopup() { method ConflictingRepositoriesPopup (line 47) | @Inject method setContent (line 55) | public void setContent(final GAV gav, method setContent (line 61) | public void setContent(final GAV gav, method isUserAdministrator (line 81) | private boolean isUserAdministrator() { method show (line 86) | @Override method override (line 91) | @Override method hide (line 97) | @Override method safeExecute (line 103) | private void safeExecute(final Command command) { FILE: uberfire-project/uberfire-project-client/src/main/java/org/guvnor/common/services/project/client/repositories/ConflictingRepositoriesPopupView.java type ConflictingRepositoriesPopupView (line 25) | public interface ConflictingRepositoriesPopupView type Presenter (line 28) | interface Presenter { method show (line 30) | void show(); method override (line 32) | void override(); method hide (line 34) | void hide(); method clear (line 37) | void clear(); method setContent (line 39) | void setContent(final GAV gav, method addOKButton (line 42) | void addOKButton(); method addOverrideButton (line 44) | void addOverrideButton(); method show (line 46) | void show(); method hide (line 48) | void hide(); FILE: uberfire-project/uberfire-project-client/src/main/java/org/guvnor/common/services/project/client/repositories/ConflictingRepositoriesPopupViewImpl.java class ConflictingRepositoriesPopupViewImpl (line 44) | public class ConflictingRepositoriesPopupViewImpl type Binder (line 48) | interface Binder method ConflictingRepositoriesPopupViewImpl (line 72) | public ConflictingRepositoriesPopupViewImpl() { method setup (line 79) | private void setup() { method init (line 130) | @Override method clear (line 135) | @Override method setContent (line 140) | @Override method sortRepositories (line 150) | private List sortRepositories(final Set canUpdateProject(final WorkspaceProject worksp... method canUpdateBranch (line 115) | public Promise canUpdateBranch(final WorkspaceProject workspa... method canDeleteProject (line 132) | public boolean canDeleteProject(final WorkspaceProject workspaceProjec... method canBuildProject (line 144) | public Promise canBuildProject(final WorkspaceProject workspa... method canDeployProject (line 160) | public Promise canDeployProject(final WorkspaceProject worksp... method canReadBranch (line 176) | public Promise canReadBranch(final WorkspaceProject project) { method canReadBranch (line 181) | public Promise canReadBranch(final WorkspaceProject project, method canDeleteBranch (line 194) | public Promise canDeleteBranch(final WorkspaceProject project) { method canSubmitChangeRequest (line 199) | public Promise canSubmitChangeRequest(final WorkspaceProject ... method canDeleteBranch (line 204) | public Promise canDeleteBranch(final WorkspaceProject project, method canViewDeploymentDetails (line 221) | public Promise canViewDeploymentDetails(String id) { method canSubmitChangeRequest (line 227) | public Promise canSubmitChangeRequest(final WorkspaceProject ... method userIsAtLeast (line 244) | boolean userIsAtLeast(final ContributorType type, method getUserContributor (line 250) | Optional getUserContributor(final Collection... method checkBranchPermission (line 254) | Promise checkBranchPermission(final WorkspaceProject project, method getBranchPermissionsForUser (line 266) | public Promise> getBranchPermissionsForUser(... method getBranchPermissionsForUser (line 276) | public Optional getBranchPermissionsForUser(final Wor... method getReadableBranches (line 289) | public Promise> getReadableBranches(final WorkspaceProjec... method getUpdatableBranches (line 303) | public Promise> getUpdatableBranches(final WorkspaceProje... method getBranchesWithPermission (line 317) | private Promise> getBranchesWithPermission(final Workspac... FILE: uberfire-project/uberfire-project-client/src/main/java/org/guvnor/common/services/project/client/type/POMResourceType.java class POMResourceType (line 26) | @ApplicationScoped method POMResourceType (line 31) | public POMResourceType() { method POMResourceType (line 34) | @Inject method getIcon (line 39) | @Override FILE: uberfire-project/uberfire-project-client/src/main/java/org/guvnor/common/services/project/client/util/POMDefaultOptions.java class POMDefaultOptions (line 24) | @ApplicationScoped method getBuildPlugins (line 27) | public ArrayList getBuildPlugins() { method getPackaging (line 31) | public String getPackaging() { FILE: uberfire-project/uberfire-project-client/src/test/java/org/guvnor/common/services/project/client/GAVEditorTest.java class GAVEditorTest (line 30) | @RunWith(GwtMockitoTestRunner.class) method setUp (line 49) | @Before method testSetGav (line 61) | @Test method testSetArtifactID (line 73) | @Test method testGroupChangeHandler (line 85) | @Test method testArtifactChangeHandler (line 98) | @Test method testVersionChangeHandler (line 111) | @Test FILE: uberfire-project/uberfire-project-client/src/test/java/org/guvnor/common/services/project/client/GAVEditorViewImplTest.java class GAVEditorViewImplTest (line 29) | @RunWith(GwtMockitoTestRunner.class) method init (line 49) | @Before method testArtifactChange (line 58) | @Test method testGroupChange (line 67) | @Test method testVersionChange (line 76) | @Test FILE: uberfire-project/uberfire-project-client/src/test/java/org/guvnor/common/services/project/client/POMEditorPanelTest.java class POMEditorPanelTest (line 36) | @RunWith(MockitoJUnitRunner.class) method setUp (line 54) | @Before method testAddArtifactChangeHandler (line 75) | @Test method testAddGroupChangeHandler (line 84) | @Test method testAddVersionChangeHandler (line 93) | @Test method testLoadSingleModule (line 102) | @Test method testLoadMultiModule (line 121) | @Test method testProjectNameValidation (line 139) | @Test method testGroupIDValidation (line 148) | @Test method testArtifactIDValidation (line 157) | @Test method testVersionValidation (line 166) | @Test method testOpenProjectContext (line 175) | @Test method testSetPomWhenItHasParentAndChildGAVEditIsDisabled (line 186) | @Test method testSetPomWhenItHasParentAndChildGAVEditIsEnabled (line 203) | @Test method testSetPomWhenItDoesNotHaveParent (line 223) | @Test method createTestModelWithParent (line 242) | private POM createTestModelWithParent(final String group, method createTestModel (line 252) | private POM createTestModel(final String group, method createTestModel (line 260) | private POM createTestModel(final String name, method setChildGAVEdit (line 274) | private void setChildGAVEdit(final boolean value) { FILE: uberfire-project/uberfire-project-client/src/test/java/org/guvnor/common/services/project/client/POMEditorPanelViewImplTest.java class POMEditorPanelViewImplTest (line 36) | @RunWith(GwtMockitoTestRunner.class) method setup (line 56) | @Before method testNameChangeHanlder (line 66) | @Test method testDescriptionChangeHandler (line 75) | @Test method testValidName (line 84) | @Test method testInvalidName (line 97) | @Test FILE: uberfire-project/uberfire-project-client/src/test/java/org/guvnor/common/services/project/client/context/WorkspaceProjectContextTest.java class WorkspaceProjectContextTest (line 55) | @RunWith(MockitoJUnitRunner.class) method setUp (line 69) | @Before method testGetActiveRepositoryRoot (line 82) | @Test method testContextChanged (line 97) | @Test method testOnOrganizationalUnitUpdate (line 145) | @Test method testContextChangeHandlerGetsRemoved (line 185) | @Test method testNoUpdateWhenNoActiveModule (line 206) | @Test method testNoUpdateWhenDifferentActiveModule (line 214) | @Test method testActiveModuleIsUpdated (line 230) | @Test method getMockModule (line 246) | private Module getMockModule() { FILE: uberfire-project/uberfire-project-client/src/test/java/org/guvnor/common/services/project/client/preferences/ModuleScopedResolutionStrategySupplierTest.java class ModuleScopedResolutionStrategySupplierTest (line 31) | @RunWith(MockitoJUnitRunner.class) method setup (line 41) | @Before method getWithoutProjectTest (line 49) | @Test method getWithProjectTest (line 57) | @Test FILE: uberfire-project/uberfire-project-client/src/test/java/org/guvnor/common/services/project/client/preferences/SpaceScopedResolutionStrategySupplierTest.java class SpaceScopedResolutionStrategySupplierTest (line 34) | @RunWith(MockitoJUnitRunner.class) method setup (line 42) | @Before method getWithoutOrganizationalUnitTest (line 47) | @Test method getWithOrganizationalUnitTest (line 54) | @Test FILE: uberfire-project/uberfire-project-client/src/test/java/org/guvnor/common/services/project/client/repositories/ConflictingRepositoriesPopupTest.java class ConflictingRepositoriesPopupTest (line 38) | @RunWith(MockitoJUnitRunner.class) method setup (line 49) | @Before method testInitialization (line 55) | @Test method testSetContent_Administrator (line 62) | @Test method testSetContent_NotAdministrator (line 81) | @Test method testSetContent_Reuse (line 100) | @Test method testShow (line 129) | @Test method testHide (line 136) | @Test method testActions (line 143) | @Test FILE: uberfire-project/uberfire-project-client/src/test/java/org/guvnor/common/services/project/client/security/ProjectControllerTest.java class ProjectControllerTest (line 64) | @RunWith(MockitoJUnitRunner.class) method setup (line 87) | @Before method userCanViewMetricsTabTest (line 97) | @Test method userCanViewMChangeRequestTabTest (line 104) | @Test method userCanViewProjectToolbarTest (line 111) | @Test method userCanCreateProjectTest (line 118) | @Test method userCanNotCreateProjectTest (line 127) | @Test method spaceContributorCanCreateProjectTest (line 138) | @Test method spaceContributorCanNotCreateProjectTest (line 147) | @Test method userCanReadProjectTest (line 155) | @Test method userCanNotReadProjectTest (line 164) | @Test method projectContributorCanReadProjectTest (line 172) | @Test method projectContributorCanNotReadProjectTest (line 181) | @Test method spaceOwnerCanReadProjectTest (line 190) | @Test method spaceOwnerCanNotReadProjectTest (line 199) | @Test method userCanUpdateProjectTest (line 208) | @Test method userCanNotUpdateProjectTest (line 223) | @Test method projectContributorCanUpdateProjectTest (line 240) | @Test method projectContributorCanNotUpdateProjectTest (line 254) | @Test method userCanUpdateBranchTest (line 268) | @Test method userCanNotUpdateBranchTest (line 283) | @Test method projectContributorCanUpdateBranchTest (line 300) | @Test method projectContributorCanNotUpdateBranchTest (line 314) | @Test method userCanDeleteProjectTest (line 328) | @Test method userCanNotDeleteProjectTest (line 337) | @Test method projectContributorCanDeleteProjectTest (line 346) | @Test method projectContributorCanNotDeleteProjectTest (line 355) | @Test method spaceContributorCanDeleteProjectTest (line 363) | @Test method spaceContributorCanNotDeleteProjectTest (line 372) | @Test method userCanBuildProjectTest (line 380) | @Test method userCanNotBuildProjectTest (line 395) | @Test method projectContributorCanBuildProjectTest (line 412) | @Test method projectContributorCanNotBuildProjectTest (line 426) | @Test method userCanDeployProjectTest (line 440) | @Test method userCanNotDeployProjectTest (line 455) | @Test method projectContributorCanDeployProjectTest (line 472) | @Test method projectContributorCanNotDeployProjectTest (line 486) | @Test method userCanReadBranchTest (line 500) | @Test method userCanNotReadBranchTest (line 515) | @Test method projectContributorCanReadBranchTest (line 533) | @Test method projectContributorCanNotReadBranchTest (line 547) | @Test method userCanDeleteBranchTest (line 561) | @Test method userCanNotDeleteBranchTest (line 576) | @Test method userCanSubmitChangeRequestTest (line 594) | @Test method userCannotSubmitChangeRequestTest (line 611) | @Test method userCannotSubmitChangeRequestWhenInDefaultBranchTest (line 629) | @Test method projectContributorCanDeleteBranchTest (line 645) | @Test method projectContributorCanNotDeleteBranchTest (line 659) | @Test method userCanUpdateAllBranchesTest (line 673) | @Test method userCanReadAllBranchesTest (line 688) | @Test method getReadableBranchesWhenInvalidModuleTest (line 703) | @Test method userCanNotUpdateAllBranchesTest (line 716) | @Test method projectContributorCanUpdateSomeBranchesTest (line 745) | @Test method projectContributorCanReadAllBranchesTest (line 772) | @Test method projectContributorCanReadSomeBranchesTest (line 800) | @Test method projectContributorCannotReadBranchesTest (line 827) | @Test method getProject (line 853) | private WorkspaceProject getProject() { FILE: uberfire-rest/uberfire-rest-backend/src/main/java/org/guvnor/rest/backend/JobRequestHelper.java class JobRequestHelper (line 73) | @ApplicationScoped method cloneProject (line 104) | public JobResult cloneProject(final String jobId, method createProject (line 154) | public JobResult createProject(final String jobId, method createProject (line 169) | public JobResult createProject(final String jobId, method getTemplateRepository (line 238) | private Repository getTemplateRepository(final String templateId, method toString (line 243) | private String toString(final Set repositorie... method deleteProject (line 253) | public JobResult deleteProject(final String jobId, method compileProject (line 282) | public JobResult compileProject(final String jobId, method buildResultsToDetailedStringMessages (line 314) | private List buildResultsToDetailedStringMessages(List deployResultToDetailedStringMessages(final BuildR... method testProject (line 395) | public JobResult testProject(final String jobId, method getCustomTestResultEvent (line 428) | private Event getCustomTestResultEvent(final JobRes... method deployProject (line 466) | public JobResult deployProject(final String jobId, method removeSpace (line 506) | public JobResult removeSpace(final String jobId, method createSpace (line 531) | public JobResult createSpace(final String jobId, method updateSpace (line 582) | public JobResult updateSpace(final String jobId, method addBranch (line 636) | public JobResult addBranch(final String jobId, method removeBranch (line 673) | public JobResult removeBranch(final String jobId, method addProjectToSpace (line 705) | public JobResult addProjectToSpace(final String jobId, method getProjectRootPath (line 742) | private org.uberfire.java.nio.file.Path getProjectRootPath(final Space... method findCause (line 752) | private Optional findCause(Throwable t, method projectDoesNotExistError (line 764) | private JobResult projectDoesNotExistError(final String jobId, method projectHasNoMainModuleError (line 773) | private JobResult projectHasNoMainModuleError(final String jobId, method projectHasNoModuleError (line 782) | private JobResult projectHasNoModuleError(final String jobId, FILE: uberfire-rest/uberfire-rest-backend/src/main/java/org/guvnor/rest/backend/JobRequestScheduler.java class JobRequestScheduler (line 63) | @ApplicationScoped method JobRequestScheduler (line 75) | public JobRequestScheduler() { method JobRequestScheduler (line 87) | @Inject method cloneProjectRequest (line 96) | public void cloneProjectRequest(final CloneProjectJobRequest jobReques... method createProjectRequest (line 109) | public void createProjectRequest(final CreateProjectJobRequest jobRequ... method deleteProjectRequest (line 129) | public void deleteProjectRequest(final DeleteProjectRequest jobRequest) { method compileProjectRequest (line 142) | public void compileProjectRequest(final CompileProjectRequest jobReque... method installProjectRequest (line 157) | public void installProjectRequest(final InstallProjectRequest jobReque... method testProjectRequest (line 172) | public void testProjectRequest(final TestProjectRequest jobRequest) { method deployProjectRequest (line 187) | public void deployProjectRequest(final DeployProjectRequest jobRequest) { method createSpaceRequest (line 202) | public void createSpaceRequest(final SpaceRequest jobRequest) { method updateSpaceRequest (line 213) | public void updateSpaceRequest(final SpaceRequest jobRequest) { method addProjectToSpace (line 224) | public void addProjectToSpace(final AddProjectToSpaceRequest jobReques... method addBranchRequest (line 237) | public void addBranchRequest(final AddBranchJobRequest jobRequest) { method removeBranchRequest (line 256) | public void removeBranchRequest(final RemoveBranchJobRequest jobReques... method removeSpaceRequest (line 273) | public void removeSpaceRequest(final RemoveSpaceRequest jobRequest) { method getContext (line 284) | protected Map getContext(JobRequest jobRequest) { method scheduleJob (line 295) | private void scheduleJob(final JobRequest jobRequest, FILE: uberfire-rest/uberfire-rest-backend/src/main/java/org/guvnor/rest/backend/JobResultManager.java class JobResultManager (line 29) | @ApplicationScoped class Cache (line 35) | private static class Cache extends LinkedHashMap { method Cache (line 39) | public Cache(int maxSize) { method removeEldestEntry (line 43) | @Override method setMaxSize (line 48) | public void setMaxSize(int maxSize) { method start (line 57) | @PostConstruct method getJob (line 67) | public JobResult getJob(String jobId) { method putJob (line 71) | public void putJob(JobResult job) { method removeJob (line 76) | public JobResult removeJob(String jobId) { FILE: uberfire-rest/uberfire-rest-backend/src/main/java/org/guvnor/rest/backend/PermissionAction.java class PermissionAction (line 24) | public class PermissionAction { method PermissionAction (line 29) | public PermissionAction(ResourceAction resourceAction, ResourceAction ... method PermissionAction (line 34) | public PermissionAction(ResourceAction resourceAction) { method getResourceAction (line 38) | public ResourceAction getResourceAction() { method getDependantAction (line 42) | public ResourceAction getDependantAction() { FILE: uberfire-rest/uberfire-rest-backend/src/main/java/org/guvnor/rest/backend/PermissionConstants.java type PermissionConstants (line 3) | public interface PermissionConstants { FILE: uberfire-rest/uberfire-rest-backend/src/main/java/org/guvnor/rest/backend/ProjectResource.java class ProjectResource (line 89) | @Path("/") method getDefaultVariant (line 98) | protected Variant getDefaultVariant() { method addAcceptedJobResult (line 122) | private void addAcceptedJobResult(String jobId) { method getJobStatus (line 129) | @GET method removeJob (line 149) | @DELETE method getJobResult (line 162) | private JobResult getJobResult(String jobId) { method cloneProject (line 174) | @POST method createProject (line 197) | @POST method getProjects (line 234) | @GET method deleteProject (line 258) | @DELETE method getProject (line 289) | @GET method getBranches (line 314) | @GET method addBranch (line 345) | @POST method removeBranch (line 387) | @DELETE method getBranchResponse (line 428) | private BranchResponse getBranchResponse(Branch branch) { method getProjectResponse (line 434) | private ProjectResponse getProjectResponse(WorkspaceProject workspaceP... method escapeHtmlInput (line 458) | private String escapeHtmlInput(String input) { method compileProject (line 468) | @POST method compileProject (line 481) | @POST method installProject (line 509) | @POST method installProject (line 522) | @POST method testProject (line 552) | @POST method testProject (line 566) | @POST method deployProject (line 594) | @POST method deployProject (line 607) | @POST method getSpaces (line 634) | @GET method getSpace (line 649) | private Space getSpace(OrganizationalUnit ou) { method getSpace (line 665) | @GET method createSpace (line 681) | @POST method updateSpace (line 707) | @PUT method deleteSpace (line 732) | @DELETE method assertObjectExists (line 756) | protected void assertObjectExists(final Object o, method createAcceptedStatusResponse (line 765) | protected Response createAcceptedStatusResponse(final JobRequest jobRe... method newId (line 769) | private String newId() { FILE: uberfire-rest/uberfire-rest-backend/src/main/java/org/guvnor/rest/backend/ResourceTypePermissionValidator.java class ResourceTypePermissionValidator (line 53) | @ApplicationScoped method ResourceTypePermissionValidator (line 71) | public ResourceTypePermissionValidator() { method ResourceTypePermissionValidator (line 74) | @Inject method getPermissionEntries (line 83) | public Set>> getPermiss... method isPermissionAllowed (line 87) | public boolean isPermissionAllowed(ResourceType resourceType, Resource... method resourceDependancy (line 91) | public Optional resourceDependancy(ResourceType reso... method satisfyDependancies (line 95) | public boolean satisfyDependancies(PermissionCollection pc, ResourceTy... method isValidResourceType (line 106) | public boolean isValidResourceType(ResourceType resourceType, String r... FILE: uberfire-rest/uberfire-rest-backend/src/main/java/org/guvnor/rest/backend/UserManagementResource.java class UserManagementResource (line 60) | @Path("/") method createGroup (line 85) | @POST method createUser (line 98) | @POST method changePassword (line 110) | @POST method deleteGroup (line 126) | @DELETE method deleteUser (line 141) | @DELETE method updateGroupPermissions (line 156) | @POST method updateRolePermissions (line 172) | @POST method assignGroupsToUser (line 188) | @POST method assignRolesToUser (line 204) | @POST method getUserPermissions (line 220) | @GET method getGroupPermissions (line 234) | @GET method getRolePermissions (line 249) | @GET method getRoles (line 263) | @GET method getUsers (line 273) | @GET method getUserGroups (line 289) | @GET method getUserRoles (line 303) | @GET method getGroups (line 317) | @GET method getEditors (line 326) | @GET method getPerpectives (line 336) | @GET method assertObjectExists (line 346) | protected void assertObjectExists(final Object o, method createResponse (line 355) | protected Response createResponse(final UberfireRestResponse restRespo... method getDefaultVariant (line 359) | protected Variant getDefaultVariant() { FILE: uberfire-rest/uberfire-rest-backend/src/main/java/org/guvnor/rest/backend/UserManagementResourceHelper.java class UserManagementResourceHelper (line 72) | @ApplicationScoped method createGroup (line 103) | public UberfireRestResponse createGroup(final String groupName, method createUser (line 140) | public UberfireRestResponse createUser(NewUser newUser) { method changePassword (line 176) | public UberfireRestResponse changePassword(String user, String newPass... method removeGroup (line 192) | public UberfireRestResponse removeGroup(final String groupName) { method removeUser (line 207) | public UberfireRestResponse removeUser(final String userName) { method assignGroupsToUser (line 222) | public UberfireRestResponse assignGroupsToUser(final String userName, method assignRolesToUser (line 244) | public UberfireRestResponse assignRolesToUser(final String userName, method getGroupPermissions (line 264) | public PermissionResponse getGroupPermissions(String groupName) { method getRolePermissions (line 278) | public PermissionResponse getRolePermissions(String roleName) { method getUserPermissions (line 292) | public PermissionResponse getUserPermissions(String userName) { method updateGroupPermissions (line 301) | public UberfireRestResponse updateGroupPermissions(final String groupN... method updateRolePermissions (line 335) | public UberfireRestResponse updateRolePermissions(final String roleName, method convertCollectionToPermissionResponse (line 371) | private void convertCollectionToPermissionResponse(PermissionResponse ... method getWorkbenchPermissions (line 398) | private WorkbenchPermission getWorkbenchPermissions(PermissionCollecti... method resolvePermission (line 410) | private boolean resolvePermission(PermissionCollection pc, String perm... method getPermissions (line 419) | private void getPermissions(ResourcePermission permission, ResourceAct... method getPermissionsType (line 437) | private PermissionType getPermissionsType(PermissionCollection pc, Res... method generatePermissionCollection (line 460) | private PermissionCollection generatePermissionCollection(PermissionCo... method addWorkBenchPermissions (line 479) | private void addWorkBenchPermissions(PermissionCollection pc, Workbenc... method addToCollection (line 504) | private void addToCollection(PermissionCollection pc, ResourceType res... method addExceptions (line 526) | private void addExceptions(PermissionCollection pc, ResourceType resou... method createUserObject (line 548) | private User createUserObject(NewUser newUser) { method areUsersValid (line 566) | private boolean areUsersValid(List users) { method areGroupsValid (line 582) | private boolean areGroupsValid(List groups) { method areRolesValid (line 598) | private boolean areRolesValid(List roles) { FILE: uberfire-rest/uberfire-rest-backend/src/main/java/org/guvnor/rest/backend/cmd/AbstractJobCommand.java class AbstractJobCommand (line 29) | public abstract class AbstractJobCommand implements DescriptiveRunnable { method AbstractJobCommand (line 41) | public AbstractJobCommand(final JobRequestHelper jobRequestHelper, method getHelper (line 51) | protected JobRequestHelper getHelper() throws Exception { method getJobRequest (line 55) | protected JobRequest getJobRequest() { method getJobManager (line 66) | private JobResultManager getJobManager() throws Exception { method getDescription (line 70) | @Override method run (line 75) | @Override method createResult (line 120) | private JobResult createResult(JobRequest jobRequest) { method internalExecute (line 127) | protected abstract JobResult internalExecute(JobRequest request) throw... FILE: uberfire-rest/uberfire-rest-backend/src/main/java/org/guvnor/rest/backend/cmd/AddBranchCmd.java class AddBranchCmd (line 27) | public class AddBranchCmd extends AbstractJobCommand { method AddBranchCmd (line 29) | public AddBranchCmd(final JobRequestHelper jobRequestHelper, method internalExecute (line 37) | @Override FILE: uberfire-rest/uberfire-rest-backend/src/main/java/org/guvnor/rest/backend/cmd/AddProjectToSpaceCmd.java class AddProjectToSpaceCmd (line 27) | public class AddProjectToSpaceCmd extends AbstractJobCommand { method AddProjectToSpaceCmd (line 29) | public AddProjectToSpaceCmd(final JobRequestHelper jobRequestHelper, method internalExecute (line 37) | @Override FILE: uberfire-rest/uberfire-rest-backend/src/main/java/org/guvnor/rest/backend/cmd/CloneRepositoryCmd.java class CloneRepositoryCmd (line 27) | public class CloneRepositoryCmd extends AbstractJobCommand { method CloneRepositoryCmd (line 29) | public CloneRepositoryCmd(final JobRequestHelper jobRequestHelper, method internalExecute (line 37) | @Override method getResult (line 56) | private String getResult(JobResult result) { method getJobStatus (line 60) | private JobStatus getJobStatus(JobResult result) { FILE: uberfire-rest/uberfire-rest-backend/src/main/java/org/guvnor/rest/backend/cmd/CompileProjectCmd.java class CompileProjectCmd (line 27) | public class CompileProjectCmd extends AbstractJobCommand { method CompileProjectCmd (line 29) | public CompileProjectCmd(final JobRequestHelper jobRequestHelper, method internalExecute (line 37) | @Override FILE: uberfire-rest/uberfire-rest-backend/src/main/java/org/guvnor/rest/backend/cmd/CreateProjectCmd.java class CreateProjectCmd (line 29) | public class CreateProjectCmd extends AbstractJobCommand { method CreateProjectCmd (line 31) | public CreateProjectCmd(final JobRequestHelper jobRequestHelper, method internalExecute (line 39) | @Override FILE: uberfire-rest/uberfire-rest-backend/src/main/java/org/guvnor/rest/backend/cmd/CreateSpaceCmd.java class CreateSpaceCmd (line 27) | public class CreateSpaceCmd extends AbstractJobCommand { method CreateSpaceCmd (line 29) | public CreateSpaceCmd(final JobRequestHelper jobRequestHelper, method internalExecute (line 37) | @Override FILE: uberfire-rest/uberfire-rest-backend/src/main/java/org/guvnor/rest/backend/cmd/DeleteProjectCmd.java class DeleteProjectCmd (line 27) | public class DeleteProjectCmd extends AbstractJobCommand { method DeleteProjectCmd (line 29) | public DeleteProjectCmd(final JobRequestHelper jobRequestHelper, method internalExecute (line 37) | @Override FILE: uberfire-rest/uberfire-rest-backend/src/main/java/org/guvnor/rest/backend/cmd/DeployProjectCmd.java class DeployProjectCmd (line 27) | public class DeployProjectCmd extends AbstractJobCommand { method DeployProjectCmd (line 29) | public DeployProjectCmd(final JobRequestHelper jobRequestHelper, method internalExecute (line 37) | @Override FILE: uberfire-rest/uberfire-rest-backend/src/main/java/org/guvnor/rest/backend/cmd/InstallProjectCmd.java class InstallProjectCmd (line 27) | public class InstallProjectCmd extends AbstractJobCommand { method InstallProjectCmd (line 29) | public InstallProjectCmd(final JobRequestHelper jobRequestHelper, method internalExecute (line 37) | @Override FILE: uberfire-rest/uberfire-rest-backend/src/main/java/org/guvnor/rest/backend/cmd/RemoveBranchCmd.java class RemoveBranchCmd (line 27) | public class RemoveBranchCmd extends AbstractJobCommand { method RemoveBranchCmd (line 29) | public RemoveBranchCmd(final JobRequestHelper jobRequestHelper, method internalExecute (line 37) | @Override FILE: uberfire-rest/uberfire-rest-backend/src/main/java/org/guvnor/rest/backend/cmd/RemoveSpaceCmd.java class RemoveSpaceCmd (line 27) | public class RemoveSpaceCmd extends AbstractJobCommand { method RemoveSpaceCmd (line 29) | public RemoveSpaceCmd(final JobRequestHelper jobRequestHelper, method internalExecute (line 37) | @Override FILE: uberfire-rest/uberfire-rest-backend/src/main/java/org/guvnor/rest/backend/cmd/TestProjectCmd.java class TestProjectCmd (line 27) | public class TestProjectCmd extends AbstractJobCommand { method TestProjectCmd (line 29) | public TestProjectCmd(final JobRequestHelper jobRequestHelper, method internalExecute (line 37) | @Override FILE: uberfire-rest/uberfire-rest-backend/src/main/java/org/guvnor/rest/backend/cmd/UpdateSpaceCmd.java class UpdateSpaceCmd (line 30) | public class UpdateSpaceCmd extends AbstractJobCommand { method UpdateSpaceCmd (line 32) | public UpdateSpaceCmd(JobRequestHelper jobRequestHelper, JobResultMana... method internalExecute (line 36) | @Override FILE: uberfire-rest/uberfire-rest-backend/src/test/java/org/guvnor/m2repo/preferences/ArtifactRepositoryPreferenceTest.java class ArtifactRepositoryPreferenceTest (line 23) | public class ArtifactRepositoryPreferenceTest { method defaultValue (line 25) | @Test FILE: uberfire-rest/uberfire-rest-backend/src/test/java/org/guvnor/rest/backend/JobRequestHelperCreateModuleTest.java class JobRequestHelperCreateModuleTest (line 55) | @RunWith(MockitoJUnitRunner.class) method setUp (line 75) | @Before method testOrganizationalUnitDoesNotExist (line 85) | @Test method testRepositoryDoesExist (line 105) | @Test method testNullWorkspaceProject (line 124) | @Test method testNewProjectWhenGAVAlreadyExists (line 143) | @Test method testNewProjectWhenFileAlreadyExists (line 171) | @Test method testProjectWithTemplates (line 193) | @Test method testProjectWithTemplatesNotAvailable (line 219) | @Test method testWeAreUsingCorrectGAV (line 245) | @Test method testProjectGroupNull (line 272) | @Test method testProjectGroupEmpty (line 290) | @Test method testProjectVersionNull (line 308) | @Test method testProjectVersionEmpty (line 327) | @Test FILE: uberfire-rest/uberfire-rest-backend/src/test/java/org/guvnor/rest/backend/JobRequestHelperTest.java class JobRequestHelperTest (line 68) | @RunWith(MockitoJUnitRunner.class) method setUp (line 97) | @Before method cloneProject (line 107) | @Test method resourceDoesNotExist (line 129) | @Test method projectDoesNotExist (line 139) | @Test method allTestsPass (line 150) | @Test method testsFail (line 162) | @Test method testCompileProject (line 177) | @Test method testCompileProjectFail (line 194) | @Test method testInstallProject (line 212) | @Test method testInstallProjectFail (line 230) | @Test method testDeployProject (line 249) | @Test method testDeployProjectFail (line 266) | @Test method testAddBranchProjectDoesNotExists (line 284) | @Test method testAddBranchFail (line 299) | @Test method testAddBranch (line 314) | @Test method testCreateSpace (line 327) | @Test method testUpdateSpace (line 341) | @Test method testRemoveSpace (line 356) | @Test method testRemoveBranchProjectDoesNotExists (line 365) | @Test method testRemoveBranchFail (line 379) | @Test method testRemoveBranch (line 393) | @Test method thenExpectMessageWithStatus (line 405) | private void thenExpectMessageWithStatus(final TestResultMessage message, method whenProjectExists (line 422) | private void whenProjectExists() { class MyModule (line 426) | class MyModule extends Module { FILE: uberfire-rest/uberfire-rest-backend/src/test/java/org/guvnor/rest/backend/PermissionsTest.java class PermissionsTest (line 35) | public class PermissionsTest { method allRestMethodsHaveRolesAssigned (line 43) | @Test FILE: uberfire-rest/uberfire-rest-backend/src/test/java/org/guvnor/rest/backend/ProjectResourceJobTest.java class ProjectResourceJobTest (line 49) | @RunWith(MockitoJUnitRunner.class) method getDefaultVariant (line 75) | protected Variant getDefaultVariant() { method assertObjectExists (line 79) | protected void assertObjectExists(final Object o, method createAcceptedStatusResponse (line 85) | protected Response createAcceptedStatusResponse(final JobRequest jobRe... method setup (line 90) | @Before method cloneProject (line 97) | @Test method createProject (line 107) | @Test method deleteProject (line 118) | @Test method compileProject (line 128) | @Test method compileProjectNullBranch (line 138) | @Test method compileProjectMainBranch (line 149) | @Test method compileProjectNonExistingBranch (line 160) | @Test method installProject (line 171) | @Test method installProjectNullBranch (line 181) | @Test method installProjectMainBranch (line 192) | @Test method installProjectNonExistingBranch (line 203) | @Test method testProject (line 214) | @Test method testProjectNullBranch (line 224) | @Test method testProjectMainBranch (line 235) | @Test method testProjectNonExisting (line 246) | @Test method deployProject (line 257) | @Test method deployProjectNullBranch (line 267) | @Test method deployProjectMainBranch (line 278) | @Test method deployProjectNonExistingBranch (line 289) | @Test method createSpace (line 300) | @Test method updateSpace (line 309) | @Test method updateSpaceWithXSSOwer (line 318) | @Test method createSpaceWithXSSOwner (line 329) | @Test method deleteSpace (line 340) | @Test method addBranch (line 349) | @Test method addBranchWithXSSName (line 359) | @Test method removeBranch (line 372) | @Test FILE: uberfire-rest/uberfire-rest-backend/src/test/java/org/guvnor/rest/backend/ResourceTypePermissionValidatorTest.java class ResourceTypePermissionValidatorTest (line 56) | @RunWith(MockitoJUnitRunner.class) method testIsPermissionAllowed (line 74) | @Test method testResourceDependancy (line 82) | @Test method testSatisfyDependancy (line 91) | @Test method testIsValidSpaceType (line 103) | @Test method testIsValidPerpectiveType (line 115) | @Test method testIsValidEditorType (line 122) | @Test method testIsValidRepositoryType (line 129) | @Test FILE: uberfire-rest/uberfire-rest-backend/src/test/java/org/guvnor/rest/backend/UserManagementHelperTest.java class UserManagementHelperTest (line 59) | @RunWith(MockitoJUnitRunner.class) method testGroupNotFoundWhenUpdateGroupPermission (line 81) | @Test method testCreateGroup (line 90) | @Test method testCreateGroupWithInvalidUser (line 102) | @Test method testCreateUser (line 113) | @Test method testChangePassword (line 125) | @Test method testCreateUserWithInvalidGroup (line 134) | @Test method testRemoveGroup (line 145) | @Test method testRemoveUser (line 153) | @Test method testAssignGroupsToUser (line 161) | @Test method testAssignInvalidGroupsToUser (line 170) | @Test method testAssignRolesToUser (line 179) | @Test method testUpdateRolePermission (line 188) | @Test method testUpdateGroupPermission (line 199) | @Test method testGetGroupPermission (line 209) | @Test method testGetRolePermission (line 226) | @Test method testGetUserPermission (line 242) | @Test FILE: uberfire-rest/uberfire-rest-backend/src/test/java/org/guvnor/rest/backend/UserManagementResourceJobTest.java class UserManagementResourceJobTest (line 51) | @RunWith(MockitoJUnitRunner.class) method assertObjectExists (line 71) | protected void assertObjectExists(final Object o, method getDefaultVariant (line 77) | protected Variant getDefaultVariant() { method createResponse (line 81) | protected Response createResponse(final UberfireRestResponse restRespo... method getAllGroupsTest (line 86) | @Test method getAllRolesTest (line 92) | @Test method getAllUsersTest (line 98) | @Test method getAllEditorsTest (line 104) | @Test method getAllPerspectivesTest (line 114) | @Test method getUserGroupsTest (line 125) | @Test method getUserRolesTest (line 133) | @Test method createGroupTest (line 141) | @Test method createUserTest (line 148) | @Test method removeGroupTest (line 155) | @Test method removeUserTest (line 161) | @Test method assignGroupToUserTest (line 167) | @Test method assignRolesToUserTest (line 174) | @Test method updateGroupSettingTest (line 181) | @Test method updateRoleSettingTest (line 188) | @Test method getRolePermisssionTest (line 195) | @Test method getGroupPermisssionTest (line 201) | @Test method getUserPermisssionTest (line 207) | @Test method getchangePasswordTest (line 213) | @Test FILE: uberfire-rest/uberfire-rest-client/src/main/java/org/guvnor/rest/client/AddBranchJobRequest.java class AddBranchJobRequest (line 20) | @Portable method getSpaceName (line 29) | public String getSpaceName() { method setSpaceName (line 33) | public void setSpaceName(final String name) { method getProjectName (line 37) | public String getProjectName() { method setProjectName (line 41) | public void setProjectName(final String name) { method getNewBranchName (line 45) | public String getNewBranchName() { method setNewBranchName (line 49) | public void setNewBranchName(final String name) { method getBaseBranchName (line 53) | public String getBaseBranchName() { method setBaseBranchName (line 57) | public void setBaseBranchName(final String name) { method setUserIdentifier (line 61) | public void setUserIdentifier(final String userIdentifier) { method getUserIdentifier (line 65) | public String getUserIdentifier() { FILE: uberfire-rest/uberfire-rest-client/src/main/java/org/guvnor/rest/client/AddBranchRequest.java class AddBranchRequest (line 21) | @Portable method AddBranchRequest (line 27) | public AddBranchRequest() { method setNewBranchName (line 30) | public void setNewBranchName(final String name) { method setBaseBranchName (line 34) | public void setBaseBranchName(final String name) { method getNewBranchName (line 38) | public String getNewBranchName() { method getBaseBranchName (line 42) | public String getBaseBranchName() { FILE: uberfire-rest/uberfire-rest-client/src/main/java/org/guvnor/rest/client/AddProjectToSpaceRequest.java class AddProjectToSpaceRequest (line 20) | @Portable method getSpaceName (line 26) | public String getSpaceName() { method setSpaceName (line 30) | public void setSpaceName(String spaceName) { method getProjectName (line 34) | public String getProjectName() { method setProjectName (line 38) | public void setProjectName(String projectName) { FILE: uberfire-rest/uberfire-rest-client/src/main/java/org/guvnor/rest/client/BranchResponse.java class BranchResponse (line 25) | @Portable method BranchResponse (line 30) | public BranchResponse() { method getName (line 33) | public String getName() { method setName (line 37) | public void setName(String name) { method toString (line 41) | @Override FILE: uberfire-rest/uberfire-rest-client/src/main/java/org/guvnor/rest/client/CloneProjectJobRequest.java class CloneProjectJobRequest (line 20) | @Portable method getCloneProjectRequest (line 26) | public CloneProjectRequest getCloneProjectRequest() { method setCloneProjectRequest (line 30) | public void setCloneProjectRequest(CloneProjectRequest cloneProjectReq... method setSpaceName (line 34) | public void setSpaceName(String spaceName) { method getSpaceName (line 38) | public String getSpaceName() { FILE: uberfire-rest/uberfire-rest-client/src/main/java/org/guvnor/rest/client/CloneProjectRequest.java class CloneProjectRequest (line 21) | @Portable method getUserName (line 28) | public String getUserName() { method setUserName (line 32) | public void setUserName(String userName) { method getPassword (line 36) | public String getPassword() { method setPassword (line 40) | public void setPassword(String password) { method getGitURL (line 44) | public String getGitURL() { method setGitURL (line 48) | public void setGitURL(String gitURL) { FILE: uberfire-rest/uberfire-rest-client/src/main/java/org/guvnor/rest/client/CompileProjectRequest.java class CompileProjectRequest (line 20) | @Portable method getProjectName (line 27) | public String getProjectName() { method setProjectName (line 31) | public void setProjectName(String projectName) { method getSpaceName (line 35) | public String getSpaceName() { method setSpaceName (line 39) | public void setSpaceName(String spaceName) { method setBranchName (line 43) | public void setBranchName(String branchName) { method getBranchName (line 47) | public String getBranchName() { FILE: uberfire-rest/uberfire-rest-client/src/main/java/org/guvnor/rest/client/CreateProjectJobRequest.java class CreateProjectJobRequest (line 20) | @Portable method getSpaceName (line 30) | public String getSpaceName() { method setSpaceName (line 34) | public void setSpaceName(String spaceName) { method getProjectName (line 38) | public String getProjectName() { method setProjectName (line 42) | public void setProjectName(String projectName) { method getProjectGroupId (line 46) | public String getProjectGroupId() { method setProjectGroupId (line 50) | public void setProjectGroupId(String projectGroupId) { method getProjectVersion (line 54) | public String getProjectVersion() { method setProjectVersion (line 58) | public void setProjectVersion(String projectVersion) { method getDescription (line 62) | public String getDescription() { method setDescription (line 66) | public void setDescription(String description) { method getTemplateId (line 70) | public String getTemplateId() { method setTemplateId (line 74) | public void setTemplateId(String templateId) { FILE: uberfire-rest/uberfire-rest-client/src/main/java/org/guvnor/rest/client/CreateProjectRequest.java class CreateProjectRequest (line 21) | @Portable method CreateProjectRequest (line 28) | public CreateProjectRequest() { method setGroupId (line 31) | public void setGroupId(String groupId) { method setVersion (line 35) | public void setVersion(String version) { method getGroupId (line 39) | public String getGroupId() { method getVersion (line 43) | public String getVersion() { method getTemplateId (line 47) | public String getTemplateId() { method setTemplateId (line 51) | public void setTemplateId(String templateId) { FILE: uberfire-rest/uberfire-rest-client/src/main/java/org/guvnor/rest/client/DeleteProjectRequest.java class DeleteProjectRequest (line 20) | @Portable method getProjectName (line 26) | public String getProjectName() { method setProjectName (line 30) | public void setProjectName(String projectName) { method getSpaceName (line 34) | public String getSpaceName() { method setSpaceName (line 38) | public void setSpaceName(String spaceName) { FILE: uberfire-rest/uberfire-rest-client/src/main/java/org/guvnor/rest/client/DeployProjectRequest.java class DeployProjectRequest (line 20) | @Portable method getProjectName (line 27) | public String getProjectName() { method setProjectName (line 31) | public void setProjectName(String projectName) { method getSpaceName (line 35) | public String getSpaceName() { method setSpaceName (line 39) | public void setSpaceName(String spaceName) { method setBranchName (line 43) | public void setBranchName(String branchName) { method getBranchName (line 47) | public String getBranchName() { FILE: uberfire-rest/uberfire-rest-client/src/main/java/org/guvnor/rest/client/Entity.java class Entity (line 23) | @Portable method getName (line 29) | public String getName() { method setName (line 33) | public void setName(String name) { method getDescription (line 37) | public String getDescription() { method setDescription (line 41) | public void setDescription(String description) { FILE: uberfire-rest/uberfire-rest-client/src/main/java/org/guvnor/rest/client/InstallProjectRequest.java class InstallProjectRequest (line 20) | @Portable method getSpaceName (line 27) | public String getSpaceName() { method setSpaceName (line 31) | public void setSpaceName(String spaceName) { method getProjectName (line 35) | public String getProjectName() { method setProjectName (line 39) | public void setProjectName(String projectName) { method setBranchName (line 43) | public void setBranchName(String branchName) { method getBranchName (line 47) | public String getBranchName() { FILE: uberfire-rest/uberfire-rest-client/src/main/java/org/guvnor/rest/client/JobRequest.java class JobRequest (line 22) | @Portable method getJobId (line 28) | public String getJobId() { method setJobId (line 32) | public void setJobId(String jobId) { method getStatus (line 36) | public JobStatus getStatus() { method setStatus (line 40) | public void setStatus(JobStatus status) { FILE: uberfire-rest/uberfire-rest-client/src/main/java/org/guvnor/rest/client/JobResult.java class JobResult (line 23) | @Portable method getStatus (line 32) | public JobStatus getStatus() { method setStatus (line 36) | public void setStatus(JobStatus status) { method getJobId (line 40) | public String getJobId() { method setJobId (line 44) | public void setJobId(String jobId) { method getResult (line 48) | public String getResult() { method setResult (line 52) | public void setResult(String result) { method getLastModified (line 56) | public Long getLastModified() { method setLastModified (line 60) | public void setLastModified(long lastModified) { method getDetailedResult (line 64) | public List getDetailedResult() { method setDetailedResult (line 68) | public void setDetailedResult(List detailedResult) { FILE: uberfire-rest/uberfire-rest-client/src/main/java/org/guvnor/rest/client/JobStatus.java type JobStatus (line 25) | @Portable FILE: uberfire-rest/uberfire-rest-client/src/main/java/org/guvnor/rest/client/NewGroup.java class NewGroup (line 24) | @Portable method getUsers (line 29) | public List getUsers() { method setUsers (line 33) | public void setUsers(List users) { FILE: uberfire-rest/uberfire-rest-client/src/main/java/org/guvnor/rest/client/NewUser.java class NewUser (line 25) | @Portable method getName (line 32) | public String getName() { method setName (line 36) | public void setName(String name) { method getRoles (line 40) | public List getRoles() { method setRoles (line 44) | public void setRoles(List roles) { method getGroups (line 48) | public List getGroups() { method setGroups (line 52) | public void setGroups(List groups) { FILE: uberfire-rest/uberfire-rest-client/src/main/java/org/guvnor/rest/client/Permission.java class Permission (line 24) | @Portable method Permission (line 35) | public Permission() { method Permission (line 38) | public Permission(@MapsTo("read") Boolean read, @MapsTo("create") Bool... method isRead (line 49) | public Boolean isRead() { method isCreate (line 53) | public Boolean isCreate() { method isUpdate (line 57) | public Boolean isUpdate() { method isDelete (line 61) | public Boolean isDelete() { method isBuild (line 65) | public Boolean isBuild() { method getExceptions (line 69) | public List getExceptions() { method setRead (line 73) | public void setRead(Boolean read) { method setCreate (line 77) | public void setCreate(Boolean create) { method setUpdate (line 81) | public void setUpdate(Boolean update) { method setDelete (line 85) | public void setDelete(Boolean delete) { method setBuild (line 89) | public void setBuild(Boolean build) { method setExceptions (line 93) | public void setExceptions(List exceptions) { FILE: uberfire-rest/uberfire-rest-client/src/main/java/org/guvnor/rest/client/PermissionException.java class PermissionException (line 22) | @Portable method PermissionException (line 28) | public PermissionException() { method PermissionException (line 31) | public PermissionException(@MapsTo("resourceName") String resourceName... method getResourceName (line 36) | public String getResourceName() { method getPermissions (line 40) | public Permission getPermissions() { method setResourceName (line 44) | public void setResourceName(String resourceName) { method setPermissions (line 48) | public void setPermissions(Permission permissions) { FILE: uberfire-rest/uberfire-rest-client/src/main/java/org/guvnor/rest/client/PermissionResponse.java class PermissionResponse (line 23) | @Portable method getHomePage (line 33) | public String getHomePage() { method setHomePage (line 37) | public void setHomePage(String homePage) { method getPriority (line 41) | public Integer getPriority() { method setPriority (line 45) | public void setPriority(Integer priority) { method getProject (line 49) | public ResourcePermission getProject() { method getSpaces (line 53) | public ResourcePermission getSpaces() { method getEditor (line 57) | public ResourcePermission getEditor() { method getPages (line 61) | public ResourcePermission getPages() { method setProject (line 65) | public void setProject(ResourcePermission project) { method setSpaces (line 69) | public void setSpaces(ResourcePermission spaces) { method setEditor (line 73) | public void setEditor(ResourcePermission editor) { method setPages (line 77) | public void setPages(ResourcePermission pages) { method getWorkbench (line 81) | public WorkbenchPermission getWorkbench() { method setWorkbench (line 85) | public void setWorkbench(WorkbenchPermission workbench) { FILE: uberfire-rest/uberfire-rest-client/src/main/java/org/guvnor/rest/client/PermissionType.java class PermissionType (line 25) | @Portable method isAccess (line 31) | public boolean isAccess() { method setAccess (line 35) | public void setAccess(boolean access) { method getExceptions (line 39) | public List getExceptions() { method setExceptions (line 43) | public void setExceptions(List exceptions) { FILE: uberfire-rest/uberfire-rest-client/src/main/java/org/guvnor/rest/client/ProjectResponse.java class ProjectResponse (line 25) | @Portable method ProjectResponse (line 35) | public ProjectResponse() { method getName (line 38) | public String getName() { method getSpaceName (line 42) | public String getSpaceName() { method getGroupId (line 46) | public String getGroupId() { method getVersion (line 50) | public String getVersion() { method getDescription (line 54) | public String getDescription() { method setName (line 58) | public void setName(String name) { method setSpaceName (line 62) | public void setSpaceName(String spaceName) { method setGroupId (line 66) | public void setGroupId(String groupId) { method setVersion (line 70) | public void setVersion(String version) { method setDescription (line 74) | public void setDescription(String description) { method toString (line 78) | @Override method setPublicURIs (line 92) | public void setPublicURIs(List publicURIs) { method getPublicURIs (line 96) | public List getPublicURIs() { FILE: uberfire-rest/uberfire-rest-client/src/main/java/org/guvnor/rest/client/PublicURI.java class PublicURI (line 20) | @Portable method getProtocol (line 26) | public String getProtocol() { method setProtocol (line 30) | public void setProtocol(String protocol) { method getUri (line 34) | public String getUri() { method setUri (line 38) | public void setUri(String uri) { method toString (line 42) | @Override FILE: uberfire-rest/uberfire-rest-client/src/main/java/org/guvnor/rest/client/RemoveBranchJobRequest.java class RemoveBranchJobRequest (line 20) | @Portable method getSpaceName (line 28) | public String getSpaceName() { method setSpaceName (line 32) | public void setSpaceName(final String name) { method getProjectName (line 36) | public String getProjectName() { method setProjectName (line 40) | public void setProjectName(final String name) { method getBranchName (line 44) | public String getBranchName() { method setBranchName (line 48) | public void setBranchName(final String name) { method setUserIdentifier (line 52) | public void setUserIdentifier(final String userIdentifier) { method getUserIdentifier (line 56) | public String getUserIdentifier() { FILE: uberfire-rest/uberfire-rest-client/src/main/java/org/guvnor/rest/client/RemoveBranchRequest.java class RemoveBranchRequest (line 21) | @Portable method RemoveBranchRequest (line 26) | public RemoveBranchRequest() { method setBranchName (line 29) | public void setBranchName(final String name) { method getBranchName (line 33) | public String getBranchName() { FILE: uberfire-rest/uberfire-rest-client/src/main/java/org/guvnor/rest/client/RemoveSpaceRequest.java class RemoveSpaceRequest (line 22) | @Portable method getSpaceName (line 30) | public String getSpaceName() { method setSpaceName (line 34) | public void setSpaceName(String spaceName) { method getOwner (line 38) | public String getOwner() { method setOwner (line 42) | public void setOwner(String owner) { method getDescription (line 46) | public String getDescription() { method setDescription (line 50) | public void setDescription(String description) { method getRepositories (line 54) | public List getRepositories() { method setRepositories (line 58) | public void setRepositories(List repositories) { method toString (line 62) | @Override FILE: uberfire-rest/uberfire-rest-client/src/main/java/org/guvnor/rest/client/ResourcePermission.java class ResourcePermission (line 23) | @Portable method getRead (line 32) | public PermissionType getRead() { method setRead (line 36) | public void setRead(PermissionType read) { method getCreate (line 40) | public PermissionType getCreate() { method setCreate (line 44) | public void setCreate(PermissionType create) { method getUpdate (line 48) | public PermissionType getUpdate() { method setUpdate (line 52) | public void setUpdate(PermissionType update) { method getDelete (line 56) | public PermissionType getDelete() { method setDelete (line 60) | public void setDelete(PermissionType delete) { method getBuild (line 64) | public PermissionType getBuild() { method setBuild (line 68) | public void setBuild(PermissionType build) { FILE: uberfire-rest/uberfire-rest-client/src/main/java/org/guvnor/rest/client/Space.java class Space (line 23) | @Portable method getProjects (line 31) | public List getProjects() { method setProjects (line 35) | public void setProjects(List projects) { method getOwner (line 39) | public String getOwner() { method setOwner (line 43) | public void setOwner(String owner) { method getDefaultGroupId (line 47) | public String getDefaultGroupId() { method setDefaultGroupId (line 51) | public void setDefaultGroupId(String defaultGroupId) { FILE: uberfire-rest/uberfire-rest-client/src/main/java/org/guvnor/rest/client/SpaceRequest.java class SpaceRequest (line 20) | @Portable method getSpaceName (line 28) | public String getSpaceName() { method setSpaceName (line 32) | public void setSpaceName(String spaceName) { method getOwner (line 36) | public String getOwner() { method setOwner (line 40) | public void setOwner(String owner) { method getDefaultGroupId (line 44) | public String getDefaultGroupId() { method setDefaultGroupId (line 48) | public void setDefaultGroupId(String defaultGroupId) { method getDescription (line 52) | public String getDescription() { method setDescription (line 56) | public void setDescription(String description) { FILE: uberfire-rest/uberfire-rest-client/src/main/java/org/guvnor/rest/client/TestProjectRequest.java class TestProjectRequest (line 20) | @Portable method getProjectName (line 27) | public String getProjectName() { method setProjectName (line 31) | public void setProjectName(String projectName) { method getSpaceName (line 35) | public String getSpaceName() { method setSpaceName (line 39) | public void setSpaceName(String spaceName) { method setBranchName (line 43) | public void setBranchName(String branchName) { method getBranchName (line 47) | public String getBranchName() { FILE: uberfire-rest/uberfire-rest-client/src/main/java/org/guvnor/rest/client/UberfireRestResponse.java class UberfireRestResponse (line 27) | @Portable method getStatus (line 33) | public Response.Status getStatus() { method setStatus (line 37) | public void setStatus(Response.Status status) { method getMessage (line 41) | public String getMessage() { method setMessage (line 45) | public void setMessage(String message) { FILE: uberfire-rest/uberfire-rest-client/src/main/java/org/guvnor/rest/client/UpdateSettingRequest.java class UpdateSettingRequest (line 22) | @Portable method UpdateSettingRequest (line 33) | public UpdateSettingRequest() { method UpdateSettingRequest (line 36) | public UpdateSettingRequest(@MapsTo("homePage") String homePage, @Maps... method getHomePage (line 49) | public String getHomePage() { method getPriority (line 53) | public Integer getPriority() { method getProject (line 57) | public Permission getProject() { method getSpaces (line 61) | public Permission getSpaces() { method getEditor (line 65) | public Permission getEditor() { method getPages (line 69) | public Permission getPages() { method getWorkbench (line 73) | public WorkbenchPermission getWorkbench() { method setHomePage (line 77) | public void setHomePage(String homePage) { method setPriority (line 81) | public void setPriority(Integer priority) { method setProject (line 85) | public void setProject(Permission project) { method setSpaces (line 89) | public void setSpaces(Permission spaces) { method setEditor (line 93) | public void setEditor(Permission editor) { method setPages (line 97) | public void setPages(Permission pages) { method setWorkbench (line 101) | public void setWorkbench(WorkbenchPermission workbench) { FILE: uberfire-rest/uberfire-rest-client/src/main/java/org/guvnor/rest/client/WorkbenchPermission.java class WorkbenchPermission (line 22) | @Portable method WorkbenchPermission (line 33) | public WorkbenchPermission() { method WorkbenchPermission (line 36) | public WorkbenchPermission(@MapsTo("editDataObject") Boolean editDataO... method getEditDataObject (line 49) | public Boolean getEditDataObject() { method getPlannerAvailable (line 53) | public Boolean getPlannerAvailable() { method getEditGlobalPreferences (line 57) | public Boolean getEditGlobalPreferences() { method getEditProfilePreferences (line 61) | public Boolean getEditProfilePreferences() { method getAccessDataTransfer (line 65) | public Boolean getAccessDataTransfer() { method getJarDownload (line 69) | public Boolean getJarDownload() { method getEditGuidedDecisionTableColumns (line 73) | public Boolean getEditGuidedDecisionTableColumns() { method setEditDataObject (line 77) | public void setEditDataObject(Boolean editDataObject) { method setPlannerAvailable (line 81) | public void setPlannerAvailable(Boolean plannerAvailable) { method setEditGlobalPreferences (line 85) | public void setEditGlobalPreferences(Boolean editGlobalPreferences) { method setEditProfilePreferences (line 89) | public void setEditProfilePreferences(Boolean editProfilePreferences) { method setAccessDataTransfer (line 93) | public void setAccessDataTransfer(Boolean accessDataTransfer) { method setJarDownload (line 97) | public void setJarDownload(Boolean jarDownload) { method setEditGuidedDecisionTableColumns (line 101) | public void setEditGuidedDecisionTableColumns(Boolean editGuidedDecisi... FILE: uberfire-security/uberfire-security-api/src/main/java/org/uberfire/security/authz/AuthorizationCheck.java type AuthorizationCheck (line 26) | public interface AuthorizationCheck { method granted (line 32) | C granted(Command onGranted); method denied (line 38) | C denied(Command onDenied); method result (line 44) | boolean result(); FILE: uberfire-security/uberfire-security-api/src/main/java/org/uberfire/security/authz/AuthorizationManager.java type AuthorizationManager (line 31) | public interface AuthorizationManager { method authorize (line 47) | boolean authorize(Resource resource, method authorize (line 61) | boolean authorize(Resource resource, method authorize (line 76) | boolean authorize(ResourceType resourceType, method authorize (line 89) | boolean authorize(String permission, method authorize (line 101) | boolean authorize(Permission permission, method check (line 126) | ResourceCheck check(Resource resource, method check (line 150) | ResourceCheck check(ResourceType resourceType, method check (line 174) | PermissionCheck check(String permission, method authorize (line 182) | boolean authorize(Resource resource, method authorize (line 189) | boolean authorize(Resource resource, method authorize (line 197) | boolean authorize(ResourceType resourceType, method authorize (line 205) | boolean authorize(String permission, method authorize (line 212) | boolean authorize(Permission permission, method authorize (line 219) | public boolean authorize(Resource resource, method check (line 227) | ResourceCheck check(Resource resource, method check (line 234) | ResourceCheck check(ResourceType type, method check (line 241) | PermissionCheck check(String permission, method invalidate (line 248) | void invalidate(final User user); FILE: uberfire-security/uberfire-security-api/src/main/java/org/uberfire/security/authz/AuthorizationPolicy.java type AuthorizationPolicy (line 27) | public interface AuthorizationPolicy { method getRoles (line 32) | Set getRoles(); method getGroups (line 37) | Set getGroups(); method getRoleDescription (line 44) | String getRoleDescription(Role role); method setRoleDescription (line 51) | void setRoleDescription(Role role, method getGroupDescription (line 59) | String getGroupDescription(Group group); method setGroupDescription (line 66) | void setGroupDescription(Group group, method getPriority (line 75) | int getPriority(Role role); method getPriority (line 83) | int getPriority(Group group); method setPriority (line 90) | void setPriority(Role role, method setPriority (line 98) | void setPriority(Group group, method getPermissions (line 106) | PermissionCollection getPermissions(Role role); method setPermissions (line 113) | void setPermissions(Role role, PermissionCollection permissions); method getPermissions (line 120) | PermissionCollection getPermissions(Group group); method setPermissions (line 127) | void setPermissions(Group group, PermissionCollection permissions); method getHomePerspective (line 133) | String getHomePerspective(Role role); method getHomePerspective (line 139) | String getHomePerspective(Group group); method setHomePerspective (line 146) | void setHomePerspective(Role role, method setHomePerspective (line 154) | void setHomePerspective(Group group, method getHomePerspective (line 166) | String getHomePerspective(User user); method getHomePerspective (line 174) | String getHomePerspective(); method setHomePerspective (line 182) | void setHomePerspective(String perspectiveId); method getPermissions (line 190) | PermissionCollection getPermissions(); method addPermission (line 197) | void addPermission(Group group, FILE: uberfire-security/uberfire-security-api/src/main/java/org/uberfire/security/authz/AuthorizationResult.java type AuthorizationResult (line 21) | @Portable method AuthorizationResult (line 30) | AuthorizationResult() { method AuthorizationResult (line 34) | AuthorizationResult(int result) { method invert (line 38) | public AuthorizationResult invert() { method toString (line 49) | @Override FILE: uberfire-security/uberfire-security-api/src/main/java/org/uberfire/security/authz/Permission.java type Permission (line 24) | public interface Permission { method getName (line 30) | String getName(); method getResult (line 36) | AuthorizationResult getResult(); method setResult (line 42) | void setResult(AuthorizationResult result); method implies (line 54) | boolean implies(Permission other); method impliesName (line 61) | boolean impliesName(Permission other); method impliesResult (line 68) | boolean impliesResult(Permission other); method clone (line 74) | Permission clone(); FILE: uberfire-security/uberfire-security-api/src/main/java/org/uberfire/security/authz/PermissionCheck.java type PermissionCheck (line 22) | public interface PermissionCheck extends AuthorizationCheck { FILE: uberfire-security/uberfire-security-api/src/main/java/org/uberfire/security/authz/PermissionCollection.java type PermissionCollection (line 32) | public interface PermissionCollection { method add (line 38) | PermissionCollection add(Permission... permissions); method remove (line 44) | PermissionCollection remove(Permission... permissions); method get (line 51) | Permission get(String name); method collection (line 57) | Collection collection(); method implies (line 66) | boolean implies(Permission permission); method impliesName (line 74) | boolean impliesName(Permission permission); method merge (line 91) | PermissionCollection merge(PermissionCollection other, method clone (line 98) | PermissionCollection clone(); FILE: uberfire-security/uberfire-security-api/src/main/java/org/uberfire/security/authz/PermissionManager.java type PermissionManager (line 47) | public interface PermissionManager { method newAuthorizationPolicy (line 52) | AuthorizationPolicyBuilder newAuthorizationPolicy(); method getAuthorizationPolicy (line 57) | AuthorizationPolicy getAuthorizationPolicy(); method setAuthorizationPolicy (line 62) | void setAuthorizationPolicy(AuthorizationPolicy authorizationPolicy); method getDefaultVotingStrategy (line 68) | VotingStrategy getDefaultVotingStrategy(); method setDefaultVotingStrategy (line 76) | void setDefaultVotingStrategy(VotingStrategy votingStrategy); method getVotingAlgorithm (line 83) | VotingAlgorithm getVotingAlgorithm(VotingStrategy votingStrategy); method setVotingAlgorithm (line 91) | void setVotingAlgorithm(VotingStrategy votingStrategy, method createPermission (line 100) | Permission createPermission(String name, method createPermission (line 110) | Permission createPermission(Resource resource, method createPermission (line 121) | Permission createPermission(ResourceType resourceType, method checkPermission (line 135) | AuthorizationResult checkPermission(Permission permission, method checkPermission (line 147) | AuthorizationResult checkPermission(Permission permission, method resolveResourceId (line 160) | String resolveResourceId(Permission permission); method resolvePermissions (line 176) | PermissionCollection resolvePermissions(User user, method invalidate (line 183) | void invalidate(final User user); FILE: uberfire-security/uberfire-security-api/src/main/java/org/uberfire/security/authz/PermissionType.java type PermissionType (line 26) | public interface PermissionType { method getType (line 32) | String getType(); method supportsPermission (line 40) | boolean supportsPermission(String name); method createPermission (line 48) | Permission createPermission(String name, method createPermission (line 60) | Permission createPermission(ResourceType resourceType, method createPermission (line 71) | Permission createPermission(Resource resource, method resolveResourceId (line 84) | String resolveResourceId(Permission permission); FILE: uberfire-security/uberfire-security-api/src/main/java/org/uberfire/security/authz/PermissionTypeRegistry.java type PermissionTypeRegistry (line 21) | public interface PermissionTypeRegistry { method register (line 26) | void register(PermissionType type); method get (line 31) | PermissionType get(String type); method resolve (line 39) | PermissionType resolve(String name); FILE: uberfire-security/uberfire-security-api/src/main/java/org/uberfire/security/authz/ResourceCheck.java type ResourceCheck (line 24) | public interface ResourceCheck extends Authoriz... method action (line 30) | C action(ResourceAction action); FILE: uberfire-security/uberfire-security-api/src/main/java/org/uberfire/security/authz/VotingAlgorithm.java type VotingAlgorithm (line 34) | public interface VotingAlgorithm { method vote (line 39) | AuthorizationResult vote(Iterable results); FILE: uberfire-security/uberfire-security-api/src/main/java/org/uberfire/security/authz/adapter/GroupsAdapter.java type GroupsAdapter (line 23) | public interface GroupsAdapter { method getGroups (line 25) | List getGroups(final String principalName, FILE: uberfire-security/uberfire-security-api/src/main/java/org/uberfire/security/crypt/CryptProvider.java type CryptProvider (line 19) | public interface CryptProvider { method encrypt (line 21) | String encrypt(final String content, method decrypt (line 24) | String decrypt(final String content, FILE: uberfire-security/uberfire-security-api/src/main/java/org/uberfire/security/impl/authz/AffirmativeBasedVoter.java class AffirmativeBasedVoter (line 30) | public class AffirmativeBasedVoter implements VotingAlgorithm { method vote (line 32) | @Override FILE: uberfire-security/uberfire-security-api/src/main/java/org/uberfire/security/impl/authz/AuthorizationPolicyBuilder.java class AuthorizationPolicyBuilder (line 41) | public class AuthorizationPolicyBuilder { method AuthorizationPolicyBuilder (line 51) | public AuthorizationPolicyBuilder(PermissionTypeRegistry permissionTyp... method bydefault (line 55) | public AuthorizationPolicyBuilder bydefault() { method role (line 61) | public AuthorizationPolicyBuilder role(String role) { method role (line 71) | public AuthorizationPolicyBuilder role(String role, method role (line 78) | public AuthorizationPolicyBuilder role(String role, method role (line 85) | public AuthorizationPolicyBuilder role(String role, method group (line 94) | public AuthorizationPolicyBuilder group(String group) { method group (line 104) | public AuthorizationPolicyBuilder group(String group, method group (line 113) | public AuthorizationPolicyBuilder group(String group, method group (line 120) | public AuthorizationPolicyBuilder group(String group, method permission (line 127) | public AuthorizationPolicyBuilder permission(String name, method description (line 144) | public AuthorizationPolicyBuilder description(String description) { method priority (line 157) | public AuthorizationPolicyBuilder priority(int priority) { method home (line 170) | public AuthorizationPolicyBuilder home(String homePerspective) { method build (line 183) | public AuthorizationPolicy build() { FILE: uberfire-security/uberfire-security-api/src/main/java/org/uberfire/security/impl/authz/ConsensusBasedVoter.java class ConsensusBasedVoter (line 31) | public class ConsensusBasedVoter implements VotingAlgorithm { method vote (line 33) | @Override FILE: uberfire-security/uberfire-security-api/src/main/java/org/uberfire/security/impl/authz/DefaultAuthorizationEntry.java class DefaultAuthorizationEntry (line 23) | @Portable method DefaultAuthorizationEntry (line 34) | public DefaultAuthorizationEntry() { method DefaultAuthorizationEntry (line 37) | public DefaultAuthorizationEntry(Role role) { method DefaultAuthorizationEntry (line 41) | public DefaultAuthorizationEntry(Group group) { method getRole (line 45) | public Role getRole() { method setRole (line 49) | public void setRole(Role role) { method getGroup (line 53) | public Group getGroup() { method setGroup (line 57) | public void setGroup(Group group) { method getDescription (line 61) | public String getDescription() { method setDescription (line 65) | public void setDescription(String description) { method getPriority (line 69) | public Integer getPriority() { method setPriority (line 73) | public void setPriority(int priority) { method getHomePerspective (line 77) | public String getHomePerspective() { method setHomePerspective (line 81) | public void setHomePerspective(String homePerspective) { method getPermissions (line 85) | public PermissionCollection getPermissions() { method setPermissions (line 89) | public void setPermissions(PermissionCollection permissions) { method cloneInstance (line 93) | public DefaultAuthorizationEntry cloneInstance() { method toString (line 104) | @Override FILE: uberfire-security/uberfire-security-api/src/main/java/org/uberfire/security/impl/authz/DefaultAuthorizationManager.java class DefaultAuthorizationManager (line 38) | @ApplicationScoped method DefaultAuthorizationManager (line 43) | public DefaultAuthorizationManager() { method DefaultAuthorizationManager (line 46) | @Inject method authorize (line 51) | public boolean authorize(Resource resource, method authorize (line 59) | @Override method authorize (line 69) | @Override method checkContributor (line 86) | private boolean checkContributor(ContributorResource contributorResour... method authorize (line 90) | @Override method authorize (line 100) | @Override method authorize (line 110) | @Override method authorize (line 146) | @Override method authorize (line 160) | @Override method authorize (line 168) | @Override method authorize (line 176) | @Override method authorize (line 187) | @Override method check (line 201) | @Override method check (line 209) | @Override method check (line 219) | @Override method check (line 227) | @Override method check (line 237) | @Override method check (line 245) | @Override method invalidate (line 255) | @Override FILE: uberfire-security/uberfire-security-api/src/main/java/org/uberfire/security/impl/authz/DefaultAuthorizationPolicy.java class DefaultAuthorizationPolicy (line 30) | @Portable method DefaultAuthorizationPolicy (line 37) | public DefaultAuthorizationPolicy() { method registerAuthzEntry (line 40) | protected DefaultAuthorizationEntry registerAuthzEntry(DefaultAuthoriz... method getAuthzEntry (line 50) | protected DefaultAuthorizationEntry getAuthzEntry(Role role) { method getAuthzEntry (line 59) | protected DefaultAuthorizationEntry getAuthzEntry(Group group) { method getRoles (line 68) | @Override method getGroups (line 73) | @Override method getRoleDescription (line 78) | @Override method setRoleDescription (line 84) | @Override method getGroupDescription (line 91) | @Override method setGroupDescription (line 97) | @Override method getPriority (line 104) | @Override method getPriority (line 111) | @Override method setPriority (line 118) | @Override method setPriority (line 125) | @Override method getPermissions (line 132) | @Override method getPermissions (line 138) | @Override method addPermission (line 144) | public void addPermission(Permission permission) { method addPermission (line 148) | public void addPermission(Role role, method addPermission (line 154) | @Override method setPermissions (line 161) | public void setPermissions(Role role, method setPermissions (line 167) | public void setPermissions(Group group, method setHomePerspective (line 173) | @Override method setHomePerspective (line 180) | @Override method getHomePerspective (line 187) | @Override method getHomePerspective (line 194) | @Override method getHomePerspective (line 201) | @Override method getHomePerspective (line 233) | @Override method setHomePerspective (line 238) | @Override method getPermissions (line 243) | @Override method toString (line 248) | @Override FILE: uberfire-security/uberfire-security-api/src/main/java/org/uberfire/security/impl/authz/DefaultAuthzResultCache.java class DefaultAuthzResultCache (line 25) | public class DefaultAuthzResultCache { method get (line 29) | public AuthorizationResult get(final User user, method put (line 38) | public void put(final User user, method size (line 53) | public int size(User user) { method clear (line 63) | public void clear() { method invalidate (line 67) | public void invalidate(final User user) { FILE: uberfire-security/uberfire-security-api/src/main/java/org/uberfire/security/impl/authz/DefaultPermissionCollection.java class DefaultPermissionCollection (line 31) | @Portable method DefaultPermissionCollection (line 36) | public DefaultPermissionCollection() { method collection (line 39) | @Override method add (line 44) | @Override method remove (line 61) | @Override method get (line 69) | @Override method equalsName (line 80) | protected boolean equalsName(String s1, method implies (line 85) | @Override method impliesName (line 95) | @Override method merge (line 105) | @Override method addToCollectionIf (line 132) | private void addToCollectionIf(PermissionCollection result, method clone (line 151) | public DefaultPermissionCollection clone() { method invert (line 159) | public PermissionCollection invert(Permission target) { method toString (line 173) | @Override FILE: uberfire-security/uberfire-security-api/src/main/java/org/uberfire/security/impl/authz/DefaultPermissionManager.java class DefaultPermissionManager (line 46) | @ApplicationScoped method DefaultPermissionManager (line 56) | @Inject method DefaultPermissionManager (line 62) | public DefaultPermissionManager() { method DefaultPermissionManager (line 67) | public DefaultPermissionManager(PermissionTypeRegistry permissionTypeR... method getAuthorizationPolicy (line 79) | public AuthorizationPolicy getAuthorizationPolicy() { method setAuthorizationPolicy (line 83) | public void setAuthorizationPolicy(AuthorizationPolicy authorizationPo... method newAuthorizationPolicy (line 89) | @Override method getDefaultVotingStrategy (line 94) | @Override method setDefaultVotingStrategy (line 99) | @Override method getVotingAlgorithm (line 104) | public VotingAlgorithm getVotingAlgorithm(VotingStrategy votingStrateg... method setVotingAlgorithm (line 108) | public void setVotingAlgorithm(VotingStrategy votingStrategy, method createPermission (line 114) | @Override method createPermission (line 122) | @Override method createPermission (line 141) | @Override method checkPermission (line 151) | @Override method checkPermission (line 159) | @Override method _checkPermission (line 180) | protected AuthorizationResult _checkPermission(Permission permission, method _checkRoleAndGroupPermissions (line 197) | protected List _checkRoleAndGroupPermissions(Perm... method _checkPermission (line 219) | protected AuthorizationResult _checkPermission(Permission permission, method resolveResourceId (line 239) | @Override method resolvePermissions (line 245) | @Override method invalidate (line 263) | @Override method resolvePermissionsAffirmative (line 268) | private PermissionCollection resolvePermissionsAffirmative(User user) { method resolvePermissionsConsensus (line 274) | private PermissionCollection resolvePermissionsConsensus(User user) { method resolvePermissionsUnanimous (line 280) | private PermissionCollection resolvePermissionsUnanimous(User user) { method resolvePermissionsPriority (line 294) | private PermissionCollection resolvePermissionsPriority(User user) { method mergeRolePermissions (line 320) | private PermissionCollection mergeRolePermissions(User user, method mergeGroupPermissions (line 343) | private PermissionCollection mergeGroupPermissions(User user, method resolve (line 363) | private int resolve(int p1, FILE: uberfire-security/uberfire-security-api/src/main/java/org/uberfire/security/impl/authz/DefaultPermissionTypeRegistry.java class DefaultPermissionTypeRegistry (line 28) | @ApplicationScoped method init (line 37) | @PostConstruct method register (line 44) | @Override method get (line 53) | @Override method resolve (line 61) | @Override FILE: uberfire-security/uberfire-security-api/src/main/java/org/uberfire/security/impl/authz/DefaultResourceAction.java class DefaultResourceAction (line 21) | public class DefaultResourceAction implements ResourceAction { method DefaultResourceAction (line 25) | public DefaultResourceAction(String name) { method getName (line 29) | @Override FILE: uberfire-security/uberfire-security-api/src/main/java/org/uberfire/security/impl/authz/DefaultResourceType.java class DefaultResourceType (line 21) | public class DefaultResourceType implements ResourceType { method DefaultResourceType (line 25) | public DefaultResourceType(String name) { method getName (line 29) | @Override FILE: uberfire-security/uberfire-security-api/src/main/java/org/uberfire/security/impl/authz/DotNamedPermission.java class DotNamedPermission (line 37) | @Portable method DotNamedPermission (line 45) | public DotNamedPermission() { method DotNamedPermission (line 48) | public DotNamedPermission(String name) { method DotNamedPermission (line 53) | public DotNamedPermission(String name, method DotNamedPermission (line 59) | public DotNamedPermission(String name, method _enableImmutability (line 65) | protected void _enableImmutability() { method _checkImmutability (line 69) | protected void _checkImmutability() { method nonMutable (line 75) | public T nonMutable() { method getName (line 80) | @Override method setName (line 85) | public void setName(String name) { method getResult (line 90) | @Override method setResult (line 95) | public void setResult(AuthorizationResult result) { method implies (line 100) | @Override method impliesName (line 105) | @Override method impliesResult (line 117) | @Override method equals (line 126) | @Override method hashCode (line 141) | @Override method equalsName (line 146) | public boolean equalsName(Permission other) { method equalsResult (line 156) | public boolean equalsResult(Permission other) { method compareTo (line 166) | @Override method clone (line 174) | @Override method toString (line 180) | @Override FILE: uberfire-security/uberfire-security-api/src/main/java/org/uberfire/security/impl/authz/DotNamedPermissionType.java class DotNamedPermissionType (line 24) | public class DotNamedPermissionType implements PermissionType { method DotNamedPermissionType (line 28) | public DotNamedPermissionType(String type) { method getType (line 32) | @Override method supportsPermission (line 37) | @Override method createPermission (line 42) | @Override method createPermission (line 52) | @Override method createPermission (line 64) | @Override method resolveResourceId (line 78) | @Override method buildPermissionName (line 91) | protected String buildPermissionName(ResourceType type, FILE: uberfire-security/uberfire-security-api/src/main/java/org/uberfire/security/impl/authz/PermissionCheckImpl.java class PermissionCheckImpl (line 31) | public class PermissionCheckImpl implements PermissionCheck { method PermissionCheckImpl (line 39) | public PermissionCheckImpl(PermissionManager permissionManager, method check (line 49) | protected void check() { method granted (line 58) | @Override method denied (line 66) | @Override method result (line 74) | @Override FILE: uberfire-security/uberfire-security-api/src/main/java/org/uberfire/security/impl/authz/ResourceCheckImpl.java class ResourceCheckImpl (line 28) | public class ResourceCheckImpl implements R... method ResourceCheckImpl (line 38) | public ResourceCheckImpl(AuthorizationManager authorizationManager, method ResourceCheckImpl (line 46) | public ResourceCheckImpl(AuthorizationManager authorizationManager, method ResourceCheckImpl (line 54) | public ResourceCheckImpl(AuthorizationManager authorizationManager, method ResourceCheckImpl (line 64) | public ResourceCheckImpl(AuthorizationManager authorizationManager, method check (line 74) | protected void check(ResourceAction action) { method action (line 100) | @Override method granted (line 106) | @Override method denied (line 114) | @Override method result (line 122) | @Override FILE: uberfire-security/uberfire-security-api/src/main/java/org/uberfire/security/impl/authz/UnanimousBasedVoter.java class UnanimousBasedVoter (line 30) | public class UnanimousBasedVoter implements VotingAlgorithm { method vote (line 32) | @Override FILE: uberfire-security/uberfire-security-api/src/test/java/org/uberfire/security/impl/authz/AuthorizationManagerTest.java class AuthorizationManagerTest (line 47) | @RunWith(MockitoJUnitRunner.class) method createUserMock (line 85) | protected User createUserMock(String... roles) { method setUp (line 93) | @Before method avoidPermissionTypesCollision (line 136) | @Test method testUnknownResource (line 147) | @Test method testAuthorizationPolicyUndefined (line 155) | @Test method testNonManagedResource (line 171) | @Test method testCustomResourceAccess (line 182) | @Test method testResourceTypeAccess (line 194) | @Test method testPerspectiveAccessGranted (line 203) | @Test method testPerspectiveAccessDenied (line 214) | @Test method testMenuItemGranted (line 225) | @Test method testMenuItemDenied (line 236) | @Test method testMenuItemAbstain (line 244) | @Test method testMenuGroupGranted (line 253) | @Test method testMenuGroupDenied (line 273) | @Test method testEmptyMenuGranted (line 284) | @Test method testPermissionGranted (line 295) | @Test method testPermissionDenied (line 303) | @Test method testGrantCommandInvoked (line 311) | @Test method testGrantCommandNotInvoked (line 325) | @Test method testDenyCommandInvoked (line 333) | @Test method testDenyCommandNotInvoked (line 347) | @Test method testPermissionCheck (line 355) | @Test method testVotingPriority (line 366) | @Test method testSamePriorityVoting (line 375) | @Test method testHighPriorityVoting (line 409) | @Test method testLowPriorityVoting (line 451) | @Test method testVotingUnanimous (line 485) | @Test method testVotingAffirmative (line 502) | @Test method testInvalidateCache (line 519) | @Test FILE: uberfire-security/uberfire-security-api/src/test/java/org/uberfire/security/impl/authz/DefaultAuthzResultCacheTest.java class DefaultAuthzResultCacheTest (line 17) | public class DefaultAuthzResultCacheTest { method createUserMock (line 19) | protected User createUserMock(String... roles) { method testInvalidate (line 25) | @Test FILE: uberfire-security/uberfire-security-api/src/test/java/org/uberfire/security/impl/authz/DefaultPermissionManagerTest.java class DefaultPermissionManagerTest (line 44) | @RunWith(MockitoJUnitRunner.class) method setUp (line 57) | @Before method testResolvePermissionsCustomDeniedOverDefaultGranted (line 67) | @Test method testResolvePermissionsCustomGrantedOverDefaultDenied (line 93) | @Test method testResolvePermissionsTwoCustomRolesGranted (line 119) | @Test method testResolvePermissionsTwoCustomRolesDenied (line 150) | @Test method testResolvePermissionsTwoCustomRolesSamePriority (line 181) | @Test method testPermissionCache (line 212) | @Test method mockDefaultGroupPermissions (line 252) | private void mockDefaultGroupPermissions(final DefaultAuthorizationPol... method mockRolePermissions (line 266) | private void mockRolePermissions(final DefaultAuthorizationPolicy auth... method mockDefaultPermissions (line 283) | private void mockDefaultPermissions(final DefaultAuthorizationPolicy a... method makeUser (line 288) | private UserImpl makeUser(final String name, method makeDeniedPermissionCollection (line 295) | private DefaultPermissionCollection makeDeniedPermissionCollection() { method makeGrantedPermissionCollection (line 301) | private DefaultPermissionCollection makeGrantedPermissionCollection() { method makePermissionDenied (line 307) | private DotNamedPermission makePermissionDenied() { method makePermissionGranted (line 311) | private DotNamedPermission makePermissionGranted() { FILE: uberfire-security/uberfire-security-api/src/test/java/org/uberfire/security/impl/authz/HomePerspectiveTest.java class HomePerspectiveTest (line 35) | @RunWith(MockitoJUnitRunner.class) method createUserMock (line 41) | protected User createUserMock(String... roles) { method setUp (line 49) | @Before method testUserWithoutRoles (line 61) | @Test method testSingleRoleHome (line 69) | @Test method testHighestPriorityWins (line 87) | @Test FILE: uberfire-security/uberfire-security-api/src/test/java/org/uberfire/security/impl/authz/PermissionCollectionTest.java class PermissionCollectionTest (line 25) | public class PermissionCollectionTest { method testNotAdded (line 43) | @Test method testEmpty (line 57) | @Test method testGranted (line 65) | @Test method testAbstain (line 75) | @Test method testDenied (line 84) | @Test method testChildGranted (line 94) | @Test method testChildDenied (line 109) | @Test method testOtherAbstain (line 124) | @Test method testMergeNull (line 134) | @Test method testMergeNoConflict (line 144) | @Test method testMergeGrantWinsByDefault (line 167) | @Test method testMergePriorityWins (line 187) | @Test method testMergeGrantedWins (line 217) | @Test method testMergeThisWins (line 235) | @Test method testMergeOtherWins (line 253) | @Test method testOverwriteExisting (line 271) | @Test FILE: uberfire-security/uberfire-security-api/src/test/java/org/uberfire/security/impl/authz/PermissionManagerTest.java class PermissionManagerTest (line 47) | @RunWith(MockitoJUnitRunner.class) method createUserMock (line 66) | protected User createUserMock(String... roles) { method setUp (line 75) | @Before method testSetNullPolicy (line 97) | @Test method testCreateGlobalPermissions (line 106) | @Test method testCreateTypedPermissions (line 122) | @Test method testUnknownTypePermissions (line 141) | @Test method testCreateNonTypedPermissions (line 159) | @Test method testResolveResourceId (line 177) | @Test method testResolveResourceNull (line 194) | @Test method testCheckPermission1 (line 205) | @Test method testCheckPermission2 (line 222) | @Test method testCheckPermission3 (line 240) | @Test method testCheckPermission4 (line 259) | @Test method testCheckPermission5 (line 277) | @Test method testCheckPermission6 (line 294) | @Test method testCheckPermission7 (line 311) | @Test method testCheckPermission8 (line 329) | @Test method testCacheHits (line 350) | @Test method testDefaultVotingStrategy (line 399) | @Test method testPriorityVoting1 (line 441) | @Test method testPriorityVoting2 (line 472) | @Test method testPriorityVoting3 (line 502) | @Test method testUnanimousVoting (line 532) | @Test method testConsensusVoting (line 559) | @Test method testAffirmativeVoting (line 586) | @Test FILE: uberfire-security/uberfire-security-api/src/test/java/org/uberfire/security/impl/authz/PermissionTest.java class PermissionTest (line 23) | public class PermissionTest { method testChildGranted (line 25) | @Test method testChildAbstain (line 34) | @Test method testChildDenied (line 42) | @Test method testEqualsGranted (line 51) | @Test method testEqualsAbstain (line 60) | @Test method testEqualsDenied (line 68) | @Test method testParentDenied (line 77) | @Test method testParentAbstain (line 91) | @Test method testParentGranted (line 104) | @Test method testPrefixNotImply (line 118) | @Test method testEmptyNotImply (line 127) | @Test method testLengthNotImply (line 136) | @Test method testNull (line 145) | @Test method testImplyNameWithDots (line 154) | @Test FILE: uberfire-security/uberfire-security-client-backend/src/main/java/org/uberfire/security/client/SecurityEntryPoint.java class SecurityEntryPoint (line 31) | @EntryPoint method init (line 41) | @PostConstruct method onPolicySaved (line 50) | public void onPolicySaved(@Observes AuthorizationPolicySavedEvent even... FILE: uberfire-security/uberfire-security-client-backend/src/test/java/org/uberfire/security/client/SecurityEntryPointTest.java class SecurityEntryPointTest (line 30) | @RunWith(MockitoJUnitRunner.class) method onPolicySavedTest (line 39) | @Test FILE: uberfire-security/uberfire-security-client/src/main/java/org/uberfire/security/client/authz/AuthorizationManagerHelper.java class AuthorizationManagerHelper (line 34) | @ApplicationScoped method AuthorizationManagerHelper (line 39) | @Inject method get (line 46) | private static AuthorizationManagerHelper get() { method authorize (line 50) | public static boolean authorize(Resource resource) { method authorize (line 56) | public static boolean authorize(Resource resource, method authorize (line 64) | public static boolean authorize(Resource resource, method authorize (line 72) | public static boolean authorize(String resourceType, method authorize (line 78) | public static boolean authorize(ResourceType resourceType, method authorize (line 86) | public static boolean authorize(Resource resource, method authorize (line 94) | public static boolean authorize(Resource resource, method authorize (line 104) | public static boolean authorize(ResourceType resourceType, method authorize (line 114) | public static boolean authorize(String permission) { method authorize (line 120) | public static boolean authorize(Permission permission) { method authorize (line 126) | public static boolean authorize(String permission, method authorize (line 134) | public static boolean authorize(Permission permission, method check (line 142) | public static AuthorizationCheck check(Resource target) { method check (line 148) | public static AuthorizationCheck check(Resource target, method check (line 156) | public static AuthorizationCheck check(String permission) { method check (line 162) | public static AuthorizationCheck check(String permission, method getAuthorizationManager (line 170) | public AuthorizationManager getAuthorizationManager() { method getUser (line 174) | public User getUser() { FILE: uberfire-security/uberfire-security-client/src/main/java/org/uberfire/security/client/authz/tree/HasResources.java type HasResources (line 21) | public interface HasResources { method getResourceName (line 27) | default String getResourceName() { FILE: uberfire-security/uberfire-security-client/src/main/java/org/uberfire/security/client/authz/tree/LoadCallback.java type LoadCallback (line 24) | public interface LoadCallback { method afterLoad (line 30) | void afterLoad(List nodeList); FILE: uberfire-security/uberfire-security-client/src/main/java/org/uberfire/security/client/authz/tree/LoadOptions.java type LoadOptions (line 23) | public interface LoadOptions { method getNodeNamePattern (line 30) | String getNodeNamePattern(); method getResourceIds (line 37) | Collection getResourceIds(); method getMaxNodes (line 45) | int getMaxNodes(); FILE: uberfire-security/uberfire-security-client/src/main/java/org/uberfire/security/client/authz/tree/PermissionNode.java type PermissionNode (line 26) | public interface PermissionNode { method getPermissionTreeProvider (line 31) | PermissionTreeProvider getPermissionTreeProvider(); method setPermissionTreeProvider (line 36) | void setPermissionTreeProvider(PermissionTreeProvider provider); method getPermissionTree (line 41) | PermissionTree getPermissionTree(); method setPermissionTree (line 46) | void setPermissionTree(PermissionTree tree); method getParentNode (line 52) | PermissionNode getParentNode(); method setParentNode (line 57) | void setParentNode(PermissionNode parentNode); method getLevel (line 63) | int getLevel(); method getNodeName (line 69) | String getNodeName(); method getNodeFullName (line 75) | String getNodeFullName(); method getPositionInTree (line 81) | int getPositionInTree(); method getPermissionList (line 86) | List getPermissionList(); method updatePermissionList (line 92) | void updatePermissionList(PermissionCollection collection); method addPermission (line 97) | void addPermission(Permission permission, method addPermission (line 103) | void addPermission(Permission permission, method getPermissionGrantName (line 112) | String getPermissionGrantName(Permission permission); method getPermissionDenyName (line 119) | String getPermissionDenyName(Permission permission); method addDependencies (line 129) | void addDependencies(Permission permission, method getDependencies (line 137) | List getDependencies(Permission permission); method isExpanded (line 143) | boolean isExpanded(); method getProperty (line 150) | Object getProperty(String key); method setProperty (line 157) | void setProperty(String key, method propertyEquals (line 165) | boolean propertyEquals(String key, method impliesName (line 172) | List impliesName(PermissionNode node); method expand (line 183) | void expand(LoadCallback consumer); method collapse (line 188) | void collapse(); FILE: uberfire-security/uberfire-security-client/src/main/java/org/uberfire/security/client/authz/tree/PermissionTree.java type PermissionTree (line 26) | public interface PermissionTree { method getRootNodes (line 34) | List getRootNodes(); method getChildrenResourceIds (line 41) | Collection getChildrenResourceIds(PermissionNode parentNode); method getPermissions (line 46) | PermissionCollection getPermissions(); method accept (line 51) | void accept(PermissionTreeVisitor visitor); FILE: uberfire-security/uberfire-security-client/src/main/java/org/uberfire/security/client/authz/tree/PermissionTreeFactory.java type PermissionTreeFactory (line 26) | public interface PermissionTreeFactory { method createPermissionTree (line 28) | PermissionTree createPermissionTree(); method createPermissionTree (line 30) | PermissionTree createPermissionTree(Role role); method createPermissionTree (line 32) | PermissionTree createPermissionTree(Group group); method createPermissionTree (line 34) | PermissionTree createPermissionTree(User user, FILE: uberfire-security/uberfire-security-client/src/main/java/org/uberfire/security/client/authz/tree/PermissionTreeProvider.java type PermissionTreeProvider (line 25) | public interface PermissionTreeProvider { method buildRootNode (line 31) | PermissionNode buildRootNode(); method loadChildren (line 39) | void loadChildren(PermissionNode parent, method isActive (line 48) | default boolean isActive() { FILE: uberfire-security/uberfire-security-client/src/main/java/org/uberfire/security/client/authz/tree/PermissionTreeVisitor.java type PermissionTreeVisitor (line 21) | public interface PermissionTreeVisitor { method visit (line 27) | void visit(PermissionNode node); FILE: uberfire-security/uberfire-security-client/src/main/java/org/uberfire/security/client/authz/tree/impl/AbstractPermissionNode.java class AbstractPermissionNode (line 32) | public class AbstractPermissionNode implements PermissionNode { method getPermissionTree (line 47) | @Override method setPermissionTree (line 52) | public void setPermissionTree(PermissionTree permissionTree) { method getPermissionTreeProvider (line 56) | @Override method setPermissionTreeProvider (line 67) | @Override method getParentNode (line 72) | @Override method setParentNode (line 77) | @Override method getPermissionList (line 82) | @Override method addPermission (line 87) | @Override method addPermission (line 95) | @Override method isExpanded (line 106) | @Override method getProperty (line 111) | @Override method setProperty (line 116) | @Override method propertyEquals (line 123) | @Override method getPositionInTree (line 129) | @Override method setPositionInTree (line 134) | public void setPositionInTree(int positionInTree) { method getNodeName (line 138) | @Override method setNodeName (line 143) | public void setNodeName(String nodeName) { method getNodeFullName (line 147) | @Override method setNodeFullName (line 152) | public void setNodeFullName(String nodeFullName) { method getPermissionGrantName (line 156) | @Override method setPermissionGrantName (line 161) | public void setPermissionGrantName(Permission permission, method getPermissionDenyName (line 167) | @Override method setPermissionDenyName (line 173) | public void setPermissionDenyName(Permission permission, method impliesName (line 179) | @Override method impliesName (line 190) | public boolean impliesName(Permission other) { method updatePermissionList (line 199) | @Override method getFirstParentWithPermissions (line 221) | private PermissionNode getFirstParentWithPermissions() { method addDependencies (line 229) | @Override method getDependencies (line 245) | @Override method getLevel (line 250) | @Override method expand (line 261) | @Override method collapse (line 285) | @Override FILE: uberfire-security/uberfire-security-client/src/main/java/org/uberfire/security/client/authz/tree/impl/DefaultLoadOptions.java class DefaultLoadOptions (line 22) | public class DefaultLoadOptions implements LoadOptions { method getNodeNamePattern (line 28) | @Override method setNodeNamePattern (line 33) | public void setNodeNamePattern(String nodeNamePattern) { method getResourceIds (line 37) | public Collection getResourceIds() { method setResourceIds (line 41) | public void setResourceIds(Collection resourceIds) { method getMaxNodes (line 45) | @Override method setMaxNodes (line 50) | public void setMaxNodes(int maxNodes) { FILE: uberfire-security/uberfire-security-client/src/main/java/org/uberfire/security/client/authz/tree/impl/DefaultPermissionTree.java class DefaultPermissionTree (line 31) | public class DefaultPermissionTree implements PermissionTree { method DefaultPermissionTree (line 37) | public DefaultPermissionTree(PermissionManager permissionManager, method init (line 46) | private void init() { method getRootNodes (line 53) | public List getRootNodes() { method getPermissions (line 57) | @Override method getChildrenResourceIds (line 62) | public Collection getChildrenResourceIds(PermissionNode node) { method getChildrenPermissions (line 73) | public Set getChildrenPermissions(PermissionNode parent) { method accept (line 92) | public void accept(PermissionTreeVisitor visitor) { method accept (line 99) | public void accept(PermissionTreeVisitor visitor, method accept (line 106) | public void accept(PermissionTreeVisitor visitor, FILE: uberfire-security/uberfire-security-client/src/main/java/org/uberfire/security/client/authz/tree/impl/DefaultPermissionTreeFactory.java class DefaultPermissionTreeFactory (line 41) | @ApplicationScoped method DefaultPermissionTreeFactory (line 48) | public DefaultPermissionTreeFactory() { method DefaultPermissionTreeFactory (line 51) | @Inject method DefaultPermissionTreeFactory (line 58) | public DefaultPermissionTreeFactory(PermissionManager permissionManager, method init (line 64) | @PostConstruct method createPermissionTree (line 72) | @Override method createPermissionTree (line 77) | @Override method createPermissionTree (line 84) | @Override method createPermissionTree (line 91) | @Override method createPermissionTree (line 99) | private PermissionTree createPermissionTree(PermissionCollection permi... method compareRootNode (line 116) | private int compareRootNode(PermissionNode n1, FILE: uberfire-security/uberfire-security-client/src/main/java/org/uberfire/security/client/authz/tree/impl/PermissionGroupNode.java class PermissionGroupNode (line 23) | public class PermissionGroupNode extends AbstractPermissionNode { method PermissionGroupNode (line 25) | public PermissionGroupNode() { method PermissionGroupNode (line 29) | public PermissionGroupNode(PermissionTreeProvider provider) { FILE: uberfire-security/uberfire-security-client/src/main/java/org/uberfire/security/client/authz/tree/impl/PermissionLeafNode.java class PermissionLeafNode (line 21) | public class PermissionLeafNode extends AbstractPermissionNode { FILE: uberfire-security/uberfire-security-client/src/main/java/org/uberfire/security/client/authz/tree/impl/PermissionResourceNode.java class PermissionResourceNode (line 25) | public class PermissionResourceNode extends AbstractPermissionNode imple... method PermissionResourceNode (line 29) | public PermissionResourceNode() { method PermissionResourceNode (line 33) | public PermissionResourceNode(String resourceName, method getResourceName (line 40) | @Override method setResourceName (line 45) | public void setResourceName(String resourceName) { FILE: uberfire-security/uberfire-security-client/src/test/java/org/uberfire/security/client/authz/GeneralTreeProvider.java class GeneralTreeProvider (line 33) | public class GeneralTreeProvider implements PermissionTreeProvider { method GeneralTreeProvider (line 37) | public GeneralTreeProvider(PermissionManager permissionManager) { method buildRootNode (line 41) | @Override method loadChildren (line 48) | @Override method buildSettingNodes (line 84) | private List buildSettingNodes(String id, FILE: uberfire-security/uberfire-security-client/src/test/java/org/uberfire/security/client/authz/PermissionTreeTest.java class PermissionTreeTest (line 46) | @RunWith(MockitoJUnitRunner.class) method setUp (line 63) | @Before method testProjectNodeInitialization (line 112) | @Test method testProjectsLoading (line 153) | @Test method testVisitor (line 189) | @Test method testInheritPermissionValue (line 231) | @Test FILE: uberfire-security/uberfire-security-client/src/test/java/org/uberfire/security/client/authz/ProjectTreeProvider.java class ProjectTreeProvider (line 37) | public class ProjectTreeProvider implements PermissionTreeProvider { method ProjectTreeProvider (line 48) | public ProjectTreeProvider(PermissionManager permissionManager, method buildRootNode (line 54) | @Override method loadChildren (line 70) | @Override method newPermission (line 85) | private Permission newPermission(ResourceAction action) { method newPermission (line 91) | private Permission newPermission(Resource resource, method match (line 98) | private boolean match(Resource project, method toProjectNode (line 113) | private PermissionNode toProjectNode(Resource project) { method getAllProjects (line 128) | private List getAllProjects() { FILE: uberfire-security/uberfire-security-codegen/src/main/java/org/uberfire/security/processors/PermissionCheckProcessor.java class PermissionCheckProcessor (line 43) | @CodeDecorator method PermissionCheckProcessor (line 46) | public PermissionCheckProcessor(Class decoratesWith) { method generateDecorator (line 50) | @Override method createPermissionCheck (line 76) | public Statement createPermissionCheck(String permission, FILE: uberfire-security/uberfire-security-codegen/src/main/java/org/uberfire/security/processors/ResourceCheckProcessor.java class ResourceCheckProcessor (line 62) | @CodeDecorator method ResourceCheckProcessor (line 65) | public ResourceCheckProcessor(Class decoratesWith) { method buildCheckStatement (line 69) | public static Statement buildCheckStatement(ContextualStatementBuilder... method generateDecorator (line 84) | @Override method implementsResource (line 135) | public boolean implementsResource(MetaClass metaClass) { method createResourceActionCheck (line 144) | public Statement createResourceActionCheck(String resourceName, method createGlobalActionCheck (line 156) | public Statement createGlobalActionCheck(String resourceType, FILE: uberfire-security/uberfire-security-codegen/src/test/java/org/uberfire/security/client/authz/PermissionCheckProcessorTest.java class PermissionCheckProcessorTest (line 32) | @RunWith(MockitoJUnitRunner.class) method setUp (line 44) | @Before method testPermissionStatement (line 51) | @Test method testEmptyCallback (line 63) | @Test method testPermissionCallbacks (line 75) | @Test type FunctionTest (line 90) | interface FunctionTest { method granted (line 92) | void granted(); method denied (line 94) | void denied(); FILE: uberfire-security/uberfire-security-codegen/src/test/java/org/uberfire/security/client/authz/ResourceCheckProcessorTest.java class ResourceCheckProcessorTest (line 32) | @RunWith(MockitoJUnitRunner.class) method setUp (line 44) | @Before method testGlobalActionStatement (line 53) | @Test method testResourceActionStatement (line 66) | @Test method testCallbacks (line 79) | @Test type FunctionTest (line 95) | interface FunctionTest { method granted (line 97) | void granted(); method denied (line 99) | void denied(); FILE: uberfire-server/src/main/java/org/uberfire/server/BaseFilteredServlet.java class BaseFilteredServlet (line 35) | public abstract class BaseFilteredServlet extends HttpServlet { method init (line 42) | @Override method validateAccess (line 55) | protected boolean validateAccess(final URI uri, method validateAccess (line 72) | protected boolean validateAccess(final Path path, FILE: uberfire-server/src/main/java/org/uberfire/server/BaseUploadServlet.java class BaseUploadServlet (line 36) | public abstract class BaseUploadServlet extends BaseFilteredServlet { method getFileItem (line 40) | protected FileItem getFileItem(HttpServletRequest request) throws File... method writeResponse (line 51) | protected void writeResponse(HttpServletResponse response, method getServletFileUpload (line 58) | protected ServletFileUpload getServletFileUpload() { method writeFile (line 65) | protected void writeFile(final IOService ioService, method logError (line 78) | protected void logError(Throwable e) { FILE: uberfire-server/src/main/java/org/uberfire/server/FileDownloadServlet.java class FileDownloadServlet (line 37) | public class FileDownloadServlet method doGet (line 46) | @Override method makeURI (line 79) | URI makeURI(final String path) throws URISyntaxException { FILE: uberfire-server/src/main/java/org/uberfire/server/FileUploadServlet.java class FileUploadServlet (line 37) | public class FileUploadServlet method doPost (line 48) | @Override method finalizeResponse (line 71) | private void finalizeResponse(HttpServletResponse response, FILE: uberfire-server/src/main/java/org/uberfire/server/MimeType.java type MimeType (line 22) | public enum MimeType { method MimeType (line 1329) | MimeType(String type, method fromType (line 1340) | public static MimeType fromType(String type) { method fromExtension (line 1358) | public static MimeType fromExtension(String extension) { method getType (line 1375) | public String getType() { method getExtension (line 1383) | public String getExtension() { FILE: uberfire-server/src/main/java/org/uberfire/server/UploadUriProvider.java class UploadUriProvider (line 30) | public class UploadUriProvider { method getTargetLocation (line 37) | public static URI getTargetLocation(final HttpServletRequest request) ... method isUpdate (line 52) | public static boolean isUpdate(final HttpServletRequest request) { FILE: uberfire-server/src/main/java/org/uberfire/server/cdi/UberFireGeneralFactory.java class UberFireGeneralFactory (line 33) | public class UberFireGeneralFactory { method getSessionInfo (line 38) | @Produces method getDefaultUser (line 54) | private User getDefaultUser() { method getSessionId (line 62) | private String getSessionId() { FILE: uberfire-server/src/main/java/org/uberfire/server/locale/GWTLocaleHeaderFilter.java class GWTLocaleHeaderFilter (line 42) | public class GWTLocaleHeaderFilter implements Filter { method init (line 44) | @Override method destroy (line 48) | @Override method doFilter (line 52) | @Override method getWrapper (line 75) | protected CharResponseWrapper getWrapper(final HttpServletResponse res... method getLocale (line 79) | private Locale getLocale(final ServletRequest request) { class CharResponseWrapper (line 93) | static class CharResponseWrapper extends HttpServletResponseWrapper { method isReady (line 98) | @Override method setWriteListener (line 103) | @Override method write (line 108) | @Override method CharResponseWrapper (line 116) | public CharResponseWrapper(final HttpServletResponse response) { method getOutputStream (line 120) | @Override method getWriter (line 125) | @Override method flushBuffer (line 130) | @Override method toString (line 138) | @Override FILE: uberfire-server/src/main/java/org/uberfire/server/util/FileServletUtil.java class FileServletUtil (line 21) | public class FileServletUtil { method encodeFileNamePart (line 23) | public static String encodeFileNamePart(final String path) { method decodeFileNamePart (line 29) | public static String decodeFileNamePart(final String path) { method handleStream (line 35) | private static String handleStream(final String path, method encodeFileName (line 61) | public static String encodeFileName(final String fileName) { FILE: uberfire-server/src/test/java/org/uberfire/server/FileDownloadServletTest.java class FileDownloadServletTest (line 42) | @RunWith(MockitoJUnitRunner.class) method downloadByPathWithNoSpaces (line 63) | @Test method testMakeURI (line 75) | @Test method doDownloadByPath (line 84) | private void doDownloadByPath(String sourceFolder, FILE: uberfire-server/src/test/java/org/uberfire/server/FileUploadServletTest.java class FileUploadServletTest (line 50) | @RunWith(MockitoJUnitRunner.class) method setup (line 89) | @Before method uploadByNameWithSpacesAndFolder (line 102) | @Test method uploadByNameAndFolderWithSpaces (line 121) | @Test method uploadByNameWithNoSpacesAndFolder (line 140) | @Test method uploadByNameWithNoSpacesAndFolderWithSpaces (line 159) | @Test method uploadByPathWithSpacesAndFolderNoSpaces (line 177) | @Test method uploadByPathWithSpacesAndFolderWithSpaces (line 196) | @Test method uploadByPathWithNoSpacesAndFolderWithNoSpaces (line 215) | @Test method failedUploadByPathWithNoSpacesAndFolderWithNoSpaces (line 234) | @Test method uploadByPathWithNoSpacesAndFolderWithSpaces (line 252) | @Test method doUploadTestByNameAndFolder (line 264) | private void doUploadTestByNameAndFolder(String targetFileName, method doUploadTestByPath (line 322) | private void doUploadTestByPath(String targetPath, method mockMultipartRequestContent (line 392) | private String mockMultipartRequestContent(String localFileName, class MockServletInputStream (line 403) | private class MockServletInputStream extends ServletInputStream { method MockServletInputStream (line 407) | public MockServletInputStream(InputStream content) { method read (line 411) | @Override method read (line 416) | @Override method read (line 421) | @Override method skip (line 430) | @Override method available (line 435) | @Override method close (line 440) | @Override method mark (line 445) | @Override method reset (line 450) | @Override method markSupported (line 455) | @Override method isFinished (line 460) | @Override method isReady (line 469) | @Override method setReadListener (line 474) | @Override FILE: uberfire-server/src/test/java/org/uberfire/server/UberFireGeneralFactoryTest.java class UberFireGeneralFactoryTest (line 40) | @RunWith(MockitoJUnitRunner.class) method setup (line 62) | @Before method returnDefaultUserOutsideOfSessionThread (line 70) | @Test method returnAuthenticatedUserInSessionThread (line 81) | @Test method throwIllegalStateExceptionOutsideOfSessionThreadWithoutDefaultUser (line 92) | @Test FILE: uberfire-server/src/test/java/org/uberfire/server/UploadUriProviderTest.java class UploadUriProviderTest (line 31) | public class UploadUriProviderTest { method requestEmpty (line 37) | @Test(expected = FileUploadException.class) method paramIsNotEncoded (line 44) | @Test method paramIsEncoded (line 53) | @Test method fileNameIsNotEncoded (line 62) | @Test method fileNameIsEncoded (line 72) | @Test FILE: uberfire-server/src/test/java/org/uberfire/server/locale/GWTLocaleHeaderFilterTest.java class GWTLocaleHeaderFilterTest (line 35) | public class GWTLocaleHeaderFilterTest { method testLocaleDefault (line 37) | @Test method testLocaleWithLanguageParameter (line 60) | @Test method testLocaleWithLanguageAndCountryParameter (line 83) | @Test method testNonExistentLocaleParameter (line 106) | @Test method getFilter (line 130) | private GWTLocaleHeaderFilter getFilter() { FILE: uberfire-services/uberfire-services-api/src/main/java/org/guvnor/common/services/backend/cache/Cache.java type Cache (line 21) | public interface Cache { method getEntry (line 28) | V getEntry(final K key); method setEntry (line 35) | void setEntry(final K key, method invalidateCache (line 41) | void invalidateCache(); method invalidateCache (line 47) | void invalidateCache(final K key); FILE: uberfire-services/uberfire-services-api/src/main/java/org/guvnor/common/services/backend/cache/LRUCache.java class LRUCache (line 28) | public abstract class LRUCache implements Cache { method LRUCache (line 34) | public LRUCache() { method LRUCache (line 38) | public LRUCache(final int maxEntries) { method getEntry (line 42) | @Override method setEntry (line 49) | @Override method invalidateCache (line 60) | @Override method invalidateCache (line 65) | @Override method getKeys (line 72) | public Set getKeys() { method setCache (line 76) | private void setCache(final int maxEntries) { FILE: uberfire-services/uberfire-services-api/src/main/java/org/guvnor/common/services/backend/exceptions/ExceptionUtilities.java class ExceptionUtilities (line 26) | public class ExceptionUtilities { method handleException (line 35) | public static RuntimeException handleException(final Exception e) { FILE: uberfire-services/uberfire-services-api/src/main/java/org/guvnor/common/services/backend/metadata/MetadataServerSideService.java type MetadataServerSideService (line 25) | public interface MetadataServerSideService method getMetadata (line 28) | Metadata getMetadata(final Path resource); method getTags (line 30) | List getTags(final Path resource); FILE: uberfire-services/uberfire-services-api/src/main/java/org/guvnor/common/services/backend/preferences/ApplicationPreferencesLoader.java type ApplicationPreferencesLoader (line 23) | public interface ApplicationPreferencesLoader { method load (line 29) | public Map load(); FILE: uberfire-services/uberfire-services-api/src/main/java/org/guvnor/common/services/backend/preferences/SystemPropertiesInitializer.java type SystemPropertiesInitializer (line 23) | public interface SystemPropertiesInitializer { method setSystemProperties (line 29) | public void setSystemProperties(final Map preferences); FILE: uberfire-services/uberfire-services-api/src/main/java/org/guvnor/common/services/backend/util/CommentedOptionFactory.java type CommentedOptionFactory (line 22) | public interface CommentedOptionFactory { method makeCommentedOption (line 24) | CommentedOption makeCommentedOption(final String commitMessage); method makeCommentedOption (line 26) | CommentedOption makeCommentedOption(final String commitMessage, method makeCommentedOption (line 30) | CommentedOption makeCommentedOption(final String sessionId, method getSafeSessionId (line 36) | String getSafeSessionId(); method getSafeIdentityName (line 41) | String getSafeIdentityName(); FILE: uberfire-services/uberfire-services-api/src/main/java/org/guvnor/common/services/backend/validation/GenericValidator.java type GenericValidator (line 26) | public interface GenericValidator { method validate (line 36) | List validate(final Path resourcePath, method validate (line 48) | List validate(final Path resourcePath); FILE: uberfire-services/uberfire-services-api/src/main/java/org/guvnor/common/services/shared/config/AppConfigService.java type AppConfigService (line 26) | @Remote method loadPreferences (line 29) | Map loadPreferences(); method getTimestamp (line 31) | long getTimestamp(); FILE: uberfire-services/uberfire-services-api/src/main/java/org/guvnor/common/services/shared/config/ResourceConfigService.java type ResourceConfigService (line 26) | @Remote method configAttrs (line 29) | Map configAttrs(final Map attrs); FILE: uberfire-services/uberfire-services-api/src/main/java/org/guvnor/common/services/shared/exceptions/GenericPortableException.java class GenericPortableException (line 23) | @Portable method GenericPortableException (line 26) | public GenericPortableException() { method GenericPortableException (line 29) | public GenericPortableException(final String message) { method GenericPortableException (line 33) | public GenericPortableException(final String message, FILE: uberfire-services/uberfire-services-api/src/main/java/org/guvnor/common/services/shared/file/SupportsUpdate.java type SupportsUpdate (line 21) | public interface SupportsUpdate extends org.uberfire.ext.editor.commo... method save (line 23) | Path save(final Path path, FILE: uberfire-services/uberfire-services-api/src/main/java/org/guvnor/common/services/shared/file/upload/FileManagerFields.java class FileManagerFields (line 23) | public class FileManagerFields { FILE: uberfire-services/uberfire-services-api/src/main/java/org/guvnor/common/services/shared/file/upload/FileOperation.java type FileOperation (line 21) | public enum FileOperation { FILE: uberfire-services/uberfire-services-api/src/main/java/org/guvnor/common/services/shared/message/Level.java type Level (line 5) | @Portable FILE: uberfire-services/uberfire-services-api/src/main/java/org/guvnor/common/services/shared/metadata/MetadataService.java type MetadataService (line 29) | @Remote method getMetadata (line 32) | Metadata getMetadata(final Path resource); method getTags (line 34) | List getTags(final Path resource); method configAttrs (line 36) | Map configAttrs(final Map attrs, method setUpAttributes (line 39) | Map setUpAttributes(final Path path, method saveMetadata (line 49) | Path saveMetadata(final Path path, FILE: uberfire-services/uberfire-services-api/src/main/java/org/guvnor/common/services/shared/metadata/model/DiscussionRecord.java class DiscussionRecord (line 26) | @Portable method DiscussionRecord (line 33) | public DiscussionRecord() { method DiscussionRecord (line 36) | public DiscussionRecord(final String author, method DiscussionRecord (line 42) | public DiscussionRecord(final long timestamp, method getNote (line 50) | public String getNote() { method getAuthor (line 54) | public String getAuthor() { method getTimestamp (line 58) | public Long getTimestamp() { method equals (line 62) | @Override method hashCode (line 86) | @Override FILE: uberfire-services/uberfire-services-api/src/main/java/org/guvnor/common/services/shared/metadata/model/Metadata.java class Metadata (line 31) | @Portable method Metadata (line 60) | public Metadata() { method Metadata (line 64) | public Metadata(final Path path, method getPath (line 100) | public Path getPath() { method getRealPath (line 104) | public Path getRealPath() { method getCheckinComment (line 108) | public String getCheckinComment() { method getLastContributor (line 112) | public String getLastContributor() { method getCreator (line 116) | public String getCreator() { method getLastModified (line 120) | public Date getLastModified() { method getDateCreated (line 124) | public Date getDateCreated() { method getSubject (line 128) | public String getSubject() { method getType (line 132) | public String getType() { method getExternalRelation (line 136) | public String getExternalRelation() { method getExternalSource (line 140) | public String getExternalSource() { method getDescription (line 144) | public String getDescription() { method getTags (line 148) | public List getTags() { method getDiscussion (line 152) | public List getDiscussion() { method getVersion (line 156) | public List getVersion() { method getLockInfo (line 160) | public LockInfo getLockInfo() { method isGenerated (line 164) | public boolean isGenerated() { method setLockInfo (line 168) | public void setLockInfo(LockInfo lockInfo) { method setSubject (line 172) | public void setSubject(final String subject) { method setType (line 176) | public void setType(final String type) { method setExternalRelation (line 180) | public void setExternalRelation(final String externalRelation) { method setExternalSource (line 184) | public void setExternalSource(final String externalSource) { method addDiscussion (line 188) | public void addDiscussion(final DiscussionRecord discussionRecord) { method eraseDiscussion (line 192) | public void eraseDiscussion() { method addTag (line 196) | public void addTag(final String tag) { method removeTag (line 200) | public void removeTag(final int idx) { method setDescription (line 204) | public void setDescription(final String description) { method equals (line 208) | @Override method hashCode (line 274) | @Override FILE: uberfire-services/uberfire-services-api/src/main/java/org/guvnor/common/services/shared/metadata/model/Overview.java class Overview (line 21) | @Portable method getMetadata (line 27) | public Metadata getMetadata() { method getProjectName (line 31) | public String getProjectName() { method setProjectName (line 35) | public void setProjectName(String projectName) { method setMetadata (line 39) | public void setMetadata(Metadata metadata) { method equals (line 43) | @Override method hashCode (line 64) | @Override FILE: uberfire-services/uberfire-services-api/src/main/java/org/guvnor/common/services/shared/preferences/DefaultWorkbenchPreferenceScopeResolutionStrategies.java class DefaultWorkbenchPreferenceScopeResolutionStrategies (line 23) | @FallbackImplementation method DefaultWorkbenchPreferenceScopeResolutionStrategies (line 28) | public DefaultWorkbenchPreferenceScopeResolutionStrategies() { method DefaultWorkbenchPreferenceScopeResolutionStrategies (line 31) | public DefaultWorkbenchPreferenceScopeResolutionStrategies(final Prefe... method getUserInfoFor (line 35) | @Override method getSpaceInfoFor (line 41) | @Override FILE: uberfire-services/uberfire-services-api/src/main/java/org/guvnor/common/services/shared/preferences/GuvnorPreferenceScopes.java class GuvnorPreferenceScopes (line 19) | public class GuvnorPreferenceScopes { FILE: uberfire-services/uberfire-services-api/src/main/java/org/guvnor/common/services/shared/preferences/WorkbenchPreferenceScopeResolutionStrategies.java type WorkbenchPreferenceScopeResolutionStrategies (line 24) | public interface WorkbenchPreferenceScopeResolutionStrategies { method getUserInfoFor (line 32) | PreferenceScopeResolutionStrategyInfo getUserInfoFor(String scopeType, method getSpaceInfoFor (line 35) | PreferenceScopeResolutionStrategyInfo getSpaceInfoFor(String scopeKey); FILE: uberfire-services/uberfire-services-api/src/main/java/org/guvnor/common/services/shared/security/AppRoles.java type AppRoles (line 19) | public enum AppRoles { method getName (line 36) | public String getName() { FILE: uberfire-services/uberfire-services-api/src/main/java/org/guvnor/common/services/shared/test/Failure.java class Failure (line 21) | @Portable method Failure (line 28) | public Failure() { method Failure (line 32) | public Failure(String displayName, method Failure (line 39) | public Failure(String displayName, method getMessage (line 47) | public String getMessage() { method getDisplayName (line 51) | public String getDisplayName() { method getPath (line 55) | public Path getPath() { method toString (line 59) | @Override FILE: uberfire-services/uberfire-services-api/src/main/java/org/guvnor/common/services/shared/test/TestResultMessage.java class TestResultMessage (line 23) | @Portable method TestResultMessage (line 31) | public TestResultMessage() { method TestResultMessage (line 34) | public TestResultMessage(String identifier, method wasSuccessful (line 44) | public boolean wasSuccessful() { method getIdentifier (line 48) | public String getIdentifier() { method getRunCount (line 52) | public int getRunCount() { method getRunTime (line 56) | public long getRunTime() { method getFailures (line 60) | public List getFailures() { method getResultStrings (line 64) | public List getResultStrings() { method toString (line 75) | @Override FILE: uberfire-services/uberfire-services-api/src/main/java/org/guvnor/common/services/shared/test/TestRunnerService.java type TestRunnerService (line 22) | @Remote method runAllTests (line 25) | void runAllTests(final String identifier, method runAllTests (line 28) | void runAllTests(final String identifier, FILE: uberfire-services/uberfire-services-api/src/main/java/org/guvnor/common/services/shared/test/TestService.java type TestService (line 26) | public interface TestService { method runAllTests (line 28) | List runAllTests(final String identifier, FILE: uberfire-services/uberfire-services-api/src/main/java/org/guvnor/common/services/shared/validation/ValidationService.java type ValidationService (line 27) | public interface ValidationService { method validate (line 34) | List validate(final Path path, FILE: uberfire-services/uberfire-services-api/src/main/java/org/guvnor/common/services/shared/validation/model/ValidationMessage.java class ValidationMessage (line 23) | @Portable method ValidationMessage (line 33) | public ValidationMessage() { method ValidationMessage (line 36) | public ValidationMessage(final long id, method ValidationMessage (line 50) | public ValidationMessage(final long id, method ValidationMessage (line 62) | public ValidationMessage(final Level level, method ValidationMessage (line 68) | public ValidationMessage(ValidationMessage other) { method setId (line 77) | public void setId(long id) { method setLevel (line 81) | public void setLevel(final Level level) { method setPath (line 85) | public void setPath(final Path path) { method setLine (line 89) | public void setLine(final int line) { method setColumn (line 93) | public void setColumn(final int column) { method setText (line 97) | public void setText(final String text) { method getId (line 101) | public long getId() { method getLevel (line 105) | public Level getLevel() { method getPath (line 109) | public Path getPath() { method getLine (line 113) | public int getLine() { method getColumn (line 117) | public int getColumn() { method getText (line 121) | public String getText() { method equals (line 130) | @Override method hashCode (line 165) | @Override FILE: uberfire-services/uberfire-services-api/src/test/java/org/guvnor/common/services/shared/metadata/model/MetadataTest.java class MetadataTest (line 32) | @RunWith(MockitoJUnitRunner.class) method checkLockInfoDoesNotAffectHashCode (line 42) | @Test FILE: uberfire-services/uberfire-services-api/src/test/java/org/guvnor/common/services/shared/preferences/DefaultWorkbenchPreferenceScopeResolutionStrategiesTest.java class DefaultWorkbenchPreferenceScopeResolutionStrategiesTest (line 30) | @RunWith(MockitoJUnitRunner.class) method setup (line 38) | @Before method getUserInfoForTest (line 43) | @Test method getSpaceInfoForTest (line 51) | @Test FILE: uberfire-services/uberfire-services-backend/src/main/java/org/guvnor/common/services/backend/archive/ArchiveServlet.java class ArchiveServlet (line 30) | public class ArchiveServlet method doGet (line 36) | protected void doGet(final HttpServletRequest request, FILE: uberfire-services/uberfire-services-backend/src/main/java/org/guvnor/common/services/backend/archive/Archiver.java class Archiver (line 32) | public class Archiver { method Archiver (line 40) | public Archiver() { method Archiver (line 43) | @Inject method archive (line 48) | public void archive(final ByteArrayOutputStream outputStream, method zip (line 56) | private void zip() throws IOException { method init (line 65) | private void init(final ByteArrayOutputStream outputStream, method addPath (line 71) | private void addPath(DirectoryStream directoryStream) throws IOE... method addFile (line 81) | private void addFile(final Path subPath) throws IOException { method getZipEntry (line 86) | private ZipEntry getZipEntry(final Path subPath) { class FileNameResolver (line 91) | static class FileNameResolver { method resolve (line 93) | static protected String resolve(final String subPath, method resolveOriginalFileName (line 106) | static private String resolveOriginalFileName(final String subPath, method getBaseFolder (line 120) | private static String getBaseFolder(final String originalPath) { FILE: uberfire-services/uberfire-services-backend/src/main/java/org/guvnor/common/services/backend/archive/ZipWriter.java class ZipWriter (line 26) | public class ZipWriter { method ZipWriter (line 30) | public ZipWriter(final OutputStream outputStream) { method addFile (line 34) | public void addFile(final ZipEntry zipEntry, method close (line 56) | public void close() throws IOException { FILE: uberfire-services/uberfire-services-backend/src/main/java/org/guvnor/common/services/backend/config/AppConfigServiceImpl.java class AppConfigServiceImpl (line 37) | @Service method AppConfigServiceImpl (line 49) | public AppConfigServiceImpl() { method AppConfigServiceImpl (line 52) | @Inject method configureOnEvent (line 59) | public void configureOnEvent(@Observes ApplicationStarted applicationS... method loadPreferences (line 63) | @Override method loadPreferencesFromAllStores (line 84) | private void loadPreferencesFromAllStores() { method loadSystemProperties (line 92) | private void loadSystemProperties() { method setupSystemPropertiesInitializers (line 105) | private void setupSystemPropertiesInitializers() { method getTimestamp (line 113) | @Override FILE: uberfire-services/uberfire-services-backend/src/main/java/org/guvnor/common/services/backend/config/DefaultApplicationPreferencesLoader.java class DefaultApplicationPreferencesLoader (line 32) | public class DefaultApplicationPreferencesLoader implements ApplicationP... method load (line 39) | @Override FILE: uberfire-services/uberfire-services-backend/src/main/java/org/guvnor/common/services/backend/config/ResourceConfigServiceImpl.java class ResourceConfigServiceImpl (line 31) | @Service method configAttrs (line 35) | @Override FILE: uberfire-services/uberfire-services-backend/src/main/java/org/guvnor/common/services/backend/config/SafeSessionInfo.java class SafeSessionInfo (line 22) | public class SafeSessionInfo method SafeSessionInfo (line 27) | public SafeSessionInfo(SessionInfo delegate) { method getId (line 31) | @Override method getIdentity (line 40) | @Override FILE: uberfire-services/uberfire-services-backend/src/main/java/org/guvnor/common/services/backend/config/attribute/ConfigAttributes.java type ConfigAttributes (line 21) | public interface ConfigAttributes FILE: uberfire-services/uberfire-services-backend/src/main/java/org/guvnor/common/services/backend/config/attribute/ConfigAttributesUtil.java class ConfigAttributesUtil (line 27) | public final class ConfigAttributesUtil { method ConfigAttributesUtil (line 29) | private ConfigAttributesUtil() { method toMap (line 33) | public static Map toMap(final ConfigAttributes attrs, method buildAttrName (line 47) | private static String buildAttrName(final String title, FILE: uberfire-services/uberfire-services-backend/src/main/java/org/guvnor/common/services/backend/config/attribute/ConfigView.java class ConfigView (line 35) | public class ConfigView extends AbstractBasicFileAttributeView extractValue(final Map.Entry { method accept (line 26) | @Override FILE: uberfire-services/uberfire-services-backend/src/main/java/org/guvnor/common/services/backend/file/FileDiscoveryService.java type FileDiscoveryService (line 26) | public interface FileDiscoveryService { method discoverFiles (line 35) | Collection discoverFiles(final Path pathToSearch, method discoverFiles (line 45) | Collection discoverFiles(final Path pathToSearch, FILE: uberfire-services/uberfire-services-backend/src/main/java/org/guvnor/common/services/backend/file/FileDiscoveryServiceImpl.java class FileDiscoveryServiceImpl (line 32) | @ApplicationScoped method discoverFiles (line 35) | @Override method discoverFiles (line 77) | @Override FILE: uberfire-services/uberfire-services-backend/src/main/java/org/guvnor/common/services/backend/file/FileExtensionFilter.java class FileExtensionFilter (line 24) | public class FileExtensionFilter extends DotFileFilter { method FileExtensionFilter (line 28) | public FileExtensionFilter(final String extension) { method accept (line 36) | @Override FILE: uberfire-services/uberfire-services-backend/src/main/java/org/guvnor/common/services/backend/file/FileExtensionsFilter.java class FileExtensionsFilter (line 24) | public class FileExtensionsFilter extends DotFileFilter { method FileExtensionsFilter (line 28) | public FileExtensionsFilter(final String[] extensions) { method accept (line 38) | @Override FILE: uberfire-services/uberfire-services-backend/src/main/java/org/guvnor/common/services/backend/file/JavaFileFilter.java class JavaFileFilter (line 24) | public class JavaFileFilter implements DirectoryStream.Filter { method accept (line 26) | @Override FILE: uberfire-services/uberfire-services-backend/src/main/java/org/guvnor/common/services/backend/file/LinkedDirectoryFilter.java class LinkedDirectoryFilter (line 25) | public class LinkedDirectoryFilter implements LinkedFilter { method LinkedDirectoryFilter (line 29) | public LinkedDirectoryFilter() { method LinkedDirectoryFilter (line 37) | public LinkedDirectoryFilter(final LinkedFilter filter) { method accept (line 42) | @Override method setNextFilter (line 53) | @Override FILE: uberfire-services/uberfire-services-backend/src/main/java/org/guvnor/common/services/backend/file/LinkedDotFileFilter.java class LinkedDotFileFilter (line 24) | public class LinkedDotFileFilter implements LinkedFilter { method LinkedDotFileFilter (line 28) | public LinkedDotFileFilter() { method LinkedDotFileFilter (line 36) | public LinkedDotFileFilter(final LinkedFilter filter) { method accept (line 41) | @Override method setNextFilter (line 52) | @Override FILE: uberfire-services/uberfire-services-backend/src/main/java/org/guvnor/common/services/backend/file/LinkedFilter.java type LinkedFilter (line 24) | public interface LinkedFilter extends DirectoryStream.Filter { method setNextFilter (line 30) | void setNextFilter(final LinkedFilter filter); FILE: uberfire-services/uberfire-services-backend/src/main/java/org/guvnor/common/services/backend/file/LinkedMetaInfFolderFilter.java class LinkedMetaInfFolderFilter (line 24) | public class LinkedMetaInfFolderFilter implements LinkedFilter { method LinkedMetaInfFolderFilter (line 28) | public LinkedMetaInfFolderFilter() { method LinkedMetaInfFolderFilter (line 36) | public LinkedMetaInfFolderFilter(final LinkedFilter filter) { method accept (line 41) | @Override method setNextFilter (line 52) | @Override FILE: uberfire-services/uberfire-services-backend/src/main/java/org/guvnor/common/services/backend/file/LinkedRegularFileFilter.java class LinkedRegularFileFilter (line 25) | public class LinkedRegularFileFilter implements LinkedFilter { method LinkedRegularFileFilter (line 29) | public LinkedRegularFileFilter() { method LinkedRegularFileFilter (line 37) | public LinkedRegularFileFilter(final LinkedFilter filter) { method accept (line 42) | @Override method setNextFilter (line 53) | @Override FILE: uberfire-services/uberfire-services-backend/src/main/java/org/guvnor/common/services/backend/file/PomFileFilter.java class PomFileFilter (line 24) | public class PomFileFilter implements DirectoryStream.Filter { method accept (line 26) | @Override FILE: uberfire-services/uberfire-services-backend/src/main/java/org/guvnor/common/services/backend/file/upload/AbstractFileServlet.java class AbstractFileServlet (line 53) | public abstract class AbstractFileServlet extends BaseFilteredServlet { method init (line 65) | @Override method doLoad (line 77) | protected abstract InputStream doLoad(final Path path, method doCreate (line 87) | protected abstract void doCreate(final Path path, method doUpdate (line 99) | protected abstract void doUpdate(final Path path, method convertPath (line 110) | protected abstract Path convertPath(final String fileName, method convertPath (line 118) | protected abstract Path convertPath(final String fullPath) throws URIS... method doPost (line 123) | protected void doPost(final HttpServletRequest request, method getFormData (line 141) | @SuppressWarnings("rawtypes") method processUpload (line 210) | private String processUpload(final FormData item, method uploadFile (line 226) | private String uploadFile(final FormData item, method getTimestamp (line 254) | private String getTimestamp() { method doGet (line 264) | protected void doGet(final HttpServletRequest request, method processAttachmentDownload (line 277) | protected void processAttachmentDownload(final String url, method getSessionId (line 309) | protected String getSessionId(final HttpServletRequest request, method getClientId (line 319) | private String getClientId(final HttpServletRequest request) { FILE: uberfire-services/uberfire-services-backend/src/main/java/org/guvnor/common/services/backend/file/upload/FormData.java class FormData (line 23) | public class FormData { method getFile (line 29) | public FileItem getFile() { method setFile (line 33) | public void setFile(final FileItem file) { method getOperation (line 37) | public FileOperation getOperation() { method setOperation (line 41) | public void setOperation(final FileOperation operation) { method getTargetPath (line 45) | public Path getTargetPath() { method setTargetPath (line 49) | public void setTargetPath(final Path targetPath) { FILE: uberfire-services/uberfire-services-backend/src/main/java/org/guvnor/common/services/backend/metadata/DiscussionAttributesMock.java class DiscussionAttributesMock (line 26) | public class DiscussionAttributesMock method discussion (line 29) | @Override method lastModifiedTime (line 34) | @Override method lastAccessTime (line 54) | @Override method creationTime (line 74) | @Override method isRegularFile (line 94) | @Override method isDirectory (line 99) | @Override method isSymbolicLink (line 104) | @Override method isOther (line 109) | @Override method size (line 114) | @Override method fileKey (line 119) | @Override FILE: uberfire-services/uberfire-services-backend/src/main/java/org/guvnor/common/services/backend/metadata/DublinCoreAttributesMock.java class DublinCoreAttributesMock (line 26) | public class DublinCoreAttributesMock method titles (line 29) | @Override method creators (line 34) | @Override method subjects (line 39) | @Override method descriptions (line 44) | @Override method publishers (line 49) | @Override method contributors (line 54) | @Override method types (line 59) | @Override method formats (line 64) | @Override method identifiers (line 69) | @Override method sources (line 74) | @Override method languages (line 79) | @Override method relations (line 84) | @Override method coverages (line 89) | @Override method rights (line 94) | @Override method lastModifiedTime (line 99) | @Override method lastAccessTime (line 119) | @Override method creationTime (line 139) | @Override method isRegularFile (line 159) | @Override method isDirectory (line 164) | @Override method isSymbolicLink (line 169) | @Override method isOther (line 174) | @Override method size (line 179) | @Override method fileKey (line 184) | @Override FILE: uberfire-services/uberfire-services-backend/src/main/java/org/guvnor/common/services/backend/metadata/MetadataBuilder.java class MetadataBuilder (line 35) | public final class MetadataBuilder { method MetadataBuilder (line 63) | private MetadataBuilder() { method newMetadata (line 67) | public static MetadataBuilder newMetadata() { method withPath (line 71) | public MetadataBuilder withPath(final Path path) { method withRealPath (line 77) | public MetadataBuilder withRealPath(final Path realPath) { method withCheckinComment (line 83) | public MetadataBuilder withCheckinComment(final String checkinComment) { method withLastContributor (line 88) | public MetadataBuilder withLastContributor(final String lastContributo... method withCreator (line 93) | public MetadataBuilder withCreator(final String creator) { method withLastModified (line 99) | public MetadataBuilder withLastModified(final Date date) { method withDateCreated (line 105) | public MetadataBuilder withDateCreated(final Date date) { method withSubject (line 111) | public MetadataBuilder withSubject(final String subject) { method withType (line 116) | public MetadataBuilder withType(final String type) { method withExternalRelation (line 121) | public MetadataBuilder withExternalRelation(final String externalRelat... method withExternalSource (line 126) | public MetadataBuilder withExternalSource(final String externalSource) { method withDescription (line 131) | public MetadataBuilder withDescription(final String description) { method withTags (line 136) | public MetadataBuilder withTags(final List tags) { method withDiscussion (line 141) | public MetadataBuilder withDiscussion(final List dis... method withVersion (line 146) | public MetadataBuilder withVersion(final List version) { method withLockInfo (line 151) | public MetadataBuilder withLockInfo(final LockInfo lockInfo) { method withGenerated (line 156) | public MetadataBuilder withGenerated(final boolean generated) { method build (line 161) | public Metadata build() { FILE: uberfire-services/uberfire-services-backend/src/main/java/org/guvnor/common/services/backend/metadata/MetadataCreator.java class MetadataCreator (line 44) | public class MetadataCreator { method MetadataCreator (line 55) | public MetadataCreator(Path path, method create (line 81) | public Metadata create() { method getVersion (line 103) | private ArrayList getVersion() { method getGenerated (line 116) | private boolean getGenerated() { method getDiscussion (line 120) | private List getDiscussion() { method getTags (line 124) | private List getTags() { method getDescription (line 128) | private String getDescription() { method getExternalSource (line 132) | private String getExternalSource() { method getExternalRelation (line 136) | private String getExternalRelation() { method getType (line 140) | private String getType() { method getSubject (line 144) | private String getSubject() { method getDateCreated (line 148) | private Date getDateCreated() { method getLastModified (line 152) | private Date getLastModified() { method getCreator (line 156) | private String getCreator() { method getLastContributor (line 164) | private String getLastContributor() { method getCheckinComment (line 172) | private String getCheckinComment() { method retrieveLockInfo (line 183) | private LockInfo retrieveLockInfo(org.uberfire.backend.vfs.Path path) { FILE: uberfire-services/uberfire-services-backend/src/main/java/org/guvnor/common/services/backend/metadata/MetadataServiceImpl.java class MetadataServiceImpl (line 61) | @Service method MetadataServiceImpl (line 71) | public MetadataServiceImpl() { method MetadataServiceImpl (line 74) | @Inject method saveMetadata (line 85) | @Override method getMetadata (line 102) | @Override method getMetadata (line 107) | @Override method getTags (line 129) | @Override method getTags (line 136) | @Override method configAttrs (line 149) | @Override method setUpAttributes (line 413) | @Override FILE: uberfire-services/uberfire-services-backend/src/main/java/org/guvnor/common/services/backend/metadata/OtherMetaAttributesMock.java class OtherMetaAttributesMock (line 26) | public class OtherMetaAttributesMock method tags (line 29) | @Override method lastModifiedTime (line 34) | @Override method lastAccessTime (line 54) | @Override method creationTime (line 74) | @Override method isRegularFile (line 94) | @Override method isDirectory (line 99) | @Override method isSymbolicLink (line 104) | @Override method isOther (line 109) | @Override method size (line 114) | @Override method fileKey (line 119) | @Override FILE: uberfire-services/uberfire-services-backend/src/main/java/org/guvnor/common/services/backend/metadata/VersionAttributesMock.java class VersionAttributesMock (line 27) | public class VersionAttributesMock implements VersionAttributes { method VersionAttributesMock (line 31) | public VersionAttributesMock(List versionRecords) { method lastModifiedTime (line 35) | @Override method lastAccessTime (line 55) | @Override method creationTime (line 75) | @Override method isRegularFile (line 95) | @Override method isDirectory (line 100) | @Override method isSymbolicLink (line 105) | @Override method isOther (line 110) | @Override method size (line 115) | @Override method fileKey (line 120) | @Override method history (line 125) | @Override FILE: uberfire-services/uberfire-services-backend/src/main/java/org/guvnor/common/services/backend/metadata/attribute/DiscussionAttributes.java type DiscussionAttributes (line 27) | public interface DiscussionAttributes extends BasicFileAttributes { method discussion (line 29) | List discussion(); FILE: uberfire-services/uberfire-services-backend/src/main/java/org/guvnor/common/services/backend/metadata/attribute/DiscussionAttributesUtil.java class DiscussionAttributesUtil (line 29) | public final class DiscussionAttributesUtil { method DiscussionAttributesUtil (line 31) | private DiscussionAttributesUtil() { method cleanup (line 34) | public static Map cleanup(final Map _a... method toMap (line 47) | public static Map toMap(final DiscussionAttributes attrs, method buildAttrName (line 75) | private static String buildAttrName(final String title, FILE: uberfire-services/uberfire-services-backend/src/main/java/org/guvnor/common/services/backend/metadata/attribute/DiscussionView.java class DiscussionView (line 44) | public class DiscussionView method DiscussionView (line 55) | public DiscussionView(final AbstractPath path) { method extractValue (line 155) | private Pair extractValue(final Map.Entry cleanup(final Map _a... FILE: uberfire-services/uberfire-services-backend/src/main/java/org/guvnor/common/services/backend/metadata/attribute/GeneratedAttributesView.java class GeneratedAttributesView (line 29) | public class GeneratedAttributesView extends AbstractBasicFileAttributeV... method GeneratedAttributesView (line 37) | public GeneratedAttributesView(AbstractPath path) { method extractGenerated (line 98) | private boolean extractGenerated() { method name (line 110) | @Override method viewTypes (line 115) | @Override method readAttributes (line 120) | @Override FILE: uberfire-services/uberfire-services-backend/src/main/java/org/guvnor/common/services/backend/metadata/attribute/GeneratedFileAttributes.java type GeneratedFileAttributes (line 24) | public interface GeneratedFileAttributes extends BasicFileAttributes { method isGenerated (line 26) | boolean isGenerated(); FILE: uberfire-services/uberfire-services-backend/src/main/java/org/guvnor/common/services/backend/metadata/attribute/OtherMetaAttributes.java type OtherMetaAttributes (line 26) | public interface OtherMetaAttributes extends BasicFileAttributes { method tags (line 28) | List tags(); FILE: uberfire-services/uberfire-services-backend/src/main/java/org/guvnor/common/services/backend/metadata/attribute/OtherMetaAttributesUtil.java class OtherMetaAttributesUtil (line 27) | public final class OtherMetaAttributesUtil { method OtherMetaAttributesUtil (line 29) | private OtherMetaAttributesUtil() { method cleanup (line 32) | public static Map cleanup(final Map _a... method toMap (line 45) | public static Map toMap(final OtherMetaAttributes attrs, method buildAttrName (line 68) | private static String buildAttrName(final String title, FILE: uberfire-services/uberfire-services-backend/src/main/java/org/guvnor/common/services/backend/metadata/attribute/OtherMetaView.java class OtherMetaView (line 40) | public class OtherMetaView method OtherMetaView (line 54) | public OtherMetaView(final AbstractPath path) { method extractValue (line 127) | private Pair extractValue(final Map.Entry getFailures() { method getSummary (line 47) | public TestResultMessage getSummary(final String identifier) { FILE: uberfire-services/uberfire-services-backend/src/main/java/org/guvnor/common/services/backend/test/TestRunnerServiceImpl.java class TestRunnerServiceImpl (line 28) | @ApplicationScoped method TestRunnerServiceImpl (line 36) | public TestRunnerServiceImpl() { method TestRunnerServiceImpl (line 39) | @Inject method runAllTests (line 46) | @Override method runAllTests (line 54) | @Override FILE: uberfire-services/uberfire-services-backend/src/main/java/org/guvnor/common/services/backend/util/CommentedOptionFactoryImpl.java class CommentedOptionFactoryImpl (line 27) | @ApplicationScoped method CommentedOptionFactoryImpl (line 35) | public CommentedOptionFactoryImpl() { method CommentedOptionFactoryImpl (line 38) | @Inject method makeCommentedOption (line 43) | @Override method makeCommentedOption (line 51) | @Override method makeCommentedOption (line 62) | @Override method getSafeSessionId (line 72) | @Override method getSafeIdentityName (line 77) | @Override method getIdentityName (line 82) | protected String getIdentityName(final User identity) { FILE: uberfire-services/uberfire-services-backend/src/test/java/org/guvnor/common/services/backend/MockIOService.java class MockIOService (line 53) | public class MockIOService method setExistingPaths (line 58) | public void setExistingPaths(Path... paths) { method dispose (line 64) | @Override method startBatch (line 69) | @Override method startBatch (line 74) | @Override method endBatch (line 80) | @Override method convert (line 85) | @Override method get (line 90) | @Override method get (line 96) | @Override method getFileSystemMetadata (line 101) | @Override method getFileSystem (line 106) | @Override method newFileSystem (line 111) | @Override method onNewFileSystem (line 117) | @Override method newInputStream (line 122) | @Override method newOutputStream (line 128) | @Override method newByteChannel (line 134) | @Override method newByteChannel (line 140) | @Override method newDirectoryStream (line 147) | @Override method newDirectoryStream (line 152) | @Override method createFile (line 158) | @Override method createDirectory (line 164) | @Override method createDirectories (line 170) | @Override method createDirectory (line 176) | @Override method createDirectories (line 182) | @Override method delete (line 188) | @Override method deleteIfExists (line 194) | @Override method createTempFile (line 200) | @Override method createTempFile (line 207) | @Override method createTempDirectory (line 215) | @Override method createTempDirectory (line 221) | @Override method copy (line 228) | @Override method move (line 235) | @Override method getFileAttributeView (line 242) | @Override method readAttributes (line 248) | @Override method readAttributes (line 253) | @Override method setAttributes (line 259) | @Override method setAttributes (line 265) | @Override method setAttribute (line 271) | @Override method getAttribute (line 278) | @Override method getLastModifiedTime (line 284) | @Override method size (line 289) | @Override method exists (line 294) | @Override method notExists (line 299) | @Override method isSameFile (line 304) | @Override method newBufferedReader (line 310) | @Override method newBufferedWriter (line 316) | @Override method copy (line 323) | @Override method copy (line 330) | @Override method readAllBytes (line 336) | @Override method readAllLines (line 341) | @Override method readAllLines (line 346) | @Override method readAllString (line 352) | @Override method readAllString (line 358) | @Override method write (line 363) | @Override method write (line 370) | @Override method write (line 378) | @Override method write (line 386) | @Override method write (line 394) | @Override method write (line 401) | @Override method write (line 409) | @Override method write (line 417) | @Override method write (line 426) | @Override method write (line 434) | @Override method priority (line 443) | @Override FILE: uberfire-services/uberfire-services-backend/src/test/java/org/guvnor/common/services/backend/archive/ArchiverTest.java class ArchiverTest (line 39) | public class ArchiverTest { method setUp (line 44) | @Before method testZipRepository (line 71) | @Test method testZipProject (line 83) | @Test method assertZipContains (line 94) | private void assertZipContains(ByteArrayOutputStream outputStream, FILE: uberfire-services/uberfire-services-backend/src/test/java/org/guvnor/common/services/backend/archive/FileNameResolverTest.java class FileNameResolverTest (line 23) | public class FileNameResolverTest { method testNormal (line 25) | @Test method testFewFolders (line 32) | @Test method testRoot (line 39) | @Test method testRootFolder (line 46) | @Test FILE: uberfire-services/uberfire-services-backend/src/test/java/org/guvnor/common/services/backend/config/AppConfigServiceImplTest.java class AppConfigServiceImplTest (line 35) | @RunWith(MockitoJUnitRunner.class) method setup (line 48) | @Before method systemPropertiesHavePriorityOnPreferencesLoaders (line 57) | @Test FILE: uberfire-services/uberfire-services-backend/src/test/java/org/guvnor/common/services/backend/file/upload/AbstractFileServletTest.java class AbstractFileServletTest (line 35) | @RunWith(MockitoJUnitRunner.class) method testGetSessionId (line 50) | @Test method testGetSessionIdWhenClientIdIsMissing (line 66) | @Test method abstractFileServlet (line 82) | private AbstractFileServlet abstractFileServlet() { FILE: uberfire-services/uberfire-services-backend/src/test/java/org/guvnor/common/services/backend/metadata/MetadataCreatorTest.java class MetadataCreatorTest (line 53) | @RunWith(MockitoJUnitRunner.class) method setUp (line 79) | @Before method testSimple (line 110) | @Test method testGeneratedAttributes (line 120) | @Test method testConcurrency (line 130) | @Test type Operation (line 215) | private enum Operation { class Result (line 220) | private static class Result { method getException (line 225) | public Throwable getException() { method setException (line 229) | public void setException(Throwable exception) { method isFailed (line 233) | public boolean isFailed() { method setFailed (line 237) | public void setFailed(boolean failed) { method createVersionRecord (line 242) | private VersionRecord createVersionRecord() { FILE: uberfire-services/uberfire-services-backend/src/test/java/org/guvnor/common/services/backend/metadata/MetadataServiceImplTest.java class MetadataServiceImplTest (line 56) | @RunWith(PowerMockRunner.class) method setUp (line 80) | @Before method testGetEmptyTagsNoOtherMetaView (line 95) | @Test method testSaveMetaData (line 104) | @Test method testSaveMetaDataException (line 122) | @Test(expected = GenericPortableException.class) method testGetEmptyTags (line 141) | @Test method testGetTags (line 153) | @Test FILE: uberfire-services/uberfire-services-backend/src/test/java/org/guvnor/common/services/backend/metadata/attribute/GeneratedAttributesUtilTest.java class GeneratedAttributesUtilTest (line 26) | public class GeneratedAttributesUtilTest { method cleanup (line 28) | @Test FILE: uberfire-services/uberfire-services-backend/src/test/java/org/guvnor/common/services/backend/metadata/attribute/GeneratedFileAttributesViewTest.java class GeneratedFileAttributesViewTest (line 35) | @RunWith(MockitoJUnitRunner.class) method readAttributesGeneratedFile (line 38) | @Test method readAttributesNonGeneratedFile (line 43) | @Test method readAttributesTest (line 48) | private void readAttributesTest(final boolean generated) { FILE: uberfire-services/uberfire-services-backend/src/test/java/org/guvnor/common/services/backend/migration/ACLMigrationToolTest.java class ACLMigrationToolTest (line 56) | @RunWith(MockitoJUnitRunner.class) method setUp (line 87) | @Before method migrationTest (line 118) | @Test method testMonitoringEnabled (line 152) | @Test FILE: uberfire-services/uberfire-services-backend/src/test/java/org/guvnor/common/services/backend/test/TestResultMessageAggregatorTest.java class TestResultMessageAggregatorTest (line 25) | public class TestResultMessageAggregatorTest { method testEmpty (line 27) | @Test method testSum (line 39) | @Test method getTestResultMessage (line 54) | private TestResultMessage getTestResultMessage(final int runCount, FILE: uberfire-services/uberfire-services-backend/src/test/java/org/guvnor/common/services/backend/test/TestRunnerServiceImplTest.java class TestRunnerServiceImplTest (line 45) | @RunWith(MockitoJUnitRunner.class) method setUp (line 62) | @Before method runAllTests (line 76) | @Test method runAllTestsCustomTestResultEvent (line 97) | @Test method setUpTestService (line 118) | private void setUpTestService(final TestService testService, FILE: uberfire-showcase/uberfire-webapp/src/main/java/org/uberfire/backend/server/impl/AppSetup.java class AppSetup (line 30) | @ApplicationScoped method assertPlayground (line 41) | @PostConstruct FILE: uberfire-showcase/uberfire-webapp/src/main/java/org/uberfire/backend/server/impl/ApplicationScopedProducer.java class ApplicationScopedProducer (line 34) | @Startup(StartupType.BOOTSTRAP) method ApplicationScopedProducer (line 43) | public ApplicationScopedProducer() { method ApplicationScopedProducer (line 47) | @Inject method setup (line 54) | @PostConstruct method ioService (line 60) | @Produces method getIdentity (line 66) | @Produces FILE: uberfire-showcase/uberfire-webapp/src/main/java/org/uberfire/backend/server/impl/ExperimentalEditorServiceImpl.java class ExperimentalEditorServiceImpl (line 42) | @Service method ExperimentalEditorServiceImpl (line 60) | ExperimentalEditorServiceImpl() { method ExperimentalEditorServiceImpl (line 64) | @Inject method init (line 71) | @PostConstruct method listAll (line 76) | @Override method create (line 88) | @Override method load (line 103) | @Override method save (line 115) | @Override method delete (line 124) | @Override method initializeFileSystem (line 141) | protected void initializeFileSystem() { FILE: uberfire-showcase/uberfire-webapp/src/main/java/org/uberfire/backend/server/impl/PicketLinkDefaultUsers.java class PicketLinkDefaultUsers (line 31) | @ApplicationScoped method create (line 42) | public synchronized void create(@Observes PreAuthenticateEvent event) { FILE: uberfire-showcase/uberfire-webapp/src/main/java/org/uberfire/backend/server/impl/ResourceUpdateDebugger.java class ResourceUpdateDebugger (line 28) | @Named("debug") method onNewFile (line 32) | public void onNewFile(@Observes ResourceAddedEvent event) { method onUpdateFile (line 36) | public void onUpdateFile(@Observes ResourceUpdatedEvent event) { method onRenameFile (line 40) | public void onRenameFile(@Observes ResourceRenamedEvent event) { method onDeleteFile (line 44) | public void onDeleteFile(@Observes ResourceDeletedEvent event) { FILE: uberfire-showcase/uberfire-webapp/src/main/java/org/uberfire/client/ShowcaseEntryPoint.java class ShowcaseEntryPoint (line 101) | @EntryPoint method getScreens (line 143) | public static List getScreens() { method startApp (line 177) | @PostConstruct method onApplicationReady (line 190) | private void onApplicationReady(@Observes final ApplicationReadyEvent ... method setupMenu (line 194) | private void setupMenu() { method getPerspectives (line 252) | private List getPerspectives() { method buildPerspectiveMenuItem (line 270) | private MenuItem buildPerspectiveMenuItem(final String perspectiveName... method getDefaultPerspectiveActivity (line 274) | private PerspectiveActivity getDefaultPerspectiveActivity() { method getJsPerspectiveActivities (line 292) | private List getJsPerspectiveActivities() { method getScreenActivities (line 314) | private Collection getScreenActivities() { method hideLoadingPopup (line 321) | private void hideLoadingPopup() { method createBrandLogo (line 338) | @Produces method onPluginAdded (line 349) | private void onPluginAdded(@Observes PluginAddedEvent pluginEvent) { method onPluginUpdated (line 357) | private void onPluginUpdated(@Observes PluginUpdatedEvent pluginEvent) { method createPluginModal (line 365) | private void createPluginModal(String title, method onActivityLazyLoaded (line 374) | public void onActivityLazyLoaded(@Observes ActivityLazyLoaded event) { FILE: uberfire-showcase/uberfire-webapp/src/main/java/org/uberfire/client/events/YouTubeVideo.java class YouTubeVideo (line 21) | public class YouTubeVideo { method YouTubeVideo (line 27) | public YouTubeVideo() { method YouTubeVideo (line 30) | public YouTubeVideo(final String url) { method YouTubeVideo (line 37) | public YouTubeVideo(final String name, method getURL (line 48) | public String getURL() { method getName (line 52) | public String getName() { method getDescription (line 56) | public String getDescription() { FILE: uberfire-showcase/uberfire-webapp/src/main/java/org/uberfire/client/experimental/editor/AssetEditor.java class AssetEditor (line 22) | @Dependent method AssetEditor (line 27) | @Inject method showContent (line 32) | public void showContent(String content) { method getContent (line 36) | public String getContent() { method getView (line 40) | public AssetEditorView getView() { FILE: uberfire-showcase/uberfire-webapp/src/main/java/org/uberfire/client/experimental/editor/AssetEditorView.java type AssetEditorView (line 21) | public interface AssetEditorView extends BaseEditorView { method showContent (line 23) | void showContent(String content); method getContent (line 25) | String getContent(); method init (line 27) | void init(Presenter presenter); type Presenter (line 29) | interface Presenter { FILE: uberfire-showcase/uberfire-webapp/src/main/java/org/uberfire/client/experimental/editor/AssetEditorViewImpl.java class AssetEditorViewImpl (line 30) | @Templated method init (line 40) | @PostConstruct method showContent (line 45) | @Override method getContent (line 50) | @Override method init (line 55) | @Override method showLoading (line 60) | @Override method showSaving (line 65) | @Override method alertReadOnly (line 70) | @Override method getTitleWidget (line 75) | @Override method refreshTitle (line 80) | @Override method confirmClose (line 85) | @Override method showBusyIndicator (line 90) | @Override method hideBusyIndicator (line 95) | @Override FILE: uberfire-showcase/uberfire-webapp/src/main/java/org/uberfire/client/experimental/editor/ExperimentalAssetAction.java class ExperimentalAssetAction (line 21) | @ExperimentalFeature(nameI18nKey = "experimental_asset_editor_action", d... FILE: uberfire-showcase/uberfire-webapp/src/main/java/org/uberfire/client/experimental/editor/ExperimentalAssetAction2.java class ExperimentalAssetAction2 (line 21) | @ExperimentalFeature(nameI18nKey = "experimental_asset_editor_action2", ... FILE: uberfire-showcase/uberfire-webapp/src/main/java/org/uberfire/client/experimental/editor/ExperimentalAssetEditor.java class ExperimentalAssetEditor (line 53) | @Dependent method ExperimentalAssetEditor (line 63) | @Inject method loadContent (line 72) | @Override method onStartup (line 80) | @OnStartup method getContentSupplier (line 90) | @Override method getDeleteServiceCaller (line 95) | @Override method save (line 100) | @Override method makeMenuBar (line 107) | @Override method getTitle (line 129) | @Override method getTitleText (line 135) | @Override method getMenus (line 141) | @WorkbenchMenu method getView (line 146) | @WorkbenchPartView method onDelete (line 151) | public void onDelete(@Observes ExperimentalAssetRemoved event) { FILE: uberfire-showcase/uberfire-webapp/src/main/java/org/uberfire/client/experimental/editor/ExperimentalAssetResourceType.java class ExperimentalAssetResourceType (line 28) | @ApplicationScoped method ExperimentalAssetResourceType (line 33) | public ExperimentalAssetResourceType() { method ExperimentalAssetResourceType (line 36) | @Inject method getCategory (line 41) | @Override method getShortName (line 46) | @Override method getDescription (line 51) | @Override method getIcon (line 56) | @Override method getPrefix (line 61) | @Override method getSuffix (line 66) | @Override method getPriority (line 71) | @Override method getSimpleWildcardPattern (line 76) | @Override method accept (line 81) | @Override FILE: uberfire-showcase/uberfire-webapp/src/main/java/org/uberfire/client/experimental/examples/global/GlobalExperimentalFeature1.java class GlobalExperimentalFeature1 (line 21) | @ExperimentalFeature(scope = ExperimentalFeature.Scope.GLOBAL, nameI18nK... FILE: uberfire-showcase/uberfire-webapp/src/main/java/org/uberfire/client/experimental/examples/global/GlobalExperimentalFeature2.java class GlobalExperimentalFeature2 (line 21) | @ExperimentalFeature(scope = ExperimentalFeature.Scope.GLOBAL, nameI18nK... FILE: uberfire-showcase/uberfire-webapp/src/main/java/org/uberfire/client/experimental/examples/global/GlobalExperimentalFeature3.java class GlobalExperimentalFeature3 (line 21) | @ExperimentalFeature(scope = ExperimentalFeature.Scope.GLOBAL, nameI18nK... FILE: uberfire-showcase/uberfire-webapp/src/main/java/org/uberfire/client/experimental/examples/group1/Group1ExperimentalFeature1.java class Group1ExperimentalFeature1 (line 21) | @ExperimentalFeature(nameI18nKey = "group1_feature1", descriptionI18nKey... FILE: uberfire-showcase/uberfire-webapp/src/main/java/org/uberfire/client/experimental/examples/group1/Group1ExperimentalFeature2.java class Group1ExperimentalFeature2 (line 21) | @ExperimentalFeature(nameI18nKey = "group1_feature2", descriptionI18nKey... FILE: uberfire-showcase/uberfire-webapp/src/main/java/org/uberfire/client/experimental/examples/group2/Group2ExperimentalFeature1.java class Group2ExperimentalFeature1 (line 21) | @ExperimentalFeature(nameI18nKey = "group2_feature1", descriptionI18nKey... FILE: uberfire-showcase/uberfire-webapp/src/main/java/org/uberfire/client/experimental/examples/group3/Group3ExperimentalFeature1.java class Group3ExperimentalFeature1 (line 21) | @ExperimentalFeature(nameI18nKey = "group3_feature1", descriptionI18nKey... FILE: uberfire-showcase/uberfire-webapp/src/main/java/org/uberfire/client/experimental/examples/group3/Group3ExperimentalFeature2.java class Group3ExperimentalFeature2 (line 21) | @ExperimentalFeature(nameI18nKey = "group3_feature2", descriptionI18nKey... FILE: uberfire-showcase/uberfire-webapp/src/main/java/org/uberfire/client/experimental/examples/group3/Group3ExperimentalFeature3.java class Group3ExperimentalFeature3 (line 21) | @ExperimentalFeature(nameI18nKey = "group3_feature3", descriptionI18nKey... FILE: uberfire-showcase/uberfire-webapp/src/main/java/org/uberfire/client/experimental/perspectives/ExperimentalPerspective.java class ExperimentalPerspective (line 45) | @ApplicationScoped method buildPerspective (line 52) | @Perspective method getMenus (line 69) | @WorkbenchMenu FILE: uberfire-showcase/uberfire-webapp/src/main/java/org/uberfire/client/experimental/screens/ExperimentalPerspectiveHeader.java class ExperimentalPerspectiveHeader (line 30) | @WorkbenchScreen(identifier = ExperimentalPerspectiveHeader.ID) method init (line 41) | @PostConstruct method getTitle (line 47) | @WorkbenchPartTitle method getView (line 52) | @WorkbenchPartView method getElement (line 57) | @Override FILE: uberfire-showcase/uberfire-webapp/src/main/java/org/uberfire/client/experimental/screens/explorer/ExperimentalExplorer.java class ExperimentalExplorer (line 38) | @Dependent method ExperimentalExplorer (line 48) | @Inject method init (line 57) | @PostConstruct method load (line 64) | public void load() { method getElement (line 69) | @Override method newAsset (line 74) | public void newAsset(Path path) { method clean (line 82) | @PreDestroy method createNew (line 88) | @Override method doCreate (line 93) | private void doCreate() { method doDelete (line 103) | private void doDelete(AssetDisplayer asset) { method onDelete (line 107) | public void onDelete(@Observes ExperimentalAssetRemoved event) { method removeAssetDisplayer (line 112) | private void removeAssetDisplayer(AssetDisplayer asset) { FILE: uberfire-showcase/uberfire-webapp/src/main/java/org/uberfire/client/experimental/screens/explorer/ExperimentalExplorerScreen.java class ExperimentalExplorerScreen (line 34) | @WorkbenchScreen(identifier = ExperimentalExplorerScreen.ID) method ExperimentalExplorerScreen (line 44) | @Inject method getTitle (line 49) | @WorkbenchPartTitle method getView (line 54) | @WorkbenchPartView method getMenus (line 59) | @WorkbenchMenu method getElement (line 67) | @Override method onOpen (line 72) | @OnOpen FILE: uberfire-showcase/uberfire-webapp/src/main/java/org/uberfire/client/experimental/screens/explorer/ExperimentalExplorerView.java type ExperimentalExplorerView (line 25) | public interface ExperimentalExplorerView extends UberElemental findDisplayer(Path path); type Presenter (line 35) | interface Presenter { method createNew (line 37) | void createNew(); FILE: uberfire-showcase/uberfire-webapp/src/main/java/org/uberfire/client/experimental/screens/explorer/ExperimentalExplorerViewImpl.java class ExperimentalExplorerViewImpl (line 41) | @Templated method init (line 68) | @Override method show (line 73) | @Override method delete (line 83) | @Override method findDisplayer (line 99) | @Override method clean (line 107) | @Override method onClick (line 113) | @EventHandler("addButton") FILE: uberfire-showcase/uberfire-webapp/src/main/java/org/uberfire/client/experimental/screens/explorer/NewAssetPopup.java class NewAssetPopup (line 28) | @Dependent method init (line 36) | @PostConstruct method getAssetName (line 42) | public String getAssetName() { method init (line 46) | public void init(final Command command) { method show (line 51) | @Override FILE: uberfire-showcase/uberfire-webapp/src/main/java/org/uberfire/client/experimental/screens/explorer/asset/AssetDisplayer.java class AssetDisplayer (line 29) | @Dependent method AssetDisplayer (line 40) | @Inject method init (line 46) | @PostConstruct method render (line 51) | public void render(Path assetPath, Command deleteCommand) { method getElement (line 58) | @Override method open (line 63) | @Override method delete (line 68) | @Override method getPath (line 75) | public Path getPath() { FILE: uberfire-showcase/uberfire-webapp/src/main/java/org/uberfire/client/experimental/screens/explorer/asset/AssetDisplayerView.java type AssetDisplayerView (line 21) | public interface AssetDisplayerView extends UberElemental listAll(); method create (line 30) | Path create(String assetName); method load (line 32) | String load(Path path); method save (line 34) | void save(Path path, String content); FILE: uberfire-showcase/uberfire-webapp/src/main/resources/org/uberfire/public/js/marked.js function Lexer (line 111) | function Lexer(options) { function InlineLexer (line 528) | function InlineLexer(links, options) { function Renderer (line 763) | function Renderer(options) { function Parser (line 906) | function Parser(options) { function escape (line 1086) | function escape(html, encode) { function unescape (line 1095) | function unescape(html) { function replace (line 1108) | function replace(regex, opt) { function noop (line 1120) | function noop() {} function merge (line 1123) | function merge(obj) { function marked (line 1145) | function marked(src, opt, callback) { FILE: uberfire-showcase/uberfire-webapp/src/main/webapp/frameworks/knockout-3.4.0.js function J (line 7) | function J(a,c){return null===a||typeof a in T?a===c:!1} function U (line 7) | function U(b,c){var d;return function(){d||(d=a.a.setTimeout(function(){... function V (line 7) | function V(b,c){var d;return function(){clearTimeout(d);d=a.a.setTimeout... function W (line 7) | function W(a, function X (line 8) | function X(a,c){null!==c&&c.k&&c.k()} function Y (line 8) | function Y(a,c){var d=this.Hc,e=d[s];e.R||(this.lb&&this.Ma[c]?(d.Pb(c,a... function K (line 8) | function K(b,c,d,e){a.d[b]={init:function(b,g,k,l,m){var h,r;a.m(functio... function b (line 9) | function b(a,b){for(var c in a)a.hasOwnProperty(c)&&b(c,a[c])} function c (line 9) | function c(a,b){if(b)for(var c in b)b.hasOwnProperty(c)&&(a[c]=b[c]);ret... function d (line 9) | function d(a,b){a.__proto__=b;return a} function e (line 9) | function e(b,c,d,e){var h=b[c].match(r)|| function a (line 25) | function a(b,g){var k=b[d];if(!k||"null"===k||!e[k]){if(!g)return n;k=b[... function b (line 26) | function b(b,c){var e=a.a.e.get(b,d);e===n&&c&&(e=[],a.a.e.set(b,d,e));r... function c (line 26) | function c(d){var e=b(d,!1);if(e)for(var e=e.slice(0),l=0;l getUserKeys(String userName); FILE: uberfire-ssh/uberfire-ssh-api/src/main/java/org/uberfire/ssh/service/backend/keystore/SSHKeyStoreService.java type SSHKeyStoreService (line 22) | public interface SSHKeyStoreService { method keyStore (line 35) | SSHKeyStore keyStore(); FILE: uberfire-ssh/uberfire-ssh-api/src/main/java/org/uberfire/ssh/service/backend/keystore/model/KeyMetaData.java class KeyMetaData (line 24) | public class KeyMetaData { method KeyMetaData (line 30) | public KeyMetaData() { method KeyMetaData (line 35) | public KeyMetaData(String name, Date creationDate) { method getName (line 43) | public String getName() { method getCreationDate (line 50) | public Date getCreationDate() { method getLastTimeUsed (line 57) | public Date getLastTimeUsed() { method setLastTimeUsed (line 64) | public void setLastTimeUsed(Date lastTimeUsed) { FILE: uberfire-ssh/uberfire-ssh-api/src/main/java/org/uberfire/ssh/service/backend/keystore/model/SSHPublicKey.java class SSHPublicKey (line 24) | public class SSHPublicKey { method SSHPublicKey (line 30) | public SSHPublicKey(String id, PublicKey key) { method SSHPublicKey (line 36) | public SSHPublicKey(String id, PublicKey key, KeyMetaData metaData) { method getId (line 45) | public String getId() { method getKey (line 52) | public PublicKey getKey() { method getMetaData (line 59) | public KeyMetaData getMetaData() { FILE: uberfire-ssh/uberfire-ssh-api/src/main/java/org/uberfire/ssh/service/backend/keystore/util/PublicKeyConverter.java class PublicKeyConverter (line 24) | public class PublicKeyConverter { method fromString (line 26) | public static PublicKey fromString(final String keyStr) throws Excepti... method fromPublicKey (line 31) | public static String fromPublicKey(PublicKey publicKey) { FILE: uberfire-ssh/uberfire-ssh-api/src/main/java/org/uberfire/ssh/service/shared/editor/PortableSSHPublicKey.java class PortableSSHPublicKey (line 24) | @Portable method PortableSSHPublicKey (line 33) | public PortableSSHPublicKey(@MapsTo("id") String id, @MapsTo("name") S... method getId (line 41) | public String getId() { method getName (line 45) | public String getName() { method getKeyContent (line 49) | public String getKeyContent() { method getCreationDate (line 53) | public Date getCreationDate() { method getLastTimeUsed (line 57) | public Date getLastTimeUsed() { FILE: uberfire-ssh/uberfire-ssh-api/src/main/java/org/uberfire/ssh/service/shared/editor/SSHKeyEditorService.java type SSHKeyEditorService (line 28) | @Remote method getUserKeys (line 35) | Collection getUserKeys(); method deleteKey (line 41) | void deleteKey(PortableSSHPublicKey key); method addKey (line 48) | void addKey(String name, String keyContent); FILE: uberfire-ssh/uberfire-ssh-backend/src/main/java/org/uberfire/ssh/service/backend/auth/impl/SSHKeyAuthenticatorImpl.java class SSHKeyAuthenticatorImpl (line 39) | @ApplicationScoped method SSHKeyAuthenticatorImpl (line 47) | @Inject method authenticate (line 59) | @Override method updateUserKey (line 82) | private void updateUserKey(final String userName, final SSHPublicKey u... method getUser (line 88) | private User getUser(String identifier) { FILE: uberfire-ssh/uberfire-ssh-backend/src/main/java/org/uberfire/ssh/service/backend/auth/impl/SSHUser.java class SSHUser (line 30) | @Portable method SSHUser (line 36) | public SSHUser(String name) { method SSHUser (line 40) | public SSHUser(@MapsTo("name") String name, @MapsTo("properties") Map<... method getIdentifier (line 45) | @Override method getRoles (line 50) | @Override method getGroups (line 55) | @Override method getProperties (line 60) | @Override method setProperty (line 65) | @Override method removeProperty (line 70) | @Override method getProperty (line 75) | @Override FILE: uberfire-ssh/uberfire-ssh-backend/src/main/java/org/uberfire/ssh/service/backend/editor/SSHKeyEditorServiceImpl.java class SSHKeyEditorServiceImpl (line 37) | @Service method SSHKeyEditorServiceImpl (line 44) | @Inject method getUserKeys (line 50) | @Override method deleteKey (line 57) | @Override method addKey (line 69) | @Override method convert (line 74) | private SSHPublicKey convert(String name, String keyContent) { method convert (line 82) | private PortableSSHPublicKey convert(SSHPublicKey key) { FILE: uberfire-ssh/uberfire-ssh-backend/src/main/java/org/uberfire/ssh/service/backend/keystore/impl/SSHKeyStoreServiceImpl.java class SSHKeyStoreServiceImpl (line 32) | @Startup method SSHKeyStoreServiceImpl (line 40) | protected SSHKeyStoreServiceImpl() { method SSHKeyStoreServiceImpl (line 44) | @Inject method getSSHKeyStoreType (line 63) | @SuppressWarnings("unchecked") method loadDefaultKeyStore (line 80) | private void loadDefaultKeyStore() { method keyStore (line 89) | @Override FILE: uberfire-ssh/uberfire-ssh-backend/src/main/java/org/uberfire/ssh/service/backend/keystore/impl/storage/DefaultSSHKeyStore.java class DefaultSSHKeyStore (line 34) | @Dependent method DefaultSSHKeyStore (line 48) | public DefaultSSHKeyStore() { method init (line 59) | @PostConstruct method getUserKeyStore (line 72) | public UserSSHKeyStore getUserKeyStore(String userName) { method addUserKey (line 83) | @Override method removeUserKey (line 88) | @Override method updateUserKey (line 93) | @Override method getUserKeys (line 98) | @Override FILE: uberfire-ssh/uberfire-ssh-backend/src/main/java/org/uberfire/ssh/service/backend/keystore/impl/storage/UserSSHKeyStore.java class UserSSHKeyStore (line 42) | public class UserSSHKeyStore { method UserSSHKeyStore (line 58) | public UserSSHKeyStore(final String user, final Path rootPath) { method init (line 65) | private void init() { method getUser (line 80) | public String getUser() { method getUserKeys (line 84) | public Collection getUserKeys() { method addUserKey (line 88) | public void addUserKey(final SSHPublicKey key) { method removeUserKey (line 100) | public void removeUserKey(final SSHPublicKey oldKey) { method getKeyById (line 113) | public Optional getKeyById(String keyId) { method writeKey (line 119) | private void writeKey(final SSHPublicKey key) { method writeKeyFile (line 134) | private void writeKeyFile(String id, PublicKey key) throws IOException { method loadKey (line 146) | private SSHPublicKey loadKey(final File keyFile) { method writeMetaData (line 162) | private void writeMetaData(String id, KeyMetaData metaData) throws IOE... method readMetaData (line 174) | private KeyMetaData readMetaData(String id) throws IOException { method getKeyFileName (line 196) | private String getKeyFileName(String id) { method getMetadataFileName (line 200) | private String getMetadataFileName(String id) { FILE: uberfire-ssh/uberfire-ssh-backend/src/main/java/org/uberfire/ssh/service/backend/keystore/impl/util/SerializingUtils.java class SerializingUtils (line 22) | public class SerializingUtils { method readMetaData (line 26) | public static String readMetaData(KeyMetaData metaData) { method readMetaData (line 30) | public static KeyMetaData readMetaData(String jsonKey) { FILE: uberfire-ssh/uberfire-ssh-backend/src/test/java/org/uberfire/ssh/service/backend/auth/impl/SSHKeyAuthenticatorImplTest.java class SSHKeyAuthenticatorImplTest (line 55) | @RunWith(MockitoJUnitRunner.class) method init (line 68) | @BeforeClass method initTest (line 73) | @Before method testAuthenticateKaty (line 93) | @Test method testAuthenticateKatyWithDependencyIssues (line 98) | @Test method testAuthenticateJohn (line 103) | @Test method testAuthenticateJohnWithDependencyIssues (line 108) | @Test method testAuthenticateUserWithoutKeys (line 113) | @Test method testAuthenticateNonPlatformUser (line 123) | @Test method testUserWithKeys (line 133) | private void testUserWithKeys(final String userName, final boolean dep... method clean (line 161) | @AfterClass FILE: uberfire-ssh/uberfire-ssh-backend/src/test/java/org/uberfire/ssh/service/backend/editor/SSHKeyEditorServiceImplTest.java class SSHKeyEditorServiceImplTest (line 47) | @RunWith(MockitoJUnitRunner.class) method init (line 57) | @BeforeClass method initTest (line 62) | @Before method testKatyUser (line 73) | @Test method testJohnUser (line 82) | @Test method testAdmin (line 91) | @Test method clean (line 122) | @AfterClass FILE: uberfire-ssh/uberfire-ssh-backend/src/test/java/org/uberfire/ssh/service/backend/keystore/impl/SSHKeyStoreServiceImplTest.java class SSHKeyStoreServiceImplTest (line 38) | @RunWith(MockitoJUnitRunner.class) method init (line 41) | @BeforeClass method testLoadDefaultSSHKeyStore (line 46) | @Test method testLoadDefaultSSHKeyStoreUnsatisfied (line 53) | @Test method testCustomSSHKeyStore (line 62) | @Test method testWrongCustomSSHKeyStore (line 68) | @Test method runTest (line 74) | private void runTest(Class expectedKeystore) { method clean (line 96) | @AfterClass FILE: uberfire-ssh/uberfire-ssh-backend/src/test/java/org/uberfire/ssh/service/backend/keystore/impl/storage/DefaultSSHKeyStoreTest.java class DefaultSSHKeyStoreTest (line 41) | @RunWith(MockitoJUnitRunner.class) method init (line 46) | @BeforeClass method testLoadKeysDefaultFolder (line 51) | @Test method testLoadKeysCustomFolder (line 56) | @Test method testHandleUserKeysDefaultFolder (line 69) | @Test method testHandleUserKeysCustomFolder (line 75) | @Test method handleUserKeys (line 81) | private void handleUserKeys() throws Exception { method loadKeys (line 114) | private void loadKeys() { method clean (line 132) | @AfterClass FILE: uberfire-ssh/uberfire-ssh-backend/src/test/java/org/uberfire/ssh/service/backend/test/AbstractSSHKeyStoreServiceImplTest.java class AbstractSSHKeyStoreServiceImplTest (line 32) | public class AbstractSSHKeyStoreServiceImplTest { method initTest (line 39) | @Before method initService (line 62) | protected void initService() { FILE: uberfire-ssh/uberfire-ssh-backend/src/test/java/org/uberfire/ssh/service/backend/test/SSHKeyStoreTestUtils.java class SSHKeyStoreTestUtils (line 32) | public class SSHKeyStoreTestUtils { method setupUserDir (line 54) | public static void setupUserDir() { method cleanResourceKeysFolder (line 64) | public static void cleanResourceKeysFolder() { method readSampleSSHPublicKey (line 76) | public static SSHPublicKey readSampleSSHPublicKey() throws Exception { method readSampleSSHKey (line 82) | public static String readSampleSSHKey() throws IOException { method resetUserDir (line 86) | public static void resetUserDir() { FILE: uberfire-ssh/uberfire-ssh-backend/src/test/java/org/uberfire/ssh/service/backend/test/TestSSHKeyStore.java class TestSSHKeyStore (line 23) | @Dependent FILE: uberfire-ssh/uberfire-ssh-client/src/main/java/org/uberfire/ssh/client/SSHClientEntryPoint.java class SSHClientEntryPoint (line 22) | @EntryPoint FILE: uberfire-ssh/uberfire-ssh-client/src/main/java/org/uberfire/ssh/client/editor/SSHKeysEditorPerspective.java class SSHKeysEditorPerspective (line 29) | @ApplicationScoped method buildPerspective (line 35) | @Perspective FILE: uberfire-ssh/uberfire-ssh-client/src/main/java/org/uberfire/ssh/client/editor/SSHKeysEditorScreen.java class SSHKeysEditorScreen (line 31) | @ApplicationScoped method SSHKeysEditorScreen (line 40) | @Inject method onOpen (line 46) | @OnOpen method getView (line 51) | @WorkbenchPartView method getTitle (line 56) | @WorkbenchPartTitle FILE: uberfire-ssh/uberfire-ssh-client/src/main/java/org/uberfire/ssh/client/editor/component/SSHKeysEditor.java class SSHKeysEditor (line 40) | @Dependent method SSHKeysEditor (line 53) | @Inject method init (line 62) | @PostConstruct method load (line 70) | public void load() { method loadKeys (line 74) | private void loadKeys(Collection keys) { method delete (line 85) | protected void delete(final PortableSSHPublicKey key) { method showNewKeyModal (line 89) | protected void showNewKeyModal() { method existsKeyName (line 93) | @Override method existsKey (line 98) | @Override method findKey (line 103) | private boolean findKey(final Predicate predicat... method onAddKey (line 107) | public void onAddKey() { method getElement (line 112) | @Override method clear (line 117) | @PreDestroy FILE: uberfire-ssh/uberfire-ssh-client/src/main/java/org/uberfire/ssh/client/editor/component/SSHKeysEditorView.java type SSHKeysEditorView (line 22) | public interface SSHKeysEditorView extends UberElemental keys) { method addKeyEditor (line 66) | private void addKeyEditor(final PortableSSHPublicKey key) { method onDelete (line 72) | protected void onDelete(final PortableSSHPublicKey key) { method getElement (line 76) | @Override method clear (line 81) | @PreDestroy method notifyAdd (line 87) | @Override FILE: uberfire-ssh/uberfire-ssh-client/src/main/java/org/uberfire/ssh/client/editor/component/keys/SSHKeysDisplayerView.java type SSHKeysDisplayerView (line 22) | public interface SSHKeysDisplayerView extends UberElemental keys) { method testDeleteKey (line 130) | @Test FILE: uberfire-ssh/uberfire-ssh-client/src/test/java/org/uberfire/ssh/client/editor/component/creation/NewSSHKeyModalTest.java class NewSSHKeyModalTest (line 41) | @RunWith(MockitoJUnitRunner.class) method init (line 83) | @Before method testBasicFunctions (line 104) | @Test method testNotifyCancel (line 118) | @Test method testAddKeyNullValidationFailure (line 126) | @Test method testAddKeyWrongKeyValidationFailure (line 148) | @Test method testAddKeyWrongKeyFormatValidationFailure (line 170) | @Test method testAddKeyExistingKeyNameValidationFailure (line 192) | @Test method testAddKeyExistingKeyValidationFailure (line 214) | @Test method testAddKey (line 236) | @Test method testInitNull (line 258) | @Test FILE: uberfire-ssh/uberfire-ssh-client/src/test/java/org/uberfire/ssh/client/editor/component/empty/SSHKeysEditorEmptyStateDisplayerTest.java class SSHKeysEditorEmptyStateDisplayerTest (line 29) | @RunWith(MockitoJUnitRunner.class) method init (line 40) | @Before method testFunctionality (line 45) | @Test method testInitNull (line 59) | @Test FILE: uberfire-ssh/uberfire-ssh-client/src/test/java/org/uberfire/ssh/client/editor/component/keys/SSHKeysDisplayerTest.java class SSHKeysDisplayerTest (line 41) | @RunWith(MockitoJUnitRunner.class) method init (line 63) | @Before method testFunctionality (line 76) | @Test method testRenderKeys (line 96) | @Test FILE: uberfire-ssh/uberfire-ssh-client/src/test/java/org/uberfire/ssh/client/editor/component/keys/key/SSHKeyEditorTest.java class SSHKeyEditorTest (line 31) | @RunWith(MockitoJUnitRunner.class) method init (line 45) | @Before method testFunctionality (line 50) | @Test method testInitFailures (line 69) | @Test FILE: uberfire-structure/uberfire-structure-api/src/main/java/org/guvnor/structure/config/SystemRepositoryChangedEvent.java class SystemRepositoryChangedEvent (line 20) | @Portable FILE: uberfire-structure/uberfire-structure-api/src/main/java/org/guvnor/structure/contributors/SpaceContributorsUpdatedEvent.java class SpaceContributorsUpdatedEvent (line 24) | @Portable method SpaceContributorsUpdatedEvent (line 30) | public SpaceContributorsUpdatedEvent() { method SpaceContributorsUpdatedEvent (line 33) | public SpaceContributorsUpdatedEvent(@MapsTo("organizationalUnit") fin... method getOrganizationalUnit (line 37) | public OrganizationalUnit getOrganizationalUnit() { FILE: uberfire-structure/uberfire-structure-api/src/main/java/org/guvnor/structure/deployment/DeploymentConfig.java type DeploymentConfig (line 18) | public interface DeploymentConfig { method getIdentifier (line 20) | String getIdentifier(); method getDeploymentUnit (line 22) | Object getDeploymentUnit(); FILE: uberfire-structure/uberfire-structure-api/src/main/java/org/guvnor/structure/deployment/DeploymentConfigService.java type DeploymentConfigService (line 20) | public interface DeploymentConfigService { method addDeployment (line 22) | void addDeployment(String identifier, method removeDeployment (line 25) | void removeDeployment(String identifier); method getDeployment (line 27) | DeploymentConfig getDeployment(String identifier); method getDeployments (line 29) | Collection getDeployments(); FILE: uberfire-structure/uberfire-structure-api/src/main/java/org/guvnor/structure/events/AfterCreateOrganizationalUnitEvent.java class AfterCreateOrganizationalUnitEvent (line 24) | public class AfterCreateOrganizationalUnitEvent { method AfterCreateOrganizationalUnitEvent (line 28) | public AfterCreateOrganizationalUnitEvent(final OrganizationalUnit org... method getOrganizationalUnit (line 33) | public OrganizationalUnit getOrganizationalUnit() { FILE: uberfire-structure/uberfire-structure-api/src/main/java/org/guvnor/structure/events/AfterEditOrganizationalUnitEvent.java class AfterEditOrganizationalUnitEvent (line 24) | public class AfterEditOrganizationalUnitEvent { method AfterEditOrganizationalUnitEvent (line 30) | public AfterEditOrganizationalUnitEvent(final OrganizationalUnit previ... method getPreviousOrganizationalUnit (line 38) | public OrganizationalUnit getPreviousOrganizationalUnit() { method getEditedOrganizationalUnit (line 42) | public OrganizationalUnit getEditedOrganizationalUnit() { FILE: uberfire-structure/uberfire-structure-api/src/main/java/org/guvnor/structure/navigator/DataContent.java class DataContent (line 21) | @Portable method DataContent (line 31) | public DataContent() { method DataContent (line 34) | public DataContent(boolean isDirectory, method getLastCommiterEmail (line 48) | public String getLastCommiterEmail() { method getAge (line 52) | public String getAge() { method isDirectory (line 56) | public boolean isDirectory() { method getLastMessage (line 60) | public String getLastMessage() { method getLastCommiter (line 64) | public String getLastCommiter() { method getPath (line 68) | public Path getPath() { FILE: uberfire-structure/uberfire-structure-api/src/main/java/org/guvnor/structure/navigator/FileNavigatorService.java type FileNavigatorService (line 25) | @Remote method listContent (line 28) | NavigatorContent listContent(final Path path); method listRepositories (line 30) | List listRepositories(final Space space); FILE: uberfire-structure/uberfire-structure-api/src/main/java/org/guvnor/structure/navigator/NavigatorContent.java class NavigatorContent (line 24) | @Portable method NavigatorContent (line 32) | public NavigatorContent() { method NavigatorContent (line 35) | public NavigatorContent(final String repoName, method getBreadcrumbs (line 45) | public List getBreadcrumbs() { method getContent (line 49) | public List getContent() { method getRoot (line 53) | public Path getRoot() { method getRepoName (line 57) | public String getRepoName() { FILE: uberfire-structure/uberfire-structure-api/src/main/java/org/guvnor/structure/organizationalunit/NewOrganizationalUnitEvent.java class NewOrganizationalUnitEvent (line 21) | @Portable method NewOrganizationalUnitEvent (line 25) | public NewOrganizationalUnitEvent() { method NewOrganizationalUnitEvent (line 28) | public NewOrganizationalUnitEvent(final OrganizationalUnit organizatio... FILE: uberfire-structure/uberfire-structure-api/src/main/java/org/guvnor/structure/organizationalunit/OrganizationalUnit.java type OrganizationalUnit (line 28) | public interface OrganizationalUnit extends ContributorResource ,Runtime... method getName (line 33) | String getName(); method getDescription (line 35) | String getDescription(); method getSpace (line 37) | Space getSpace(); method getOwner (line 39) | String getOwner(); method getDefaultGroupId (line 41) | String getDefaultGroupId(); method getRepositories (line 43) | Collection getRepositories(); method getGroups (line 45) | Collection getGroups(); method isDeleted (line 47) | boolean isDeleted(); method setDescription (line 49) | void setDescription(String description); FILE: uberfire-structure/uberfire-structure-api/src/main/java/org/guvnor/structure/organizationalunit/OrganizationalUnitEventBase.java class OrganizationalUnitEventBase (line 24) | @Portable method OrganizationalUnitEventBase (line 30) | public OrganizationalUnitEventBase() { method OrganizationalUnitEventBase (line 33) | public OrganizationalUnitEventBase(final OrganizationalUnit organizati... method getOrganizationalUnit (line 39) | public OrganizationalUnit getOrganizationalUnit() { method setOrganizationalUnit (line 43) | public void setOrganizationalUnit(OrganizationalUnit organizationalUni... method getUserName (line 47) | public String getUserName() { method setUserName (line 51) | public void setUserName(String userName) { FILE: uberfire-structure/uberfire-structure-api/src/main/java/org/guvnor/structure/organizationalunit/OrganizationalUnitSearchService.java type OrganizationalUnitSearchService (line 26) | @Remote method searchByName (line 43) | Collection searchByName(String pattern, method searchById (line 57) | Collection searchById(Collection ids); FILE: uberfire-structure/uberfire-structure-api/src/main/java/org/guvnor/structure/organizationalunit/OrganizationalUnitService.java type OrganizationalUnitService (line 27) | @Remote method getOrganizationalUnit (line 33) | OrganizationalUnit getOrganizationalUnit(final String name); method getOrganizationalUnit (line 35) | OrganizationalUnit getOrganizationalUnit(final String name, method getAllOrganizationalUnits (line 41) | Collection getAllOrganizationalUnits(); method getAllOrganizationalUnits (line 43) | Collection getAllOrganizationalUnits(final boolean... method getAllOrganizationalUnits (line 45) | Collection getAllOrganizationalUnits(boolean inclu... method getAllDeletedOrganizationalUnit (line 47) | Collection getAllDeletedOrganizationalUnit(); method getAllUserSpaces (line 49) | Collection getAllUserSpaces(); method getOrganizationalUnits (line 54) | Collection getOrganizationalUnits(); method getOrganizationalUnits (line 56) | Collection getOrganizationalUnits(final boolean in... method createOrganizationalUnit (line 58) | OrganizationalUnit createOrganizationalUnit(final String name, method createOrganizationalUnit (line 61) | OrganizationalUnit createOrganizationalUnit(final String name, method createOrganizationalUnit (line 65) | OrganizationalUnit createOrganizationalUnit(final String name, method createOrganizationalUnit (line 70) | OrganizationalUnit createOrganizationalUnit(final String name, method updateOrganizationalUnit (line 76) | OrganizationalUnit updateOrganizationalUnit(final String name, method updateOrganizationalUnit (line 80) | OrganizationalUnit updateOrganizationalUnit(final String name, method updateOrganizationalUnit (line 84) | OrganizationalUnit updateOrganizationalUnit(final String name, method addRepository (line 89) | void addRepository(final OrganizationalUnit organizationalUnit, method removeRepository (line 92) | void removeRepository(final OrganizationalUnit organizationalUnit, method addGroup (line 95) | void addGroup(final OrganizationalUnit organizationalUnit, method removeGroup (line 98) | void removeGroup(final OrganizationalUnit organizationalUnit, method removeOrganizationalUnit (line 101) | void removeOrganizationalUnit(final String name); method getParentOrganizationalUnit (line 103) | OrganizationalUnit getParentOrganizationalUnit(final Repository reposi... method getOrganizationalUnits (line 105) | List getOrganizationalUnits(final Repository repos... method getSanitizedDefaultGroupId (line 107) | String getSanitizedDefaultGroupId(final String proposedGroupId); method isValidGroupId (line 109) | Boolean isValidGroupId(final String proposedGroupId); FILE: uberfire-structure/uberfire-structure-api/src/main/java/org/guvnor/structure/organizationalunit/RemoveOrganizationalUnitEvent.java class RemoveOrganizationalUnitEvent (line 21) | @Portable method RemoveOrganizationalUnitEvent (line 25) | public RemoveOrganizationalUnitEvent() { method RemoveOrganizationalUnitEvent (line 28) | public RemoveOrganizationalUnitEvent(final OrganizationalUnit organiza... FILE: uberfire-structure/uberfire-structure-api/src/main/java/org/guvnor/structure/organizationalunit/RepoAddedToOrganizationalUnitEvent.java class RepoAddedToOrganizationalUnitEvent (line 21) | @Portable method RepoAddedToOrganizationalUnitEvent (line 26) | public RepoAddedToOrganizationalUnitEvent() { method RepoAddedToOrganizationalUnitEvent (line 29) | public RepoAddedToOrganizationalUnitEvent(final OrganizationalUnit org... method getRepository (line 37) | public Repository getRepository() { method setRepository (line 41) | public void setRepository(Repository repository) { FILE: uberfire-structure/uberfire-structure-api/src/main/java/org/guvnor/structure/organizationalunit/RepoRemovedFromOrganizationalUnitEvent.java class RepoRemovedFromOrganizationalUnitEvent (line 21) | @Portable method RepoRemovedFromOrganizationalUnitEvent (line 26) | public RepoRemovedFromOrganizationalUnitEvent() { method RepoRemovedFromOrganizationalUnitEvent (line 29) | public RepoRemovedFromOrganizationalUnitEvent(final OrganizationalUnit... method getRepository (line 37) | public Repository getRepository() { method setRepository (line 41) | public void setRepository(Repository repository) { FILE: uberfire-structure/uberfire-structure-api/src/main/java/org/guvnor/structure/organizationalunit/UpdatedOrganizationalUnitEvent.java class UpdatedOrganizationalUnitEvent (line 21) | @Portable method UpdatedOrganizationalUnitEvent (line 24) | public UpdatedOrganizationalUnitEvent() { method UpdatedOrganizationalUnitEvent (line 27) | public UpdatedOrganizationalUnitEvent(OrganizationalUnit organizationa... FILE: uberfire-structure/uberfire-structure-api/src/main/java/org/guvnor/structure/organizationalunit/config/BranchPermissions.java class BranchPermissions (line 24) | @Portable method BranchPermissions (line 31) | public BranchPermissions() { method BranchPermissions (line 34) | public BranchPermissions(@MapsTo("branchName") final String branchName, method getBranchName (line 40) | public String getBranchName() { method getPermissionsByRole (line 44) | public Map getPermissionsByRole() { method hashCode (line 48) | @Override FILE: uberfire-structure/uberfire-structure-api/src/main/java/org/guvnor/structure/organizationalunit/config/RepositoryConfiguration.java class RepositoryConfiguration (line 26) | @Portable method RepositoryConfiguration (line 31) | public RepositoryConfiguration() { method RepositoryConfiguration (line 35) | public RepositoryConfiguration(@MapsTo("environment") Map T get(Class clazz, method get (line 50) | public T get(Class clazz, method getEnvironment (line 57) | public Map getEnvironment() { FILE: uberfire-structure/uberfire-structure-api/src/main/java/org/guvnor/structure/organizationalunit/config/RepositoryInfo.java class RepositoryInfo (line 28) | @Portable method RepositoryInfo (line 37) | public RepositoryInfo(@MapsTo("name") String name, method getName (line 46) | public String getName() { method setName (line 50) | public void setName(String name) { method isDeleted (line 54) | public boolean isDeleted() { method setDeleted (line 58) | public void setDeleted(boolean deleted) { method getContributors (line 62) | public List getContributors() { method getScheme (line 68) | public String getScheme() { method getSecurityGroups (line 74) | public List getSecurityGroups() { method isAvoidIndex (line 80) | public boolean isAvoidIndex() { method getSpace (line 86) | public String getSpace() { method getConfiguration (line 92) | public RepositoryConfiguration getConfiguration() { method setConfiguration (line 96) | public void setConfiguration(RepositoryConfiguration configuration) { FILE: uberfire-structure/uberfire-structure-api/src/main/java/org/guvnor/structure/organizationalunit/config/RolePermissions.java class RolePermissions (line 22) | @Portable method RolePermissions (line 35) | public RolePermissions() { method RolePermissions (line 38) | public RolePermissions(@MapsTo("roleName") final String roleName, method getRoleName (line 50) | public String getRoleName() { method setRoleName (line 54) | public void setRoleName(final String roleName) { method canRead (line 58) | public boolean canRead() { method setCanRead (line 62) | public void setCanRead(final boolean canRead) { method canWrite (line 66) | public boolean canWrite() { method setCanWrite (line 70) | public void setCanWrite(final boolean canWrite) { method canDelete (line 74) | public boolean canDelete() { method setCanDelete (line 78) | public void setCanDelete(final boolean canDelete) { method canDeploy (line 82) | public boolean canDeploy() { method setCanDeploy (line 86) | public void setCanDeploy(boolean canDeploy) { method hashCode (line 90) | @Override FILE: uberfire-structure/uberfire-structure-api/src/main/java/org/guvnor/structure/organizationalunit/config/SpaceConfigStorage.java type SpaceConfigStorage (line 24) | public interface SpaceConfigStorage { method setup (line 26) | void setup(final String spaceName); method loadSpaceInfo (line 28) | SpaceInfo loadSpaceInfo(); method saveSpaceInfo (line 30) | void saveSpaceInfo(final SpaceInfo spaceInfo); method loadBranchPermissions (line 32) | BranchPermissions loadBranchPermissions(final String branchName, method saveBranchPermissions (line 35) | void saveBranchPermissions(final String branchName, method deleteBranchPermissions (line 39) | void deleteBranchPermissions(final String branchName, method isInitialized (line 42) | boolean isInitialized(); method startBatch (line 44) | void startBatch(); method endBatch (line 46) | void endBatch(); method close (line 48) | void close(); method deleteRepository (line 50) | void deleteRepository(final String repositoryAlias); method loadChangeRequests (line 52) | List loadChangeRequests(final String repositoryAlias); method loadChangeRequest (line 54) | ChangeRequest loadChangeRequest(final String repositoryAlias, method saveChangeRequest (line 57) | void saveChangeRequest(final String repositoryAlias, method deleteAllChangeRequests (line 60) | void deleteAllChangeRequests(final String repositoryAlias); method deleteChangeRequest (line 62) | void deleteChangeRequest(final String repositoryAlias, method getChangeRequestIds (line 65) | List getChangeRequestIds(final String repositoryAlias); method loadChangeRequestComments (line 67) | List loadChangeRequestComments(final String repo... method loadChangeRequestComment (line 70) | ChangeRequestComment loadChangeRequestComment(final String repositoryA... method saveChangeRequestComment (line 74) | void saveChangeRequestComment(final String repositoryAlias, method deleteAllChangeRequestComments (line 78) | void deleteAllChangeRequestComments(final String repositoryAlias, method deleteChangeRequestComment (line 81) | void deleteChangeRequestComment(final String repositoryAlias, method getChangeRequestCommentIds (line 85) | List getChangeRequestCommentIds(final String repositoryAlias, FILE: uberfire-structure/uberfire-structure-api/src/main/java/org/guvnor/structure/organizationalunit/config/SpaceConfigStorageBatch.java type SpaceConfigStorageBatch (line 21) | public interface SpaceConfigStorageBatch { method run (line 23) | T run(Function consumer); type SpaceConfigStorageBatchContext (line 25) | interface SpaceConfigStorageBatchContext { method getSpaceInfo (line 27) | SpaceInfo getSpaceInfo(); method saveSpaceInfo (line 29) | void saveSpaceInfo(); method getOwner (line 31) | Object getOwner(); FILE: uberfire-structure/uberfire-structure-api/src/main/java/org/guvnor/structure/organizationalunit/config/SpaceConfigStorageRegistry.java type SpaceConfigStorageRegistry (line 19) | public interface SpaceConfigStorageRegistry { method get (line 21) | SpaceConfigStorage get(final String spaceName); method getBatch (line 23) | SpaceConfigStorageBatch getBatch(final String spaceName); method remove (line 25) | void remove(final String spaceName); method exist (line 27) | boolean exist(String name); FILE: uberfire-structure/uberfire-structure-api/src/main/java/org/guvnor/structure/organizationalunit/config/SpaceInfo.java class SpaceInfo (line 28) | @Portable method SpaceInfo (line 43) | public SpaceInfo(@MapsTo("name") final String name, method getName (line 57) | public String getName() { method setName (line 61) | public void setName(String name) { method getDescription (line 65) | public String getDescription() { method setDescription (line 69) | public void setDescription(String description) { method getDefaultGroupId (line 73) | public String getDefaultGroupId() { method setDefaultGroupId (line 77) | public void setDefaultGroupId(String defaultGroupId) { method getContributors (line 81) | public Collection getContributors() { method setContributors (line 85) | public void setContributors(Collection contributors) { method getRepositories (line 89) | public List getRepositories() { method getRepositories (line 93) | public List getRepositories(Predicate ... method setRepositories (line 97) | public void setRepositories(List repositories) { method getSecurityGroups (line 101) | public List getSecurityGroups() { method setSecurityGroups (line 105) | public void setSecurityGroups(List securityGroups) { method removeRepository (line 109) | public void removeRepository(String name) { FILE: uberfire-structure/uberfire-structure-api/src/main/java/org/guvnor/structure/organizationalunit/config/SpaceState.java class SpaceState (line 22) | @Portable method SpaceState (line 27) | public SpaceState(@MapsTo("locked") final boolean locked) { method isLocked (line 31) | public boolean isLocked() { FILE: uberfire-structure/uberfire-structure-api/src/main/java/org/guvnor/structure/organizationalunit/impl/OrganizationalUnitImpl.java class OrganizationalUnitImpl (line 30) | @Portable method OrganizationalUnitImpl (line 43) | public OrganizationalUnitImpl() { method OrganizationalUnitImpl (line 46) | public OrganizationalUnitImpl(final String name, method OrganizationalUnitImpl (line 51) | public OrganizationalUnitImpl(final String name, method getName (line 59) | @Override method getDescription (line 64) | @Override method getSpace (line 69) | @Override method getOwner (line 74) | @Override method getDefaultGroupId (line 80) | @Override method getRepositories (line 85) | @Override method getIdentifier (line 90) | @Override method getResourceType (line 95) | @Override method equals (line 100) | @Override method hashCode (line 121) | @Override method toString (line 130) | @Override method markAsCached (line 137) | @Override method requiresRefresh (line 142) | @Override method getGroups (line 147) | @Override method getContributors (line 152) | @Override method isDeleted (line 156) | @Override method setDescription (line 161) | @Override FILE: uberfire-structure/uberfire-structure-api/src/main/java/org/guvnor/structure/pom/AddPomDependencyEvent.java class AddPomDependencyEvent (line 26) | @Portable method AddPomDependencyEvent (line 32) | public AddPomDependencyEvent(@MapsTo("dependencyType") final Dependenc... method getProjectPath (line 40) | public Path getProjectPath() { method getDependencyType (line 44) | public DependencyType getDependencyType() { FILE: uberfire-structure/uberfire-structure-api/src/main/java/org/guvnor/structure/pom/DependencyType.java type DependencyType (line 20) | public enum DependencyType { FILE: uberfire-structure/uberfire-structure-api/src/main/java/org/guvnor/structure/pom/DynamicPomDependency.java class DynamicPomDependency (line 20) | public class DynamicPomDependency { method DynamicPomDependency (line 24) | public DynamicPomDependency(String groupID, method getGroupID (line 34) | public String getGroupID() { method getArtifactID (line 38) | public String getArtifactID() { method getVersion (line 42) | public String getVersion() { method getScope (line 46) | public String getScope() { method toString (line 50) | @Override FILE: uberfire-structure/uberfire-structure-api/src/main/java/org/guvnor/structure/repositories/Branch.java class Branch (line 8) | @Portable method Branch (line 14) | public Branch() { method Branch (line 17) | public Branch(final String name, method getName (line 25) | public String getName() { method getPath (line 29) | public Path getPath() { method equals (line 33) | @Override method hashCode (line 50) | @Override FILE: uberfire-structure/uberfire-structure-api/src/main/java/org/guvnor/structure/repositories/EnvironmentParameters.java class EnvironmentParameters (line 21) | public class EnvironmentParameters { FILE: uberfire-structure/uberfire-structure-api/src/main/java/org/guvnor/structure/repositories/GitMetadata.java type GitMetadata (line 25) | public interface GitMetadata { method getName (line 31) | String getName(); method getForks (line 37) | List getForks(); method getOrigin (line 43) | String getOrigin(); FILE: uberfire-structure/uberfire-structure-api/src/main/java/org/guvnor/structure/repositories/GitMetadataStore.java type GitMetadataStore (line 21) | public interface GitMetadataStore { method write (line 27) | void write(String name); method write (line 35) | void write(String name, method write (line 45) | void write(String name, method write (line 54) | void write(String name, method write (line 63) | void write(String name, method read (line 72) | Optional read(String name); method delete (line 78) | void delete(String name); FILE: uberfire-structure/uberfire-structure-api/src/main/java/org/guvnor/structure/repositories/NewBranchEvent.java class NewBranchEvent (line 24) | @Portable method NewBranchEvent (line 33) | public NewBranchEvent(@MapsTo("repository") final Repository repository, method getRepository (line 44) | public Repository getRepository() { method getNewBranchName (line 48) | public String getNewBranchName() { method getFromBranchName (line 52) | public String getFromBranchName() { method getUserIdentifier (line 56) | public String getUserIdentifier() { FILE: uberfire-structure/uberfire-structure-api/src/main/java/org/guvnor/structure/repositories/NewRepositoryEvent.java class NewRepositoryEvent (line 21) | @Portable method NewRepositoryEvent (line 26) | public NewRepositoryEvent(@MapsTo("newRepository") final Repository ne... method getNewRepository (line 30) | public Repository getNewRepository() { FILE: uberfire-structure/uberfire-structure-api/src/main/java/org/guvnor/structure/repositories/PublicURI.java type PublicURI (line 18) | public interface PublicURI { method getProtocol (line 20) | String getProtocol(); method getURI (line 22) | String getURI(); FILE: uberfire-structure/uberfire-structure-api/src/main/java/org/guvnor/structure/repositories/Repository.java type Repository (line 32) | public interface Repository method getAlias (line 43) | String getAlias(); method getScheme (line 45) | SpacesAPI.Scheme getScheme(); method getSpace (line 47) | Space getSpace(); method getEnvironment (line 49) | Map getEnvironment(); method addEnvironmentParameter (line 51) | void addEnvironmentParameter(final String key, method isValid (line 54) | boolean isValid(); method getUri (line 56) | String getUri(); method getPublicURIs (line 58) | List getPublicURIs(); method getBranch (line 60) | Optional getBranch(final String branch); method getBranch (line 62) | Optional getBranch(final Path branchRoot); method getGroups (line 64) | Collection getGroups(); method getBranches (line 70) | Collection getBranches(); method getDefaultBranch (line 76) | Optional getDefaultBranch(); FILE: uberfire-structure/uberfire-structure-api/src/main/java/org/guvnor/structure/repositories/RepositoryAlreadyExistsException.java class RepositoryAlreadyExistsException (line 20) | @Portable method RepositoryAlreadyExistsException (line 23) | public RepositoryAlreadyExistsException() { method RepositoryAlreadyExistsException (line 27) | public RepositoryAlreadyExistsException(final String alias) { FILE: uberfire-structure/uberfire-structure-api/src/main/java/org/guvnor/structure/repositories/RepositoryCopier.java type RepositoryCopier (line 22) | public interface RepositoryCopier { method copy (line 32) | Repository copy(final OrganizationalUnit targetOU, method copy (line 39) | void copy(Path originRoot, method copy (line 42) | void copy(Space space, method makeSafeRepositoryName (line 46) | String makeSafeRepositoryName(String oldName); FILE: uberfire-structure/uberfire-structure-api/src/main/java/org/guvnor/structure/repositories/RepositoryEnvironmentConfiguration.java class RepositoryEnvironmentConfiguration (line 23) | @Portable method RepositoryEnvironmentConfiguration (line 33) | @Deprecated method RepositoryEnvironmentConfiguration (line 37) | public RepositoryEnvironmentConfiguration(final String name, method getName (line 43) | public String getName() { method getValue (line 47) | public Object getValue() { method isSecuredConfigurationItem (line 51) | public boolean isSecuredConfigurationItem() { FILE: uberfire-structure/uberfire-structure-api/src/main/java/org/guvnor/structure/repositories/RepositoryEnvironmentConfigurations.java class RepositoryEnvironmentConfigurations (line 37) | @Portable method getConfigurationMap (line 42) | public Map getConfigurationMap() { method getConfigurationList (line 46) | public List getConfigurationList() { method containsConfiguration (line 58) | public boolean containsConfiguration(final String configurationName) { method setSpace (line 62) | public void setSpace(final String space) { method setManaged (line 67) | public void setManaged(final boolean managed) { method setOrigin (line 72) | public void setOrigin(final String origin) { method setUserName (line 77) | public void setUserName(final String user) { method setPassword (line 82) | public void setPassword(final String password) { method setInit (line 87) | public void setInit(final boolean init) { method setAvoidIndex (line 92) | public void setAvoidIndex(final boolean avoidIndex) { method getInit (line 97) | public Object getInit() { method getUserName (line 101) | public Object getUserName() { method getPassword (line 105) | public Object getPassword() { method getOrigin (line 109) | public Object getOrigin() { method setSubdirectory (line 113) | public void setSubdirectory(String rootWithoutSpace) { method getSubdirectory (line 117) | public Object getSubdirectory() { method setBranches (line 121) | public void setBranches(List branches) { method getBranches (line 125) | public Object getBranches() { method setMirror (line 129) | public void setMirror(boolean mirror) { method getMirror (line 133) | public Object getMirror() { FILE: uberfire-structure/uberfire-structure-api/src/main/java/org/guvnor/structure/repositories/RepositoryEnvironmentUpdatedEvent.java class RepositoryEnvironmentUpdatedEvent (line 23) | @Portable method RepositoryEnvironmentUpdatedEvent (line 28) | public RepositoryEnvironmentUpdatedEvent() { method RepositoryEnvironmentUpdatedEvent (line 31) | public RepositoryEnvironmentUpdatedEvent(final Repository updatedRepos... method getUpdatedRepository (line 35) | public Repository getUpdatedRepository() { method setUpdatedRepository (line 39) | public void setUpdatedRepository(final Repository updatedRepository) { FILE: uberfire-structure/uberfire-structure-api/src/main/java/org/guvnor/structure/repositories/RepositoryExternalUpdateEvent.java class RepositoryExternalUpdateEvent (line 22) | @Portable method RepositoryExternalUpdateEvent (line 28) | public RepositoryExternalUpdateEvent() { method RepositoryExternalUpdateEvent (line 31) | public RepositoryExternalUpdateEvent(final Repository repository) { method getRepository (line 35) | public Repository getRepository() { FILE: uberfire-structure/uberfire-structure-api/src/main/java/org/guvnor/structure/repositories/RepositoryInfo.java class RepositoryInfo (line 25) | @Portable method RepositoryInfo (line 35) | public RepositoryInfo() { method RepositoryInfo (line 38) | public RepositoryInfo(final String id, method getId (line 52) | public String getId() { method getPublicURIs (line 56) | public List getPublicURIs() { method getAlias (line 60) | public String getAlias() { method getInitialVersionList (line 64) | public List getInitialVersionList() { method getOwner (line 68) | public String getOwner() { method getRoot (line 72) | public Path getRoot() { method equals (line 76) | @Override method hashCode (line 106) | @Override method toString (line 121) | @Override FILE: uberfire-structure/uberfire-structure-api/src/main/java/org/guvnor/structure/repositories/RepositoryNotFoundException.java class RepositoryNotFoundException (line 21) | @Portable method RepositoryNotFoundException (line 24) | public RepositoryNotFoundException() { method RepositoryNotFoundException (line 28) | public RepositoryNotFoundException(String message) { FILE: uberfire-structure/uberfire-structure-api/src/main/java/org/guvnor/structure/repositories/RepositoryRemovedEvent.java class RepositoryRemovedEvent (line 21) | @Portable method RepositoryRemovedEvent (line 31) | @Deprecated() method RepositoryRemovedEvent (line 35) | public RepositoryRemovedEvent(final Repository repository) { method getRepository (line 39) | public Repository getRepository() { FILE: uberfire-structure/uberfire-structure-api/src/main/java/org/guvnor/structure/repositories/RepositorySearchService.java type RepositorySearchService (line 26) | @Remote method searchByAlias (line 43) | Collection searchByAlias(String namePattern, method searchById (line 57) | Collection searchById(Collection ids); FILE: uberfire-structure/uberfire-structure-api/src/main/java/org/guvnor/structure/repositories/RepositoryService.java type RepositoryService (line 29) | @Remote method getRepositoryInfo (line 40) | RepositoryInfo getRepositoryInfo(final Space space, method getRepositoryHistory (line 43) | List getRepositoryHistory(final Space space, method getRepositoryHistory (line 47) | List getRepositoryHistory(final Space space, method getRepositoryHistoryAll (line 52) | List getRepositoryHistoryAll(final Space space, method getRepositoryFromSpace (line 55) | Repository getRepositoryFromSpace(final Space currentSpace, method getRepository (line 58) | Repository getRepository(final Path root); method getRepository (line 60) | Repository getRepository(final Space space, method getAllRepositories (line 66) | Collection getAllRepositories(final Space space); method getAllRepositories (line 71) | Collection getAllRepositories(final Space space, method getAllDeletedRepositories (line 77) | Collection getAllDeletedRepositories(final Space space); method getAllRepositoriesFromAllUserSpaces (line 82) | Collection getAllRepositoriesFromAllUserSpaces(); method getRepositories (line 87) | Collection getRepositories(final Space space); method createRepository (line 89) | Repository createRepository(final OrganizationalUnit organizationalUnit, method createRepository (line 94) | Repository createRepository(final OrganizationalUnit organizationalUnit, method normalizeRepositoryName (line 100) | String normalizeRepositoryName(final String name); method validateRepositoryName (line 102) | boolean validateRepositoryName(final String name); method addGroup (line 104) | void addGroup(final Repository repository, method removeGroup (line 107) | void removeGroup(final Repository repository, method updateContributors (line 110) | void updateContributors(Repository repository, method removeRepository (line 113) | void removeRepository(final Space space, method removeRepositories (line 120) | void removeRepositories(final Space space, FILE: uberfire-structure/uberfire-structure-api/src/main/java/org/guvnor/structure/repositories/RepositoryServiceEditor.java type RepositoryServiceEditor (line 24) | @Remote method revertHistory (line 27) | List revertHistory(final String alias, FILE: uberfire-structure/uberfire-structure-api/src/main/java/org/guvnor/structure/repositories/RepositoryUpdatedEvent.java class RepositoryUpdatedEvent (line 22) | @Portable method RepositoryUpdatedEvent (line 28) | public RepositoryUpdatedEvent() { method RepositoryUpdatedEvent (line 31) | public RepositoryUpdatedEvent(final Repository repository) { method getRepository (line 35) | public Repository getRepository() { FILE: uberfire-structure/uberfire-structure-api/src/main/java/org/guvnor/structure/repositories/RepositoryUtils.java class RepositoryUtils (line 24) | public class RepositoryUtils { method RepositoryUtils (line 31) | private RepositoryUtils() { method cleanUpCredentialsFromEnvMap (line 34) | public static List cleanUpCredentialsFromEnvMap(final Map matchAll() { method matchId (line 36) | public static Predicate matchId(final Long id) { method matchSearchFilter (line 40) | public static Predicate matchSearchFilter(final String ... method matchStatus (line 45) | public static Predicate matchStatus(final ChangeRequest... method matchInStatusList (line 49) | public static Predicate matchInStatusList(final List matchInTargetBranchList(final L... method matchSourceBranch (line 57) | public static Predicate matchSourceBranch(final String ... method matchTargetBranch (line 61) | public static Predicate matchTargetBranch(final String ... method matchSearchFilterAndStatusList (line 65) | public static Predicate matchSearchFilterAndStatusList(... method matchSourceOrTargetBranch (line 73) | public static Predicate matchSourceOrTargetBranch(final... method matchSourceAndTargetAndStatus (line 78) | public static Predicate matchSourceAndTargetAndStatus(f... method matchTargetBranchListAndOtherPredicate (line 86) | public static Predicate matchTargetBranchListAndOtherPr... FILE: uberfire-structure/uberfire-structure-api/src/main/java/org/guvnor/structure/repositories/changerequest/ChangeRequestService.java type ChangeRequestService (line 38) | @Remote method createChangeRequest (line 52) | ChangeRequest createChangeRequest(final String spaceName, method getChangeRequests (line 66) | List getChangeRequests(final String spaceName, method getChangeRequests (line 77) | List getChangeRequests(final String spaceName, method getChangeRequests (line 89) | List getChangeRequests(final String spaceName, method getChangeRequests (line 102) | List getChangeRequests(final String spaceName, method getChangeRequests (line 117) | PaginatedChangeRequestList getChangeRequests(final String spaceName, method getChangeRequests (line 134) | PaginatedChangeRequestList getChangeRequests(final String spaceName, method getChangeRequest (line 149) | ChangeRequest getChangeRequest(final String spaceName, method countChangeRequests (line 160) | ChangeRequestCountSummary countChangeRequests(final String spaceName, method getDiff (line 172) | List getDiff(final String spaceName, method getDiff (line 185) | List getDiff(final String spaceName, method deleteChangeRequests (line 196) | void deleteChangeRequests(final String spaceName, method deleteChangeRequests (line 208) | void deleteChangeRequests(final String spaceName, method rejectChangeRequest (line 220) | void rejectChangeRequest(final String spaceName, method mergeChangeRequest (line 232) | Boolean mergeChangeRequest(final String spaceName, method revertChangeRequest (line 244) | Boolean revertChangeRequest(final String spaceName, method closeChangeRequest (line 255) | void closeChangeRequest(final String spaceName, method reopenChangeRequest (line 266) | void reopenChangeRequest(final String spaceName, method updateChangeRequestSummary (line 278) | void updateChangeRequestSummary(final String spaceName, method updateChangeRequestDescription (line 291) | void updateChangeRequestDescription(final String spaceName, method getComments (line 306) | PaginatedChangeRequestCommentList getComments(final String spaceName, method addComment (line 320) | void addComment(final String spaceName, method deleteComment (line 333) | void deleteComment(final String spaceName, method getCommits (line 346) | List getCommits(final String spaceName, method squashChangeRequest (line 359) | Boolean squashChangeRequest(final String spaceName, FILE: uberfire-structure/uberfire-structure-api/src/main/java/org/guvnor/structure/repositories/changerequest/portable/ChangeRequest.java class ChangeRequest (line 28) | @Portable method ChangeRequest (line 48) | public ChangeRequest(final long id, method ChangeRequest (line 70) | public ChangeRequest(final long id, method ChangeRequest (line 96) | public ChangeRequest(final long id, method ChangeRequest (line 127) | public ChangeRequest(@MapsTo("id") final Long id, method getId (line 176) | public long getId() { method getSpaceName (line 180) | public String getSpaceName() { method getRepositoryAlias (line 184) | public String getRepositoryAlias() { method getSourceBranch (line 188) | public String getSourceBranch() { method getTargetBranch (line 192) | public String getTargetBranch() { method getStatus (line 196) | public ChangeRequestStatus getStatus() { method getAuthorId (line 200) | public String getAuthorId() { method getSummary (line 204) | public String getSummary() { method getDescription (line 208) | public String getDescription() { method getCreatedDate (line 212) | public Date getCreatedDate() { method getChangedFilesCount (line 216) | public Integer getChangedFilesCount() { method getCommentsCount (line 220) | public Integer getCommentsCount() { method getStartCommitId (line 224) | public String getStartCommitId() { method getEndCommitId (line 228) | public String getEndCommitId() { method getMergeCommitId (line 232) | public String getMergeCommitId() { method isConflict (line 236) | public Boolean isConflict() { method toString (line 240) | @Override method equals (line 245) | @Override method hashCode (line 272) | @Override FILE: uberfire-structure/uberfire-structure-api/src/main/java/org/guvnor/structure/repositories/changerequest/portable/ChangeRequestAlreadyOpenException.java class ChangeRequestAlreadyOpenException (line 24) | @Portable method ChangeRequestAlreadyOpenException (line 29) | public ChangeRequestAlreadyOpenException(@MapsTo("changeRequestId") fi... method getChangeRequestId (line 34) | public Long getChangeRequestId() { method equals (line 38) | @Override method hashCode (line 50) | @Override FILE: uberfire-structure/uberfire-structure-api/src/main/java/org/guvnor/structure/repositories/changerequest/portable/ChangeRequestComment.java class ChangeRequestComment (line 28) | @Portable method ChangeRequestComment (line 36) | public ChangeRequestComment(@MapsTo("id") final Long id, method getId (line 46) | public Long getId() { method getAuthorId (line 50) | public String getAuthorId() { method getCreatedDate (line 54) | public Date getCreatedDate() { method getText (line 58) | public String getText() { method equals (line 62) | @Override method hashCode (line 77) | @Override FILE: uberfire-structure/uberfire-structure-api/src/main/java/org/guvnor/structure/repositories/changerequest/portable/ChangeRequestCommit.java class ChangeRequestCommit (line 6) | @Portable method ChangeRequestCommit (line 12) | public ChangeRequestCommit(@MapsTo("id") final String id, method getId (line 18) | public String getId() { method getMessage (line 22) | public String getMessage() { FILE: uberfire-structure/uberfire-structure-api/src/main/java/org/guvnor/structure/repositories/changerequest/portable/ChangeRequestCountSummary.java class ChangeRequestCountSummary (line 24) | @Portable method ChangeRequestCountSummary (line 30) | public ChangeRequestCountSummary(@MapsTo("total") final Integer total, method getTotal (line 36) | public Integer getTotal() { method getOpen (line 40) | public Integer getOpen() { method equals (line 44) | @Override method hashCode (line 57) | @Override FILE: uberfire-structure/uberfire-structure-api/src/main/java/org/guvnor/structure/repositories/changerequest/portable/ChangeRequestDiff.java class ChangeRequestDiff (line 28) | @Portable method ChangeRequestDiff (line 39) | public ChangeRequestDiff(@MapsTo("oldFilePath") final Path oldFilePath, method getOldFilePath (line 55) | public Path getOldFilePath() { method getNewFilePath (line 59) | public Path getNewFilePath() { method getChangeType (line 63) | public ChangeType getChangeType() { method getAddedLinesCount (line 67) | public Integer getAddedLinesCount() { method getDeletedLinesCount (line 71) | public Integer getDeletedLinesCount() { method getDiffText (line 75) | public String getDiffText() { method isConflict (line 79) | public Boolean isConflict() { method equals (line 83) | @Override method hashCode (line 101) | @Override FILE: uberfire-structure/uberfire-structure-api/src/main/java/org/guvnor/structure/repositories/changerequest/portable/ChangeRequestListUpdatedEvent.java class ChangeRequestListUpdatedEvent (line 25) | @Portable method ChangeRequestListUpdatedEvent (line 31) | public ChangeRequestListUpdatedEvent(final @MapsTo("repositoryId") Str... method getRepositoryId (line 35) | public String getRepositoryId() { method equals (line 39) | @Override method hashCode (line 51) | @Override FILE: uberfire-structure/uberfire-structure-api/src/main/java/org/guvnor/structure/repositories/changerequest/portable/ChangeRequestStatus.java type ChangeRequestStatus (line 30) | @Portable FILE: uberfire-structure/uberfire-structure-api/src/main/java/org/guvnor/structure/repositories/changerequest/portable/ChangeRequestStatusUpdatedEvent.java class ChangeRequestStatusUpdatedEvent (line 25) | @Portable method ChangeRequestStatusUpdatedEvent (line 35) | public ChangeRequestStatusUpdatedEvent(@MapsTo("repositoryId") final S... method getRepositoryId (line 47) | public String getRepositoryId() { method getChangeRequestId (line 51) | public Long getChangeRequestId() { method getOldStatus (line 55) | public ChangeRequestStatus getOldStatus() { method getNewStatus (line 59) | public ChangeRequestStatus getNewStatus() { method getUserId (line 63) | public String getUserId() { method equals (line 67) | @Override method hashCode (line 83) | @Override FILE: uberfire-structure/uberfire-structure-api/src/main/java/org/guvnor/structure/repositories/changerequest/portable/ChangeRequestUpdatedEvent.java class ChangeRequestUpdatedEvent (line 25) | @Portable method ChangeRequestUpdatedEvent (line 33) | public ChangeRequestUpdatedEvent(final @MapsTo("repositoryId") String ... method getRepositoryId (line 41) | public String getRepositoryId() { method getChangeRequestId (line 45) | public Long getChangeRequestId() { method getUserId (line 49) | public String getUserId() { method equals (line 53) | @Override method hashCode (line 67) | @Override FILE: uberfire-structure/uberfire-structure-api/src/main/java/org/guvnor/structure/repositories/changerequest/portable/ChangeType.java type ChangeType (line 29) | @Portable FILE: uberfire-structure/uberfire-structure-api/src/main/java/org/guvnor/structure/repositories/changerequest/portable/NothingToMergeException.java class NothingToMergeException (line 5) | @Portable FILE: uberfire-structure/uberfire-structure-api/src/main/java/org/guvnor/structure/repositories/changerequest/portable/PaginatedChangeRequestCommentList.java class PaginatedChangeRequestCommentList (line 27) | @Portable method PaginatedChangeRequestCommentList (line 38) | public PaginatedChangeRequestCommentList(@MapsTo("changeRequestComment... method getChangeRequestComments (line 52) | public List getChangeRequestComments() { method getPageNumber (line 56) | public Integer getPageNumber() { method getPageSize (line 60) | public Integer getPageSize() { method getTotal (line 64) | public Integer getTotal() { method equals (line 68) | @Override method hashCode (line 83) | @Override FILE: uberfire-structure/uberfire-structure-api/src/main/java/org/guvnor/structure/repositories/changerequest/portable/PaginatedChangeRequestList.java class PaginatedChangeRequestList (line 27) | @Portable method PaginatedChangeRequestList (line 38) | public PaginatedChangeRequestList(@MapsTo("changeRequests") final List... method getChangeRequests (line 52) | public List getChangeRequests() { method getPageNumber (line 56) | public Integer getPageNumber() { method getPageSize (line 60) | public Integer getPageSize() { method getTotal (line 64) | public Integer getTotal() { method equals (line 68) | @Override method hashCode (line 83) | @Override FILE: uberfire-structure/uberfire-structure-api/src/main/java/org/guvnor/structure/repositories/impl/DefaultPublicURI.java class DefaultPublicURI (line 21) | @Portable method DefaultPublicURI (line 27) | public DefaultPublicURI() { method DefaultPublicURI (line 30) | public DefaultPublicURI(final String uri) { method DefaultPublicURI (line 35) | public DefaultPublicURI(final String protocol, method getProtocol (line 41) | @Override method setProtocol (line 46) | public void setProtocol(String protocol) { method getURI (line 50) | @Override method setURI (line 55) | public void setURI(final String uri) { method equals (line 59) | @Override method hashCode (line 80) | @Override method toString (line 89) | @Override FILE: uberfire-structure/uberfire-structure-api/src/main/java/org/guvnor/structure/repositories/impl/GitMetadataImpl.java class GitMetadataImpl (line 33) | @Portable method GitMetadataImpl (line 40) | public GitMetadataImpl(String name) { method GitMetadataImpl (line 46) | public GitMetadataImpl(String name, method GitMetadataImpl (line 53) | public GitMetadataImpl(String name, method GitMetadataImpl (line 60) | public GitMetadataImpl(@MapsTo("name") String name, method getName (line 71) | @Override method getForks (line 76) | @Override method getOrigin (line 81) | @Override FILE: uberfire-structure/uberfire-structure-api/src/main/java/org/guvnor/structure/repositories/impl/git/GitRepository.java class GitRepository (line 38) | @Portable method GitRepository (line 55) | public GitRepository() { method GitRepository (line 58) | public GitRepository(final String alias, method GitRepository (line 64) | public GitRepository(final String alias, method getAlias (line 75) | @Override method getSpace (line 80) | @Override method getScheme (line 85) | @Override method getEnvironment (line 90) | @Override method addEnvironmentParameter (line 95) | @Override method setBranches (line 102) | public void setBranches(final Map branches) { method getBranches (line 107) | @Override method getBranch (line 112) | @Override method getBranch (line 117) | @Override method isValid (line 129) | @Override method getUri (line 134) | @Override method getPublicURIs (line 143) | @Override method setPublicURIs (line 148) | public void setPublicURIs(final List publicURIs) { method getIdentifier (line 155) | @Override method getResourceType (line 160) | @Override method getGroups (line 165) | @Override method setGroups (line 170) | public void setGroups(Collection groups) { method getContributors (line 174) | @Override method getDefaultBranch (line 179) | @Override method equals (line 190) | @Override method hashCode (line 220) | @Override method toString (line 235) | @Override method markAsCached (line 241) | @Override method requiresRefresh (line 246) | @Override method addBranch (line 251) | public void addBranch(final Branch branch) { FILE: uberfire-structure/uberfire-structure-api/src/main/java/org/guvnor/structure/repositories/impl/git/event/FileSystemHookNotificationEvent.java class FileSystemHookNotificationEvent (line 5) | public abstract class FileSystemHookNotificationEvent implements UberFir... method FileSystemHookNotificationEvent (line 10) | public FileSystemHookNotificationEvent(NotificationType type, String t... method getType (line 15) | public NotificationType getType() { method getText (line 19) | public String getText() { FILE: uberfire-structure/uberfire-structure-api/src/main/java/org/guvnor/structure/repositories/impl/git/event/NotificationType.java type NotificationType (line 26) | @Portable method NotificationType (line 34) | NotificationType(int minValue, int maxValue) { method inRange (line 44) | boolean inRange(int exitCode) { method fromExitCode (line 53) | public static NotificationType fromExitCode(final int exitCode) { FILE: uberfire-structure/uberfire-structure-api/src/main/java/org/guvnor/structure/repositories/impl/git/event/PostCommitNotificationEvent.java class PostCommitNotificationEvent (line 23) | @Portable method PostCommitNotificationEvent (line 27) | public PostCommitNotificationEvent(@MapsTo("type") NotificationType ty... FILE: uberfire-structure/uberfire-structure-api/src/main/java/org/guvnor/structure/security/OrgUnitResourceType.java class OrgUnitResourceType (line 25) | @Portable method getName (line 28) | @Override FILE: uberfire-structure/uberfire-structure-api/src/main/java/org/guvnor/structure/security/OrganizationalUnitAction.java type OrganizationalUnitAction (line 21) | public interface OrganizationalUnitAction extends ResourceAction { FILE: uberfire-structure/uberfire-structure-api/src/main/java/org/guvnor/structure/security/RepositoryAction.java type RepositoryAction (line 21) | public interface RepositoryAction extends ResourceAction { FILE: uberfire-structure/uberfire-structure-api/src/main/java/org/guvnor/structure/security/RepositoryResourceType.java class RepositoryResourceType (line 25) | @Portable method getName (line 28) | @Override FILE: uberfire-structure/uberfire-structure-api/src/main/java/org/guvnor/structure/server/config/ConfigGroup.java class ConfigGroup (line 22) | public class ConfigGroup { method getName (line 32) | public String getName() { method setName (line 36) | public void setName(final String name) { method getDescription (line 40) | public String getDescription() { method setDescription (line 44) | public void setDescription(final String description) { method getType (line 48) | public ConfigType getType() { method setType (line 52) | public void setType(final ConfigType type) { method getNamespace (line 56) | public String getNamespace() { method setNamespace (line 60) | public void setNamespace(String namespace) { method getItems (line 64) | public Collection getItems() { method addConfigItem (line 68) | public void addConfigItem(final ConfigItem configItem) { method setConfigItem (line 74) | public void setConfigItem(final ConfigItem configItem) { method getConfigItem (line 79) | public ConfigItem getConfigItem(final String name) { method removeConfigItem (line 83) | public void removeConfigItem(final String name) { method getConfigItemValue (line 87) | public String getConfigItemValue(final String name) { method isEnabled (line 96) | public boolean isEnabled() { method setEnabled (line 100) | public void setEnabled(final boolean enabled) { FILE: uberfire-structure/uberfire-structure-api/src/main/java/org/guvnor/structure/server/config/ConfigItem.java class ConfigItem (line 18) | public class ConfigItem { method getName (line 23) | public String getName() { method setName (line 27) | public void setName(String name) { method getValue (line 31) | public T getValue() { method setValue (line 35) | public void setValue(T value) { FILE: uberfire-structure/uberfire-structure-api/src/main/java/org/guvnor/structure/server/config/ConfigType.java type ConfigType (line 18) | public enum ConfigType { method ConfigType (line 34) | ConfigType(final String ext, method getExt (line 42) | public String getExt() { method getDir (line 46) | public String getDir() { method hasNamespace (line 50) | public boolean hasNamespace() { FILE: uberfire-structure/uberfire-structure-api/src/main/java/org/guvnor/structure/server/config/ConfigurationFactory.java type ConfigurationFactory (line 20) | public interface ConfigurationFactory { method newConfigGroup (line 22) | ConfigGroup newConfigGroup(ConfigType type, method newConfigGroup (line 26) | ConfigGroup newConfigGroup(ConfigType type, method newConfigItem (line 31) | ConfigItem newConfigItem(String name, method newConfigItem (line 34) | ConfigItem newConfigItem(String name, method newSecuredConfigItem (line 37) | SecureConfigItem newSecuredConfigItem(String name, method newConfigItem (line 40) | ConfigItem newConfigItem(String name, method newConfigItem (line 43) | ConfigItem newConfigItem(String name, FILE: uberfire-structure/uberfire-structure-api/src/main/java/org/guvnor/structure/server/config/ConfigurationService.java type ConfigurationService (line 21) | public interface ConfigurationService { method startBatch (line 25) | void startBatch(); method endBatch (line 27) | void endBatch(); method getConfiguration (line 29) | List getConfiguration(final ConfigType type); method getConfiguration (line 31) | List getConfiguration(final ConfigType type, method getConfigurationByNamespace (line 34) | Map> getConfigurationByNamespace(final Confi... method addConfiguration (line 36) | boolean addConfiguration(final ConfigGroup configGroup); method updateConfiguration (line 38) | boolean updateConfiguration(final ConfigGroup configGroup); method removeConfiguration (line 40) | boolean removeConfiguration(final ConfigGroup configGroup); method cleanUpSystemRepository (line 42) | boolean cleanUpSystemRepository(); FILE: uberfire-structure/uberfire-structure-api/src/main/java/org/guvnor/structure/server/config/PasswordService.java type PasswordService (line 18) | public interface PasswordService { method encrypt (line 20) | String encrypt(String plainText); method decrypt (line 22) | String decrypt(String encryptedText); FILE: uberfire-structure/uberfire-structure-api/src/main/java/org/guvnor/structure/server/config/SecureConfigItem.java class SecureConfigItem (line 18) | public class SecureConfigItem extends ConfigItem { FILE: uberfire-structure/uberfire-structure-api/src/main/java/org/guvnor/structure/server/deployment/DeploymentConfigFactory.java type DeploymentConfigFactory (line 21) | public interface DeploymentConfigFactory { method newDeployment (line 23) | DeploymentConfig newDeployment(ConfigGroup groupConfig); FILE: uberfire-structure/uberfire-structure-api/src/main/java/org/guvnor/structure/server/organizationalunit/OrganizationalUnitFactory.java type OrganizationalUnitFactory (line 22) | public interface OrganizationalUnitFactory { method newOrganizationalUnit (line 24) | OrganizationalUnit newOrganizationalUnit(SpaceInfo spaceInfo); FILE: uberfire-structure/uberfire-structure-api/src/main/java/org/guvnor/structure/server/repositories/RepositoryFactory.java type RepositoryFactory (line 21) | public interface RepositoryFactory { method newRepository (line 23) | Repository newRepository(final RepositoryInfo repositoryInfo); FILE: uberfire-structure/uberfire-structure-api/src/main/java/org/guvnor/structure/server/repositories/RepositoryFactoryHelper.java type RepositoryFactoryHelper (line 21) | public interface RepositoryFactoryHelper { method accept (line 23) | boolean accept(RepositoryInfo repositoryInfo); method newRepository (line 25) | Repository newRepository(RepositoryInfo repositoryInfo); FILE: uberfire-structure/uberfire-structure-api/src/test/java/org/guvnor/structure/repositories/RepositoryUtilsTest.java class RepositoryUtilsTest (line 29) | @RunWith(MockitoJUnitRunner.class) method cleanUpCredentialsFromEnvMapWhenNotNeededTest (line 32) | @Test method cleanUpCredentialsFromEnvMapWhenNeededTest (line 41) | @Test method createEnvMap (line 56) | private Map createEnvMap(final boolean includeCredenti... FILE: uberfire-structure/uberfire-structure-api/src/test/java/org/guvnor/structure/repositories/changerequest/ChangeRequestPredicatesTest.java class ChangeRequestPredicatesTest (line 18) | @RunWith(MockitoJUnitRunner.class) method matchAllTest (line 21) | @Test method matchIdTest (line 32) | @Test method matchSearchFilterTest (line 50) | @Test method matchStatusTest (line 73) | @Test method matchInStatusListTest (line 91) | @Test method matchInTargetBranchListTest (line 116) | @Test method matchSourceBranchTest (line 141) | @Test method matchTargetBranchTest (line 159) | @Test method matchSearchFilterAndStatusListTest (line 177) | @Test method matchSourceOrTargetBranchTest (line 207) | @Test method matchSourceAndTargetAndStatusTest (line 231) | @Test method matchTargetBranchListAndOtherPredicateTest (line 259) | @Test FILE: uberfire-structure/uberfire-structure-api/src/test/java/org/guvnor/structure/repositories/impl/git/event/NotificationTypeTest.java class NotificationTypeTest (line 26) | public class NotificationTypeTest { method testSuccess (line 28) | @Test method testWarning (line 33) | @Test method testError (line 38) | @Test method doTest (line 43) | private void doTest(int minValue, int maxValue, NotificationType expec... FILE: uberfire-structure/uberfire-structure-backend/src/main/java/org/guvnor/structure/backend/FileNavigatorServiceImpl.java class FileNavigatorServiceImpl (line 44) | @Service method listContent (line 57) | @Override method listRepositories (line 122) | @Override FILE: uberfire-structure/uberfire-structure-backend/src/main/java/org/guvnor/structure/backend/FileSystemDeleteWorker.java class FileSystemDeleteWorker (line 42) | @Singleton method FileSystemDeleteWorker (line 62) | public FileSystemDeleteWorker() { method FileSystemDeleteWorker (line 66) | @Inject method doRemove (line 83) | @Schedule(hour = "*", minute = CRON_MINUTES, persistent = false) method isDeleteWorkerEnabled (line 103) | protected boolean isDeleteWorkerEnabled() { method removeAllDeletedRepositories (line 107) | protected void removeAllDeletedRepositories() { method removeAllDeletedSpaces (line 135) | protected void removeAllDeletedSpaces() { method removeSpaceDirectory (line 156) | protected void removeSpaceDirectory(final Space space) { method removeSpaceFromConfigurationService (line 180) | private void removeSpaceFromConfigurationService(Space space) { method findConfigGroupBySpaceName (line 188) | private Optional findConfigGroupBySpaceName(String spaceN... method delete (line 193) | protected void delete(File path) throws IOException { method getSpacePath (line 198) | protected File getSpacePath(Path configPath) { method removeRepository (line 204) | protected void removeRepository(final Repository repo) { method getPath (line 222) | private Path getPath(Repository repo) { method getFS (line 226) | private FileSystem getFS(Repository repo) { method removeRepositoryFromSpaceInfo (line 231) | private void removeRepositoryFromSpaceInfo(Repository repo) { method getSystemRepository (line 240) | private File getSystemRepository() { method lockedOperation (line 245) | private void lockedOperation(Runnable runnable) { method createLock (line 255) | protected FileSystemLock createLock(File file) { method ifDebugEnabled (line 266) | private void ifDebugEnabled(Logger logger, FILE: uberfire-structure/uberfire-structure-backend/src/main/java/org/guvnor/structure/backend/InputEscapeUtils.java class InputEscapeUtils (line 28) | public class InputEscapeUtils { method InputEscapeUtils (line 30) | private InputEscapeUtils() { method escapeContributorsNames (line 34) | public static Collection escapeContributorsNames(Collecti... method escapeHtmlInput (line 43) | public static String escapeHtmlInput(String input) { FILE: uberfire-structure/uberfire-structure-backend/src/main/java/org/guvnor/structure/backend/LocaleContext.java class LocaleContext (line 21) | public class LocaleContext { method LocaleContext (line 25) | private LocaleContext() {} method get (line 27) | public static Locale get() { method set (line 32) | public static void set(final Locale locale) { FILE: uberfire-structure/uberfire-structure-backend/src/main/java/org/guvnor/structure/backend/backcompat/BackwardCompatibleUtil.java class BackwardCompatibleUtil (line 27) | @Deprecated method BackwardCompatibleUtil (line 33) | public BackwardCompatibleUtil() { method BackwardCompatibleUtil (line 36) | @Inject method compat (line 41) | @Deprecated FILE: uberfire-structure/uberfire-structure-backend/src/main/java/org/guvnor/structure/backend/config/ConfigGroupMarshaller.java class ConfigGroupMarshaller (line 28) | public class ConfigGroupMarshaller { method ConfigGroupMarshaller (line 33) | public ConfigGroupMarshaller() { method marshall (line 63) | public String marshall(final ConfigGroup configGroup) { method unmarshall (line 67) | public ConfigGroup unmarshall(final String xml) { FILE: uberfire-structure/uberfire-structure-backend/src/main/java/org/guvnor/structure/backend/config/ConfigurationFactoryImpl.java class ConfigurationFactoryImpl (line 30) | public class ConfigurationFactoryImpl implements ConfigurationFactory { method ConfigurationFactoryImpl (line 34) | public ConfigurationFactoryImpl() { method ConfigurationFactoryImpl (line 37) | @Inject method newConfigGroup (line 42) | @Override method newConfigGroup (line 58) | @Override method newConfigItem (line 76) | @Override method newConfigItem (line 85) | @Override method newSecuredConfigItem (line 94) | @Override method newConfigItem (line 107) | @Override method newConfigItem (line 116) | @Override FILE: uberfire-structure/uberfire-structure-backend/src/main/java/org/guvnor/structure/backend/config/ConfigurationServiceImpl.java class ConfigurationServiceImpl (line 68) | @ApplicationScoped method ConfigurationServiceImpl (line 110) | public ConfigurationServiceImpl() { method ConfigurationServiceImpl (line 113) | @Inject method setup (line 132) | @PostConstruct method shutdown (line 165) | @PreDestroy method startBatch (line 198) | @Override method endBatch (line 203) | @Override method getConfiguration (line 208) | @Override method getConfiguration (line 232) | @Override method getConfigurationByNamespace (line 266) | @Override method getConfiguration (line 290) | private List getConfiguration(final Path dir, method getConfiguration (line 321) | private List getConfiguration(final Path dir, method getDirectoryStreamForFilesWithParticularExtension (line 326) | private DirectoryStream getDirectoryStreamForFilesWithParticular... method getDirectoryStreamForDirectories (line 339) | private DirectoryStream getDirectoryStreamForDirectories(final P... method addConfiguration (line 344) | @Override method updateConfiguration (line 355) | @Override method resolveConfigGroupPath (line 366) | private Path resolveConfigGroupPath(final ConfigGroup configGroup) { method invalidateCacheAfterUpdatingConfigGroup (line 387) | private void invalidateCacheAfterUpdatingConfigGroup(final ConfigGroup... method saveConfiguration (line 399) | private boolean saveConfiguration(final ConfigGroup configGroup, method removeConfiguration (line 428) | @Override method getIdentityName (line 454) | protected String getIdentityName() { method getLastModified (line 462) | protected long getLastModified() { method updateLastModified (line 468) | protected void updateLastModified() { method callback (line 481) | @Override method cleanUpSystemRepository (line 490) | @Override class CheckConfigurationUpdates (line 505) | private class CheckConfigurationUpdates implements AsyncConfigWatchSer... method CheckConfigurationUpdates (line 510) | public CheckConfigurationUpdates(final WatchService watchService) { method deactivate (line 514) | public void deactivate() { method execute (line 518) | @Override method getDescription (line 573) | @Override method getWatchServiceExecutor (line 579) | protected ConfigServiceWatchServiceExecutor getWatchServiceExecutor() { FILE: uberfire-structure/uberfire-structure-backend/src/main/java/org/guvnor/structure/backend/config/DefaultPasswordServiceImpl.java class DefaultPasswordServiceImpl (line 26) | @ApplicationScoped method encrypt (line 36) | @Override method decrypt (line 52) | @Override FILE: uberfire-structure/uberfire-structure-backend/src/main/java/org/guvnor/structure/backend/config/watch/AsyncConfigWatchService.java type AsyncConfigWatchService (line 18) | public interface AsyncConfigWatchService { method execute (line 20) | void execute(final ConfigServiceWatchServiceExecutor wsExecutor); method getDescription (line 22) | String getDescription(); FILE: uberfire-structure/uberfire-structure-backend/src/main/java/org/guvnor/structure/backend/config/watch/AsyncWatchServiceCallback.java type AsyncWatchServiceCallback (line 18) | public interface AsyncWatchServiceCallback { method callback (line 20) | public void callback(long value); FILE: uberfire-structure/uberfire-structure-backend/src/main/java/org/guvnor/structure/backend/config/watch/ConfigServiceWatchServiceExecutor.java type ConfigServiceWatchServiceExecutor (line 20) | public interface ConfigServiceWatchServiceExecutor { method execute (line 22) | void execute(final WatchKey watchKey, FILE: uberfire-structure/uberfire-structure-backend/src/main/java/org/guvnor/structure/backend/config/watch/ConfigServiceWatchServiceExecutorImpl.java class ConfigServiceWatchServiceExecutorImpl (line 35) | @Singleton method setConfig (line 58) | public void setConfig(final org.guvnor.structure.repositories.Reposito... method execute (line 70) | @Override method getLastModified (line 86) | private long getLastModified() { FILE: uberfire-structure/uberfire-structure-backend/src/main/java/org/guvnor/structure/backend/deployment/DeploymentConfigChangedEvent.java class DeploymentConfigChangedEvent (line 18) | public class DeploymentConfigChangedEvent { method getDeploymentUnit (line 20) | public Object getDeploymentUnit() { method setDeploymentUnit (line 24) | public void setDeploymentUnit(Object deploymentUnit) { method DeploymentConfigChangedEvent (line 30) | public DeploymentConfigChangedEvent() { method DeploymentConfigChangedEvent (line 34) | public DeploymentConfigChangedEvent(Object deploymentUnit) { FILE: uberfire-structure/uberfire-structure-backend/src/main/java/org/guvnor/structure/backend/deployment/DeploymentConfigFactoryImpl.java class DeploymentConfigFactoryImpl (line 22) | public class DeploymentConfigFactoryImpl implements DeploymentConfigFact... method newDeployment (line 24) | @Override FILE: uberfire-structure/uberfire-structure-backend/src/main/java/org/guvnor/structure/backend/deployment/DeploymentConfigImpl.java class DeploymentConfigImpl (line 20) | public class DeploymentConfigImpl implements DeploymentConfig { method DeploymentConfigImpl (line 25) | public DeploymentConfigImpl(String identifier, method getIdentifier (line 31) | @Override method getDeploymentUnit (line 36) | @Override FILE: uberfire-structure/uberfire-structure-backend/src/main/java/org/guvnor/structure/backend/deployment/DeploymentConfigServiceImpl.java class DeploymentConfigServiceImpl (line 44) | @ApplicationScoped method loadGroups (line 66) | @PostConstruct method addDeployment (line 78) | @Override method removeDeployment (line 94) | @Override method getDeployment (line 104) | @Override method getDeployments (line 109) | @Override method updateRegisteredDeployments (line 114) | public void updateRegisteredDeployments(@Observes SystemRepositoryChan... FILE: uberfire-structure/uberfire-structure-backend/src/main/java/org/guvnor/structure/backend/organizationalunit/OrganizationalUnitFactoryImpl.java class OrganizationalUnitFactoryImpl (line 33) | public class OrganizationalUnitFactoryImpl implements OrganizationalUnit... method OrganizationalUnitFactoryImpl (line 39) | @Inject method newOrganizationalUnit (line 46) | @Override FILE: uberfire-structure/uberfire-structure-backend/src/main/java/org/guvnor/structure/backend/organizationalunit/OrganizationalUnitSearchServiceImpl.java class OrganizationalUnitSearchServiceImpl (line 30) | @Service method OrganizationalUnitSearchServiceImpl (line 36) | @Inject method searchByName (line 41) | @Override method searchById (line 58) | @Override FILE: uberfire-structure/uberfire-structure-backend/src/main/java/org/guvnor/structure/backend/organizationalunit/OrganizationalUnitServiceImpl.java class OrganizationalUnitServiceImpl (line 69) | @Service method OrganizationalUnitServiceImpl (line 104) | public OrganizationalUnitServiceImpl() { method OrganizationalUnitServiceImpl (line 107) | @Inject method userRemoved (line 140) | public void userRemoved(final @Observes UserDeletedEvent event) { method getOrganizationalUnit (line 161) | @Override method getOrganizationalUnit (line 167) | @Override method getAllOrganizationalUnits (line 186) | @Override method getAllOrganizationalUnits (line 191) | @Override method getAllOrganizationalUnits (line 196) | @Override method getAllDeletedOrganizationalUnit (line 226) | @Override method isDeleted (line 235) | protected boolean isDeleted(String spaceName) { method onRemoveOrganizationalUnit (line 244) | public void onRemoveOrganizationalUnit(@Observes RemoveOrganizationalU... method getAllUserSpaces (line 250) | @Override method getOrganizationalUnits (line 258) | @Override method getOrganizationalUnits (line 263) | @Override method createOrganizationalUnit (line 276) | @Override method createOrganizationalUnit (line 285) | @Override method createOrganizationalUnit (line 296) | @Override method createOrganizationalUnit (line 308) | @Override method getRepositoryAliases (line 340) | private List getRepositoryAliases(final Collection> getMapping() { method getDependencies (line 40) | public List getDependencies(DependencyType key) { FILE: uberfire-structure/uberfire-structure-backend/src/main/java/org/guvnor/structure/backend/pom/PomEditor.java type PomEditor (line 25) | public interface PomEditor { method addDependency (line 27) | boolean addDependency(DynamicPomDependency dep, method addDependencies (line 30) | boolean addDependencies(List deps, FILE: uberfire-structure/uberfire-structure-backend/src/main/java/org/guvnor/structure/backend/pom/PomEditorDefault.java class PomEditorDefault (line 37) | public class PomEditorDefault implements PomEditor { method PomEditorDefault (line 45) | public PomEditorDefault() { method addDependency (line 50) | public boolean addDependency(DynamicPomDependency dep, method addDependencies (line 85) | public boolean addDependencies(List deps, method getKeyFromDep (line 125) | private String getKeyFromDep(DynamicPomDependency dep) { method getKeysFromDeps (line 131) | private Map getKeysFromDeps(List deps) { method writePOMModelOnFS (line 142) | private void writePOMModelOnFS(org.uberfire.java.nio.file.Path filePath, method getPOMModel (line 153) | private Model getPOMModel(org.uberfire.java.nio.file.Path filePath) th... method getMavenDependency (line 157) | private Dependency getMavenDependency(DynamicPomDependency dep) { method isGroupIDValid (line 167) | private boolean isGroupIDValid(DynamicPomDependency dep) { method isArtifactIDValid (line 171) | private boolean isArtifactIDValid(DynamicPomDependency dep) { FILE: uberfire-structure/uberfire-structure-backend/src/main/java/org/guvnor/structure/backend/pom/PomJsonReader.java type PomJsonReader (line 12) | public interface PomJsonReader { method readDeps (line 14) | Map> readDeps(); FILE: uberfire-structure/uberfire-structure-backend/src/main/java/org/guvnor/structure/backend/pom/PomJsonReaderDefault.java class PomJsonReaderDefault (line 35) | public class PomJsonReaderDefault implements PomJsonReader { method PomJsonReaderDefault (line 40) | public PomJsonReaderDefault(InputStream in) { method PomJsonReaderDefault (line 50) | public PomJsonReaderDefault(String path, method readDeps (line 66) | public Map> readDeps() { FILE: uberfire-structure/uberfire-structure-backend/src/main/java/org/guvnor/structure/backend/pom/PomStructureEditor.java class PomStructureEditor (line 31) | @ApplicationScoped method PomStructureEditor (line 38) | public PomStructureEditor() { method onNewDynamicDependency (line 43) | public void onNewDynamicDependency(final @Observes AddPomDependencyEve... method addDependenciesToPom (line 50) | private void addDependenciesToPom(Path projectPath, FILE: uberfire-structure/uberfire-structure-backend/src/main/java/org/guvnor/structure/backend/repositories/BranchAccessAuthorizer.java class BranchAccessAuthorizer (line 31) | public class BranchAccessAuthorizer { type AccessType (line 33) | public enum AccessType { method valueOf (line 36) | public static AccessType valueOf(final ReceiveCommand.Type commandTy... method BranchAccessAuthorizer (line 53) | public BranchAccessAuthorizer() { method BranchAccessAuthorizer (line 56) | @Inject method authorize (line 65) | public boolean authorize(final String user, FILE: uberfire-structure/uberfire-structure-backend/src/main/java/org/guvnor/structure/backend/repositories/ChangeRequestServiceImpl.java class ChangeRequestServiceImpl (line 84) | @Service method ChangeRequestServiceImpl (line 116) | @Inject method createChangeRequest (line 135) | @Override method getChangeRequests (line 182) | @Override method getChangeRequests (line 199) | @Override method getChangeRequests (line 220) | @Override method getChangeRequests (line 239) | @Override method getChangeRequests (line 263) | @Override method getChangeRequests (line 295) | @Override method getChangeRequest (line 330) | @Override method countChangeRequests (line 344) | @Override method getDiff (line 365) | @Override method getDiff (line 385) | @Override method deleteChangeRequests (line 408) | @Override method deleteChangeRequests (line 418) | @Override method rejectChangeRequest (line 447) | @Override method mergeChangeRequest (line 470) | @Override method revertChangeRequest (line 499) | @Override method closeChangeRequest (line 523) | @Override method reopenChangeRequest (line 546) | @Override method updateChangeRequestSummary (line 575) | @Override method updateChangeRequestDescription (line 615) | @Override method getComments (line 655) | @Override method addComment (line 682) | @Override method deleteComment (line 713) | @Override method getCommits (line 735) | @Override method squashChangeRequest (line 764) | @Override method getChangeRequestById (line 795) | private ChangeRequest getChangeRequestById(final String spaceName, method createPath (line 814) | private org.uberfire.backend.vfs.Path createPath(final String branchPath, method resolveRepository (line 820) | private Repository resolveRepository(final String spaceName, method getFilteredChangeRequestsFromStorage (line 835) | private List getFilteredChangeRequestsFromStorage(final... method getFilteredChangeRequestsFromStorage (line 846) | private List getFilteredChangeRequestsFromStorage(final... method computeFullContent (line 879) | private List computeFullContent(final String spaceName, method composeSearchableElement (line 918) | private static String composeSearchableElement(final ChangeRequest ele... method paginateChangeRequests (line 922) | private List paginateChangeRequests(final List paginateComments(final List getDiff(final Repository repository, method resolveBranch (line 1117) | private Branch resolveBranch(final Repository repository, method countChangeRequestDiffs (line 1123) | private int countChangeRequestDiffs(final Repository repository, method isChangeRequestConflictFree (line 1132) | private boolean isChangeRequestConflictFree(final Repository repository, method tryMergeChangeRequest (line 1139) | private boolean tryMergeChangeRequest(final Repository repository, method tryRevertChangeRequest (line 1197) | private boolean tryRevertChangeRequest(final Repository repository, method checkChangeRequestAlreadyOpen (line 1252) | private void checkChangeRequestAlreadyOpen(final String spaceName, method notifyFileChanges (line 1270) | private void notifyFileChanges(final JGitFileSystem fs, method getLastCommit (line 1309) | private RevCommit getLastCommit(final Repository repository, method getLastCommitId (line 1323) | private String getLastCommitId(final Repository repository, method getCommonCommitId (line 1329) | private String getCommonCommitId(final Repository repository, method getTextualDiff (line 1350) | private List getTextualDiff(final Repository repository, method getDiffEntries (line 1371) | private List getDiffEntries(final Repository repository, method getConflicts (line 1392) | private List getConflicts(final Repository repository, method getGitFromBranch (line 1409) | private Git getGitFromBranch(final Repository repository, method buildCommitInfo (line 1415) | private CommitInfo buildCommitInfo(final String message) { method getFullCommitMessage (line 1424) | String getFullCommitMessage(final RevCommit commit) { method getFileSystemFromBranch (line 1428) | JGitFileSystem getFileSystemFromBranch(final Repository repository, method createJGitPathImpl (line 1436) | JGitPathImpl createJGitPathImpl(final JGitFileSystem fs, FILE: uberfire-structure/uberfire-structure-backend/src/main/java/org/guvnor/structure/backend/repositories/ConfiguredRepositories.java type ConfiguredRepositories (line 25) | public interface ConfiguredRepositories { method getRepositoryByRepositoryAlias (line 27) | Repository getRepositoryByRepositoryAlias(Space space, method getRepositoryByRepositoryAlias (line 30) | Repository getRepositoryByRepositoryAlias(Space space, method getRepositoryByRootPath (line 34) | Repository getRepositoryByRootPath(Space space, method getAllConfiguredRepositories (line 37) | List getAllConfiguredRepositories(Space space); method containsAlias (line 39) | boolean containsAlias(Space space, method getAllConfiguredRepositories (line 42) | List getAllConfiguredRepositories(Space space, method getAllDeletedConfiguredRepositories (line 45) | List getAllDeletedConfiguredRepositories(Space space); FILE: uberfire-structure/uberfire-structure-backend/src/main/java/org/guvnor/structure/backend/repositories/ConfiguredRepositoriesBySpace.java class ConfiguredRepositoriesBySpace (line 30) | public class ConfiguredRepositoriesBySpace { method clear (line 35) | public void clear() { method add (line 41) | public void add(Repository repository) { method get (line 53) | public Repository get(String alias) { method getRepositoriesByAlias (line 57) | public Map getRepositoriesByAlias() { method get (line 61) | public Repository get(Path root) { method containsRepository (line 65) | public boolean containsRepository(String alias) { method remove (line 69) | Repository remove(final String alias) { method removeFromRootByAlias (line 78) | void removeFromRootByAlias(final String alias) { method findFromRootMapByAlias (line 84) | private List findFromRootMapByAlias(final String alias) { method getAllConfiguredRepositories (line 94) | public Collection getAllConfiguredRepositories() { FILE: uberfire-structure/uberfire-structure-backend/src/main/java/org/guvnor/structure/backend/repositories/ConfiguredRepositoriesImpl.java class ConfiguredRepositoriesImpl (line 44) | @ApplicationScoped method ConfiguredRepositoriesImpl (line 50) | public ConfiguredRepositoriesImpl() { method ConfiguredRepositoriesImpl (line 53) | @Inject method getRepositoryByRepositoryAlias (line 65) | public Repository getRepositoryByRepositoryAlias(final Space space, method getRepositoryByRepositoryAlias (line 78) | public Repository getRepositoryByRepositoryAlias(final Space space, method getAllRepositoryInfo (line 92) | private List getAllRepositoryInfo(Space space) { method getRepository (line 102) | private Predicate getRepository(String alias, method getRepositoryByRootPath (line 112) | public Repository getRepositoryByRootPath(final Space space, method getAllConfiguredRepositories (line 134) | public List getAllConfiguredRepositories(final Space space) { method getAllConfiguredRepositories (line 139) | @Override method getAllDeletedConfiguredRepositories (line 147) | @Override method getConfiguredRepositories (line 153) | private List getConfiguredRepositories(Space space, method containsAlias (line 163) | public boolean containsAlias(final Space space, FILE: uberfire-structure/uberfire-structure-backend/src/main/java/org/guvnor/structure/backend/repositories/LoadReposOnAppInit.java class LoadReposOnAppInit (line 30) | @ApplicationScoped method LoadReposOnAppInit (line 37) | public LoadReposOnAppInit() { method LoadReposOnAppInit (line 40) | @Inject method execute (line 48) | @PostConstruct method isGitDefaultFileSystem (line 57) | protected boolean isGitDefaultFileSystem() { FILE: uberfire-structure/uberfire-structure-backend/src/main/java/org/guvnor/structure/backend/repositories/RepositoryCopierImpl.java class RepositoryCopierImpl (line 44) | public class RepositoryCopierImpl method RepositoryCopierImpl (line 53) | public RepositoryCopierImpl() { method RepositoryCopierImpl (line 56) | @Inject method copy (line 69) | @Override method getRepository (line 85) | private Repository getRepository(final OrganizationalUnit targetOU, method copy (line 93) | @Override method copy (line 119) | @Override method fireNewBranchEvent (line 148) | public void fireNewBranchEvent(final Path targetRoot, method fireNewBranchEvent (line 168) | public void fireNewBranchEvent(final Space space, method copyFolders (line 190) | private void copyFolders(final org.uberfire.java.nio.file.Path nioTarg... method copyRootFiles (line 198) | private void copyRootFiles(final Path targetRoot, method makeSafeRepositoryName (line 217) | @Override class RecursiveCopier (line 223) | static class RecursiveCopier implements FileVisitor defaultBranch) { method addGroup (line 482) | @SuppressWarnings({"unchecked", "rawtypes"}) method removeGroup (line 500) | @SuppressWarnings({"unchecked", "rawtypes"}) method saveRepositoryConfig (line 518) | protected void saveRepositoryConfig(final String space, method updateContributors (line 531) | @Override method getRepositoryHistoryAll (line 551) | @Override method createRepository (line 560) | private Repository createRepository(final String scheme, method createRepository (line 603) | private Repository createRepository(org.guvnor.structure.organizationa... method addConfiguration (line 609) | private void addConfiguration(final RepositoryConfiguration repository... class NoActiveSpaceInTheContext (line 623) | public class NoActiveSpaceInTheContext extends RuntimeException { FILE: uberfire-structure/uberfire-structure-backend/src/main/java/org/guvnor/structure/backend/repositories/SystemRepository.java class SystemRepository (line 33) | public class SystemRepository extends GitRepository { method SystemRepository (line 46) | private SystemRepository(final String alias, method getEnvironment (line 54) | @Override method addEnvironmentParameter (line 59) | @Override method getUri (line 65) | @Override method isValid (line 73) | @Override method getGroups (line 78) | @Override method getContributors (line 83) | @Override FILE: uberfire-structure/uberfire-structure-backend/src/main/java/org/guvnor/structure/backend/repositories/git/GitMetadataStoreImpl.java class GitMetadataStoreImpl (line 35) | public class GitMetadataStoreImpl implements GitMetadataStore { method GitMetadataStoreImpl (line 44) | @Inject method init (line 51) | @PostConstruct method write (line 64) | @Override method write (line 70) | @Override method write (line 77) | @Override method write (line 104) | @Override method write (line 110) | @Override method read (line 117) | @Override method delete (line 127) | @Override method removeOriginFromForks (line 139) | private void removeOriginFromForks(final GitMetadata metadata) { method removeForkFromOrigin (line 149) | private void removeForkFromOrigin(final GitMetadata metadata) { method getOrigin (line 163) | private Optional getOrigin(final GitMetadata metadata) { method getForks (line 167) | private List getForks(final GitMetadata metadata) { method isStorableOrigin (line 171) | private boolean isStorableOrigin(final String origin) { method buildPath (line 175) | private String buildPath(String name) { method getMetadataFS (line 187) | URI getMetadataFS() { FILE: uberfire-structure/uberfire-structure-backend/src/main/java/org/guvnor/structure/backend/repositories/git/GitPathUtil.java class GitPathUtil (line 23) | public class GitPathUtil { method extractBranch (line 28) | public static Optional extractBranch(final String uri) { method extractBranchFromRef (line 37) | public static Optional extractBranchFromRef(final String refNa... FILE: uberfire-structure/uberfire-structure-backend/src/main/java/org/guvnor/structure/backend/repositories/git/GitRepositoryBuilder.java class GitRepositoryBuilder (line 53) | public class GitRepositoryBuilder { method GitRepositoryBuilder (line 64) | public GitRepositoryBuilder(final IOService ioService, method build (line 78) | public Repository build(final RepositoryInfo repositoryInfo) { method setPublicURIs (line 105) | private void setPublicURIs(final FileSystem fileSystem) { method getPublicURI (line 117) | private PublicURI getPublicURI(final String s, method setBranches (line 128) | private void setBranches(final FileSystem fileSystem) { method addEnvironmentParameters (line 134) | private void addEnvironmentParameters(final Map items) { method createFileSystem (line 147) | private FileSystem createFileSystem(final GitRepository repo) { method newFileSystem (line 167) | private FileSystem newFileSystem(URI uri) { method externalUpdatedCallBack (line 185) | private FileSystemHooks.FileSystemHook externalUpdatedCallBack() { method postCommitCallback (line 189) | private FileSystemHooks.FileSystemHook postCommitCallback() { method checkBranchAccessCallback (line 194) | private FileSystemHooks.FileSystemHook checkBranchAccessCallback() { method filterBranchAccessCallback (line 213) | private FileSystemHooks.FileSystemHook filterBranchAccessCallback() { method getBranches (line 243) | private Map getBranches(final FileSystem fs) { method getBranchName (line 254) | protected String getBranchName(final org.uberfire.java.nio.file.Path p... FILE: uberfire-structure/uberfire-structure-backend/src/main/java/org/guvnor/structure/backend/repositories/git/GitRepositoryFactoryHelper.java class GitRepositoryFactoryHelper (line 42) | @ApplicationScoped method GitRepositoryFactoryHelper (line 59) | public GitRepositoryFactoryHelper() { method GitRepositoryFactoryHelper (line 62) | @Inject method accept (line 79) | @Override method newRepository (line 89) | @Override method validate (line 112) | private void validate(RepositoryInfo repositoryInfo) { FILE: uberfire-structure/uberfire-structure-backend/src/main/java/org/guvnor/structure/backend/repositories/git/hooks/PostCommitNotificationService.java type PostCommitNotificationService (line 24) | public interface PostCommitNotificationService { method notifyUser (line 33) | void notifyUser(GitRepository repo, Integer exitCode); FILE: uberfire-structure/uberfire-structure-backend/src/main/java/org/guvnor/structure/backend/repositories/git/hooks/exception/BranchOperationNotAllowedException.java class BranchOperationNotAllowedException (line 19) | public class BranchOperationNotAllowedException extends RuntimeException { method BranchOperationNotAllowedException (line 21) | public BranchOperationNotAllowedException() { FILE: uberfire-structure/uberfire-structure-backend/src/main/java/org/guvnor/structure/backend/repositories/git/hooks/impl/MessageReader.java class MessageReader (line 38) | @Dependent method MessageReader (line 49) | public MessageReader() { method MessageReader (line 53) | MessageReader(Supplier localeSupplier) { method init (line 57) | public void init(String bundleParam) { method resolveMessage (line 75) | public Optional resolveMessage(int exitCode) { method getLocale (line 102) | private Locale getLocale() { FILE: uberfire-structure/uberfire-structure-backend/src/main/java/org/guvnor/structure/backend/repositories/git/hooks/impl/PostCommitNotificationServiceImpl.java class PostCommitNotificationServiceImpl (line 33) | @ApplicationScoped method PostCommitNotificationServiceImpl (line 43) | PostCommitNotificationServiceImpl() { method PostCommitNotificationServiceImpl (line 47) | @Inject method init (line 54) | @PostConstruct method notifyUser (line 59) | @Override FILE: uberfire-structure/uberfire-structure-backend/src/test/java/org/guvnor/structure/backend/FileSystemDeleteWorkerTest.java class FileSystemDeleteWorkerTest (line 46) | @RunWith(MockitoJUnitRunner.class) method setUp (line 72) | @Before method testRemoveSpaceDirectory (line 88) | @Test method testRemoveAllDeletedSpaces (line 123) | @Test method testRemoveZeroDeletedSpaces (line 147) | @Test method testRemoveAllDeletedRepository (line 158) | @Test method testMonitoringEnabled (line 198) | @Test FILE: uberfire-structure/uberfire-structure-backend/src/test/java/org/guvnor/structure/backend/InputEscapeUtilsTest.java class InputEscapeUtilsTest (line 9) | public class InputEscapeUtilsTest { method testEscapeHtmlInput (line 11) | @Test method testEscapeHtmlInputWithSingleQoutes (line 19) | @Test method testEscapeHtmlInputNull (line 27) | @Test FILE: uberfire-structure/uberfire-structure-backend/src/test/java/org/guvnor/structure/backend/backcompat/BackwardCompatibleUtilTest.java class BackwardCompatibleUtilTest (line 29) | public class BackwardCompatibleUtilTest { method backwardCompatibilityNullTest (line 31) | @Test method backwardCompatibilityNullSecurityRolesTest (line 39) | @Test method backwardCompatibilityExistingSecurityRolesTest (line 51) | @Test method backwardCompatibilityEmptySecurityRolesTest (line 70) | @Test FILE: uberfire-structure/uberfire-structure-backend/src/test/java/org/guvnor/structure/backend/config/ConfigurationFactoryImplTest.java class ConfigurationFactoryImplTest (line 35) | @RunWith(MockitoJUnitRunner.class) method setup (line 42) | @Before method newConfigGroupWithoutNamespaceTest (line 48) | @Test method newConfigGroupWithoutNamespaceButTypeRequiresNamespaceTest (line 63) | @Test(expected = RuntimeException.class) method newConfigGroupWithNamespaceTest (line 70) | @Test method newConfigGroupWithNamespaceButTypeDoesNotSupportNamespacesTest (line 88) | @Test(expected = RuntimeException.class) method newStringConfigItemTest (line 96) | @Test method newBooleanConfigItemTest (line 107) | @Test method newSecuredConfigItemTest (line 117) | @Test method newListConfigItemTest (line 128) | @Test method newLongConfigItemTest (line 147) | @Test FILE: uberfire-structure/uberfire-structure-backend/src/test/java/org/guvnor/structure/backend/config/ConfigurationServiceImplTest.java class ConfigurationServiceImplTest (line 46) | @RunWith(MockitoJUnitRunner.class) method setup (line 74) | @Before method cleanupFileSystem (line 92) | @After method addAndGetConfigurationWithoutNamespaceTest (line 97) | @Test method addAndGetConfigurationWithoutNamespaceButTypeRequiresNamespaceTest (line 124) | @Test(expected = RuntimeException.class) method addAndGetConfigurationWithNamespaceTest (line 134) | @Test method addAndGetConfigurationWithNamespaceButTypeDoesNotSupportNamespacesTest (line 175) | @Test(expected = RuntimeException.class) method addAndGetConfigurationByNamespaceTest (line 185) | @Test method updateConfigurationWithoutNamespaceTest (line 219) | @Test method updateConfigurationWithNamespaceTest (line 238) | @Test method removeConfigurationWithoutNamespaceTest (line 261) | @Test method removeConfigurationWithNamespaceTest (line 274) | @Test method cleanUpSystemRepositoryTest (line 290) | @Test method mockIoService (line 303) | private IOService mockIoService() { FILE: uberfire-structure/uberfire-structure-backend/src/test/java/org/guvnor/structure/backend/organizationalunit/OrganizationalUnitFactoryImplTest.java class OrganizationalUnitFactoryImplTest (line 43) | @RunWith(MockitoJUnitRunner.class) method setup (line 57) | @Before method newOrganizationalUnitTest (line 69) | @Test FILE: uberfire-structure/uberfire-structure-backend/src/test/java/org/guvnor/structure/backend/organizationalunit/OrganizationalUnitSearchServiceTest.java class OrganizationalUnitSearchServiceTest (line 33) | @RunWith(MockitoJUnitRunner.class) method setUp (line 47) | @Before method testSearchById (line 58) | @Test method testSearchByAlias (line 67) | @Test method testSearchCaseSensitiveEmpty (line 76) | @Test method testSearchCaseUnsensitive (line 85) | @Test method testSearchMaxItems (line 94) | @Test FILE: uberfire-structure/uberfire-structure-backend/src/test/java/org/guvnor/structure/backend/organizationalunit/OrganizationalUnitServiceTest.java class OrganizationalUnitServiceTest (line 85) | @RunWith(MockitoJUnitRunner.class) method setUp (line 157) | @Before method testAllOrgUnits (line 202) | @Test method testSecuredOrgUnits (line 209) | @Test method testSecuredOrgUnitsWithPermission (line 216) | @Test method testSecuredOrgUnitsToCollaborators (line 225) | @Test method createOrganizationalUnitWithDuplicatedNameTest (line 235) | @Test method createValidOrganizationalUnitTest (line 252) | @Test method createOrganizationalUnitWithPersistentXssInContributorTest (line 278) | @Test method createOrganizationalUnitWithPersistentXssAndValidContributorTest (line 307) | @Test method removeOrganizationalUnitRemovesRepositories (line 346) | @Test method testOnRemoveOrgUnit (line 374) | @Test method testUpdateOrganizationalUnit (line 383) | @Test method testContributorsPersistentXssOnUpdateOrganizationalUnit (line 402) | @Test method testCheckChildrenRepositoryContributors (line 436) | @Test method testAddGroup (line 463) | @Test method testRemoveGroup (line 490) | @Test method testAddRepository (line 514) | @Test method testRemoveRepository (line 549) | @Test method checkRepos (line 586) | private void checkRepos(final int expectedRepos, final String repoName... method setOUCreationPermission (line 593) | private void setOUCreationPermission(final boolean hasPermission) { FILE: uberfire-structure/uberfire-structure-backend/src/test/java/org/guvnor/structure/backend/organizationalunit/config/SpaceConfigCleanUpTest.java class SpaceConfigCleanUpTest (line 53) | @RunWith(MockitoJUnitRunner.class) method setup (line 67) | @Before method cleanUpSpaceConfigStorageWhenAlreadyDoneTest (line 77) | @Test method cleanUpSpaceConfigStorageWhenUpdateNotNeededTest (line 90) | @Test method cleanUpSpaceConfigStorageWhenUpdateNeededTest (line 108) | @Test method cleanUpSpaceConfigStorageWhenUpdatePartiallyNeededTest (line 126) | @Test method setupConfigStorage (line 147) | private SpaceConfigStorageImpl setupConfigStorage() { method setupRepositoryInfo (line 171) | private RepositoryInfo setupRepositoryInfo(final Map e... method setupMarker (line 181) | private void setupMarker(final boolean exists) { method createEnvMap (line 187) | private Map createEnvMap(final boolean includeCredenti... FILE: uberfire-structure/uberfire-structure-backend/src/test/java/org/guvnor/structure/backend/organizationalunit/config/SpaceConfigStorageImplTest.java class SpaceConfigStorageImplTest (line 52) | @RunWith(MockitoJUnitRunner.class) method setup (line 66) | @Before method cleanupFileSystem (line 76) | @After method loadCustomBranchPermissionsTest (line 81) | @Test method loadDefaultBranchPermissionsTest (line 93) | @Test method saveBranchPermissionsTest (line 105) | @Test method deleteBranchPermissionsTest (line 117) | @Test method loadChangeRequestsTest (line 125) | @Test method loadChangeRequestTest (line 149) | @Test method saveChangeRequestTest (line 161) | @Test method deleteAllChangeRequestsTest (line 173) | @Test method deleteChangeRequestTest (line 196) | @Test method deleteRepositoryTest (line 204) | @Test method getChangeRequestIdsTest (line 228) | @Test method getChangeRequestIdsSkipInvalidIdsTest (line 243) | @Test method getChangeRequestIdsNoResultsTest (line 258) | @Test method loadChangeRequestCommentsTest (line 269) | @Test method loadChangeRequestCommentTest (line 293) | @Test method saveChangeRequestCommentTest (line 305) | @Test method deleteAllChangeRequestCommentsTest (line 317) | @Test method deleteChangeRequestCommentTest (line 333) | @Test method getChangeRequestCommentIdsTest (line 340) | @Test method getChangeRequestCommentIdsSkipInvalidIdsTest (line 358) | @Test method getChangeRequestCommentIdsNoResultsOtherChangeRequestTest (line 376) | @Test method getChangeRequestCommentIdsNoResultsOtherProjectTest (line 389) | @Test method testLoadSpaceInfo (line 402) | @Test FILE: uberfire-structure/uberfire-structure-backend/src/test/java/org/guvnor/structure/backend/organizationalunit/config/SpaceConfigStorageRegistryImplTest.java class SpaceConfigStorageRegistryImplTest (line 41) | @RunWith(MockitoJUnitRunner.class) method setup (line 57) | @Before method getTest (line 62) | @Test method getBatchTest (line 72) | @Test FILE: uberfire-structure/uberfire-structure-backend/src/test/java/org/guvnor/structure/backend/pom/DependencyTypesMapperTest.java class DependencyTypesMapperTest (line 28) | public class DependencyTypesMapperTest { method setUp (line 32) | @Before method mappingTest (line 37) | @Test method mappingDependencyTest (line 44) | @Test FILE: uberfire-structure/uberfire-structure-backend/src/test/java/org/guvnor/structure/backend/pom/PomEditorDefaultTest.java class PomEditorDefaultTest (line 36) | public class PomEditorDefaultTest { method setUp (line 43) | @Before method tearDown (line 52) | @After method addEmptyDepTest (line 59) | @Test method addNullDepTest (line 71) | @Test method addNullGroupIDTest (line 79) | @Test method addNullArtifactIDTest (line 91) | @Test method addDepTest (line 103) | @Test method addDepsTest (line 115) | @Test method addDuplicatedDepTest (line 128) | @Test method addAndOverrideVersionDepTest (line 140) | @Test method getDependency (line 164) | private Dependency getDependency(List deps, method addDuplicatedDepsTest (line 180) | @Test method addAndOverrideVersionDepsTest (line 193) | @Test FILE: uberfire-structure/uberfire-structure-backend/src/test/java/org/guvnor/structure/backend/pom/PomJsonReaderTest.java class PomJsonReaderTest (line 27) | public class PomJsonReaderTest { method setUp (line 32) | @Before method readDepsTest (line 38) | @Test FILE: uberfire-structure/uberfire-structure-backend/src/test/java/org/guvnor/structure/backend/pom/PomStructureEditorTest.java class PomStructureEditorTest (line 34) | public class PomStructureEditorTest { method setUp (line 41) | @Before method onNEwDynamicDependencyEventTest (line 49) | @Test FILE: uberfire-structure/uberfire-structure-backend/src/test/java/org/guvnor/structure/backend/pom/TestUtil.java class TestUtil (line 33) | class TestUtil { method testJPADep (line 40) | public static void testJPADep(Map createAdminContributors(String... username) { method addRepository (line 141) | private RepositoryInfo addRepository(final Space space, method testLoadRepositories (line 170) | @Test method testLoadSingle (line 178) | @Test method testLoadMultiBranch (line 187) | @Test FILE: uberfire-structure/uberfire-structure-backend/src/test/java/org/guvnor/structure/backend/repositories/LoadReposOnAppInitTest.java class LoadReposOnAppInitTest (line 38) | @RunWith(MockitoJUnitRunner.class) method setUp (line 47) | @Before method testLoadRepositories (line 55) | @Test method testOnlyRunInBCServerType (line 66) | @Test FILE: uberfire-structure/uberfire-structure-backend/src/test/java/org/guvnor/structure/backend/repositories/RepositoryCopierImplTest.java class RepositoryCopierImplTest (line 42) | @RunWith(MockitoJUnitRunner.class) method setUp (line 74) | @Before method cleanupFileSystem (line 88) | @After method makeSafeName (line 93) | @Test method withExistingBranch (line 99) | @Test method testFireNewBranchEvent (line 126) | @Test FILE: uberfire-structure/uberfire-structure-backend/src/test/java/org/guvnor/structure/backend/repositories/RepositorySearchServiceTest.java class RepositorySearchServiceTest (line 36) | @RunWith(MockitoJUnitRunner.class) method setUp (line 55) | @Before method testSearchById (line 68) | @Test method testSearchByAlias (line 77) | @Test method testSearchCaseSensitiveEmpty (line 86) | @Test method testSearchCaseUnsensitive (line 95) | @Test method testSearchMaxItems (line 104) | @Test FILE: uberfire-structure/uberfire-structure-backend/src/test/java/org/guvnor/structure/backend/repositories/RepositoryServiceImplTest.java class RepositoryServiceImplTest (line 48) | @RunWith(MockitoJUnitRunner.class) method setUp (line 88) | @Before method testNotCreateNewAliasIfNecessary (line 93) | @Test method testCreateNewAliasIfNecessary (line 102) | @Test method testCreateSecondNewAliasIfNecessary (line 114) | @Test method updateContributorsTest (line 129) | @Test method updateContributorsWithXSSNameTest (line 175) | @Test method testDoRemoveInOrder (line 222) | @Test method testCreateRepositoryConfiguration (line 243) | @Test FILE: uberfire-structure/uberfire-structure-backend/src/test/java/org/guvnor/structure/backend/repositories/git/GitMetadataImplStoreTest.java class GitMetadataImplStoreTest (line 37) | @RunWith(MockitoJUnitRunner.class) method setUp (line 47) | @Before method testStorageInitialization (line 89) | @Test method testCreatesRightPathToSave (line 95) | @Test method testFixRightPathToSave (line 104) | @Test method testWriteNewMetadataWithoutOrigin (line 113) | @Test method testWriteNewMetadataWithOrigin (line 121) | @Test method testChangeOriginFromMetedata (line 133) | @Test method testWriteWithNullOrigin (line 153) | @Test method testWriteTwoForks (line 163) | @Test method testComplexForkTracking (line 184) | @Test method testSimpleDelete (line 209) | @Test method testComplexDelete (line 221) | @Test FILE: uberfire-structure/uberfire-structure-backend/src/test/java/org/guvnor/structure/backend/repositories/git/GitPathUtilTest.java class GitPathUtilTest (line 25) | public class GitPathUtilTest { method extractPresentBranchName (line 27) | @Test method extractBranchNameWithSlashes (line 33) | @Test method extractMissingBranchName (line 39) | @Test method extractLocalBranchNameFromRef (line 45) | @Test method extractLocalBranchNameWithSlashFromRef (line 51) | @Test method extractRemoteBranchNameFromRef (line 57) | @Test method extractRemoteBranchNameWithSlashFromRef (line 63) | @Test FILE: uberfire-structure/uberfire-structure-backend/src/test/java/org/guvnor/structure/backend/repositories/git/GitRepositoryFactoryHelperBaseTest.java class GitRepositoryFactoryHelperBaseTest (line 51) | public abstract class GitRepositoryFactoryHelperBaseTest { type Mode (line 53) | enum Mode { method init (line 86) | public void init() { method initServices (line 112) | private void initServices(IOService normal, method testNoSchemeConfigItem (line 119) | @Test(expected = IllegalArgumentException.class) method testNotValid (line 126) | @Test(expected = IllegalStateException.class) method testNewRepositoryReplaceIfExists (line 133) | @Test method testFileSystemHooks (line 165) | @Test method getServiceToTest (line 210) | private IOService getServiceToTest() { method testBranches (line 218) | @Test method testCredentialsAreNotStoredAfterRepositoryCreation (line 236) | @Test method createPath (line 250) | protected Path createPath(String uri) { method getConfig (line 257) | protected RepositoryConfiguration getConfig() { FILE: uberfire-structure/uberfire-structure-backend/src/test/java/org/guvnor/structure/backend/repositories/git/GitRepositoryFactoryHelperNoIndexTest.java class GitRepositoryFactoryHelperNoIndexTest (line 25) | @RunWith(MockitoJUnitRunner.class) method setUp (line 28) | @Before method getConfig (line 35) | protected RepositoryConfiguration getConfig() { FILE: uberfire-structure/uberfire-structure-backend/src/test/java/org/guvnor/structure/backend/repositories/git/GitRepositoryFactoryHelperTest.java class GitRepositoryFactoryHelperTest (line 23) | @RunWith(MockitoJUnitRunner.class) method setUp (line 26) | @Before FILE: uberfire-structure/uberfire-structure-backend/src/test/java/org/guvnor/structure/backend/repositories/git/hooks/impl/PostCommitNotificationServiceImplTest.java class PostCommitNotificationServiceImplTest (line 43) | @RunWith(MockitoJUnitRunner.class) method init (line 76) | @Before method init (line 85) | private void init(String path) { method testLoadWrongBundle (line 93) | @Test method testNoNotification (line 102) | @Test method testNotifyEn (line 115) | @Test method testNotifyCa (line 120) | @Test method testNotifyNonExistingLanguage (line 125) | @Test method testNotify (line 130) | private void testNotify(Locale locale, String successMsg, String warni... method testNotify (line 141) | private void testNotify(int code, String message, NotificationType not... method finish (line 154) | @After FILE: uberfire-structure/uberfire-structure-client/src/main/java/org/guvnor/structure/client/StructureEntryPoint.java class StructureEntryPoint (line 27) | @EntryPoint method startApp (line 30) | @PostConstruct FILE: uberfire-structure/uberfire-structure-client/src/main/java/org/guvnor/structure/client/advnavigator/Navigator.java type Navigator (line 21) | public interface Navigator extends IsWidget { method loadContent (line 23) | void loadContent(final Path path); method isAttached (line 25) | boolean isAttached(); type NavigatorItem (line 27) | public static interface NavigatorItem { method addDirectory (line 29) | public void addDirectory(final Path child); method addFile (line 31) | public void addFile(final Path child); FILE: uberfire-structure/uberfire-structure-client/src/main/java/org/guvnor/structure/client/advnavigator/NavigatorOptions.java type NavigatorOptions (line 18) | public interface NavigatorOptions { method showFiles (line 21) | @Override method showHiddenFiles (line 26) | @Override method showDirectories (line 31) | @Override method allowUpLink (line 36) | @Override method showItemAge (line 41) | @Override method showItemLastUpdater (line 46) | @Override method showItemMessage (line 51) | @Override method showFiles (line 57) | boolean showFiles(); method showHiddenFiles (line 59) | boolean showHiddenFiles(); method showDirectories (line 61) | boolean showDirectories(); method allowUpLink (line 63) | boolean allowUpLink(); method showItemAge (line 65) | boolean showItemAge(); method showItemMessage (line 67) | boolean showItemMessage(); method showItemLastUpdater (line 69) | boolean showItemLastUpdater(); FILE: uberfire-structure/uberfire-structure-client/src/main/java/org/guvnor/structure/client/advnavigator/TreeNavigator.java class TreeNavigator (line 42) | @Dependent method init (line 59) | @PostConstruct method loadContent (line 87) | private void loadContent(final NavigatorItem parent, method loadContent (line 113) | @Override method needsLoading (line 123) | private boolean needsLoading(final FSTreeItem item) { class TreeNavigatorItemImpl (line 127) | private class TreeNavigatorItemImpl implements NavigatorItem { method TreeNavigatorItemImpl (line 131) | TreeNavigatorItemImpl(final FSTreeItem treeItem) { method addDirectory (line 136) | public void addDirectory(final Path child) { method addFile (line 145) | public void addFile(final Path child) { method checkCleanupLoading (line 152) | private void checkCleanupLoading() { FILE: uberfire-structure/uberfire-structure-client/src/main/java/org/guvnor/structure/client/editors/context/GuvnorStructureContext.java class GuvnorStructureContext (line 43) | @ApplicationScoped method GuvnorStructureContext (line 53) | public GuvnorStructureContext() { method GuvnorStructureContext (line 56) | @Inject method getRepositories (line 62) | public void getRepositories(final Callback> cal... method updateRepositories (line 79) | private Collection updateRepositories(final Collection foundAliase... method getMissingAliases (line 136) | private Collection getMissingAliases(final Collection ... method addGuvnorStructureContextChangeHandler (line 148) | public GuvnorStructureContextChangeHandler.HandlerRegistration addGuvn... method addGuvnorStructureContextBranchChangeHandler (line 157) | public GuvnorStructureContextBranchChangeHandler.HandlerRegistration a... method changeBranch (line 166) | public void changeBranch(final String alias, method onNewRepository (line 178) | public void onNewRepository(final @Observes NewRepositoryEvent event) { method onNewBranch (line 191) | public void onNewBranch(final @Observes NewBranchEvent event) { method onRepositoryRemoved (line 202) | public void onRepositoryRemoved(final @Observes RepositoryRemovedEvent... method removeHandler (line 211) | public void removeHandler(final GuvnorStructureContextChangeHandler.Ha... method removeHandler (line 215) | public void removeHandler(final GuvnorStructureContextBranchChangeHand... method getCurrentBranch (line 219) | public String getCurrentBranch(final String alias) { FILE: uberfire-structure/uberfire-structure-client/src/main/java/org/guvnor/structure/client/editors/context/GuvnorStructureContextBranchChangeHandler.java type GuvnorStructureContextBranchChangeHandler (line 19) | public interface GuvnorStructureContextBranchChangeHandler { method onBranchChange (line 21) | void onBranchChange(final String alias, class HandlerRegistration (line 24) | class HandlerRegistration { FILE: uberfire-structure/uberfire-structure-client/src/main/java/org/guvnor/structure/client/editors/context/GuvnorStructureContextChangeHandler.java type GuvnorStructureContextChangeHandler (line 22) | public interface GuvnorStructureContextChangeHandler { method onNewRepositoryAdded (line 24) | void onNewRepositoryAdded(final Repository repository); method onRepositoryDeleted (line 26) | void onRepositoryDeleted(final Repository repository); method onNewBranchAdded (line 28) | void onNewBranchAdded(final String repositoryAlias, class HandlerRegistration (line 32) | class HandlerRegistration { FILE: uberfire-structure/uberfire-structure-client/src/main/java/org/guvnor/structure/client/editors/fileexplorer/FileExplorerItem.java class FileExplorerItem (line 25) | class FileExplorerItem { method FileExplorerItem (line 31) | FileExplorerItem(final FSTreeItem treeItem) { method addDirectory (line 36) | public void addDirectory(final Path child) { method addFile (line 46) | public void addFile(final Path child) { method checkCleanupLoading (line 54) | private void checkCleanupLoading() { FILE: uberfire-structure/uberfire-structure-client/src/main/java/org/guvnor/structure/client/editors/fileexplorer/FileExplorerPresenter.java class FileExplorerPresenter (line 56) | @Dependent method FileExplorerPresenter (line 79) | public FileExplorerPresenter() { method FileExplorerPresenter (line 82) | @Inject method isDirectory (line 93) | private boolean isDirectory(final Map response) { method reset (line 97) | @OnStartup method onShutdown (line 118) | @OnShutdown method loadDirectoryContent (line 124) | public void loadDirectoryContent(final FileExplorerItem item, method getWidget (line 145) | @WorkbenchPartView method isRegularFile (line 150) | private boolean isRegularFile(final Map response) { method getTitle (line 154) | @WorkbenchPartTitle method getDefaultPosition (line 159) | @DefaultPosition method redirect (line 164) | public void redirect(final Path path) { method redirectRepositoryList (line 178) | public void redirectRepositoryList() { method redirect (line 182) | public void redirect(final Repository repo) { method onNewRepositoryAdded (line 187) | @Override method onRepositoryDeleted (line 201) | @Override method onBranchChange (line 212) | @Override method onNewBranchAdded (line 229) | @Override method onResourceAdded (line 237) | public void onResourceAdded(@Observes final ResourceAddedEvent event) { method onResourceDeleted (line 242) | public void onResourceDeleted(@Observes final ResourceDeletedEvent eve... method onResourceCopied (line 247) | public void onResourceCopied(@Observes final ResourceCopiedEvent event) { method onResourceRenamed (line 252) | public void onResourceRenamed(@Observes final ResourceRenamedEvent eve... method onBatchResourceChange (line 257) | public void onBatchResourceChange(@Observes final ResourceBatchChanges... method onSystemRepositoryChanged (line 261) | public void onSystemRepositoryChanged(@Observes SystemRepositoryChange... method refreshView (line 265) | private void refreshView(final Path path) { FILE: uberfire-structure/uberfire-structure-client/src/main/java/org/guvnor/structure/client/editors/fileexplorer/FileExplorerView.java type FileExplorerView (line 22) | public interface FileExplorerView method reset (line 25) | void reset(); method removeRepository (line 27) | void removeRepository(final Repository repo); method addNewRepository (line 29) | void addNewRepository(final Repository repo, method init (line 32) | void init(final FileExplorerPresenter fileExplorerPresenter); FILE: uberfire-structure/uberfire-structure-client/src/main/java/org/guvnor/structure/client/editors/fileexplorer/FileExplorerViewImpl.java class FileExplorerViewImpl (line 36) | public class FileExplorerViewImpl method FileExplorerViewImpl (line 48) | public FileExplorerViewImpl() { method FileExplorerViewImpl (line 52) | FileExplorerViewImpl(final Tree tree) { method init (line 56) | public void init(final FileExplorerPresenter presenter) { method reset (line 97) | @Override method removeRepository (line 106) | @Override method addNewRepository (line 115) | @Override method needsLoading (line 132) | boolean needsLoading(final FSTreeItem item) { FILE: uberfire-structure/uberfire-structure-client/src/main/java/org/guvnor/structure/client/editors/fileexplorer/PathSelectedEvent.java class PathSelectedEvent (line 21) | public class PathSelectedEvent { method PathSelectedEvent (line 25) | public PathSelectedEvent() { method PathSelectedEvent (line 28) | public PathSelectedEvent(Path path) { method getPath (line 32) | public Path getPath() { FILE: uberfire-structure/uberfire-structure-client/src/main/java/org/guvnor/structure/client/editors/repository/RepositoryPreferences.java class RepositoryPreferences (line 18) | public class RepositoryPreferences { method RepositoryPreferences (line 22) | public RepositoryPreferences(boolean ouMandatory) { method isOUMandatory (line 26) | public boolean isOUMandatory() { FILE: uberfire-structure/uberfire-structure-client/src/main/java/org/guvnor/structure/client/editors/repository/clone/CloneRepositoryPresenter.java class CloneRepositoryPresenter (line 45) | @Dependent method CloneRepositoryPresenter (line 60) | @Inject method init (line 73) | @PostConstruct method handleCancelClick (line 80) | @Override method handleCloneClick (line 85) | @Override method onCreateOrganizationalUnit (line 96) | public void onCreateOrganizationalUnit(@Observes final AfterCreateOrga... method onDeleteOrganizationalUnit (line 106) | public void onDeleteOrganizationalUnit(@Observes final RemoveOrganizat... method getNormalizeRepositoryNameCallback (line 115) | private RemoteCallback getNormalizeRepositoryNameCallback() { method getRepositoryConfiguration (line 139) | private RepositoryEnvironmentConfigurations getRepositoryConfiguration... method getCreateRepositoryCallback (line 149) | private RemoteCallback getCreateRepositoryCallback() { method getErrorCallback (line 162) | private ErrorCallback getErrorCallback() { method setNameGroupType (line 180) | private boolean setNameGroupType() { method setOrganizationalUnitGroupType (line 191) | private boolean setOrganizationalUnitGroupType() { method setUrl (line 202) | private boolean setUrl() { method showForm (line 217) | public void showForm() { method populateOrganizationalUnits (line 222) | private void populateOrganizationalUnits() { method lockScreen (line 247) | private void lockScreen() { method unlockScreen (line 259) | private void unlockScreen() { method isOuMandatory (line 271) | private boolean isOuMandatory() { FILE: uberfire-structure/uberfire-structure-client/src/main/java/org/guvnor/structure/client/editors/repository/clone/CloneRepositoryView.java type CloneRepositoryView (line 22) | public interface CloneRepositoryView { type Presenter (line 24) | interface Presenter { method handleCancelClick (line 26) | void handleCancelClick(); method handleCloneClick (line 28) | void handleCloneClick(); method init (line 31) | void init(Presenter presenter, method hide (line 34) | void hide(); method show (line 36) | void show(); method addOrganizationalUnitSelectEntry (line 38) | void addOrganizationalUnitSelectEntry(); method addOrganizationalUnit (line 40) | void addOrganizationalUnit(OrganizationalUnit ou); method deleteOrganizationalUnit (line 42) | void deleteOrganizationalUnit(OrganizationalUnit ou); method getSelectedOrganizationalUnit (line 44) | String getSelectedOrganizationalUnit(); method isGitUrlEmpty (line 46) | boolean isGitUrlEmpty(); method isNameEmpty (line 48) | boolean isNameEmpty(); method getGitUrl (line 50) | String getGitUrl(); method getUsername (line 52) | String getUsername(); method getPassword (line 54) | String getPassword(); method getName (line 56) | String getName(); method setName (line 58) | void setName(String name); method showUrlHelpMandatoryMessage (line 60) | void showUrlHelpMandatoryMessage(); method showUrlHelpInvalidFormatMessage (line 62) | void showUrlHelpInvalidFormatMessage(); method setUrlGroupType (line 64) | void setUrlGroupType(ValidationState state); method showNameHelpMandatoryMessage (line 66) | void showNameHelpMandatoryMessage(); method setNameGroupType (line 68) | void setNameGroupType(ValidationState state); method showOrganizationalUnitHelpMandatoryMessage (line 70) | void showOrganizationalUnitHelpMandatoryMessage(); method setOrganizationalUnitGroupType (line 72) | void setOrganizationalUnitGroupType(ValidationState state); method setNameEnabled (line 74) | void setNameEnabled(boolean enabled); method setOrganizationalUnitEnabled (line 76) | void setOrganizationalUnitEnabled(boolean enabled); method setGitUrlEnabled (line 78) | void setGitUrlEnabled(boolean enabled); method setUsernameEnabled (line 80) | void setUsernameEnabled(boolean enabled); method setPasswordEnabled (line 82) | void setPasswordEnabled(boolean enabled); method setCloneEnabled (line 84) | void setCloneEnabled(boolean enabled); method setCancelEnabled (line 86) | void setCancelEnabled(boolean enabled); method setPopupCloseVisible (line 88) | void setPopupCloseVisible(boolean closeVisible); method showBusyPopupMessage (line 90) | void showBusyPopupMessage(); method closeBusyPopup (line 92) | void closeBusyPopup(); method showAgreeNormalizeNameWindow (line 94) | boolean showAgreeNormalizeNameWindow(String normalizedName); method alertRepositoryCloned (line 96) | void alertRepositoryCloned(); method errorRepositoryAlreadyExist (line 98) | void errorRepositoryAlreadyExist(); method errorCloneRepositoryFail (line 100) | void errorCloneRepositoryFail(Throwable cause); method errorLoadOrganizationalUnitsFail (line 102) | void errorLoadOrganizationalUnitsFail(Throwable cause); method reset (line 104) | void reset(); FILE: uberfire-structure/uberfire-structure-client/src/main/java/org/guvnor/structure/client/editors/repository/clone/CloneRepositoryViewImpl.java class CloneRepositoryViewImpl (line 50) | @Dependent type CloneRepositoryFormBinder (line 54) | interface CloneRepositoryFormBinder method onCloneClick (line 109) | @UiHandler("clone") method onCancelClick (line 114) | @UiHandler("cancel") method init (line 119) | @Override method addOrganizationalUnitSelectEntry (line 151) | @Override method addOrganizationalUnit (line 159) | @Override method deleteOrganizationalUnit (line 170) | @Override method getSelectedOrganizationalUnit (line 189) | @Override method isGitUrlEmpty (line 194) | @Override method isNameEmpty (line 199) | @Override method getGitUrl (line 204) | @Override method getUsername (line 209) | @Override method getPassword (line 214) | @Override method getName (line 219) | @Override method setName (line 224) | @Override method showUrlHelpMandatoryMessage (line 229) | @Override method showUrlHelpInvalidFormatMessage (line 234) | @Override method setUrlGroupType (line 239) | @Override method showNameHelpMandatoryMessage (line 244) | @Override method setNameGroupType (line 249) | @Override method showOrganizationalUnitHelpMandatoryMessage (line 254) | @Override method setOrganizationalUnitGroupType (line 259) | @Override method setNameEnabled (line 264) | @Override method setOrganizationalUnitEnabled (line 269) | @Override method setGitUrlEnabled (line 275) | @Override method setUsernameEnabled (line 280) | @Override method setPasswordEnabled (line 285) | @Override method setCloneEnabled (line 290) | @Override method setCancelEnabled (line 295) | @Override method setPopupCloseVisible (line 300) | @Override method showBusyPopupMessage (line 305) | @Override method closeBusyPopup (line 310) | @Override method showAgreeNormalizeNameWindow (line 315) | @Override method alertRepositoryCloned (line 320) | @Override method errorRepositoryAlreadyExist (line 325) | @Override method errorCloneRepositoryFail (line 330) | @Override method errorLoadOrganizationalUnitsFail (line 335) | @Override method addCloseHandler (line 340) | @Override method reset (line 346) | @Override method show (line 365) | @Override method hide (line 370) | @Override FILE: uberfire-structure/uberfire-structure-client/src/main/java/org/guvnor/structure/client/editors/repository/common/CopyRepositoryUrlBtn.java class CopyRepositoryUrlBtn (line 22) | public class CopyRepositoryUrlBtn extends InputGroupAddon { method init (line 24) | public void init(boolean isViewButton, method setDataClipboardTargetAttribute (line 34) | protected void setDataClipboardTargetAttribute(String value) { method setDataClipboardTextAttribute (line 39) | protected void setDataClipboardTextAttribute(String value) { method setButtonAttribute (line 44) | protected void setButtonAttribute(boolean isViewButton, method setCopyRepositoryUrlTitle (line 50) | protected void setCopyRepositoryUrlTitle() { FILE: uberfire-structure/uberfire-structure-client/src/main/java/org/guvnor/structure/client/editors/repository/edit/RepositoryEditorPresenter.java class RepositoryEditorPresenter (line 52) | @Dependent type View (line 70) | public interface View method setRepositoryInfo (line 73) | void setRepositoryInfo(final String repositoryName, method reloadHistory (line 80) | void reloadHistory(final List versionList); method addHistory (line 82) | void addHistory(final List versionList); method RepositoryEditorPresenter (line 85) | public RepositoryEditorPresenter() { method RepositoryEditorPresenter (line 88) | @Inject method onStartup (line 109) | @OnStartup method getTitle (line 135) | @WorkbenchPartTitle method getView (line 140) | @WorkbenchPartView method onLoadMoreHistory (line 145) | void onLoadMoreHistory(final int lastIndex) { method onRevert (line 159) | void onRevert(final VersionRecord record) { method onRevert (line 164) | void onRevert(final VersionRecord record, method onGitUrlCopied (line 177) | void onGitUrlCopied(final String uri) { method onRepositoryRemovedEvent (line 181) | public void onRepositoryRemovedEvent(@Observes RepositoryRemovedEvent ... FILE: uberfire-structure/uberfire-structure-client/src/main/java/org/guvnor/structure/client/editors/repository/edit/RepositoryEditorView.java class RepositoryEditorView (line 43) | public class RepositoryEditorView extends Composite type RepositoryEditorViewBinder (line 47) | interface RepositoryEditorViewBinder method RepositoryEditorView (line 79) | public RepositoryEditorView() { method init (line 86) | @Override method setRepositoryInfo (line 91) | @Override method reloadHistory (line 154) | @Override method addHistory (line 160) | @Override method loadContent (line 169) | private void loadContent(final List versionRecordList) { method glueCopy (line 183) | public static native void glueCopy(final Element element) /*-{ FILE: uberfire-structure/uberfire-structure-client/src/main/java/org/guvnor/structure/client/editors/repository/list/ProtocolButton.java class ProtocolButton (line 23) | public class ProtocolButton method ProtocolButton (line 26) | public ProtocolButton(final String protocol, FILE: uberfire-structure/uberfire-structure-client/src/main/java/org/guvnor/structure/client/editors/repository/list/PublicURIButton.java class PublicURIButton (line 23) | public class PublicURIButton method PublicURIButton (line 26) | public PublicURIButton(final PublicURI protocol, method getProtocol (line 38) | private static String getProtocol(final PublicURI publicURI) { FILE: uberfire-structure/uberfire-structure-client/src/main/java/org/guvnor/structure/client/editors/repository/list/RepositoriesPresenter.java class RepositoriesPresenter (line 42) | @Dependent method RepositoriesPresenter (line 53) | public RepositoriesPresenter() { method RepositoriesPresenter (line 56) | @Inject method onStartup (line 67) | @OnStartup method shutdown (line 72) | @OnShutdown method loadContent (line 77) | private void loadContent() { method getTitle (line 93) | @WorkbenchPartTitle method getView (line 98) | @WorkbenchPartView method onNewRepositoryAdded (line 103) | @Override method onNewBranchAdded (line 109) | @Override method onRepositoryDeleted (line 127) | @Override method addRepositoryItem (line 133) | private RepositoryItemPresenter addRepositoryItem(final Repository new... method onSystemRepositoryChanged (line 143) | public void onSystemRepositoryChanged(@Observes final SystemRepository... method getRepositoryByAlias (line 147) | private Repository getRepositoryByAlias(final String alias) { FILE: uberfire-structure/uberfire-structure-client/src/main/java/org/guvnor/structure/client/editors/repository/list/RepositoriesView.java type RepositoriesView (line 22) | public interface RepositoriesView method addRepository (line 25) | RepositoryItemPresenter addRepository(final Repository repository, method removeIfExists (line 28) | void removeIfExists(final RepositoryItemPresenter repositoryItem); method clear (line 30) | void clear(); method setPresenter (line 32) | void setPresenter(final RepositoriesPresenter presenter); FILE: uberfire-structure/uberfire-structure-client/src/main/java/org/guvnor/structure/client/editors/repository/list/RepositoriesViewImpl.java class RepositoriesViewImpl (line 31) | @Dependent method RepositoriesViewImpl (line 44) | public RepositoriesViewImpl() { method addRepository (line 48) | @Override method removeIfExists (line 60) | @Override method clear (line 65) | @Override method setPresenter (line 70) | @Override method onResize (line 75) | @Override type RepositoriesEditorViewBinder (line 83) | interface RepositoriesEditorViewBinder FILE: uberfire-structure/uberfire-structure-client/src/main/java/org/guvnor/structure/client/editors/repository/list/RepositoryItemPresenter.java class RepositoryItemPresenter (line 34) | public class RepositoryItemPresenter method RepositoryItemPresenter (line 43) | public RepositoryItemPresenter() { method RepositoryItemPresenter (line 46) | @Inject method setRepository (line 55) | public void setRepository(final Repository repository, method refreshBranches (line 78) | public void refreshBranches() { method setPublicURIs (line 83) | private void setPublicURIs() { method populateBranches (line 96) | private void populateBranches(final String currentBranch) { method onAnchorSelected (line 108) | public void onAnchorSelected(final String protocol) { method getProtocol (line 117) | private String getProtocol(final PublicURI publicURI) { method onUpdateRepository (line 121) | public void onUpdateRepository(final String branch) { method asWidget (line 126) | @Override method onGitUrlCopied (line 131) | void onGitUrlCopied(final String uri) { FILE: uberfire-structure/uberfire-structure-client/src/main/java/org/guvnor/structure/client/editors/repository/list/RepositoryItemView.java type RepositoryItemView (line 20) | public interface RepositoryItemView method setRepositoryName (line 23) | void setRepositoryName(final String repositoryName); method setRepositoryDescription (line 25) | void setRepositoryDescription(final String description); method showAvailableProtocols (line 27) | void showAvailableProtocols(); method setDaemonURI (line 29) | void setDaemonURI(final String uri); method addProtocol (line 31) | void addProtocol(final String protocol); method setPresenter (line 33) | void setPresenter(final RepositoryItemPresenter presenter); method setUriId (line 35) | void setUriId(final String uriID); method addBranch (line 37) | void addBranch(final String branch); method clearBranches (line 39) | void clearBranches(); method refresh (line 41) | void refresh(); method setSelectedBranch (line 43) | void setSelectedBranch(final String currentBranch); method getSelectedBranch (line 45) | String getSelectedBranch(); FILE: uberfire-structure/uberfire-structure-client/src/main/java/org/guvnor/structure/client/editors/repository/list/RepositoryItemViewImpl.java class RepositoryItemViewImpl (line 38) | public class RepositoryItemViewImpl method RepositoryItemViewImpl (line 67) | @Inject method glueCopy (line 77) | public static native void glueCopy(final com.google.gwt.user.client.El... method setRepositoryName (line 81) | @Override method setRepositoryDescription (line 86) | @Override method showAvailableProtocols (line 91) | @Override method setDaemonURI (line 96) | @Override method addProtocol (line 101) | @Override method setPresenter (line 113) | @Override method setUriId (line 118) | @Override method clearBranches (line 127) | @Override method addBranch (line 132) | @Override method setSelectedBranch (line 140) | @Override method getSelectedBranch (line 146) | @Override method refresh (line 151) | @Override method onUpdateRepository (line 156) | @UiHandler("btnChangeBranch") type RepositoriesViewItemBinder (line 161) | interface RepositoriesViewItemBinder FILE: uberfire-structure/uberfire-structure-client/src/main/java/org/guvnor/structure/client/navigator/CommitNavigatorEntry.java class CommitNavigatorEntry (line 38) | public class CommitNavigatorEntry extends Composite { type CommitNavigatorEntryViewBinder (line 40) | interface CommitNavigatorEntryViewBinder method CommitNavigatorEntry (line 62) | public CommitNavigatorEntry(final boolean readOnly, method initWidget (line 71) | private void initWidget(final boolean readOnly, FILE: uberfire-structure/uberfire-structure-client/src/main/java/org/guvnor/structure/client/repositories/git/FileSystemHookNotifier.java class FileSystemHookNotifier (line 28) | @ApplicationScoped method FileSystemHookNotifier (line 33) | @Inject method notify (line 38) | public void notify(@Observes PostCommitNotificationEvent event) { method getNotificationType (line 42) | private NotificationEvent.NotificationType getNotificationType(FileSys... FILE: uberfire-structure/uberfire-structure-client/src/main/java/org/guvnor/structure/client/resources/NavigatorResources.java type NavigatorResources (line 25) | public interface NavigatorResources method css (line 31) | @Source("css/Navigator.css") type NavigatorStyle (line 34) | interface NavigatorStyle extends CssResource { method navigator (line 36) | String navigator(); method message (line 38) | String message(); method messageLeftContainer (line 40) | @ClassName("message-left") method messageRightContainer (line 43) | @ClassName("message-right") method authorDateContainer (line 46) | @ClassName("author-date-container") method author (line 49) | String author(); method date (line 51) | String date(); method navigatorMessage (line 53) | @ClassName("navigator-message") method treeNav (line 56) | @ClassName("tree-nav") FILE: uberfire-structure/uberfire-structure-client/src/main/java/org/guvnor/structure/client/resources/i18n/CommonConstants.java type CommonConstants (line 22) | public interface CommonConstants method IndexClonedRepositoryWarning (line 28) | String IndexClonedRepositoryWarning(); method copyRepositoryUrl (line 30) | String copyRepositoryUrl(); method ManagedRepository (line 32) | String ManagedRepository(); method RepoCloneFail (line 34) | String RepoCloneFail(); method RepositoriesNode (line 36) | String RepositoriesNode(); method RepositoriesHelp (line 38) | String RepositoriesHelp(); method RepositoryResource (line 40) | String RepositoryResource(); method RepositoryActionRead (line 42) | String RepositoryActionRead(); method RepositoryActionUpdate (line 44) | String RepositoryActionUpdate(); method RepositoryActionDelete (line 46) | String RepositoryActionDelete(); method RepositoryActionCreate (line 48) | String RepositoryActionCreate(); method SpacesNode (line 50) | String SpacesNode(); method SpacesHelp (line 52) | String SpacesHelp(); method SpaceResource (line 54) | String SpaceResource(); method SpaceActionRead (line 56) | String SpaceActionRead(); method SpaceActionUpdate (line 58) | String SpaceActionUpdate(); method SpaceActionDelete (line 60) | String SpaceActionDelete(); method SpaceActionCreate (line 62) | String SpaceActionCreate(); method Loading (line 64) | String Loading(); method Repositories (line 66) | String Repositories(); method GitUriCopied (line 68) | String GitUriCopied(final String uri); FILE: uberfire-structure/uberfire-structure-client/src/main/java/org/guvnor/structure/client/security/OrganizationalUnitController.java class OrganizationalUnitController (line 31) | @ApplicationScoped method OrganizationalUnitController (line 43) | @Inject method canCreateOrgUnits (line 50) | public boolean canCreateOrgUnits() { method canReadOrgUnits (line 56) | public boolean canReadOrgUnits() { method canReadOrgUnit (line 62) | public boolean canReadOrgUnit(final OrganizationalUnit organizationalU... method canUpdateOrgUnit (line 70) | public boolean canUpdateOrgUnit(OrganizationalUnit organizationalUnit) { method canDeleteOrgUnit (line 78) | public boolean canDeleteOrgUnit(OrganizationalUnit organizationalUnit) { method userIsAtLeast (line 87) | boolean userIsAtLeast(final ContributorType type, method getUserContributor (line 93) | Optional getUserContributor(final Collection... FILE: uberfire-structure/uberfire-structure-client/src/main/java/org/guvnor/structure/client/security/OrganizationalUnitTreeProvider.java class OrganizationalUnitTreeProvider (line 50) | @ApplicationScoped method OrganizationalUnitTreeProvider (line 58) | public OrganizationalUnitTreeProvider() { method OrganizationalUnitTreeProvider (line 61) | @Inject method getRootNodePosition (line 68) | public int getRootNodePosition() { method setRootNodePosition (line 72) | public void setRootNodePosition(int rootNodePosition) { method buildRootNode (line 76) | @Override method newPermission (line 104) | private Permission newPermission(ResourceAction action) { method newPermission (line 110) | private Permission newPermission(Resource resource, method loadChildren (line 117) | @Override method buildPermissionNodes (line 144) | private List buildPermissionNodes(Collection buildPermissionNodes(Collection getRepositoryAliases() { method testLoadDefaultBranches (line 207) | @Test method testChangeBranch (line 215) | @Test method getRepositories (line 232) | private void getRepositories() { FILE: uberfire-structure/uberfire-structure-client/src/test/java/org/guvnor/structure/client/editors/fileexplorer/FileExplorerPresenterTest.java class FileExplorerPresenterTest (line 36) | @RunWith(GwtMockitoTestRunner.class) method setUp (line 54) | @Before method testSetPresenter (line 99) | @Test method testAddHandlers (line 104) | @Test method testRemoveHandlers (line 110) | @Test method testOnStartUp (line 124) | @Test FILE: uberfire-structure/uberfire-structure-client/src/test/java/org/guvnor/structure/client/editors/fileexplorer/FileExplorerViewImplTest.java class FileExplorerViewImplTest (line 36) | @RunWith(GwtMockitoTestRunner.class) method setUp (line 48) | @Before method checkItemsAreNotLazyLoaded (line 58) | @Test method checkFoldersWithNoChildrenAreNotLazyLoaded (line 66) | @Test method checkFoldersWithExistingChildrenAreNotLazyLoaded (line 74) | @Test method checkFoldersWithLazyFlagAreLazyLoaded (line 88) | @Test method newTreeItem (line 102) | private FSTreeItem newTreeItem(TreeItemData parent, class TreeItemData (line 142) | private class TreeItemData { method TreeItemData (line 148) | TreeItemData(final FSTreeItem.FSType type, FILE: uberfire-structure/uberfire-structure-client/src/test/java/org/guvnor/structure/client/editors/repository/clone/CloneMavenRepositoryPresenterTest.java class CloneMavenRepositoryPresenterTest (line 60) | @RunWith(MockitoJUnitRunner.class) method initPresenter (line 117) | @Before method testComponentsStaysOperational (line 162) | @Test method testComponentsNonLockEmptyUrl (line 176) | @Test method testComponentsNonLockInvalidUrl (line 188) | @Test method testComponentsNonLockOuMandatory (line 201) | @Test method testComponentsNonLockEmptyName (line 216) | @Test method testAlreadyExistClone (line 230) | @Test method testFailClone (line 257) | @Test method testGitUrlValidation (line 290) | @Test method testGitUrlValidationSpecial (line 317) | @Test method testCloneNoGroup (line 331) | @Test method testCloneNoUrl (line 350) | @Test method testCancelButton (line 368) | @Test method testCreateOUEvent (line 374) | @Test method testDeleteOUEvent (line 384) | @Test method testResetWhenShown (line 394) | @Test method testCloneManagedRepository (line 402) | @Test method testCloneNotManagedRepository (line 429) | @Test method componentsNotAffected (line 455) | private void componentsNotAffected() { method componentsLocked (line 481) | private void componentsLocked() { method componentsUnlocked (line 497) | private void componentsUnlocked() { method verifyRepoCloned (line 513) | private void verifyRepoCloned(boolean cloned) { FILE: uberfire-structure/uberfire-structure-client/src/test/java/org/guvnor/structure/client/editors/repository/clone/answer/OuServiceAnswer.java class OuServiceAnswer (line 29) | public class OuServiceAnswer implements Answer { method OuServiceAnswer (line 34) | public OuServiceAnswer(Collection units, method answer (line 40) | @Override FILE: uberfire-structure/uberfire-structure-client/src/test/java/org/guvnor/structure/client/editors/repository/clone/answer/RsCreateRepositoryAnswer.java class RsCreateRepositoryAnswer (line 30) | public class RsCreateRepositoryAnswer implements Answer { method RsNormalizedNameAnswer (line 32) | public RsNormalizedNameAnswer(String normalizedName, method answer (line 38) | @Override FILE: uberfire-structure/uberfire-structure-client/src/test/java/org/guvnor/structure/client/editors/repository/common/CopyMavenRepositoryUrlBtnTest.java class CopyMavenRepositoryUrlBtnTest (line 30) | @RunWith(Parameterized.class) method caseSensitivity (line 37) | @Parameterized.Parameters method CopyMavenRepositoryUrlBtnTest (line 42) | public CopyMavenRepositoryUrlBtnTest(boolean isViewButton) { method init (line 46) | @Before method testButtonInit (line 56) | @Test FILE: uberfire-structure/uberfire-structure-client/src/test/java/org/guvnor/structure/client/editors/repository/edit/MavenRepositoryEditorPresenterTest.java class MavenRepositoryEditorPresenterTest (line 52) | @RunWith(GwtMockitoTestRunner.class) method before (line 87) | @Before method testOnStartup (line 127) | @Test method testLoadMoreHistory (line 141) | @Test method testRevertNoCommitMessage (line 154) | @Test method testRevertWithCommitMessage (line 169) | @Test method testRepositoryRemovedEvent (line 185) | @Test method testNotificationFiredWhenGitUriCopied (line 198) | @Test FILE: uberfire-structure/uberfire-structure-client/src/test/java/org/guvnor/structure/client/editors/repository/list/MavenRepositoryItemPresenterTest.java class MavenRepositoryItemPresenterTest (line 38) | @RunWith(GwtMockitoTestRunner.class) method init (line 58) | @Before method repositoryWithPublicUrisAndBranchesLoadTest (line 77) | @Test method repositoryWithPublicUrisAndNoBranchesLoadTest (line 89) | @Test method repositoryWithNoPublicUrisAndBranchesLoadTest (line 97) | @Test method repositoryWithNoPublicUrisAndNoBranchesLoadTest (line 107) | @Test method repositoryLoadTest (line 113) | private void repositoryLoadTest(final List uris, method refreshBranchesTest (line 148) | @Test method testNotificationFiredWhenGitUriCopied (line 187) | @Test FILE: uberfire-structure/uberfire-structure-client/src/test/java/org/guvnor/structure/client/editors/repository/list/RepositoriesPresenterTest.java class RepositoriesPresenterTest (line 53) | @RunWith(GwtMockitoTestRunner.class) method init (line 102) | @Before method testSetHandlers (line 183) | @Test method testRemoveHandlers (line 189) | @Test method testNewBranchTest (line 197) | @Test method createItemPresenter (line 225) | private RepositoryItemPresenter createItemPresenter(RepositoryItemView... method createRepository (line 238) | private Repository createRepository(String alias, FILE: uberfire-structure/uberfire-structure-client/src/test/java/org/guvnor/structure/client/security/OrganizationalUnitControllerTest.java class OrganizationalUnitControllerTest (line 37) | @RunWith(MockitoJUnitRunner.class) method setup (line 48) | @Before method userCanReadOrganizationalUnitsTest (line 55) | @Test method userCanNotReadOrganizationalUnitsTest (line 61) | @Test method userCanReadOrganizationalUnitTest (line 67) | @Test method userCanNotReadOrganizationalUnitTest (line 73) | @Test method contributorCanReadOrganizationalUnitTest (line 79) | @Test method contributorCanNotReadOrganizationalUnitTest (line 85) | @Test method userCanDeleteOrganizationalUnitTest (line 91) | @Test method userCanNotDeleteOrganizationalUnitTest (line 97) | @Test method contributorCanDeleteOrganizationalUnitTest (line 103) | @Test method contributorCanNotDeleteOrganizationalUnitTest (line 109) | @Test method userCanUpdateOrganizationalUnitTest (line 115) | @Test method userCanNotUpdateOrganizationalUnitTest (line 121) | @Test method contributorCanUpdateOrganizationalUnitTest (line 127) | @Test method contributorCanNotUpdateOrganizationalUnitTest (line 133) | @Test method userCanCreateOrganizationalUnitTest (line 139) | @Test method userCanNotCreateOrganizationalUnitsTest (line 145) | @Test FILE: uberfire-structure/uberfire-structure-client/src/test/java/org/guvnor/structure/organizationalunit/OrganizationalUnitServiceCallerMock.java class OrganizationalUnitServiceCallerMock (line 41) | public class OrganizationalUnitServiceCallerMock method OrganizationalUnitServiceCallerMock (line 48) | public OrganizationalUnitServiceCallerMock(OrganizationalUnitService o... method call (line 52) | @Override method call (line 57) | @Override method call (line 63) | @Override class OrganizationalUnitServiceWrapper (line 70) | private class OrganizationalUnitServiceWrapper method OrganizationalUnitServiceWrapper (line 75) | public OrganizationalUnitServiceWrapper(OrganizationalUnitService or... method getOrganizationalUnit (line 79) | @Override method getOrganizationalUnit (line 86) | @Override method getAllOrganizationalUnits (line 94) | @Override method getAllOrganizationalUnits (line 101) | @Override method getAllOrganizationalUnits (line 108) | @Override method getAllDeletedOrganizationalUnit (line 115) | @Override method getAllUserSpaces (line 122) | @Override method getOrganizationalUnits (line 129) | @Override method getOrganizationalUnits (line 136) | @Override method createOrganizationalUnit (line 143) | @Override method createOrganizationalUnit (line 152) | @Override method createOrganizationalUnit (line 163) | @Override method createOrganizationalUnit (line 176) | @Override method updateOrganizationalUnit (line 191) | @Override method updateOrganizationalUnit (line 200) | @Override method updateOrganizationalUnit (line 211) | @Override method addRepository (line 224) | @Override method removeRepository (line 231) | @Override method addGroup (line 238) | @Override method removeGroup (line 245) | @Override method removeOrganizationalUnit (line 252) | @Override method getParentOrganizationalUnit (line 257) | @Override method getOrganizationalUnits (line 264) | @Override method getSanitizedDefaultGroupId (line 271) | @Override method isValidGroupId (line 278) | @Override FILE: uberfire-structure/uberfire-structure-client/src/test/java/org/guvnor/structure/organizationalunit/OrganizationalUnitTreeProviderTest.java class OrganizationalUnitTreeProviderTest (line 46) | @RunWith(GwtMockitoTestRunner.class) method setup (line 65) | @Before method testRootNode (line 86) | @Test method testChildrenNodes (line 93) | @Test method checkDependencies (line 116) | protected void checkDependencies(PermissionNode permissionNode, int nu... FILE: uberfire-structure/uberfire-structure-client/src/test/java/org/guvnor/structure/repositories/RepositoryServiceCallerMock.java class RepositoryServiceCallerMock (line 36) | public class RepositoryServiceCallerMock method RepositoryServiceCallerMock (line 43) | public RepositoryServiceCallerMock(RepositoryService repositoryService) { method call (line 47) | @Override method call (line 52) | @Override method call (line 58) | @Override class RepositoryServiceWrapper (line 65) | private class RepositoryServiceWrapper method RepositoryServiceWrapper (line 70) | public RepositoryServiceWrapper(RepositoryService repositoryService) { method getRepositoryInfo (line 74) | @Override method getRepositoryHistory (line 83) | @Override method getRepositoryHistory (line 94) | @Override method getRepositoryHistoryAll (line 107) | @Override method getRepositoryFromSpace (line 116) | @Override method getRepository (line 125) | @Override method getRepository (line 132) | @Override method getAllRepositories (line 141) | @Override method getAllRepositories (line 148) | @Override method getAllDeletedRepositories (line 157) | @Override method getAllRepositoriesFromAllUserSpaces (line 164) | @Override method getRepositories (line 171) | @Override method createRepository (line 178) | @Override method createRepository (line 191) | @Override method normalizeRepositoryName (line 207) | @Override method validateRepositoryName (line 214) | @Override method addGroup (line 221) | @Override method removeGroup (line 228) | @Override method updateContributors (line 235) | @Override method removeRepository (line 242) | @Override method removeRepositories (line 249) | @Override FILE: uberfire-structure/uberfire-structure-client/src/test/java/org/guvnor/structure/repositories/RepositoryTreeProviderTest.java class RepositoryTreeProviderTest (line 46) | @RunWith(GwtMockitoTestRunner.class) method setup (line 65) | @Before method testRootNode (line 86) | @Test method testChildrenNodes (line 93) | @Test method checkDependencies (line 121) | protected void checkDependencies(PermissionNode permissionNode, int nu... FILE: uberfire-structure/uberfire-structure-client/src/test/java/org/guvnor/structure/repositories/git/FileSystemHookNotifierTest.java class FileSystemHookNotifierTest (line 20) | @RunWith(MockitoJUnitRunner.class) method init (line 30) | @Before method testNotificationSuccess (line 35) | @Test method testNotificationWarning (line 40) | @Test method testNotificationError (line 45) | @Test method testNotification (line 50) | private void testNotification(PostCommitNotificationEvent event, Strin... FILE: uberfire-test-utils/src/main/java/org/guvnor/test/CDITestSetup.java class CDITestSetup (line 29) | public class CDITestSetup { method setUp (line 36) | public void setUp() throws Exception { method cleanup (line 49) | public void cleanup() { method getReference (line 60) | public T getReference(Class clazz) { FILE: uberfire-test-utils/src/main/java/org/guvnor/test/GuvnorTestAppSetup.java class GuvnorTestAppSetup (line 32) | @ApplicationScoped method ioService (line 40) | @Produces method sessionInfo (line 46) | @Produces method luceneConfig (line 52) | @Produces method reset (line 58) | public static void reset() { FILE: uberfire-test-utils/src/main/java/org/guvnor/test/TempFiles.java class TempFiles (line 25) | public class TempFiles { method createTempFile (line 29) | public File createTempFile(final String fullName) throws IOException { method createFolder (line 48) | private File createFolder(final File previousFolder, method createFile (line 58) | private File createFile(final File previousFolder, method createTempDirectory (line 78) | public File createTempDirectory(final String name) throws IOException { method createTempDirectory (line 95) | private File createTempDirectory(final String name, method getSuffix (line 114) | private String getSuffix(final String next) { method getPrefix (line 124) | private String getPrefix(final String next) { method deleteFiles (line 133) | public void deleteFiles() { FILE: uberfire-test-utils/src/main/java/org/guvnor/test/TestFileSystem.java class TestFileSystem (line 25) | public class TestFileSystem method TestFileSystem (line 31) | public TestFileSystem() throws Exception { method createTempFile (line 38) | public Path createTempFile(final String fullFileName) throws IOExcepti... method createTempDirectory (line 48) | public Path createTempDirectory(final String fullDirectoryName) throws... method deleteFile (line 58) | public void deleteFile(final Path path) { method getFile (line 62) | public File getFile(final Path path) { method tearDown (line 66) | public void tearDown() { FILE: uberfire-test-utils/src/main/java/org/guvnor/test/TestIdentityFactory.java class TestIdentityFactory (line 29) | @ApplicationScoped method onStartup (line 35) | @PostConstruct method getIdentity (line 40) | @Produces method authenticationService (line 46) | @Produces FILE: uberfire-test-utils/src/main/java/org/guvnor/test/TestTempFileSystem.java class TestTempFileSystem (line 29) | public class TestTempFileSystem { method TestTempFileSystem (line 41) | public TestTempFileSystem() throws Exception { method createTempFile (line 46) | public Path createTempFile(final String fullFileName) throws IOExcepti... method createTempDirectory (line 56) | public Path createTempDirectory(final String fullDirectoryName) throws... method deleteFile (line 66) | public void deleteFile(final Path path) { method getFile (line 70) | public File getFile(final Path path) { method tearDown (line 74) | public void tearDown() { FILE: uberfire-test-utils/src/main/java/org/guvnor/test/WeldJUnitRunner.java class WeldJUnitRunner (line 38) | public class WeldJUnitRunner extends BlockJUnit4ClassRunner { method WeldJUnitRunner (line 51) | public WeldJUnitRunner(Class testClass) throws InitializationError { method createTest (line 56) | @Override method runChild (line 61) | @Override method startWeld (line 73) | private void startWeld() { method stopWeld (line 79) | private void stopWeld() { FILE: uberfire-test-utils/src/test/java/org/guvnor/test/TempFilesTest.java class TempFilesTest (line 24) | public class TempFilesTest { method setUp (line 28) | @Before method testDirectory (line 33) | @Test method testFiles (line 44) | @Test FILE: uberfire-test-utils/src/test/java/org/guvnor/test/WeldJUnitRunnerTest.java class WeldJUnitRunnerTest (line 18) | public class WeldJUnitRunnerTest { FILE: uberfire-testing-utils/src/main/java/org/uberfire/mocks/CallerMock.java class CallerMock (line 25) | public class CallerMock implements Caller { method CallerMock (line 31) | public CallerMock(T t) { method call (line 35) | @Override method call (line 43) | @Override method call (line 51) | @Override FILE: uberfire-testing-utils/src/main/java/org/uberfire/mocks/CallerProxy.java class CallerProxy (line 26) | public class CallerProxy implements java.lang.reflect.InvocationHandler { method CallerProxy (line 32) | private CallerProxy(final Object target) { method newInstance (line 36) | static Object newInstance(final Object target) { method setSuccessCallBack (line 43) | public void setSuccessCallBack(final RemoteCallback successCal... method setErrorCallBack (line 47) | public void setErrorCallBack(final ErrorCallback errorCallBack) { method invoke (line 51) | public Object invoke(final Object proxy, FILE: uberfire-testing-utils/src/main/java/org/uberfire/mocks/ConstantsAnswerMock.java class ConstantsAnswerMock (line 24) | public class ConstantsAnswerMock implements Answer { method answer (line 32) | @Override FILE: uberfire-testing-utils/src/main/java/org/uberfire/mocks/EventSourceMock.java class EventSourceMock (line 26) | public class EventSourceMock implements Event { method fire (line 28) | @Override method select (line 33) | @Override method select (line 38) | @Override method fireAsync (line 44) | @Override method fireAsync (line 49) | @Override method select (line 54) | @Override FILE: uberfire-testing-utils/src/main/java/org/uberfire/mocks/FileSystemTestingUtils.java class FileSystemTestingUtils (line 34) | public class FileSystemTestingUtils { method setup (line 40) | public void setup() throws IOException { method setup (line 44) | public void setup(boolean initRepo) throws IOException { method setup (line 48) | public void setup(String repoPath) throws IOException { method setup (line 52) | public void setup(boolean initRepo, String repoPath) throws IOException { method createTempDirectory (line 59) | private void createTempDirectory() method setupJGitRepository (line 74) | public FileSystem setupJGitRepository(String repoPath, method setProviderAsDefault (line 96) | public void setProviderAsDefault() { method cleanup (line 101) | public void cleanup() { method shutDownProvider (line 108) | public void shutDownProvider() { method getFileSystem (line 113) | public FileSystem getFileSystem() { method getIoService (line 117) | public IOService getIoService() { method getProvider (line 121) | public JGitFileSystemProvider getProvider() { method getFSCacheInfo (line 125) | public JGitFileSystemsCache.JGitFileSystemsCacheInfo getFSCacheInfo() { FILE: uberfire-testing-utils/src/main/java/org/uberfire/mocks/IocTestingUtils.java class IocTestingUtils (line 28) | public class IocTestingUtils { method mockIocManager (line 34) | public static void mockIocManager(SyncBeanManager iocManager) { method createSyncBeanDef (line 39) | private static SyncBeanDef createSyncBeanDef(Class clazz) { FILE: uberfire-testing-utils/src/main/java/org/uberfire/mocks/MockInstanceImpl.java class MockInstanceImpl (line 27) | public class MockInstanceImpl implements Instance { method MockInstanceImpl (line 31) | public MockInstanceImpl(T... instance) { method select (line 35) | @Override method isUnsatisfied (line 40) | @Override method isAmbiguous (line 45) | @Override method destroy (line 50) | @Override method select (line 55) | @Override method iterator (line 61) | @Override method get (line 66) | @Override method select (line 71) | @Override FILE: uberfire-testing-utils/src/main/java/org/uberfire/mocks/ParametrizedCommandMock.java class ParametrizedCommandMock (line 8) | public class ParametrizedCommandMock { method executeParametrizedCommandWith (line 11) | public static Stubber executeParametrizedCommandWith(int paramInde... FILE: uberfire-testing-utils/src/main/java/org/uberfire/mocks/SessionInfoMock.java class SessionInfoMock (line 27) | public class SessionInfoMock implements SessionInfo { method SessionInfoMock (line 33) | public SessionInfoMock() { method SessionInfoMock (line 37) | public SessionInfoMock(final String identity) { method SessionInfoMock (line 41) | public SessionInfoMock(final String id, method getId (line 47) | @Override method getIdentity (line 52) | @Override FILE: uberfire-testing-utils/src/main/java/org/uberfire/promise/SyncPromises.java class SyncPromises (line 27) | public class SyncPromises extends Promises { method create (line 29) | @Override class SyncPromise (line 34) | public static class SyncPromise extends Promise { method SyncPromise (line 39) | private SyncPromise(final PromiseExecutorCallbackFn executor) { method then (line 45) | @Override method catch_ (line 59) | @Override class Resolver (line 73) | private class Resolver implements PromiseExecutorCallbackFn.ResolveC... method onInvoke (line 75) | @Override method onInvoke (line 80) | @Override method onInvoke (line 93) | @Override method resolve (line 98) | private void resolve(final T v) { class Rejecter (line 104) | private class Rejecter implements PromiseExecutorCallbackFn.RejectCa... method onInvoke (line 106) | @Override type Status (line 115) | public enum Status { FILE: uberfire-testing-utils/src/test/java/org/uberfire/mocks/CallerMockTest.java class CallerMockTest (line 31) | @RunWith(MockitoJUnitRunner.class) method setup (line 40) | @Before method callerSampleTest (line 48) | @Test method callerSampleCallBackSuccessTest (line 64) | @Test method callerSampleCallBackErrorTest (line 82) | @Test method callerSampleCallBackPrimitiveTypeTest (line 100) | @Test method callerSampleCallBackErrorbyRunTimeExceptionTest (line 118) | @Test method callerMockitoCallBackErrorbyRunTimeExceptionTest (line 150) | @Test type SampleTarget (line 169) | private interface SampleTarget { method targetCall (line 171) | String targetCall(); method targetCallWithCheckedException (line 173) | String targetCallWithCheckedException() throws SampleException; method targetPrimitiveType (line 175) | long targetPrimitiveType(); class CallerSampleClient (line 178) | private class CallerSampleClient { method CallerSampleClient (line 184) | @Inject method CallerSampleClient (line 189) | public CallerSampleClient(CallerMock callerMock, method targetCall (line 198) | public void targetCall() { method targetCallWithSuccessCallBack (line 202) | public void targetCallWithSuccessCallBack() { method targetCallWithSuccessAndErrorCallBack (line 206) | public void targetCallWithSuccessAndErrorCallBack() { method targetCallWithSuccessAndErrorCallBackCheckedException (line 211) | public void targetCallWithSuccessAndErrorCallBackCheckedException() ... method targetPrimitiveType (line 216) | public long targetPrimitiveType() { class SampleException (line 222) | private class SampleException extends RuntimeException { FILE: uberfire-testing-utils/src/test/java/org/uberfire/mocks/ConstantsAnswerMockTest.java class ConstantsAnswerMockTest (line 24) | public class ConstantsAnswerMockTest { method callMethodWithStringReturnTypeTest (line 26) | @Test method callMethodWithOtherReturnTypesTest (line 35) | @Test type MockInterface (line 47) | interface MockInterface { method stringMethod (line 49) | String stringMethod(); method intMethod (line 51) | int intMethod(); method booleanMethod (line 53) | boolean booleanMethod(); method objectMethod (line 55) | MockInterface objectMethod(); FILE: uberfire-testing-utils/src/test/java/org/uberfire/mocks/EventSourceMockTest.java class EventSourceMockTest (line 29) | @RunWith(GwtMockitoTestRunner.class) method eventFireTest (line 35) | @Test method eventTestWithoutFire (line 43) | @Test class EventSampleMock (line 50) | static class EventSampleMock extends EventSourceMock event) { method fireEvent (line 63) | public void fireEvent() { class EventSample (line 67) | private class EventSample { FILE: uberfire-testing-utils/src/test/java/org/uberfire/mocks/FileSystemTestingUtilsTest.java class FileSystemTestingUtilsTest (line 30) | public class FileSystemTestingUtilsTest { method setup (line 34) | @BeforeClass method cleanup (line 39) | @AfterClass method fsUtilsSanityCheck (line 44) | @Test FILE: uberfire-testing-utils/src/test/java/org/uberfire/mocks/IocTestingUtilsTest.java class IocTestingUtilsTest (line 25) | public class IocTestingUtilsTest { method mockIocManagerTest (line 29) | @Test FILE: uberfire-testing-utils/src/test/java/org/uberfire/mocks/ParametrizedCommandMockTest.java class ParametrizedCommandMockTest (line 14) | @RunWith(MockitoJUnitRunner.class) method setup (line 24) | @Before method testParametrizedCommandMockTest (line 31) | @Test class Foo (line 37) | public static class Foo { method Foo (line 40) | public Foo(String str) { method getStr (line 45) | public String getStr() { class UsesParametrizedCommand (line 50) | public static class UsesParametrizedCommand { method theKindOfMethodYouWantToMock (line 52) | public void theKindOfMethodYouWantToMock(ParameterizedCommand c... FILE: uberfire-testing-utils/src/test/java/org/uberfire/promise/SyncPromisesTest.java class SyncPromisesTest (line 36) | public class SyncPromisesTest { method testBasicChaining (line 40) | @Test method testErrorHandling (line 61) | @Test method testErrorHandlingDoubleRejection (line 82) | @Test method testErrorHandlingWhenExceptionOccurs (line 100) | @Test method testAllWithOneRejection (line 119) | @Test method testAllWithNoRejections (line 139) | @Test method testAllMappingWithNoRejections (line 154) | @Test method testAllMappingWithOneRejection (line 165) | @Test method testReduceLazilyWithNoRejections (line 176) | @Test method testReduceLazilyWithOneRejection (line 197) | @Test method testReduceLazilyChainingWithNoInterruptions (line 218) | @Test method testReduceLazilyChainingWithInterruption (line 237) | @Test method reduceWithOrIsTrueOperatorTest (line 268) | @Test method reduceWithOrIsFalseOperatorTest (line 278) | @Test method reduceWithAndIsTrueOperatorTest (line 288) | @Test method reduceWithAndIsFalseOperatorTest (line 298) | @Test FILE: uberfire-workbench/uberfire-workbench-client-backend/src/main/java/org/uberfire/client/RuntimePluginsServiceProxyBackendImpl.java class RuntimePluginsServiceProxyBackendImpl (line 30) | @Dependent method getTemplateContent (line 37) | @Override method listFrameworksContent (line 48) | @Override method listPluginsContent (line 58) | @Override FILE: uberfire-workbench/uberfire-workbench-client-backend/src/main/java/org/uberfire/client/VFSLockServiceProxyBackendImpl.java class VFSLockServiceProxyBackendImpl (line 34) | @Alternative method acquireLock (line 43) | @Override method releaseLock (line 68) | @Override method forceReleaseLock (line 81) | @Override method retrieveLockInfo (line 94) | @Override FILE: uberfire-workbench/uberfire-workbench-client-backend/src/main/java/org/uberfire/client/VFSServiceProxyBackendImpl.java class VFSServiceProxyBackendImpl (line 29) | @Alternative method get (line 35) | @Override FILE: uberfire-workbench/uberfire-workbench-client-backend/src/main/java/org/uberfire/client/WorkbenchBackendEntryPoint.java class WorkbenchBackendEntryPoint (line 30) | @EntryPoint method WorkbenchBackendEntryPoint (line 49) | public WorkbenchBackendEntryPoint() { method WorkbenchBackendEntryPoint (line 53) | @Inject method init (line 64) | @PostConstruct method isOpen (line 94) | protected boolean isOpen() { method setShowedError (line 98) | protected void setShowedError(boolean value) { method isShowedError (line 102) | protected boolean isShowedError() { method hasMoreRetries (line 106) | protected boolean hasMoreRetries() { method decrementRetries (line 110) | protected void decrementRetries() { method resetRetries (line 116) | protected void resetRetries() { FILE: uberfire-workbench/uberfire-workbench-client-backend/src/main/java/org/uberfire/client/WorkbenchServicesProxyBackendImpl.java class WorkbenchServicesProxyBackendImpl (line 33) | @Alternative method save (line 40) | @Override method loadPerspective (line 53) | @Override method loadPerspectives (line 64) | @Override method removePerspectiveState (line 74) | @Override method removePerspectiveStates (line 85) | @Override method save (line 95) | @Override method loadSplashScreenFilter (line 100) | @Override method isWorkbenchOnCluster (line 111) | @Override FILE: uberfire-workbench/uberfire-workbench-client-backend/src/test/java/org/uberfire/client/WorkbenchBackendEntryPointTest.java class WorkbenchBackendEntryPointTest (line 40) | @RunWith(MockitoJUnitRunner.class) method testErrorDisplay (line 55) | @Test method testNoErrorDisplay (line 141) | @Test FILE: uberfire-workbench/uberfire-workbench-client-views-patternfly/src/main/java/org/uberfire/client/views/pfly/HTML5DndSeleniumSupport.java class HTML5DndSeleniumSupport (line 32) | @EntryPoint method init (line 41) | @PostConstruct method prepareDnd (line 46) | private native void prepareDnd(HTML5DndSeleniumSupport js)/*-{ FILE: uberfire-workbench/uberfire-workbench-client-views-patternfly/src/main/java/org/uberfire/client/views/pfly/PatternFlyEntryPoint.java class PatternFlyEntryPoint (line 25) | @EntryPoint method init (line 29) | @PostConstruct method getPatternFlyVersion (line 34) | public native String getPatternFlyVersion()/*-{ method getMomentLocale (line 38) | public native String getMomentLocale()/*-{ FILE: uberfire-workbench/uberfire-workbench-client-views-patternfly/src/main/java/org/uberfire/client/views/pfly/dnd/CompassWidgetImpl.java class CompassWidgetImpl (line 49) | @ApplicationScoped method init (line 71) | @PostConstruct method onEnter (line 91) | @Override method onLeave (line 96) | @Override method onMove (line 101) | @Override method getDropPosition (line 134) | @Override method getDropTarget (line 139) | @Override method onDrop (line 144) | @Override method onPreviewDrop (line 151) | @Override method show (line 156) | private void show(final DragContext context) { method showDropTarget (line 187) | private void showDropTarget(final DragContext context, method highlightActiveDropTarget (line 256) | private void highlightActiveDropTarget(final Widget target) { method showDropTarget (line 267) | private void showDropTarget(int x, method hideDropTarget (line 283) | private void hideDropTarget() { type CompassWidgetBinder (line 289) | interface CompassWidgetBinder extends UiBinder getUnselectedParts() { type ListBarWidgetBinder (line 605) | interface ListBarWidgetBinder FILE: uberfire-workbench/uberfire-workbench-client-views-patternfly/src/main/java/org/uberfire/client/views/pfly/listbar/PartListDropdown.java class PartListDropdown (line 55) | public class PartListDropdown extends ListDropdown implements HasSelecti... method PartListDropdown (line 67) | public PartListDropdown() { method setDndManager (line 73) | public void setDndManager(final WorkbenchDragAndDropManager dndManager) { method addPart (line 77) | public void addPart(final WorkbenchPartPresenter.View view) { method buildWidgets (line 90) | private void buildWidgets(final PartDefinition part, method removePart (line 117) | public void removePart(final PartDefinition part) { method selectPart (line 124) | public void selectPart(final PartDefinition part) { method changeTitle (line 140) | public void changeTitle(final PartDefinition part, method buildTitleWidget (line 148) | private DragArea buildTitleWidget(final String title, method buildTitleTextWidget (line 159) | private SpanElement buildTitleTextWidget(final String title, method buildTitleDropdownMenuItem (line 172) | private ListItem buildTitleDropdownMenuItem(final String title, method enableDragAndDrop (line 219) | public void enableDragAndDrop() { method makeDraggable (line 234) | void makeDraggable(final Widget title, method disableDragAndDrop (line 243) | public void disableDragAndDrop() { method isDndEnabled (line 257) | public boolean isDndEnabled() { method clear (line 261) | @Override method addSelectionHandler (line 269) | @Override method addCloseHandler (line 275) | @Override class NoMouseDownHandler (line 281) | private class NoMouseDownHandler implements MouseDownHandler { method onMouseDown (line 283) | @Override FILE: uberfire-workbench/uberfire-workbench-client-views-patternfly/src/main/java/org/uberfire/client/views/pfly/maximize/MaximizeToggleButton.java class MaximizeToggleButton (line 32) | public class MaximizeToggleButton extends Button implements View { method MaximizeToggleButton (line 39) | public MaximizeToggleButton() { method addClickHandler (line 50) | @Override method init (line 56) | @Override method click (line 65) | public void click() { method getMaximizeCommand (line 82) | public Command getMaximizeCommand() { method setMaximizeCommand (line 89) | public void setMaximizeCommand(Command maximizeCommand) { method getUnmaximizeCommand (line 96) | public Command getUnmaximizeCommand() { method setUnmaximizeCommand (line 103) | public void setUnmaximizeCommand(Command unmaximizeCommand) { method isMaximized (line 111) | public boolean isMaximized() { method setMaximized (line 122) | public void setMaximized(boolean maximized) { FILE: uberfire-workbench/uberfire-workbench-client-views-patternfly/src/main/java/org/uberfire/client/views/pfly/menu/DropdownMenuVisitor.java class DropdownMenuVisitor (line 37) | public class DropdownMenuVisitor extends BaseMenuVisitor { method DropdownMenuVisitor (line 41) | public DropdownMenuVisitor(final HasMenuItems hasMenuItems) { method visitEnter (line 45) | @Override method buildMenuGroup (line 52) | protected Widget buildMenuGroup(final MenuGroup menuGroup, method visit (line 61) | @Override method buildMenuCustom (line 76) | protected Widget buildMenuCustom(final MenuCustom menuCustom, method visit (line 82) | @Override method buildMenuCommand (line 88) | protected Widget buildMenuCommand(final MenuItemCommand menuItemCommand, method visit (line 101) | @Override method buildMenuPerspective (line 107) | protected Widget buildMenuPerspective(final MenuItemPerspective menuIt... method visit (line 120) | @Override method buildMenuPlain (line 126) | protected Widget buildMenuPlain(final MenuItemPlain menuItemPlain, method createListItem (line 132) | protected AnchorListItem createListItem(final MenuItem menuItem, method setupEnableDisable (line 150) | protected void setupEnableDisable(final MenuItem model, FILE: uberfire-workbench/uberfire-workbench-client-views-patternfly/src/main/java/org/uberfire/client/views/pfly/menu/HasMenuItems.java type HasMenuItems (line 27) | public interface HasMenuItems extends IsWidget { method addMenuItem (line 38) | void addMenuItem(MenuPosition position, FILE: uberfire-workbench/uberfire-workbench-client-views-patternfly/src/main/java/org/uberfire/client/views/pfly/menu/MainBrand.java type MainBrand (line 28) | public interface MainBrand extends IsWidget { FILE: uberfire-workbench/uberfire-workbench-client-views-patternfly/src/main/java/org/uberfire/client/views/pfly/menu/PartContextMenusView.java class PartContextMenusView (line 28) | @Dependent method buildMenu (line 39) | @Override method clear (line 43) | @Override FILE: uberfire-workbench/uberfire-workbench-client-views-patternfly/src/main/java/org/uberfire/client/views/pfly/menu/SplashScreenMenuView.java class SplashScreenMenuView (line 35) | @Dependent method SplashScreenMenuView (line 40) | public SplashScreenMenuView() { method init (line 52) | @Override method setSplashScreenList (line 57) | @Override FILE: uberfire-workbench/uberfire-workbench-client-views-patternfly/src/main/java/org/uberfire/client/views/pfly/menu/UserMenu.java class UserMenu (line 38) | @Dependent method setup (line 49) | @PostConstruct method addMenus (line 54) | @Override method formattedUsername (line 64) | private String formattedUsername() { method getView (line 81) | public IsWidget getView() { method push (line 85) | @Override method build (line 90) | @Override method clear (line 106) | public void clear() { type UserMenuView (line 110) | public interface UserMenuView extends HasMenuItems { method setUserName (line 112) | void setUserName(String userName); method clearMenuItems (line 114) | void clearMenuItems(); FILE: uberfire-workbench/uberfire-workbench-client-views-patternfly/src/main/java/org/uberfire/client/views/pfly/menu/UserMenuViewImpl.java class UserMenuViewImpl (line 32) | @Dependent method setup (line 38) | @PostConstruct method setUserName (line 59) | @Override method clearMenuItems (line 64) | @Override method addMenuItem (line 69) | @Override FILE: uberfire-workbench/uberfire-workbench-client-views-patternfly/src/main/java/org/uberfire/client/views/pfly/menu/UtilityMenuBarView.java class UtilityMenuBarView (line 36) | @ApplicationScoped method setup (line 46) | @PostConstruct method addMenus (line 53) | @Override method addMenuItem (line 60) | @Override FILE: uberfire-workbench/uberfire-workbench-client-views-patternfly/src/main/java/org/uberfire/client/views/pfly/menu/WorkbenchMenuBarView.java class WorkbenchMenuBarView (line 52) | @ApplicationScoped method setup (line 68) | @PostConstruct method setupToggle (line 97) | protected void setupToggle() { method createToggleBar (line 109) | private Span createToggleBar() { method setupNavBarCollapse (line 115) | protected void setupNavBarCollapse() { method addMenuItem (line 151) | @Override method addCustomMenuItem (line 169) | @Override method addGroupMenuItem (line 178) | @Override method addContextMenuItem (line 190) | @Override method addContextGroupMenuItem (line 212) | @Override method clearContextMenu (line 227) | @Override method clear (line 233) | @Override method expand (line 240) | @Override method collapse (line 247) | @Override method selectMenuItem (line 254) | @Override method addCollapseHandler (line 260) | @Override method addExpandHandler (line 270) | @Override method enableMenuItem (line 280) | @Override method enableContextMenuItem (line 289) | @Override method setAllMenuItemsVisible (line 298) | @Override method setMenuItemVisible (line 304) | @Override method setContextMenuItemVisible (line 310) | @Override type WorkbenchMenuNavBarView (line 316) | public interface WorkbenchMenuNavBarView { method clear (line 318) | void clear(); method addMenuItem (line 320) | void addMenuItem(String id, method addCustomMenuItem (line 326) | void addCustomMenuItem(Widget menu, method addGroupMenuItem (line 329) | void addGroupMenuItem(String id, method selectMenuItem (line 333) | void selectMenuItem(String id); method addContextMenuItem (line 335) | void addContextMenuItem(String menuItemId, method addContextGroupMenuItem (line 342) | void addContextGroupMenuItem(String menuItemId, method clearContextMenu (line 347) | void clearContextMenu(); method enableMenuItem (line 349) | void enableMenuItem(String menuItemId, method enableContextMenuItem (line 352) | void enableContextMenuItem(String menuItemId, FILE: uberfire-workbench/uberfire-workbench-client-views-patternfly/src/main/java/org/uberfire/client/views/pfly/menu/WorkbenchMenuCompactNavBarView.java class WorkbenchMenuCompactNavBarView (line 43) | @ApplicationScoped method setup (line 53) | @PostConstruct method addMenuItem (line 64) | @Override method addCustomMenuItem (line 87) | @Override method addGroupMenuItem (line 93) | @Override method addContextMenuItem (line 102) | @Override method addContextGroupMenuItem (line 134) | @Override method clearContextMenu (line 152) | @Override method selectMenuItem (line 164) | @Override method clear (line 174) | @Override method selectElement (line 182) | @Override method getMenuItemContextMenus (line 192) | protected Multimap getMenuItemContextMenus() { FILE: uberfire-workbench/uberfire-workbench-client-views-patternfly/src/main/java/org/uberfire/client/views/pfly/menu/WorkbenchMenuNavBarView.java class WorkbenchMenuNavBarView (line 30) | public abstract class WorkbenchMenuNavBarView extends Composite implemen... method setup (line 42) | protected void setup() { method selectMenuItem (line 46) | @Override method enableMenuItem (line 54) | @Override method enableContextMenuItem (line 60) | @Override method doSetMenuItemEnabled (line 67) | private void doSetMenuItemEnabled(final ComplexPanel cp, final boolean... method setMenuItemVisible (line 77) | public void setMenuItemVisible(String menuItemId, boolean visible) { method setContextMenuItemVisible (line 81) | public void setContextMenuItemVisible(String menuItemId, boolean visib... method doSetMenuItemVisible (line 85) | private void doSetMenuItemVisible(final ComplexPanel cp, final boolean... method clearContextMenu (line 92) | @Override method selectElement (line 102) | protected abstract void selectElement(ComplexPanel menuItemWidget); method clear (line 104) | public void clear() { method getMenuItemWidgetMap (line 111) | protected Map getMenuItemWidgetMap() { method getMenuItemContextWidgetMap (line 115) | protected Map getMenuItemContextWidgetMap() { method getContextContainerWidgetMap (line 119) | protected Map getContextContainerWidgetMap() { FILE: uberfire-workbench/uberfire-workbench-client-views-patternfly/src/main/java/org/uberfire/client/views/pfly/menu/WorkbenchMenuStandardNavBarView.java class WorkbenchMenuStandardNavBarView (line 43) | @ApplicationScoped method setup (line 46) | @PostConstruct method addMenuItem (line 52) | @Override method addCustomMenuItem (line 82) | @Override method addGroupMenuItem (line 90) | @Override method addContextMenuItem (line 108) | @Override method addContextGroupMenuItem (line 141) | @Override method clearContextMenu (line 168) | @Override method positionMenuItem (line 180) | void positionMenuItem(final AbstractListItem menuItem, method positionMenuItem (line 187) | void positionMenuItem(final Widget menu, method getContextContainer (line 194) | private ComplexPanel getContextContainer(final String menuItemId) { method addContextMenusToContainer (line 207) | private void addContextMenusToContainer(final String menuItemId, method selectMenuItem (line 216) | @Override method selectElement (line 242) | @Override method iterateWidgets (line 257) | private void iterateWidgets(final ComplexPanel widget) { FILE: uberfire-workbench/uberfire-workbench-client-views-patternfly/src/main/java/org/uberfire/client/views/pfly/menu/WorkbenchViewModeSwitcherView.java class WorkbenchViewModeSwitcherView (line 28) | @Dependent method setText (line 34) | @Override method init (line 39) | @Override method addClickHandler (line 44) | @Override method asWidget (line 54) | @Override method enable (line 59) | @Override method disable (line 64) | @Override FILE: uberfire-workbench/uberfire-workbench-client-views-patternfly/src/main/java/org/uberfire/client/views/pfly/menu/megamenu/WorkbenchMegaMenuView.java class WorkbenchMegaMenuView (line 49) | @Templated method WorkbenchMegaMenuView (line 97) | @Inject method init (line 130) | @Override method clear (line 136) | @Override method clearContextMenu (line 155) | @Override method setHomeLinkAction (line 161) | @Override method setBrandImageAction (line 166) | @Override method getDefaultMenuText (line 171) | @Override method setBrandImage (line 176) | @Override method setBrandImageTitle (line 181) | @Override method hideBrand (line 186) | @Override method setMenuAccessorText (line 191) | @Override method addMenuItemOnRight (line 196) | @Override method addMenuItemOnLeft (line 201) | @Override method addMenuItemOnParent (line 210) | @Override method addCustomMenuItem (line 216) | @Override method addCustomMenuItem (line 221) | @Override method addGroupMenuItem (line 227) | @Override method addContextMenuItem (line 232) | @Override method addContextMenuItem (line 237) | @Override method addContextMenuItemOnParent (line 242) | @Override method appendWidgetToElement (line 248) | void appendWidgetToElement(final HTMLElement parent, method setContextMenuActive (line 254) | @Override FILE: uberfire-workbench/uberfire-workbench-client-views-patternfly/src/main/java/org/uberfire/client/views/pfly/menu/megamenu/contextmenuitem/ChildContextMenuItemView.java class ChildContextMenuItemView (line 29) | @Templated method init (line 43) | @Override method setLabel (line 48) | @Override method setCommand (line 53) | @Override method enable (line 58) | @Override method disable (line 63) | @Override method pullRight (line 69) | @Override method select (line 74) | @Override FILE: uberfire-workbench/uberfire-workbench-client-views-patternfly/src/main/java/org/uberfire/client/views/pfly/menu/megamenu/contextmenuitem/GroupContextMenuItemView.java class GroupContextMenuItemView (line 29) | @Templated method init (line 47) | @Override method setLabel (line 52) | @Override method addItem (line 57) | @Override method enable (line 62) | @Override method disable (line 67) | @Override method pullRight (line 73) | @Override FILE: uberfire-workbench/uberfire-workbench-client-views-patternfly/src/main/java/org/uberfire/client/views/pfly/menu/megamenu/menuitem/ChildMenuItemView.java class ChildMenuItemView (line 28) | @Templated method init (line 38) | @Override method setLabel (line 43) | @Override method setCommand (line 48) | @Override method enable (line 53) | @Override method disable (line 58) | @Override method select (line 64) | @Override method setVisible (line 69) | @Override FILE: uberfire-workbench/uberfire-workbench-client-views-patternfly/src/main/java/org/uberfire/client/views/pfly/menu/megamenu/menuitem/GroupMenuItemView.java class GroupMenuItemView (line 29) | @Templated method init (line 44) | @Override method setLabel (line 49) | @Override method addItem (line 54) | @Override FILE: uberfire-workbench/uberfire-workbench-client-views-patternfly/src/main/java/org/uberfire/client/views/pfly/menu/megamenu/menuitem/IconMenuItemView.java class IconMenuItemView (line 30) | @Templated method init (line 44) | @Override method setIconClass (line 49) | @Override method setLabel (line 56) | @Override method setCommand (line 61) | @Override method enable (line 66) | @Override method disable (line 71) | @Override method select (line 77) | @Override FILE: uberfire-workbench/uberfire-workbench-client-views-patternfly/src/main/java/org/uberfire/client/views/pfly/modal/Bs3Modal.java class Bs3Modal (line 46) | @Dependent method Bs3Modal (line 56) | public Bs3Modal() { method setup (line 60) | protected void setup() { method onAttach (line 73) | @Override method initFooter (line 79) | private native void initFooter(final String id) /*-{ method show (line 92) | public void show(final Command afterShown, method show (line 118) | @Override method setContent (line 131) | public void setContent(IsWidget content) { method addDefaultFooter (line 136) | protected void addDefaultFooter() { method setModalTitle (line 144) | public void setModalTitle(final String title) { method setFooterContent (line 154) | public void setFooterContent(IsWidget content) { method setBodyHeight (line 163) | public void setBodyHeight(int height) { FILE: uberfire-workbench/uberfire-workbench-client-views-patternfly/src/main/java/org/uberfire/client/views/pfly/modal/ErrorPopupView.java class ErrorPopupView (line 31) | @Dependent method showMessage (line 37) | @Override FILE: uberfire-workbench/uberfire-workbench-client-views-patternfly/src/main/java/org/uberfire/client/views/pfly/monaco/jsinterop/ITextModel.java class ITextModel (line 21) | @JsType(isNative = true) method getValue (line 24) | public native String getValue(); method getLineLength (line 26) | public native int getLineLength(final int lineNumber); FILE: uberfire-workbench/uberfire-workbench-client-views-patternfly/src/main/java/org/uberfire/client/views/pfly/monaco/jsinterop/MonacoEditor.java class MonacoEditor (line 24) | @JsType(isNative = true, namespace = "window", name = "monaco") method defineTheme (line 27) | public native void defineTheme(final String themeId, method create (line 30) | public native MonacoStandaloneCodeEditor create(final Element themeId, method setTheme (line 33) | public native void setTheme(final String feelThemeId); method get (line 35) | @JsProperty(name = "editor") FILE: uberfire-workbench/uberfire-workbench-client-views-patternfly/src/main/java/org/uberfire/client/views/pfly/monaco/jsinterop/MonacoLanguages.java class MonacoLanguages (line 24) | @JsType(isNative = true, namespace = "window", name = "monaco") method register (line 27) | public native void register(final JavaScriptObject language); method setMonarchTokensProvider (line 29) | public native void setMonarchTokensProvider(final String languageId, method registerCompletionItemProvider (line 32) | public native void registerCompletionItemProvider(final String languag... method get (line 35) | @JsProperty(name = "languages") type ProvideCompletionItemsFunction (line 38) | @JsFunction method call (line 41) | JavaScriptObject call(final ITextModel model, FILE: uberfire-workbench/uberfire-workbench-client-views-patternfly/src/main/java/org/uberfire/client/views/pfly/monaco/jsinterop/MonacoStandaloneCodeEditor.java class MonacoStandaloneCodeEditor (line 27) | @JsType(isNative = true, namespace = JsPackage.GLOBAL) method focus (line 32) | public native void focus(); method layout (line 34) | public native void layout(JavaScriptObject dimensions); method dispose (line 36) | public native void dispose(); method getValue (line 38) | public native String getValue(); method trigger (line 40) | public native void trigger(final String source, method setValue (line 43) | public native void setValue(final String value); method onKeyDown (line 45) | public native void onKeyDown(final CallbackFunction callback); method onDidBlurEditorWidget (line 47) | public native void onDidBlurEditorWidget(final CallbackFunction callba... method isSuggestWidgetVisible (line 49) | @JsOverlay type CallbackFunction (line 54) | @JsFunction method call (line 57) | void call(final NativeEvent event); FILE: uberfire-workbench/uberfire-workbench-client-views-patternfly/src/main/java/org/uberfire/client/views/pfly/monaco/jsinterop/MonacoStandaloneCodeEditorHelper.java class MonacoStandaloneCodeEditorHelper (line 23) | public class MonacoStandaloneCodeEditorHelper { method isSuggestWidgetVisible (line 25) | public static native boolean isSuggestWidgetVisible(final MonacoStanda... FILE: uberfire-workbench/uberfire-workbench-client-views-patternfly/src/main/java/org/uberfire/client/views/pfly/monaco/jsinterop/Position.java class Position (line 22) | @JsType(isNative = true) method getColumn (line 25) | @JsProperty method getLineNumber (line 28) | @JsProperty FILE: uberfire-workbench/uberfire-workbench-client-views-patternfly/src/main/java/org/uberfire/client/views/pfly/multipage/MultiPageEditorImpl.java class MultiPageEditorImpl (line 31) | @Dependent method init (line 41) | @PostConstruct method addPage (line 46) | public void addPage(final Page page) { method addPage (line 50) | public void addPage(int index, final Page page) { method disablePage (line 54) | public void disablePage(int index) { method enablePage (line 58) | public void enablePage(int index) { method selectPage (line 62) | public void selectPage(final int index) { method selectedPage (line 66) | public int selectedPage() { method addTabBarWidget (line 70) | public void addTabBarWidget(final IsWidget customWidget) { method clear (line 74) | @Override method getView (line 79) | @Override method addWidget (line 84) | @Override method asWidget (line 91) | @Override FILE: uberfire-workbench/uberfire-workbench-client-views-patternfly/src/main/java/org/uberfire/client/views/pfly/multipage/MultiPageEditorSelectedPageEvent.java class MultiPageEditorSelectedPageEvent (line 21) | public class MultiPageEditorSelectedPageEvent implements UberFireEvent { method MultiPageEditorSelectedPageEvent (line 25) | public MultiPageEditorSelectedPageEvent(final int selectedPage) { method getSelectedPage (line 29) | public int getSelectedPage() { FILE: uberfire-workbench/uberfire-workbench-client-views-patternfly/src/main/java/org/uberfire/client/views/pfly/multipage/MultiPageEditorViewImpl.java class MultiPageEditorViewImpl (line 37) | @Dependent method init (line 43) | @Override method enableSelectedPageEvent (line 64) | public void enableSelectedPageEvent(final Event> getSelectedP... FILE: uberfire-workbench/uberfire-workbench-client-views-patternfly/src/main/java/org/uberfire/client/views/pfly/multipage/PageImpl.java class PageImpl (line 26) | public class PageImpl implements Page { method PageImpl (line 31) | public PageImpl(final IsWidget widget) { method PageImpl (line 36) | public PageImpl(final IsWidget widget, method getLabel (line 43) | public String getLabel() { method onFocus (line 47) | public void onFocus() { method onLostFocus (line 50) | public void onLostFocus() { method getView (line 53) | public PageView getView() { FILE: uberfire-workbench/uberfire-workbench-client-views-patternfly/src/main/java/org/uberfire/client/views/pfly/multipage/PageViewImpl.java class PageViewImpl (line 25) | public class PageViewImpl extends Composite implements PageView, method PageViewImpl (line 31) | public PageViewImpl(PageImpl presenter, method onFocus (line 38) | public void onFocus() { method onLostFocus (line 42) | public void onLostFocus() { method getSp (line 46) | public ScrollPanel getSp() { method onResize (line 50) | @Override FILE: uberfire-workbench/uberfire-workbench-client-views-patternfly/src/main/java/org/uberfire/client/views/pfly/multiscreen/MultiScreenMenuBuilder.java class MultiScreenMenuBuilder (line 43) | @Dependent method apply (line 64) | @Override method makeItem (line 70) | protected HTMLElement makeItem(final MenuItem item, class MenuCustomMapper (line 98) | private class MenuCustomMapper implements Function filter(final String selector); method offset (line 55) | public native JQueryElementOffset offset(); method contains (line 57) | public native boolean contains(final Element container, type CallbackFunction (line 60) | @JsFunction method call (line 63) | void call(final JQueryEvent event); FILE: uberfire-workbench/uberfire-workbench-client-views-patternfly/src/main/java/org/uberfire/client/views/pfly/selectpicker/JQueryElementOffset.java class JQueryElementOffset (line 5) | @JsType(isNative = true) FILE: uberfire-workbench/uberfire-workbench-client-views-patternfly/src/main/java/org/uberfire/client/views/pfly/selectpicker/JQueryEvent.java class JQueryEvent (line 22) | @JsType(isNative = true) FILE: uberfire-workbench/uberfire-workbench-client-views-patternfly/src/main/java/org/uberfire/client/views/pfly/selectpicker/JQueryList.java class JQueryList (line 21) | @JsType(isNative = true) method get (line 26) | public abstract T get(final int index); FILE: uberfire-workbench/uberfire-workbench-client-views-patternfly/src/main/java/org/uberfire/client/views/pfly/selectpicker/JQuerySelectPicker.java class JQuerySelectPicker (line 26) | @JsType(isNative = true) method $ (line 29) | @JsMethod(namespace = GLOBAL, name = "jQuery") method $ (line 32) | @JsMethod(namespace = GLOBAL, name = "jQuery") method selectpicker (line 35) | public native JQuerySelectPicker selectpicker(final String method); method selectpicker (line 37) | public native JQuerySelectPicker selectpicker(final String method, method on (line 40) | public native JQuerySelectPicker on(final String event, method off (line 43) | public native JQuerySelectPicker off(final String event); method val (line 45) | public native String val(); type CallbackFunction (line 47) | @JsFunction method call (line 50) | void call(final JQuerySelectPickerEvent event); FILE: uberfire-workbench/uberfire-workbench-client-views-patternfly/src/main/java/org/uberfire/client/views/pfly/selectpicker/JQuerySelectPickerEvent.java class JQuerySelectPickerEvent (line 21) | @JsType(isNative = true) FILE: uberfire-workbench/uberfire-workbench-client-views-patternfly/src/main/java/org/uberfire/client/views/pfly/selectpicker/JQuerySelectPickerTarget.java class JQuerySelectPickerTarget (line 21) | @JsType(isNative = true) FILE: uberfire-workbench/uberfire-workbench-client-views-patternfly/src/main/java/org/uberfire/client/views/pfly/splash/SplashModalFooter.java class SplashModalFooter (line 33) | @Templated method setup (line 46) | @PostConstruct method onOKButtonClick (line 52) | @EventHandler("closeButton") method getShowAgain (line 59) | public boolean getShowAgain() { method setCloseCommand (line 67) | public void setCloseCommand(ParameterizedCommand closeCommand) { FILE: uberfire-workbench/uberfire-workbench-client-views-patternfly/src/main/java/org/uberfire/client/views/pfly/splash/SplashViewImpl.java class SplashViewImpl (line 34) | @Dependent method setup (line 45) | @PostConstruct method setContent (line 61) | @Override method setTitle (line 71) | @Override method showAgain (line 76) | @Override method show (line 81) | @Override method hide (line 95) | @Override method addCloseHandler (line 100) | @Override FILE: uberfire-workbench/uberfire-workbench-client-views-patternfly/src/main/java/org/uberfire/client/views/pfly/style/PatternFlyStyles.java class PatternFlyStyles (line 19) | public class PatternFlyStyles { FILE: uberfire-workbench/uberfire-workbench-client-views-patternfly/src/main/java/org/uberfire/client/views/pfly/sys/MomentUtils.java class MomentUtils (line 23) | public class MomentUtils { method setMomentLocale (line 25) | protected static void setMomentLocale(){ method getLocaleName (line 34) | protected static String getLocaleName(final String gwtLocale) { method setMomentLocale (line 45) | public static native void setMomentLocale(final String locale) /*-{ FILE: uberfire-workbench/uberfire-workbench-client-views-patternfly/src/main/java/org/uberfire/client/views/pfly/sys/PatternFlyBootstrapper.java class PatternFlyBootstrapper (line 27) | public class PatternFlyBootstrapper { method ensurejQueryIsAvailable (line 51) | public static void ensurejQueryIsAvailable() { method ensurePrettifyIsAvailable (line 59) | public static void ensurePrettifyIsAvailable() { method ensureBootstrapSelectIsAvailable (line 68) | public static void ensureBootstrapSelectIsAvailable() { method ensurePatternFlyIsAvailable (line 77) | public static void ensurePatternFlyIsAvailable() { method ensureMomentIsAvailable (line 88) | public static void ensureMomentIsAvailable() { method ensureMomentTimeZoneIsAvailable (line 98) | public static void ensureMomentTimeZoneIsAvailable() { method ensureBootstrapDateRangePickerIsAvailable (line 107) | public static void ensureBootstrapDateRangePickerIsAvailable() { method ensureD3IsAvailable (line 117) | public static void ensureD3IsAvailable() { method ensureJQueryUIIsAvailable (line 126) | public static void ensureJQueryUIIsAvailable() { method ensureMonacoEditorLoaderIsAvailable (line 135) | public static void ensureMonacoEditorLoaderIsAvailable() { method isjQueryLoaded (line 149) | private static native boolean isjQueryLoaded() /*-{ FILE: uberfire-workbench/uberfire-workbench-client-views-patternfly/src/main/java/org/uberfire/client/views/pfly/sys/PatternFlyClientBundle.java type PatternFlyClientBundle (line 23) | public interface PatternFlyClientBundle extends ClientBundle { method prettify (line 27) | @Source("org/uberfire/client/views/static/prettify/bin/prettify.min.js") method bootstrapSelect (line 30) | @Source("org/uberfire/client/views/static/bootstrap-select/js/bootstra... method patternFly (line 33) | @Source("org/uberfire/client/views/static/js/patternfly.min.js") method moment (line 36) | @Source("org/uberfire/client/views/static/moment/moment-with-locales.m... method momentTimeZone (line 39) | @Source("org/uberfire/client/views/static/moment-timezone/moment-timez... method bootstrapDateRangePicker (line 42) | @Source("org/uberfire/client/views/static/bootstrap-daterangepicker/da... method d3 (line 45) | @Source("org/uberfire/client/views/static/d3/d3.min.js") method jQueryUI (line 48) | @Source("org/uberfire/client/views/static/jquery-ui/jquery-ui.min.js") method monacoEditor (line 51) | @Source("org/uberfire/client/views/static/appformer-js-monaco/monaco.m... FILE: uberfire-workbench/uberfire-workbench-client-views-patternfly/src/main/java/org/uberfire/client/views/pfly/tab/MultiTabWorkbenchPanelView.java class MultiTabWorkbenchPanelView (line 29) | @Dependent method MultiTabWorkbenchPanelView (line 36) | @Inject method setupWidget (line 41) | @Override method getParts (line 51) | @Override FILE: uberfire-workbench/uberfire-workbench-client-views-patternfly/src/main/java/org/uberfire/client/views/pfly/tab/ResizeTabPanel.java class ResizeTabPanel (line 28) | @Dependent method onResize (line 33) | @Override method getTabBarHeight (line 75) | public int getTabBarHeight() { method setFocus (line 83) | public void setFocus(boolean hasFocus) { FILE: uberfire-workbench/uberfire-workbench-client-views-patternfly/src/main/java/org/uberfire/client/views/pfly/tab/TabPanelEntry.java class TabPanelEntry (line 43) | public class TabPanelEntry implements HasActive { method TabPanelEntry (line 56) | public TabPanelEntry(String title, method getTabWidget (line 70) | public DropDownTabListItem getTabWidget() { method getContents (line 74) | public Widget getContents() { method getContentPane (line 81) | public TabPane getContentPane() { method getTitle (line 85) | public String getTitle() { method setTitle (line 89) | public void setTitle(String title) { method setInDropdown (line 94) | public void setInDropdown(boolean inDropdown) { method isActive (line 101) | @Override method setActive (line 109) | @Override method showTab (line 118) | public void showTab() { method toString (line 122) | @Override class DropDownTabListItem (line 130) | public static class DropDownTabListItem extends TabListItem implements... method DropDownTabListItem (line 134) | public DropDownTabListItem() { method DropDownTabListItem (line 138) | public DropDownTabListItem(String label) { method setInDropdown (line 146) | public void setInDropdown(boolean inDropdown) { method addToAnchor (line 153) | public void addToAnchor(Widget w) { method addClickHandler (line 157) | @Override method addMouseDownHandler (line 163) | @Override method ouiaComponentType (line 169) | @Override method ouiaComponentId (line 174) | @Override method ouiaAttributeRenderer (line 179) | @Override FILE: uberfire-workbench/uberfire-workbench-client-views-patternfly/src/main/java/org/uberfire/client/views/pfly/tab/TabPanelWithDropdowns.java class TabPanelWithDropdowns (line 60) | @Dependent method onShow (line 75) | @Override method onShown (line 89) | @Override method addShowHandler (line 130) | public HandlerRegistration addShowHandler(TabShowHandler tabShowHandle... method addShownHandler (line 139) | public HandlerRegistration addShownHandler(TabShownHandler tabShownHan... method init (line 147) | @PostConstruct method addItem (line 158) | public TabPanelEntry addItem(String label, method addItem (line 170) | public void addItem(final TabPanelEntry tab) { method insertItem (line 181) | public void insertItem(final TabPanelEntry tab, method insertTabAndContent (line 189) | void insertTabAndContent(final TabPanelEntry tab, method registerTabHandlers (line 202) | void registerTabHandlers(final TabPanelEntry tab) { method getIndividualTabShowHandler (line 211) | TabShowHandler getIndividualTabShowHandler() { method getIndividualTabShownHandler (line 215) | TabShownHandler getIndividualTabShownHandler() { method getTabHandlerRegistrations (line 219) | Multimap getTabHandlerRegistration... method getAllContentTabs (line 223) | Set getAllContentTabs() { method getActivatableWidgets (line 227) | Set getActivatableWidgets() { method getTabBar (line 231) | public NavTabs getTabBar() { method getTabContent (line 235) | TabContent getTabContent() { method getWidgetsPanel (line 239) | HorizontalPanel getWidgetsPanel() { method remove (line 248) | public boolean remove(TabPanelEntry tab) { method resizeTabContent (line 260) | void resizeTabContent() { method addDropdownTab (line 276) | public DropDownTab addDropdownTab(String label) { method addDropdownTab (line 299) | public void addDropdownTab(DropDownTab contents) { method clear (line 312) | public void clear() { method getActiveTab (line 328) | public TabPanelEntry getActiveTab() { method getSelectedTabIndex (line 341) | public int getSelectedTabIndex() { method selectTabIndex (line 350) | public void selectTabIndex(int index) { method findEntryForTabWidget (line 360) | public TabPanelEntry findEntryForTabWidget(final TabListItem tabWidget) { method addTabBarWidget (line 369) | public void addTabBarWidget(final IsWidget customWidget) { type TabPanelWithDropdownsBinder (line 374) | interface TabPanelWithDropdownsBinder class DropDownTab (line 384) | public class DropDownTab extends DropDownMenu { method DropDownTab (line 390) | public DropDownTab(AnchorListItem owningTab) { method addItem (line 395) | public TabPanelEntry addItem(String label, method addItem (line 403) | public void addItem(TabPanelEntry tab) { method setText (line 431) | public void setText(String text) { method clear (line 435) | @Override method getTabWidth (line 454) | public int getTabWidth() { FILE: uberfire-workbench/uberfire-workbench-client-views-patternfly/src/main/java/org/uberfire/client/views/pfly/tab/UberTabPanel.java class UberTabPanel (line 70) | @Dependent method UberTabPanel (line 90) | @Inject method init (line 99) | @PostConstruct method clear (line 136) | @Override method updateDisplayedTabs (line 149) | private void updateDisplayedTabs() { method getTab (line 214) | private TabPanelEntry getTab(int i) { method selectPart (line 219) | @Override method remove (line 228) | @Override method changeTitle (line 251) | @Override method addBeforeSelectionHandler (line 261) | @Override method addSelectionHandler (line 267) | @Override method setPresenter (line 273) | @Override method addPart (line 278) | @Override method resizeIfNeeded (line 310) | private void resizeIfNeeded(final Widget widget) { method onResize (line 316) | @Override method addCloseToTab (line 322) | private void addCloseToTab(final TabPanelEntry tab) { method setDndManager (line 337) | @Override method setFocus (line 342) | @Override method onClick (line 348) | @Override method getSelectedPart (line 360) | private View getSelectedPart() { method fireFocusGained (line 364) | private void fireFocusGained() { method addOnFocusHandler (line 370) | @Override method getPartsSize (line 376) | @Override method getParts (line 381) | @Override FILE: uberfire-workbench/uberfire-workbench-client-views-patternfly/src/main/java/org/uberfire/client/views/pfly/toolbar/WorkbenchToolBarView.java class WorkbenchToolBarView (line 53) | @Dependent method WorkbenchToolBarView (line 81) | public WorkbenchToolBarView() { method addToolBar (line 90) | @Override method removeToolBar (line 125) | @Override method getHeight (line 130) | @Override method isExpanded (line 138) | private boolean isExpanded() { method hide (line 142) | @Override method show (line 148) | @Override method handleClick (line 154) | @UiHandler("viewControl") method expand (line 163) | private void expand() { method collapse (line 181) | private void collapse() { type State (line 201) | enum State { type WorkbenchToolBarViewBinder (line 206) | interface WorkbenchToolBarViewBinder class ExpandAnimation (line 212) | private class ExpandAnimation extends Animation { method onComplete (line 219) | @Override method onUpdate (line 225) | @Override method animate (line 238) | void animate(int startSize, class CollapseAnimation (line 249) | private class CollapseAnimation extends Animation { method onComplete (line 254) | @Override method onUpdate (line 259) | @Override method animate (line 268) | void animate(int startSize, FILE: uberfire-workbench/uberfire-workbench-client-views-patternfly/src/main/java/org/uberfire/client/views/pfly/widgets/Button.java class Button (line 30) | @Dependent method setText (line 41) | public void setText(final String text) { method setClickHandler (line 50) | public void setClickHandler(final Command clickHandler) { method setType (line 55) | public void setType(final ButtonType type) { method setButtonStyleType (line 59) | public void setButtonStyleType(final ButtonStyleType type) { method setEnabled (line 67) | public void setEnabled(final boolean enabled) { method hide (line 76) | public void hide() { method show (line 80) | public void show() { method addIcon (line 84) | public void addIcon(final String... classes) { method getElement (line 91) | @Override method addClass (line 96) | private void addClass(final HTMLElement element, method removeClass (line 105) | private void removeClass(final String cssClass) { type ButtonType (line 111) | public enum ButtonType { type ButtonStyleType (line 117) | public enum ButtonStyleType { method ButtonStyleType (line 129) | ButtonStyleType(final String cssClass) { method getCssClass (line 133) | public String getCssClass() { FILE: uberfire-workbench/uberfire-workbench-client-views-patternfly/src/main/java/org/uberfire/client/views/pfly/widgets/ConfirmPopup.java class ConfirmPopup (line 34) | @Dependent method init (line 67) | @PostConstruct method show (line 72) | public void show(final String title, method show (line 85) | public void show(final String title, method hide (line 110) | public void hide() { method getElement (line 114) | public HTMLElement getElement() { method onOkClick (line 118) | @EventHandler("confirm-ok") method onCancelClick (line 126) | @EventHandler("confirm-cancel") method onCloseClick (line 131) | @EventHandler("confirm-close") FILE: uberfire-workbench/uberfire-workbench-client-views-patternfly/src/main/java/org/uberfire/client/views/pfly/widgets/D3.java type D3 (line 26) | @JsType(isNative = true) method selection (line 29) | Selection selection(); method select (line 31) | Selection select(String path); method select (line 33) | Selection select(Object object); method selectAll (line 35) | Selection selectAll(String path); method zoom (line 37) | Zoom zoom(); method on (line 39) | CallbackFunction on(String event, CallbackFunction callbackFn); method on (line 41) | D3 on(String event, CallbackFunctionWithData callbackFn); method call (line 43) | D3 call(CallbackFunction function, Object... args); method attr (line 45) | D3 attr(String name, Object value); method attr (line 47) | D3 attr(String name, CallbackFunctionWithData callbackFn); method attr (line 49) | Object attr(String name); method style (line 51) | Object style(String name); method style (line 53) | D3 style(String name, Object value); method style (line 55) | D3 style(String name, CallbackFunctionWithData callbackFn); method append (line 57) | D3 append(String content); method html (line 59) | D3 html(String content); method text (line 61) | D3 text(String content); method text (line 63) | D3 text(CallbackFunctionWithData callbackFn); method enter (line 65) | D3 enter(); method join (line 67) | D3 join(String obj); method data (line 69) | D3 data(Object[] data); method data (line 71) | D3 data(Object data); method geoContains (line 73) | boolean geoContains(Object object, Double[] point); method node (line 75) | Node node(); method getZoomIdentity (line 77) | @JsProperty method getEvent (line 80) | @JsProperty method transition (line 83) | Transition transition(); method scaleQuantize (line 85) | Scale scaleQuantize(); method scaleLinear (line 87) | Scale scaleLinear(); method scaleSqrt (line 89) | Scale scaleSqrt(); method getSchemeBlues (line 91) | @JsProperty method getSchemeReds (line 94) | @JsProperty method getSchemeGreens (line 97) | @JsProperty type CallbackFunction (line 100) | @JsFunction method execute (line 104) | void execute(); type CallbackFunctionWithData (line 107) | @JsFunction method execute (line 111) | Object execute(Object data, int index, Element[] elements); type Selection (line 114) | @JsType(isNative = true) method empty (line 117) | boolean empty(); method size (line 119) | int size(); method filter (line 121) | Selection filter(String path); type Zoom (line 125) | @JsType(isNative = true) method scaleBy (line 128) | void scaleBy(D3 element, double scale); method scaleTo (line 130) | void scaleTo(D3 element, double scale); method scaleExtent (line 132) | void scaleExtent(double[] scaleExtent); method translateExtent (line 134) | void translateExtent(double[][] translateExtent); method transform (line 136) | void transform(D3 selection, Transform transform); type Transform (line 139) | @JsType(isNative = true) method getX (line 142) | @JsProperty method getY (line 145) | @JsProperty method getK (line 148) | @JsProperty method setX (line 151) | @JsProperty method setY (line 154) | @JsProperty type Transition (line 158) | @JsType(isNative = true) method duration (line 161) | D3 duration(double milis); type Event (line 164) | @JsType(isNative = true) method getCurrentTarget (line 167) | @JsProperty method getPageX (line 170) | @JsProperty method getPageY (line 173) | @JsProperty type ZoomEvent (line 177) | @JsType(isNative = true) method getTransform (line 180) | @JsProperty type Node (line 184) | @JsType(isNative = true) method getBoundingClientRect (line 187) | DOMRect getBoundingClientRect(); type DOMRect (line 191) | @JsType(isNative = true) method getX (line 194) | @JsProperty method getY (line 197) | @JsProperty method getWidth (line 200) | @JsProperty method getHeight (line 203) | @JsProperty type Scale (line 207) | @JsType(isNative = true) method domain (line 210) | Scale domain(Object[] domain); method domain (line 212) | Object[] domain(); method range (line 214) | Scale range(Object[] colors); method rangeRound (line 216) | Scale rangeRound(Object[] colors); method range (line 218) | Object[] range(); method call (line 220) | String call(Scale self, Object... args); method invertExtent (line 222) | Object[] invertExtent(Object value); class Builder (line 225) | class Builder { method get (line 227) | @JsProperty(name = "d3", namespace = JsPackage.GLOBAL) FILE: uberfire-workbench/uberfire-workbench-client-views-patternfly/src/main/java/org/uberfire/client/views/pfly/widgets/DateRangePicker.java class DateRangePicker (line 35) | @Dependent method setup (line 47) | public void setup(final DateRangePickerOptions options, method setupI18n (line 54) | protected void setupI18n(final DateRangePickerOptions options) { method addApplyListener (line 87) | public void addApplyListener(final DateTimePickerEventCallback callbac... method getElement (line 92) | @Override type JQueryDateRangePickerElement (line 97) | @JsType(isNative = true) method daterangepicker (line 100) | DateRangePickerElement daterangepicker(DateRangePickerOptions options, method on (line 103) | void on(String event, type DateRangePickerCallback (line 107) | @JsFunction method update (line 111) | void update(Moment start, type DateTimePickerEventCallback (line 116) | @JsFunction method onEvent (line 120) | void onEvent(Event event, type DateRangePickerElement (line 124) | @JsType(isNative = true) method getStartDate (line 127) | @JsProperty method setStartDate (line 130) | void setStartDate(Moment startDate); method getEndDate (line 132) | @JsProperty method setEndDate (line 135) | void setEndDate(Moment endDate); method getChosenLabel (line 137) | @JsProperty FILE: uberfire-workbench/uberfire-workbench-client-views-patternfly/src/main/java/org/uberfire/client/views/pfly/widgets/DateRangePickerOptions.java class DateRangePickerOptions (line 24) | @JsType(isNative = true, name = "Object", namespace = JsPackage.GLOBAL) method DateRangePickerOptions (line 27) | private DateRangePickerOptions() { method create (line 30) | @JsOverlay method setApplyClass (line 43) | @JsProperty method setStartDate (line 46) | @JsProperty method setEndDate (line 49) | @JsProperty method setMinDate (line 52) | @JsProperty method setMaxDate (line 55) | @JsProperty method setAutoApply (line 58) | @JsProperty method setAutoUpdateInput (line 61) | @JsProperty method setShowCustomRangeLabel (line 64) | @JsProperty method setTimePicker (line 67) | @JsProperty method setTimePickerIncrement (line 70) | @JsProperty method setTimePicker24Hour (line 73) | @JsProperty method setSingleDatePicker (line 76) | @JsProperty method setDrops (line 79) | @JsProperty method setParentEl (line 82) | @JsProperty method setLocale (line 85) | @JsProperty method setFormat (line 88) | @JsProperty(name = "locale.format") method setCustomRangeLabel (line 91) | @JsProperty(name = "locale.customRangeLabel") method setApplyLabel (line 94) | @JsProperty(name = "locale.applyLabel") method setCancelLabel (line 97) | @JsProperty(name = "locale.cancelLabel") method setFromLabel (line 100) | @JsProperty(name = "locale.fromLabel") method setToLabel (line 103) | @JsProperty(name = "locale.toLabel") method setWeekLabel (line 106) | @JsProperty(name = "locale.weekLabel") method setDaysOfWeek (line 109) | @JsProperty(name = "locale.daysOfWeek") method setMonthNames (line 112) | @JsProperty(name = "locale.monthNames") method getRanges (line 115) | @JsProperty method setRanges (line 118) | @JsProperty method addRange (line 121) | @JsOverlay class Range (line 130) | @JsType(isNative = true, name = "Object", namespace = JsPackage.GLOBAL) method defineProperty (line 133) | public static native void defineProperty(Range range, method addRange (line 137) | @JsOverlay class PropertyDescriptor (line 151) | @JsType(isNative = true, name = "Object", namespace = JsPackage.GLOBAL) method setValue (line 154) | @JsProperty method setEnumerable (line 157) | @JsProperty FILE: uberfire-workbench/uberfire-workbench-client-views-patternfly/src/main/java/org/uberfire/client/views/pfly/widgets/DropdownMenu.java class DropdownMenu (line 31) | @Dependent method setText (line 48) | public void setText(final String text) { method addDropdownItem (line 52) | public void addDropdownItem(final HTMLLIElement item) { method setItemsAlignment (line 56) | public void setItemsAlignment(final ItemsAlignment alighment) { method getElement (line 62) | @Override type ItemsAlignment (line 67) | public enum ItemsAlignment { FILE: uberfire-workbench/uberfire-workbench-client-views-patternfly/src/main/java/org/uberfire/client/views/pfly/widgets/DropdownMenuItem.java class DropdownMenuItem (line 33) | @Dependent method getElement (line 47) | @Override method setText (line 52) | public void setText(final String text) { method setClickHandler (line 56) | public void setClickHandler(final Command clickHandler) { method onClick (line 60) | @EventHandler("anchor") FILE: uberfire-workbench/uberfire-workbench-client-views-patternfly/src/main/java/org/uberfire/client/views/pfly/widgets/Duration.java type Duration (line 26) | @JsType(isNative = true) method humanize (line 29) | String humanize(); method humanize (line 31) | String humanize(boolean suffix); class Builder (line 33) | class Builder { method duration (line 35) | @JsMethod(name = "moment.duration", namespace = JsPackage.GLOBAL) method duration (line 38) | @JsMethod(name = "moment.duration", namespace = JsPackage.GLOBAL) method duration (line 41) | @JsMethod(name = "moment.duration", namespace = JsPackage.GLOBAL) FILE: uberfire-workbench/uberfire-workbench-client-views-patternfly/src/main/java/org/uberfire/client/views/pfly/widgets/Elemental2Producer.java class Elemental2Producer (line 9) | @ApplicationScoped method produceDocument (line 12) | @Produces FILE: uberfire-workbench/uberfire-workbench-client-views-patternfly/src/main/java/org/uberfire/client/views/pfly/widgets/ErrorPopup.java class ErrorPopup (line 26) | @Dependent type View (line 29) | public interface View method getInlineNotification (line 32) | HTMLElement getInlineNotification(); method getStandardNotification (line 34) | HTMLElement getStandardNotification(); method setInlineNotificationValue (line 36) | void setInlineNotificationValue(final String message); method setStandardNotificationValue (line 38) | void setStandardNotificationValue(final String message); method setNotification (line 40) | void setNotification(final HTMLElement notification); method showDetailPanel (line 42) | void showDetailPanel(final boolean show); method setDetailValue (line 44) | void setDetailValue(final String message); method isDetailCollapsed (line 46) | boolean isDetailCollapsed(); method setCollapseDetailIcon (line 48) | void setCollapseDetailIcon(final boolean collapsed); method setCollapseDetailPanel (line 50) | void setCollapseDetailPanel(final boolean collapsed); method setDetailLabel (line 52) | void setDetailLabel(final String label); method getShowDetailLabel (line 54) | String getShowDetailLabel(); method getCloseDetailLabel (line 56) | String getCloseDetailLabel(); method show (line 58) | void show(); method hide (line 60) | void hide(); type DisplayMode (line 63) | public enum DisplayMode { method ErrorPopup (line 70) | @Inject method init (line 75) | @PostConstruct method showError (line 80) | public void showError(final String message) { method showError (line 85) | public void showError(final String message, method showError (line 94) | public void showError(final String message, method showError (line 101) | public void showError(final String message, method setMessage (line 111) | private void setMessage(final String message, method showDetailPanel (line 122) | private void showDetailPanel(boolean show) { method onOk (line 129) | protected void onOk() { method onClose (line 133) | protected void onClose() { method onDetail (line 137) | protected void onDetail() { FILE: uberfire-workbench/uberfire-workbench-client-views-patternfly/src/main/java/org/uberfire/client/views/pfly/widgets/ErrorPopupView.java class ErrorPopupView (line 41) | @Dependent method init (line 94) | @PostConstruct method init (line 99) | @Override method getInlineNotification (line 104) | @Override method getStandardNotification (line 109) | @Override method setInlineNotificationValue (line 114) | @Override method setStandardNotificationValue (line 119) | @Override method setNotification (line 124) | @Override method showDetailPanel (line 130) | @Override method setDetailValue (line 140) | @Override method isDetailCollapsed (line 145) | @Override method setCollapseDetailIcon (line 151) | @Override method setCollapseDetailPanel (line 166) | @Override method setDetailLabel (line 176) | @Override method getShowDetailLabel (line 181) | @Override method getCloseDetailLabel (line 186) | @Override method show (line 191) | @Override method hide (line 196) | @Override method onOkClick (line 201) | @EventHandler("ok-button") method onCloseClick (line 206) | @EventHandler("close-button") method onDetailClick (line 211) | @EventHandler("detail-anchor") FILE: uberfire-workbench/uberfire-workbench-client-views-patternfly/src/main/java/org/uberfire/client/views/pfly/widgets/FormGroup.java class FormGroup (line 30) | @Dependent method clearValidationState (line 36) | public void clearValidationState() { method setValidationState (line 41) | public void setValidationState(final ValidationState state) { method getElement (line 47) | @Override FILE: uberfire-workbench/uberfire-workbench-client-views-patternfly/src/main/java/org/uberfire/client/views/pfly/widgets/FormLabel.java class FormLabel (line 27) | @Dependent method getElement (line 36) | @Override method addRequiredIndicator (line 41) | public void addRequiredIndicator() { FILE: uberfire-workbench/uberfire-workbench-client-views-patternfly/src/main/java/org/uberfire/client/views/pfly/widgets/FormLabelHelp.java class FormLabelHelp (line 25) | public class FormLabelHelp extends Composite implements HasText { method FormLabelHelp (line 32) | public FormLabelHelp() { method FormLabelHelp (line 38) | FormLabelHelp(FormLabel formLabel, method init (line 46) | private void init() { method setHelpTitle (line 52) | public void setHelpTitle(final String title) { method setHelpContent (line 58) | public void setHelpContent(final String content) { method getHelpIcon (line 64) | private HelpIcon getHelpIcon() { method getText (line 72) | @Override method setText (line 77) | @Override method setFor (line 82) | public void setFor(final String forValue) { method setShowRequiredIndicator (line 86) | public void setShowRequiredIndicator(final boolean required) { FILE: uberfire-workbench/uberfire-workbench-client-views-patternfly/src/main/java/org/uberfire/client/views/pfly/widgets/HelpIcon.java class HelpIcon (line 26) | public class HelpIcon extends Composite { method HelpIcon (line 32) | public HelpIcon() { method HelpIcon (line 39) | HelpIcon(Icon icon, method init (line 49) | private void init() { method setHelpTitle (line 63) | public void setHelpTitle(final String title) { method setHelpContent (line 68) | public void setHelpContent(final String content) { FILE: uberfire-workbench/uberfire-workbench-client-views-patternfly/src/main/java/org/uberfire/client/views/pfly/widgets/InlineNotification.java class InlineNotification (line 36) | @Templated(stylesheet = "InlineNotification.css") method getElement (line 59) | @Override method setMessage (line 64) | public void setMessage(final String message) { method setMessage (line 68) | public void setMessage(final List messages) { method setDismissable (line 81) | public void setDismissable() { method setType (line 88) | public void setType(final InlineNotificationType type) { type InlineNotificationType (line 99) | public enum InlineNotificationType { method InlineNotificationType (line 114) | InlineNotificationType(final String cssClass, method getCssClass (line 120) | public String getCssClass() { method getIcon (line 124) | public String getIcon() { FILE: uberfire-workbench/uberfire-workbench-client-views-patternfly/src/main/java/org/uberfire/client/views/pfly/widgets/InputAutocomplete.java class InputAutocomplete (line 30) | @Templated method setup (line 40) | public void setup(final Supplier> optionsSupplier) { method setValue (line 52) | public void setValue(final String value) { method getValue (line 56) | public String getValue() { type InputAutocompleteElement (line 60) | @JsType(isNative = true) method autocomplete (line 63) | void autocomplete(InputAutocompleteOptions options); method getElement (line 66) | @Override FILE: uberfire-workbench/uberfire-workbench-client-views-patternfly/src/main/java/org/uberfire/client/views/pfly/widgets/InputAutocompleteOptions.java class InputAutocompleteOptions (line 23) | @JsType(isNative = true, name = "Object", namespace = JsPackage.GLOBAL) method setSource (line 26) | @JsProperty FILE: uberfire-workbench/uberfire-workbench-client-views-patternfly/src/main/java/org/uberfire/client/views/pfly/widgets/JQueryElementalProducer.java class JQueryElementalProducer (line 27) | @JsType(isNative = true) method get (line 37) | @Produces type JQuery (line 45) | @JsFunction method wrap (line 49) | T wrap(HTMLElement element); type JQueryElement (line 58) | @JsType(isNative = true) FILE: uberfire-workbench/uberfire-workbench-client-views-patternfly/src/main/java/org/uberfire/client/views/pfly/widgets/JQueryProducer.java class JQueryProducer (line 28) | @JsType(isNative = true) method get (line 38) | @Produces type JQuery (line 46) | @JsFunction method wrap (line 50) | T wrap(Element element); type JQueryElement (line 60) | @JsType(isNative = true) method after (line 63) | void after(HTMLElement element); method before (line 65) | void before(HTMLElement element); method children (line 67) | JQueryArray children(); method children (line 69) | JQueryArray children(String selector); type JQueryArray (line 76) | @JsType(isNative = true) method first (line 79) | JQueryElement first(); method get (line 81) | JQueryElement get(int index); FILE: uberfire-workbench/uberfire-workbench-client-views-patternfly/src/main/java/org/uberfire/client/views/pfly/widgets/KebabMenu.java class KebabMenu (line 31) | @Templated method getElement (line 46) | @Override method addKebabItem (line 51) | public void addKebabItem(final HTMLLIElement item) { method addSeparator (line 55) | public void addSeparator() { method setItemsAlignment (line 61) | public void setItemsAlignment(final ItemsAlignment alignment) { method setDropPosition (line 67) | public void setDropPosition(final DropPosition position) { type ItemsAlignment (line 77) | public enum ItemsAlignment { type DropPosition (line 82) | public enum DropPosition { FILE: uberfire-workbench/uberfire-workbench-client-views-patternfly/src/main/java/org/uberfire/client/views/pfly/widgets/KebabMenuItem.java class KebabMenuItem (line 33) | @Dependent method getElement (line 47) | @Override method setText (line 52) | public void setText(final String text) { method setClickHandler (line 56) | public void setClickHandler(final Command clickHandler) { method onClick (line 60) | @EventHandler("anchor") FILE: uberfire-workbench/uberfire-workbench-client-views-patternfly/src/main/java/org/uberfire/client/views/pfly/widgets/Modal.java class Modal (line 28) | @Dependent method getElement (line 37) | @Override method show (line 42) | public void show() { method hide (line 47) | public void hide() { method show (line 52) | protected native void show(final Element e) /*-{ method hide (line 56) | protected native void hide(final Element e) /*-{ FILE: uberfire-workbench/uberfire-workbench-client-views-patternfly/src/main/java/org/uberfire/client/views/pfly/widgets/Moment.java type Moment (line 29) | @JsType(isNative = true) method hours (line 32) | Moment hours(int hours); method minutes (line 34) | Moment minutes(int minutes); method seconds (line 36) | Moment seconds(int seconds); method milliseconds (line 38) | Moment milliseconds(int milliseconds); method subtract (line 40) | Moment subtract(int number, method startOf (line 43) | Moment startOf(String type); method endOf (line 45) | Moment endOf(String type); method add (line 47) | Moment add(int number, method format (line 50) | String format(String format); method fromNow (line 52) | String fromNow(); method format (line 54) | String format(); method toString (line 56) | String toString(); method valueOf (line 58) | Double valueOf(); method hours (line 60) | int hours(); method minutes (line 62) | int minutes(); method seconds (line 64) | int seconds(); method isValid (line 66) | boolean isValid(); method asLong (line 68) | @JsOverlay method asDate (line 73) | @JsOverlay method isSame (line 78) | boolean isSame(Moment moment); method isSame (line 80) | boolean isSame(Moment moment, String period); class Builder (line 82) | class Builder { method moment (line 84) | @JsMethod(namespace = JsPackage.GLOBAL) method moment (line 87) | public static Moment moment(Long time) { method moment (line 91) | @JsMethod(namespace = JsPackage.GLOBAL) method moment (line 94) | @JsMethod(namespace = JsPackage.GLOBAL) FILE: uberfire-workbench/uberfire-workbench-client-views-patternfly/src/main/java/org/uberfire/client/views/pfly/widgets/MomentDuration.java class MomentDuration (line 28) | @JsType(isNative = true) method duration (line 34) | public native MomentDurationObject duration(final String pattern); method duration (line 36) | public native MomentDuration duration(final JavaScriptObject properties); method toISOString (line 38) | public native String toISOString(); FILE: uberfire-workbench/uberfire-workbench-client-views-patternfly/src/main/java/org/uberfire/client/views/pfly/widgets/MomentDurationObject.java class MomentDurationObject (line 22) | @JsType(isNative = true, namespace = JsPackage.GLOBAL) method days (line 25) | public native int days(); method hours (line 27) | public native int hours(); method minutes (line 29) | public native int minutes(); method seconds (line 31) | public native int seconds(); FILE: uberfire-workbench/uberfire-workbench-client-views-patternfly/src/main/java/org/uberfire/client/views/pfly/widgets/MomentTimeZone.java type MomentTimeZone (line 27) | @JsType(isNative = true, namespace = JsPackage.GLOBAL) method names (line 30) | String[] names(); method utcOffset (line 32) | double utcOffset(); method format (line 34) | String format(final String format); class Builder (line 36) | class Builder { method tz (line 38) | @JsProperty(name = "moment.tz", namespace = JsPackage.GLOBAL) method tz (line 41) | @JsMethod(name = "moment.tz", namespace = JsPackage.GLOBAL) FILE: uberfire-workbench/uberfire-workbench-client-views-patternfly/src/main/java/org/uberfire/client/views/pfly/widgets/Popover.java type Popover (line 27) | @JsType(isNative = true) method popover (line 30) | void popover(); method popover (line 32) | void popover(String method); method popover (line 34) | void popover(PopoverOptions options); method destroy (line 36) | @JsOverlay method show (line 41) | @JsOverlay method hide (line 46) | @JsOverlay method toggle (line 51) | @JsOverlay method on (line 56) | void on(String event, method addShowListener (line 59) | @JsOverlay method addShownListener (line 65) | @JsOverlay method addHiddenListener (line 71) | @JsOverlay method addHideListener (line 77) | @JsOverlay method addInsertedListener (line 83) | @JsOverlay type PopoverEventCallback (line 89) | @JsFunction method onEvent (line 93) | void onEvent(); FILE: uberfire-workbench/uberfire-workbench-client-views-patternfly/src/main/java/org/uberfire/client/views/pfly/widgets/PopoverOptions.java class PopoverOptions (line 25) | @JsType(isNative = true, name = "Object", namespace = JsPackage.GLOBAL) method setAnimation (line 28) | @JsProperty method setContainer (line 31) | @JsProperty method setContent (line 34) | @JsProperty method setContent (line 37) | @JsProperty method setDelay (line 40) | @JsProperty method setHtml (line 43) | @JsProperty method setPlacement (line 46) | @JsProperty method setSelector (line 49) | @JsProperty method setTemplate (line 52) | @JsProperty method setTemplate (line 55) | @JsProperty method setTitle (line 58) | @JsProperty method setTitle (line 61) | @JsProperty method setTrigger (line 64) | @JsProperty method setViewport (line 67) | @JsProperty method setViewport (line 70) | @JsProperty type PopoverCallback (line 73) | @JsFunction method getValue (line 77) | Object getValue(HTMLElement element); FILE: uberfire-workbench/uberfire-workbench-client-views-patternfly/src/main/java/org/uberfire/client/views/pfly/widgets/SanitizedNumberInput.java class SanitizedNumberInput (line 27) | @Dependent method init (line 36) | public void init() { method init (line 40) | public void init(final String min, final String step) { method init (line 44) | public void init(final String min, final String step, final boolean al... method getEventListener (line 57) | protected EventListener getEventListener(boolean allowN... method getElement (line 71) | @Override FILE: uberfire-workbench/uberfire-workbench-client-views-patternfly/src/main/java/org/uberfire/client/views/pfly/widgets/Select.java class Select (line 33) | @Dependent method getElement (line 43) | @Override method addOption (line 48) | public void addOption(final String text) { method addOption (line 53) | public void addOption(final String text, method addOption (line 60) | public void addOption(final String text, method addOption (line 69) | public void addOption(final String text, method getOptions (line 84) | public OptionsCollection getOptions() { method removeAllOptions (line 88) | public void removeAllOptions() { method refresh (line 92) | public void refresh() { method refresh (line 96) | public void refresh(final Consumer