public interface UgcClientApi
Modifier and Type | Method and Description |
---|---|
Object |
createEntity(Object entity)
Create new entity.
|
List<?> |
getEntities(com.sdl.odata.client.api.ODataClientQuery clientQuery)
Gets all entities of a specific entity type recognized by query.
|
Object |
getEntity(com.sdl.odata.client.api.ODataClientQuery clientQuery)
Get the entity recognized by query.
|
void |
removeEntity(com.sdl.odata.client.api.model.ODataIdAwareEntity entity)
Remove existing entity.
|
Object |
updateEntity(com.sdl.odata.client.api.model.ODataIdAwareEntity entity)
Update existing entity.
|
List<?> getEntities(com.sdl.odata.client.api.ODataClientQuery clientQuery)
clientQuery
- the query to oData serviceObject getEntity(com.sdl.odata.client.api.ODataClientQuery clientQuery)
clientQuery
- the query to oData serviceObject createEntity(Object entity)
entity
- the entity that has to be createdObject updateEntity(com.sdl.odata.client.api.model.ODataIdAwareEntity entity)
entity
- the entity which should be updatedvoid removeEntity(com.sdl.odata.client.api.model.ODataIdAwareEntity entity)
entity
- the entity which should be removedCopyright (c) 2014-2021 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries