| Package | Description |
|---|---|
| org.odpi.openmetadata.accessservices.dataengine.model |
| Modifier and Type | Method and Description |
|---|---|
UpdateSemantic |
Port.getUpdateSemantic() |
UpdateSemantic |
Process.getUpdateSemantic() |
static UpdateSemantic |
UpdateSemantic.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UpdateSemantic[] |
UpdateSemantic.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Port.setUpdateSemantic(UpdateSemantic updateSemantic) |
void |
Process.setUpdateSemantic(UpdateSemantic updateSemantic) |
| Constructor and Description |
|---|
PortImplementation(String displayName,
String qualifiedName,
PortType portType,
SchemaType schemaType,
UpdateSemantic updateSemantic) |
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,
UpdateSemantic updateSemantic) |
Copyright © 2018–2019 ODPi. All rights reserved.