org.gcube.indexmanagement.fulltextindexmanagement
Class FullTextIndexManagementFactoryService

java.lang.Object
  extended by GCUBEPortType
      extended by org.gcube.indexmanagement.fulltextindexmanagement.FullTextIndexManagementFactoryService

public class FullTextIndexManagementFactoryService
extends GCUBEPortType

FullTextIndexManagementFactoryService creates FullTextIndexManagement Resources instances and return references to the created objects.

Version:
0.1

Constructor Summary
FullTextIndexManagementFactoryService()
           
 
Method Summary
 CreateResourceResponse createResource(CreateResource request)
          Creates an instance of the FullTextIndexManagementResource class and returns a reference to it
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FullTextIndexManagementFactoryService

public FullTextIndexManagementFactoryService()
Method Detail

createResource

public CreateResourceResponse createResource(CreateResource request)
                                      throws GCUBEFault
Creates an instance of the FullTextIndexManagementResource class and returns a reference to it

Parameters:
request - CreateResource - Object containing the indexID, collectionID, indexType, indexFormat and contentType of the index to be created.
Returns:
CreateResourceResponse - object containing the epr of the created FullTextIndexManagementResource instance
Throws:
GCUBEFault