Uses of Interface
com.activeviam.tech.core.api.property.IProperty
Packages that use IProperty
Package
Description
Filtering is done when we need a service to concentrate only on a subset of objects in a set or a
stream of objects and disregard the unwanted ones.
-
Uses of IProperty in com.activeviam.activepivot.core.intf.api.cube.metadata
Methods in com.activeviam.activepivot.core.intf.api.cube.metadata that return types with arguments of type IPropertyModifier and TypeMethodDescriptionILevelInfo.getMemberProperties()Get the mapping (propertyName ->IProperty) of the introspecting properties applicable on the members of this level. -
Uses of IProperty in com.activeviam.activepivot.core.intf.api.query.drillthrough
Methods in com.activeviam.activepivot.core.intf.api.query.drillthrough that return types with arguments of type IPropertyModifier and TypeMethodDescriptionMapDrillthroughQuery.getAvailableAttributes()Monitoring attributes of this class exposed via MBeans. -
Uses of IProperty in com.activeviam.tech.core.api.filtering
Methods in com.activeviam.tech.core.api.filtering that return IPropertyModifier and TypeMethodDescriptionIMultipleAccessor.getProperties()Returns the underlying properties of this accessor.ISingleAccessor.getProperty()Returns the underlying property this accessor represents. -
Uses of IProperty in com.activeviam.tech.core.api.filtering.impl
Methods in com.activeviam.tech.core.api.filtering.impl that return IPropertyConstructors in com.activeviam.tech.core.api.filtering.impl with parameters of type IPropertyModifierConstructorDescriptionMultipleAccessor(IProperty[] properties) SingleAccessor(IProperty property) -
Uses of IProperty in com.activeviam.tech.core.api.property
Subinterfaces of IProperty in com.activeviam.tech.core.api.propertyModifier and TypeInterfaceDescriptioninterfaceExtension of the IProperty interface that adds support for compiled properties.interfaceA compiled property, compiled specifically for the instances of a target class.interfaceInterface that any custom property must implement to be recognized as a plugin.Methods in com.activeviam.tech.core.api.property that return IPropertyMethods in com.activeviam.tech.core.api.property that return types with arguments of type IPropertyModifier and TypeMethodDescriptionIProperty.getPropertyChain()Get the property chain corresponding to this property, that is the chain of atomic properties defining this property. -
Uses of IProperty in com.activeviam.tech.core.api.property.impl
Classes in com.activeviam.tech.core.api.property.impl that implement IPropertyModifier and TypeClassDescriptionclassThis is the base class for custom properties, implementing the basic behavior shared by all custom properties.classBase class for properties.classMultiple purpose, dynamic implementation of the IProperty contract.final classDefault implementation of the IProperty contract.Methods in com.activeviam.tech.core.api.property.impl that return types with arguments of type IPropertyConstructor parameters in com.activeviam.tech.core.api.property.impl with type arguments of type IProperty -
Uses of IProperty in com.qfs.snl.agent.impl
Methods in com.qfs.snl.agent.impl that return types with arguments of type IPropertyModifier and TypeMethodDescriptionCacheAgentService.getAvailableAttributes()MonitoringService.getAvailableAttributes() -
Uses of IProperty in com.qfs.snl.agent.service.impl
Methods in com.qfs.snl.agent.service.impl that return types with arguments of type IPropertyModifier and TypeMethodDescriptionMonitoredAgentDescription.getAvailableAttributes()SentinelBatchPublisher.getAvailableAttributes()SentinelDaemon.getAvailableAttributes()SentinelDaemonActions.getAvailableAttributes() -
Uses of IProperty in com.qfs.snl.monitoring
Methods in com.qfs.snl.monitoring that return types with arguments of type IProperty -
Uses of IProperty in com.qfs.snl.monitoring.impl
Methods in com.qfs.snl.monitoring.impl that return types with arguments of type IPropertyModifier and TypeMethodDescriptionSessionFactoryMonitoring.getAvailableAttributes()WebSocketConfigurationMonitoring.getAvailableAttributes() -
Uses of IProperty in com.qfs.snl.workflows.impl
Methods in com.qfs.snl.workflows.impl that return types with arguments of type IProperty