Extensions: Allow typed access to store entities and their actions #4494
Closed
Description
- Access and modify entities in store via strictly typed entity catalogues
- Access single or collections of entities, for instance fetch a list of applications in a given space
cfEntityCatalog.application.store.getAllInSpace.getPaginationService( spaceGuid, cfGuid, paginationKey ).entities$
- Execute actions associated with the type, for instance bind an application to a service instance
cfEntityCatalog.serviceBinding.api.create<RequestInfoState>( creationGuid, cfGuid, { applicationGuid, serviceInstanceGuid, params } )
- Access single or collections of entities, for instance fetch a list of applications in a given space
- see Typed access to actions and entities via catalog entity: Core Stratos Entities #4387 and Typed access to actions and entities via catalog entity #4247
Metadata
Assignees
Labels
No labels