Class SystemConfigurationQueryImpl
java.lang.Object
com.flowable.platform.engine.impl.configuration.system.SystemConfigurationQueryImpl
- All Implemented Interfaces:
SystemConfigurationQuery
- Author:
- Filip Hrisafov
-
Field Summary
Modifier and TypeFieldDescriptionprotected final com.fasterxml.jackson.databind.ObjectMapper
protected final ConfigurationPropertyQuery
-
Constructor Summary
ConstructorDescriptionSystemConfigurationQueryImpl
(ConfigurationPropertyQuery query, com.fasterxml.jackson.databind.ObjectMapper objectMapper) -
Method Summary
Modifier and TypeMethodDescriptionprotected SystemConfiguration
asSystemConfiguration
(ConfigurationProperty property) protected com.fasterxml.jackson.databind.node.ObjectNode
Query for system configurations with the given id.lastUpdatedAfter
(Date lastUpdatedTime) Query for system configurations updated after the given datelist()
Return a list ofSystemConfiguration
(s).Query for system configurations with the given node namenodeNames
(Collection<String> nodeNames) Query for system configurations with the given node namesReturn a singleSystemConfiguration
.Query for system configurations with the given type.types
(Collection<String> types) Query for system configurations with the given types.
-
Field Details
-
query
-
objectMapper
protected final com.fasterxml.jackson.databind.ObjectMapper objectMapper
-
-
Constructor Details
-
SystemConfigurationQueryImpl
public SystemConfigurationQueryImpl(ConfigurationPropertyQuery query, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
-
-
Method Details
-
id
Description copied from interface:SystemConfigurationQuery
Query for system configurations with the given id.- Specified by:
id
in interfaceSystemConfigurationQuery
-
type
Description copied from interface:SystemConfigurationQuery
Query for system configurations with the given type.- Specified by:
type
in interfaceSystemConfigurationQuery
-
types
Description copied from interface:SystemConfigurationQuery
Query for system configurations with the given types.- Specified by:
types
in interfaceSystemConfigurationQuery
-
nodeName
Description copied from interface:SystemConfigurationQuery
Query for system configurations with the given node name- Specified by:
nodeName
in interfaceSystemConfigurationQuery
-
nodeNames
Description copied from interface:SystemConfigurationQuery
Query for system configurations with the given node names- Specified by:
nodeNames
in interfaceSystemConfigurationQuery
-
lastUpdatedAfter
Description copied from interface:SystemConfigurationQuery
Query for system configurations updated after the given date- Specified by:
lastUpdatedAfter
in interfaceSystemConfigurationQuery
-
singleResult
Description copied from interface:SystemConfigurationQuery
Return a singleSystemConfiguration
.- Specified by:
singleResult
in interfaceSystemConfigurationQuery
-
list
Description copied from interface:SystemConfigurationQuery
Return a list ofSystemConfiguration
(s).- Specified by:
list
in interfaceSystemConfigurationQuery
-
asSystemConfiguration
-
convertToConfigurationValue
-