Class ActiveSubscription
- java.lang.Object
-
- ca.uhn.fhir.jpa.subscription.module.cache.ActiveSubscription
-
public class ActiveSubscription extends Object
-
-
Constructor Summary
Constructors Constructor Description ActiveSubscription(CanonicalSubscription theSubscription, String theChannelName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetChannelName()CanonicalSubscriptionChannelTypegetChannelType()StringgetCriteriaString()StringgetId()CanonicalSubscriptiongetSubscription()booleanisFlagForDeletion()voidsetFlagForDeletion(boolean theFlagForDeletion)voidsetSubscription(CanonicalSubscription theCanonicalizedSubscription)
-
-
-
Constructor Detail
-
ActiveSubscription
public ActiveSubscription(CanonicalSubscription theSubscription, String theChannelName)
-
-
Method Detail
-
getSubscription
public CanonicalSubscription getSubscription()
-
getChannelName
public String getChannelName()
-
getCriteriaString
public String getCriteriaString()
-
setSubscription
public void setSubscription(CanonicalSubscription theCanonicalizedSubscription)
-
isFlagForDeletion
public boolean isFlagForDeletion()
-
setFlagForDeletion
public void setFlagForDeletion(boolean theFlagForDeletion)
-
getChannelType
public CanonicalSubscriptionChannelType getChannelType()
-
-