public class CustomWorkflowRunFacadeREST extends WorkflowRunFacadeREST
Constructor and Description |
---|
CustomWorkflowRunFacadeREST() |
Modifier and Type | Method and Description |
---|---|
void |
deleteRecursive(Integer id,
Set<ModelAccessionIDTuple> victims,
String targetClass)
The actual delete method, container managed JTA transactions should handle rollback and atomic operations
|
Set<ModelAccessionIDTuple> |
findRecursive(Integer id,
String targetClass)
Returns the list of potential victims for a deletion operation
|
countREST, create, edit, find, findAll, findRange, getEntityManager, remove
count, find, findRange, remove
public void deleteRecursive(Integer id, Set<ModelAccessionIDTuple> victims, String targetClass)
id
- victims
- targetClass
- public Set<ModelAccessionIDTuple> findRecursive(Integer id, String targetClass)
id
- targetClass
- Copyright © 2015 SeqWare. All rights reserved.