@InterfaceAudience.Private @InterfaceStability.Unstable public class Workflow extends Object
<workflow> element
and its siblings inside workflow XML / XSD.
By assigning non-null field values, the resulting <workflow> will have all its
siblings filled.
This class is the root container POJO from a user's perspective to Jobs API.
| Modifier and Type | Method and Description |
|---|---|
String |
asXml() |
Set<Node> |
getAllNodes() |
Credentials |
getCredentials() |
Global |
getGlobal() |
String |
getName() |
Set<Node> |
getNodes() |
Parameters |
getParameters() |
Set<Node> |
getRoots() |
public String getName()
public Parameters getParameters()
public Global getGlobal()
public Credentials getCredentials()
public String asXml() throws JAXBException, UnsupportedEncodingException
Copyright © 2021 Apache Software Foundation. All rights reserved.