Uses of Class
org.exoplatform.management.annotations.ImpactType
-
Packages that use ImpactType Package Description org.exoplatform.management.annotations This package defines the annotations the defines the management interface of a service.org.exoplatform.management.spi 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 ImpactType Modifier and Type Method Description ImpactTypevalue()static ImpactTypeImpactType. valueOf(String name)Returns the enum constant of this type with the specified name.static ImpactType[]ImpactType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ImpactType in org.exoplatform.management.spi
Methods in org.exoplatform.management.spi that return ImpactType Modifier and Type Method Description ImpactTypeManagedMethodMetaData. getImpact()Constructors in org.exoplatform.management.spi with parameters of type ImpactType Constructor Description ManagedMethodMetaData(Method method, ImpactType impactType)Build a new instance.
-