Class PropertyReject
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.PropertyReject
- All Implemented Interfaces:
PropertyDescriptorIF, Serializable
Generic property descriptor to apply a second property descriptor on the
result of the first property descriptor. This also works for a list of
elements as input, but the result is either a list of elements or a single
primitive (which is the result of the application of the second property on
the first element in the list returned by the first property.
- Version:
- 11.4
- Author:
- jna
- 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
-
PropertyReject
public PropertyReject() -
PropertyReject
-
-
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
-