Integrating OSLC delegated UI in DNG
I have sucessfully created an OAuth-Consumer in ELM to use the OSLC delegated UI.
This is working fine for my application.
Now i want to create my own delegated UI and integrate this UI in DNG.
If someone is editing an artifact, the delegated UI should be opened for some artifact attribute.
Has anyone tried this and is there a chance to do this?
Accepted answer
OSLC only defines delegated dialogs for creation and selection. See:
In both use cases, the dialog relates to a resource that exists or will be created in some other application.
A typical use case is where an application supports creating a link on a resource it owns, to a resource in some other application. The application discovers the delegated selection dialog to allow a user to pick a remote artifact and return the URI of the artifact selected by the user, or discover the delegated creation dialog that allows a user to create a remote artifact and return the URI of that newly created artifact.
The use case you describe is to be able to customise the UI for a custom attribute for data that is going to be stored locally. This is not a use case supported by OSLC Delegated Dialogs.