public class WorkflowResult<T> extends Object
Constructor and Description |
---|
WorkflowResult(T result,
PropagationByResource<String> propByRes,
Set<String> performedTasks) |
WorkflowResult(T result,
PropagationByResource<String> propByRes,
String performedTask) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
Set<String> |
getPerformedTasks() |
PropagationByResource<String> |
getPropByRes() |
T |
getResult() |
int |
hashCode() |
void |
setResult(T result) |
String |
toString() |
public WorkflowResult(T result, PropagationByResource<String> propByRes, String performedTask)
public WorkflowResult(T result, PropagationByResource<String> propByRes, Set<String> performedTasks)
public T getResult()
public void setResult(T result)
public PropagationByResource<String> getPropByRes()
Copyright © 2010–2023 The Apache Software Foundation. All rights reserved.