Interface IStructuredPropertyConverter
public interface IStructuredPropertyConverter
Abstracts the conversion of
Element objects to/from database strings.-
Method Summary
Modifier and TypeMethodDescriptionconvertStringToElements(String propertyValue) Converts the values of specified String object into a list of elements.convertToElements(ch.systemsx.cisd.openbis.generic.shared.basic.dto.api.IManagedProperty property) Converts the values of specified property into a list of elements.convertToString(List<IElement> elements)
-
Method Details
-
convertStringToElements
Converts the values of specified String object into a list of elements.- Returns:
- an empty list if the value is undefined or special.
-
convertToString
- Returns:
- a
Stringrepresentation of the specified elements that can be persisted in the database.