Uses of Enum Class
net.solarnetwork.central.domain.LocationPrecision
Packages that use LocationPrecision
-
Uses of LocationPrecision in net.solarnetwork.central.domain
Methods in net.solarnetwork.central.domain that return LocationPrecisionModifier and TypeMethodDescriptionstatic LocationPrecisionReturns the enum constant of this class with the specified name.static LocationPrecision[]LocationPrecision.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.solarnetwork.central.domain with parameters of type LocationPrecisionModifier and TypeMethodDescriptionintLocationPrecision.comparePrecision(LocationPrecision other) Compare the precision of this to another. -
Uses of LocationPrecision in net.solarnetwork.central.security
Methods in net.solarnetwork.central.security that return LocationPrecisionModifier and TypeMethodDescriptionBasicSecurityPolicy.getMinLocationPrecision()SecurityPolicy.getMinLocationPrecision()Get a minimum location precision this policy applies to.Methods in net.solarnetwork.central.security that return types with arguments of type LocationPrecisionModifier and TypeMethodDescriptionBasicSecurityPolicy.getLocationPrecisions()SecurityPolicy.getLocationPrecisions()Get a location precision this policy applies to.Methods in net.solarnetwork.central.security with parameters of type LocationPrecisionModifier and TypeMethodDescriptionBasicSecurityPolicy.Builder.withMinLocationPrecision(LocationPrecision minLocationPrecision) Treat the configuredlocationPrecisionsset as a single minimum value or a list of exact values.Method parameters in net.solarnetwork.central.security with type arguments of type LocationPrecisionModifier and TypeMethodDescriptionBasicSecurityPolicy.Builder.withLocationPrecisions(Set<LocationPrecision> locationPrecisions) BasicSecurityPolicy.Builder.withMergedLocationPrecisions(Set<LocationPrecision> locationPrecisions) Constructors in net.solarnetwork.central.security with parameters of type LocationPrecisionModifierConstructorDescriptionBasicSecurityPolicy(Set<Long> nodeIds, Set<String> sourceIds, Set<net.solarnetwork.domain.datum.Aggregation> aggregations, net.solarnetwork.domain.datum.Aggregation minAggregation, Set<LocationPrecision> locationPrecisions, LocationPrecision minLocationPrecision, Set<String> nodeMetadataPaths, Set<String> userMetadataPaths) Constructor.BasicSecurityPolicy(Set<Long> nodeIds, Set<String> sourceIds, Set<net.solarnetwork.domain.datum.Aggregation> aggregations, net.solarnetwork.domain.datum.Aggregation minAggregation, Set<LocationPrecision> locationPrecisions, LocationPrecision minLocationPrecision, Set<String> nodeMetadataPaths, Set<String> userMetadataPaths, Instant notAfter, Boolean refreshAllowed) Constructor.BasicSecurityPolicy(Set<Long> nodeIds, Set<String> sourceIds, Set<net.solarnetwork.domain.datum.Aggregation> aggregations, net.solarnetwork.domain.datum.Aggregation minAggregation, Set<LocationPrecision> locationPrecisions, LocationPrecision minLocationPrecision, Set<String> nodeMetadataPaths, Set<String> userMetadataPaths, Set<String> apiPaths, Instant notAfter, Boolean refreshAllowed) Constructor.