|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ImportRules | |
---|---|
org.pentaho.di.imp | |
org.pentaho.di.repository | This package contains the required classes to handle the Kettle repository. |
org.pentaho.di.ui.imp | |
org.pentaho.di.ui.repository.dialog |
Uses of ImportRules in org.pentaho.di.imp |
---|
Methods in org.pentaho.di.imp that return ImportRules | |
---|---|
ImportRules |
ImportRules.clone()
Perform a deep clone |
Uses of ImportRules in org.pentaho.di.repository |
---|
Methods in org.pentaho.di.repository that return ImportRules | |
---|---|
ImportRules |
RepositoryImporter.getImportRules()
|
Methods in org.pentaho.di.repository with parameters of type ImportRules | |
---|---|
void |
RepositoryImporter.setImportRules(ImportRules importRules)
|
void |
IRepositoryImporter.setImportRules(ImportRules importRules)
Set the list of rules that need to be applied to every imported object. |
void |
IRepositoryExporter.setImportRulesToValidate(ImportRules importRules)
Pass a set of import rules to the exporter to validate against during the export. |
void |
RepositoryExporter.setImportRulesToValidate(ImportRules importRules)
|
static void |
RepositoryImporter.validateImportedElement(ImportRules importRules,
Object subject)
Validates the repository element that is about to get imported against the list of import rules. |
Constructors in org.pentaho.di.repository with parameters of type ImportRules | |
---|---|
RepositoryImporter(Repository repository,
ImportRules importRules,
List<String> limitDirs)
|
Uses of ImportRules in org.pentaho.di.ui.imp |
---|
Constructors in org.pentaho.di.ui.imp with parameters of type ImportRules | |
---|---|
ImportRulesDialog(Shell parentShell,
ImportRules importRules)
|
Uses of ImportRules in org.pentaho.di.ui.repository.dialog |
---|
Constructors in org.pentaho.di.ui.repository.dialog with parameters of type ImportRules | |
---|---|
RepositoryExportProgressDialog(Shell shell,
Repository rep,
RepositoryDirectoryInterface dir,
String filename,
ImportRules importRules)
|
|
RepositoryImportProgressDialog(Shell parent,
int style,
Repository rep,
String fileDirectory,
String[] filenames,
RepositoryDirectoryInterface baseDirectory,
String versionComment,
ImportRules importRules)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |