Class ::xo::db::sql::file_storage

::xo::db::sql::file_storage[i] create ...

Class Relations

  • class: ::xo::db::Class[i]
  • superclass: ::xotcl::Object[i]

Methods (to be applied on the object)

  • copy_file (scripted, public)

     xo::db::sql::file_storage[i] copy_file [ -dbn dbn ] -file_id file_id  \
        -target_folder_id target_folder_id  -creation_user creation_user  \
        -creation_ip creation_ip  [ -name name ] [ -title title ]

    Automatically generated method

    Switches:
    -dbn
    (optional)
    -file_id
    (required)
    -target_folder_id
    (required)
    -creation_user
    (required)
    -creation_ip
    (required)
    -name
    (optional)
    -title
    (optional)

    Partial Call Graph (max 5 caller/called nodes):
    %3 db_with_handle db_with_handle (public) xo::db::sql::file_storage proc copy_file xo::db::sql::file_storage proc copy_file xo::db::sql::file_storage proc copy_file->db_with_handle

    Testcases:
    No testcase defined.
  • delete_file (scripted, public)

     xo::db::sql::file_storage[i] delete_file [ -dbn dbn ] -file_id file_id 

    Automatically generated method

    Switches:
    -dbn
    (optional)
    -file_id
    (required)

    Partial Call Graph (max 5 caller/called nodes):
    %3 db_with_handle db_with_handle (public) xo::db::sql::file_storage proc delete_file xo::db::sql::file_storage proc delete_file xo::db::sql::file_storage proc delete_file->db_with_handle

    Testcases:
    No testcase defined.
  • delete_folder (scripted, public)

     xo::db::sql::file_storage[i] delete_folder [ -dbn dbn ] \
        -folder_id folder_id  -cascade_p cascade_p 

    Automatically generated method

    Switches:
    -dbn
    (optional)
    -folder_id
    (required)
    -cascade_p
    (required)

    Partial Call Graph (max 5 caller/called nodes):
    %3 db_with_handle db_with_handle (public) xo::db::sql::file_storage proc delete_folder xo::db::sql::file_storage proc delete_folder xo::db::sql::file_storage proc delete_folder->db_with_handle

    Testcases:
    No testcase defined.
  • delete_version (scripted, public)

     xo::db::sql::file_storage[i] delete_version [ -dbn dbn ] \
        -file_id file_id  -version_id version_id 

    Automatically generated method

    Switches:
    -dbn
    (optional)
    -file_id
    (required)
    -version_id
    (required)

    Partial Call Graph (max 5 caller/called nodes):
    %3 db_with_handle db_with_handle (public) xo::db::sql::file_storage proc delete_version xo::db::sql::file_storage proc delete_version xo::db::sql::file_storage proc delete_version->db_with_handle

    Testcases:
    No testcase defined.
  • get_content_type (scripted, public)

     xo::db::sql::file_storage[i] get_content_type [ -dbn dbn ] \
        -file_id file_id 

    Automatically generated method

    Switches:
    -dbn
    (optional)
    -file_id
    (required)

    Partial Call Graph (max 5 caller/called nodes):
    %3 db_with_handle db_with_handle (public) xo::db::sql::file_storage proc get_content_type xo::db::sql::file_storage proc get_content_type xo::db::sql::file_storage proc get_content_type->db_with_handle

    Testcases:
    No testcase defined.
  • get_folder_name (scripted, public)

     xo::db::sql::file_storage[i] get_folder_name [ -dbn dbn ] \
        -folder_id folder_id 

    Automatically generated method

    Switches:
    -dbn
    (optional)
    -folder_id
    (required)

    Partial Call Graph (max 5 caller/called nodes):
    %3 db_with_handle db_with_handle (public) xo::db::sql::file_storage proc get_folder_name xo::db::sql::file_storage proc get_folder_name xo::db::sql::file_storage proc get_folder_name->db_with_handle

    Testcases:
    No testcase defined.
  • get_package_id (scripted, public)

     xo::db::sql::file_storage[i] get_package_id [ -dbn dbn ] \
        -item_id item_id 

    Automatically generated method

    Switches:
    -dbn
    (optional)
    -item_id
    (required)

    Partial Call Graph (max 5 caller/called nodes):
    %3 db_with_handle db_with_handle (public) xo::db::sql::file_storage proc get_package_id xo::db::sql::file_storage proc get_package_id xo::db::sql::file_storage proc get_package_id->db_with_handle

    Testcases:
    No testcase defined.
  • get_parent_id (scripted, public)

     xo::db::sql::file_storage[i] get_parent_id [ -dbn dbn ] -item_id item_id 

    Automatically generated method

    Switches:
    -dbn
    (optional)
    -item_id
    (required)

    Partial Call Graph (max 5 caller/called nodes):
    %3 db_with_handle db_with_handle (public) xo::db::sql::file_storage proc get_parent_id xo::db::sql::file_storage proc get_parent_id xo::db::sql::file_storage proc get_parent_id->db_with_handle

    Testcases:
    No testcase defined.
  • get_root_folder (scripted, public)

     xo::db::sql::file_storage[i] get_root_folder [ -dbn dbn ] \
        -package_id package_id 

    Automatically generated method

    Switches:
    -dbn
    (optional)
    -package_id
    (required)

    Partial Call Graph (max 5 caller/called nodes):
    %3 db_with_handle db_with_handle (public) xo::db::sql::file_storage proc get_root_folder xo::db::sql::file_storage proc get_root_folder xo::db::sql::file_storage proc get_root_folder->db_with_handle

    Testcases:
    No testcase defined.
  • get_title (scripted, public)

     xo::db::sql::file_storage[i] get_title [ -dbn dbn ] -item_id item_id 

    Automatically generated method

    Switches:
    -dbn
    (optional)
    -item_id
    (required)

    Partial Call Graph (max 5 caller/called nodes):
    %3 db_with_handle db_with_handle (public) xo::db::sql::file_storage proc get_title xo::db::sql::file_storage proc get_title xo::db::sql::file_storage proc get_title->db_with_handle

    Testcases:
    No testcase defined.
  • move_file (scripted, public)

     xo::db::sql::file_storage[i] move_file [ -dbn dbn ] -file_id file_id  \
        -target_folder_id target_folder_id  -creation_user creation_user  \
        -creation_ip creation_ip 

    Automatically generated method

    Switches:
    -dbn
    (optional)
    -file_id
    (required)
    -target_folder_id
    (required)
    -creation_user
    (required)
    -creation_ip
    (required)

    Partial Call Graph (max 5 caller/called nodes):
    %3 db_with_handle db_with_handle (public) xo::db::sql::file_storage proc move_file xo::db::sql::file_storage proc move_file xo::db::sql::file_storage proc move_file->db_with_handle

    Testcases:
    No testcase defined.
  • new_file (scripted, public)

     xo::db::sql::file_storage[i] new_file [ -dbn dbn ] -name name  \
        -folder_id folder_id  -user_id user_id  -creation_ip creation_ip  \
        -indb_p indb_p  -item_id item_id  -package_id package_id 

    Automatically generated method

    Switches:
    -dbn
    (optional)
    -name
    (required)
    -folder_id
    (required)
    -user_id
    (required)
    -creation_ip
    (required)
    -indb_p
    (required)
    -item_id
    (required)
    -package_id
    (required)

    Partial Call Graph (max 5 caller/called nodes):
    %3 db_with_handle db_with_handle (public) xo::db::sql::file_storage proc new_file xo::db::sql::file_storage proc new_file xo::db::sql::file_storage proc new_file->db_with_handle

    Testcases:
    No testcase defined.
  • new_folder (scripted, public)

     xo::db::sql::file_storage[i] new_folder [ -dbn dbn ] -name name  \
        -folder_name folder_name  -parent_id parent_id  \
        -creation_user creation_user  -creation_ip creation_ip 

    Automatically generated method

    Switches:
    -dbn
    (optional)
    -name
    (required)
    -folder_name
    (required)
    -parent_id
    (required)
    -creation_user
    (required)
    -creation_ip
    (required)

    Partial Call Graph (max 5 caller/called nodes):
    %3 db_with_handle db_with_handle (public) xo::db::sql::file_storage proc new_folder xo::db::sql::file_storage proc new_folder xo::db::sql::file_storage proc new_folder->db_with_handle

    Testcases:
    No testcase defined.
  • new_root_folder (scripted, public)

     xo::db::sql::file_storage[i] new_root_folder [ -dbn dbn ] \
        -package_id package_id  -folder_name folder_name  -url url  \
        -description description 

    Automatically generated method

    Switches:
    -dbn
    (optional)
    -package_id
    (required)
    -folder_name
    (required)
    -url
    (required)
    -description
    (required)

    Partial Call Graph (max 5 caller/called nodes):
    %3 db_with_handle db_with_handle (public) xo::db::sql::file_storage proc new_root_folder xo::db::sql::file_storage proc new_root_folder xo::db::sql::file_storage proc new_root_folder->db_with_handle

    Testcases:
    No testcase defined.
  • new_version (scripted, public)

     xo::db::sql::file_storage[i] new_version [ -dbn dbn ] -filename filename  \
        -description description  -mime_type mime_type  -item_id item_id  \
        -creation_user creation_user  -creation_ip creation_ip 

    Automatically generated method

    Switches:
    -dbn
    (optional)
    -filename
    (required)
    -description
    (required)
    -mime_type
    (required)
    -item_id
    (required)
    -creation_user
    (required)
    -creation_ip
    (required)

    Partial Call Graph (max 5 caller/called nodes):
    %3 db_with_handle db_with_handle (public) xo::db::sql::file_storage proc new_version xo::db::sql::file_storage proc new_version xo::db::sql::file_storage proc new_version->db_with_handle

    Testcases:
    No testcase defined.
  • rename_file (scripted, public)

     xo::db::sql::file_storage[i] rename_file [ -dbn dbn ] -file_id file_id  \
        -name name 

    Automatically generated method

    Switches:
    -dbn
    (optional)
    -file_id
    (required)
    -name
    (required)

    Partial Call Graph (max 5 caller/called nodes):
    %3 db_with_handle db_with_handle (public) xo::db::sql::file_storage proc rename_file xo::db::sql::file_storage proc rename_file xo::db::sql::file_storage proc rename_file->db_with_handle

    Testcases:
    No testcase defined.