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()
Deprecated.
use
getExecutionsUri() instead |
String |
getExecutionsUri() |
String |
getId() |
String |
getName() |
String |
getPath() |
String |
getSourceLink()
Deprecated.
use
getSourceUri() instead |
String |
getSourceUri() |
String |
getType() |
String |
getUri() |
void |
setName(String name) |
void |
setPath(String path) |
void |
setType(String type) |
String |
toString() |
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 - nametype - typeappstorePath - 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()
@Deprecated public String getExecutionsLink()
getExecutionsUri() insteadpublic String getExecutionsUri()
@Deprecated public String getSourceLink()
getSourceUri() insteadpublic String getSourceUri()
public void validateExecutable(String executable)
Copyright © 2019. All rights reserved.