Class PropertyCollect
java.lang.Object
de.mid.innovator.m2msdk.model.transformation.property.PropertyDescriptorImpl
de.mid.innovator.m2msdk.model.transformation.property.PropertyListBase
de.mid.innovator.m2msdk.model.transformation.property.PropertyCollect
- All Implemented Interfaces:
PropertyDescriptorIF, Serializable
Property descriptor to apply a second property descriptor on each element of the
result of the first property descriptor assuming that the result is a list.
- Version:
- 10.1.1
- Author:
- jmback
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidAdd a subordinated property descriptor to this property descriptor.getValue(MappingElementIF element, ExpressionContext expressionContext) Read value from item.Methods inherited from class PropertyDescriptorImpl
addSubDescriptor, filter, getDescription, getKnownNames, getMetaModel, getPropertyType, getResult, getSubDescriptors, getValue, getValueAsString, getValues, isLogged, setValue, toString
-
Constructor Details
-
PropertyCollect
public PropertyCollect() -
PropertyCollect
-
-
Method Details
-
getValue
public PropertyValue getValue(MappingElementIF element, ExpressionContext expressionContext) throws M2MException, RemoteException Description copied from interface:PropertyDescriptorIFRead value from item.- Specified by:
getValuein interfacePropertyDescriptorIF- Overrides:
getValuein classPropertyDescriptorImpl- Parameters:
element- TODOexpressionContext- context containing the model element and the source and the target and the anchors- Returns:
- items value
- Throws:
M2MExceptionRemoteExceptionRemoteException
-
addSubDescriptor
Description copied from interface:PropertyDescriptorIFAdd a subordinated property descriptor to this property descriptor.- Specified by:
addSubDescriptorin interfacePropertyDescriptorIF- Overrides:
addSubDescriptorin classPropertyDescriptorImpl- Parameters:
sub- Property descriptor which has to be evaluated for evaluating this descriptor- Throws:
AbortException- critical errorRemoteExceptionRemoteException
-