Class FeederEngineImpl
- java.lang.Object
-
- org.gcube.data.publishing.gCatFeeder.service.engine.impl.FeederEngineImpl
-
- All Implemented Interfaces:
FeederEngine
public class FeederEngineImpl extends Object implements FeederEngine
-
-
Constructor Summary
Constructors Constructor Description FeederEngineImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<ExecutionDescriptor>get(DBQueryDescriptor filter)ExecutionDescriptorgetById(Long id)ExecutionDescriptorsubmit(ExecutionRequest req)
-
-
-
Method Detail
-
submit
public ExecutionDescriptor submit(ExecutionRequest req) throws InternalError, PersistenceError, InvalidRequest
- Specified by:
submitin interfaceFeederEngine- Throws:
InternalErrorPersistenceErrorInvalidRequest
-
get
public Collection<ExecutionDescriptor> get(DBQueryDescriptor filter) throws PersistenceError, InvalidRequest
- Specified by:
getin interfaceFeederEngine- Throws:
PersistenceErrorInvalidRequest
-
getById
public ExecutionDescriptor getById(Long id) throws PersistenceError, ElementNotFound, InvalidRequest
- Specified by:
getByIdin interfaceFeederEngine- Throws:
PersistenceErrorElementNotFoundInvalidRequest
-
-