Package | Description |
---|---|
io.seqware.webservice.client |
Customized Java client for admin webservice.
|
io.seqware.webservice.controller |
Classes for customized behaviour for the REST web resources.
|
Modifier and Type | Method and Description |
---|---|
ModelAccessionIDTuple |
SeqWareWebServiceClient.findTupleByAccession(String id) |
Modifier and Type | Method and Description |
---|---|
Set<ModelAccessionIDTuple> |
SeqWareWebServiceClient.find_JSON_rdelete(Class targetType,
String id) |
Modifier and Type | Method and Description |
---|---|
void |
SeqWareWebServiceClient.remove_rdelete(Class targetType,
String id,
Set<ModelAccessionIDTuple> matchSet) |
Modifier and Type | Method and Description |
---|---|
ModelAccessionIDTuple |
UtilityREST.find(Integer accession)
Returns a tuple describing the class and accession given only an accession
|
Modifier and Type | Method and Description |
---|---|
Set<ModelAccessionIDTuple> |
CustomWorkflowRunFacadeREST.findRecursive(Integer id,
String targetClass)
Returns the list of potential victims for a deletion operation
|
Modifier and Type | Method and Description |
---|---|
int |
ModelAccessionIDTuple.compareTo(ModelAccessionIDTuple that) |
Modifier and Type | Method and Description |
---|---|
void |
CustomWorkflowRunFacadeREST.deleteRecursive(Integer id,
Set<ModelAccessionIDTuple> victims,
String targetClass)
The actual delete method, container managed JTA transactions should handle rollback and atomic operations
|
Copyright © 2015 SeqWare. All rights reserved.