Interface IDataSetPredicate<A>
- All Known Subinterfaces:
IAuthorizationGuardPredicate<T,D>
public interface IDataSetPredicate<A>
Interface implemented by classes which are able to extract data set codes from a method argument of type
A.
This is an internal class. Do not use it as a user of the API.
-
Method Summary
Modifier and TypeMethodDescriptiongetDataSetCodes(A argument) Extracts from the specified argument data set codes.
-
Method Details
-
getDataSetCodes
Extracts from the specified argument data set codes. Returns an empty list if there is no data set code to extract.
-