Hello
I was going through API provided by EMC for D2 , i come across Interface "ID2LifeCycleService" there is method in this interface named as "apply" . So by using which class i can access this method , also there is parameter passed to this method named as "context " how to create this context object ?
apply(Context context, java.lang.String docId, java.lang.String targetState, java.lang.String event)
Apply lifecycle state
Regards