Index
All Classes and Interfaces|All Packages|Constant Field Values
A
- ACTIVE - Enum constant in enum class org.alfresco.event.gateway.entity.SubscriptionStatus
- AuditableEntity - Class in org.alfresco.event.gateway.entity
-
Abstract class to model audit information for a domain.
- AuditableEntity() - Constructor for class org.alfresco.event.gateway.entity.AuditableEntity
B
- BROKER_ID - Static variable in class org.alfresco.event.gateway.SubscriptionConfigurationConstants
- BrokerConfig - Class in org.alfresco.event.gateway
-
Domain class to represent the configuration of a JMS broker.
- BrokerConfig() - Constructor for class org.alfresco.event.gateway.BrokerConfig
- BrokerConfig.BrokerConfigBuilder - Class in org.alfresco.event.gateway
-
BrokerConfigbuilder class. - build() - Method in class org.alfresco.event.gateway.BrokerConfig.BrokerConfigBuilder
- builder() - Static method in class org.alfresco.event.gateway.BrokerConfig
-
Provide an instance of the builder for the class
BrokerConfig.
C
- circuitBreakerHalfOpenAfter(Integer) - Method in class org.alfresco.event.gateway.BrokerConfig.BrokerConfigBuilder
- circuitBreakerThreshold(Integer) - Method in class org.alfresco.event.gateway.BrokerConfig.BrokerConfigBuilder
- ConfigJsonConverter - Class in org.alfresco.event.gateway
-
Json converter of configuration data of
Subscription - ConfigJsonConverter() - Constructor for class org.alfresco.event.gateway.ConfigJsonConverter
- convertToDatabaseColumn(Map<String, String>) - Method in class org.alfresco.event.gateway.ConfigJsonConverter
- convertToEntityAttribute(String) - Method in class org.alfresco.event.gateway.ConfigJsonConverter
D
- DESTINATION - Static variable in class org.alfresco.event.gateway.SubscriptionConfigurationConstants
- destinationPattern(String) - Method in class org.alfresco.event.gateway.BrokerConfig.BrokerConfigBuilder
E
- equals(Object) - Method in class org.alfresco.event.gateway.entity.Subscription
- EVENT_TYPE - Static variable in class org.alfresco.event.gateway.subscription.filter.EventFilterConfigurationConstants
- EVENT_TYPES - Static variable in class org.alfresco.event.gateway.subscription.filter.EventFilterConfigurationConstants
- EventFilterConfigurationConstants - Class in org.alfresco.event.gateway.subscription.filter
-
Event Filter configuration property names.
- EventFilterConfigurationConstants() - Constructor for class org.alfresco.event.gateway.subscription.filter.EventFilterConfigurationConstants
F
- Filter - Class in org.alfresco.event.gateway.entity
-
Model that represents the filters that can be applied to a subscription.
- Filter() - Constructor for class org.alfresco.event.gateway.entity.Filter
-
Default constructor.
G
- getCircuitBreakerHalfOpenAfter() - Method in class org.alfresco.event.gateway.BrokerConfig
-
Get the circuit breaker milliseconds to call again the broker once the circuit is open.
- getCircuitBreakerThreshold() - Method in class org.alfresco.event.gateway.BrokerConfig
-
Get the circuit breaker threshold (number of failed attempts to stop calling the broker).
- getConfig() - Method in class org.alfresco.event.gateway.entity.Filter
- getConfig() - Method in class org.alfresco.event.gateway.entity.Subscription
- getCreatedDate() - Method in class org.alfresco.event.gateway.entity.AuditableEntity
- getDestinationPattern() - Method in class org.alfresco.event.gateway.BrokerConfig
-
Get the broker destination pattern.
- getFilters() - Method in class org.alfresco.event.gateway.entity.Subscription
- getId() - Method in class org.alfresco.event.gateway.entity.Filter
- getId() - Method in class org.alfresco.event.gateway.entity.Subscription
- getModifiedDate() - Method in class org.alfresco.event.gateway.entity.AuditableEntity
- getPassword() - Method in class org.alfresco.event.gateway.BrokerConfig
-
Get the broker password.
- getRetryInitialInterval() - Method in class org.alfresco.event.gateway.BrokerConfig
-
Get the initial interval for a retry in milliseconds.
- getRetryMaxAttempts() - Method in class org.alfresco.event.gateway.BrokerConfig
-
Get the maximum number of retry attempts for the broker.
- getRetryMaxInterval() - Method in class org.alfresco.event.gateway.BrokerConfig
-
Get the maximum interval for a retry in milliseconds.
- getRetryMultiplier() - Method in class org.alfresco.event.gateway.BrokerConfig
-
Get the multiplier for a retry with exponential growth policy.
- getStatus() - Method in class org.alfresco.event.gateway.entity.Subscription
- getStatus() - Method in enum class org.alfresco.event.gateway.entity.SubscriptionStatus
- getType() - Method in class org.alfresco.event.gateway.entity.Filter
- getType() - Method in class org.alfresco.event.gateway.entity.Subscription
- getUrl() - Method in class org.alfresco.event.gateway.BrokerConfig
-
Get the broker url.
- getUser() - Method in class org.alfresco.event.gateway.entity.Subscription
- getUsername() - Method in class org.alfresco.event.gateway.BrokerConfig
-
Get the broker username.
H
- hashCode() - Method in class org.alfresco.event.gateway.entity.Subscription
I
- INACTIVE - Enum constant in enum class org.alfresco.event.gateway.entity.SubscriptionStatus
- isBackoffPolicySet() - Method in class org.alfresco.event.gateway.BrokerConfig
-
Check if all the retry backoff policy attributes (
retryInitialInterval,retryMultiplierandretryMaxInterval) are set.
N
- NODE_TYPE - Static variable in class org.alfresco.event.gateway.subscription.filter.EventFilterConfigurationConstants
- NODE_TYPES - Static variable in class org.alfresco.event.gateway.subscription.filter.EventFilterConfigurationConstants
O
- org.alfresco.event.gateway - package org.alfresco.event.gateway
- org.alfresco.event.gateway.entity - package org.alfresco.event.gateway.entity
- org.alfresco.event.gateway.subscription.filter - package org.alfresco.event.gateway.subscription.filter
P
- password(String) - Method in class org.alfresco.event.gateway.BrokerConfig.BrokerConfigBuilder
R
- retryInitialInterval(Integer) - Method in class org.alfresco.event.gateway.BrokerConfig.BrokerConfigBuilder
- retryMaxAttempts(Integer) - Method in class org.alfresco.event.gateway.BrokerConfig.BrokerConfigBuilder
- retryMaxInterval(Integer) - Method in class org.alfresco.event.gateway.BrokerConfig.BrokerConfigBuilder
- retryMultiplier(Integer) - Method in class org.alfresco.event.gateway.BrokerConfig.BrokerConfigBuilder
S
- setConfig(Map<String, String>) - Method in class org.alfresco.event.gateway.entity.Filter
- setConfig(Map<String, String>) - Method in class org.alfresco.event.gateway.entity.Subscription
- setCreatedDate(long) - Method in class org.alfresco.event.gateway.entity.AuditableEntity
- setDestinationPattern(String) - Method in class org.alfresco.event.gateway.BrokerConfig
- setFilters(List<Filter>) - Method in class org.alfresco.event.gateway.entity.Subscription
- setId(String) - Method in class org.alfresco.event.gateway.entity.Filter
- setId(String) - Method in class org.alfresco.event.gateway.entity.Subscription
- setModifiedDate(long) - Method in class org.alfresco.event.gateway.entity.AuditableEntity
- setStatus(SubscriptionStatus) - Method in class org.alfresco.event.gateway.entity.Subscription
- setType(String) - Method in class org.alfresco.event.gateway.entity.Filter
- setType(String) - Method in class org.alfresco.event.gateway.entity.Subscription
- setUser(String) - Method in class org.alfresco.event.gateway.entity.Subscription
- Subscription - Class in org.alfresco.event.gateway.entity
-
Model that represents the subscriptions that a client application can request the event gateway to create
- Subscription() - Constructor for class org.alfresco.event.gateway.entity.Subscription
-
No-arg constructor to be used by JPA
- SUBSCRIPTION_TYPE_JMS_ACTIVEMQ - Static variable in class org.alfresco.event.gateway.SubscriptionConfigurationConstants
- SubscriptionConfigurationConstants - Class in org.alfresco.event.gateway
-
Subscription configuration property names.
- SubscriptionConfigurationConstants() - Constructor for class org.alfresco.event.gateway.SubscriptionConfigurationConstants
- SubscriptionStatus - Enum Class in org.alfresco.event.gateway.entity
-
Possible statuses that a subscription can have
T
- toString() - Method in class org.alfresco.event.gateway.entity.Subscription
U
- url(String) - Method in class org.alfresco.event.gateway.BrokerConfig.BrokerConfigBuilder
- username(String) - Method in class org.alfresco.event.gateway.BrokerConfig.BrokerConfigBuilder
V
- valueOf(String) - Static method in enum class org.alfresco.event.gateway.entity.SubscriptionStatus
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class org.alfresco.event.gateway.entity.SubscriptionStatus
-
Returns an array containing the constants of this enum class, in the order they are declared.
All Classes and Interfaces|All Packages|Constant Field Values