LibreOffice Module ucb (master) 1
|
#include <cmis_url.hxx>
Public Member Functions | |
URL (std::u16string_view urlStr) | |
const OUString & | getObjectPath () const |
const OUString & | getObjectId () const |
const OUString & | getBindingUrl () const |
const OUString & | getRepositoryId () const |
const OUString & | getUsername () const |
const OUString & | getPassword () const |
void | setObjectPath (const OUString &sPath) |
void | setObjectId (const OUString &sId) |
void | setUsername (const OUString &sUser) |
OUString | asString () const |
Private Attributes | |
OUString | m_sBindingUrl |
OUString | m_sRepositoryId |
OUString | m_sPath |
OUString | m_sId |
OUString | m_sUser |
OUString | m_sPass |
Definition at line 15 of file cmis_url.hxx.
|
explicit |
Definition at line 19 of file cmis_url.cxx.
References INetURLObject::GetHost(), INetURLObject::GetMark(), INetURLObject::GetPass(), INetURLObject::GetURLNoMark(), INetURLObject::GetURLPath(), INetURLObject::GetUser(), m_sBindingUrl, m_sId, m_sPass, m_sPath, m_sRepositoryId, m_sUser, and INetURLObject::WithCharset.
OUString cmis::URL::asString | ( | ) | const |
Definition at line 56 of file cmis_url.cxx.
References m_sBindingUrl, m_sId, m_sPath, m_sRepositoryId, m_sUser, and nPos.
Referenced by cmis::Content::cancelCheckOut(), cmis::Content::checkIn(), cmis::Content::checkOut(), cmis::Content::getChildren(), cmis::RepoContent::getChildren(), and cmis::Content::getParentURL().
|
inline |
Definition at line 30 of file cmis_url.hxx.
References m_sBindingUrl.
Referenced by cmis::RepoContent::getChildren(), and cmis::RepoContent::getRepositories().
|
inline |
Definition at line 29 of file cmis_url.hxx.
References m_sId.
|
inline |
Definition at line 28 of file cmis_url.hxx.
References m_sPath.
Referenced by cmis::RepoContent::RepoContent().
|
inline |
Definition at line 33 of file cmis_url.hxx.
References m_sPass.
Referenced by cmis::RepoContent::getRepositories().
|
inline |
Definition at line 31 of file cmis_url.hxx.
References m_sRepositoryId.
|
inline |
Definition at line 32 of file cmis_url.hxx.
References m_sUser.
Referenced by cmis::RepoContent::getRepositories().
void cmis::URL::setObjectId | ( | const OUString & | sId | ) |
Definition at line 46 of file cmis_url.cxx.
Referenced by cmis::Content::cancelCheckOut(), cmis::Content::checkIn(), cmis::Content::checkOut(), and cmis::Content::getChildren().
void cmis::URL::setObjectPath | ( | const OUString & | sPath | ) |
Definition at line 41 of file cmis_url.cxx.
References m_sPath.
Referenced by cmis::Content::cancelCheckOut(), cmis::Content::checkIn(), cmis::Content::checkOut(), cmis::Content::getChildren(), cmis::RepoContent::getChildren(), and cmis::Content::getParentURL().
void cmis::URL::setUsername | ( | const OUString & | sUser | ) |
Definition at line 51 of file cmis_url.cxx.
References m_sUser.
Referenced by cmis::Content::getChildren().
|
private |
Definition at line 18 of file cmis_url.hxx.
Referenced by asString(), getBindingUrl(), and URL().
|
private |
Definition at line 21 of file cmis_url.hxx.
Referenced by asString(), getObjectId(), setObjectId(), and URL().
|
private |
Definition at line 23 of file cmis_url.hxx.
Referenced by getPassword(), and URL().
|
private |
Definition at line 20 of file cmis_url.hxx.
Referenced by asString(), getObjectPath(), setObjectPath(), and URL().
|
private |
Definition at line 19 of file cmis_url.hxx.
Referenced by asString(), getRepositoryId(), and URL().
|
private |
Definition at line 22 of file cmis_url.hxx.
Referenced by asString(), getUsername(), setUsername(), and URL().