Is it possible to acess an Advisor by REST/OSLC API?
One answer
Hi Luiz,
Extensions like Preconditions and Follow Up actions are also called Advisor or Participant.
These extensions run in the context of the operation performed on the EWM server (Client extensions run in the Eclipse client). As far as I can tell, you can not access these using REST or OSLC APIs. The extensions are called in the context of the operation and they can prevent the successful finishing of the operation. This is when you will see them in the error message you get.
Server extensions will always run, regardless which client or API you use and would be my preferred approach for operation behavior.
These extensions run in the context of the operation performed on the EWM server (Client extensions run in the Eclipse client). As far as I can tell, you can not access these using REST or OSLC APIs. The extensions are called in the context of the operation and they can prevent the successful finishing of the operation. This is when you will see them in the error message you get.
Server extensions will always run, regardless which client or API you use and would be my preferred approach for operation behavior.