Table of Contents

Search

  1. Preface
  2. PowerCenter Mappings and Workflows
  3. B2B Data Exchange Transformations
  4. B2B Data Exchange Workflows
  5. Dashboard and Reports
  6. Creating Workflows for Event Reconciliation
  7. Forms Designer
  8. Configuring Email for Monitor Notification
  9. Dashboard and Reports
  10. B2B Data Exchange Web Services API
  11. B2B Data Exchange Run-time Java API
  12. B2B Data Exchange Forms Designer Java API

B2B Data Exchange Forms Designer Java API Reference

B2B Data Exchange
Forms Designer Java API Reference

The following table lists the methods in the
B2B Data Exchange
Forms Designer Java API:
Method
Return Value
Description
updateAccountCustomAttribute (
String attributeId,
List<String> allowedValues )
void
Replaces the list of values for a custom account attribute with values from an external list without setting a default value.
updateAccountCustomAttribute (
String attributeId,
List<String> allowedValues,
String defaultValue )
void
Replaces the list of values for a custom account attribute with values from an external list and sets a default value.
updatePartnerCustomAttribute (
String attributeId,
List<String> allowedValues )
void
Replaces the list of values for a custom partner attribute with values from an external list without setting a default value.
updatePartnerCustomAttribute (
String attributeId,
List<String> allowdValues,
String defaultValue )
void
Replaces the list of values for a custom partner attribute with values from an external list and sets a default value.
updateWorkflowParameters (
String workflowName,
String parameterId,
List<String> allowedValues )
void
Replaces the list of values for a custom workflow parameter with values from an external list without setting a default value.
updateWorkflowParameters (
String workflowName,
String parameterId,
List<String> allowedValues,
String defaultValue )
void
Replaces the list of values for a custom workflow parameter with values from an external list and sets a default value.

0 COMMENTS

We’d like to hear from you!