public interface ResourceTypesCallback
| Modifier and Type | Method and Description |
|---|---|
ResourceType |
getCustomResourceType(String typeId)
Return the custom resource type with the specified unique id.
|
PagedResult<ResourceType> |
getCustomResourceTypes()
Return all custom resource types defined by the implementation (e.g.
|
default List<SchemaExtension> |
getSchemaExtensions(String resourceTypeId)
Return the custom schema extensions for the specified resource type id.
|
PagedResult<ResourceType> getCustomResourceTypes()
ResourceType getCustomResourceType(String typeId)
typeId - default List<SchemaExtension> getSchemaExtensions(String resourceTypeId)
resourceTypeId - Copyright © 2022 SAP SE. All rights reserved.