Uses of Interface
com.saperion.ws.predicates.CloneablePredicate
-
Packages that use CloneablePredicate Package Description com.saperion.ws.predicates Package for ws predicate classes. -
-
Uses of CloneablePredicate in com.saperion.ws.predicates
Classes in com.saperion.ws.predicates that implement CloneablePredicate Modifier and Type Class Description class
FavoritesPredicate
FavoritesPredicate to filter SaWsUser objects by it's id.class
RolesPredicate
RolesPredicate to filter SaWsUser objects by it's SaWSGroupkind.class
TruePredicate
TruePredicate.Methods in com.saperion.ws.predicates that return CloneablePredicate Modifier and Type Method Description CloneablePredicate<T>
CloneablePredicate. clone()
CloneablePredicate<SaWsUser>
FavoritesPredicate. clone()
Clones this predicate.CloneablePredicate<SaWsUser>
RolesPredicate. clone()
Clones this predicate.CloneablePredicate<SaWsUser>
TruePredicate. clone()
Returns an instance of this object.
-