Uses of Class
com.flowable.engage.engine.impl.permission.AuthorizedConversationAction
-
Packages that use AuthorizedConversationAction Package Description com.flowable.engage.engine.impl.permission -
-
Uses of AuthorizedConversationAction in com.flowable.engage.engine.impl.permission
Methods in com.flowable.engage.engine.impl.permission that return AuthorizedConversationAction Modifier and Type Method Description static AuthorizedConversationAction
AuthorizedConversationAction. parseFromKey(String key)
static AuthorizedConversationAction
AuthorizedConversationAction. valueOf(String name)
Returns the enum constant of this type with the specified name.static AuthorizedConversationAction[]
AuthorizedConversationAction. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-