Class Subscription
java.lang.Object
org.alfresco.event.gateway.entity.AuditableEntity
org.alfresco.event.gateway.entity.Subscription
Model that represents the subscriptions that a client application can request the event gateway to create
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetId()getType()getUser()inthashCode()voidvoidsetFilters(List<Filter> filters) voidvoidsetStatus(SubscriptionStatus status) voidvoidtoString()Methods inherited from class org.alfresco.event.gateway.entity.AuditableEntity
getCreatedDate, getModifiedDate, setCreatedDate, setModifiedDate
-
Constructor Details
-
Subscription
public Subscription()No-arg constructor to be used by JPA
-
-
Method Details