Determines whether an entity given by their REST URI can be opened in a tab.
The content to check for, given as a valid Studio Rest content URI.
A promise that resolves to true if a form for the given content can be opened, or false otherwise.
Observes the currently active work area entity.
If the entity is a RemoteBean, its URI path is returned. Otherwise, the whole entity is returned.
the observable for the active entity.
Opens entity given by their REST URI in Studio tab.
The content to open the form for, given as a valid Studio Rest content URI.
A promise that resolves to true if the form was opened successfully, or false otherwise.
The entities that were triggered to open latest. Used for testing purposes to verify if the openEntitiesInTab has been triggered.