Uses of Interface
org.kie.efesto.common.api.model.GeneratedResource
-
Packages that use GeneratedResource Package Description org.kie.efesto.common.api.model org.kie.efesto.common.api.utils -
-
Uses of GeneratedResource in org.kie.efesto.common.api.model
Classes in org.kie.efesto.common.api.model that implement GeneratedResource Modifier and Type Class Description classGeneratedClassResourceAGeneratedResourcemeant to map aClassclassGeneratedExecutableResourceAGeneratedResourcemeant to be directly executed, with a full reference name (frn) identifierclassGeneratedRedirectResourceAGeneratedResourcenot meant to be directly executed, linking to anotherGeneratedResource -
Uses of GeneratedResource in org.kie.efesto.common.api.utils
Methods in org.kie.efesto.common.api.utils that return GeneratedResource Modifier and Type Method Description static GeneratedResourceJSONUtils. getGeneratedResourceObject(String generatedResourceString)Methods in org.kie.efesto.common.api.utils with parameters of type GeneratedResource Modifier and Type Method Description static StringJSONUtils. getGeneratedResourceString(GeneratedResource generatedResource)
-