Skip to main content
13-Aquamarine
July 9, 2018
Question

Windchill Java API which tell whether a windchill object needs to be checked out for an operation

  • July 9, 2018
  • 1 reply
  • 2546 views

My actual requirement is to find a Windchill Java API which tells if a windchill object type like 'WTPart' needs to be checked out before update operation for a particular attribute or not by using the type of the object only. 

 

I have searched the Windchill API JavaDoc for such API and found one which required an object as input. I need to determine whether the object needs to be checked out from the object type name only.

Does anyone know about such API?

 

On the Windchill UI, I have seen that the Actions menu is being populated based on the object type. For example, For 'WTPart', Check out action is added to the actions menu, while for 'WTChangeRequest2' it is not.  On what basis does the Windchill application do this?

1 reply

1-Visitor
July 11, 2018

Revision controlled objects need to be checked out in order to modify their attributes. By default, change objects like Problem Reports, Change Requests, etc. are not revision controlled objects.

13-Aquamarine
July 12, 2018

Some attributes of Objects like state do not need checkin/out. Some attributes need object to be checkout for update. Is there API to validate which attributes need checkin/out. Or is there any list of such attributes which do not need checkin/out.