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 ObjectDefinitions
getObjectDefinitions(String objectTypeId, Collection<ObjectDefinitionRole> roles)
Return anObjectDefinition
that defines an overridable operation field.ObjectTypes
getObjectTypes()
Return a singleObjectType
-
-
-
Method Detail
-
getObjectTypes
public ObjectTypes getObjectTypes()
Return a singleObjectType
- Specified by:
getObjectTypes
in interfaceBrowser
- Returns:
- the available object types (should not be more than
AtomConfig.getMaxNumberObjectTypes()
)
-
getObjectDefinitions
public ObjectDefinitions getObjectDefinitions(String objectTypeId, Collection<ObjectDefinitionRole> roles)
Return anObjectDefinition
that defines an overridable operation field.- Specified by:
getObjectDefinitions
in 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
-
-