
Class ActiveSubscription
- java.lang.Object
-
- ca.uhn.fhir.jpa.subscription.match.registry.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 String
getChannelName()
CanonicalSubscriptionChannelType
getChannelType()
String
getCriteriaString()
String
getId()
CanonicalSubscription
getSubscription()
boolean
isFlagForDeletion()
void
setFlagForDeletion(boolean theFlagForDeletion)
void
setSubscription(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()
-
-