Class OverridableFieldBrowser
- java.lang.Object
-
- com.boomi.connector.sample.browse.OverridableFieldBrowser
-
-
Constructor Summary
Constructors Constructor Description OverridableFieldBrowser()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectDefinitionsgetObjectDefinitions(String objectTypeId, Collection<ObjectDefinitionRole> roles)Return anObjectDefinitionthat defines an overridable operation field.ObjectTypesgetObjectTypes()Return a singleObjectType
-
-
-
Method Detail
-
getObjectTypes
public ObjectTypes getObjectTypes()
Return a singleObjectType- Specified by:
getObjectTypesin interfaceBrowser- Returns:
- the available object types (should not be more than
AtomConfig.getMaxNumberObjectTypes())
-
getObjectDefinitions
public ObjectDefinitions getObjectDefinitions(String objectTypeId, Collection<ObjectDefinitionRole> roles)
Return anObjectDefinitionthat defines an overridable operation field.- Specified by:
getObjectDefinitionsin interfaceBrowser- Parameters:
objectTypeId- the id of the relevant object type chosen from the list returned from a previous call toBrowser.getObjectTypes()roles- the roles corresponding to the profiles requested- Returns:
- the profile definitions for the object of the given type for the relevant operation
-
-