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 class
Simple 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:
getFailedElements
in interfaceIWorkflowPlaceholderRefactorRetVal
-
getUpdatedElements
- Specified by:
getUpdatedElements
in interfaceIWorkflowPlaceholderRefactorRetVal
-