Uses of Class
lumis.portal.serviceinterface.style.ServiceInterfaceStyleConfig.IsolationLevel
-
Packages that use ServiceInterfaceStyleConfig.IsolationLevel Package Description lumis.portal.serviceinterface.style lumis.portal.structure.sync.model.global -
-
Uses of ServiceInterfaceStyleConfig.IsolationLevel in lumis.portal.serviceinterface.style
Fields in lumis.portal.serviceinterface.style declared as ServiceInterfaceStyleConfig.IsolationLevel Modifier and Type Field Description protected ServiceInterfaceStyleConfig.IsolationLevel
ServiceInterfaceStyleConfig. isolationLevel
Methods in lumis.portal.serviceinterface.style that return ServiceInterfaceStyleConfig.IsolationLevel Modifier and Type Method Description ServiceInterfaceStyleConfig.IsolationLevel
ServiceInterfaceStyleConfig. getIsolationLevel()
Returns the isolation level for this style.static ServiceInterfaceStyleConfig.IsolationLevel
ServiceInterfaceStyleConfig.IsolationLevel. valueOf(String name)
Returns the enum constant of this type with the specified name.static ServiceInterfaceStyleConfig.IsolationLevel[]
ServiceInterfaceStyleConfig.IsolationLevel. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in lumis.portal.serviceinterface.style with parameters of type ServiceInterfaceStyleConfig.IsolationLevel Modifier and Type Method Description void
ServiceInterfaceStyleConfig. setIsolation(ServiceInterfaceStyleConfig.IsolationLevel isolationLevel, Collection<String> allowedConsumers)
Sets the isolationLevel. -
Uses of ServiceInterfaceStyleConfig.IsolationLevel in lumis.portal.structure.sync.model.global
Methods in lumis.portal.structure.sync.model.global that return ServiceInterfaceStyleConfig.IsolationLevel Modifier and Type Method Description ServiceInterfaceStyleConfig.IsolationLevel
GlobalInterfaceStyle. getIsolationLevel()
ServiceInterfaceStyleConfig.IsolationLevel
InterfaceStyle. getIsolationLevel()
-