Skip to main content
Best answer by HelesicPetr

Hi @RFS 

If the  class is not in the javaDoc then it is not documented. 

 

That moment you need to use development IDE to get in the package and see what can it do. 

For example eclipse or other java IDE 

 

PetrH

1 reply

HelesicPetr
22-Sapphire II
22-Sapphire II
June 14, 2023

Hi @RFS 

If you write a code directly in a workflow you need to use a full specified class

in your case 

com.ptc.customersupport.workflow.WorkflowUtilities

Hope this can help.

 

PetrH

RFS13-AquamarineAuthor
13-Aquamarine
June 14, 2023

Thanks for the full path to the class... now where can I find the documentation on this class?  I use Windchill 12.0.2.11 and the javadocs do not have that package.  Is this only available in 12.1 +?  If not, it's another example of the javadocs (my copy is the 12.0.2.0 version from 2021-06-23) having large holes that hamper my efforts.

 

This question was originally posted as a response to another that was referring to ext.WorkflowUtilities which I was assuming to be private code.

HelesicPetr
22-Sapphire II
22-Sapphire II
June 15, 2023

Hi @RFS 

If the  class is not in the javaDoc then it is not documented. 

 

That moment you need to use development IDE to get in the package and see what can it do. 

For example eclipse or other java IDE 

 

PetrH