cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Help us improve the PTC Community by taking this short Community Survey! X

Cannot see a WorkflowUtilities class in PTC

RFS
12-Amethyst
12-Amethyst

Cannot see a WorkflowUtilities class in PTC

I cannot see a WorkflowUtilities class in PTC... is this available for community users or does this remain your own work intended for consulting solutions?

Original topic - https://community.ptc.com/t5/Windchill/Autocomplete-Activity-AND-show-in-Process-table/m-p/286162#M55685

ACCEPTED SOLUTION

Accepted Solutions
HelesicPetr
22-Sapphire I
(To:RFS)

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

View solution in original post

3 REPLIES 3
HelesicPetr
22-Sapphire I
(To:RFS)

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

RFS
12-Amethyst
12-Amethyst
(To:HelesicPetr)

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 I
(To:RFS)

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

Announcements


Top Tags