|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
workspace_json(user,
is_owner,
models=None) |
source code
|
|
|
get_collection_models()
Utility function returning models for registered and valid
FeatureCollections |
source code
|
|
|
get_feature_models()
Utility function returning models for registered and valid Features
excluding Collections |
source code
|
|
|
user_sharing_groups(user)
Returns a list of groups that user is member of and and group must
have sharing permissions |
source code
|
|
|
groups_users_sharing_with(user,
include_public=False)
Get a dict of groups and users that are currently sharing items with
a given user If spatial_only is True, only models which inherit from
the Feature class will be reflected here returns something like
{'our_group': {'group': <Group our_group>, 'users':
[<user1>, <user2>,...]}, ... |
source code
|
|
|
|
|
|