Uses of Class
org.apache.unomi.api.conditions.ConditionType
-
-
Uses of ConditionType in org.apache.unomi.api.conditions
Methods in org.apache.unomi.api.conditions that return ConditionType Modifier and Type Method Description ConditionType
Condition. getConditionType()
Retrieves the associated condition type.Methods in org.apache.unomi.api.conditions with parameters of type ConditionType Modifier and Type Method Description void
Condition. setConditionType(ConditionType conditionType)
Sets the condition type.Constructors in org.apache.unomi.api.conditions with parameters of type ConditionType Constructor Description Condition(ConditionType conditionType)
Instantiates a new Condition with the specifiedConditionType
. -
Uses of ConditionType in org.apache.unomi.api.services
Methods in org.apache.unomi.api.services that return ConditionType Modifier and Type Method Description ConditionType
DefinitionsService. getConditionType(String id)
Retrieves the condition type associated with the specified identifier.Methods in org.apache.unomi.api.services that return types with arguments of type ConditionType Modifier and Type Method Description Collection<ConditionType>
DefinitionsService. getAllConditionTypes()
Retrieves all condition types.Set<ConditionType>
DefinitionsService. getConditionTypesBySystemTag(String tag)
Retrieves the set of condition types with the specified system tag.Set<ConditionType>
DefinitionsService. getConditionTypesByTag(String tag)
Retrieves the set of condition types with the specified tag.Methods in org.apache.unomi.api.services with parameters of type ConditionType Modifier and Type Method Description void
DefinitionsService. setConditionType(ConditionType conditionType)
Stores the condition type -
Uses of ConditionType in org.apache.unomi.graphql.condition.factories
Methods in org.apache.unomi.graphql.condition.factories that return ConditionType Modifier and Type Method Description ConditionType
ConditionFactory. getConditionType(String typeId)
-
Uses of ConditionType in org.apache.unomi.graphql.utils
Methods in org.apache.unomi.graphql.utils with parameters of type ConditionType Modifier and Type Method Description static ConditionBuilder
ConditionBuilder. create(ConditionType conditionType)
-
Uses of ConditionType in org.apache.unomi.rest.endpoints
Methods in org.apache.unomi.rest.endpoints with parameters of type ConditionType Modifier and Type Method Description void
DefinitionsServiceEndPoint. setConditionType(ConditionType conditionType)
Stores the condition type -
Uses of ConditionType in org.apache.unomi.rest.service.impl
Methods in org.apache.unomi.rest.service.impl with parameters of type ConditionType Modifier and Type Method Description RESTConditionType
LocalizationHelper. generateCondition(ConditionType conditionType, String language)
Creates aRESTConditionType
based on the specifiedConditionType
and localized using the specified language.Method parameters in org.apache.unomi.rest.service.impl with type arguments of type ConditionType Modifier and Type Method Description Collection<RESTConditionType>
LocalizationHelper. generateConditions(Collection<ConditionType> conditionTypes, String language)
CreatesRESTConditionType
s, localized using the specified language, based on the specifiedConditionType
s. -
Uses of ConditionType in org.apache.unomi.services.impl.definitions
Methods in org.apache.unomi.services.impl.definitions that return ConditionType Modifier and Type Method Description ConditionType
DefinitionsServiceImpl. getConditionType(String id)
Methods in org.apache.unomi.services.impl.definitions that return types with arguments of type ConditionType Modifier and Type Method Description Collection<ConditionType>
DefinitionsServiceImpl. getAllConditionTypes()
Set<ConditionType>
DefinitionsServiceImpl. getConditionTypesBySystemTag(String tag)
Set<ConditionType>
DefinitionsServiceImpl. getConditionTypesByTag(String tag)
Methods in org.apache.unomi.services.impl.definitions with parameters of type ConditionType Modifier and Type Method Description void
DefinitionsServiceImpl. setConditionType(ConditionType conditionType)
-