Home
last modified time | relevance | path

Searched refs:AllowableActions (Results 1 – 18 of 18) sorted by relevance

/dports/net/libcmis/libcmis-0.5.2/inc/libcmis/
H A Dallowable-actions.hxx102 class LIBCMIS_API AllowableActions class
110 AllowableActions( );
111 AllowableActions( xmlNodePtr node );
112 AllowableActions( const AllowableActions& copy );
113 virtual ~AllowableActions( );
115 AllowableActions& operator=( const AllowableActions& copy );
128 typedef boost::shared_ptr< AllowableActions > AllowableActionsPtr;
H A Dobject.hxx72 boost::shared_ptr< AllowableActions > m_allowableActions;
/dports/net/libcmis/libcmis-0.5.2/src/libcmis/
H A Dallowable-actions.cxx133 AllowableActions::AllowableActions( ) : in AllowableActions() function in libcmis::AllowableActions
138 AllowableActions::AllowableActions( xmlNodePtr node ) : in AllowableActions() function in libcmis::AllowableActions
155 AllowableActions::AllowableActions( const AllowableActions& copy ) : in AllowableActions() function in libcmis::AllowableActions
160 AllowableActions::~AllowableActions( ) in ~AllowableActions()
165 AllowableActions& AllowableActions::operator=( const AllowableActions& copy ) in operator =()
173 bool AllowableActions::isAllowed( ObjectAction::Type action ) in isAllowed()
184 bool AllowableActions::isDefined( ObjectAction::Type action ) in isDefined()
191 string AllowableActions::toString( ) in toString()
H A Donedrive-allowable-actions.hxx34 class OneDriveAllowableActions: public libcmis::AllowableActions
37 OneDriveAllowableActions( bool isFolder ) : AllowableActions( ) in OneDriveAllowableActions()
H A Dsharepoint-allowable-actions.hxx34 class SharePointAllowableActions: public libcmis::AllowableActions
37 SharePointAllowableActions( bool isFolder ) : AllowableActions( ) in SharePointAllowableActions()
H A Dgdrive-allowable-actions.hxx34 class GdriveAllowableActions: public libcmis::AllowableActions
37 GdriveAllowableActions( bool isFolder ) : AllowableActions( ) in GdriveAllowableActions()
H A Dobject.cxx106 m_allowableActions.reset( new libcmis::AllowableActions( actionsNode ) ); in initializeFromNode()
H A Datom-object.cxx179 m_allowableActions.reset( new libcmis::AllowableActions( actionsNode ) ); in getAllowableActions()
/dports/net/libcmis/libcmis-0.5.2/qa/libcmis-c/
H A Dtest-dummies.hxx84 class AllowableActions : public libcmis::AllowableActions class
87 AllowableActions( );
88 ~AllowableActions( );
H A Dtest-dummies.cxx177 AllowableActions::AllowableActions( ) : in AllowableActions() function in dummies::AllowableActions
178 libcmis::AllowableActions( ) in AllowableActions()
184 AllowableActions::~AllowableActions( ) in ~AllowableActions()
395 libcmis::AllowableActionsPtr allowableActions( new AllowableActions( ) ); in getAllowableActions()
H A Dtest-allowable-actions.cxx60 libcmis::AllowableActionsPtr handle( new dummies::AllowableActions( ) ); in getTested()
/dports/net/libcmis/libcmis-0.5.2/qa/libcmis/
H A Dtest-onedrive.cxx434 boost::shared_ptr< libcmis::AllowableActions > actions = object->getAllowableActions( ); in getFileAllowableActionsTest()
456 boost::shared_ptr< libcmis::AllowableActions > actions = object->getAllowableActions( ); in getFolderAllowableActionsTest()
H A Dtest-sharepoint.cxx267 boost::shared_ptr< libcmis::AllowableActions > actions = object->getAllowableActions( ); in getFileAllowableActionsTest()
289 boost::shared_ptr< libcmis::AllowableActions > actions = object->getAllowableActions( ); in getFolderAllowableActionsTest()
H A Dtest-atom.cxx627 boost::shared_ptr< libcmis::AllowableActions > toCheck = actual->getAllowableActions( ); in getAllowableActionsTest()
651 boost::shared_ptr< libcmis::AllowableActions > toCheck = actual->getAllowableActions( ); in getAllowableActionsNotIncludedTest()
H A Dtest-gdrive.cxx884 boost::shared_ptr< libcmis::AllowableActions > actions = document->getAllowableActions( ); in getDocumentAllowableActionsTest()
906 boost::shared_ptr< libcmis::AllowableActions > actions = folder->getAllowableActions( ); in getFolderAllowableActionsTest()
/dports/editors/libreoffice/libreoffice-7.2.6.2/ucb/source/ucp/cmis/
H A Dcmis_content.cxx753 …boost::shared_ptr< libcmis::AllowableActions > allowableActions = getObject( xEnv )->getAllowableA… in getPropertyValues()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/ucb/source/ucp/cmis/
H A Dcmis_content.cxx725 …boost::shared_ptr< libcmis::AllowableActions > allowableActions = getObject( xEnv )->getAllowableA… in getPropertyValues()
/dports/net/libcmis/libcmis-0.5.2/
H A DChangeLog3379 Some refactoring in Gdrive AllowableActions
4855 libcmis-c: added unit tests for AllowableActions and ObjectType
4918 libcmis-c: added Object, ObjectType and AllowableActions
5508 AtomPub: Fixed AllowableActions reading