Interface IWorkflowPlaceholderRefactorRetVal
- 
- All Superinterfaces:
 Serializable
- All Known Implementing Classes:
 WorkflowPlaceholderRefactorRetVal
public interface IWorkflowPlaceholderRefactorRetVal extends Serializable
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Map<ElementKey,Throwable>getFailedElements()Set<ElementKey>getUpdatedElements() 
 - 
 
- 
- 
Method Detail
- 
getUpdatedElements
Set<ElementKey> getUpdatedElements()
 
- 
getFailedElements
Map<ElementKey,Throwable> getFailedElements()
 
 - 
 
 -