Package | Description |
---|---|
com.ibm.dbb.dependency | |
com.ibm.dbb.metadata |
Modifier and Type | Method and Description |
---|---|
Collection |
ImpactFile.getCollection()
Returns the repository collection this impacted file was located in
|
Modifier and Type | Method and Description |
---|---|
void |
ImpactFile.setCollection(Collection collection)
Sets the repository collection this impacted file was located in
|
Constructor and Description |
---|
ImpactFile(LogicalFile logicalFile,
Collection collection)
Public Constructor
|
ImpactFile(java.lang.String lname,
java.lang.String file,
java.lang.String language,
Collection collection)
Public Constructor
|
Modifier and Type | Method and Description |
---|---|
Collection |
Collection.copy(java.lang.String newName)
Create a copy of this collection with the specified name
|
Collection |
MetadataStore.copyCollection(Collection collection,
java.lang.String newName)
Copy a collection to a new collection with the new name
|
Collection |
MetadataStore.copyCollection(java.lang.String collectionName,
java.lang.String newName)
Copy a collection to a new collection with the new name
|
Collection |
MetadataStore.createCollection(java.lang.String collectionName)
Create a collection with the new name.
|
Collection |
MetadataStore.createCollection(java.lang.String name,
java.lang.String owner,
java.lang.String team,
int permission)
Create a collection with the new name.
|
Collection |
MetadataStore.getCollection(java.lang.String name)
Get a collection by a specific name.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Collection> |
MetadataStore.getCollections()
Returns a list of collections from the metadata store
|
java.util.List<Collection> |
MetadataStore.getImpactedFiles(java.util.List<java.lang.String> collections,
java.util.List<LogicalDependency> lds)
Get a list of impacted files in a list of collections with dependencies
on a list of logical dependencies.
|
Modifier and Type | Method and Description |
---|---|
Collection |
MetadataStore.copyCollection(Collection collection,
java.lang.String newName)
Copy a collection to a new collection with the new name
|
void |
MetadataStore.deleteCollection(Collection collection)
Delete a collection given the collection object
|
<IBM Copyright © 2018 IBM Corp. All Rights Reserved.