Class PropertyFunction
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.PropertyFunction
- All Implemented Interfaces:
PropertyDescriptorIF, Serializable
Select an element from the list of the first descriptor which complies the
second descriptor. The first descriptor has to return a list and the second
has to return a boolean. For each element of the list of the first descriptor
the second descriptor is evaluated and if true, the element is returned.
- Version:
- 11.4
- Author:
- jna
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetValue(MappingElementIF element, ExpressionContext ec) Read value from item.Methods inherited from class PropertyDescriptorImpl
addSubDescriptor, addSubDescriptor, filter, getDescription, getKnownNames, getMetaModel, getPropertyType, getResult, getSubDescriptors, getValue, getValueAsString, getValues, isLogged, setValue, toString
-
Constructor Details
-
PropertyFunction
public PropertyFunction() -
PropertyFunction
-
-
Method Details
-
getValue
public PropertyValue getValue(MappingElementIF element, ExpressionContext ec) throws M2MException, RemoteException Description copied from interface:PropertyDescriptorIFRead value from item.- Specified by:
getValuein interfacePropertyDescriptorIF- Overrides:
getValuein classPropertyDescriptorImpl- Parameters:
element- TODOec- context containing the model element and the source and the target and the anchors- Returns:
- items value
- Throws:
M2MExceptionRemoteExceptionRemoteException
-