Class AbstractOperationMultiValuedProperty
java.lang.Object
org.nuxeo.ecm.automation.core.operations.document.AbstractOperationMultiValuedProperty
- Direct Known Subclasses:
AddEntryToMultiValuedProperty
,RemoveEntryOfMultiValuedProperty
Abstract Class that exposes some useful method to manage list of values
- Since:
- 5.7
- Author:
- Benjamin JALON
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
checkFieldType
(Type type, Object value) Check if the given field type store a list of values and if the given value is compatible with the given type.
-
Constructor Details
-
AbstractOperationMultiValuedProperty
public AbstractOperationMultiValuedProperty()
-
-
Method Details
-
checkFieldType
Check if the given field type store a list of values and if the given value is compatible with the given type. We assume the Type store a list of scalar values, not complex types.- Throws:
OperationException
-