Uses of Interface
org.faktorips.runtime.IRuntimeRepositoryLookup
-
Packages that use IRuntimeRepositoryLookup Package Description org.faktorips.runtime org.faktorips.runtime.internal -
-
Uses of IRuntimeRepositoryLookup in org.faktorips.runtime
Methods in org.faktorips.runtime that return IRuntimeRepositoryLookup Modifier and Type Method Description IRuntimeRepositoryLookupIRuntimeRepository. getRuntimeRepositoryLookup()Returns theIRuntimeRepositoryLookupthat was previously set usingIRuntimeRepository.setRuntimeRepositoryLookup(IRuntimeRepositoryLookup).Methods in org.faktorips.runtime with parameters of type IRuntimeRepositoryLookup Modifier and Type Method Description voidIRuntimeRepository. setRuntimeRepositoryLookup(IRuntimeRepositoryLookup repositoryLookup)Setting aIRuntimeRepositoryLookupis needed to enable serialization of policy components. -
Uses of IRuntimeRepositoryLookup in org.faktorips.runtime.internal
Methods in org.faktorips.runtime.internal that return IRuntimeRepositoryLookup Modifier and Type Method Description IRuntimeRepositoryLookupAbstractRuntimeRepository. getRuntimeRepositoryLookup()Methods in org.faktorips.runtime.internal with parameters of type IRuntimeRepositoryLookup Modifier and Type Method Description voidAbstractRuntimeRepository. setRuntimeRepositoryLookup(IRuntimeRepositoryLookup repositoryLookup)
-