Interface IPromptReference
- All Superinterfaces:
Serializable
A reference to a prompt object, such as a prompt connection or prompt query. See also
IPromptReferenceLocator, which can locate such references to prompt objects. Each reference must have a
localizable name and contain the logic for cascading changes to the object being referenced.- Since:
- 8.5.0
-
Method Summary
Modifier and TypeMethodDescriptiondisplayName(Locale locale) Gets the localized name of the reference, such as the name of the object that holds the reference.id()Gets the unique identifier of thistype()of reference, such as a UUID or database ID.type()Gets the type of the reference, such as a type string orClass.
-
Method Details
-
displayName
Gets the localized name of the reference, such as the name of the object that holds the reference. For example, when a workflow action holds a reference to a prompt query, this could be the name of that workflow action, possibly together with the tenant or project that contains the action.- Parameters:
locale- The locale to use for localizing the name.- Returns:
- The localized name of the reference.
-
id
-
type
-