A C D F G I L M N O P Q R S T U

A

addIndex(IndexBean) - Method in class org.gcube.portlets.admin.forwardindexportlet.gwt.shared.CollectionBean
Adds one index to the list of indices to be connected with this collection
AddIndexPanel - Class in org.gcube.portlets.admin.forwardindexportlet.gwt.client.ui.indexmanagement.index
A panel with the functionality and GUI components needed to add an Index to the current collection, or to a new collection, fake, collection if non is selected
AddIndexPanel() - Constructor for class org.gcube.portlets.admin.forwardindexportlet.gwt.client.ui.indexmanagement.index.AddIndexPanel
A constructor, initializing the panel
addItem(TreeItem) - Method in class org.gcube.portlets.admin.forwardindexportlet.gwt.client.IndexExplorer.CollectionTreeItem
 
addItemAddedListener(ItemAddedListener) - Method in class org.gcube.portlets.admin.forwardindexportlet.gwt.client.ui.indexmanagement.index.AddIndexPanel
A method to add a listener needing information of added Indices to the list of listeners.
addItemRemovedListener(ItemRemovedListener) - Method in class org.gcube.portlets.admin.forwardindexportlet.gwt.client.ui.indexmanagement.index.IndexDetail
A method to add a listener needing information of removed Indices to the list of listeners of the panels capable of destroying indices.
addItemRemovedListener(ItemRemovedListener) - Method in class org.gcube.portlets.admin.forwardindexportlet.gwt.client.ui.indexmanagement.index.RemovePanel
A method to add a listener needing information of removed Indices to the list of listeners.
addKey(IndexKeyBean) - Method in class org.gcube.portlets.admin.forwardindexportlet.gwt.shared.IndexKeysBean
 

C

COLLECTION - Static variable in class org.gcube.portlets.admin.forwardindexportlet.gwt.client.IndexExplorer.AdditionTreeItem
A constant used indicate that the Type an Item handle is "Collection"
CollectionBean - Class in org.gcube.portlets.admin.forwardindexportlet.gwt.shared
A class used to transport collection information between the client and the service
CollectionBean() - Constructor for class org.gcube.portlets.admin.forwardindexportlet.gwt.shared.CollectionBean
Empty constructor
collectionImage() - Method in interface org.gcube.portlets.admin.forwardindexportlet.gwt.client.IndexExplorer.Images
The image icon used for "collection" tree items
compareTo(CollectionBean) - Method in class org.gcube.portlets.admin.forwardindexportlet.gwt.shared.CollectionBean
compareTo(ForwardIndexTypeBean) - Method in class org.gcube.portlets.admin.forwardindexportlet.gwt.shared.ForwardIndexTypeBean
 
compareTo(IndexBean) - Method in class org.gcube.portlets.admin.forwardindexportlet.gwt.shared.IndexBean
compareTo(LookupBean) - Method in class org.gcube.portlets.admin.forwardindexportlet.gwt.shared.LookupBean
compareTo(RunningInstanceBean) - Method in class org.gcube.portlets.admin.forwardindexportlet.gwt.shared.RunningInstanceBean
 
createIndex(String, String, String[], String[], String) - Method in interface org.gcube.portlets.admin.forwardindexportlet.gwt.client.interfaces.ManagementService
Creates a new Index for a specified collection
createIndex(String, String, String[], String[], String, AsyncCallback<String>) - Method in interface org.gcube.portlets.admin.forwardindexportlet.gwt.client.interfaces.ManagementServiceAsync
Creates a new Index for a specified collection
createIndex(String, String, String[], String[], String) - Method in class org.gcube.portlets.admin.forwardindexportlet.gwt.server.ManagementServiceImpl
Creates a new Index for a specified collection

D

deleteGenericResource(String, GCUBEScope) - Static method in class org.gcube.portlets.admin.forwardindexportlet.gwt.server.util.GenericResourceManager
 
deleteIndexType(IndexTypeBean) - Method in interface org.gcube.portlets.admin.forwardindexportlet.gwt.client.interfaces.ManagementService
Deletes an indexType from the IS.
deleteIndexType(IndexTypeBean, AsyncCallback<Void>) - Method in interface org.gcube.portlets.admin.forwardindexportlet.gwt.client.interfaces.ManagementServiceAsync
Deletes an indexType from the IS.
deleteIndexType(IndexTypeBean) - Method in class org.gcube.portlets.admin.forwardindexportlet.gwt.server.ManagementServiceImpl
 
doEdit(RenderRequest, RenderResponse) - Method in class org.gcube.portlets.admin.forwardindexportlet.portlets.FWIndexManagementPortlet
 
doHelp(RenderRequest, RenderResponse) - Method in class org.gcube.portlets.admin.forwardindexportlet.portlets.FWIndexManagementPortlet
 
doView(RenderRequest, RenderResponse) - Method in class org.gcube.portlets.admin.forwardindexportlet.portlets.FWIndexManagementPortlet
 

F

FeedPanel - Class in org.gcube.portlets.admin.forwardindexportlet.gwt.client.ui.indexmanagement.index
A panel with the functionality and GUI components needed to start the feeding of an Index
FeedPanel() - Constructor for class org.gcube.portlets.admin.forwardindexportlet.gwt.client.ui.indexmanagement.index.FeedPanel
A constructor, initializing the panel
FieldBean - Class in org.gcube.portlets.admin.forwardindexportlet.gwt.shared
A field used to represent a field of a Full Text Index Type
FieldBean() - Constructor for class org.gcube.portlets.admin.forwardindexportlet.gwt.shared.FieldBean
An empty constructor
ForwardIndexTypeBean - Class in org.gcube.portlets.admin.forwardindexportlet.gwt.shared
A class used to transport index type information between the client and the service
ForwardIndexTypeBean() - Constructor for class org.gcube.portlets.admin.forwardindexportlet.gwt.shared.ForwardIndexTypeBean
Empty constructor
FWIndexManagementPortlet - Class in org.gcube.portlets.admin.forwardindexportlet.portlets
FWIndexManagementPortlet Portlet Class
FWIndexManagementPortlet() - Constructor for class org.gcube.portlets.admin.forwardindexportlet.portlets.FWIndexManagementPortlet
 
FWIndexManagementPortletG - Class in org.gcube.portlets.admin.forwardindexportlet.gwt.client
Entry point class for the FullTextIndexPortlet application.
FWIndexManagementPortletG() - Constructor for class org.gcube.portlets.admin.forwardindexportlet.gwt.client.FWIndexManagementPortletG
 

G

GenericResourceManager - Class in org.gcube.portlets.admin.forwardindexportlet.gwt.server.util
 
GenericResourceManager() - Constructor for class org.gcube.portlets.admin.forwardindexportlet.gwt.server.util.GenericResourceManager
 
getAllIndexTypes() - Method in interface org.gcube.portlets.admin.forwardindexportlet.gwt.client.interfaces.ManagementService
Retrieves all the indexType descriptions from the IS.
getAllIndexTypes(AsyncCallback<Map<String, IndexTypeBean>>) - Method in interface org.gcube.portlets.admin.forwardindexportlet.gwt.client.interfaces.ManagementServiceAsync
Retrieves all the indexType descriptions from the IS.
getAllIndexTypes() - Method in class org.gcube.portlets.admin.forwardindexportlet.gwt.server.ManagementServiceImpl
 
getAvailableIndexTypeIDs() - Method in interface org.gcube.portlets.admin.forwardindexportlet.gwt.client.interfaces.ManagementService
A method to get FullTextIndexTypeBeans for every fulltext index type available in the VO
getAvailableIndexTypeIDs(AsyncCallback<List<ForwardIndexTypeBean>>) - Method in interface org.gcube.portlets.admin.forwardindexportlet.gwt.client.interfaces.ManagementServiceAsync
A method to get FullTextIndexTypeBeans for every fulltext index type available in the VO
getAvailableIndexTypeIDs() - Method in class org.gcube.portlets.admin.forwardindexportlet.gwt.server.ManagementServiceImpl
 
getBoost() - Method in class org.gcube.portlets.admin.forwardindexportlet.gwt.shared.FieldBean
A method used to the ranking boost to be used for this field
getCollectionID() - Method in class org.gcube.portlets.admin.forwardindexportlet.gwt.client.ui.indexmanagement.index.IndexItemContent
A getter method for the CollectionID
getCollections() - Method in interface org.gcube.portlets.admin.forwardindexportlet.gwt.client.interfaces.ManagementService
A method to get all collection beans of collections gathered from DIS (real collections) along with all collection beans of collectionIDs indices are stated to belong to (in their collectionID property) but which do not exist in reality (fake collections)
getCollections(AsyncCallback<List<CollectionBean>>) - Method in interface org.gcube.portlets.admin.forwardindexportlet.gwt.client.interfaces.ManagementServiceAsync
A method to get all collection beans of collections gathered from DIS (real collections) along with all collection beans of collectionIDs indices are stated to belong to (in their collectionID property) but which do not exist in reality (fake collections)
getCollections() - Method in class org.gcube.portlets.admin.forwardindexportlet.gwt.server.ManagementServiceImpl
A method to get all collection beans of collections gathered from DIS (real collections) along with all collection beans of collectionIDs indices are stated to belong to (in their collectionID property) but which do not exist in reality (fake collections)
getConnectionID() - Method in class org.gcube.portlets.admin.forwardindexportlet.gwt.shared.LookupBean
Gets the ConnectionID of the IndexLookup
getContentType() - Method in class org.gcube.portlets.admin.forwardindexportlet.gwt.shared.MgmtPropertiesBean
Gets the Content Type of the IndexManagement
getCreated() - Method in class org.gcube.portlets.admin.forwardindexportlet.gwt.shared.LookupPropertiesBean
Gets the Creation Time of the IndexLookup
getCreated() - Method in class org.gcube.portlets.admin.forwardindexportlet.gwt.shared.MgmtPropertiesBean
Gets the Creation Time of the IndexManagement
getDocumentCount() - Method in class org.gcube.portlets.admin.forwardindexportlet.gwt.shared.LookupPropertiesBean
Gets the number of currently indexed documents
getDocumentCount() - Method in class org.gcube.portlets.admin.forwardindexportlet.gwt.shared.MgmtPropertiesBean
Gets the number of currently indexed documents
getEpr() - Method in class org.gcube.portlets.admin.forwardindexportlet.gwt.shared.IndexBean
Gets the current serialized EndPointReference of the IndexManagement
getEpr() - Method in class org.gcube.portlets.admin.forwardindexportlet.gwt.shared.LookupBean
Gets the current serialized EndPointReference of the IndexLookup
getHost() - Method in class org.gcube.portlets.admin.forwardindexportlet.gwt.shared.IndexBean
Gets the host the IndexManagement currently recides on
getHost() - Method in class org.gcube.portlets.admin.forwardindexportlet.gwt.shared.LookupBean
Gets the host the IndexLookup currently recides on
getHost() - Method in class org.gcube.portlets.admin.forwardindexportlet.gwt.shared.LookupPropertiesBean
Gets the name of the host where the lookup resource resides
getHost() - Method in class org.gcube.portlets.admin.forwardindexportlet.gwt.shared.MgmtPropertiesBean
Gets the name of the host where the index resource resides
getID() - Method in interface org.gcube.portlets.admin.forwardindexportlet.gwt.client.interfaces.ItemContent
Returns an Identifier for the index related Item
getID() - Method in class org.gcube.portlets.admin.forwardindexportlet.gwt.client.ui.indexmanagement.index.IndexItemContent
Returns an Identifier for the index related Item
getId() - Method in class org.gcube.portlets.admin.forwardindexportlet.gwt.shared.CollectionBean
A method to get the Collection ID
getId() - Method in class org.gcube.portlets.admin.forwardindexportlet.gwt.shared.IndexBean
Gets the ID of the index
getId() - Method in class org.gcube.portlets.admin.forwardindexportlet.gwt.shared.LookupBean
Gets the ID of the Index
getIndex() - Method in class org.gcube.portlets.admin.forwardindexportlet.gwt.shared.FieldBean
A method used to the indicator of whether the field should be indexed or not
getIndexID() - Method in class org.gcube.portlets.admin.forwardindexportlet.gwt.client.IndexExplorer.IndexTreeItem
Getter method for the ID of the index this IndexTreeItem represents
getIndexKeys() - Method in class org.gcube.portlets.admin.forwardindexportlet.gwt.shared.LookupPropertiesBean
Gets IndextypeID of the IndexLookup
getIndexKeys() - Method in class org.gcube.portlets.admin.forwardindexportlet.gwt.shared.MgmtPropertiesBean
Gets IndextypeID of the IndexManagement
getIndexTypeDesc() - Method in class org.gcube.portlets.admin.forwardindexportlet.gwt.shared.IndexTypeBean
 
getIndexTypeFields() - Method in class org.gcube.portlets.admin.forwardindexportlet.gwt.shared.IndexTypeBean
 
getIndexTypeID() - Method in class org.gcube.portlets.admin.forwardindexportlet.gwt.shared.ForwardIndexTypeBean
Returns the index type ID
getIndexTypeID() - Method in class org.gcube.portlets.admin.forwardindexportlet.gwt.shared.IndexKeyBean
 
getIndexTypeName() - Method in class org.gcube.portlets.admin.forwardindexportlet.gwt.shared.IndexTypeBean
 
getIndices(String) - Method in interface org.gcube.portlets.admin.forwardindexportlet.gwt.client.interfaces.ManagementService
A method to get IndexBeans for every Index connected to a specific Collection
getIndices(String, AsyncCallback<IndexBean[]>) - Method in interface org.gcube.portlets.admin.forwardindexportlet.gwt.client.interfaces.ManagementServiceAsync
A method to get IndexBeans for every Index connected to a specific Collection
getIndices(String) - Method in class org.gcube.portlets.admin.forwardindexportlet.gwt.server.ManagementServiceImpl
A method to get IndexBeans for every Index connected to a specific Collection
getIndices() - Method in class org.gcube.portlets.admin.forwardindexportlet.gwt.shared.CollectionBean
A method used to get a list of all the indices valid for this collection
getIsReal() - Method in class org.gcube.portlets.admin.forwardindexportlet.gwt.shared.CollectionBean
A method indicating whether this collection actually exists
getKeyCount() - Method in class org.gcube.portlets.admin.forwardindexportlet.gwt.shared.IndexKeyBean
 
getKeys() - Method in class org.gcube.portlets.admin.forwardindexportlet.gwt.shared.IndexKeysBean
 
getLanguage() - Method in class org.gcube.portlets.admin.forwardindexportlet.gwt.shared.CollectionBean
A method to get the Collection language
getModified() - Method in class org.gcube.portlets.admin.forwardindexportlet.gwt.shared.LookupPropertiesBean
Gets the Modified Time of the IndexLookup
getModified() - Method in class org.gcube.portlets.admin.forwardindexportlet.gwt.shared.MgmtPropertiesBean
Gets the Modified Time of the IndexManagement
getName() - Method in class org.gcube.portlets.admin.forwardindexportlet.gwt.shared.CollectionBean
A method to get the Collection Name
getName() - Method in class org.gcube.portlets.admin.forwardindexportlet.gwt.shared.FieldBean
A method use to get the field's name
getName() - Method in class org.gcube.portlets.admin.forwardindexportlet.gwt.shared.IndexBean
Gets the name of the index
getName() - Method in class org.gcube.portlets.admin.forwardindexportlet.gwt.shared.IndexKeyBean
 
getResourceID() - Method in class org.gcube.portlets.admin.forwardindexportlet.gwt.shared.IndexTypeBean
 
getResourceProperties(String) - Method in interface org.gcube.portlets.admin.forwardindexportlet.gwt.client.interfaces.ManagementService
A method used to get information about the ResourceProperties of an Index
getResourceProperties(String, AsyncCallback<MgmtPropertiesBean>) - Method in interface org.gcube.portlets.admin.forwardindexportlet.gwt.client.interfaces.ManagementServiceAsync
A method used to get information about the ResourceProperties of an Index
getResourceProperties(String) - Method in class org.gcube.portlets.admin.forwardindexportlet.gwt.server.ManagementServiceImpl
A method used to get information about the ResourceProperties of an Index
getReturned() - Method in class org.gcube.portlets.admin.forwardindexportlet.gwt.shared.FieldBean
A method used to the indicator of whether the field should be returned or not
getRunningInstanceEPR() - Method in class org.gcube.portlets.admin.forwardindexportlet.gwt.shared.RunningInstanceBean
Returns the Running instance EPR
getRunningInstances() - Method in interface org.gcube.portlets.admin.forwardindexportlet.gwt.client.interfaces.ManagementService
A method to get all the available FullTextIndexManagement service running instances
getRunningInstances(AsyncCallback<List<RunningInstanceBean>>) - Method in interface org.gcube.portlets.admin.forwardindexportlet.gwt.client.interfaces.ManagementServiceAsync
A method to get all the available FullTextIndexManagement service running instances
getRunningInstances() - Method in class org.gcube.portlets.admin.forwardindexportlet.gwt.server.ManagementServiceImpl
 
getSchema() - Method in class org.gcube.portlets.admin.forwardindexportlet.gwt.shared.CollectionBean
A method to get the Collection schema
getSort() - Method in class org.gcube.portlets.admin.forwardindexportlet.gwt.shared.FieldBean
A method used to the indicator of whether the field should be sorted or not
getStatus() - Method in class org.gcube.portlets.admin.forwardindexportlet.gwt.shared.LookupPropertiesBean
Gets the Status property of the IndexLookup
getStatus() - Method in class org.gcube.portlets.admin.forwardindexportlet.gwt.shared.MgmtPropertiesBean
Gets the Status property of the IndexManagement
getStore() - Method in class org.gcube.portlets.admin.forwardindexportlet.gwt.shared.FieldBean
A method used to the indicator of whether the field should be stored or not
getTokenize() - Method in class org.gcube.portlets.admin.forwardindexportlet.gwt.shared.FieldBean
A method used to the indicator of whether the field should be tokenized or not
getType() - Method in class org.gcube.portlets.admin.forwardindexportlet.gwt.client.IndexExplorer.AdditionTreeItem
Getter method for the type of Index related Item of which this item represents the addition.
getUpdaterCount() - Method in class org.gcube.portlets.admin.forwardindexportlet.gwt.shared.MgmtPropertiesBean
Gets the number of Updaters currently connected to the IndexManagement

I

INDEX - Static variable in class org.gcube.portlets.admin.forwardindexportlet.gwt.client.IndexExplorer.AdditionTreeItem
A constant used indicate that the Type an Item handle is "Index"
indexAdded() - Method in class org.gcube.portlets.admin.forwardindexportlet.gwt.client.IndexExplorer.CollectionTreeItem
 
IndexBean - Class in org.gcube.portlets.admin.forwardindexportlet.gwt.shared
A class used to transport index information between the client and the service
IndexBean() - Constructor for class org.gcube.portlets.admin.forwardindexportlet.gwt.shared.IndexBean
an empty constructor
IndexDetail - Class in org.gcube.portlets.admin.forwardindexportlet.gwt.client.ui.indexmanagement.index
A panel to hold all the panels used to administer Indices
IndexDetail() - Constructor for class org.gcube.portlets.admin.forwardindexportlet.gwt.client.ui.indexmanagement.index.IndexDetail
A constructor, initializing the all the panels
indexedColImage() - Method in interface org.gcube.portlets.admin.forwardindexportlet.gwt.client.IndexExplorer.Images
The image icon used for "collection" tree items which have indices under them
indexedNameImage() - Method in interface org.gcube.portlets.admin.forwardindexportlet.gwt.client.IndexExplorer.Images
The image icon used for "collection name" tree items which have index grand children
IndexExplorer - Class in org.gcube.portlets.admin.forwardindexportlet.gwt.client
An Explorer tree allowing the user to browse Indices and IndexLookups.
IndexExplorer(TreeListener) - Constructor for class org.gcube.portlets.admin.forwardindexportlet.gwt.client.IndexExplorer
A constructor which creates an IndexExplorer and ads a TreeListener to its TreeItem
IndexExplorer.AdditionTreeItem - Class in org.gcube.portlets.admin.forwardindexportlet.gwt.client
An extention of the TreeItem class used to hold information needed in order to create new Index related items.
IndexExplorer.AdditionTreeItem(String, String) - Constructor for class org.gcube.portlets.admin.forwardindexportlet.gwt.client.IndexExplorer.AdditionTreeItem
The constructor, creating an AdditionTreeItem with a specific caption for a specific type.
IndexExplorer.CollectionTreeItem - Class in org.gcube.portlets.admin.forwardindexportlet.gwt.client
An extention of the TreeItem class used to hold information regarding a Collection (or a number of collections aggregated under a common name)
IndexExplorer.CollectionTreeItem(String, AbstractImagePrototype, AbstractImagePrototype) - Constructor for class org.gcube.portlets.admin.forwardindexportlet.gwt.client.IndexExplorer.CollectionTreeItem
 
IndexExplorer.Images - Interface in org.gcube.portlets.admin.forwardindexportlet.gwt.client
an ImageBundle for the images to be used in the IndexExplorer tree
IndexExplorer.IndexTreeItem - Class in org.gcube.portlets.admin.forwardindexportlet.gwt.client
An extention of the TreeItem class used to hold information regarding an Index
IndexExplorer.IndexTreeItem(String, String) - Constructor for class org.gcube.portlets.admin.forwardindexportlet.gwt.client.IndexExplorer.IndexTreeItem
The constructor, creating an IndexTreeItem with a specific caption representing a specific Index
indexImage() - Method in interface org.gcube.portlets.admin.forwardindexportlet.gwt.client.IndexExplorer.Images
The image icon used for "index" tree items
IndexItemContent - Class in org.gcube.portlets.admin.forwardindexportlet.gwt.client.ui.indexmanagement.index
An ItemContent implementation used to hold information about an IndexItem
IndexItemContent(String, String) - Constructor for class org.gcube.portlets.admin.forwardindexportlet.gwt.client.ui.indexmanagement.index.IndexItemContent
Constructor
IndexKeyBean - Class in org.gcube.portlets.admin.forwardindexportlet.gwt.shared
 
IndexKeyBean() - Constructor for class org.gcube.portlets.admin.forwardindexportlet.gwt.shared.IndexKeyBean
Empty constructor
IndexKeyBean(String, String, int) - Constructor for class org.gcube.portlets.admin.forwardindexportlet.gwt.shared.IndexKeyBean
 
IndexKeysBean - Class in org.gcube.portlets.admin.forwardindexportlet.gwt.shared
 
IndexKeysBean() - Constructor for class org.gcube.portlets.admin.forwardindexportlet.gwt.shared.IndexKeysBean
Empty constructor
indexRemoved() - Method in class org.gcube.portlets.admin.forwardindexportlet.gwt.client.IndexExplorer.CollectionTreeItem
 
IndexTypeBean - Class in org.gcube.portlets.admin.forwardindexportlet.gwt.shared
 
IndexTypeBean() - Constructor for class org.gcube.portlets.admin.forwardindexportlet.gwt.shared.IndexTypeBean
 
IndexTypeEditorPanel - Class in org.gcube.portlets.admin.forwardindexportlet.gwt.client.ui.indextypemanagement
 
IndexTypeEditorPanel() - Constructor for class org.gcube.portlets.admin.forwardindexportlet.gwt.client.ui.indextypemanagement.IndexTypeEditorPanel
 
InfoPanel - Class in org.gcube.portlets.admin.forwardindexportlet.gwt.client.ui.indexmanagement.index
The panel used to show the Resource Properties of an Index
InfoPanel() - Constructor for class org.gcube.portlets.admin.forwardindexportlet.gwt.client.ui.indexmanagement.index.InfoPanel
A constructor, initializing the panel
itemAdded(ItemContent) - Method in class org.gcube.portlets.admin.forwardindexportlet.gwt.client.IndexExplorer
Handles instances where an index related item has been added
itemAdded(ItemContent) - Method in interface org.gcube.portlets.admin.forwardindexportlet.gwt.client.interfaces.ItemAddedListener
Handles instances where an index related item has been added
ItemAddedListener - Interface in org.gcube.portlets.admin.forwardindexportlet.gwt.client.interfaces
An interface for objects who need information about the addition of index related items
ItemContent - Interface in org.gcube.portlets.admin.forwardindexportlet.gwt.client.interfaces
An interface used to get an identifier for an Index related item
itemRemoved(String) - Method in class org.gcube.portlets.admin.forwardindexportlet.gwt.client.IndexExplorer
Handles instances where an index related item has been removed
itemRemoved(String) - Method in interface org.gcube.portlets.admin.forwardindexportlet.gwt.client.interfaces.ItemRemovedListener
Handles instances where an index related item has been removed
ItemRemovedListener - Interface in org.gcube.portlets.admin.forwardindexportlet.gwt.client.interfaces
An interface for objects who need information about the removal of Index related Items

L

LookupBean - Class in org.gcube.portlets.admin.forwardindexportlet.gwt.shared
A class used to transport IndexLookup information between the client and the service
LookupBean() - Constructor for class org.gcube.portlets.admin.forwardindexportlet.gwt.shared.LookupBean
an empty constructor
lookupImage() - Method in interface org.gcube.portlets.admin.forwardindexportlet.gwt.client.IndexExplorer.Images
The image icon used for "lookup" tree items
LookupPropertiesBean - Class in org.gcube.portlets.admin.forwardindexportlet.gwt.shared
A class used to transport IndexLookup ResourceProperty information between the client and the service
LookupPropertiesBean() - Constructor for class org.gcube.portlets.admin.forwardindexportlet.gwt.shared.LookupPropertiesBean
An empty constructor

M

ManagementService - Interface in org.gcube.portlets.admin.forwardindexportlet.gwt.client.interfaces
A RemoteService interface for the ManagementService following GWT RPC design
ManagementServiceAsync - Interface in org.gcube.portlets.admin.forwardindexportlet.gwt.client.interfaces
An asynchronous interface for the ManagementService following GWT RPC design
ManagementServiceImpl - Class in org.gcube.portlets.admin.forwardindexportlet.gwt.server
A RemoteService implementation for the ManagementService following GWT RPC design.
ManagementServiceImpl() - Constructor for class org.gcube.portlets.admin.forwardindexportlet.gwt.server.ManagementServiceImpl
Class constructor
MgmtPropertiesBean - Class in org.gcube.portlets.admin.forwardindexportlet.gwt.shared
A class used to transport IndexManagement ResourceProperty information between the client and the service
MgmtPropertiesBean() - Constructor for class org.gcube.portlets.admin.forwardindexportlet.gwt.shared.MgmtPropertiesBean
An empty constructor
mgmtService - Static variable in class org.gcube.portlets.admin.forwardindexportlet.gwt.client.FWIndexManagementPortletG
An GWT RPC interface to the ManagementService

N

nameImage() - Method in interface org.gcube.portlets.admin.forwardindexportlet.gwt.client.IndexExplorer.Images
The image icon used for "collection name" tree items
newCollectionImage() - Method in interface org.gcube.portlets.admin.forwardindexportlet.gwt.client.IndexExplorer.Images
The image icon used for "New Collection" tree items
newIndexImage() - Method in interface org.gcube.portlets.admin.forwardindexportlet.gwt.client.IndexExplorer.Images
The image icon used for "New Index" tree items
newLookupImage() - Method in interface org.gcube.portlets.admin.forwardindexportlet.gwt.client.IndexExplorer.Images
The image icon used for "New Lookup" tree items

O

onClick(ClickEvent) - Method in class org.gcube.portlets.admin.forwardindexportlet.gwt.client.ui.indexmanagement.index.AddIndexPanel
 
onClick(Widget) - Method in class org.gcube.portlets.admin.forwardindexportlet.gwt.client.ui.indexmanagement.index.FeedPanel
onClick(Widget) - Method in class org.gcube.portlets.admin.forwardindexportlet.gwt.client.ui.indexmanagement.index.QueryPanel
onClick(Widget) - Method in class org.gcube.portlets.admin.forwardindexportlet.gwt.client.ui.indexmanagement.index.RemovePanel
onModuleLoad() - Method in class org.gcube.portlets.admin.forwardindexportlet.gwt.client.FWIndexManagementPortletG
onTreeItemSelected(TreeItem) - Method in class org.gcube.portlets.admin.forwardindexportlet.gwt.client.FWIndexManagementPortletG
onTreeItemSelected(TreeItem) - Method in class org.gcube.portlets.admin.forwardindexportlet.gwt.client.IndexExplorer
onTreeItemStateChanged(TreeItem) - Method in class org.gcube.portlets.admin.forwardindexportlet.gwt.client.FWIndexManagementPortletG
onTreeItemStateChanged(TreeItem) - Method in class org.gcube.portlets.admin.forwardindexportlet.gwt.client.IndexExplorer
onWindowResized(int, int) - Method in class org.gcube.portlets.admin.forwardindexportlet.gwt.client.FWIndexManagementPortletG
org.gcube.portlets.admin.forwardindexportlet.gwt.client - package org.gcube.portlets.admin.forwardindexportlet.gwt.client
 
org.gcube.portlets.admin.forwardindexportlet.gwt.client.interfaces - package org.gcube.portlets.admin.forwardindexportlet.gwt.client.interfaces
 
org.gcube.portlets.admin.forwardindexportlet.gwt.client.ui.indexmanagement.index - package org.gcube.portlets.admin.forwardindexportlet.gwt.client.ui.indexmanagement.index
 
org.gcube.portlets.admin.forwardindexportlet.gwt.client.ui.indextypemanagement - package org.gcube.portlets.admin.forwardindexportlet.gwt.client.ui.indextypemanagement
 
org.gcube.portlets.admin.forwardindexportlet.gwt.server - package org.gcube.portlets.admin.forwardindexportlet.gwt.server
 
org.gcube.portlets.admin.forwardindexportlet.gwt.server.util - package org.gcube.portlets.admin.forwardindexportlet.gwt.server.util
 
org.gcube.portlets.admin.forwardindexportlet.gwt.shared - package org.gcube.portlets.admin.forwardindexportlet.gwt.shared
 
org.gcube.portlets.admin.forwardindexportlet.portlets - package org.gcube.portlets.admin.forwardindexportlet.portlets
 

P

processAction(ActionRequest, ActionResponse) - Method in class org.gcube.portlets.admin.forwardindexportlet.portlets.FWIndexManagementPortlet
 

Q

query(String, String) - Method in interface org.gcube.portlets.admin.forwardindexportlet.gwt.client.interfaces.ManagementService
 
query(String, String, AsyncCallback<List<String>>) - Method in interface org.gcube.portlets.admin.forwardindexportlet.gwt.client.interfaces.ManagementServiceAsync
 
query(String, String) - Method in class org.gcube.portlets.admin.forwardindexportlet.gwt.server.ManagementServiceImpl
 
QueryPanel - Class in org.gcube.portlets.admin.forwardindexportlet.gwt.client.ui.indexmanagement.index
A panel with the functionality and GUI components needed to query an IndexLookup
QueryPanel() - Constructor for class org.gcube.portlets.admin.forwardindexportlet.gwt.client.ui.indexmanagement.index.QueryPanel
A constructor, initializing the panel

R

removeIndex(String) - Method in interface org.gcube.portlets.admin.forwardindexportlet.gwt.client.interfaces.ManagementService
Removes/destroys an Index
removeIndex(String, AsyncCallback<Integer>) - Method in interface org.gcube.portlets.admin.forwardindexportlet.gwt.client.interfaces.ManagementServiceAsync
Removes/destroys an Index
removeIndex(String) - Method in class org.gcube.portlets.admin.forwardindexportlet.gwt.server.ManagementServiceImpl
Removes/destroys an Index
removeItem(TreeItem) - Method in class org.gcube.portlets.admin.forwardindexportlet.gwt.client.IndexExplorer.CollectionTreeItem
 
RemovePanel - Class in org.gcube.portlets.admin.forwardindexportlet.gwt.client.ui.indexmanagement.index
The panel used to remove/destroy an Index
RemovePanel() - Constructor for class org.gcube.portlets.admin.forwardindexportlet.gwt.client.ui.indexmanagement.index.RemovePanel
A constructor, initializing the panel
retrieveGenericResource(List<String[]>, GCUBEScope) - Static method in class org.gcube.portlets.admin.forwardindexportlet.gwt.server.util.GenericResourceManager
Retrieves a set of generic resources from the IS and returns them.
RunningInstanceBean - Class in org.gcube.portlets.admin.forwardindexportlet.gwt.shared
A class used to transport IndexManagement Running Instance information between the client and the service
RunningInstanceBean() - Constructor for class org.gcube.portlets.admin.forwardindexportlet.gwt.shared.RunningInstanceBean
Empty constructor

S

saveIndexType(IndexTypeBean) - Method in interface org.gcube.portlets.admin.forwardindexportlet.gwt.client.interfaces.ManagementService
Saves an indexType to the IS.
saveIndexType(IndexTypeBean, AsyncCallback<String>) - Method in interface org.gcube.portlets.admin.forwardindexportlet.gwt.client.interfaces.ManagementServiceAsync
Saves an indexType to the IS.
saveIndexType(IndexTypeBean) - Method in class org.gcube.portlets.admin.forwardindexportlet.gwt.server.ManagementServiceImpl
 
setBoost(String) - Method in class org.gcube.portlets.admin.forwardindexportlet.gwt.shared.FieldBean
Sets the ranking boost to be used for this field
setConnectionID(int) - Method in class org.gcube.portlets.admin.forwardindexportlet.gwt.shared.LookupBean
Sets the ConnectionID of the IndexLookup
setContentType(String) - Method in class org.gcube.portlets.admin.forwardindexportlet.gwt.shared.MgmtPropertiesBean
Gets the Content Type of the IndexManagement
setCreated(String) - Method in class org.gcube.portlets.admin.forwardindexportlet.gwt.shared.LookupPropertiesBean
Gets the Creation Time of the IndexLookup
setCreated(String) - Method in class org.gcube.portlets.admin.forwardindexportlet.gwt.shared.MgmtPropertiesBean
Gets the Creation Time of the IndexManagement
setCurrentID(String, int) - Method in class org.gcube.portlets.admin.forwardindexportlet.gwt.client.ui.indexmanagement.index.QueryPanel
Updates internal state and the GUI components when a new IndexLookup has been selected.
setCurrentIndexID(String) - Method in class org.gcube.portlets.admin.forwardindexportlet.gwt.client.ui.indexmanagement.index.FeedPanel
Updates internal state and the GUI components when a new Index has been selected.
setCurrentIndexID(String) - Method in class org.gcube.portlets.admin.forwardindexportlet.gwt.client.ui.indexmanagement.index.RemovePanel
Updates internal state and the GUI components when a new Index has been selected.
setDocumentCount(int) - Method in class org.gcube.portlets.admin.forwardindexportlet.gwt.shared.LookupPropertiesBean
Sets the number of currently indexed documents
setDocumentCount(int) - Method in class org.gcube.portlets.admin.forwardindexportlet.gwt.shared.MgmtPropertiesBean
Sets the number of currently indexed documents
setEmpty() - Method in class org.gcube.portlets.admin.forwardindexportlet.gwt.client.ui.indexmanagement.index.IndexDetail
Sets the panels to "empty" mode
setEmpty() - Method in class org.gcube.portlets.admin.forwardindexportlet.gwt.client.ui.indexmanagement.index.InfoPanel
Sets the GUI to "empty" mode
setEpr(String) - Method in class org.gcube.portlets.admin.forwardindexportlet.gwt.shared.IndexBean
Sets the current EndPointReference of the IndexManagement
setEpr(String) - Method in class org.gcube.portlets.admin.forwardindexportlet.gwt.shared.LookupBean
Sets the current EndPointReference of the IndexLookup
setFailed() - Method in class org.gcube.portlets.admin.forwardindexportlet.gwt.client.ui.indexmanagement.index.IndexDetail
Sets the panels to "failed" mode
setFailed() - Method in class org.gcube.portlets.admin.forwardindexportlet.gwt.client.ui.indexmanagement.index.InfoPanel
Sets the GUI to "failed" mode
setHost(String) - Method in class org.gcube.portlets.admin.forwardindexportlet.gwt.shared.IndexBean
Sets the Host the IndexManagement currently resides on
setHost(String) - Method in class org.gcube.portlets.admin.forwardindexportlet.gwt.shared.LookupBean
Sets the Host the IndexLookup currently resides on
setHost(String) - Method in class org.gcube.portlets.admin.forwardindexportlet.gwt.shared.LookupPropertiesBean
Sets the name of the host where the lookup resource resides
setHost(String) - Method in class org.gcube.portlets.admin.forwardindexportlet.gwt.shared.MgmtPropertiesBean
Sets the name of the host where the index resource resides
setId(String) - Method in class org.gcube.portlets.admin.forwardindexportlet.gwt.shared.CollectionBean
Assigns an ID to the collection
setId(String) - Method in class org.gcube.portlets.admin.forwardindexportlet.gwt.shared.IndexBean
Sets the ID of the index
setId(String) - Method in class org.gcube.portlets.admin.forwardindexportlet.gwt.shared.LookupBean
Sets the ID of the Index
setIndex(boolean) - Method in class org.gcube.portlets.admin.forwardindexportlet.gwt.shared.FieldBean
Sets the indicator if whether this field should be indexed
setIndexKeys(IndexKeysBean) - Method in class org.gcube.portlets.admin.forwardindexportlet.gwt.shared.LookupPropertiesBean
Sets IndextypeID of the IndexLookup
setIndexKeys(IndexKeysBean) - Method in class org.gcube.portlets.admin.forwardindexportlet.gwt.shared.MgmtPropertiesBean
Sets IndextypeID of the IndexManagement
setIndexTypeDesc(String) - Method in class org.gcube.portlets.admin.forwardindexportlet.gwt.shared.IndexTypeBean
 
setIndexTypeFields(FieldBean[]) - Method in class org.gcube.portlets.admin.forwardindexportlet.gwt.shared.IndexTypeBean
 
setIndexTypeID(String) - Method in class org.gcube.portlets.admin.forwardindexportlet.gwt.shared.ForwardIndexTypeBean
Sets the index type ID
setIndexTypeName(String) - Method in class org.gcube.portlets.admin.forwardindexportlet.gwt.shared.IndexTypeBean
 
setIndices(ArrayList<IndexBean>) - Method in class org.gcube.portlets.admin.forwardindexportlet.gwt.shared.CollectionBean
Sets which indices should be connected to the collection
setIsReal(boolean) - Method in class org.gcube.portlets.admin.forwardindexportlet.gwt.shared.CollectionBean
Marks the collection as existing or non-existing
setLanguage(String) - Method in class org.gcube.portlets.admin.forwardindexportlet.gwt.shared.CollectionBean
Assigns a language to the collection
setModified(String) - Method in class org.gcube.portlets.admin.forwardindexportlet.gwt.shared.LookupPropertiesBean
Gets the Modified Time of the IndexLookup
setModified(String) - Method in class org.gcube.portlets.admin.forwardindexportlet.gwt.shared.MgmtPropertiesBean
Gets the Modified Time of the IndexManagement
setName(String) - Method in class org.gcube.portlets.admin.forwardindexportlet.gwt.shared.CollectionBean
Assigns a name to the collection
setName(String) - Method in class org.gcube.portlets.admin.forwardindexportlet.gwt.shared.FieldBean
Sets the name of this field
setName(String) - Method in class org.gcube.portlets.admin.forwardindexportlet.gwt.shared.IndexBean
Sets the Name of the index
setResourceID(String) - Method in class org.gcube.portlets.admin.forwardindexportlet.gwt.shared.IndexTypeBean
 
setReturned(boolean) - Method in class org.gcube.portlets.admin.forwardindexportlet.gwt.shared.FieldBean
Sets the indicator if whether this field should be returned
setRunningInstanceEPR(String) - Method in class org.gcube.portlets.admin.forwardindexportlet.gwt.shared.RunningInstanceBean
Sets the running instance EPR
setSchema(String) - Method in class org.gcube.portlets.admin.forwardindexportlet.gwt.shared.CollectionBean
Assigns a schema to the collection
setSort(boolean) - Method in class org.gcube.portlets.admin.forwardindexportlet.gwt.shared.FieldBean
Sets the indicator if whether this field should be sorted
setStatus(String) - Method in class org.gcube.portlets.admin.forwardindexportlet.gwt.shared.LookupPropertiesBean
Gets the Status property of the IndexLookup
setStatus(String) - Method in class org.gcube.portlets.admin.forwardindexportlet.gwt.shared.MgmtPropertiesBean
Gets the Status property of the IndexManagement
setStore(boolean) - Method in class org.gcube.portlets.admin.forwardindexportlet.gwt.shared.FieldBean
Sets the indicator if whether this field should be stored
setTokenize(boolean) - Method in class org.gcube.portlets.admin.forwardindexportlet.gwt.shared.FieldBean
Sets the indicator if whether this field should be tokenized
setUpdaterCount(int) - Method in class org.gcube.portlets.admin.forwardindexportlet.gwt.shared.MgmtPropertiesBean
Sets the number of Updaters currently connected to the IndexManagement
setWaiting() - Method in class org.gcube.portlets.admin.forwardindexportlet.gwt.client.ui.indexmanagement.index.IndexDetail
Sets the panels to "waiting" mode
setWaiting() - Method in class org.gcube.portlets.admin.forwardindexportlet.gwt.client.ui.indexmanagement.index.InfoPanel
Sets the GUI to "waiting" mode
sort() - Method in class org.gcube.portlets.admin.forwardindexportlet.gwt.shared.CollectionBean
 

T

testImage() - Method in interface org.gcube.portlets.admin.forwardindexportlet.gwt.client.IndexExplorer.Images
The image icon used for the "fake collections" tree item

U

update(String) - Method in class org.gcube.portlets.admin.forwardindexportlet.gwt.client.ui.indexmanagement.index.AddIndexPanel
Updates the panels when a new collection has been selected, or a "New Fake Collection" has been requested.
update(String) - Method in class org.gcube.portlets.admin.forwardindexportlet.gwt.client.ui.indexmanagement.index.InfoPanel
Updates the GUI components when a new Index has been selected, asking the ManagementService for the Resource Properties of the selected Index
updateDetail(String) - Method in class org.gcube.portlets.admin.forwardindexportlet.gwt.client.ui.indexmanagement.index.IndexDetail
Updates internal state and the GUI components of all the panels when a new Index has been selected.
updateGenericResource(GCUBEGenericResource, GCUBEScope) - Static method in class org.gcube.portlets.admin.forwardindexportlet.gwt.server.util.GenericResourceManager
 
updateIndex(String, String) - Method in interface org.gcube.portlets.admin.forwardindexportlet.gwt.client.interfaces.ManagementService
 
updateIndex(String, String, AsyncCallback<String>) - Method in interface org.gcube.portlets.admin.forwardindexportlet.gwt.client.interfaces.ManagementServiceAsync
 
updateIndex(String, String) - Method in class org.gcube.portlets.admin.forwardindexportlet.gwt.server.ManagementServiceImpl
 

A C D F G I L M N O P Q R S T U

Copyright © 2013. All Rights Reserved.