|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectIndexManagementWSResource
org.gcube.indexmanagement.forwardindexmanagement.impl.ForwardIndexManagementResource
public class ForwardIndexManagementResource
Contain the resource instances. More precisely index information like type, format, name, modified date and so on.
Field Summary | |
---|---|
static java.lang.String |
RP_CONTENT_TYPE
The content type of the db given by the creator. |
static java.lang.String |
RP_KEY_DESCRIPTION
The index key description for this index. |
Constructor Summary | |
---|---|
ForwardIndexManagementResource()
|
Method Summary | |
---|---|
void |
deleteCollection(java.lang.String collectionID)
Deletes a collection id to the collectionID resource property. |
java.lang.String |
getContentType()
Getter method for the ContentType Resource Property |
DeltaListManagementHandler |
getIndexManagerHandler()
Required by interface DeltaListManager. |
KeyDescriptionType[] |
getKeyDescription()
Getter method for the KeyDescription Resource Property |
boolean |
isDeltaValid(DeltaFileInfoType arg0)
Required by interface DeltaListManagementHandler |
void |
onLoad(java.io.ObjectInputStream ois,
boolean firstLoad)
|
void |
onResourceRemoval()
|
void |
onStore(java.io.ObjectOutputStream oos)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String RP_CONTENT_TYPE
public static final java.lang.String RP_KEY_DESCRIPTION
Constructor Detail |
---|
public ForwardIndexManagementResource()
Method Detail |
---|
public void onStore(java.io.ObjectOutputStream oos) throws java.lang.Exception
java.lang.Exception
public void onLoad(java.io.ObjectInputStream ois, boolean firstLoad) throws java.lang.Exception
java.lang.Exception
public void onResourceRemoval()
public java.lang.String getContentType()
String
the requested ContentType identifierpublic KeyDescriptionType[] getKeyDescription()
KeyDescriptionType[]
the KeyDscription of this Indexpublic void deleteCollection(java.lang.String collectionID)
collectionID
- String
-the ID to be addedpublic DeltaListManagementHandler getIndexManagerHandler()
public boolean isDeltaValid(DeltaFileInfoType arg0) throws IndexException
arg0
- - the delta file info
IndexExcepetion
- in case of failure
IndexException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |