Class | Description |
---|---|
ImportableFieldsBrowser |
Simple Browser Implementation which creates multiple
BrowseField for ObjectDefinitions . |
ImportableFieldsConnector |
Simple Connector which creates a single execute operation
ImportableFieldsOperation and with
ImportableFieldsBrowser for additional operation fields. |
ImportableFieldsOperation |
Simple update operation that demonstrates how to fetch
BrowseField from ImportableFieldsBrowser and
covert it to an OperationValues object and sent using the SampleClient . |
OperationValues |
Maps the fields defined in
ImportableFieldsBrowser to POJO fields defined in this class. |
OverribableFieldOperation |
Sample
Operation that demonstrates how to access the per document value of an overrideable operation
property. |
OverridableFieldBrowser |
Sample
Browser implementation that demonstrates how to declare an overridable operation property during
import. |