Community Tip - Did you get called away in the middle of writing a post? Don't worry you can find your unfinished post later in the Drafts section of your profile page. X
Dear devs,
While it is clear to me how to give permissions for the Mashups colletion:
cs.AddCollectionVisibilityPermission("Mashups", org.getName(), "Organization");
I don't quite understand how can I give permissions to the single Mashup, as a corresponding class doesn't seem to exist in the SDK.
Thanks and best regards,
Federico
Solved! Go to Solution.
First of all I am not familiar with the classes exposed in the Java Extension, obviously in Composer and in the OOTB Composer services you are able to do this.
But if this is not exposed at all, then unfortunately I think the only way would be to do it after your extension is installed
First of all I am not familiar with the classes exposed in the Java Extension, obviously in Composer and in the OOTB Composer services you are able to do this.
But if this is not exposed at all, then unfortunately I think the only way would be to do it after your extension is installed
Hi @Raccone.
If you feel the previous response answered your question, please mark it as the Accepted Solution for the benefit of others with the same question.
Thank you for your participation in our community!
Regards.
--Sharon