Uses of Class
org.bonitasoft.web.client.model.TenantResourceState
-
Packages that use TenantResourceState Package Description org.bonitasoft.web.client.model -
-
Uses of TenantResourceState in org.bonitasoft.web.client.model
Methods in org.bonitasoft.web.client.model that return TenantResourceState Modifier and Type Method Description static TenantResourceStateTenantResourceState. fromValue(String value)TenantResourceStateBdm. getState()Get stateTenantResourceStateBDMAccessControl. getState()Get statestatic TenantResourceStateTenantResourceState. valueOf(String name)Returns the enum constant of this type with the specified name.static TenantResourceState[]TenantResourceState. 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 TenantResourceState Modifier and Type Method Description voidBdm. setState(TenantResourceState state)voidBDMAccessControl. setState(TenantResourceState state)BdmBdm. state(TenantResourceState state)BDMAccessControlBDMAccessControl. state(TenantResourceState state)
-