| Package | Description |
|---|---|
| org.odpi.openmetadata.accessservices.dataengine.model | |
| org.odpi.openmetadata.accessservices.dataengine.rest |
| Modifier and Type | Method and Description |
|---|---|
List<PortImplementation> |
Process.getPortImplementations() |
| Modifier and Type | Method and Description |
|---|---|
void |
Process.setPortImplementations(List<PortImplementation> portImplementations) |
| Constructor and Description |
|---|
Process(String qualifiedName,
String name,
String description,
String latestChange,
List<String> zoneMembership,
String displayName,
String formula,
String owner,
OwnerType ownerType,
List<PortImplementation> portImplementations,
List<PortAlias> portAliases,
List<LineageMapping> lineageMappings) |
| Modifier and Type | Method and Description |
|---|---|
PortImplementation |
PortImplementationRequestBody.getPortImplementation() |
| Modifier and Type | Method and Description |
|---|---|
void |
PortImplementationRequestBody.setPortImplementation(PortImplementation portImplementation) |
Copyright © 2018–2019 ODPi. All rights reserved.