|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Collection | |
---|---|
org.gcube.contentmanagement.gcubedocumentlibrary.util |
Uses of Collection in org.gcube.contentmanagement.gcubedocumentlibrary.util |
---|
Methods in org.gcube.contentmanagement.gcubedocumentlibrary.util that return types with arguments of type Collection | |
---|---|
static java.util.List<Collection> |
Collections.find(Collection... collection)
Finds the CM collection in the current scope. |
static java.util.List<Collection> |
Collections.find(GCUBEScope scope,
Collection... collection)
Finds the CM collection in the specified scope. |
static java.util.List<Collection> |
Collections.findById(GCUBEScope scope,
java.lang.String id)
Finds the collection by id in a given scope. |
static java.util.List<Collection> |
Collections.findById(java.lang.String id)
Finds the collection by id in the current scope. |
static java.util.List<Collection> |
Collections.findByName(GCUBEScope scope,
java.lang.String name)
Finds the collection by name in a given scope. |
static java.util.List<Collection> |
Collections.findByName(java.lang.String name)
Finds the collection by name in the current scope. |
static java.util.List<Collection> |
Collections.list()
List all available collections in the current scope. |
static java.util.List<Collection> |
Collections.list(GCUBEScope scope)
List all available collections on the specified scope. |
Methods in org.gcube.contentmanagement.gcubedocumentlibrary.util with parameters of type Collection | |
---|---|
static java.util.List<Collection> |
Collections.find(Collection... collection)
Finds the CM collection in the current scope. |
static java.util.List<Collection> |
Collections.find(GCUBEScope scope,
Collection... collection)
Finds the CM collection in the specified scope. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |