gws.ext.action.dprocon

Intergration with the DProCon software.

class gws.ext.action.dprocon.Config(*args, **kwargs)[source]

D-Procon action

cacheTime = '24h'
dataTableName = None

table to store consolidated results

dataTablePattern = None

pattern for result tables to consolidate

gemeindeFilter = None

gemeinde (AU) ids to keep in the index

infoTitle = ''
requestTableName = None

table to store outgoing requests

templates = None

feature formatting templates

class gws.ext.action.dprocon.ConnectParams(*args, **kwargs)[source]
class gws.ext.action.dprocon.ConnectResponse(*args, **kwargs)[source]
class gws.ext.action.dprocon.GetDataParams(*args, **kwargs)[source]
class gws.ext.action.dprocon.GetDataResponse(*args, **kwargs)[source]
class gws.ext.action.dprocon.Object[source]
configure()[source]
api_connect(req: gws.types.IRequest, p: gws.ext.action.dprocon.ConnectParams) → gws.ext.action.dprocon.ConnectResponse[source]
api_get_data(req: gws.types.IRequest, p: gws.ext.action.dprocon.GetDataParams) → gws.ext.action.dprocon.GetDataResponse[source]
setup()[source]