| Modifier and Type | Method and Description |
|---|---|
IntegrationObjectItemModel |
IntegrationObjectItemBuilder.build() |
| Modifier and Type | Method and Description |
|---|---|
IntegrationObjectBuilder |
IntegrationObjectBuilder.addIntegrationObjectItem(IntegrationObjectItemModel item)
Adds an
IntegrationObjectItemModel to the integration object |
IntegrationObjectItemAttributeBuilder |
IntegrationObjectItemAttributeBuilder.returnIntegrationObjectType(IntegrationObjectItemModel referenceType) |
| Modifier and Type | Method and Description |
|---|---|
IntegrationObjectItemModel |
ItemToMapConversionContext.getIntegrationObjectItemModel() |
| Modifier and Type | Method and Description |
|---|---|
void |
ItemToMapConversionContext.setIntegrationObjectItemModel(IntegrationObjectItemModel integrationObjectItemModel) |
| Modifier and Type | Method and Description |
|---|---|
protected ItemToMapConversionContext |
DefaultComposedType2MapPopulator.getConversionContext(ItemModel item,
IntegrationObjectItemModel integrationObjectItem) |
protected ItemToMapConversionContext |
DefaultCollectionType2MapPopulator.getConversionContext(ItemModel item,
IntegrationObjectItemModel integrationObjectItem) |
protected boolean |
DefaultCollectionType2MapPopulator.populateDeeper(ItemToMapConversionContext conversionContext,
IntegrationObjectItemModel attributeTypeModel) |
| Modifier and Type | Method and Description |
|---|---|
IntegrationObjectItemModel |
MockIntegrationObjectItemModelBuilder.build() |
IntegrationObjectItemModel |
IntegrationObjectItemAttributeModel.getIntegrationObjectItem()
Generated method - Getter of the
IntegrationObjectItemAttribute.integrationObjectItem attribute defined at extension integrationservices. |
IntegrationObjectItemModel |
IntegrationObjectItemAttributeModel.getReturnIntegrationObjectItem()
Generated method - Getter of the
IntegrationObjectItemAttribute.returnIntegrationObjectItem attribute defined at extension integrationservices. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<IntegrationObjectItemModel> |
IntegrationObjectModel.getItems()
Generated method - Getter of the
IntegrationObject.items attribute defined at extension integrationservices. |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.Collection<IntegrationObjectItemAttributeModel> |
UniqueAttributesAttributeHandler.extractKeyAttributesFromItemReferences(IntegrationObjectItemModel item,
java.util.Set<java.lang.String> cache) |
protected java.util.Set<IntegrationObjectItemAttributeModel> |
UniqueAttributesAttributeHandler.extractSimpleKeyAttributesFrom(IntegrationObjectItemModel model) |
java.util.Collection<IntegrationObjectItemAttributeModel> |
UniqueAttributesAttributeHandler.get(IntegrationObjectItemModel model)
Reads value of the
partOf attribute |
void |
IntegrationObjectItemAttributeModel.setIntegrationObjectItem(IntegrationObjectItemModel value)
Generated method - Setter of
IntegrationObjectItemAttribute.integrationObjectItem attribute defined at extension integrationservices. |
void |
IntegrationObjectItemAttributeModel.setReturnIntegrationObjectItem(IntegrationObjectItemModel value)
Generated method - Setter of
IntegrationObjectItemAttribute.returnIntegrationObjectItem attribute defined at extension integrationservices. |
| Modifier and Type | Method and Description |
|---|---|
void |
IntegrationObjectModel.setItems(java.util.Set<IntegrationObjectItemModel> value)
Generated method - Setter of
IntegrationObject.items attribute defined at extension integrationservices. |
| Modifier and Type | Method and Description |
|---|---|
IntegrationObjectItemModel |
IntegrationObjectItemResource.getIntegrationObjectItemModel()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
protected IntegrationObjectItemModel |
IntegrationObjectItemResource.readResource(java.lang.String resourceId)
Gets the
IntegrationObjectItemModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<IntegrationObjectItemModel> |
IntegrationObjectItemsResource.getIntegrationObjectItemsCollection()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
IntegrationObjectItemResource.setIntegrationObjectItemModel(IntegrationObjectItemModel value)
Convenience method which just delegates to
#setResourceValue(IntegrationObjectItemModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
IntegrationObjectItemsResource.setIntegrationObjectItemsCollection(java.util.Collection<IntegrationObjectItemModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<IntegrationObjectItemModel> |
IntegrationObjectService.findAllDependencyTypes(java.lang.String integrationObjectItemCode,
java.lang.String integrationObjectCode)
Find all the dependency types, which include dependencies of dependencies,
for the given integration object item code.
|
java.util.Set<IntegrationObjectItemModel> |
IntegrationObjectService.findAllIntegrationObjectItems(java.lang.String integrationObjectCode)
Find all integration object item models
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<IntegrationObjectItemModel> |
DefaultIntegrationObjectService.findAllDependencyTypes(java.lang.String integrationObjectItemCode,
java.lang.String integrationObjectCode) |
java.util.Set<IntegrationObjectItemModel> |
DefaultIntegrationObjectService.findAllIntegrationObjectItems(java.lang.String integrationObjectCode) |
protected java.util.Optional<IntegrationObjectItemModel> |
DefaultIntegrationObjectService.findIntegrationObjectItem(java.lang.String integrationObjectItemCode,
java.lang.String integrationObjectCode) |
protected java.util.List<IntegrationObjectItemModel> |
DefaultIntegrationObjectConversionService.findIntegrationObjectItem(java.lang.String integrationObjectCode,
java.lang.String typeCode) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
DefaultIntegrationObjectService.accumulateAllDependencyTypes(java.lang.String integrationObjectCode,
java.lang.String integrationObjectItemCode,
java.util.Set<IntegrationObjectItemModel> dependencyTypes) |
protected void |
DefaultIntegrationObjectService.accumulateDependencyTypesFromAttributeDefinitions(java.lang.String integrationObjectCode,
java.lang.String integrationObjectItemCode,
java.util.Set<IntegrationObjectItemAttributeModel> attributeDefinitionModels,
java.util.Set<IntegrationObjectItemModel> dependencyTypes) |
protected void |
DefaultIntegrationObjectConversionService.beforeConvertValidation(java.lang.String integrationObjectCode,
java.util.List<IntegrationObjectItemModel> integrationObjectItemModels) |
protected ItemToMapConversionContext |
DefaultIntegrationObjectConversionService.getConversionContext(ItemModel itemModel,
java.util.List<IntegrationObjectItemModel> items) |
| Modifier and Type | Method and Description |
|---|---|
IntegrationObjectItemModel[] |
IntegrationObjectItemsContext.givenExist(IntegrationObjectItemBuilder... specs)
Associates the integration object item specifications to an internally generated
IntegrationObjectModel,
and persists them in the context storage. |
| Modifier and Type | Method and Description |
|---|---|
void |
IntegrationObjectItemsContext.givenExist(IntegrationObjectItemModel... models)
Associates the integration object items to an internally generated
IntegrationObjectModel,
and persists them in the context storage. |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
IntegrationKeyGenerator.generateKeyMetadata(IntegrationObjectItemModel item)
Generate a representation of the unique attributes of the given item.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
AlphabeticalIntegrationKeyGenerator.generateKeyMetadata(IntegrationObjectItemModel item) |
| Modifier and Type | Method and Description |
|---|---|
Schema |
SchemaGenerator.generateSchema(java.util.Collection<IntegrationObjectItemModel> allModelsForType)
Generates a
org.apache.olingo.odata2.api.edm.provider.Schema for an IntegrationObjectItemModel and
all of its dependencies. |
Schema |
DefaultSchemaGenerator.generateSchema(java.util.Collection<IntegrationObjectItemModel> allModelsForType) |
void |
DefaultSchemaGenerator.setAssociationListGenerator(SchemaElementGenerator<java.util.List<Association>,java.util.Collection<IntegrationObjectItemModel>> associationListGenerator) |
void |
DefaultSchemaGenerator.setEntityTypeGenerator(SchemaElementGenerator<java.util.Optional<EntityType>,IntegrationObjectItemModel> entityTypeGenerator) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Association> |
AssociationListGenerator.generate(java.util.Collection<IntegrationObjectItemModel> allIntegrationObjectItemModelsForType) |
| Modifier and Type | Method and Description |
|---|---|
AnnotationAttribute |
AliasAnnotationGenerator.generate(IntegrationObjectItemModel itemModel) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Optional<EntityType> |
EntityTypeGenerator.generate(IntegrationObjectItemModel integrationObjectItemModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
EntityTypeGenerator.setPropertyListGenerator(SchemaElementGenerator<java.util.List<Property>,IntegrationObjectItemModel> propertyListGenerator) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Property> |
PropertyListGenerator.generate(IntegrationObjectItemModel itemModel) |
java.util.Optional<Property> |
IntegrationKeyPropertyGenerator.generate(IntegrationObjectItemModel integrationObjectItemModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
PropertyListGenerator.setIntegrationKeyPropertyGenerator(SchemaElementGenerator<java.util.Optional<Property>,IntegrationObjectItemModel> integrationKeyPropertyGenerator) |
Copyright © 2018 SAP SE. All Rights Reserved.