| Package | Description |
|---|---|
| org.streampipes.model.client.pipeline | |
| org.streampipes.model.client.user |
| Modifier and Type | Method and Description |
|---|---|
Pipeline |
Pipeline.clone() |
| Modifier and Type | Method and Description |
|---|---|
List<Pipeline> |
User.getPipelines() |
| Modifier and Type | Method and Description |
|---|---|
void |
User.addOwnPipeline(Pipeline pipeline) |
| Modifier and Type | Method and Description |
|---|---|
void |
User.setPipelines(List<Pipeline> pipelines) |
| Constructor and Description |
|---|
User(String email,
String password,
Set<Role> roles,
List<Pipeline> pipelines,
List<Element> ownSources,
List<Element> ownSepas,
List<Element> ownActions) |
Copyright © 2019. All rights reserved.