Uses of Class
com.logicaldoc.audit.Subscription
-
Uses of Subscription in com.logicaldoc.audit
Modifier and TypeMethodDescriptionRetrieves all the subscriptions with the given alternate key.HibernateSubscriptionDAO.findByName
(String name) SubscriptionDAO.findByName
(String name) Retrieves the subscription by the given nameModifier 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
Modifier and TypeMethodDescriptionstatic WSSubscription
WSSubscription.fromSubscription
(Subscription s)