Package com.comsol.api.database.param
Interface DeleteRepositoriesParam
-
- All Superinterfaces:
DatabaseApiValue
- All Known Subinterfaces:
DeleteRepositoriesParamGenerator
public interface DeleteRepositoriesParam extends DatabaseApiValue
Input parameters used when deleting repositories in a database.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Collection<RepositoryKey>
repositoryKeys()
Get the identifying keys of all repositories that should be deleted.
-
-
-
Method Detail
-
repositoryKeys
java.util.Collection<RepositoryKey> repositoryKeys()
Get the identifying keys of all repositories that should be deleted.- Returns:
- The identifying keys of all repositories that should be deleted.
-
-