Annotation Type CandidateValuesFilter
-
@Documented @Retention(RUNTIME) @Target(METHOD) @Inherited public @interface CandidateValuesFilterA CandidateValuesFilter can augment theSearchParametersfor a ConfigurationItem search. A @CandidateValuesFilter method should adhere to the following rules:- The method should be static
- The method should take 2 parameters:
- The
ConfigurationItemthat is the context - The
PropertyDescriptorthat the filter should be based on.
- The
- The method should return a new
SearchParameters
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.Stringname
-