| Package | Description |
|---|---|
| io.continual.client.model | |
| io.continual.client.model.impl |
| Modifier and Type | Method and Description |
|---|---|
void |
ModelClient.deleteObject(ModelObjectLocator locator)
Delete an object given a locator
|
ModelReference |
ModelClient.getObject(ModelObjectLocator locator)
Get an object from a model
|
ModelReference |
ModelReference.relateFrom(String name,
ModelObjectLocator from)
Relate this object from the given source object with the given name
|
ModelReference |
ModelReference.relateTo(String name,
ModelObjectLocator to)
Relate this object to the given target object with the given name
|
| Modifier and Type | Method and Description |
|---|---|
void |
StdModelClient.deleteObject(ModelObjectLocator locator) |
ModelReference |
StdModelClient.getObject(ModelObjectLocator locator) |
Copyright © 2020 continual.io. All rights reserved.