Uses of Class
org.chenile.service.registry.model.ChenileRemoteParamDefinition
Packages that use ChenileRemoteParamDefinition
Package
Description
This contains remote service registry code.
-
Uses of ChenileRemoteParamDefinition in org.chenile.service.registry.model
Fields in org.chenile.service.registry.model with type parameters of type ChenileRemoteParamDefinitionMethods in org.chenile.service.registry.model that return types with arguments of type ChenileRemoteParamDefinitionModifier and TypeMethodDescriptionstatic List<ChenileRemoteParamDefinition> ServiceRegistryFingerprint.normalizeParams(List<ChenileRemoteParamDefinition> params) Methods in org.chenile.service.registry.model with parameters of type ChenileRemoteParamDefinitionModifier and TypeMethodDescriptionstatic StringServiceRegistryFingerprint.paramDisplayKey(ChenileRemoteParamDefinition param) static StringServiceRegistryFingerprint.paramFingerprint(ChenileRemoteParamDefinition param) Method parameters in org.chenile.service.registry.model with type arguments of type ChenileRemoteParamDefinitionModifier and TypeMethodDescriptionstatic List<ChenileRemoteParamDefinition> ServiceRegistryFingerprint.normalizeParams(List<ChenileRemoteParamDefinition> params) private static StringServiceRegistryFingerprint.paramListKey(List<ChenileRemoteParamDefinition> params) -
Uses of ChenileRemoteParamDefinition in org.chenile.service.registry.service.impl
Methods in org.chenile.service.registry.service.impl with parameters of type ChenileRemoteParamDefinitionModifier and TypeMethodDescriptionServiceRegistryServiceImpl.serviceLinkIssue(ChenileRemoteServiceDefinition service, ChenileRemoteOperationDefinition operation, ChenileRemoteParamDefinition param, int duplicateCount)