Uses of Class
org.gcube.data.publishing.gCatFeeder.service.model.ExecutionDescriptor
-
-
Uses of ExecutionDescriptor in org.gcube.data.publishing.gCatFeeder.service.engine
Methods in org.gcube.data.publishing.gCatFeeder.service.engine that return ExecutionDescriptor Modifier and Type Method Description ExecutionDescriptorPersistenceManager. create(ExecutionRequest request)ExecutionDescriptorFeederEngine. getById(Long id)ExecutionDescriptorPersistenceManager. getById(Long id)ExecutionDescriptorFeederEngine. submit(ExecutionRequest req)Methods in org.gcube.data.publishing.gCatFeeder.service.engine that return types with arguments of type ExecutionDescriptor Modifier and Type Method Description Collection<ExecutionDescriptor>FeederEngine. get(DBQueryDescriptor filter)Collection<ExecutionDescriptor>PersistenceManager. get(DBQueryDescriptor filter)Methods in org.gcube.data.publishing.gCatFeeder.service.engine with parameters of type ExecutionDescriptor Modifier and Type Method Description voidExecutionManager. submit(ExecutionDescriptor desc)booleanPersistenceManager. update(ExecutionDescriptor toUpdate) -
Uses of ExecutionDescriptor in org.gcube.data.publishing.gCatFeeder.service.engine.impl
Methods in org.gcube.data.publishing.gCatFeeder.service.engine.impl that return ExecutionDescriptor Modifier and Type Method Description ExecutionDescriptorFeederEngineImpl. getById(Long id)ExecutionDescriptorFeederEngineImpl. submit(ExecutionRequest req)Methods in org.gcube.data.publishing.gCatFeeder.service.engine.impl that return types with arguments of type ExecutionDescriptor Modifier and Type Method Description Collection<ExecutionDescriptor>FeederEngineImpl. get(DBQueryDescriptor filter)Methods in org.gcube.data.publishing.gCatFeeder.service.engine.impl with parameters of type ExecutionDescriptor Modifier and Type Method Description voidExecutionManagerImpl. submit(ExecutionDescriptor desc)Constructors in org.gcube.data.publishing.gCatFeeder.service.engine.impl with parameters of type ExecutionDescriptor Constructor Description ExecutionTask(ExecutionDescriptor desc) -
Uses of ExecutionDescriptor in org.gcube.data.publishing.gCatFeeder.service.engine.impl.persistence
Methods in org.gcube.data.publishing.gCatFeeder.service.engine.impl.persistence that return ExecutionDescriptor Modifier and Type Method Description ExecutionDescriptorPersistenceManagerImpl. create(ExecutionRequest request)ExecutionDescriptorPersistenceManagerImpl. getById(Long id)static ExecutionDescriptorQueries. translateRow(ResultSet row)Methods in org.gcube.data.publishing.gCatFeeder.service.engine.impl.persistence that return types with arguments of type ExecutionDescriptor Modifier and Type Method Description Collection<ExecutionDescriptor>PersistenceManagerImpl. get(DBQueryDescriptor filter)Methods in org.gcube.data.publishing.gCatFeeder.service.engine.impl.persistence with parameters of type ExecutionDescriptor Modifier and Type Method Description static DBQueryDescriptorQueries. translateObject(ExecutionDescriptor descriptor)booleanPersistenceManagerImpl. update(ExecutionDescriptor toUpdate) -
Uses of ExecutionDescriptor in org.gcube.data.publishing.gCatFeeder.service.rest
Methods in org.gcube.data.publishing.gCatFeeder.service.rest that return ExecutionDescriptor Modifier and Type Method Description ExecutionDescriptorExecutions. get(Long executionId)ExecutionDescriptorExecutions. submit(javax.ws.rs.core.UriInfo info)
-