A C D E G I L N O Q R S T V W X 

A

applyQuery(ScopeBean, QueryLocation, QueryLocation, QueryParameter...) - Method in class org.gcube.portlets.admin.resourcesweeper.server.Sweeper
 
applySweep(String, List<ModelData>) - Method in interface org.gcube.portlets.admin.resourcesweeper.client.async.SweeperService
 
applySweep(String, List<ModelData>, AsyncCallback<Boolean>) - Method in interface org.gcube.portlets.admin.resourcesweeper.client.async.SweeperServiceAsync
 
applySweep(ScopeBean, List<ModelData>) - Method in class org.gcube.portlets.admin.resourcesweeper.server.Sweeper
 
applySweep(String, List<ModelData>) - Method in class org.gcube.portlets.admin.resourcesweeper.server.SweeperServiceImpl
 

C

Commands - Class in org.gcube.portlets.admin.resourcesweeper.client
Here is a set of commands executed inside callbacks that involve interactions with client-side widgets.
Commands() - Constructor for class org.gcube.portlets.admin.resourcesweeper.client.Commands
 
compare(Store<ModelData>, ModelData, ModelData, String) - Method in class org.gcube.portlets.admin.resourcesweeper.client.grids.CustomSorter
need to recalculate the percentage as the returned value is not what the render returns
ConsoleLogSeverity - Enum in org.gcube.portlets.admin.resourcesweeper.client.clientlogs
 
ConsoleMessageBroker - Class in org.gcube.portlets.admin.resourcesweeper.client.clientlogs
 
ConsoleMessageBroker() - Constructor for class org.gcube.portlets.admin.resourcesweeper.client.clientlogs.ConsoleMessageBroker
 
createGrid(String, List<String>, String) - Static method in class org.gcube.portlets.admin.resourcesweeper.client.grids.ResourceGridFactory
 
createGrid(String, List<String>, String, boolean) - Static method in class org.gcube.portlets.admin.resourcesweeper.client.grids.ResourceGridFactory
 
CustomSorter - Class in org.gcube.portlets.admin.resourcesweeper.client.grids
 
CustomSorter() - Constructor for class org.gcube.portlets.admin.resourcesweeper.client.grids.CustomSorter
 

D

debug(Object, String) - Static method in class org.gcube.portlets.admin.resourcesweeper.client.clientlogs.ConsoleMessageBroker
 
debug(Class<?>, String) - Static method in class org.gcube.portlets.admin.resourcesweeper.client.clientlogs.ConsoleMessageBroker
 

E

error(Object, String) - Static method in class org.gcube.portlets.admin.resourcesweeper.client.clientlogs.ConsoleMessageBroker
 
error(Class<?>, String) - Static method in class org.gcube.portlets.admin.resourcesweeper.client.clientlogs.ConsoleMessageBroker
 

G

getDeadGHNs(ScopeBean) - Method in class org.gcube.portlets.admin.resourcesweeper.server.Sweeper
 
getExpiredGHNs(ScopeBean) - Method in class org.gcube.portlets.admin.resourcesweeper.server.Sweeper
this method used to read the MAXWAIT param from the resourcemanagement.properties files, currently it reads it from the static var defined on top of this class TODO: Make it configurable again from a property file
getLabel() - Method in enum org.gcube.portlets.admin.resourcesweeper.shared.SweeperActions
 
getOperationDescription() - Method in enum org.gcube.portlets.admin.resourcesweeper.shared.SweeperActions
 
getOrphanRI(ScopeBean) - Method in class org.gcube.portlets.admin.resourcesweeper.server.Sweeper
 
getSweepElems(String, SweeperActions) - Method in interface org.gcube.portlets.admin.resourcesweeper.client.async.SweeperService
 
getSweepElems(String, SweeperActions, AsyncCallback<List<String>>) - Method in interface org.gcube.portlets.admin.resourcesweeper.client.async.SweeperServiceAsync
 
getSweepElems(String, SweeperActions) - Method in class org.gcube.portlets.admin.resourcesweeper.server.SweeperServiceImpl
 
getTooltip() - Method in enum org.gcube.portlets.admin.resourcesweeper.shared.SweeperActions
 

I

info(Object, String) - Static method in class org.gcube.portlets.admin.resourcesweeper.client.clientlogs.ConsoleMessageBroker
 
info(Class<?>, String) - Static method in class org.gcube.portlets.admin.resourcesweeper.client.clientlogs.ConsoleMessageBroker
 
initDialog(String) - Method in class org.gcube.portlets.admin.resourcesweeper.client.dialog.SweeperDialog
 

L

LIVE_GHN_MAX_MINUTES - Static variable in class org.gcube.portlets.admin.resourcesweeper.server.Sweeper
 
log(Object, String) - Static method in class org.gcube.portlets.admin.resourcesweeper.client.clientlogs.ConsoleMessageBroker
 
log(Class<?>, String) - Static method in class org.gcube.portlets.admin.resourcesweeper.client.clientlogs.ConsoleMessageBroker
 

N

name - Variable in class org.gcube.portlets.admin.resourcesweeper.server.QueryParameter
 

O

onModuleLoad() - Method in class org.gcube.portlets.admin.resourcesweeper.client.Resource_sweeper
This is the entry point method.
org.gcube.portlets.admin.resourcesweeper.client - package org.gcube.portlets.admin.resourcesweeper.client
 
org.gcube.portlets.admin.resourcesweeper.client.async - package org.gcube.portlets.admin.resourcesweeper.client.async
 
org.gcube.portlets.admin.resourcesweeper.client.clientlogs - package org.gcube.portlets.admin.resourcesweeper.client.clientlogs
 
org.gcube.portlets.admin.resourcesweeper.client.dialog - package org.gcube.portlets.admin.resourcesweeper.client.dialog
 
org.gcube.portlets.admin.resourcesweeper.client.grids - package org.gcube.portlets.admin.resourcesweeper.client.grids
 
org.gcube.portlets.admin.resourcesweeper.server - package org.gcube.portlets.admin.resourcesweeper.server
 
org.gcube.portlets.admin.resourcesweeper.shared - package org.gcube.portlets.admin.resourcesweeper.shared
 

Q

QueryParameter - Class in org.gcube.portlets.admin.resourcesweeper.server
 
QueryParameter(String, String) - Constructor for class org.gcube.portlets.admin.resourcesweeper.server.QueryParameter
 

R

Resource_sweeper - Class in org.gcube.portlets.admin.resourcesweeper.client
Entry point classes define onModuleLoad().
Resource_sweeper() - Constructor for class org.gcube.portlets.admin.resourcesweeper.client.Resource_sweeper
 
ResourceGridFactory - Class in org.gcube.portlets.admin.resourcesweeper.client.grids
 
ResourceGridFactory() - Constructor for class org.gcube.portlets.admin.resourcesweeper.client.grids.ResourceGridFactory
 

S

showPopup(String, String) - Static method in class org.gcube.portlets.admin.resourcesweeper.client.Commands
 
showPopup(String, String, int) - Static method in class org.gcube.portlets.admin.resourcesweeper.client.Commands
 
Sweeper - Class in org.gcube.portlets.admin.resourcesweeper.server
 
Sweeper() - Constructor for class org.gcube.portlets.admin.resourcesweeper.server.Sweeper
 
SweeperActions - Enum in org.gcube.portlets.admin.resourcesweeper.shared
 
SweeperDialog - Class in org.gcube.portlets.admin.resourcesweeper.client.dialog
 
SweeperDialog(String) - Constructor for class org.gcube.portlets.admin.resourcesweeper.client.dialog.SweeperDialog
 
SweeperService - Interface in org.gcube.portlets.admin.resourcesweeper.client.async
The client side stub for the RPC service.
SweeperServiceAsync - Interface in org.gcube.portlets.admin.resourcesweeper.client.async
The async counterpart of SweeperService.
SweeperServiceImpl - Class in org.gcube.portlets.admin.resourcesweeper.server
The server side implementation of the RPC service.
SweeperServiceImpl() - Constructor for class org.gcube.portlets.admin.resourcesweeper.server.SweeperServiceImpl
 

T

toString() - Method in class org.gcube.portlets.admin.resourcesweeper.server.QueryParameter
 
trace(Object, String) - Static method in class org.gcube.portlets.admin.resourcesweeper.client.clientlogs.ConsoleMessageBroker
 
trace(Class<?>, String) - Static method in class org.gcube.portlets.admin.resourcesweeper.client.clientlogs.ConsoleMessageBroker
 

V

value - Variable in class org.gcube.portlets.admin.resourcesweeper.server.QueryParameter
 
valueOf(String) - Static method in enum org.gcube.portlets.admin.resourcesweeper.client.clientlogs.ConsoleLogSeverity
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.gcube.portlets.admin.resourcesweeper.shared.SweeperActions
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.gcube.portlets.admin.resourcesweeper.client.clientlogs.ConsoleLogSeverity
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.gcube.portlets.admin.resourcesweeper.shared.SweeperActions
Returns an array containing the constants of this enum type, in the order they are declared.

W

warning(Object, String) - Static method in class org.gcube.portlets.admin.resourcesweeper.client.clientlogs.ConsoleMessageBroker
 
warning(Class<?>, String) - Static method in class org.gcube.portlets.admin.resourcesweeper.client.clientlogs.ConsoleMessageBroker
 

X

XML2HTML(String, String) - Static method in class org.gcube.portlets.admin.resourcesweeper.server.SweeperServiceImpl
 
A C D E G I L N O Q R S T V W X 

Copyright © 2015. All Rights Reserved.