Change Management Domain
Windchill exposes change management resources in compliance with the OSLC Change Management 3.0 specification.
The Windchill OSLC APIs enable OSLC clients to query and link to Windchill change objects based on these OSLC specifications.
The following are the supported Windchill change object types:
Change request
Change notice
Change task
Problem report
Review
Variance
Change Management Catalog
The change management catalog can be accessed at https://<WINDCHILL-SERVER-URL>/Windchill/oslc/catalog/cm.
OSLC Query Service Endpoints
Use the following endpoints to query specific change object types:
Object Type
URL
Change request
https://<WINDCHILL-SERVER-URL>/Windchill/oslc/cm/ChangeRequest
Change notice
https://<WINDCHILL-SERVER-URL>/Windchill/oslc/cm/ChangeNotice
Change task
https://<WINDCHILL-SERVER-URL>/Windchill/oslc/cm/ChangeTask
Review
https://<WINDCHILL-SERVER-URL>/Windchill/oslc/cm/Review
Problem report
https://<WINDCHILL-SERVER-URL>/Windchill/oslc/cm/ProblemReport
Variance
https://<WINDCHILL-SERVER-URL>/Windchill/oslc/cm/Variance
In the Windchill OSLC Change Management domain, the attributes dcterms:title and dcterms:identifier are available as queryable properties. You can use the oslc.where and oslc.select query parameters to filter and retrieve specific resources.
Example
Exact match on title:
https://<Windchill-server>/Windchill/oslc/cm/ChangeRequest?oslc.where=dcterms:title=DemoChangeRequest
This query returns the change request whose title is exactly DemoChangeRequest.
Wildcard match on title:
https://<Windchill-server>/Windchill/oslc/cm/ChangeRequest?oslc.where=dcterms:title=Demo*
This query returns all change requests whose titles begin with Demo.
* 
The default page size for the query service is set to 25, with a maximum allowable limit of 500.
Preview URL
To get the preview URL for a change object in Windchill, send an HTTP HEAD request to the specific change object resource. The response headers will include a link to the corresponding compact URL.
Example request:
https://<WindchillURL>/Windchill/oslc/cm/ChangeRequest/VR%3Awt.change2.WTChangeRequest2%3A312027
Link returned in response headers:
https://<WindchillURL>/Windchill/oslc/cm/ChangeRequest/VR%3Awt.change2.WTChangeRequest2%3A312027?compact&basic=false
* 
Advanced preview is enabled by default.
Windchill supports the following preview types for change objects:
Preview Type
Description
Large and advanced
Displays visualization attributes along with both primary and secondary attributes (as shown in the More Attributes tab of the change object details page).
Large and basic
Displays an HTML page containing both primary and secondary attributes.
Small and basic
Displays an HTML page with only the primary attributes.
Small and advanced
Displays visualization along with the primary attributes associated with the change object.
Isto foi útil?