BP_REST_Document_Details_Endpoint::register_routes() |
Register the component routes.
|
BP_REST_Document_Endpoint::__construct() |
|
BP_REST_Document_Endpoint::assemble_response_data() |
|
BP_REST_Document_Endpoint::bbp_document_get_rest_field_callback() |
The function to use to get documents of the topic/reply REST Field.
|
BP_REST_Document_Endpoint::bbp_document_update_rest_field_callback() |
The function to use to update the document’s value of the topic REST Field.
|
BP_REST_Document_Endpoint::bp_documents_get_rest_field_callback() |
The function to use to get documents of the activity REST Field.
|
BP_REST_Document_Endpoint::bp_documents_get_rest_field_callback_messages() |
The function to use to get documents of the messages REST Field.
|
BP_REST_Document_Endpoint::bp_documents_update_rest_field_callback() |
The function to use to update the document’s value of the activity REST Field.
|
BP_REST_Document_Endpoint::bp_documents_update_rest_field_callback_messages() |
The function to use to update the documents value of the messages REST Field.
|
BP_REST_Document_Endpoint::bp_rest_activity_query_arguments() |
Filter Query argument for the activity for document support.
|
BP_REST_Document_Endpoint::bp_rest_check_privacy_restriction() |
Check user access based on the privacy for the single document.
|
BP_REST_Document_Endpoint::bp_rest_create_document() |
Create the Document IDs from Upload IDs.
|
BP_REST_Document_Endpoint::bp_rest_document_default_scope() |
Get default scope for the document.
|
BP_REST_Document_Endpoint::bp_rest_document_support() |
Added document support for activity, forum and messages.
|
BP_REST_Document_Endpoint::bp_rest_forums_collection_params() |
Extend the parameters for the Topics and Reply Endpoints.
|
BP_REST_Document_Endpoint::bp_rest_message_query_arguments() |
Filter Query argument for the Messages for document support.
|
BP_REST_Document_Endpoint::create_item() |
|
BP_REST_Document_Endpoint::create_item_permissions_check() |
Check if a given request has access to create a document.
|
BP_REST_Document_Endpoint::delete_item() |
Delete a single document.
|
BP_REST_Document_Endpoint::delete_item_permissions_check() |
Checks if a given request has access to for the user.
|
BP_REST_Document_Endpoint::document_get_prepare_response() |
Prepare object response for the document/folder.
|
BP_REST_Document_Endpoint::get_collection_params() |
Get the query params for collections.
|
BP_REST_Document_Endpoint::get_document_current_user_permissions() |
Get document permissions based on current user.
|
BP_REST_Document_Endpoint::get_endpoint_args_for_item_schema() |
Select the item schema arguments needed for the CREATABLE methods.
|
BP_REST_Document_Endpoint::get_item() |
Retrieve a single document.
|
BP_REST_Document_Endpoint::get_item_permissions_check() |
Checks if a given request has access to get all users.
|
BP_REST_Document_Endpoint::get_item_schema() |
Get the document schema, conforming to JSON Schema.
|
BP_REST_Document_Endpoint::get_items() |
|
BP_REST_Document_Endpoint::get_items_permissions_check() |
Checks if a given request has access to get all users.
|
BP_REST_Document_Endpoint::prepare_item_for_response() |
Prepares document data for return as an object.
|
BP_REST_Document_Endpoint::prepare_links() |
Prepare links for the request.
|
BP_REST_Document_Endpoint::register_routes() |
Register the component routes.
|
BP_REST_Document_Endpoint::update_item() |
|
BP_REST_Document_Endpoint::update_item_permissions_check() |
Check if a given request has access to update a document.
|
BP_REST_Document_Endpoint::upload_item() |
|
BP_REST_Document_Endpoint::upload_item_permissions_check() |
Checks if a given request has access to get all users.
|
BP_REST_Document_Folder_Endpoint::__construct() |
|
BP_REST_Document_Folder_Endpoint::assemble_response_data() |
|
BP_REST_Document_Folder_Endpoint::bp_rest_check_folder_privacy_restriction() |
Check user access based on the privacy for the single folder.
|
BP_REST_Document_Folder_Endpoint::create_item() |
|
BP_REST_Document_Folder_Endpoint::create_item_permissions_check() |
Check if a given request has access to create a folder.
|
BP_REST_Document_Folder_Endpoint::delete_item() |
|
BP_REST_Document_Folder_Endpoint::delete_item_permissions_check() |
Checks if a given request has access to for the user.
|
BP_REST_Document_Folder_Endpoint::folder_tree_items() |
Retrieve document folder tree.
|
BP_REST_Document_Folder_Endpoint::folder_tree_items_permissions_check() |
Checks if a given request has access to view the folder tree.
|
BP_REST_Document_Folder_Endpoint::get_collection_params() |
Get the query params for collections.
|
BP_REST_Document_Folder_Endpoint::get_endpoint_args_for_item_schema() |
Select the item schema arguments needed for the CREATABLE methods.
|
BP_REST_Document_Folder_Endpoint::get_item() |
Retrieve a single Folder.
|
BP_REST_Document_Folder_Endpoint::get_item_permissions_check() |
Checks if a given request has access to get all users.
|
BP_REST_Document_Folder_Endpoint::get_item_schema() |
Get the document folder schema, conforming to JSON Schema.
|