public interface IntegrationObjectService
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<IntegrationObjectItemModel> |
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> |
findAllIntegrationObjectItems(java.lang.String integrationObjectCode)
Find all integration object item models
|
java.util.Set<IntegrationObjectModel> |
findAllIntegrationObjects(java.lang.String itemTypeCode)
Find all IntegrationObjectModel associated with IntegrationObjectItemModel,
which associates with the given itemTypeCode.
|
AttributeDescriptorModel |
findAttributeDescriptor(java.lang.String integrationObjectCode,
java.lang.String integrationObjectItemCode,
java.lang.String integrationObjectItemAttributeName)
Find an AttributeDescriptor if it exists for the given integrationObjectItemCode and
integrationObjectItemAttributeName
|
java.lang.String |
findItemTypeCode(java.lang.String integrationObjectCode,
java.lang.String integrationObjectItemCode)
Find the type system type code referenced by the given integrationObjectCode and integrationObjectItemCode.
|
java.util.Set<IntegrationObjectItemModel> findAllIntegrationObjectItems(java.lang.String integrationObjectCode)
integrationObjectCode - Integration object's codejava.util.Set<IntegrationObjectItemModel> findAllDependencyTypes(java.lang.String integrationObjectItemCode, java.lang.String integrationObjectCode)
integrationObjectItemCode - Integration object item's codeintegrationObjectCode - Integration object's codejava.util.Set<IntegrationObjectModel> findAllIntegrationObjects(java.lang.String itemTypeCode)
itemTypeCode - ComposedType associated with IntegrationObjectItemModelAttributeDescriptorModel findAttributeDescriptor(java.lang.String integrationObjectCode, java.lang.String integrationObjectItemCode, java.lang.String integrationObjectItemAttributeName)
integrationObjectCode - Integration object's codeintegrationObjectItemCode - Integration object item's codeintegrationObjectItemAttributeName - Integration object item attribute NameAttributeDescriptorNotFoundException - if attribute cannot be found.java.lang.String findItemTypeCode(java.lang.String integrationObjectCode,
java.lang.String integrationObjectItemCode)
integrationObjectCode - Integration object's codeintegrationObjectItemCode - Integration object item's codeCopyright © 2018 SAP SE. All Rights Reserved.