I am trying to print a list of all the process models a user is able to launch i

I am trying to print a list of all the process models a user is able to launch inside of a servlet plugin, however I am running into an issue when getting the process model names. Once I have the ProcessModel.Descriptor instance and I attempt to call getName() I get an error in eclipse saying that it cannot resolve LocaleString class and I cannot find the correct library to add in order to get LocaleString to resolve. According to the API documentation it is in the org.appiancorp.suiteapi.common package, but when I look in the package I just see LocaleStringParameterConverter and LocaleStringReturnConverter and LocaleStringXmlAdapter, but not the LocaleString class. Is there a different jar I need to include in order to get my plugin to compile or is there a different way I should be getting the process model names?...

OriginalPostID-93105

OriginalPostID-93105

  Discussion posts and replies are publicly visible