Method and Description |
---|
com.edorasware.commons.core.entity.DomainObjectDefinition.getProperties()
support for non-explicit hierarchy parsing is going to be removed.
Please use the
DomainObjectDefinition.getLocalProperties() method instead and recheck where you store the properties |
com.edorasware.commons.core.entity.DomainObjectDefinition.getProperties(Predicate<Property>)
support for non-explicit hierarchy parsing is going to be removed.
Please use the
DomainObjectDefinition.getLocalProperties(Predicate) method instead and recheck where you store the properties |
com.edorasware.commons.core.entity.DomainObjectDefinition.getPropertiesMap()
support for non-explicit hierarchy parsing is going to be removed.
Please use the
DomainObjectDefinition.getLocalPropertiesMap() method instead and recheck where you store the properties |
com.edorasware.commons.core.entity.DomainObjectDefinition.getPropertiesMap(Predicate<Property>)
support for non-explicit hierarchy parsing is going to be removed.
Please use the
DomainObjectDefinition.getLocalPropertiesMap(Predicate) method instead and recheck where you store the properties |
com.edorasware.commons.core.entity.DomainObjectDefinition.getProperty(String)
support for non-explicit hierarchy parsing is going to be removed.
Please use the
DomainObjectDefinition.getLocalProperty(String) method instead and recheck where you store the properties |
com.edorasware.commons.core.entity.DomainObjectDefinition.getPropertyValue(NamedValueAccessor<V, String>)
support for non-explicit hierarchy parsing is going to be removed.
Please use the
DomainObjectDefinition.getLocalPropertyValue(NamedValueAccessor) method instead and recheck where you store the properties |
com.edorasware.commons.core.entity.DomainObjectDefinition.getPropertyValue(String)
support for non-explicit hierarchy parsing is going to be removed.
Please use the
DomainObjectDefinition.getLocalPropertyValue(String) method instead and recheck where you store the properties |
com.edorasware.commons.core.entity.DomainObject.getVariable(String)
support for non-explicit hierarchy parsing is going to be removed.
Please use the
DomainObject.getLocalVariable(String) method instead and recheck where you store the variables |
com.edorasware.commons.core.entity.DomainObject.getVariables()
support for non-explicit hierarchy parsing is going to be removed.
Please use the
DomainObject.getLocalVariables() method instead and recheck where you store the variables |
com.edorasware.commons.core.entity.DomainObject.getVariables(Predicate<Variable>)
support for non-explicit hierarchy parsing is going to be removed.
Please use the
DomainObject.getLocalVariables(Predicate) method instead and recheck where you store the variables |
com.edorasware.commons.core.entity.DomainObject.getVariablesMap()
support for non-explicit hierarchy parsing is going to be removed.
Please use the
DomainObject.getLocalVariablesMap() method instead and recheck where you store the variables |
com.edorasware.commons.core.entity.DomainObject.getVariablesMap(Predicate<Variable>)
support for non-explicit hierarchy parsing is going to be removed.
Please use the
DomainObject.getLocalVariablesMap(Predicate) method instead and recheck where you store the variables |
com.edorasware.commons.core.entity.DomainObject.getVariableValue(NamedValueAccessor<V, W>)
support for non-explicit hierarchy parsing is going to be removed.
Please use the
DomainObject.getLocalVariableValue(NamedValueAccessor) method instead and recheck where you store the variables |
com.edorasware.commons.core.entity.DomainObject.getVariableValue(String)
support for non-explicit hierarchy parsing is going to be removed.
Please use the
DomainObject.getLocalVariableValue(String) method instead and recheck where you store the variables |
com.edorasware.commons.core.entity.DomainObject.getVariableValue(String, Class<T>)
support for non-explicit hierarchy parsing is going to be removed.
Please use the
DomainObject.getLocalVariableValue(String, Class) method instead and recheck where you store the variables |
com.edorasware.commons.core.entity.DomainObject.getVariableValue(String, TypeToken<T>)
support for non-explicit hierarchy parsing is going to be removed.
Please use the
DomainObject.getLocalVariableValue(String, Class) method instead and recheck where you store the variables |
com.edorasware.commons.core.entity.DomainObjectDefinition.hasProperty(NamedValueAccessor<?, String>)
support for non-explicit hierarchy parsing is going to be removed.
Please use the
DomainObjectDefinition.hasLocalProperty(NamedValueAccessor) method instead and recheck where you store the properties |
com.edorasware.commons.core.entity.DomainObjectDefinition.hasProperty(String)
support for non-explicit hierarchy parsing is going to be removed.
Please use the
DomainObjectDefinition.hasLocalProperty(String) method instead and recheck where you store the properties |
com.edorasware.commons.core.entity.DomainObject.hasVariable(NamedValueAccessor<?, ?>)
support for non-explicit hierarchy parsing is going to be removed.
Please use the
DomainObject.hasLocalVariable(NamedValueAccessor) method instead and recheck where you store the variables |
com.edorasware.commons.core.entity.DomainObject.hasVariable(String)
support for non-explicit hierarchy parsing is going to be removed.
Please use the
DomainObject.hasLocalVariable(String) method instead and recheck where you store the variables |
Copyright © 2010 - 2018 edorasware ag. All Rights Reserved.