Uses of Enum Class
com.evolveum.midpoint.prism.schemaContext.resolver.Algorithm
Packages that use Algorithm
-
Uses of Algorithm in com.evolveum.midpoint.prism.schemaContext.resolver
Methods in com.evolveum.midpoint.prism.schemaContext.resolver that return AlgorithmModifier and TypeMethodDescriptionstatic AlgorithmAlgorithm.findAlgorithmByName(String name) static AlgorithmReturns the enum constant of this class with the specified name.static Algorithm[]Algorithm.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.evolveum.midpoint.prism.schemaContext.resolver that return types with arguments of type AlgorithmModifier and TypeMethodDescriptionstatic Map<Algorithm,ContextResolverFactory> SchemaContextResolverRegistry.getRegistry()Methods in com.evolveum.midpoint.prism.schemaContext.resolver with parameters of type AlgorithmModifier and TypeMethodDescriptionstatic voidSchemaContextResolverRegistry.register(Algorithm algorithm, ContextResolverFactory contextResolverFactory)