|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RepositoryOperation | |
---|---|
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 |
Uses of RepositoryOperation in org.pentaho.di.repository |
---|
Methods in org.pentaho.di.repository that return RepositoryOperation | |
---|---|
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. |
Methods in org.pentaho.di.repository with parameters of type RepositoryOperation | |
---|---|
void |
BaseRepositorySecurityProvider.validateAction(RepositoryOperation... operations)
|
void |
RepositorySecurityProvider.validateAction(RepositoryOperation... operations)
Validates the supplied operation. |
Uses of RepositoryOperation in org.pentaho.di.repository.filerep |
---|
Methods in org.pentaho.di.repository.filerep with parameters of type RepositoryOperation | |
---|---|
void |
KettleFileRepositorySecurityProvider.validateAction(RepositoryOperation... operations)
|
Uses of RepositoryOperation in org.pentaho.di.repository.kdr |
---|
Methods in org.pentaho.di.repository.kdr with parameters of type RepositoryOperation | |
---|---|
void |
KettleDatabaseRepositorySecurityProvider.validateAction(RepositoryOperation... operations)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |