Package com.appiancorp.suiteapi.epex
Class ElasticProcess
java.lang.Object
com.appiancorp.suiteapi.epex.ElasticProcess
ElasticProcess
This is the access point for all Elastic Process APIs.
-
Method Summary
Modifier and TypeMethodDescriptionstatic Models
getModels
(ServiceContext serviceContext) Get a concrete instance of a Models, from which one may obtain ElasticProcess Models.static Models
Get a concrete instance of a Models, from which one may obtain ElasticProcess Models.
-
Method Details
-
getModels
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 systemlocale
- used for locale sensitive operations, e.g., Locale.US- Returns:
- an instance of Models
- Throws:
ModelsNotAvailableException
- if not availableEPExException
-
getModels
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 availableEPExException
-