Class ElasticProcess

java.lang.Object
com.appiancorp.suiteapi.epex.ElasticProcess

public final class ElasticProcess extends Object
ElasticProcess This is the access point for all Elastic Process APIs.
  • Method Details

    • getModels

      public static Models getModels(String asUsername, Locale locale) throws EPExException
      Get a concrete instance of a Models, from which one may obtain ElasticProcess Models. If the UUID is already known, use modelReference instead.
      Parameters:
      asUsername - used for initiating process, must be valid on the ElasticProcess system
      locale - used for locale sensitive operations, e.g., Locale.US
      Returns:
      an instance of Models
      Throws:
      ModelsNotAvailableException - if not available
      EPExException
    • getModels

      public static Models getModels(ServiceContext serviceContext) throws EPExException
      Get a concrete instance of a Models, from which one may obtain ElasticProcess Models. If the UUID is already known, use modelReference instead.
      Parameters:
      serviceContext - used for initiating process, must be valid on the ElasticProcess system
      Returns:
      an instance of Models
      Throws:
      ModelsNotAvailableException - if not available
      EPExException