Package | Description |
---|---|
org.komodo.spi.repository |
Modifier and Type | Method and Description |
---|---|
Repository.OperationType |
KomodoObjectVisitor.getRequestType() |
static Repository.OperationType |
Repository.OperationType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Repository.OperationType[] |
Repository.OperationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Repository.provision(Repository.UnitOfWork transaction,
KomodoObject object,
Repository.OperationType requestType)
Prepares the given object to be acted upon by the transaction, including testing if
such operation violates any security constraints and ensuring that a user-space is
available in the workspace.
|
Copyright © 2013–2019. All rights reserved.