Uses of Enum Class
org.exoplatform.management.annotations.ImpactType
Packages that use ImpactType
Package
Description
This package defines the annotations the defines the management interface of a service.
The Service Provider Interface for the eXo management framework.
-
Uses of ImpactType in org.exoplatform.management.annotations
Methods in org.exoplatform.management.annotations that return ImpactTypeModifier and TypeMethodDescriptionstatic ImpactTypeReturns the enum constant of this class with the specified name.static ImpactType[]ImpactType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of ImpactType in org.exoplatform.management.spi
Methods in org.exoplatform.management.spi that return ImpactTypeConstructors in org.exoplatform.management.spi with parameters of type ImpactTypeModifierConstructorDescriptionManagedMethodMetaData(Method method, ImpactType impactType) Build a new instance.