Package com.appiancorp.suiteapi.epex
Class AutoscaledProcess
java.lang.Object
com.appiancorp.suiteapi.epex.AutoscaledProcess
AutoscaledProcess
This is the access point for all Elastic Process APIs.
Note: Only process models with autoscaling mode enabled are compatible with this class.
-
Method Summary
Modifier and TypeMethodDescriptionstatic Models
getModels
(ServiceContext serviceContext) Get a concrete instance of a Models, from which one may obtain AutoscaledProcess Models.static Models
Get a concrete instance of a Models, from which one may obtain AutoscaledProcess Models.
-
Method Details
-
getModels
Get a concrete instance of a Models, from which one may obtain AutoscaledProcess Models. If the UUID is already known, use modelReference instead. Note: Only process models with autoscaling mode enabled are compatible with this function.- Parameters:
asUsername
- used for initiating process, must be valid on the AutoscaledProcess 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 AutoscaledProcess Models. If the UUID is already known, use modelReference instead. Note: Only process models with autoscaling mode enabled are compatible with this function.- Parameters:
serviceContext
- used for initiating process, must be valid on the AutoscaledProcess system- Returns:
- an instance of Models
- Throws:
ModelsNotAvailableException
- if not availableEPExException
-