Uses of Enum Class
com.flowable.engage.engine.impl.permission.AuthorizedConversationAction
Packages that use AuthorizedConversationAction
-
Uses of AuthorizedConversationAction in com.flowable.engage.engine.impl.permission
Subclasses with type arguments of type AuthorizedConversationAction in com.flowable.engage.engine.impl.permissionModifier and TypeClassDescriptionenumThis enumeration contains a list of actions which are authorized as part of the permission check when executing actions in a conversation.Methods in com.flowable.engage.engine.impl.permission that return AuthorizedConversationActionModifier and TypeMethodDescriptionstatic AuthorizedConversationActionAuthorizedConversationAction.parseFromKey(String key) static AuthorizedConversationActionReturns the enum constant of this class with the specified name.static AuthorizedConversationAction[]AuthorizedConversationAction.values()Returns an array containing the constants of this enum class, in the order they are declared.