public interface SourceConnectorClient
Modifier and Type | Method and Description |
---|---|
void |
applyDelta(long sourceNr,
Delta delta,
boolean load)
Apply a delta
|
long |
getHighestAccessLevelNr()
Return the numeric identifier of the highest access level
|
long |
getIsAccessLevelRelationNr() |
long |
getLowestAccessLevelNr()
Return the numeric identifier of the lowest access level
|
long |
getSpecialItemSourceNr() |
long getSpecialItemSourceNr()
long getIsAccessLevelRelationNr()
long getLowestAccessLevelNr()
long getHighestAccessLevelNr()
void applyDelta(long sourceNr, Delta delta, boolean load) throws TripleStoreNonFatalException, SourceConnectorException, TripleStoreFatalException, NotInOperationException
sourceNr
- the numeric identifier of the source originating
the deltadelta
- a deltaload
- true if the triple is loaded in a load operation,
false if in a sync operationTripleStoreNonFatalException
TripleStoreFatalException
SourceConnectorException
NotInOperationException