Uses of Class
org.kie.efesto.common.api.model.FRI
-
Packages that use FRI Package Description org.kie.efesto.common.api.model org.kie.efesto.common.api.utils -
-
Uses of FRI in org.kie.efesto.common.api.model
Methods in org.kie.efesto.common.api.model that return FRI Modifier and Type Method Description FRIGeneratedExecutableResource. getFri()FRIGeneratedRedirectResource. getFri()Methods in org.kie.efesto.common.api.model that return types with arguments of type FRI Modifier and Type Method Description default Set<FRI>EfestoContext. friKeySet()Methods in org.kie.efesto.common.api.model with parameters of type FRI Modifier and Type Method Description default voidEfestoContext. addGeneratedClasses(FRI fri, Map<String,byte[]> generatedClasses)Add generated classes with the keyfridefault booleanEfestoContext. containsKey(FRI fri)Returnstrueif this map contains a mapping for thefridefault Map<String,byte[]>EfestoContext. getGeneratedClasses(FRI fri)Get previously generated classes with the keyfriConstructors in org.kie.efesto.common.api.model with parameters of type FRI Constructor Description GeneratedExecutableResource(FRI fri, List<String> fullClassNames)GeneratedRedirectResource(FRI fri, String target) -
Uses of FRI in org.kie.efesto.common.api.utils
Methods in org.kie.efesto.common.api.utils that return FRI Modifier and Type Method Description static FRIJSONUtils. getFRIObject(String friString)Methods in org.kie.efesto.common.api.utils with parameters of type FRI Modifier and Type Method Description static StringJSONUtils. getFRIString(FRI fri)
-