LibreOffice Module ucb (master) 1
|
#include <PropfindCache.hxx>
Public Member Functions | |
PropertyNames () | |
PropertyNames (OUString aURL) | |
sal_uInt32 | getStaleTime () const |
void | setStaleTime (const sal_uInt32 nStaleTime) |
OUString & | getURL () |
const std::vector< DAVResourceInfo > & | getPropertiesNames () |
void | setPropertiesNames (const std::vector< DAVResourceInfo > &aPropertiesNames) |
Private Attributes | |
sal_uInt32 | m_nStaleTime |
target time when this element becomes stale More... | |
OUString | m_sURL |
std::vector< DAVResourceInfo > | m_aPropertiesNames |
Definition at line 33 of file PropfindCache.hxx.
http_dav_ucp::PropertyNames::PropertyNames | ( | ) |
Definition at line 20 of file PropfindCache.cxx.
References m_sURL.
|
explicit |
Definition at line 27 of file PropfindCache.cxx.
|
inline |
Definition at line 50 of file PropfindCache.hxx.
References m_aPropertiesNames.
|
inline |
Definition at line 45 of file PropfindCache.hxx.
References m_nStaleTime.
|
inline |
Definition at line 48 of file PropfindCache.hxx.
References m_sURL.
Referenced by http_dav_ucp::PropertyNamesCache::addCachePropertyNames().
|
inline |
Definition at line 51 of file PropfindCache.hxx.
References m_aPropertiesNames.
|
inline |
Definition at line 46 of file PropfindCache.hxx.
References m_nStaleTime.
Referenced by http_dav_ucp::PropertyNamesCache::addCachePropertyNames().
|
private |
Definition at line 39 of file PropfindCache.hxx.
Referenced by getPropertiesNames(), and setPropertiesNames().
|
private |
target time when this element becomes stale
Definition at line 36 of file PropfindCache.hxx.
Referenced by getStaleTime(), and setStaleTime().
|
private |
Definition at line 37 of file PropfindCache.hxx.
Referenced by getURL().