public interface SmartServiceContext
Modifier and Type | Method and Description |
---|---|
ActivityExecutionMetadata |
getMetadata()
Returns the metadata associated with this execution, including properties related
to the Process Model and Tasks.
|
java.util.Locale |
getPrimaryLocale()
Returns the primary Locale of the Appian System.
|
ProcessModelProperties |
getProcessModelProperties() |
ProcessProperties |
getProcessProperties() |
TaskProperties |
getTaskProperties() |
java.util.Locale |
getUserLocale()
Returns the Locale of the User executing this Smart Service.
|
java.lang.String |
getUsername()
Returns the User for whom this Smart Service is executing.
|
ActivityExecutionMetadata getMetadata()
ProcessModelProperties getProcessModelProperties()
ProcessProperties getProcessProperties()
TaskProperties getTaskProperties()
java.lang.String getUsername()
getUserLocale()
java.util.Locale getPrimaryLocale()
getUserLocale()
java.util.Locale getUserLocale()
getUsername()
,
getPrimaryLocale()
Copyright © 2003-2024 Appian Corporation. All Rights Reserved.