@RemoteServiceRelativePath(value="occurrence")
public interface OccurrenceManagementService
extends com.google.gwt.user.client.rpc.RemoteService
Modifier and Type | Method and Description |
---|---|
void |
deleteResourceById(String resourceId) |
List<JobOccurrencesModel> |
getListOccurrencesSet(ElaborationType elaborationType,
boolean onlyNotCompleted) |
List<Operator> |
getListOperator() |
Boolean |
saveSelectedOccurrencePoints(String resourceId,
ElaborationType elaborationType,
String destinationFolderId,
String fileName) |
String |
startComputation(Operator operator,
String computationTitle,
String computationDescription) |
List<JobOccurrencesModel> getListOccurrencesSet(ElaborationType elaborationType, boolean onlyNotCompleted) throws Exception
Exception
String startComputation(Operator operator, String computationTitle, String computationDescription) throws Exception
Exception
Boolean saveSelectedOccurrencePoints(String resourceId, ElaborationType elaborationType, String destinationFolderId, String fileName) throws Exception
Exception
Copyright © 2014. All Rights Reserved.