Uses of Class
com.logicaldoc.audit.Subscription
Packages that use Subscription
-
Uses of Subscription in com.logicaldoc.audit
Methods in com.logicaldoc.audit that return SubscriptionModifier and TypeMethodDescriptionRetrieves all the subscriptions with the given alternate key.HibernateSubscriptionDAO.findByName
(String name) SubscriptionDAO.findByName
(String name) Retrieves the subscription by the given nameMethods in com.logicaldoc.audit that return types with arguments of type SubscriptionModifier and TypeMethodDescriptionHibernateSubscriptionDAO.find
(Long objectId, String type, String event, Long userId, Integer folderOption, Integer max) SubscriptionDAO.find
(Long objectId, String type, String event, Long userId, Integer folderOption, Integer max) Retrieves all the subscriptions matching a set of criteria.HibernateSubscriptionDAO.findByObjectIdAndType
(long objectId, String type, String event, Integer folderOption) SubscriptionDAO.findByObjectIdAndType
(long objectId, String type, String event, Integer folderOption) Retrieves all the subscriptions with the given object id and the given typeHibernateSubscriptionDAO.findByType
(String type) SubscriptionDAO.findByType
(String type) Retrieves all the subscriptions with the given typeHibernateSubscriptionDAO.findByUserId
(long userId) SubscriptionDAO.findByUserId
(long userId) This method selects all subscriptions of a given user -
Uses of Subscription in com.logicaldoc.audit.webservice.model
Methods in com.logicaldoc.audit.webservice.model with parameters of type SubscriptionModifier and TypeMethodDescriptionstatic WSSubscription
WSSubscription.fromSubscription
(Subscription s)