Package | Description |
---|---|
org.komodo.relational.dataservice |
Modifier and Type | Field and Description |
---|---|
static DataServiceEntry.PublishPolicy |
DataServiceEntry.PublishPolicy.DEFAULT
The default policy.
|
Modifier and Type | Method and Description |
---|---|
static DataServiceEntry.PublishPolicy |
DataServiceEntry.PublishPolicy.fromXml(String xml) |
default DataServiceEntry.PublishPolicy |
DataServiceEntry.getPublishPolicy(Repository.UnitOfWork transaction) |
static DataServiceEntry.PublishPolicy |
DataServiceEntry.PublishPolicy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataServiceEntry.PublishPolicy[] |
DataServiceEntry.PublishPolicy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
default void |
DataServiceEntry.setPublishPolicy(Repository.UnitOfWork transaction,
DataServiceEntry.PublishPolicy newPublishPolicy) |
Copyright © 2013–2019. All rights reserved.