Package | Description |
---|---|
org.pentaho.di.repository |
This package contains the required classes to handle the Kettle repository.
|
org.pentaho.di.repository.filerep | |
org.pentaho.di.repository.kdr |
Modifier and Type | Method and Description |
---|---|
static RepositoryOperation |
RepositoryOperation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RepositoryOperation[] |
RepositoryOperation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
BaseRepositorySecurityProvider.validateAction(RepositoryOperation... operations) |
void |
RepositorySecurityProvider.validateAction(RepositoryOperation... operations)
Validates the supplied operation.
|
Modifier and Type | Method and Description |
---|---|
void |
KettleFileRepositorySecurityProvider.validateAction(RepositoryOperation... operations) |
Modifier and Type | Method and Description |
---|---|
void |
KettleDatabaseRepositorySecurityProvider.validateAction(RepositoryOperation... operations) |