public class WorkflowTokenDetail extends Object
WorkflowToken for a give workflow run.| Modifier and Type | Class and Description |
|---|---|
static class |
WorkflowTokenDetail.NodeValueDetail
Class to represent node -> value mapping for a given key in a
WorkflowToken. |
| Constructor and Description |
|---|
WorkflowTokenDetail(Map<String,List<WorkflowTokenDetail.NodeValueDetail>> tokenData) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,List<WorkflowTokenDetail.NodeValueDetail>> |
getTokenData() |
static WorkflowTokenDetail |
of(Map<String,List<NodeValue>> data)
Constructs a
WorkflowTokenDetail by flattening the Value from the output of
WorkflowToken.getAll(WorkflowToken.Scope). |
public WorkflowTokenDetail(Map<String,List<WorkflowTokenDetail.NodeValueDetail>> tokenData)
public Map<String,List<WorkflowTokenDetail.NodeValueDetail>> getTokenData()
public static WorkflowTokenDetail of(Map<String,List<NodeValue>> data)
WorkflowTokenDetail by flattening the Value from the output of
WorkflowToken.getAll(WorkflowToken.Scope).data - the workflow token data to flattenWorkflowTokenDetail from the specified workflow token dataCopyright © 2016 Cask Data, Inc. Licensed under the Apache License, Version 2.0.