ItemEventProtocol
IntroductionProtocol for implementing a Item delegate. Abstract base class which is used when you want notification about changes in folder and on documents. Member Functions
onContainerAddedpublic DiscussionGets called when a Container has been added. onContainerMovedpublic DiscussionGets called when a Container has been moved. onContainerRemovedpublic DiscussionGets called when a Container has been removed. onContainerRenamedpublic DiscussionGets called when a Container has been renamed. onContainerRestoredpublic DiscussionGets called when a Container has been restored. onItemErrorpublic DiscussionGets called when an error regarding an item occurred. e.g create rename, move, remove onJoinErrorpublic DiscussionGets called when an join error has happened, ex: Bad Request in form of key word searching for table does not exist. onLoadErrorpublic DiscussionIf a query fail e.g a filter requesting a container or object that does not exists, a loadError will happen. "In the future when there will be micro clouds with edge nodes including central clouds you will be able to ask for containers and objects from different peering points in the hierarchy and might then fail if the object or container is not loacated in that point (due to settings in where you want data replicated). onMetadataAddedpublic DiscussionGets called when Metadata has been saved/Added. onObjectAddedpublic DiscussionGets called when a Object has been added. onObjectMovedpublic DiscussionGets called when a Object has been moved. onObjectRemovedpublic DiscussionGets called when a Object has been removed. onObjectRenamedpublic DiscussionGets called when a Object has been renamed. onObjectUpdatedpublic DiscussionGets called when a Object has been Updated. onQueryLoadedpublic DiscussionGets called when a Query has been loaded either from cache or edge / cloud onStreamsLoadedpublic DiscussionGets called when a Object has been Updated. |