Book a Demo

Author Topic: OSLC capabilities  (Read 3050 times)

eka

  • EA Novice
  • *
  • Posts: 3
  • Karma: +0/-0
    • View Profile
OSLC capabilities
« on: April 07, 2015, 07:04:45 pm »
Hello everyone,

I'm working with the cloud services and trying to get the most of the OSLC functionality, but even if I searched the forum and the user guide I can't find much information about its capabilities.

Right now is just able to get and create requirements? Can I access any other information like diagrams through OSLC? Or is there any intention of adding more functionalities on future releases.

Thanks in advance!

eka

  • EA Novice
  • *
  • Posts: 3
  • Karma: +0/-0
    • View Profile
Re: OSLC capabilities
« Reply #1 on: April 08, 2015, 10:31:05 pm »
I'm going to answer to myself.

At the moment EA only allows to work with requirements.

I've been able to create requirements through POST and then retrieve them with GET. I've been using Google chrome's Advance Rest Client for it.

I can find instructions of how to use the creation factory to create new requirements and the query capabilities to retrieve them, but I can't see anywhere how to update or delete them. Has someone been able to modify or delete requirements? If so, how did you do it?

Cheers

Eve

  • EA Administrator
  • EA Guru
  • *****
  • Posts: 8110
  • Karma: +119/-20
    • View Profile
Re: OSLC capabilities
« Reply #2 on: April 15, 2015, 09:37:00 am »
From memory you POST the updated element to the element URL to update it.

Send a http DELETE to the element URL to delete it.

Edit: Apparently my memory failed me. We haven't got update or delete handling
« Last Edit: April 15, 2015, 11:07:58 am by simonm »

eka

  • EA Novice
  • *
  • Posts: 3
  • Karma: +0/-0
    • View Profile
Re: OSLC capabilities
« Reply #3 on: April 17, 2015, 01:14:13 am »
Thank you Simon.

I was worried that I was not looking for the correct information. Anyway, it's always helpful to know the real options and limitations of the tools.
 :)