Uses of Class
org.bonitasoft.web.client.model.ConfigurationState
-
Packages that use ConfigurationState Package Description org.bonitasoft.web.client.model -
-
Uses of ConfigurationState in org.bonitasoft.web.client.model
Methods in org.bonitasoft.web.client.model that return ConfigurationState Modifier and Type Method Description static ConfigurationStateConfigurationState. fromValue(String value)ConfigurationStateProcessDefinition. getConfigurationState()Get configurationStatestatic ConfigurationStateConfigurationState. valueOf(String name)Returns the enum constant of this type with the specified name.static ConfigurationState[]ConfigurationState. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.bonitasoft.web.client.model with parameters of type ConfigurationState Modifier and Type Method Description ProcessDefinitionProcessDefinition. configurationState(ConfigurationState configurationState)voidProcessDefinition. setConfigurationState(ConfigurationState configurationState)
-