Uses of Class
org.kie.efesto.common.api.identifiers.ModelLocalUriId
-
Packages that use ModelLocalUriId Package Description org.kie.efesto.common.api.cache org.kie.efesto.common.api.identifiers org.kie.efesto.common.api.model -
-
Uses of ModelLocalUriId in org.kie.efesto.common.api.cache
Constructors in org.kie.efesto.common.api.cache with parameters of type ModelLocalUriId Constructor Description EfestoIdentifierClassKey(ModelLocalUriId modelLocalUriId, EfestoClassKey efestoClassKey) -
Uses of ModelLocalUriId in org.kie.efesto.common.api.identifiers
Methods in org.kie.efesto.common.api.identifiers that return ModelLocalUriId Modifier and Type Method Description ModelLocalUriIdModelLocalUriId. asModelLocalUriId() -
Uses of ModelLocalUriId in org.kie.efesto.common.api.model
Methods in org.kie.efesto.common.api.model that return ModelLocalUriId Modifier and Type Method Description ModelLocalUriIdGeneratedExecutableResource. getModelLocalUriId()ModelLocalUriIdGeneratedRedirectResource. getModelLocalUriId()Methods in org.kie.efesto.common.api.model that return types with arguments of type ModelLocalUriId Modifier and Type Method Description default Set<ModelLocalUriId>EfestoContext. localUriIdKeySet()Methods in org.kie.efesto.common.api.model with parameters of type ModelLocalUriId Modifier and Type Method Description default voidEfestoContext. addGeneratedClasses(ModelLocalUriId modelLocalUriId, Map<String,byte[]> generatedClasses)Add generated classes with the keyfridefault booleanEfestoContext. containsKey(ModelLocalUriId localUri)Returnstrueif this map contains a mapping for thefridefault Map<String,byte[]>EfestoContext. getGeneratedClasses(ModelLocalUriId modelLocalUriId)Get previously generated classes with the keyfriConstructors in org.kie.efesto.common.api.model with parameters of type ModelLocalUriId Constructor Description GeneratedExecutableResource(ModelLocalUriId modelLocalUriId, List<String> fullClassNames)GeneratedRedirectResource(ModelLocalUriId modelLocalUriId, String target)
-