Class WorkflowPlaceholderRefactorRetVal
java.lang.Object
de.xima.fc.workflow.processor.model.WorkflowPlaceholderRefactorRetVal
- All Implemented Interfaces:
IWorkflowPlaceholderRefactorRetVal,Serializable
public final class WorkflowPlaceholderRefactorRetVal
extends Object
implements IWorkflowPlaceholderRefactorRetVal
Default POJO implementation of
IWorkflowPlaceholderRefactorRetVal with a builder.- Since:
- 7.0.0
- Author:
- XIMA MEDIA GmbH
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classSimple builder for aIWorkflowPlaceholderRefactorRetVal. -
Constructor Summary
ConstructorsConstructorDescriptionWorkflowPlaceholderRefactorRetVal(Map<ElementKey, Throwable> failedElements, Set<ElementKey> updatedElements) -
Method Summary
Modifier and TypeMethodDescription
-
Constructor Details
-
WorkflowPlaceholderRefactorRetVal
public WorkflowPlaceholderRefactorRetVal(Map<ElementKey, Throwable> failedElements, Set<ElementKey> updatedElements)
-
-
Method Details
-
getFailedElements
- Specified by:
getFailedElementsin interfaceIWorkflowPlaceholderRefactorRetVal
-
getUpdatedElements
- Specified by:
getUpdatedElementsin interfaceIWorkflowPlaceholderRefactorRetVal
-