mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
Turned subscription service into a subsystem
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@28919 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -19,6 +19,7 @@
|
||||
package org.alfresco.service.cmr.subscriptions;
|
||||
|
||||
import org.alfresco.query.PagingRequest;
|
||||
import org.alfresco.repo.management.subsystems.ActivateableBean;
|
||||
import org.alfresco.service.Auditable;
|
||||
import org.alfresco.service.NotAuditable;
|
||||
import org.alfresco.service.cmr.repository.NodeRef;
|
||||
@@ -29,7 +30,7 @@ import org.alfresco.service.cmr.repository.NodeRef;
|
||||
* @author Florian Mueller
|
||||
* @since 4.0
|
||||
*/
|
||||
public interface SubscriptionService
|
||||
public interface SubscriptionService extends ActivateableBean
|
||||
{
|
||||
// --- subscription ---
|
||||
|
||||
@@ -204,5 +205,5 @@ public interface SubscriptionService
|
||||
* Returns if subscription are enabled for this system.
|
||||
*/
|
||||
@NotAuditable
|
||||
boolean subscriptionsEnabled();
|
||||
boolean isActive();
|
||||
}
|
||||
|
Reference in New Issue
Block a user