public class OccurrenceManagementServiceImpl extends com.google.gwt.user.server.rpc.RemoteServiceServlet implements OccurrenceManagementService
Modifier and Type | Field and Description |
---|---|
static org.apache.log4j.Logger |
logger |
Constructor and Description |
---|
OccurrenceManagementServiceImpl() |
Modifier and Type | Method and Description |
---|---|
void |
deleteResourceById(String resourceId) |
protected org.gcube.application.framework.core.session.ASLSession |
getASLSession() |
List<JobOccurrencesModel> |
getListOccurrencesSet(ElaborationType elaborationType,
boolean onlyNotCompleted) |
List<Operator> |
getListOperator() |
void |
init() |
void |
initServervice() |
Boolean |
saveSelectedOccurrencePoints(String resourceId,
ElaborationType elaborationType,
String destinationFolderId,
String fileName) |
String |
startComputation(Operator operator,
String computationTitle,
String computationDescription) |
checkPermutationStrongName, doGetSerializationPolicy, getSerializationPolicy, onAfterResponseSerialized, onBeforeRequestDeserialized, processCall, processPost, shouldCompressResponse
doPost, doUnexpectedFailure, getPermutationStrongName, getThreadLocalRequest, getThreadLocalResponse, onAfterRequestDeserialized, readContent
doDelete, doGet, doHead, doOptions, doPut, doTrace, getLastModified, service, service
protected org.gcube.application.framework.core.session.ASLSession getASLSession()
public void init() throws javax.servlet.ServletException
init
in class javax.servlet.GenericServlet
javax.servlet.ServletException
public List<JobOccurrencesModel> getListOccurrencesSet(ElaborationType elaborationType, boolean onlyNotCompleted) throws Exception
getListOccurrencesSet
in interface OccurrenceManagementService
Exception
public List<Operator> getListOperator() throws Exception
getListOperator
in interface OccurrenceManagementService
Exception
public String startComputation(Operator operator, String computationTitle, String computationDescription) throws Exception
startComputation
in interface OccurrenceManagementService
Exception
public Boolean saveSelectedOccurrencePoints(String resourceId, ElaborationType elaborationType, String destinationFolderId, String fileName) throws Exception
saveSelectedOccurrencePoints
in interface OccurrenceManagementService
Exception
public void deleteResourceById(String resourceId) throws Exception
deleteResourceById
in interface OccurrenceManagementService
Exception
Copyright © 2014. All Rights Reserved.