PROHIBITED_SITE_IDS| Modifier and Type | Method and Description |
|---|---|
void |
delete(String id)
Deletes the Entity with the parsed id.
|
void |
deleteAll()
Deletes all Entities and their Mappings from the Entityhub.
|
void |
store(Iterable<Representation> representation)
Stores (create or updates) the parsed representations.
|
void |
store(Representation representation)
Stores (create or updates) the parsed representation.
|
find, findEntities, findReferences, getConfiguration, getContent, getEntity, getFieldMapper, getId, getQueryFactory, supportsLocalMode, supportsSearchvoid store(Representation representation) throws ManagedSiteException
representation - the representation to be stored/updatedManagedSiteException - On any error while performing the operationIllegalArgumentException - if null is parsed as
Representation.void store(Iterable<Representation> representation) throws ManagedSiteException
representation - the representation to be stored/updatedManagedSiteException - On any error while performing the operationIllegalArgumentException - if null is parsedvoid delete(String id) throws ManagedSiteException
#setState(String, ManagedEntityState) with
ManagedEntityState.removed as second parameter.id - The id of the Entity to deleteEntityhubException - On any error while performing the operationIllegalArgumentException - if null or an empty String
is parsed as idManagedSiteExceptionvoid deleteAll()
throws ManagedSiteException
EntityhubException - On any error while performing the operationManagedSiteExceptionCopyright © 2010-2014 The Apache Software Foundation. All Rights Reserved.