Uses of Interface
com.ibm.dbb.metadata.Collection
-
Packages that use Collection Package Description com.ibm.dbb.dependency com.ibm.dbb.metadata -
-
Uses of Collection in com.ibm.dbb.dependency
Methods in com.ibm.dbb.dependency that return Collection Modifier and Type Method Description Collection
ImpactFile. getCollection()
Returns the repository collection this impacted file was located inMethods in com.ibm.dbb.dependency with parameters of type Collection Modifier and Type Method Description void
ImpactFile. setCollection(Collection collection)
Sets the repository collection this impacted file was located inConstructors in com.ibm.dbb.dependency with parameters of type Collection Constructor Description ImpactFile(LogicalFile logicalFile, Collection collection)
Public ConstructorImpactFile(java.lang.String lname, java.lang.String file, java.lang.String language, Collection collection)
Public Constructor -
Uses of Collection in com.ibm.dbb.metadata
Methods in com.ibm.dbb.metadata that return Collection Modifier and Type Method Description Collection
Collection. copy(java.lang.String newName)
Create a copy of this collection with the specified name within the same build groupCollection
BuildGroup. copyCollection(Collection collection, java.lang.String newName)
Copy a collection to this build groupCollection
BuildGroup. copyCollection(java.lang.String name, java.lang.String newName)
Copy a collection within this build groupCollection
MetadataStore. copyCollection(Collection collection, java.lang.String newName)
Deprecated.As of release 2.0.2, replaced byBuildGroup.copyCollection(String, String)
andBuildGroup.copyCollection(Collection, String)
Collection
MetadataStore. copyCollection(java.lang.String collectionName, java.lang.String newName)
Deprecated.As of release 2.0.2, replaced byBuildGroup.copyCollection(String, String)
andBuildGroup.copyCollection(Collection, String)
Collection
BuildGroup. createCollection(java.lang.String name)
Create a collection with the specified nameCollection
BuildGroup. createCollection(java.lang.String name, java.lang.String owner, java.lang.String team, int permission)
Create a collection with the specified attributesCollection
MetadataStore. createCollection(java.lang.String collectionName)
Deprecated.As of release 2.0.2, replaced byBuildGroup.createCollection(String)
Collection
MetadataStore. createCollection(java.lang.String name, java.lang.String owner, java.lang.String team, int permission)
Deprecated.As of release 2.0.2, replaced byBuildGroup.createCollection(String, String, String, int)
Collection
BuildGroup. getCollection(java.lang.String name)
Get a collection by nameCollection
MetadataStore. getCollection(java.lang.String name)
Deprecated.As of release 2.0.2, replaced byBuildGroup.getCollection(String)
Methods in com.ibm.dbb.metadata that return types with arguments of type Collection Modifier and Type Method Description java.util.List<Collection>
BuildGroup. getCollections()
Get all collections within this build groupjava.util.List<Collection>
MetadataStore. getCollections()
Deprecated.As of release 2.0.2, replaced byBuildGroup.getCollections()
java.util.List<Collection>
BuildGroup. 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.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.Methods in com.ibm.dbb.metadata with parameters of type Collection Modifier and Type Method Description Collection
BuildGroup. copyCollection(Collection collection, java.lang.String newName)
Copy a collection to this build groupCollection
MetadataStore. copyCollection(Collection collection, java.lang.String newName)
Deprecated.As of release 2.0.2, replaced byBuildGroup.copyCollection(String, String)
andBuildGroup.copyCollection(Collection, String)
void
BuildGroup. deleteCollection(Collection collection)
Delete a collectionvoid
MetadataStore. deleteCollection(Collection collection)
Deprecated.As of release 2.0.2, replaced byBuildGroup.deleteCollection(Collection)
-