How to get ProviderFactory in server-side plugin without using internal class?
I want to use ProviderFactory in server-side OperationParticipants.
But I couldn't find how to get ProviderFactory without using internal class.
I refered old post, but no one answered.
In server-side plugin, using internal class(ServerProviderFactory) is only way to get ProviderFactory ?
But I couldn't find how to get ProviderFactory without using internal class.
I refered old post, but no one answered.
In server-side plugin, using internal class(ServerProviderFactory) is only way to get ProviderFactory ?
One answer
Looks like it is the only known approach within jazz.net community.
I found the sample code developed by our colleague.
http://rsjazz.wordpress.com/2012/11/01/restrict-delivery-of-changesets-to-workitem-types-advisordelivery-of-changesets-associated-to-wrong-work-item-types-advisor/
This sample also calls ServerProviderFactory internal class.
I found the sample code developed by our colleague.
http://rsjazz.wordpress.com/2012/11/01/restrict-delivery-of-changesets-to-workitem-types-advisordelivery-of-changesets-associated-to-wrong-work-item-types-advisor/
This sample also calls ServerProviderFactory internal class.