| Constructor and Description |
|---|
LoggingRegistryImpl() |
| Modifier and Type | Method and Description |
|---|---|
Object |
add(ChildDataType dataType,
Object newObjectToAdd,
Object dependentIdentifiers) |
Object |
add(ParentDataType dataType,
Object newObjectToAdd) |
Object |
get(RegistryModelType dataType,
Object identifier) |
List<Object> |
get(RegistryModelType dataType,
String fieldName,
Object value) |
List<String> |
getIds(RegistryModelType dataType,
String fieldName,
Object value) |
Object |
getValue(RegistryModelType dataType,
Object identifier,
String field) |
boolean |
isExist(RegistryModelType dataType,
Object identifier) |
void |
remove(RegistryModelType dataType,
Object identifier) |
List<Object> |
search(RegistryModelType dataType,
Map<String,String> filters) |
void |
update(RegistryModelType dataType,
Object newObjectToUpdate,
Object identifier) |
void |
update(RegistryModelType dataType,
Object identifier,
String fieldName,
Object value) |
public Object add(ChildDataType dataType, Object newObjectToAdd, Object dependentIdentifiers) throws RegistryException
add in interface RegistryRegistryExceptionpublic Object add(ParentDataType dataType, Object newObjectToAdd) throws RegistryException
add in interface RegistryRegistryExceptionpublic void update(RegistryModelType dataType, Object newObjectToUpdate, Object identifier) throws RegistryException
update in interface RegistryRegistryExceptionpublic void update(RegistryModelType dataType, Object identifier, String fieldName, Object value) throws RegistryException
update in interface RegistryRegistryExceptionpublic Object get(RegistryModelType dataType, Object identifier) throws RegistryException
get in interface RegistryRegistryExceptionpublic List<Object> get(RegistryModelType dataType, String fieldName, Object value) throws RegistryException
get in interface RegistryRegistryExceptionpublic List<Object> search(RegistryModelType dataType, Map<String,String> filters) throws RegistryException
search in interface RegistryRegistryExceptionpublic Object getValue(RegistryModelType dataType, Object identifier, String field) throws RegistryException
getValue in interface RegistryRegistryExceptionpublic List<String> getIds(RegistryModelType dataType, String fieldName, Object value) throws RegistryException
getIds in interface RegistryRegistryExceptionpublic void remove(RegistryModelType dataType, Object identifier) throws RegistryException
remove in interface RegistryRegistryExceptionpublic boolean isExist(RegistryModelType dataType, Object identifier) throws RegistryException
isExist in interface RegistryRegistryExceptionCopyright © 2011–2014 The Apache Software Foundation. All rights reserved.