Class SystemConfigurationQueryImpl
java.lang.Object
com.flowable.platform.engine.impl.configuration.system.SystemConfigurationQueryImpl
- All Implemented Interfaces:
SystemConfigurationQuery
- Author:
- Filip Hrisafov
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final com.fasterxml.jackson.databind.ObjectMapperprotected final ConfigurationPropertyQuery -
Constructor Summary
ConstructorsConstructorDescriptionSystemConfigurationQueryImpl(ConfigurationPropertyQuery query, com.fasterxml.jackson.databind.ObjectMapper objectMapper) -
Method Summary
Modifier and TypeMethodDescriptionprotected SystemConfigurationasSystemConfiguration(ConfigurationProperty property) protected com.fasterxml.jackson.databind.node.ObjectNodeQuery 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:SystemConfigurationQueryQuery for system configurations with the given id.- Specified by:
idin interfaceSystemConfigurationQuery
-
type
Description copied from interface:SystemConfigurationQueryQuery for system configurations with the given type.- Specified by:
typein interfaceSystemConfigurationQuery
-
types
Description copied from interface:SystemConfigurationQueryQuery for system configurations with the given types.- Specified by:
typesin interfaceSystemConfigurationQuery
-
nodeName
Description copied from interface:SystemConfigurationQueryQuery for system configurations with the given node name- Specified by:
nodeNamein interfaceSystemConfigurationQuery
-
nodeNames
Description copied from interface:SystemConfigurationQueryQuery for system configurations with the given node names- Specified by:
nodeNamesin interfaceSystemConfigurationQuery
-
lastUpdatedAfter
Description copied from interface:SystemConfigurationQueryQuery for system configurations updated after the given date- Specified by:
lastUpdatedAfterin interfaceSystemConfigurationQuery
-
singleResult
Description copied from interface:SystemConfigurationQueryReturn a singleSystemConfiguration.- Specified by:
singleResultin interfaceSystemConfigurationQuery
-
list
Description copied from interface:SystemConfigurationQueryReturn a list ofSystemConfiguration(s).- Specified by:
listin interfaceSystemConfigurationQuery
-
asSystemConfiguration
-
convertToConfigurationValue
-