@Deprecated public interface RepositoryExtended extends Repository
Modifier and Type | Method and Description |
---|---|
void |
deleteRepositoryDirectory(RepositoryDirectoryInterface dir,
boolean deleteHomeDirectories)
Deprecated.
Delete a repository directory
|
List<RepositoryObjectInterface> |
getChildren(String path,
String filter)
Deprecated.
|
List<ClusterSchema> |
getClusters(boolean cached)
Deprecated.
|
List<DatabaseMeta> |
getConnections(boolean cached)
Deprecated.
|
List<PartitionSchema> |
getPartitions(boolean cached)
Deprecated.
|
List<SlaveServer> |
getSlaveServers(boolean cached)
Deprecated.
|
RepositoryDirectoryInterface |
loadRepositoryDirectoryTree(boolean eager)
Deprecated.
more deprecated than the others
Loads the RepositoryDirectoryTree either Eagerly or Lazilly based on the value passed. This value will
override the default and any specified setting value for KETTLE_LAZY_REPOSITORY.
|
RepositoryDirectoryInterface |
loadRepositoryDirectoryTree(String path,
String filter,
int depth,
boolean showHidden,
boolean includeEmptyFolder,
boolean includeAcls)
Deprecated.
Loads the RepositoryDirectoryTree, filtering at the server.
|
ObjectId |
renameRepositoryDirectory(ObjectId dirId,
RepositoryDirectoryInterface newParent,
String newName,
boolean renameHomeDirectories)
Deprecated.
Move / rename a repository directory
|
clearSharedObjectCache, connect, countNrJobEntryAttributes, countNrStepAttributes, createRepositoryDirectory, deleteClusterSchema, deleteDatabaseMeta, deleteJob, deletePartitionSchema, deleteRepositoryDirectory, deleteSlave, deleteTransformation, disconnect, exists, findDirectory, findDirectory, getClusterID, getClusterIDs, getClusterNames, getConnectMessage, getDatabaseID, getDatabaseIDs, getDatabaseNames, getDefaultSaveDirectory, getDirectoryNames, getExporter, getImporter, getJobAndTransformationObjects, getJobEntryAttributeBoolean, getJobEntryAttributeBoolean, getJobEntryAttributeBoolean, getJobEntryAttributeInteger, getJobEntryAttributeInteger, getJobEntryAttributeString, getJobEntryAttributeString, getJobId, getJobNames, getJobObjects, getJobsUsingDatabase, getLog, getMetaStore, getName, getObjectInformation, getPartitionSchemaID, getPartitionSchemaIDs, getPartitionSchemaNames, getRepositoryMeta, getSecurityManager, getSecurityProvider, getService, getServiceInterfaces, getSlaveID, getSlaveIDs, getSlaveNames, getSlaveServers, getStepAttributeBoolean, getStepAttributeBoolean, getStepAttributeBoolean, getStepAttributeInteger, getStepAttributeInteger, getStepAttributeString, getStepAttributeString, getTransformationID, getTransformationNames, getTransformationObjects, getTransformationsUsingDatabase, getUnderlyingRepository, getUserHomeDirectory, getUserInfo, getVersion, hasService, init, insertJobEntryDatabase, insertLogEntry, insertStepDatabase, isConnected, loadClusterSchema, loadConditionFromStepAttribute, loadDatabaseMeta, loadDatabaseMetaFromJobEntryAttribute, loadDatabaseMetaFromJobEntryAttribute, loadDatabaseMetaFromStepAttribute, loadJob, loadJob, loadPartitionSchema, loadRepositoryDirectoryTree, loadSlaveServer, loadTransformation, loadTransformation, readDatabases, readJobMetaSharedObjects, readTransSharedObjects, renameJob, renameJob, renameRepositoryDirectory, renameTransformation, renameTransformation, save, save, save, saveConditionStepAttribute, saveDatabaseMetaJobEntryAttribute, saveDatabaseMetaJobEntryAttribute, saveDatabaseMetaStepAttribute, saveJobEntryAttribute, saveJobEntryAttribute, saveJobEntryAttribute, saveJobEntryAttribute, saveJobEntryAttribute, saveJobEntryAttribute, saveRepositoryDirectory, saveStepAttribute, saveStepAttribute, saveStepAttribute, saveStepAttribute, saveStepAttribute, saveStepAttribute, saveStepAttribute, saveStepAttribute, undeleteObject
@Deprecated RepositoryDirectoryInterface loadRepositoryDirectoryTree(boolean eager) throws KettleException
eager
- KettleException
RepositoryDirectoryInterface loadRepositoryDirectoryTree(String path, String filter, int depth, boolean showHidden, boolean includeEmptyFolder, boolean includeAcls) throws KettleException
path
- - relative path to folder from which we should to download the tree.
Implementation should use "/" as default path, because it is a root folder of repositoryfilter
- - filter may be a full name or a partial name with one or more wildcard characters ("*"), or a disjunction (using the "|" character to represent logical OR) of these;
if null then it should be "*" and return all files and folders from root folderdepth
- - 0 fetches just file at path; positive integer n fetches node at path plus n levels of children;
negative integer fetches all children. If n > 0 then only the top level children will be processedshowHidden
- - if true we will show hidden filesincludeEmptyFolder
- include directories without any matchincludeAcls
- include ACLsKettleException
ObjectId renameRepositoryDirectory(ObjectId dirId, RepositoryDirectoryInterface newParent, String newName, boolean renameHomeDirectories) throws KettleException
dirId
- The ObjectId of the repository directory to movenewParent
- The RepositoryDirectoryInterface that will be the new parent of the repository directory (May be null if a
move is not desired)newName
- The new name of the repository directory (May be null if a rename is not desired)renameHomeDirectories
- true if this is an allowed actionKettleException
void deleteRepositoryDirectory(RepositoryDirectoryInterface dir, boolean deleteHomeDirectories) throws KettleException
dir
- The ObjectId of the repository directory to movedeleteHomeDirectories
- true if this is an allowed actionKettleException
List<RepositoryObjectInterface> getChildren(String path, String filter)
List<DatabaseMeta> getConnections(boolean cached) throws KettleException
KettleException
List<SlaveServer> getSlaveServers(boolean cached) throws KettleException
KettleException
List<PartitionSchema> getPartitions(boolean cached) throws KettleException
KettleException
List<ClusterSchema> getClusters(boolean cached) throws KettleException
KettleException
Copyright © 2018 Hitachi Vantara. All rights reserved.