public interface InputDocument
| Modifier and Type | Method and Description |
|---|---|
void |
addField(IndexedProperty indexedProperty,
java.lang.Object value)
Same as
addField(IndexedProperty, Object, String) with implied null value for the qualifier. |
void |
addField(IndexedProperty indexedProperty,
java.lang.Object value,
java.lang.String qualifier)
Adds a field for the given indexed property, value and qualifier.
|
void |
addField(java.lang.String fieldName,
java.lang.Object value)
Adds a field with the given name and value.
|
java.util.Collection<java.lang.String> |
getFieldNames()
Get collection of field names
|
java.lang.Object |
getFieldValue(java.lang.String fieldName)
Gets the value for a certain field name.
|
void addField(java.lang.String fieldName,
java.lang.Object value)
throws FieldValueProviderException
fieldName - - the field namevalue - - the field valueFieldValueProviderExceptionvoid addField(IndexedProperty indexedProperty, java.lang.Object value) throws FieldValueProviderException
addField(IndexedProperty, Object, String) with implied null value for the qualifier.indexedProperty - - the indexed propertyvalue - - the field valueFieldValueProviderExceptionaddField(IndexedProperty, Object)void addField(IndexedProperty indexedProperty, java.lang.Object value, java.lang.String qualifier) throws FieldValueProviderException
indexedProperty - - the indexed propertyvalue - - the field valuequalifier - - the qualifierFieldValueProviderExceptionjava.lang.Object getFieldValue(java.lang.String fieldName)
fieldName - - the field namejava.util.Collection<java.lang.String> getFieldNames()
Copyright © 2018 SAP SE. All Rights Reserved.