The (DC-internal) service list: querying, adding records, etc.
|
getSetsForResource(restup)
returns the list of set names the resource described by restup
belongs to. |
source code
|
|
|
getSets()
returns a sequence of dicts giving setName and and a list of services
belonging to that set. |
source code
|
|
|
queryServicesList(whereClause='
' ,
pars={ } ,
tableName=' resources_join ' )
returns a list of services based on selection criteria in
whereClause. |
source code
|
|
|
|
|
|
|
cleanServiceTablesFor(rd,
connection)
removes/invalidates all entries originating from rd from the service
tables. |
source code
|
|
|
|
|
|