Uses of Class
org.alfresco.event.gateway.entity.SubscriptionStatus
-
Packages that use SubscriptionStatus Package Description org.alfresco.event.gateway.entity -
-
Uses of SubscriptionStatus in org.alfresco.event.gateway.entity
Methods in org.alfresco.event.gateway.entity that return SubscriptionStatus Modifier and Type Method Description SubscriptionStatusSubscription. getStatus()static SubscriptionStatusSubscriptionStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static SubscriptionStatus[]SubscriptionStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.alfresco.event.gateway.entity with parameters of type SubscriptionStatus Modifier and Type Method Description voidSubscription. setStatus(SubscriptionStatus status)
-