public class DataloadProcess extends Object
| Modifier and Type | Field and Description |
|---|---|
static org.springframework.web.util.UriTemplate |
TEMPLATE |
static String |
URI |
| Constructor and Description |
|---|
DataloadProcess(String name,
ProcessType type) |
DataloadProcess(String name,
String type) |
DataloadProcess(String name,
String type,
String appstorePath)
Use this constructor, when you want to deploy process from appstore.
|
| Modifier and Type | Method and Description |
|---|---|
Set<String> |
getExecutables() |
String |
getExecutionsLink() |
String |
getId() |
String |
getName() |
String |
getPath() |
String |
getSourceLink() |
String |
getType() |
String |
getUri() |
void |
setName(String name) |
void |
setPath(String path) |
void |
setType(String type) |
void |
validateExecutable(String executable) |
public static final String URI
public static final org.springframework.web.util.UriTemplate TEMPLATE
public DataloadProcess(String name, String type, String appstorePath)
name - type - appstorePath - valid path to brick in appstorepublic DataloadProcess(String name, ProcessType type)
public String getName()
public String getType()
public void setName(String name)
public void setType(String type)
public String getPath()
public void setPath(String path)
public String getUri()
public String getId()
public String getExecutionsLink()
public String getSourceLink()
public void validateExecutable(String executable)
Copyright © 2016. All Rights Reserved.