Package com.aquima.web.config.properties
Class ProcessListProperties
java.lang.Object
com.aquima.web.config.properties.ProcessListProperties
- All Implemented Interfaces:
com.aquima.interactions.process.IIgnoreModeSettings
,com.aquima.interactions.process.IProcessListSettings
,org.springframework.beans.factory.InitializingBean
@Component
@RefreshScope
@ConfigurationProperties(prefix="blueriq.processlist")
public class ProcessListProperties
extends Object
implements com.aquima.interactions.process.IProcessListSettings, org.springframework.beans.factory.InitializingBean
-
Constructor Summary
ConstructorsConstructorDescriptionProcessListProperties
(com.aquima.interactions.process.IProcessEngineSettings fallback) -
Method Summary
Modifier and TypeMethodDescriptionvoid
com.aquima.interactions.process.IgnoreMode
com.aquima.interactions.process.IgnoreMode
getIgnoreMode
(com.aquima.interactions.foundation.ApplicationID appId) com.aquima.interactions.process.IgnoreMode
getIgnoreMode
(String applicationName) void
setDefaultAppIdIgnoreMode
(com.aquima.interactions.process.IgnoreMode defaultAppIdIgnoreMode)
-
Constructor Details
-
Method Details
-
getDefaultAppIdIgnoreMode
public com.aquima.interactions.process.IgnoreMode getDefaultAppIdIgnoreMode() -
setDefaultAppIdIgnoreMode
public void setDefaultAppIdIgnoreMode(com.aquima.interactions.process.IgnoreMode defaultAppIdIgnoreMode) -
getAppIdIgnoreModes
-
afterPropertiesSet
- Specified by:
afterPropertiesSet
in interfaceorg.springframework.beans.factory.InitializingBean
- Throws:
Exception
-
getIgnoreMode
public com.aquima.interactions.process.IgnoreMode getIgnoreMode(com.aquima.interactions.foundation.ApplicationID appId) - Specified by:
getIgnoreMode
in interfacecom.aquima.interactions.process.IIgnoreModeSettings
-
getIgnoreMode
- Specified by:
getIgnoreMode
in interfacecom.aquima.interactions.process.IIgnoreModeSettings
-