geonode.services.models

Attributes

service_type_as_tuple

logger

Classes

Service

Service Class to represent remote Geo Web Services

ServiceProfileRole

ServiceProfileRole is an intermediate model to bind Profiles and Services and apply roles.

Module Contents

geonode.services.models.service_type_as_tuple[source]
geonode.services.models.logger[source]
class geonode.services.models.Service(*args, **kwargs)[source]

Bases: geonode.base.models.ResourceBase

Service Class to represent remote Geo Web Services

type[source]
method[source]
base_url[source]
version[source]
name[source]
description[source]
extra_queryparams[source]
operations[source]
harvester[source]
__str__()[source]
property probe[source]
_get_service_url()[source]
property service_url[source]
property ptype[source]
property service_type[source]
get_absolute_url()[source]
class Meta[source]
permissions = (('add_resourcebase_from_service', 'Can add resources to Service'),...[source]
class geonode.services.models.ServiceProfileRole[source]

Bases: django.db.models.Model

ServiceProfileRole is an intermediate model to bind Profiles and Services and apply roles.

profiles[source]
service[source]
role[source]