|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use UNREDDCategories | |
|---|---|
| it.geosolutions.unredd.geostore | |
| it.geosolutions.unredd.geostore.model | |
| Uses of UNREDDCategories in it.geosolutions.unredd.geostore |
|---|
| Methods in it.geosolutions.unredd.geostore with parameters of type UNREDDCategories | |
|---|---|
boolean |
UNREDDGeostoreManager.existResourceInCategory(String resourceName,
UNREDDCategories category)
check if a generic resource exists in a given category |
List<it.geosolutions.geostore.core.model.Resource> |
UNREDDGeostoreManager.getUNREDDResources(UNREDDCategories cat)
Returns the list of all resources with a given UNREDDResources value |
void |
UNREDDGeostoreManager.recurseDelete(String resourceName,
UNREDDCategories parentCategory,
UNREDDCategories childCategory,
AttributeDef childAttribute)
|
it.geosolutions.geostore.core.model.Resource |
UNREDDGeostoreManager.searchResourceByName(String resourceName,
UNREDDCategories cat)
|
| Uses of UNREDDCategories in it.geosolutions.unredd.geostore.model |
|---|
| Methods in it.geosolutions.unredd.geostore.model that return UNREDDCategories | |
|---|---|
static UNREDDCategories |
UNREDDCategories.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static UNREDDCategories[] |
UNREDDCategories.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||