|
SMILA (incubation) API documentation | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ConnectivityManager
The Interface ConnectivityManager.
| Field Summary | |
|---|---|
static java.lang.String |
HASH_TOKEN
The HAS h_ token. |
| Method Summary | |
|---|---|
int |
add(Record[] records)
Put the given records for further processing to the ADD Queue. |
boolean[] |
checkForUpdate(Record[] diData)
Checks for each DeltaIndexing data, if it needs to be updated in the system. |
void |
clearDeltaIndexing()
Administrative reset method. |
void |
clearDeltaIndexingByDataSourceId(java.lang.String dataSourceId)
Administrative reset method. |
int |
delete(Id[] ids)
Put the the given ids for Deletion from the system to the DELETE Queue. |
int |
deleteDeltaByCompoundId(Id compoundId)
Initiates a delta delete for the given compound object ID and all it's elements. |
int |
deleteDeltaByDataSourceId(java.lang.String dataSourceId)
Initiates a delta delete for the given dataSourceID. |
void |
finishDeltaIndexingByCompoundId(Id compoundId)
Finishes a DeltaIndexing run for the given compoundId. |
void |
finishDeltaIndexingByDataSourceId(java.lang.String dataSourceId)
Finishes a DeltaIndexing run for the given dataSourceId. |
void |
initDeltaIndexingByCompoundId(Id compoundId)
Initializes a DeltaIndexing run for the given compoundId. |
void |
initDeltaIndexingByDataSourceId(java.lang.String dataSourceId)
Initializes a DeltaIndexing run for the given dataSourceId. |
| Field Detail |
|---|
static final java.lang.String HASH_TOKEN
| Method Detail |
|---|
int add(Record[] records)
throws ConnectivityException
records - a list of Record objects
ConnectivityException - if any error occurs
int delete(Id[] ids)
throws ConnectivityException
ids - a list of IDs to delete
ConnectivityException - if any error occurs
void initDeltaIndexingByDataSourceId(java.lang.String dataSourceId)
throws ConnectivityException
dataSourceId - the ID of the data source
ConnectivityException - if any error occurs
void initDeltaIndexingByCompoundId(Id compoundId)
throws ConnectivityException
compoundId - the Id of the compound object
ConnectivityException - if any error occurs if any error occurs
void finishDeltaIndexingByDataSourceId(java.lang.String dataSourceId)
throws ConnectivityException
dataSourceId - the ID of the data source
ConnectivityException - if any error occurs
void finishDeltaIndexingByCompoundId(Id compoundId)
throws ConnectivityException
compoundId - the Id of the compound object
ConnectivityException - if any error occurs if any error occurs
boolean[] checkForUpdate(Record[] diData)
throws ConnectivityException
diData - a list of Records containing DeltaIndexing data to check
ConnectivityException - if any error occurs
int deleteDeltaByDataSourceId(java.lang.String dataSourceId)
throws ConnectivityException
dataSourceId - the ID of the data source
ConnectivityException - if any error occurs
int deleteDeltaByCompoundId(Id compoundId)
throws ConnectivityException
compoundId - the ID of the compound object
ConnectivityException - if any error occurs
void clearDeltaIndexing()
throws ConnectivityException
ConnectivityException - if any error occurs
void clearDeltaIndexingByDataSourceId(java.lang.String dataSourceId)
throws ConnectivityException
dataSourceId - the ID of the data source
ConnectivityException - if any error occurs
|
SMILA (incubation) API documentation | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||