core_main_app
stable
Core Main App
Settings
Menus
Urls
Models
Apps
components
permissions
commons
views
rest
system
templatetags
tests
utils
core_main_app
Docs
»
Index
Edit on GitHub
Index
A
|
B
|
C
|
D
|
E
|
F
|
G
|
H
|
I
|
L
|
M
|
N
|
O
|
P
|
Q
|
R
|
S
|
T
|
U
|
V
|
W
|
X
A
AbstractData (class in components.abstract_data.models)
AbstractExecuteLocalQueryView (class in rest.data.abstract_views)
AbstractStatusTemplateVersion (class in rest.template_version_manager.abstract_views)
AbstractStatusTemplateVersionManager (class in rest.template_version_manager.abstract_views)
AbstractTemplateList (class in rest.template_version_manager.abstract_views)
AbstractTemplateVersionManagerDetail (class in rest.template_version_manager.abstract_views)
AbstractTemplateVersionManagerList (class in rest.template_version_manager.abstract_views)
access_control() (in module utils.access_control.decorators)
AccessControlDataFixture (class in tests.components.data.fixtures.fixtures)
AccessControlError
acquire() (components.lock.models.Lock class method)
add_access_criteria() (in module utils.raw_query.mongo_raw_query)
add_aggregate_access_criteria() (in module utils.raw_query.mongo_raw_query)
add_default_group() (in module utils.decorators)
add_group_read_right_to_workspace() (in module rest.workspace.views)
add_group_right_to_workspace() (in module views.user.ajax)
add_group_write_right_to_workspace() (in module rest.workspace.views)
add_list_templates_criteria() (utils.query.mongo.query_builder.QueryBuilder method)
add_or_delete() (in module components.template_xsl_rendering.api)
add_permission_to_group() (in module permissions.api)
add_permission_to_user() (in module permissions.api)
add_publish_perm() (tests.components.user.fixtures.fixtures.UserFixtures static method)
add_title_criteria() (utils.query.mongo.query_builder.QueryBuilder method)
add_user_read_right_to_workspace() (in module rest.workspace.views)
add_user_right_to_workspace() (in module views.user.ajax)
add_user_write_right_to_workspace() (in module rest.workspace.views)
add_visibility_criteria() (utils.query.mongo.query_builder.QueryBuilder method)
AddObjectModalView (class in views.common.ajax)
admin_home() (in module views.admin.views)
admin_render() (in module utils.rendering)
administration (views.common.views.CommonView attribute)
ADMINS (in module core_main_app.settings)
aggregate() (components.data.models.Data static method)
api (views.admin.views.WebPageView attribute)
api_permission_required() (in module utils.decorators)
api_staff_member_required() (in module utils.decorators)
ApiError
assets (views.common.views.TemplateXSLRenderingView attribute)
assign_workspace() (in module views.user.ajax)
B
back_to_url (views.common.views.TemplateXSLRenderingView attribute)
BASE_DIR (in module core_main_app.settings)
base_fields (views.admin.commons.upload.forms.UploadForm attribute)
(views.admin.forms.EditProfileForm attribute)
(views.admin.forms.EditTemplateForm attribute)
(views.admin.forms.EditXSLTForm attribute)
(views.admin.forms.TemplateXsltRenderingForm attribute)
(views.admin.forms.TextAreaForm attribute)
(views.admin.forms.UploadTemplateForm attribute)
(views.admin.forms.UploadVersionForm attribute)
(views.admin.forms.UploadXSLTForm attribute)
(views.common.forms.RenameForm attribute)
(views.user.forms.ChangeWorkspaceForm attribute)
(views.user.forms.GroupRightForm attribute)
(views.user.forms.LoginForm attribute)
(views.user.forms.UserRightForm attribute)
(views.user.forms.WorkspaceForm attribute)
BasicSerializer (class in commons.serializers)
BlankSpacesValidator (class in commons.validators)
Blob (class in components.blob.models)
blob (components.blob.models.Blob attribute)
Blob.DoesNotExist
Blob.MultipleObjectsReturned
blob_1 (tests.components.blob.fixtures.fixtures.BlobFixtures attribute)
blob_2 (tests.components.blob.fixtures.fixtures.BlobFixtures attribute)
blob_3 (tests.components.blob.fixtures.fixtures.BlobFixtures attribute)
blob_collection (tests.components.blob.fixtures.fixtures.BlobFixtures attribute)
BLOB_HOST (in module core_main_app.settings)
blob_host() (components.blob.models.Blob class method)
BLOB_HOST_PASSWORD (in module core_main_app.settings)
BLOB_HOST_URI (in module core_main_app.settings)
BLOB_HOST_USER (in module core_main_app.settings)
BlobDeleteList (class in rest.blob.views)
BlobDetail (class in rest.blob.views)
BlobDownload (class in rest.blob.views)
BlobFixtures (class in tests.components.blob.fixtures.fixtures)
BlobList (class in rest.blob.views)
BlobSerializer (class in rest.blob.serializers)
BlobSerializer.Meta (class in rest.blob.serializers)
BROKER_TRANSPORT_OPTIONS (in module core_main_app.settings)
BROKER_URL (in module core_main_app.settings)
build_query() (rest.data.abstract_views.AbstractExecuteLocalQueryView method)
(rest.data.views.ExecuteLocalKeywordQueryView method)
build_response() (rest.data.abstract_views.AbstractExecuteLocalQueryView method)
(rest.data.views.ExecuteLocalQueryView method)
C
CAN_ANONYMOUS_ACCESS_PUBLIC_DATA (in module core_main_app.settings)
can_change_owner() (in module components.data.access_control)
can_delete_workspace() (in module components.workspace.access_control)
can_group_read_workspace() (in module components.workspace.api)
can_group_write_workspace() (in module components.workspace.api)
can_read_aggregate_query() (in module components.data.access_control)
can_read_data() (in module components.data.access_control)
can_read_data_id() (in module components.data.access_control)
can_read_data_query() (in module components.data.access_control)
can_read_list_data_id() (in module components.data.access_control)
can_read_or_write_data_workspace() (in module components.data.access_control)
can_read_user() (in module components.data.access_control)
CAN_SET_PUBLIC_DATA_TO_PRIVATE (in module core_main_app.settings)
CAN_SET_WORKSPACE_PUBLIC (in module core_main_app.settings)
can_user_modify_template_version_manager() (in module rest.template_version_manager.utils)
can_user_read_workspace() (in module components.workspace.api)
can_user_set_workspace_public() (in module components.workspace.access_control)
can_user_write_workspace() (in module components.workspace.api)
can_write_data() (in module components.data.access_control)
can_write_data_workspace() (in module components.data.access_control)
categories (commons.validators.LowerCaseLetterCountValidator attribute)
(commons.validators.UpperCaseLetterCountValidator attribute)
CELERY_RESULT_BACKEND (in module core_main_app.settings)
ChangeWorkspaceForm (class in views.user.forms)
check_can_write_data() (in module components.data.access_control)
check_if_group_has_perm() (in module permissions.api)
check_xml_file_is_valid() (in module components.data.api)
class_name (components.template_version_manager.models.TemplateVersionManager attribute)
clean() (components.version_manager.models.VersionManager method)
(components.workspace.models.Workspace method)
(components.xsl_transformation.models.XslTransformation method)
clean_database() (utils.databases.mongoengine_database.Database method)
(utils.databases.pymongo_database.Database static method)
clear_database() (utils.integration_tests.integration_base_transaction_test_case.MongoIntegrationTransactionTestCase method)
close_connection() (utils.databases.pymongo_database.Database method)
code (commons.validators.LowerCaseLetterCountValidator attribute)
(commons.validators.UpperCaseLetterCountValidator attribute)
common_render() (views.common.views.CommonView method)
commons (module)
commons.constants (module)
commons.enums (module)
commons.exceptions (module)
commons.fields (module)
commons.regex (module)
commons.serializers (module)
commons.validators (module)
CommonView (class in views.common.views)
components (module)
components.abstract_data (module)
components.abstract_data.models (module)
components.blob (module)
components.blob.api (module)
components.blob.models (module)
components.blob.utils (module)
components.data (module)
components.data.access_control (module)
components.data.api (module)
components.data.models (module)
components.group (module)
components.group.api (module)
components.lock (module)
components.lock.api (module)
components.lock.models (module)
components.template (module)
components.template.api (module)
components.template.models (module)
components.template_version_manager (module)
components.template_version_manager.api (module)
components.template_version_manager.models (module)
components.template_xsl_rendering (module)
components.template_xsl_rendering.api (module)
components.template_xsl_rendering.models (module)
components.user (module)
components.user.api (module)
components.version_manager (module)
components.version_manager.api (module)
components.version_manager.models (module)
components.version_manager.utils (module)
components.web_page (module)
components.web_page.api (module)
components.web_page.models (module)
components.web_page_login (module)
components.web_page_login.api (module)
components.workspace (module)
components.workspace.access_control (module)
components.workspace.api (module)
components.workspace.models (module)
components.xsl_transformation (module)
components.xsl_transformation.api (module)
components.xsl_transformation.models (module)
connect() (utils.databases.mongoengine_database.Database method)
(utils.databases.pymongo_database.Database method)
content (components.template.models.Template attribute)
(components.web_page.models.WebPage attribute)
(components.xsl_transformation.models.XslTransformation attribute)
context (views.common.views.TemplateXSLRenderingView attribute)
convert_and_save() (components.abstract_data.models.AbstractData method)
convert_to_dict() (components.abstract_data.models.AbstractData method)
convert_to_file() (components.abstract_data.models.AbstractData method)
convert_value() (in module utils.xml)
core_main_app (module)
core_main_app.admin (module)
core_main_app.apps (module)
core_main_app.models (module)
core_main_app.settings (module)
core_main_app.urls (module)
CoreError
create() (commons.serializers.BasicSerializer method)
(rest.blob.serializers.BlobSerializer method)
(rest.data.serializers.DataSerializer method)
(rest.template_version_manager.serializers.CreateTemplateSerializer method)
(rest.template_version_manager.serializers.TemplateVersionManagerSerializer method)
(rest.workspace.serializers.WorkspaceSerializer method)
(rest.xsl_transformation.serializers.XslTransformationSerializer method)
create_and_save() (in module components.workspace.api)
create_and_save_user() (in module components.user.api)
create_global_workspace() (tests.components.workspace.fixtures.fixtures.WorkspaceFixtures static method)
create_group() (tests.components.group.fixtures.fixtures.GroupFixtures static method)
create_mock_user() (in module utils.tests_tools.MockUser)
create_public_workspace() (in module permissions.discover)
create_read_perm() (in module permissions.api)
create_super_user() (tests.components.user.fixtures.fixtures.UserFixtures static method)
create_user() (tests.components.user.fixtures.fixtures.UserFixtures static method)
create_workspace() (in module views.user.ajax)
(tests.components.workspace.fixtures.fixtures.WorkspaceFixtures static method)
create_write_perm() (in module permissions.api)
CreateTemplateSerializer (class in rest.template_version_manager.serializers)
current (components.version_manager.models.VersionManager attribute)
CurrentTemplateVersion (class in rest.template_version_manager.views)
custom_login() (in module views.user.views)
custom_logout() (in module views.user.views)
CustomPasswordPoliciesField (class in commons.fields)
D
Data (class in components.data.models)
Data.DoesNotExist
Data.MultipleObjectsReturned
data_1 (tests.components.data.fixtures.fixtures.DataFixtures attribute)
(tests.rest.xsl_transformation.fixtures.fixtures.XslTransformationFixtures attribute)
data_2 (tests.components.data.fixtures.fixtures.DataFixtures attribute)
data_collection (tests.components.data.fixtures.fixtures.AccessControlDataFixture attribute)
(tests.components.data.fixtures.fixtures.DataFixtures attribute)
(tests.rest.xsl_transformation.fixtures.fixtures.XslTransformationFixtures attribute)
DataAssign (class in rest.data.views)
Database (class in utils.databases.mongoengine_database)
(class in utils.databases.pymongo_database)
database (utils.integration_tests.integration_base_test_case.MongoIntegrationBaseTestCase attribute)
(utils.integration_tests.integration_base_transaction_test_case.MongoIntegrationTransactionTestCase attribute)
DatabaseLockObject (class in components.lock.models)
DatabaseLockObject.DoesNotExist
DatabaseLockObject.MultipleObjectsReturned
DataDetail (class in rest.data.views)
DataDownload (class in rest.data.views)
DataFixtures (class in tests.components.data.fixtures.fixtures)
DataList (class in rest.data.views)
DataSerializer (class in rest.data.serializers)
DataSerializer.Meta (class in rest.data.serializers)
DataWithTemplateInfoSerializer (class in rest.data.serializers)
DataWithTemplateInfoSerializer.Meta (class in rest.data.serializers)
DateTimeDecoder (class in utils.datetime_tools.date_time_decoder)
DateTimeEncoder (class in utils.datetime_tools.date_time_encoder)
DB_NAME (in module core_main_app.settings)
declared_fields (views.admin.commons.upload.forms.UploadForm attribute)
(views.admin.forms.EditProfileForm attribute)
(views.admin.forms.EditTemplateForm attribute)
(views.admin.forms.EditXSLTForm attribute)
(views.admin.forms.TemplateXsltRenderingForm attribute)
(views.admin.forms.TextAreaForm attribute)
(views.admin.forms.UploadTemplateForm attribute)
(views.admin.forms.UploadVersionForm attribute)
(views.admin.forms.UploadXSLTForm attribute)
(views.common.forms.RenameForm attribute)
(views.user.forms.ChangeWorkspaceForm attribute)
(views.user.forms.GroupRightForm attribute)
(views.user.forms.LoginForm attribute)
(views.user.forms.UserRightForm attribute)
(views.user.forms.WorkspaceForm attribute)
deconstruct() (commons.validators.BlankSpacesValidator method)
(commons.validators.ExtensionValidator method)
default() (utils.datetime_tools.date_time_encoder.DateTimeEncoder method)
DEFAULT_DATA_RENDERING_XSLT (in module core_main_app.settings)
delete() (in module components.blob.api)
(in module components.template.api)
(in module components.template_xsl_rendering.api)
(in module components.xsl_transformation.api)
(rest.blob.views.BlobDetail method)
(rest.data.views.DataDetail method)
(rest.workspace.views.WorkspaceDetail method)
(rest.xsl_transformation.views.XslTransformationDetail method)
(views.common.ajax.DeleteObjectModalView method)
delete_blob() (components.blob.models.Blob method)
delete_by_type() (components.web_page.models.WebPage static method)
(in module components.web_page.api)
delete_permission() (in module permissions.api)
DeleteBlobsSerializer (class in rest.blob.serializers)
DeleteBlobsSerializer.Meta (class in rest.blob.serializers)
DeleteObjectModalView (class in views.common.ajax)
DeleteXSLTView (class in views.admin.ajax)
dependencies (components.template.models.Template attribute)
depth (rest.data.serializers.DataWithTemplateInfoSerializer.Meta attribute)
detail_xslt (components.template_xsl_rendering.models.TemplateXslRendering attribute)
dict_content (components.abstract_data.models.AbstractData attribute)
dict_to_object() (utils.datetime_tools.date_time_decoder.DateTimeDecoder method)
disable() (components.version_manager.models.VersionManager method)
(in module components.version_manager.api)
disable_template_version_from_version_manager() (in module views.common.ajax)
disable_version() (components.version_manager.models.VersionManager method)
(in module components.version_manager.api)
disable_version_manager() (in module views.common.ajax)
disable_version_of_version_manager() (in module views.common.ajax)
disabled_versions (components.version_manager.models.VersionManager attribute)
DisableTemplateVersion (class in rest.template_version_manager.views)
DisableTemplateVersionManager (class in rest.template_version_manager.views)
disconnect() (utils.databases.mongoengine_database.Database method)
display_name (components.template.models.Template attribute)
DISPLAY_NIST_HEADERS (in module core_main_app.settings)
do_request_delete() (utils.tests_tools.RequestMock.RequestMock static method)
do_request_get() (utils.tests_tools.RequestMock.RequestMock static method)
do_request_patch() (utils.tests_tools.RequestMock.RequestMock static method)
do_request_post() (utils.tests_tools.RequestMock.RequestMock static method)
do_request_put() (utils.tests_tools.RequestMock.RequestMock static method)
document (views.admin.forms.EditTemplateForm.Meta attribute)
(views.admin.forms.EditXSLTForm.Meta attribute)
DoesNotExist
domain_context_processor() (in module utils.custom_context_processors)
E
edit_title() (in module components.template_version_manager.api)
EditObjectModalView (class in views.common.ajax)
EditProfileForm (class in views.admin.forms)
EditTemplateForm (class in views.admin.forms)
EditTemplateForm.Meta (class in views.admin.forms)
EditTemplateVersionManagerView (class in views.common.ajax)
EditWorkspaceRights (class in views.common.views)
EditXSLTForm (class in views.admin.forms)
EditXSLTForm.Meta (class in views.admin.forms)
EditXSLTView (class in views.admin.ajax)
EMAIL_SUBJECT_PREFIX (in module core_main_app.settings)
execute_query() (components.data.models.Data static method)
(rest.data.abstract_views.AbstractExecuteLocalQueryView method)
execute_query_with_projection() (in module system.api)
execute_raw_query() (rest.data.abstract_views.AbstractExecuteLocalQueryView method)
ExecuteLocalKeywordQueryView (class in rest.data.views)
ExecuteLocalQueryView (class in rest.data.views)
ExtensionValidator (class in commons.validators)
F
field_for_name (views.admin.ajax.DeleteXSLTView attribute)
(views.common.ajax.DeleteObjectModalView attribute)
fields (rest.blob.serializers.BlobSerializer.Meta attribute)
(rest.blob.serializers.DeleteBlobsSerializer.Meta attribute)
(rest.data.serializers.DataSerializer.Meta attribute)
(rest.data.serializers.DataWithTemplateInfoSerializer.Meta attribute)
(rest.group.serializers.GroupSerializer.Meta attribute)
(rest.template.serializers.TemplateSerializer.Meta attribute)
(rest.template_version_manager.serializers.TemplateVersionManagerSerializer.Meta attribute)
(rest.user.serializers.UserSerializer.Meta attribute)
(rest.workspace.serializers.WorkspaceSerializer.Meta attribute)
(rest.xsl_transformation.serializers.XslTransformationSerializer.Meta attribute)
(views.admin.forms.EditTemplateForm.Meta attribute)
(views.admin.forms.EditXSLTForm.Meta attribute)
filename (components.blob.models.Blob attribute)
(components.template.models.Template attribute)
(components.xsl_transformation.models.XslTransformation attribute)
fixture (tests.components.data.tests_int.TestDataGetAll attribute)
(tests.components.data.tests_int.TestDataGetAllByUserId attribute)
(tests.components.data.tests_int.TestDataGetAllExcept attribute)
(tests.components.data.tests_int.TestDataGetAllExceptUserId attribute)
(tests.components.data.tests_int.TestDataGetById attribute)
(tests.components.data.tests_int_access_control.TestDataChangeOwner attribute)
(tests.components.data.tests_int_access_control.TestDataDelete attribute)
(tests.components.data.tests_int_access_control.TestDataExecuteQuery attribute)
(tests.components.data.tests_int_access_control.TestDataGetAll attribute)
(tests.components.data.tests_int_access_control.TestDataGetAllByUser attribute)
(tests.components.data.tests_int_access_control.TestDataGetAllExceptUser attribute)
(tests.components.data.tests_int_access_control.TestDataGetById attribute)
(tests.rest.blob.tests_int.TestBlobDeleteList attribute)
(tests.rest.blob.tests_int.TestBlobDetail attribute)
(tests.rest.blob.tests_int.TestBlobDownload attribute)
(tests.rest.blob.tests_int.TestBlobList attribute)
(tests.rest.template_version_manager.tests_int.TestCurrentTemplateVersion attribute)
(tests.rest.template_version_manager.tests_int.TestDisableTemplateVersion attribute)
(tests.rest.template_version_manager.tests_int.TestDisableTemplateVersionManager attribute)
(tests.rest.template_version_manager.tests_int.TestGlobalTemplateList attribute)
(tests.rest.template_version_manager.tests_int.TestGlobalTemplateVersionManagerList attribute)
(tests.rest.template_version_manager.tests_int.TestRestoreTemplateVersion attribute)
(tests.rest.template_version_manager.tests_int.TestRestoreTemplateVersionManager attribute)
(tests.rest.template_version_manager.tests_int.TestTemplateVersion attribute)
(tests.rest.template_version_manager.tests_int.TestTemplateVersionManagerDetail attribute)
(tests.rest.template_version_manager.tests_int.TestUserTemplateList attribute)
(tests.rest.template_version_manager.tests_int.TestUserTemplateVersionManagerList attribute)
(tests.rest.xsl_transformation.tests_int.TestDeleteXslTransformationDetail attribute)
(tests.rest.xsl_transformation.tests_int.TestGetAllXslTransformationList attribute)
(tests.rest.xsl_transformation.tests_int.TestGetXslTransformationDetail attribute)
(tests.rest.xsl_transformation.tests_int.TestPatchXslTransformationDetail attribute)
(tests.rest.xsl_transformation.tests_int.TestPostXslTransformationList attribute)
(tests.rest.xsl_transformation.tests_int.TestPostXslTransformationTransform attribute)
(utils.integration_tests.integration_base_test_case.MongoIntegrationBaseTestCase attribute)
(utils.integration_tests.integration_base_transaction_test_case.MongoIntegrationTransactionTestCase attribute)
FixtureInterface (class in utils.integration_tests.fixture_interface)
form_class (views.admin.ajax.EditXSLTView attribute)
(views.admin.views.UploadXSLTView attribute)
(views.admin.views.WebPageView attribute)
(views.common.ajax.AddObjectModalView attribute)
(views.common.ajax.EditObjectModalView attribute)
(views.common.ajax.EditTemplateVersionManagerView attribute)
(views.common.views.TemplateXSLRenderingView attribute)
(views.common.views.UploadXSLTView attribute)
form_invalid() (views.common.ajax.AddObjectModalView method)
(views.common.ajax.EditObjectModalView method)
form_valid() (views.common.ajax.AddObjectModalView method)
(views.common.ajax.EditObjectModalView method)
G
generate_blob_collection() (tests.components.blob.fixtures.fixtures.BlobFixtures method)
generate_data_collection() (tests.components.data.fixtures.fixtures.AccessControlDataFixture method)
(tests.components.data.fixtures.fixtures.DataFixtures method)
(tests.components.data.fixtures.fixtures.QueryDataFixtures method)
(tests.rest.xsl_transformation.fixtures.fixtures.XslTransformationFixtures method)
generate_template() (tests.components.data.fixtures.fixtures.AccessControlDataFixture method)
(tests.components.data.fixtures.fixtures.DataFixtures method)
generate_workspace() (tests.components.data.fixtures.fixtures.AccessControlDataFixture method)
get() (in module components.template.api)
(in module components.version_manager.api)
(in module components.web_page.api)
(in module components.web_page_login.api)
(in module templatetags.dict_key_extras)
(rest.blob.views.BlobDetail method)
(rest.blob.views.BlobDownload method)
(rest.blob.views.BlobList method)
(rest.data.abstract_views.AbstractExecuteLocalQueryView method)
(rest.data.views.DataDetail method)
(rest.data.views.DataDownload method)
(rest.data.views.DataList method)
(rest.template.views.TemplateDetail method)
(rest.template.views.TemplateDownload method)
(rest.template_version_manager.abstract_views.AbstractTemplateVersionManagerList method)
(rest.template_version_manager.views.TemplateVersionManagerDetail method)
(rest.workspace.views.WorkspaceDetail method)
(rest.workspace.views.WorkspaceList method)
(rest.xsl_transformation.views.XslTransformationDetail method)
(rest.xsl_transformation.views.XslTransformationList method)
(views.admin.views.UploadXSLTView method)
(views.admin.views.WebPageView method)
(views.admin.views.XSLTView static method)
(views.common.views.EditWorkspaceRights method)
(views.common.views.TemplateXSLRenderingView method)
(views.common.views.UploadXSLTView method)
(views.common.views.ViewData method)
(views.common.views.XSLTView static method)
get_active_global_version_manager() (components.template_version_manager.models.TemplateVersionManager static method)
(components.version_manager.models.VersionManager static method)
(in module components.template_version_manager.api)
get_active_global_version_manager_by_title() (components.version_manager.models.VersionManager static method)
(in module components.version_manager.api)
get_active_version_manager_by_user_id() (components.template_version_manager.models.TemplateVersionManager static method)
(components.version_manager.models.VersionManager static method)
(in module components.template_version_manager.api)
get_all() (components.blob.models.Blob static method)
(components.data.models.Data static method)
(components.template.models.Template static method)
(components.template_xsl_rendering.models.TemplateXslRendering static method)
(components.version_manager.models.VersionManager static method)
(components.workspace.models.Workspace static method)
(components.xsl_transformation.models.XslTransformation static method)
(in module components.blob.api)
(in module components.template.api)
(in module components.template_version_manager.api)
(in module components.template_xsl_rendering.api)
(in module components.workspace.api)
(in module components.xsl_transformation.api)
get_all_accessible_by_user() (in module components.data.api)
get_all_by_hash() (components.template.models.Template static method)
(in module components.template.api)
get_all_by_hash_list() (components.template.models.Template static method)
(in module components.template.api)
get_all_by_id_list() (components.data.models.Data static method)
(components.template.models.Template static method)
(in module components.template.api)
get_all_by_list_template() (components.data.models.Data static method)
(in module system.api)
get_all_by_list_workspace() (components.data.models.Data static method)
get_all_by_owner() (components.workspace.models.Workspace static method)
(in module components.workspace.api)
get_all_by_template() (in module system.api)
get_all_by_user() (in module components.data.api)
get_all_by_user_id() (components.blob.models.Blob static method)
(components.data.models.Data static method)
(in module components.blob.api)
(in module components.template_version_manager.api)
get_all_by_version_ids() (components.template_version_manager.models.TemplateVersionManager static method)
(in module components.template_version_manager.api)
get_all_by_workspace() (components.data.models.Data static method)
get_all_except() (components.data.models.Data static method)
(in module system.api)
get_all_except_user_id() (components.blob.models.Blob static method)
(components.data.models.Data static method)
(in module components.blob.api)
get_all_groups() (in module components.group.api)
get_all_groups_by_list_id() (in module components.group.api)
get_all_groups_except_list() (in module components.group.api)
get_all_groups_except_list_id() (in module components.group.api)
get_all_other_public_workspaces() (components.workspace.models.Workspace static method)
(in module components.workspace.api)
get_all_public_workspaces() (components.workspace.models.Workspace static method)
(in module components.workspace.api)
get_all_templates_by_dependencies() (components.template.models.Template static method)
(in module components.template.api)
get_all_users() (in module components.user.api)
get_all_users_by_list_id() (in module components.user.api)
get_all_users_except_list() (in module components.user.api)
get_all_users_except_list_id() (in module components.user.api)
get_all_version_manager() (components.template_version_manager.models.TemplateVersionManager static method)
get_all_version_manager_by_user_id() (components.template_version_manager.models.TemplateVersionManager static method)
(components.version_manager.models.VersionManager static method)
get_all_version_manager_except_user_id() (components.template_version_manager.models.TemplateVersionManager static method)
(components.version_manager.models.VersionManager static method)
(in module components.template_version_manager.api)
get_all_workspace_permissions_user_can_read() (in module permissions.api)
get_all_workspace_permissions_user_can_write() (in module permissions.api)
get_all_workspaces_with_read_access_by_user() (in module components.workspace.api)
get_all_workspaces_with_read_access_by_user_id() (components.workspace.models.Workspace static method)
get_all_workspaces_with_read_access_not_owned_by_user() (in module components.workspace.api)
get_all_workspaces_with_read_access_not_owned_by_user_id() (components.workspace.models.Workspace static method)
get_all_workspaces_with_write_access_by_user() (in module components.workspace.api)
get_all_workspaces_with_write_access_by_user_id() (components.workspace.models.Workspace static method)
get_all_workspaces_with_write_access_not_owned_by_user_id() (components.workspace.models.Workspace static method)
(in module components.workspace.api)
get_anonymous_group() (in module components.group.api)
get_blob_download_uri() (in module components.blob.utils)
get_by_codename() (in module permissions.api)
get_by_id() (components.blob.models.Blob static method)
(components.data.models.Data static method)
(components.template.models.Template static method)
(components.template_xsl_rendering.models.TemplateXslRendering static method)
(components.version_manager.models.VersionManager static method)
(components.workspace.models.Workspace static method)
(components.xsl_transformation.models.XslTransformation static method)
(in module components.blob.api)
(in module components.template_version_manager.api)
(in module components.template_xsl_rendering.api)
(in module components.workspace.api)
(in module components.xsl_transformation.api)
(in module permissions.api)
get_by_id_list() (components.version_manager.models.VersionManager static method)
(in module components.version_manager.api)
(in module components.workspace.api)
get_by_id_with_template_info() (in module rest.data.views)
get_by_name() (components.xsl_transformation.models.XslTransformation static method)
(in module components.xsl_transformation.api)
get_by_name_and_permission() (in module components.group.api)
get_by_template_hash() (in module components.template_xsl_rendering.api)
get_by_template_id() (components.template_xsl_rendering.models.TemplateXslRendering static method)
(in module components.template_xsl_rendering.api)
get_by_type() (components.web_page.models.WebPage static method)
get_by_version_id() (components.template_version_manager.models.TemplateVersionManager static method)
(in module components.template_version_manager.api)
get_collection() (utils.databases.pymongo_database.Database static method)
get_context_data() (views.common.ajax.DeleteObjectModalView method)
get_context_manage_template_versions() (in module views.user.views)
get_current() (in module components.version_manager.api)
get_data_by_id() (in module system.api)
get_data_label() (in module utils.labels)
get_default_group() (in module components.group.api)
get_dependency_content() (utils.xsd_flattener.xsd_flattener_database_url.XSDFlattenerDatabaseOrURL method)
get_dependency_resolver_html() (in module views.admin.views)
get_disable_global_version_manager() (components.template_version_manager.models.TemplateVersionManager static method)
(components.version_manager.models.VersionManager static method)
(in module components.template_version_manager.api)
get_disable_version_manager_by_user_id() (components.template_version_manager.models.TemplateVersionManager static method)
(components.version_manager.models.VersionManager static method)
(in module components.template_version_manager.api)
get_disabled_versions() (components.version_manager.models.VersionManager method)
get_error_message() (commons.validators.LowerCaseLetterCountValidator method)
(commons.validators.UpperCaseLetterCountValidator method)
get_file_http_response() (in module utils.file)
get_filename_from_response() (in module utils.file)
get_form_label() (in module utils.labels)
get_formatted_name() (in module permissions.utils)
get_from_version() (in module components.version_manager.api)
get_full_text_query() (in module utils.databases.pymongo_database)
get_global_version_managers() (components.template_version_manager.models.TemplateVersionManager static method)
(components.version_manager.models.VersionManager static method)
(in module components.template_version_manager.api)
(in module components.version_manager.api)
get_global_workspace() (components.workspace.models.Workspace static method)
(in module components.workspace.api)
get_group_by_id() (in module components.group.api)
get_handle() (rest.blob.serializers.BlobSerializer method)
get_hash() (in module utils.xml)
get_id_username_dict() (in module components.user.api)
get_imports_and_includes() (in module utils.xml)
get_latest_version_name() (in module components.version_manager.utils)
get_list_group_can_access_workspace() (in module components.workspace.api)
(in module rest.workspace.views)
get_list_group_can_read_workspace() (in module rest.workspace.views)
get_list_group_can_write_workspace() (in module rest.workspace.views)
get_list_user_can_access_workspace() (in module components.workspace.api)
(in module rest.workspace.views)
get_list_user_can_read_workspace() (in module rest.workspace.views)
get_list_user_can_write_workspace() (in module rest.workspace.views)
get_local_dependencies() (in module utils.xml)
get_lock_by_object() (components.lock.models.DatabaseLockObject static method)
get_min_count() (commons.validators.LowerCaseLetterCountValidator method)
(commons.validators.UpperCaseLetterCountValidator method)
get_modal_html_path() (views.common.ajax.AddObjectModalView static method)
(views.common.ajax.DeleteObjectModalView static method)
(views.common.ajax.EditObjectModalView static method)
get_modal_js_path() (views.common.ajax.AddObjectModalView static method)
(views.common.ajax.DeleteObjectModalView static method)
(views.common.ajax.EditObjectModalView static method)
get_non_public_workspace_owned_by_user() (in module components.workspace.api)
get_non_public_workspace_owned_by_user_id() (components.workspace.models.Workspace static method)
get_object() (rest.blob.views.BlobDetail method)
(rest.blob.views.BlobDownload method)
(rest.data.views.DataAssign method)
(rest.data.views.DataDetail method)
(rest.data.views.DataDownload method)
(rest.template.views.TemplateDetail method)
(rest.template.views.TemplateDownload method)
(rest.template_version_manager.abstract_views.AbstractStatusTemplateVersion method)
(rest.template_version_manager.abstract_views.AbstractTemplateVersionManagerDetail method)
(rest.template_version_manager.views.TemplateVersionManagerDetail method)
(rest.xsl_transformation.views.XslTransformationDetail method)
get_object_locked() (components.lock.models.Lock method)
get_or_create() (in module components.group.api)
get_page_number() (in module utils.pagination.rest_framework_paginator.rest_framework_paginator)
get_paginator() (in module utils.pagination.rest_framework_paginator.rest_framework_paginator)
get_permission_label() (in module permissions.api)
get_public_workspaces_owned_by_user() (in module components.workspace.api)
get_public_workspaces_owned_by_user_id() (components.workspace.models.Workspace static method)
get_raw_query() (utils.query.mongo.query_builder.QueryBuilder method)
get_redirect (views.admin.views.WebPageView attribute)
get_results() (utils.pagination.django_paginator.results_paginator.ResultsPaginator static method)
get_template_download_pattern() (in module utils.urls)
get_template_version_managers() (rest.template_version_manager.abstract_views.AbstractTemplateVersionManagerList method)
(rest.template_version_manager.views.GlobalTemplateVersionManagerList method)
(rest.template_version_manager.views.UserTemplateVersionManagerList method)
get_template_with_server_dependencies() (in module utils.xml)
get_upload_date() (rest.blob.serializers.BlobSerializer method)
get_user() (rest.template_version_manager.abstract_views.AbstractTemplateList method)
(rest.template_version_manager.views.GlobalTemplateList method)
(rest.template_version_manager.views.UserTemplateList method)
get_user_by_id() (in module components.user.api)
get_user_by_username() (in module components.user.api)
get_version_by_number() (components.version_manager.models.VersionManager method)
(in module components.version_manager.api)
get_version_name() (in module components.version_manager.utils)
get_version_number() (components.version_manager.models.VersionManager method)
(in module components.template_version_manager.api)
(in module components.version_manager.api)
get_workspace() (rest.data.views.DataAssign method)
get_workspaces_with_read_access() (in module rest.workspace.views)
get_workspaces_with_write_access() (in module rest.workspace.views)
GlobalTemplateList (class in rest.template_version_manager.views)
GlobalTemplateVersionManagerList (class in rest.template_version_manager.views)
GRIDFS_DATA_COLLECTION (in module core_main_app.settings)
GroupFixtures (class in tests.components.group.fixtures.fixtures)
GroupRightForm (class in views.user.forms)
GROUPS_OPTIONS (views.user.forms.GroupRightForm attribute)
GroupSerializer (class in rest.group.serializers)
GroupSerializer.Meta (class in rest.group.serializers)
H
handle (components.blob.models.Blob attribute)
handle_xsd_errors() (in module views.admin.views)
has_perm() (in module templatetags.auth_extras)
has_perm_administration() (in module components.data.access_control)
has_perm_publish_data() (in module components.data.access_control)
has_xsl_namespace() (in module utils.xml)
hash (components.template.models.Template attribute)
homepage() (in module views.user.views)
I
id (components.blob.models.Blob attribute)
(components.data.models.Data attribute)
(components.lock.models.DatabaseLockObject attribute)
(components.template.models.Template attribute)
(components.template_xsl_rendering.models.TemplateXslRendering attribute)
(components.version_manager.models.VersionManager attribute)
(components.web_page.models.WebPage attribute)
(components.workspace.models.Workspace attribute)
(components.xsl_transformation.models.XslTransformation attribute)
include_static() (in module templatetags.include_static)
init_rules() (in module permissions.discover)
init_template_with_dependencies() (in module components.template.api)
init_text_index() (in module utils.databases.mongoengine_database)
InitApp (class in core_main_app.apps)
insert() (components.version_manager.models.VersionManager method)
(in module components.blob.api)
(in module components.template_version_manager.api)
insert_data() (tests.components.blob.fixtures.fixtures.BlobFixtures method)
(tests.components.data.fixtures.fixtures.AccessControlDataFixture method)
(tests.components.data.fixtures.fixtures.DataFixtures method)
(tests.components.group.fixtures.fixtures.GroupFixtures method)
(tests.components.template_version_manager.fixtures.fixtures.TemplateVersionManagerFixtures method)
(tests.components.user.fixtures.fixtures.UserFixtures method)
(tests.components.workspace.fixtures.fixtures.WorkspaceFixtures method)
(tests.rest.xsl_transformation.fixtures.fixtures.XslTransformationFixtures method)
(utils.integration_tests.fixture_interface.FixtureInterface method)
insert_version() (in module components.version_manager.api)
INSTALLED_APPS (in module core_main_app.settings)
is_data_public() (in module components.data.api)
is_disabled (components.version_manager.models.VersionManager attribute)
is_global (components.workspace.models.Workspace attribute)
is_object_locked() (in module components.lock.api)
is_public (components.workspace.models.Workspace attribute)
is_schema_valid() (in module utils.xml)
is_well_formed_xml() (in module utils.xml)
is_workspace_global() (in module components.workspace.api)
is_workspace_owner() (in module components.workspace.access_control)
is_workspace_owner_to_perform_action_for_others() (in module components.workspace.access_control)
is_workspace_public() (in module components.workspace.api)
(in module rest.workspace.views)
L
last_modification_date (components.abstract_data.models.AbstractData attribute)
list_xslt (components.template_xsl_rendering.models.TemplateXslRendering attribute)
load_add_group_form() (in module views.user.ajax)
load_add_user_form() (in module views.user.ajax)
load_dependencies() (in module rest.template_version_manager.utils)
LoadFormChangeWorkspace (class in views.user.ajax)
LOCALE_PATHS (in module core_main_app.settings)
Lock (class in components.lock.models)
lock_date (components.lock.models.DatabaseLockObject attribute)
LOCK_OBJECT_TTL (in module core_main_app.settings)
LockError
login_or_anonymous_perm_required() (in module utils.decorators)
LoginForm (class in views.user.forms)
LowerCaseLetterCountValidator (class in commons.validators)
M
Main (class in core_main_app.models)
Main.DoesNotExist
Main.MultipleObjectsReturned
manage_template_versions() (in module views.admin.views)
(in module views.user.views)
manage_templates() (in module views.admin.views)
MANAGERS (in module core_main_app.settings)
media (views.admin.commons.upload.forms.UploadForm attribute)
(views.admin.forms.EditProfileForm attribute)
(views.admin.forms.EditTemplateForm attribute)
(views.admin.forms.EditXSLTForm attribute)
(views.admin.forms.TemplateXsltRenderingForm attribute)
(views.admin.forms.TextAreaForm attribute)
(views.admin.forms.UploadTemplateForm attribute)
(views.admin.forms.UploadVersionForm attribute)
(views.admin.forms.UploadXSLTForm attribute)
(views.common.forms.RenameForm attribute)
(views.user.forms.ChangeWorkspaceForm attribute)
(views.user.forms.GroupRightForm attribute)
(views.user.forms.LoginForm attribute)
(views.user.forms.UserRightForm attribute)
(views.user.forms.WorkspaceForm attribute)
menus (module)
model (rest.blob.serializers.BlobSerializer.Meta attribute)
(rest.blob.serializers.DeleteBlobsSerializer.Meta attribute)
(rest.data.serializers.DataSerializer.Meta attribute)
(rest.data.serializers.DataWithTemplateInfoSerializer.Meta attribute)
(rest.group.serializers.GroupSerializer.Meta attribute)
(rest.template.serializers.TemplateSerializer.Meta attribute)
(rest.template_version_manager.serializers.TemplateVersionManagerSerializer.Meta attribute)
(rest.user.serializers.UserSerializer.Meta attribute)
(rest.workspace.serializers.WorkspaceSerializer.Meta attribute)
(rest.xsl_transformation.serializers.XslTransformationSerializer.Meta attribute)
(views.admin.ajax.DeleteXSLTView attribute)
(views.admin.ajax.EditXSLTView attribute)
(views.common.ajax.AddObjectModalView attribute)
(views.common.ajax.DeleteObjectModalView attribute)
(views.common.ajax.EditObjectModalView attribute)
(views.common.ajax.EditTemplateVersionManagerView attribute)
ModelError
MONGO_PASSWORD (in module core_main_app.settings)
MONGO_USER (in module core_main_app.settings)
MONGODB_URI (in module core_main_app.settings)
MongoIntegrationBaseTestCase (class in utils.integration_tests.integration_base_test_case)
MongoIntegrationTransactionTestCase (class in utils.integration_tests.integration_base_transaction_test_case)
N
name (components.xsl_transformation.models.XslTransformation attribute)
(core_main_app.apps.InitApp attribute)
NotUniqueError
O
object (components.lock.models.DatabaseLockObject attribute)
object_name (views.admin.views.UploadXSLTView attribute)
(views.common.views.UploadXSLTView attribute)
owner (components.workspace.models.Workspace attribute)
P
page_size (utils.pagination.rest_framework_paginator.pagination.StandardResultsSetPagination attribute)
PaginationError
PASSWORD_MIN_LENGTH (in module core_main_app.settings)
PASSWORD_MIN_LOWERCASE_LETTERS (in module core_main_app.settings)
PASSWORD_MIN_UPPERCASE_LETTERS (in module core_main_app.settings)
patch() (rest.blob.views.BlobDeleteList method)
(rest.data.views.DataAssign method)
(rest.data.views.DataDetail method)
(rest.template_version_manager.abstract_views.AbstractStatusTemplateVersion method)
(rest.template_version_manager.abstract_views.AbstractStatusTemplateVersionManager method)
(rest.xsl_transformation.views.XslTransformationDetail method)
permission_classes (rest.blob.views.BlobDeleteList attribute)
(rest.blob.views.BlobDetail attribute)
(rest.blob.views.BlobDownload attribute)
(rest.blob.views.BlobList attribute)
(rest.data.views.DataDetail attribute)
(rest.data.views.DataList attribute)
(rest.template_version_manager.views.CurrentTemplateVersion attribute)
(rest.template_version_manager.views.DisableTemplateVersion attribute)
(rest.template_version_manager.views.DisableTemplateVersionManager attribute)
(rest.template_version_manager.views.RestoreTemplateVersion attribute)
(rest.template_version_manager.views.RestoreTemplateVersionManager attribute)
(rest.template_version_manager.views.TemplateVersionManagerDetail attribute)
(rest.template_version_manager.views.UserTemplateList attribute)
(rest.template_version_manager.views.UserTemplateVersionManagerList attribute)
(rest.workspace.views.WorkspaceDetail attribute)
(rest.workspace.views.WorkspaceList attribute)
(rest.xsl_transformation.views.XslTransformationDetail attribute)
(rest.xsl_transformation.views.XslTransformationList attribute)
(rest.xsl_transformation.views.XslTransformationTransform attribute)
permission_required() (in module utils.decorators)
permissions (core_main_app.models.Main.Meta attribute)
(module)
permissions.api (module)
permissions.discover (module)
permissions.rights (module)
permissions.utils (module)
post() (rest.blob.views.BlobList method)
(rest.data.abstract_views.AbstractExecuteLocalQueryView method)
(rest.data.views.DataList method)
(rest.data.views.ExecuteLocalQueryView method)
(rest.template_version_manager.abstract_views.AbstractTemplateList method)
(rest.template_version_manager.views.GlobalTemplateList method)
(rest.template_version_manager.views.TemplateVersion method)
(rest.template_version_manager.views.UserTemplateList method)
(rest.workspace.views.WorkspaceList method)
(rest.xsl_transformation.views.XslTransformationList method)
(rest.xsl_transformation.views.XslTransformationTransform method)
(views.admin.views.UploadXSLTView method)
(views.admin.views.WebPageView method)
(views.common.views.TemplateXSLRenderingView method)
(views.common.views.UploadXSLTView method)
(views.user.ajax.LoadFormChangeWorkspace method)
post_processor() (in module utils.xml)
post_redirect (views.admin.views.WebPageView attribute)
post_returns_http_201() (tests.rest.template_version_manager.tests_int.TestTemplateVersion method)
post_to_global_as_superuser_returns_http_201() (tests.rest.template_version_manager.tests_int.TestTemplateVersion method)
post_to_global_as_user_returns_http_403() (tests.rest.template_version_manager.tests_int.TestTemplateVersion method)
post_to_other_user_as_superuser_returns_http_201() (tests.rest.template_version_manager.tests_int.TestTemplateVersion method)
post_to_other_user_returns_http_403() (tests.rest.template_version_manager.tests_int.TestTemplateVersion method)
post_wrong_id_returns_http_404() (tests.rest.template_version_manager.tests_int.TestTemplateVersion method)
prepare_query() (in module utils.query.mongo.prepare)
print_datetime_from_object_id() (in module templatetags.timestamptags)
print_datetime_utc_unaware() (in module templatetags.timestamptags)
Q
QueryBuilder (class in utils.query.mongo.query_builder)
QueryDataFixtures (class in tests.components.data.fixtures.fixtures)
R
raw_xml_to_dict() (in module utils.xml)
read_file_content() (in module utils.file)
read_only_fields (rest.blob.serializers.BlobSerializer.Meta attribute)
(rest.data.serializers.DataSerializer.Meta attribute)
(rest.template.serializers.TemplateSerializer.Meta attribute)
(rest.template_version_manager.serializers.TemplateVersionManagerSerializer.Meta attribute)
(rest.workspace.serializers.WorkspaceSerializer.Meta attribute)
read_perm_id (components.workspace.models.Workspace attribute)
read_xsd_file() (in module views.common.views)
ready() (core_main_app.apps.InitApp method)
release() (components.lock.models.Lock class method)
remove_group_read_right_to_workspace() (in module rest.workspace.views)
remove_group_write_right_to_workspace() (in module rest.workspace.views)
remove_list_object_from_list() (in module utils.group)
remove_lists_from_xml_dict() (in module utils.xml)
remove_lock() (components.lock.models.Lock method)
remove_lock_on_object() (in module components.lock.api)
remove_permission_to_group() (in module permissions.api)
remove_permission_to_user() (in module permissions.api)
remove_user_or_group_rights() (in module views.user.ajax)
remove_user_read_right_to_workspace() (in module rest.workspace.views)
remove_user_write_right_to_workspace() (in module rest.workspace.views)
RenameForm (class in views.common.forms)
render() (in module utils.rendering)
render_xml_as_html() (in module templatetags.xsl_transform_tag)
rendering() (views.common.views.TemplateXSLRenderingView method)
RequestMock (class in utils.tests_tools.RequestMock)
resolve_dependencies() (in module views.admin.ajax)
rest (module)
rest.blob (module)
rest.blob.serializers (module)
rest.blob.views (module)
rest.data (module)
rest.data.abstract_views (module)
rest.data.serializers (module)
rest.data.views (module)
rest.group (module)
rest.group.serializers (module)
rest.template (module)
rest.template.serializers (module)
rest.template.views (module)
rest.template_version_manager (module)
rest.template_version_manager.abstract_views (module)
rest.template_version_manager.serializers (module)
rest.template_version_manager.utils (module)
rest.template_version_manager.views (module)
rest.urls (module)
rest.user (module)
rest.user.serializers (module)
rest.workspace (module)
rest.workspace.serializers (module)
rest.workspace.views (module)
rest.xsl_transformation (module)
rest.xsl_transformation.serializers (module)
rest.xsl_transformation.views (module)
RestApiError
restore() (components.version_manager.models.VersionManager method)
(in module components.version_manager.api)
restore_template_version_from_version_manager() (in module views.common.ajax)
restore_version() (components.version_manager.models.VersionManager method)
(in module components.version_manager.api)
restore_version_from_version_manager() (in module views.common.ajax)
restore_version_manager() (in module views.common.ajax)
RestoreTemplateVersion (class in rest.template_version_manager.views)
RestoreTemplateVersionManager (class in rest.template_version_manager.views)
RESULTS_PER_PAGE (in module core_main_app.settings)
ResultsPaginator (class in utils.pagination.django_paginator.results_paginator)
S
save_blob() (components.blob.models.Blob method)
save_object() (components.xsl_transformation.models.XslTransformation method)
save_redirect (views.common.views.TemplateXSLRenderingView attribute)
save_template_version_manager() (components.template_version_manager.models.TemplateVersionManager method)
save_version_manager() (components.version_manager.models.VersionManager method)
SEARCHABLE_DATA_OCCURRENCES_LIMIT (in module core_main_app.settings)
SECRET_KEY (in module core_main_app.settings)
send_mail() (in module utils.notifications.mail)
send_mail_to_administrators() (in module utils.notifications.mail)
send_mail_to_managers() (in module utils.notifications.mail)
SERVER_EMAIL (in module core_main_app.settings)
SERVER_URI (in module core_main_app.settings)
set_current() (in module components.version_manager.api)
set_current_template_version_from_version_manager() (in module views.common.ajax)
set_current_version() (components.version_manager.models.VersionManager method)
set_current_version_from_version_manager() (in module views.common.ajax)
set_display_name() (in module components.template.api)
set_lock() (components.lock.models.Lock method)
set_lock_object() (in module components.lock.api)
set_private_workspace() (in module views.user.ajax)
set_public_workspace() (in module views.user.ajax)
set_title() (in module components.workspace.api)
set_workspace_private() (in module rest.workspace.views)
set_workspace_public() (in module rest.workspace.views)
setUp() (tests.components.template_xsl_rendering.tests_unit.TestTemplateXslRenderingUpsert method)
(tests.rest.blob.tests_int.TestBlobDeleteList method)
(tests.rest.blob.tests_int.TestBlobDetail method)
(tests.rest.blob.tests_int.TestBlobDownload method)
(tests.rest.blob.tests_int.TestBlobList method)
(tests.rest.data.tests_unit.TestDataDetail method)
(tests.rest.data.tests_unit.TestDataDownload method)
(tests.rest.data.tests_unit.TestDataList method)
(tests.rest.template_version_manager.tests_int.TestGlobalTemplateList method)
(tests.rest.template_version_manager.tests_int.TestGlobalTemplateVersionManagerList method)
(tests.rest.template_version_manager.tests_int.TestTemplateVersion method)
(tests.rest.template_version_manager.tests_int.TestTemplateVersionManagerDetail method)
(tests.rest.template_version_manager.tests_int.TestUserTemplateList method)
(tests.rest.template_version_manager.tests_int.TestUserTemplateVersionManagerList method)
(tests.rest.template_version_manager.tests_unit.TestGlobalTemplateVersionManagerList method)
(tests.rest.template_version_manager.tests_unit.TestTemplateVersionManagerDetail method)
(tests.rest.template_version_manager.tests_unit.TestUserTemplateVersionManagerList method)
(tests.rest.xsl_transformation.tests_int.TestDeleteXslTransformationDetail method)
(tests.rest.xsl_transformation.tests_int.TestGetAllXslTransformationList method)
(tests.rest.xsl_transformation.tests_int.TestGetXslTransformationDetail method)
(tests.rest.xsl_transformation.tests_int.TestPatchXslTransformationDetail method)
(tests.rest.xsl_transformation.tests_int.TestPostXslTransformationList method)
(tests.rest.xsl_transformation.tests_int.TestPostXslTransformationTransform method)
(tests.rest.xsl_transformation.tests_unit.TestGetAllXslTransformation method)
(tests.rest.xsl_transformation.tests_unit.TestPostXslTransformation method)
(utils.integration_tests.integration_base_test_case.MongoIntegrationBaseTestCase method)
(utils.integration_tests.integration_base_transaction_test_case.MongoIntegrationTransactionTestCase method)
setUpClass() (utils.integration_tests.integration_base_test_case.MongoIntegrationBaseTestCase class method)
show_global_workspace (views.user.ajax.LoadFormChangeWorkspace attribute)
SSL_CERTIFICATES_DIR (in module core_main_app.settings)
StandardResultsSetPagination (class in utils.pagination.rest_framework_paginator.pagination)
status_update() (rest.template_version_manager.abstract_views.AbstractStatusTemplateVersion method)
(rest.template_version_manager.abstract_views.AbstractStatusTemplateVersionManager method)
(rest.template_version_manager.views.CurrentTemplateVersion method)
(rest.template_version_manager.views.DisableTemplateVersion method)
(rest.template_version_manager.views.DisableTemplateVersionManager method)
(rest.template_version_manager.views.RestoreTemplateVersion method)
(rest.template_version_manager.views.RestoreTemplateVersionManager method)
stripjs() (in module templatetags.stripjs)
sub_document_root (rest.data.abstract_views.AbstractExecuteLocalQueryView attribute)
success_message (views.admin.ajax.DeleteXSLTView attribute)
(views.admin.ajax.EditXSLTView attribute)
(views.common.ajax.AddObjectModalView attribute)
(views.common.ajax.DeleteObjectModalView attribute)
(views.common.ajax.EditObjectModalView attribute)
(views.common.ajax.EditTemplateVersionManagerView attribute)
success_url (views.admin.ajax.DeleteXSLTView attribute)
(views.admin.ajax.EditXSLTView attribute)
(views.common.ajax.AddObjectModalView attribute)
(views.common.ajax.DeleteObjectModalView attribute)
(views.common.ajax.EditObjectModalView attribute)
(views.common.ajax.EditTemplateVersionManagerView attribute)
switch_right() (in module views.user.ajax)
system (module)
system.api (module)
T
tearDown() (utils.integration_tests.integration_base_test_case.MongoIntegrationBaseTestCase method)
tearDownClass() (utils.integration_tests.integration_base_test_case.MongoIntegrationBaseTestCase class method)
Template (class in components.template.models)
template (components.data.models.Data attribute)
(components.template_xsl_rendering.models.TemplateXslRendering attribute)
(tests.components.data.fixtures.fixtures.AccessControlDataFixture attribute)
(tests.components.data.fixtures.fixtures.DataFixtures attribute)
(views.common.views.EditWorkspaceRights attribute)
(views.common.views.ViewData attribute)
Template.DoesNotExist
Template.MultipleObjectsReturned
template_1_1 (tests.components.template_version_manager.fixtures.fixtures.TemplateVersionManagerFixtures attribute)
template_1_2 (tests.components.template_version_manager.fixtures.fixtures.TemplateVersionManagerFixtures attribute)
template_1_3 (tests.components.template_version_manager.fixtures.fixtures.TemplateVersionManagerFixtures attribute)
template_2_1 (tests.components.template_version_manager.fixtures.fixtures.TemplateVersionManagerFixtures attribute)
template_name (views.admin.views.UploadXSLTView attribute)
(views.common.ajax.AddObjectModalView attribute)
(views.common.ajax.DeleteObjectModalView attribute)
(views.common.ajax.EditObjectModalView attribute)
(views.common.views.TemplateXSLRenderingView attribute)
(views.common.views.UploadXSLTView attribute)
template_vm_1 (tests.components.template_version_manager.fixtures.fixtures.TemplateVersionManagerFixtures attribute)
template_vm_2 (tests.components.template_version_manager.fixtures.fixtures.TemplateVersionManagerFixtures attribute)
template_vm_collection (tests.components.template_version_manager.fixtures.fixtures.TemplateVersionManagerFixtures attribute)
TemplateDetail (class in rest.template.views)
TemplateDownload (class in rest.template.views)
TemplateSerializer (class in rest.template.serializers)
TemplateSerializer.Meta (class in rest.template.serializers)
templatetags (module)
templatetags.auth_extras (module)
templatetags.dict_key_extras (module)
templatetags.include_static (module)
templatetags.stripjs (module)
templatetags.timestamptags (module)
templatetags.xsl_transform_tag (module)
TemplateVersion (class in rest.template_version_manager.views)
TemplateVersionManager (class in components.template_version_manager.models)
TemplateVersionManager.DoesNotExist
TemplateVersionManager.MultipleObjectsReturned
TemplateVersionManagerDetail (class in rest.template_version_manager.views)
TemplateVersionManagerFixtures (class in tests.components.template_version_manager.fixtures.fixtures)
TemplateVersionManagerSerializer (class in rest.template_version_manager.serializers)
TemplateVersionManagerSerializer.Meta (class in rest.template_version_manager.serializers)
TemplateXslRendering (class in components.template_xsl_rendering.models)
TemplateXslRendering.DoesNotExist
TemplateXslRendering.MultipleObjectsReturned
TemplateXSLRenderingView (class in views.common.views)
TemplateXsltRenderingForm (class in views.admin.forms)
test_add_group_read_right_to_workspace_() (tests.rest.workspace.tests_int.TestAddGroupReadRightToWorkspace method)
test_add_group_read_right_to_workspace_return_http_200() (tests.rest.workspace.tests_int.TestAddGroupReadRightToWorkspace method)
test_add_group_read_right_to_workspace_return_http_403() (tests.rest.workspace.tests_int.TestAddGroupReadRightToWorkspace method)
test_add_group_read_right_to_workspace_return_http_404() (tests.rest.workspace.tests_int.TestAddGroupReadRightToWorkspace method)
test_add_group_write_right_to_workspace_() (tests.rest.workspace.tests_int.TestAddGroupWriteRightToWorkspace method)
test_add_group_write_right_to_workspace_return_http_200() (tests.rest.workspace.tests_int.TestAddGroupWriteRightToWorkspace method)
test_add_group_write_right_to_workspace_return_http_403() (tests.rest.workspace.tests_int.TestAddGroupWriteRightToWorkspace method)
test_add_group_write_right_to_workspace_return_http_404() (tests.rest.workspace.tests_int.TestAddGroupWriteRightToWorkspace method)
test_add_sub_document_root_to_and_or_query() (tests.utils.query.mongo.tests_unit.TestAddSubDocumentRoot method)
test_add_sub_document_root_to_and_query() (tests.utils.query.mongo.tests_unit.TestAddSubDocumentRoot method)
test_add_sub_document_root_to_or_query() (tests.utils.query.mongo.tests_unit.TestAddSubDocumentRoot method)
test_add_sub_document_root_to_query() (tests.utils.query.mongo.tests_unit.TestAddSubDocumentRoot method)
test_add_user_read_right_to_workspace_() (tests.rest.workspace.tests_int.TestAddUserReadRightToWorkspace method)
test_add_user_read_right_to_workspace_return_http_200() (tests.rest.workspace.tests_int.TestAddUserReadRightToWorkspace method)
test_add_user_read_right_to_workspace_return_http_403() (tests.rest.workspace.tests_int.TestAddUserReadRightToWorkspace method)
test_add_user_read_right_to_workspace_return_http_404() (tests.rest.workspace.tests_int.TestAddUserReadRightToWorkspace method)
test_add_user_write_right_to_workspace_() (tests.rest.workspace.tests_int.TestAddUserWriteRightToWorkspace method)
test_add_user_write_right_to_workspace_return_http_200() (tests.rest.workspace.tests_int.TestAddUserWriteRightToWorkspace method)
test_add_user_write_right_to_workspace_return_http_403() (tests.rest.workspace.tests_int.TestAddUserWriteRightToWorkspace method)
test_add_user_write_right_to_workspace_return_http_404() (tests.rest.workspace.tests_int.TestAddUserWriteRightToWorkspace method)
test_boolean_false_expected_case_returns_false() (tests.utils.tests_unit_boolean.TestToBool method)
test_boolean_false_returns_false() (tests.utils.tests_unit_boolean.TestToBool method)
test_boolean_false_unexpected_case_returns_false() (tests.utils.tests_unit_boolean.TestToBool method)
test_boolean_true_expected_case_returns_true() (tests.utils.tests_unit_boolean.TestToBool method)
test_boolean_true_returns_true() (tests.utils.tests_unit_boolean.TestToBool method)
test_boolean_true_unexpected_case_returns_true() (tests.utils.tests_unit_boolean.TestToBool method)
test_change_owner_as_superuser_ok() (tests.components.data.tests_int_access_control.TestDataChangeOwner method)
test_change_owner_from_owner_to_owner_ok() (tests.components.data.tests_int_access_control.TestDataChangeOwner method)
test_change_owner_from_owner_to_user_ok() (tests.components.data.tests_int_access_control.TestDataChangeOwner method)
test_change_owner_from_user_to_user_raises_exception() (tests.components.data.tests_int_access_control.TestDataChangeOwner method)
test_create_group() (tests.components.group.fixtures.tests_int.TestGroupFixtures method)
test_create_one_workspace() (tests.components.workspace.tests_int.TestCreateWorkspace method)
test_create_super_user() (tests.components.user.fixtures.tests_int.TestUserFixtures method)
test_create_two_workspaces_same_name_different_case_same_user() (tests.components.workspace.tests_int.TestCreateWorkspace method)
test_create_two_workspaces_same_name_different_user() (tests.components.workspace.tests_int.TestCreateWorkspace method)
test_create_two_workspaces_same_name_same_user() (tests.components.workspace.tests_int.TestCreateWorkspace method)
test_create_user() (tests.components.user.fixtures.tests_int.TestUserFixtures method)
test_create_version_manager_raises_exception_if_error_in_create_template() (tests.components.template_version_manager.tests_unit.TestTemplateVersionManagerInsert method)
test_create_version_manager_raises_exception_if_error_in_create_version_manager() (tests.components.template_version_manager.tests_unit.TestTemplateVersionManagerInsert method)
test_create_version_manager_returns_version_manager() (tests.components.template_version_manager.tests_unit.TestTemplateVersionManagerInsert method)
test_create_workspace() (tests.components.workspace.fixtures.tests_int.TestWorkspaceFixtures method)
test_create_workspace_without_owner() (tests.components.workspace.tests_int.TestCreateWorkspace method)
test_data_check_xml_data_valid_return_true_if_validation_success() (tests.components.data.tests_unit.TestDataCheckXmlFileIsValid method)
test_data_check_xml_file_is_valid_raises_xml_error_if_failed_during_validation() (tests.components.data.tests_unit.TestDataCheckXmlFileIsValid method)
test_data_check_xml_file_is_valid_raises_xml_error_if_failed_during_xml_validation() (tests.components.data.tests_unit.TestDataCheckXmlFileIsValid method)
test_data_check_xml_file_is_valid_raises_xsd_error_if_failed_during_xsd_validation() (tests.components.data.tests_unit.TestDataCheckXmlFileIsValid method)
test_data_get_all_by_user_id_return_collection_of_data_from_user() (tests.components.data.tests_int.TestDataGetAllByUserId method)
test_data_get_all_by_user_id_return_empty_collection_of_data_from_user_does_not_exist() (tests.components.data.tests_int.TestDataGetAllByUserId method)
test_data_get_all_by_user_id_return_full_collection_of_data_from_user_does_not_exist() (tests.components.data.tests_int.TestDataGetAllExceptUserId method)
test_data_get_all_except_empty_list_return_collection_of_data() (tests.components.data.tests_int.TestDataGetAllExcept method)
test_data_get_all_except_empty_list_return_objects_data_in_collection() (tests.components.data.tests_int.TestDataGetAllExcept method)
test_data_get_all_except_inexistant_id_return_collection_of_data() (tests.components.data.tests_int.TestDataGetAllExcept method)
test_data_get_all_except_inexistant_id_return_objects_data_in_collection() (tests.components.data.tests_int.TestDataGetAllExcept method)
test_data_get_all_except_no_params_return_collection_of_data() (tests.components.data.tests_int.TestDataGetAllExcept method)
test_data_get_all_except_no_params_return_objects_data_in_collection() (tests.components.data.tests_int.TestDataGetAllExcept method)
test_data_get_all_except_return_collection_of_data() (tests.components.data.tests_int.TestDataGetAllExcept method)
test_data_get_all_except_user_id_return_collection_of_data_where_user_is_not_owner() (tests.components.data.tests_int.TestDataGetAllExceptUserId method)
test_data_get_all_except_user_return_collection_of_data_where_user_is_not_owner() (tests.components.data.tests_unit.TestDataGetAllExceptUser method)
test_data_get_all_return_collection_of_data() (tests.components.data.tests_int.TestDataGetAll method)
test_data_get_all_return_objects_data_in_collection() (tests.components.data.tests_int.TestDataGetAll method)
(tests.components.data.tests_int.TestDataGetAllExcept method)
test_data_get_by_id_raises_api_error_if_not_found() (tests.components.data.tests_int.TestDataGetById method)
(tests.components.data.tests_unit.TestDataGetById method)
test_data_get_by_id_return_data_if_found() (tests.components.data.tests_int.TestDataGetById method)
(tests.components.data.tests_unit.TestDataGetById method)
test_data_upsert_raises_xml_error_if_failed_during_validation() (tests.components.data.tests_unit.TestDataUpsert method)
test_data_upsert_raises_xml_error_if_failed_during_xml_validation() (tests.components.data.tests_unit.TestDataUpsert method)
test_data_upsert_raises_xsd_error_if_failed_during_xsd_validation() (tests.components.data.tests_unit.TestDataUpsert method)
test_data_upsert_return_data_with_last_modification_date() (tests.components.data.tests_unit.TestDataUpsert method)
test_data_upsert_return_data_with_new_title_if_is_called_with_only_title_modified() (tests.components.data.tests_unit.TestDataUpsert method)
test_data_upsert_return_data_with_new_user_id_if_is_called_with_only_user_id_modified() (tests.components.data.tests_unit.TestDataUpsert method)
test_data_upsert_return_data_with_new_xml_if_is_called_with_only_xml_modified() (tests.components.data.tests_unit.TestDataUpsert method)
test_delete_deletes_one_blob_from_database() (tests.rest.blob.tests_int.TestBlobDetail method)
test_delete_other_user_as_superuser_returns_http_204() (tests.rest.blob.tests_int.TestBlobDetail method)
test_delete_other_user_blob_returns_http_403() (tests.rest.blob.tests_int.TestBlobDetail method)
test_delete_others_data_in_accessible_workspace_deletes_data() (tests.components.data.tests_int_access_control.TestDataDelete method)
test_delete_others_data_not_accessible_workspace_raises_error() (tests.components.data.tests_int_access_control.TestDataDelete method)
test_delete_others_data_not_in_workspace_raises_error() (tests.components.data.tests_int_access_control.TestDataDelete method)
test_delete_own_data_in_accessible_workspace_deletes_data() (tests.components.data.tests_int_access_control.TestDataDelete method)
test_delete_own_data_in_not_accessible_workspace_deletes_data() (tests.components.data.tests_int_access_control.TestDataDelete method)
test_delete_own_data_not_in_workspace_deletes_data() (tests.components.data.tests_int_access_control.TestDataDelete method)
test_delete_raise_403_if_user_is_unauthorized() (tests.rest.xsl_transformation.tests_int.TestDeleteXslTransformationDetail method)
test_delete_raise_404_when_not_found() (tests.rest.xsl_transformation.tests_int.TestDeleteXslTransformationDetail method)
test_delete_returns_http_204() (tests.rest.blob.tests_int.TestBlobDetail method)
(tests.rest.workspace.tests_int.TestWorkspaceDetail method)
test_delete_returns_http_404_when_data_not_found() (tests.rest.data.tests_unit.TestDataDetail method)
test_delete_template_xsl_rendering_raises_exception_if_error() (tests.components.template_xsl_rendering.tests_unit.TestTemplateXslRenderingDelete method)
test_delete_workspace() (tests.rest.workspace.tests_int.TestWorkspaceDetail method)
test_delete_workspace_not_owner() (tests.rest.workspace.tests_int.TestWorkspaceDetail method)
test_delete_wrong_id_returns_http_404() (tests.rest.blob.tests_int.TestBlobDetail method)
(tests.rest.workspace.tests_int.TestWorkspaceDetail method)
test_execute_query_as_superuser_returns_all_data() (tests.components.data.tests_int_access_control.TestDataExecuteQuery method)
test_execute_query_force_workspace_1_does_not_return_data_if_no_access() (tests.components.data.tests_int_access_control.TestDataExecuteQuery method)
test_execute_query_force_workspace_1_returns_data_from_workspace_1() (tests.components.data.tests_int_access_control.TestDataExecuteQuery method)
test_execute_query_force_workspace_none_does_not_return_data_if_no_access() (tests.components.data.tests_int_access_control.TestDataExecuteQuery method)
test_execute_query_returns_data() (tests.components.data.tests_int_access_control.TestDataExecuteQuery method)
test_execute_query_returns_data_in_workspace_1() (tests.components.data.tests_int_access_control.TestDataExecuteQuery method)
test_execute_query_returns_data_in_workspace_1_and_2() (tests.components.data.tests_int_access_control.TestDataExecuteQuery method)
test_execute_query_returns_data_in_workspace_2() (tests.components.data.tests_int_access_control.TestDataExecuteQuery method)
test_get_active_global_version_managers_by_user_id_returns_templates_not_disable_with_given_user_id() (tests.components.template_version_manager.tests_unit.TestTemplateVersionManagerGetActiveGlobalVersionsByUserId method)
test_get_active_global_version_managers_returns_templates_not_disable() (tests.components.template_version_manager.tests_unit.TestTemplateVersionManagerGetActiveGlobalVersions method)
test_get_all() (tests.components.template_xsl_rendering.tests_unit.TestTemplateXslRenderingGetAll method)
test_get_all_as_superuser_returns_all_data() (tests.components.data.tests_int_access_control.TestDataGetAll method)
test_get_all_as_user_raises_error() (tests.components.data.tests_int_access_control.TestDataGetAll method)
test_get_all_by_user_as_superuser_returns_own_data() (tests.components.data.tests_int_access_control.TestDataGetAllByUser method)
test_get_all_by_user_returns_no_data_if_owns_zero() (tests.components.data.tests_int_access_control.TestDataGetAllByUser method)
test_get_all_by_user_returns_owned_data() (tests.components.data.tests_int_access_control.TestDataGetAllByUser method)
test_get_all_by_version_ids() (tests.components.template_version_manager.tests_unit.TestTemplateVersionManagerGetAllByVersionIds method)
test_get_all_except_user_as_superuser_returns_others_data() (tests.components.data.tests_int_access_control.TestDataGetAllExceptUser method)
test_get_all_except_user_raises_error_data_if_workspace_access() (tests.components.data.tests_int_access_control.TestDataGetAllExceptUser method)
test_get_all_except_user_raises_error_if_no_workspace_access() (tests.components.data.tests_int_access_control.TestDataGetAllExceptUser method)
test_get_all_returns_data() (tests.components.data.tests_int_access_control.TestDataGetAllByUser method)
test_get_all_returns_http_200() (tests.rest.data.tests_unit.TestDataList method)
(tests.rest.template_version_manager.tests_unit.TestGlobalTemplateVersionManagerList method)
(tests.rest.template_version_manager.tests_unit.TestUserTemplateVersionManagerList method)
test_get_all_returns_status_403_with_no_permission_needed() (tests.rest.xsl_transformation.tests_int.TestGetAllXslTransformationList method)
test_get_all_user_workspaces() (tests.rest.workspace.tests_int.TestWorkspaceList method)
test_get_all_workspaces_as_admin() (tests.rest.workspace.tests_int.TestWorkspaceList method)
test_get_all_xsl_document_returns_status_200_with_staff_permission() (tests.rest.xsl_transformation.tests_unit.TestGetAllXslTransformation method)
test_get_all_xsl_document_returns_status_403_with_no_permission_needed() (tests.rest.xsl_transformation.tests_unit.TestGetAllXslTransformation method)
test_get_as_superuser_returns_all_user_blobs() (tests.rest.blob.tests_int.TestBlobList method)
test_get_by_id_not_owner_no_workspace_raises_error() (tests.components.data.tests_int_access_control.TestDataGetById method)
test_get_by_id_owner_no_workspace_read_access_returns_data() (tests.components.data.tests_int_access_control.TestDataGetById method)
test_get_by_id_owner_with_read_access_returns_data() (tests.components.data.tests_int_access_control.TestDataGetById method)
test_get_by_id_owner_without_read_access_returns_data() (tests.components.data.tests_int_access_control.TestDataGetById method)
test_get_by_id_raises_exception_if_internal_error() (tests.components.template_xsl_rendering.tests_unit.TestTemplateXslRenderingGetById method)
test_get_by_id_raises_exception_if_object_does_not_exist() (tests.components.template_xsl_rendering.tests_unit.TestTemplateXslRenderingGetById method)
test_get_by_id_returns_object() (tests.components.template_xsl_rendering.tests_unit.TestTemplateXslRenderingGetById method)
test_get_by_id_user_without_read_access_raises_error() (tests.components.data.tests_int_access_control.TestDataGetById method)
test_get_by_template_hash_raises_exception_if_internal_error() (tests.components.template_xsl_rendering.tests_unit.TestTemplateXslRenderingGetByTemplateHash method)
test_get_by_template_hash_raises_exception_if_not_templates() (tests.components.template_xsl_rendering.tests_unit.TestTemplateXslRenderingGetByTemplateHash method)
test_get_by_template_hash_raises_exception_if_object_does_not_exist() (tests.components.template_xsl_rendering.tests_unit.TestTemplateXslRenderingGetByTemplateHash method)
test_get_by_template_hash_returns_object() (tests.components.template_xsl_rendering.tests_unit.TestTemplateXslRenderingGetByTemplateHash method)
test_get_by_template_id_raises_exception_if_internal_error() (tests.components.template_xsl_rendering.tests_unit.TestTemplateXslRenderingGetByTemplateId method)
test_get_by_template_id_raises_exception_if_object_does_not_exist() (tests.components.template_xsl_rendering.tests_unit.TestTemplateXslRenderingGetByTemplateId method)
test_get_by_template_id_returns_object() (tests.components.template_xsl_rendering.tests_unit.TestTemplateXslRenderingGetByTemplateId method)
test_get_disable_global_version_managers_by_user_id_returns_templates_disabled_with_giver_user_id() (tests.components.template_version_manager.tests_unit.TestTemplateVersionManagerGetDisableGlobalVersionsByUserId method)
test_get_disable_global_version_managers_returns_templates_disabled() (tests.components.template_version_manager.tests_unit.TestTemplateVersionManagerGetDisableGlobalVersions method)
test_get_filtered_by_correct_name_returns_correct_blob() (tests.rest.blob.tests_int.TestBlobList method)
test_get_filtered_by_correct_name_returns_http_200() (tests.rest.blob.tests_int.TestBlobList method)
test_get_filtered_by_correct_title_returns_tvm() (tests.rest.template_version_manager.tests_int.TestGlobalTemplateVersionManagerList method)
(tests.rest.template_version_manager.tests_int.TestUserTemplateVersionManagerList method)
test_get_filtered_by_expected_is_disabled_returns_tvm() (tests.rest.template_version_manager.tests_int.TestGlobalTemplateVersionManagerList method)
(tests.rest.template_version_manager.tests_int.TestUserTemplateVersionManagerList method)
test_get_filtered_by_incorrect_is_disabled_returns_no_tvm() (tests.rest.template_version_manager.tests_int.TestGlobalTemplateVersionManagerList method)
(tests.rest.template_version_manager.tests_int.TestUserTemplateVersionManagerList method)
test_get_filtered_by_incorrect_name_returns_empty_list() (tests.rest.blob.tests_int.TestBlobList method)
test_get_filtered_by_incorrect_name_returns_http_200() (tests.rest.blob.tests_int.TestBlobList method)
test_get_filtered_by_incorrect_title_returns_no_tvm() (tests.rest.template_version_manager.tests_int.TestGlobalTemplateVersionManagerList method)
(tests.rest.template_version_manager.tests_int.TestUserTemplateVersionManagerList method)
test_get_global_version_managers_returns_templates() (tests.components.template_version_manager.tests_unit.TestTemplateVersionManagerGetGlobalVersions method)
test_get_global_workspace() (tests.components.workspace.tests_int.TestGetGlobalWorkspace method)
test_get_global_workspace_multiple_workspace() (tests.components.workspace.tests_int.TestGetGlobalWorkspace method)
test_get_global_workspace_not_global() (tests.components.workspace.tests_int.TestGetGlobalWorkspace method)
test_get_list_group_can_read_workspace_other_group() (tests.rest.workspace.tests_int.TestWorkspaceListGroupCanRead method)
test_get_list_group_can_read_workspace_other_group_admin() (tests.rest.workspace.tests_int.TestWorkspaceListGroupCanRead method)
test_get_list_group_can_read_workspace_public() (tests.rest.workspace.tests_int.TestWorkspaceListGroupCanRead method)
test_get_list_group_can_read_workspace_return_http_200() (tests.rest.workspace.tests_int.TestWorkspaceListGroupCanRead method)
test_get_list_group_can_read_workspace_return_http_403() (tests.rest.workspace.tests_int.TestWorkspaceListGroupCanRead method)
test_get_list_group_can_read_workspace_return_http_404() (tests.rest.workspace.tests_int.TestWorkspaceListGroupCanRead method)
test_get_list_group_can_write_workspace_other_group() (tests.rest.workspace.tests_int.TestWorkspaceListGroupCanWrite method)
test_get_list_group_can_write_workspace_other_group_admin() (tests.rest.workspace.tests_int.TestWorkspaceListGroupCanWrite method)
test_get_list_group_can_write_workspace_public() (tests.rest.workspace.tests_int.TestWorkspaceListGroupCanWrite method)
test_get_list_group_can_write_workspace_return_http_200() (tests.rest.workspace.tests_int.TestWorkspaceListGroupCanWrite method)
test_get_list_group_can_write_workspace_return_http_403() (tests.rest.workspace.tests_int.TestWorkspaceListGroupCanWrite method)
test_get_list_group_can_write_workspace_return_http_404() (tests.rest.workspace.tests_int.TestWorkspaceListGroupCanWrite method)
test_get_list_user_can_read_workspace_other_user() (tests.rest.workspace.tests_int.TestWorkspaceListUserCanRead method)
test_get_list_user_can_read_workspace_other_user_admin() (tests.rest.workspace.tests_int.TestWorkspaceListUserCanRead method)
test_get_list_user_can_read_workspace_owner() (tests.rest.workspace.tests_int.TestWorkspaceListUserCanRead method)
test_get_list_user_can_read_workspace_public() (tests.rest.workspace.tests_int.TestWorkspaceListUserCanRead method)
test_get_list_user_can_read_workspace_return_http_200() (tests.rest.workspace.tests_int.TestWorkspaceListUserCanRead method)
test_get_list_user_can_read_workspace_return_http_403() (tests.rest.workspace.tests_int.TestWorkspaceListUserCanRead method)
test_get_list_user_can_read_workspace_return_http_404() (tests.rest.workspace.tests_int.TestWorkspaceListUserCanRead method)
test_get_list_user_can_write_workspace_other_user() (tests.rest.workspace.tests_int.TestWorkspaceListUserCanWrite method)
test_get_list_user_can_write_workspace_other_user_admin() (tests.rest.workspace.tests_int.TestWorkspaceListUserCanWrite method)
test_get_list_user_can_write_workspace_owner() (tests.rest.workspace.tests_int.TestWorkspaceListUserCanWrite method)
test_get_list_user_can_write_workspace_public() (tests.rest.workspace.tests_int.TestWorkspaceListUserCanWrite method)
test_get_list_user_can_write_workspace_return_http_200() (tests.rest.workspace.tests_int.TestWorkspaceListUserCanWrite method)
test_get_list_user_can_write_workspace_return_http_403() (tests.rest.workspace.tests_int.TestWorkspaceListUserCanWrite method)
test_get_list_user_can_write_workspace_return_http_404() (tests.rest.workspace.tests_int.TestWorkspaceListUserCanWrite method)
test_get_other_user_blob_returns_http_200() (tests.rest.blob.tests_int.TestBlobDetail method)
(tests.rest.blob.tests_int.TestBlobDownload method)
test_get_raise_404_when_not_found() (tests.rest.xsl_transformation.tests_int.TestGetXslTransformationDetail method)
test_get_raise_500_sever_error_when_general_error_occured() (tests.rest.xsl_transformation.tests_int.TestGetXslTransformationDetail method)
test_get_returned_tvm_are_from_user() (tests.rest.template_version_manager.tests_int.TestUserTemplateVersionManagerList method)
test_get_returned_tvm_are_global() (tests.rest.template_version_manager.tests_int.TestGlobalTemplateVersionManagerList method)
test_get_returns_all_global_tvm() (tests.rest.template_version_manager.tests_int.TestGlobalTemplateVersionManagerList method)
test_get_returns_all_user_blobs() (tests.rest.blob.tests_int.TestBlobList method)
test_get_returns_all_user_tvm() (tests.rest.template_version_manager.tests_int.TestUserTemplateVersionManagerList method)
test_get_returns_blob() (tests.rest.blob.tests_int.TestBlobDetail method)
test_get_returns_http_200() (tests.rest.blob.tests_int.TestBlobDetail method)
(tests.rest.blob.tests_int.TestBlobDownload method)
(tests.rest.blob.tests_int.TestBlobList method)
(tests.rest.template_version_manager.tests_int.TestGlobalTemplateVersionManagerList method)
(tests.rest.template_version_manager.tests_int.TestTemplateVersionManagerDetail method)
(tests.rest.template_version_manager.tests_int.TestUserTemplateVersionManagerList method)
(tests.rest.workspace.tests_int.TestWorkspaceDetail method)
(tests.rest.workspace.tests_int.TestWorkspaceList method)
test_get_returns_http_200_when_data_exists() (tests.rest.template_version_manager.tests_unit.TestTemplateVersionManagerDetail method)
test_get_returns_http_404_when_data_not_found() (tests.rest.data.tests_unit.TestDataDetail method)
(tests.rest.data.tests_unit.TestDataDownload method)
(tests.rest.template_version_manager.tests_unit.TestTemplateVersionManagerDetail method)
test_get_returns_object_when_found() (tests.rest.xsl_transformation.tests_int.TestGetXslTransformationDetail method)
test_get_returns_tvm() (tests.rest.template_version_manager.tests_int.TestTemplateVersionManagerDetail method)
test_get_workspace() (tests.rest.workspace.tests_int.TestWorkspaceDetail method)
test_get_workspace_with_read_access_admin() (tests.rest.workspace.tests_int.TestWorkspaceReadAccess method)
test_get_workspace_with_read_access_other_workspace() (tests.rest.workspace.tests_int.TestWorkspaceReadAccess method)
test_get_workspace_with_read_access_own_workspace() (tests.rest.workspace.tests_int.TestWorkspaceReadAccess method)
test_get_workspace_with_read_access_public_workspace() (tests.rest.workspace.tests_int.TestWorkspaceReadAccess method)
test_get_workspace_with_read_access_return_http_200() (tests.rest.workspace.tests_int.TestWorkspaceReadAccess method)
test_get_workspace_with_write_access_admin() (tests.rest.workspace.tests_int.TestWorkspaceWriteAccess method)
test_get_workspace_with_write_access_other_workspace() (tests.rest.workspace.tests_int.TestWorkspaceWriteAccess method)
test_get_workspace_with_write_access_own_workspace() (tests.rest.workspace.tests_int.TestWorkspaceWriteAccess method)
test_get_workspace_with_write_access_public_workspace() (tests.rest.workspace.tests_int.TestWorkspaceWriteAccess method)
test_get_workspace_with_write_access_return_http_200() (tests.rest.workspace.tests_int.TestWorkspaceWriteAccess method)
test_get_wrong_id_returns_http_404() (tests.rest.blob.tests_int.TestBlobDetail method)
(tests.rest.blob.tests_int.TestBlobDownload method)
(tests.rest.template_version_manager.tests_int.TestTemplateVersionManagerDetail method)
(tests.rest.workspace.tests_int.TestWorkspaceDetail method)
test_insert_manager_raises_api_error_if_title_already_exists() (tests.components.template_version_manager.tests_unit.TestTemplateVersionManagerInsert method)
test_insert_raises_exception_if_error_in_create_template() (tests.components.template_version_manager.tests_unit.TestTemplateVersionManagerAddVersion method)
test_insert_returns_template_version() (tests.components.template_version_manager.tests_unit.TestTemplateVersionManagerAddVersion method)
test_is_workspace_global_false() (tests.components.workspace.tests_int.TestIsWorkspaceGlobal method)
test_is_workspace_global_true() (tests.components.workspace.tests_int.TestIsWorkspaceGlobal method)
test_is_workspace_public_return_false() (tests.rest.workspace.tests_int.TestWorkspaceIsPublic method)
test_is_workspace_public_return_http_200() (tests.rest.workspace.tests_int.TestWorkspaceIsPublic method)
test_is_workspace_public_return_http_404() (tests.rest.workspace.tests_int.TestWorkspaceIsPublic method)
test_is_workspace_public_return_true() (tests.rest.workspace.tests_int.TestWorkspaceIsPublic method)
test_patch_already_disabled_returns_http_200() (tests.rest.template_version_manager.tests_int.TestDisableTemplateVersion method)
(tests.rest.template_version_manager.tests_int.TestDisableTemplateVersionManager method)
test_patch_current_returns_http_400() (tests.rest.template_version_manager.tests_int.TestDisableTemplateVersion method)
test_patch_disabled_returns_http_400() (tests.rest.template_version_manager.tests_int.TestCurrentTemplateVersion method)
test_patch_global_as_user_returns_http_403() (tests.rest.template_version_manager.tests_int.TestCurrentTemplateVersion method)
(tests.rest.template_version_manager.tests_int.TestDisableTemplateVersion method)
(tests.rest.template_version_manager.tests_int.TestDisableTemplateVersionManager method)
(tests.rest.template_version_manager.tests_int.TestRestoreTemplateVersion method)
(tests.rest.template_version_manager.tests_int.TestRestoreTemplateVersionManager method)
test_patch_not_disabled_returns_http_200() (tests.rest.template_version_manager.tests_int.TestRestoreTemplateVersionManager method)
test_patch_not_disabled_returns_http_400() (tests.rest.template_version_manager.tests_int.TestRestoreTemplateVersion method)
test_patch_other_user_returns_http_403() (tests.rest.template_version_manager.tests_int.TestCurrentTemplateVersion method)
(tests.rest.template_version_manager.tests_int.TestDisableTemplateVersion method)
(tests.rest.template_version_manager.tests_int.TestDisableTemplateVersionManager method)
(tests.rest.template_version_manager.tests_int.TestRestoreTemplateVersion method)
(tests.rest.template_version_manager.tests_int.TestRestoreTemplateVersionManager method)
test_patch_raise_403_if_user_is_authorized() (tests.rest.xsl_transformation.tests_int.TestPatchXslTransformationDetail method)
test_patch_raise_404_when_not_found() (tests.rest.xsl_transformation.tests_int.TestPatchXslTransformationDetail method)
test_patch_raise_500_sever_error_when_general_error_occured() (tests.rest.xsl_transformation.tests_int.TestPatchXslTransformationDetail method)
test_patch_returns_200_when_data_are_valid_with_authorized_user() (tests.rest.xsl_transformation.tests_int.TestPatchXslTransformationDetail method)
test_patch_returns_http_200() (tests.rest.template_version_manager.tests_int.TestCurrentTemplateVersion method)
(tests.rest.template_version_manager.tests_int.TestDisableTemplateVersion method)
(tests.rest.template_version_manager.tests_int.TestDisableTemplateVersionManager method)
(tests.rest.template_version_manager.tests_int.TestRestoreTemplateVersion method)
(tests.rest.template_version_manager.tests_int.TestRestoreTemplateVersionManager method)
test_patch_returns_http_400_when_no_update_data_provided() (tests.rest.data.tests_unit.TestDataDetail method)
test_patch_returns_http_404_when_data_not_found() (tests.rest.data.tests_unit.TestDataDetail method)
test_patch_wrong_id_returns_http_404() (tests.rest.template_version_manager.tests_int.TestCurrentTemplateVersion method)
(tests.rest.template_version_manager.tests_int.TestDisableTemplateVersion method)
(tests.rest.template_version_manager.tests_int.TestDisableTemplateVersionManager method)
(tests.rest.template_version_manager.tests_int.TestRestoreTemplateVersion method)
(tests.rest.template_version_manager.tests_int.TestRestoreTemplateVersionManager method)
test_post_a_list_containing_other_user_blob_as_superuser_returns_http_204() (tests.rest.blob.tests_int.TestBlobDeleteList method)
test_post_a_list_containing_other_user_blob_returns_http_403() (tests.rest.blob.tests_int.TestBlobDeleteList method)
test_post_adds_an_entry_in_database() (tests.rest.blob.tests_int.TestBlobList method)
test_post_create_workspace() (tests.rest.workspace.tests_int.TestWorkspaceList method)
test_post_create_workspace_with_owner() (tests.rest.workspace.tests_int.TestWorkspaceList method)
test_post_create_workspace_without_title() (tests.rest.workspace.tests_int.TestWorkspaceList method)
test_post_incorrect_file_parameter_returns_http_400() (tests.rest.blob.tests_int.TestBlobList method)
test_post_owner_is_global() (tests.rest.template_version_manager.tests_int.TestGlobalTemplateList method)
test_post_owner_is_user() (tests.rest.template_version_manager.tests_int.TestUserTemplateList method)
test_post_raise_500_sever_error_when_general_error_occured() (tests.rest.xsl_transformation.tests_int.TestDeleteXslTransformationDetail method)
test_post_raise_error_500_if_xslt_does_not_exist() (tests.rest.xsl_transformation.tests_int.TestPostXslTransformationTransform method)
test_post_return_204_if_document_is_deleted_whit_success() (tests.rest.xsl_transformation.tests_int.TestDeleteXslTransformationDetail method)
test_post_return_status_200_if_xml_and_xslt_name_are_valid_parameters() (tests.rest.xsl_transformation.tests_int.TestPostXslTransformationTransform method)
test_post_returns_http_201() (tests.rest.blob.tests_int.TestBlobList method)
(tests.rest.template_version_manager.tests_int.TestUserTemplateList method)
(tests.rest.workspace.tests_int.TestWorkspaceList method)
test_post_returns_http_201_if_user_is_staff() (tests.rest.template_version_manager.tests_int.TestGlobalTemplateList method)
test_post_returns_http_400_if_invalid_data() (tests.rest.data.tests_unit.TestDataList method)
test_post_returns_http_403_if_user_does_not_have_permission() (tests.rest.template_version_manager.tests_int.TestGlobalTemplateList method)
test_post_returns_http_403_if_user_is_superuser() (tests.rest.template_version_manager.tests_int.TestGlobalTemplateList method)
test_post_returns_status_201_if_data_are_valid_with_admin_user() (tests.rest.xsl_transformation.tests_int.TestPostXslTransformationList method)
test_post_returns_status_400_if_data_are_not_valid_with_admin_user() (tests.rest.xsl_transformation.tests_int.TestPostXslTransformationList method)
test_post_returns_status_403_if_user_is_unauthorized() (tests.rest.xsl_transformation.tests_int.TestPostXslTransformationList method)
test_post_template_name_already_exists_returns_http_400() (tests.rest.template_version_manager.tests_int.TestUserTemplateList method)
test_post_template_with_correct_dependency_returns_http_201() (tests.rest.template_version_manager.tests_int.TestUserTemplateList method)
test_post_template_with_incorrect_dependency_id_returns_http_400() (tests.rest.template_version_manager.tests_int.TestUserTemplateList method)
test_post_template_with_incorrect_dependency_schemaLocation_returns_http_400() (tests.rest.template_version_manager.tests_int.TestUserTemplateList method)
test_post_xsl_document_returns_status_201_if_data_are_valid_with_admin_user() (tests.rest.xsl_transformation.tests_unit.TestPostXslTransformation method)
test_post_xsl_document_returns_status_400_if_data_are_not_valid_with_admin_user() (tests.rest.xsl_transformation.tests_unit.TestPostXslTransformation method)
test_post_xsl_document_returns_status_403_if_user_is_not_admin() (tests.rest.xsl_transformation.tests_unit.TestPostXslTransformation method)
test_query_with_regex_on_multiple_levels_returns_query_with_compiled_regex() (tests.utils.query.mongo.tests_unit.TestCompileRegex method)
test_query_with_regex_returns_query_with_compiled_regex() (tests.utils.query.mongo.tests_unit.TestCompileRegex method)
test_query_without_regex_on_multiple_levels_returns_same_query() (tests.utils.query.mongo.tests_unit.TestCompileRegex method)
test_query_without_regex_returns_same_query() (tests.utils.query.mongo.tests_unit.TestCompileRegex method)
test_raw_to_dict_throws_exception_when_invalid_xml() (tests.utils.tests_unit_xml_operation.TestRawToDict method)
test_raw_to_dict_valid() (tests.utils.tests_unit_xml_operation.TestRawToDict method)
test_remove_group_read_right_to_workspace_() (tests.rest.workspace.tests_int.TestRemoveGroupReadRightToWorkspace method)
test_remove_group_read_right_to_workspace_return_http_200() (tests.rest.workspace.tests_int.TestRemoveGroupReadRightToWorkspace method)
test_remove_group_read_right_to_workspace_return_http_403() (tests.rest.workspace.tests_int.TestRemoveGroupReadRightToWorkspace method)
test_remove_group_read_right_to_workspace_return_http_404() (tests.rest.workspace.tests_int.TestRemoveGroupReadRightToWorkspace method)
test_remove_group_write_right_to_workspace_() (tests.rest.workspace.tests_int.TestRemoveGroupWriteRightToWorkspace method)
test_remove_group_write_right_to_workspace_return_http_200() (tests.rest.workspace.tests_int.TestRemoveGroupWriteRightToWorkspace method)
test_remove_group_write_right_to_workspace_return_http_403() (tests.rest.workspace.tests_int.TestRemoveGroupWriteRightToWorkspace method)
test_remove_group_write_right_to_workspace_return_http_404() (tests.rest.workspace.tests_int.TestRemoveGroupWriteRightToWorkspace method)
test_remove_lists_from_xml_dict_empty_dict_does_nothing() (tests.utils.tests_unit_xml_operation.TestRemoveListsFromXmlDict method)
test_remove_lists_from_xml_dict_root_list_is_not_removed_if_smaller_than_max_size() (tests.utils.tests_unit_xml_operation.TestRemoveListsFromXmlDict method)
test_remove_lists_from_xml_dict_root_list_is_removed() (tests.utils.tests_unit_xml_operation.TestRemoveListsFromXmlDict method)
test_remove_lists_from_xml_dict_sub_element_list_is_not_removed_if_smaller_than_max_size() (tests.utils.tests_unit_xml_operation.TestRemoveListsFromXmlDict method)
test_remove_lists_from_xml_dict_sub_element_list_is_removed() (tests.utils.tests_unit_xml_operation.TestRemoveListsFromXmlDict method)
test_remove_lists_from_xml_dict_sub_elements_only_list_is_removed() (tests.utils.tests_unit_xml_operation.TestRemoveListsFromXmlDict method)
test_remove_user_read_right_to_workspace_() (tests.rest.workspace.tests_int.TestRemoveUserReadRightToWorkspace method)
test_remove_user_read_right_to_workspace_return_http_200() (tests.rest.workspace.tests_int.TestRemoveUserReadRightToWorkspace method)
test_remove_user_read_right_to_workspace_return_http_403() (tests.rest.workspace.tests_int.TestRemoveUserReadRightToWorkspace method)
test_remove_user_read_right_to_workspace_return_http_404() (tests.rest.workspace.tests_int.TestRemoveUserReadRightToWorkspace method)
test_remove_user_write_right_to_workspace_() (tests.rest.workspace.tests_int.TestRemoveUserWriteRightToWorkspace method)
test_remove_user_write_right_to_workspace_return_http_200() (tests.rest.workspace.tests_int.TestRemoveUserWriteRightToWorkspace method)
test_remove_user_write_right_to_workspace_return_http_403() (tests.rest.workspace.tests_int.TestRemoveUserWriteRightToWorkspace method)
test_remove_user_write_right_to_workspace_return_http_404() (tests.rest.workspace.tests_int.TestRemoveUserWriteRightToWorkspace method)
test_set_workspace_private_admin_not_owner() (tests.rest.workspace.tests_int.TestWorkspaceSetPrivate method)
test_set_workspace_private_owner() (tests.rest.workspace.tests_int.TestWorkspaceSetPrivate method)
test_set_workspace_private_return_http_200() (tests.rest.workspace.tests_int.TestWorkspaceSetPrivate method)
test_set_workspace_private_return_http_404() (tests.rest.workspace.tests_int.TestWorkspaceSetPrivate method)
test_set_workspace_private_user_not_owner() (tests.rest.workspace.tests_int.TestWorkspaceSetPrivate method)
test_set_workspace_private_user_not_owner_return_http_403() (tests.rest.workspace.tests_int.TestWorkspaceSetPrivate method)
test_set_workspace_public_admin_not_owner() (tests.rest.workspace.tests_int.TestWorkspaceSetPublic method)
test_set_workspace_public_owner() (tests.rest.workspace.tests_int.TestWorkspaceSetPublic method)
test_set_workspace_public_return_http_200() (tests.rest.workspace.tests_int.TestWorkspaceSetPublic method)
test_set_workspace_public_return_http_403() (tests.rest.workspace.tests_int.TestWorkspaceSetPublic method)
test_set_workspace_public_return_http_404() (tests.rest.workspace.tests_int.TestWorkspaceSetPublic method)
test_set_workspace_public_user_not_owner() (tests.rest.workspace.tests_int.TestWorkspaceSetPublic method)
test_set_workspace_public_user_not_owner_return_http_403() (tests.rest.workspace.tests_int.TestWorkspaceSetPublic method)
test_template_get_all_by_hash_contains_only_template() (tests.components.template.tests_unit.TestTemplateGetAllByHash method)
test_template_get_raises_exception_if_object_does_not_exist() (tests.components.template.tests_unit.TestTemplateGet method)
test_template_get_returns_template() (tests.components.template.tests_unit.TestTemplateGet method)
test_template_list_contains_only_template() (tests.components.template.tests_unit.TestTemplateList method)
test_template_upsert_invalid_content_raises_xsd_error() (tests.components.template.tests_unit.TestTemplateUpsert method)
test_template_upsert_invalid_filename_raises_validation_error() (tests.components.template.tests_unit.TestTemplateUpsert method)
test_template_upsert_no_content_raises_error() (tests.components.template.tests_unit.TestTemplateUpsert method)
test_template_upsert_valid_returns_template() (tests.components.template.tests_unit.TestTemplateUpsert method)
test_template_xsl_rendering_upsert_raises_error_if_save_failed() (tests.components.template_xsl_rendering.tests_unit.TestTemplateXslRenderingUpsert method)
test_template_xsl_rendering_upsert_returns_object() (tests.components.template_xsl_rendering.tests_unit.TestTemplateXslRenderingUpsert method)
test_unexpected_string_raises_value_error() (tests.utils.tests_unit_boolean.TestToBool method)
test_unexpected_type_raises_value_error() (tests.utils.tests_unit_boolean.TestToBool method)
test_url_not_recognized_use_xsd_flattener_url() (tests.utils.xsd_flattener.tests_unit.TestXSDFlattenerDatabaseUrl method)
test_url_recognized_template_does_not_exist() (tests.utils.xsd_flattener.tests_unit.TestXSDFlattenerDatabaseUrl method)
test_url_recognized_use_database() (tests.utils.xsd_flattener.tests_unit.TestXSDFlattenerDatabaseUrl method)
test_version_manager_disable_current_version_throws_exception() (tests.components.version_manager.tests_unit.TestVersionManagerDisableVersion method)
test_version_manager_disable_version_raises_exception_if_new_current_does_not_exist() (tests.components.version_manager.tests_unit.TestVersionManagerDisableVersion method)
test_version_manager_disable_version_raises_exception_if_object_does_not_exist() (tests.components.version_manager.tests_unit.TestVersionManagerDisableVersion method)
test_version_manager_get_current_return_current_version_id() (tests.components.version_manager.tests_unit.TestVersionManagerGetCurrent method)
test_version_manager_get_from_version_id_returns_version_manager() (tests.components.version_manager.tests_unit.TestVersionManagerGetFromVersionId method)
test_version_manager_get_from_version_id_throws_exception_if_id_absent() (tests.components.version_manager.tests_unit.TestVersionManagerGetFromVersionId method)
test_version_manager_get_raises_exception_if_object_does_not_exist() (tests.components.version_manager.tests_unit.TestVersionManagerGet method)
(tests.components.version_manager.tests_unit.TestVersionManagerGetActiveGlobalVersionManagerByTitle method)
(tests.components.version_manager.tests_unit.TestVersionManagerGetVersionByNumber method)
(tests.components.version_manager.tests_unit.TestVersionManagerGetVersionNumber method)
(tests.components.version_manager.tests_unit.TestVersionManagerRestoreVersion method)
test_version_manager_get_returns_number() (tests.components.version_manager.tests_unit.TestVersionManagerGetVersionNumber method)
test_version_manager_get_returns_version() (tests.components.version_manager.tests_unit.TestVersionManagerGetVersionByNumber method)
test_version_manager_get_returns_version_manager() (tests.components.version_manager.tests_unit.TestVersionManagerGet method)
(tests.components.version_manager.tests_unit.TestVersionManagerGetActiveGlobalVersionManagerByTitle method)
test_version_manager_insert_first_version_adds_versions() (tests.components.version_manager.tests_unit.TestVersionManagerInsert method)
test_version_manager_insert_first_version_sets_current() (tests.components.version_manager.tests_unit.TestVersionManagerInsert method)
test_version_manager_set_current_raises_api_error_if_disabled() (tests.components.version_manager.tests_unit.TestVersionManagerSetCurrent method)
test_web_page_get_login() (tests.components.web_page.tests_unit.TestsWebPageApiGet method)
test_web_page_get_not_in_database_return_none() (tests.components.web_page.tests_unit.TestsWebPageApiGet method)
test_web_page_get_with_wrong_type_return_none() (tests.components.web_page.tests_unit.TestsWebPageApiGet method)
test_web_page_upsert_type_does_not_exist() (tests.components.web_page.tests_unit.TestsWebPageApiUpsert method)
test_web_page_upsert_type_exist() (tests.components.web_page.tests_unit.TestsWebPageApiUpsert method)
test_xsl_transform_raise_api_error_on_encode_exception() (tests.components.xsl_transformation.tests_unit.TestXslTransform method)
test_xsl_transform_raise_api_error_on_malformed_xml() (tests.components.xsl_transformation.tests_unit.TestXslTransform method)
test_xsl_transform_raise_api_error_on_malformed_xslt() (tests.components.xsl_transformation.tests_unit.TestXslTransform method)
test_xsl_transform_raise_api_error_on_other_exception() (tests.components.xsl_transformation.tests_unit.TestXslTransform method)
test_xsl_transform_return_expected_string() (tests.components.xsl_transformation.tests_unit.TestXslTransform method)
test_xsl_transformation_get_all_contains_only_xsl_transformation() (tests.components.xsl_transformation.tests_unit.TestXslTransformationGetAll method)
test_xsl_transformation_get_by_id_raises_api_error_if_does_not_exisst() (tests.components.xsl_transformation.tests_unit.TestXslTransformationGetById method)
test_xsl_transformation_get_by_id_returns_xsl_transformation() (tests.components.xsl_transformation.tests_unit.TestXslTransformationGetById method)
test_xsl_transformation_get_raises_exception_if_object_does_not_exists() (tests.components.xsl_transformation.tests_unit.TestXslTransformationGet method)
test_xsl_transformation_get_return_xsl_transformation() (tests.components.xsl_transformation.tests_unit.TestXslTransformationGet method)
test_xsl_transformation_upsert_raises_exception_if_bad_namespace() (tests.components.xsl_transformation.tests_unit.TestXslTransformationUpsert method)
test_xsl_transformation_upsert_raises_exception_if_not_well_formatted() (tests.components.xsl_transformation.tests_unit.TestXslTransformationUpsert method)
test_xsl_transformation_upsert_return_xsl_transformation() (tests.components.xsl_transformation.tests_unit.TestXslTransformationUpsert method)
TestAddGroupReadRightToWorkspace (class in tests.rest.workspace.tests_int)
TestAddGroupWriteRightToWorkspace (class in tests.rest.workspace.tests_int)
TestAddSubDocumentRoot (class in tests.utils.query.mongo.tests_unit)
TestAddUserReadRightToWorkspace (class in tests.rest.workspace.tests_int)
TestAddUserWriteRightToWorkspace (class in tests.rest.workspace.tests_int)
TestBlobDeleteList (class in tests.rest.blob.tests_int)
TestBlobDetail (class in tests.rest.blob.tests_int)
TestBlobDownload (class in tests.rest.blob.tests_int)
TestBlobList (class in tests.rest.blob.tests_int)
TestCompileRegex (class in tests.utils.query.mongo.tests_unit)
TestCreateWorkspace (class in tests.components.workspace.tests_int)
TestCurrentTemplateVersion (class in tests.rest.template_version_manager.tests_int)
TestDataChangeOwner (class in tests.components.data.tests_int_access_control)
TestDataCheckXmlFileIsValid (class in tests.components.data.tests_unit)
TestDataDelete (class in tests.components.data.tests_int_access_control)
TestDataDetail (class in tests.rest.data.tests_unit)
TestDataDownload (class in tests.rest.data.tests_unit)
TestDataExecuteQuery (class in tests.components.data.tests_int_access_control)
TestDataGetAll (class in tests.components.data.tests_int)
(class in tests.components.data.tests_int_access_control)
TestDataGetAllByUser (class in tests.components.data.tests_int_access_control)
TestDataGetAllByUserId (class in tests.components.data.tests_int)
TestDataGetAllExcept (class in tests.components.data.tests_int)
TestDataGetAllExceptUser (class in tests.components.data.tests_int_access_control)
(class in tests.components.data.tests_unit)
TestDataGetAllExceptUserId (class in tests.components.data.tests_int)
TestDataGetById (class in tests.components.data.tests_int)
(class in tests.components.data.tests_int_access_control)
(class in tests.components.data.tests_unit)
TestDataList (class in tests.rest.data.tests_unit)
TestDataUpsert (class in tests.components.data.tests_int_access_control)
(class in tests.components.data.tests_unit)
TestDeleteXslTransformationDetail (class in tests.rest.xsl_transformation.tests_int)
TestDisableTemplateVersion (class in tests.rest.template_version_manager.tests_int)
TestDisableTemplateVersionManager (class in tests.rest.template_version_manager.tests_int)
TestGetAllXslTransformation (class in tests.rest.xsl_transformation.tests_unit)
TestGetAllXslTransformationList (class in tests.rest.xsl_transformation.tests_int)
TestGetGlobalWorkspace (class in tests.components.workspace.tests_int)
TestGetXslTransformationDetail (class in tests.rest.xsl_transformation.tests_int)
TestGlobalTemplateList (class in tests.rest.template_version_manager.tests_int)
TestGlobalTemplateVersionManagerList (class in tests.rest.template_version_manager.tests_int)
(class in tests.rest.template_version_manager.tests_unit)
TestGroupFixtures (class in tests.components.group.fixtures.tests_int)
TestIsWorkspaceGlobal (class in tests.components.workspace.tests_int)
TestPatchXslTransformationDetail (class in tests.rest.xsl_transformation.tests_int)
TestPostXslTransformation (class in tests.rest.xsl_transformation.tests_unit)
TestPostXslTransformationList (class in tests.rest.xsl_transformation.tests_int)
TestPostXslTransformationTransform (class in tests.rest.xsl_transformation.tests_int)
TestRawToDict (class in tests.utils.tests_unit_xml_operation)
TestRemoveGroupReadRightToWorkspace (class in tests.rest.workspace.tests_int)
TestRemoveGroupWriteRightToWorkspace (class in tests.rest.workspace.tests_int)
TestRemoveListsFromXmlDict (class in tests.utils.tests_unit_xml_operation)
TestRemoveUserReadRightToWorkspace (class in tests.rest.workspace.tests_int)
TestRemoveUserWriteRightToWorkspace (class in tests.rest.workspace.tests_int)
TestRestoreTemplateVersion (class in tests.rest.template_version_manager.tests_int)
TestRestoreTemplateVersionManager (class in tests.rest.template_version_manager.tests_int)
tests (module)
tests.components (module)
tests.components.blob (module)
tests.components.blob.fixtures (module)
tests.components.blob.fixtures.fixtures (module)
tests.components.data (module)
tests.components.data.fixtures (module)
tests.components.data.fixtures.fixtures (module)
tests.components.data.tests_int (module)
tests.components.data.tests_int_access_control (module)
tests.components.data.tests_unit (module)
tests.components.group (module)
tests.components.group.fixtures (module)
tests.components.group.fixtures.fixtures (module)
tests.components.group.fixtures.tests_int (module)
tests.components.template (module)
tests.components.template.tests_unit (module)
tests.components.template_version_manager (module)
tests.components.template_version_manager.fixtures (module)
tests.components.template_version_manager.fixtures.fixtures (module)
tests.components.template_version_manager.tests_unit (module)
tests.components.template_xsl_rendering (module)
tests.components.template_xsl_rendering.tests_unit (module)
tests.components.user (module)
tests.components.user.fixtures (module)
tests.components.user.fixtures.fixtures (module)
tests.components.user.fixtures.tests_int (module)
tests.components.version_manager (module)
tests.components.version_manager.tests_unit (module)
tests.components.web_page (module)
tests.components.web_page.tests_unit (module)
tests.components.workspace (module)
tests.components.workspace.fixtures (module)
tests.components.workspace.fixtures.fixtures (module)
tests.components.workspace.fixtures.tests_int (module)
tests.components.workspace.tests_int (module)
tests.components.xsl_transformation (module)
tests.components.xsl_transformation.tests_unit (module)
tests.rest (module)
tests.rest.blob (module)
tests.rest.blob.tests_int (module)
tests.rest.blob.tests_unit (module)
tests.rest.data (module)
tests.rest.data.tests_unit (module)
tests.rest.template (module)
tests.rest.template.tests_unit (module)
tests.rest.template_version_manager (module)
tests.rest.template_version_manager.tests_int (module)
tests.rest.template_version_manager.tests_unit (module)
tests.rest.workspace (module)
tests.rest.workspace.tests_int (module)
tests.rest.xsl_transformation (module)
tests.rest.xsl_transformation.fixtures (module)
tests.rest.xsl_transformation.fixtures.fixtures (module)
tests.rest.xsl_transformation.tests_int (module)
tests.rest.xsl_transformation.tests_unit (module)
tests.test_settings (module)
tests.utils (module)
tests.utils.query (module)
tests.utils.query.mongo (module)
tests.utils.query.mongo.tests_unit (module)
tests.utils.tests_int_database (module)
tests.utils.tests_int_xml_operation (module)
tests.utils.tests_unit_boolean (module)
tests.utils.tests_unit_xml_operation (module)
tests.utils.xsd_flattener (module)
tests.utils.xsd_flattener.tests_unit (module)
TestsWebPageApiGet (class in tests.components.web_page.tests_unit)
TestsWebPageApiUpsert (class in tests.components.web_page.tests_unit)
TestTemplateGet (class in tests.components.template.tests_unit)
TestTemplateGetAllByHash (class in tests.components.template.tests_unit)
TestTemplateList (class in tests.components.template.tests_unit)
TestTemplateUpsert (class in tests.components.template.tests_unit)
TestTemplateVersion (class in tests.rest.template_version_manager.tests_int)
TestTemplateVersionManagerAddVersion (class in tests.components.template_version_manager.tests_unit)
TestTemplateVersionManagerDetail (class in tests.rest.template_version_manager.tests_int)
(class in tests.rest.template_version_manager.tests_unit)
TestTemplateVersionManagerGetActiveGlobalVersions (class in tests.components.template_version_manager.tests_unit)
TestTemplateVersionManagerGetActiveGlobalVersionsByUserId (class in tests.components.template_version_manager.tests_unit)
TestTemplateVersionManagerGetAllByVersionIds (class in tests.components.template_version_manager.tests_unit)
TestTemplateVersionManagerGetDisableGlobalVersions (class in tests.components.template_version_manager.tests_unit)
TestTemplateVersionManagerGetDisableGlobalVersionsByUserId (class in tests.components.template_version_manager.tests_unit)
TestTemplateVersionManagerGetGlobalVersions (class in tests.components.template_version_manager.tests_unit)
TestTemplateVersionManagerInsert (class in tests.components.template_version_manager.tests_unit)
TestTemplateXslRenderingDelete (class in tests.components.template_xsl_rendering.tests_unit)
TestTemplateXslRenderingGetAll (class in tests.components.template_xsl_rendering.tests_unit)
TestTemplateXslRenderingGetById (class in tests.components.template_xsl_rendering.tests_unit)
TestTemplateXslRenderingGetByTemplateHash (class in tests.components.template_xsl_rendering.tests_unit)
TestTemplateXslRenderingGetByTemplateId (class in tests.components.template_xsl_rendering.tests_unit)
TestTemplateXslRenderingUpsert (class in tests.components.template_xsl_rendering.tests_unit)
TestToBool (class in tests.utils.tests_unit_boolean)
TestUserFixtures (class in tests.components.user.fixtures.tests_int)
TestUserTemplateList (class in tests.rest.template_version_manager.tests_int)
TestUserTemplateVersionManagerList (class in tests.rest.template_version_manager.tests_int)
(class in tests.rest.template_version_manager.tests_unit)
TestVersionManagerDisableVersion (class in tests.components.version_manager.tests_unit)
TestVersionManagerGet (class in tests.components.version_manager.tests_unit)
TestVersionManagerGetActiveGlobalVersionManagerByTitle (class in tests.components.version_manager.tests_unit)
TestVersionManagerGetCurrent (class in tests.components.version_manager.tests_unit)
TestVersionManagerGetFromVersionId (class in tests.components.version_manager.tests_unit)
TestVersionManagerGetVersionByNumber (class in tests.components.version_manager.tests_unit)
TestVersionManagerGetVersionNumber (class in tests.components.version_manager.tests_unit)
TestVersionManagerInsert (class in tests.components.version_manager.tests_unit)
TestVersionManagerRestoreVersion (class in tests.components.version_manager.tests_unit)
TestVersionManagerSetCurrent (class in tests.components.version_manager.tests_unit)
TestWorkspaceDetail (class in tests.rest.workspace.tests_int)
TestWorkspaceFixtures (class in tests.components.workspace.fixtures.tests_int)
TestWorkspaceIsPublic (class in tests.rest.workspace.tests_int)
TestWorkspaceList (class in tests.rest.workspace.tests_int)
TestWorkspaceListGroupCanRead (class in tests.rest.workspace.tests_int)
TestWorkspaceListGroupCanWrite (class in tests.rest.workspace.tests_int)
TestWorkspaceListUserCanRead (class in tests.rest.workspace.tests_int)
TestWorkspaceListUserCanWrite (class in tests.rest.workspace.tests_int)
TestWorkspaceReadAccess (class in tests.rest.workspace.tests_int)
TestWorkspaceSetPrivate (class in tests.rest.workspace.tests_int)
TestWorkspaceSetPublic (class in tests.rest.workspace.tests_int)
TestWorkspaceWriteAccess (class in tests.rest.workspace.tests_int)
TestXSDFlattenerDatabaseUrl (class in tests.utils.xsd_flattener.tests_unit)
TestXslTransform (class in tests.components.xsl_transformation.tests_unit)
TestXslTransformationGet (class in tests.components.xsl_transformation.tests_unit)
TestXslTransformationGetAll (class in tests.components.xsl_transformation.tests_unit)
TestXslTransformationGetById (class in tests.components.xsl_transformation.tests_unit)
TestXslTransformationUpsert (class in tests.components.xsl_transformation.tests_unit)
TextAreaForm (class in views.admin.forms)
title (components.abstract_data.models.AbstractData attribute)
(components.version_manager.models.VersionManager attribute)
(components.workspace.models.Workspace attribute)
to_bool() (in module utils.boolean)
to_internal_value() (rest.data.serializers.XMLContentField method)
to_representation() (rest.data.serializers.XMLContentField method)
TransformSerializer (class in rest.xsl_transformation.serializers)
type (components.web_page.models.WebPage attribute)
type_detail (templatetags.xsl_transform_tag.XSLType attribute)
type_list (templatetags.xsl_transform_tag.XSLType attribute)
U
unparse() (in module utils.xml)
update() (commons.serializers.BasicSerializer method)
(rest.data.serializers.DataSerializer method)
(rest.template_version_manager.serializers.CreateTemplateSerializer method)
(rest.xsl_transformation.serializers.XslTransformationSerializer method)
update_dependencies() (in module utils.xml)
update_templates_display_name() (in module components.template_version_manager.api)
upload_template() (in module views.admin.views)
upload_template_version() (in module views.admin.views)
UploadForm (class in views.admin.commons.upload.forms)
UploadTemplateForm (class in views.admin.forms)
UploadVersionForm (class in views.admin.forms)
UploadXSLTForm (class in views.admin.forms)
UploadXSLTView (class in views.admin.views)
(class in views.common.views)
UpperCaseLetterCountValidator (class in commons.validators)
upsert() (in module components.template.api)
(in module components.user.api)
(in module components.version_manager.api)
(in module components.web_page.api)
(in module components.web_page_login.api)
(in module components.xsl_transformation.api)
USE_BACKGROUND_TASK (in module core_main_app.settings)
USE_EMAIL (in module core_main_app.settings)
USE_TZ (in module core_main_app.settings)
user (components.version_manager.models.VersionManager attribute)
USER_1_NO_WORKSPACE (tests.components.data.fixtures.fixtures.AccessControlDataFixture attribute)
USER_1_WORKSPACE_1 (tests.components.data.fixtures.fixtures.AccessControlDataFixture attribute)
USER_2_NO_WORKSPACE (tests.components.data.fixtures.fixtures.AccessControlDataFixture attribute)
USER_2_WORKSPACE_2 (tests.components.data.fixtures.fixtures.AccessControlDataFixture attribute)
user_id (components.blob.models.Blob attribute)
(components.data.models.Data attribute)
(components.lock.models.DatabaseLockObject attribute)
UserFixtures (class in tests.components.user.fixtures.fixtures)
UserRightForm (class in views.user.forms)
USERS_OPTIONS (views.user.forms.UserRightForm attribute)
UserSerializer (class in rest.user.serializers)
UserSerializer.Meta (class in rest.user.serializers)
UserTemplateList (class in rest.template_version_manager.views)
UserTemplateVersionManagerList (class in rest.template_version_manager.views)
utils (module)
utils.access_control (module)
utils.access_control.decorators (module)
utils.access_control.exceptions (module)
utils.boolean (module)
utils.custom_context_processors (module)
utils.databases (module)
utils.databases.mongoengine_database (module)
utils.databases.pymongo_database (module)
utils.datetime_tools (module)
utils.datetime_tools.date_time_decoder (module)
utils.datetime_tools.date_time_encoder (module)
utils.decorators (module)
utils.file (module)
utils.group (module)
utils.integration_tests (module)
utils.integration_tests.fixture_interface (module)
utils.integration_tests.integration_base_test_case (module)
utils.integration_tests.integration_base_transaction_test_case (module)
utils.labels (module)
utils.notifications (module)
utils.notifications.mail (module)
utils.notifications.tasks (module)
utils.notifications.tasks.task_mail (module)
utils.pagination (module)
utils.pagination.django_paginator (module)
utils.pagination.django_paginator.results_paginator (module)
utils.pagination.rest_framework_paginator (module)
utils.pagination.rest_framework_paginator.pagination (module)
utils.pagination.rest_framework_paginator.rest_framework_paginator (module)
utils.query (module)
utils.query.constants (module)
utils.query.mongo (module)
utils.query.mongo.prepare (module)
utils.query.mongo.query_builder (module)
utils.raw_query (module)
utils.raw_query.mongo_raw_query (module)
utils.rendering (module)
utils.tests_tools (module)
utils.tests_tools.MockUser (module)
utils.tests_tools.RequestMock (module)
utils.urls (module)
utils.xml (module)
utils.xsd_flattener (module)
utils.xsd_flattener.xsd_flattener_database_url (module)
V
validate_id() (rest.blob.serializers.DeleteBlobsSerializer method)
validate_xml_data() (in module utils.xml)
validate_xml_schema() (in module utils.xml)
verbose_name (core_main_app.models.Main.Meta attribute)
VersionManager (class in components.version_manager.models)
VersionManager.DoesNotExist
VersionManager.MultipleObjectsReturned
versions (components.version_manager.models.VersionManager attribute)
ViewData (class in views.common.views)
views (module)
views.admin (module)
views.admin.ajax (module)
views.admin.commons (module)
views.admin.commons.upload (module)
views.admin.commons.upload.forms (module)
views.admin.forms (module)
views.admin.views (module)
views.common (module)
views.common.ajax (module)
views.common.forms (module)
views.common.views (module)
views.user (module)
views.user.ajax (module)
views.user.forms (module)
views.user.views (module)
W
web_page_type (views.admin.views.WebPageView attribute)
WebPage (class in components.web_page.models)
WebPage.DoesNotExist
WebPage.MultipleObjectsReturned
WebPageView (class in views.admin.views)
WEBSITE_ADMIN_COLOR (in module core_main_app.settings)
WEBSITE_COMPACT_TITLE (in module core_main_app.settings)
Workspace (class in components.workspace.models)
workspace (components.data.models.Data attribute)
Workspace.DoesNotExist
Workspace.MultipleObjectsReturned
workspace_1 (tests.components.data.fixtures.fixtures.AccessControlDataFixture attribute)
workspace_2 (tests.components.data.fixtures.fixtures.AccessControlDataFixture attribute)
WorkspaceDetail (class in rest.workspace.views)
WorkspaceFixtures (class in tests.components.workspace.fixtures.fixtures)
WorkspaceForm (class in views.user.forms)
WorkspaceList (class in rest.workspace.views)
WORKSPACES_OPTIONS (views.user.forms.ChangeWorkspaceForm attribute)
WorkspaceSerializer (class in rest.workspace.serializers)
WorkspaceSerializer.Meta (class in rest.workspace.serializers)
write_perm_id (components.workspace.models.Workspace attribute)
X
XERCES_VALIDATION (in module core_main_app.settings)
xml_content (components.abstract_data.models.AbstractData attribute)
xml_file (components.abstract_data.models.AbstractData attribute)
XMLContentField (class in rest.data.serializers)
XMLError
XSD_URI_RESOLVER (in module core_main_app.settings)
XSDError
XSDFlattenerDatabaseOrURL (class in utils.xsd_flattener.xsd_flattener_database_url)
xsl_transform() (in module components.xsl_transformation.api)
(in module utils.xml)
XslTransformation (class in components.xsl_transformation.models)
XslTransformation.DoesNotExist
XslTransformation.MultipleObjectsReturned
XslTransformationDetail (class in rest.xsl_transformation.views)
XslTransformationFixtures (class in tests.rest.xsl_transformation.fixtures.fixtures)
XslTransformationList (class in rest.xsl_transformation.views)
XslTransformationSerializer (class in rest.xsl_transformation.serializers)
XslTransformationSerializer.Meta (class in rest.xsl_transformation.serializers)
XslTransformationTransform (class in rest.xsl_transformation.views)
XSLTView (class in views.admin.views)
(class in views.common.views)
XSLType (class in templatetags.xsl_transform_tag)