Uses of Enum
de.xima.fc.prompt.mgmt.service.PromptScopeKind
Packages that use PromptScopeKind
-
Uses of PromptScopeKind in de.xima.fc.prompt.mgmt.service
Subclasses with type arguments of type PromptScopeKind in de.xima.fc.prompt.mgmt.serviceModifier and TypeClassDescriptionenumEnumeration with the possible scoped a prompt object can be assigned to.Methods in de.xima.fc.prompt.mgmt.service that return PromptScopeKindModifier and TypeMethodDescriptionPromptScope.kind()Gets the kind of the scope, e.g.static PromptScopeKindReturns the enum constant of this type with the specified name.static PromptScopeKind[]PromptScopeKind.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of PromptScopeKind in de.xima.fc.workflow.taglib.model
Methods in de.xima.fc.workflow.taglib.model that return PromptScopeKindModifier and TypeMethodDescriptionContextualPromptObjectReference.scopeKind()Gets the kind of scope for this prompt object reference.Methods in de.xima.fc.workflow.taglib.model with parameters of type PromptScopeKindModifier and TypeMethodDescriptionContextualPromptObjectReference.of(PromptScopeKind scopeKind, UUID objectId)