All Methods Static Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
static void |
addEventTriggers(Collection<UIEventTrigger> uiEventTriggers,
org.qubership.automation.itf.core.model.jpa.system.stub.Situation parent) |
static void |
addInterceptorConfiguration(org.qubership.automation.itf.core.model.interceptor.Interceptor interceptor,
String transportName,
Map<String,String> configuration) |
static org.qubership.automation.itf.core.model.interceptor.Interceptor |
createInterceptorByProvider(org.qubership.automation.itf.core.util.provider.InterceptorProvider interceptorProvider) |
static void |
fillInterceptorParams(org.qubership.automation.itf.core.model.interceptor.Interceptor interceptor,
org.qubership.automation.itf.core.util.provider.InterceptorProvider interceptorProvider,
UIInterceptor uiInterceptor) |
static org.qubership.automation.itf.core.model.interceptor.Interceptor |
findInterceptorByIdAndProvider(String id,
org.qubership.automation.itf.core.util.provider.InterceptorProvider provider) |
static <U extends org.qubership.automation.itf.core.model.common.Storable> U |
get(String id,
Class<U> uClazz)
return object for id from repository.
|
static org.qubership.automation.itf.core.util.provider.InterceptorProvider |
getInterceptorProvider(String providerId) |
static int |
getInterceptorsMaxOrder(Collection<org.qubership.automation.itf.core.model.interceptor.Interceptor> interceptors) |
static <U extends org.qubership.automation.itf.core.model.common.Storable> org.qubership.automation.itf.core.hibernate.spring.managers.base.ObjectManager<U> |
getManager(Class<U> clazz) |
static String |
getName(org.qubership.automation.itf.core.model.common.Storable storable) |
String |
getTopStackTrace(Throwable ex) |
static Map<String,String> |
interceptorParamsToMap(UIInterceptor uiInterceptor) |
static boolean |
IsInGroup(Class<?> interceptor,
String interceptorGroup) |
static void |
reactivateInterceptor(Map<String,org.qubership.automation.itf.core.model.interceptor.Interceptor> objectInterceptorMap,
org.qubership.automation.itf.core.model.interceptor.Interceptor interceptor,
String providerId) |
static <U extends org.qubership.automation.itf.core.model.common.Storable> Set<U> |
remove(Collection<U> source,
Collection<String> ids) |
static <U extends org.qubership.automation.itf.core.model.common.Storable> Set<U> |
remove(Collection<U> source,
List<? extends UIIdentifiedObject> ids) |
static <U extends org.qubership.automation.itf.core.model.common.Storable> Set<U> |
remove(Collection<U> source,
String... ids) |
static void |
throwExceptionIfNull(org.qubership.automation.itf.core.model.common.Storable storable,
String name,
String id,
Class type) |
static void |
throwExceptionIfNull(org.qubership.automation.itf.core.model.common.Storable storable,
String name,
String id,
Class type,
String operation) |
static void |
throwExceptionIfNull(org.qubership.automation.itf.core.model.common.Storable storable,
String name,
String id,
String type) |
static List<org.qubership.automation.itf.core.model.condition.parameter.ConditionParameter> |
toConditionParameters(List<UICondition> conditions) |
static void |
validateParsingRule(UIParsingRule uiParsingRule,
org.qubership.automation.itf.core.model.jpa.message.parser.ParsingRule parsingRule) |