Uses of Class
com.evolveum.midpoint.repo.api.query.SimpleFilterType

Packages that use SimpleFilterType
com.evolveum.midpoint.repo.api.query   
 

Uses of SimpleFilterType in com.evolveum.midpoint.repo.api.query
 

Methods in com.evolveum.midpoint.repo.api.query that return SimpleFilterType
 SimpleFilterType SimpleFilter.getFilterType()
           
static SimpleFilterType SimpleFilterType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SimpleFilterType[] SimpleFilterType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.evolveum.midpoint.repo.api.query with parameters of type SimpleFilterType
 void SimpleFilter.setFilterType(SimpleFilterType filterType)
           
 

Constructors in com.evolveum.midpoint.repo.api.query with parameters of type SimpleFilterType
SimpleFilter(SimpleFilterType filterType, ItemPath propertyPath)
           
SimpleFilter(SimpleFilterType filterType, ItemPath propertyPath, PrismPropertyValue<T> value)
           
 



Copyright © 2013 evolveum. All Rights Reserved.