Uses of Interface
org.apache.syncope.common.lib.search.SyncopePartialCondition
-
Packages that use SyncopePartialCondition Package Description org.apache.syncope.common.lib.search -
-
Uses of SyncopePartialCondition in org.apache.syncope.common.lib.search
Classes in org.apache.syncope.common.lib.search with type parameters of type SyncopePartialCondition Modifier and Type Class Description class
AbstractFiqlSearchConditionBuilder<P extends SyncopeProperty<C>,PA extends SyncopePartialCondition<P,C>,C extends SyncopeCompleteCondition<PA,P>>
protected static class
AbstractFiqlSearchConditionBuilder.Builder<P extends SyncopeProperty<C>,PA extends SyncopePartialCondition<P,C>,C extends SyncopeCompleteCondition<PA,P>>
interface
SyncopeCompleteCondition<PA extends SyncopePartialCondition<P,?>,P extends SyncopeProperty<?>>
Subinterfaces of SyncopePartialCondition in org.apache.syncope.common.lib.search Modifier and Type Interface Description interface
AnyObjectPartialCondition
interface
ConnObjectTOPartialCondition
interface
GroupPartialCondition
interface
UserPartialCondition
Classes in org.apache.syncope.common.lib.search that implement SyncopePartialCondition Modifier and Type Class Description protected static class
AbstractFiqlSearchConditionBuilder.Builder<P extends SyncopeProperty<C>,PA extends SyncopePartialCondition<P,C>,C extends SyncopeCompleteCondition<PA,P>>
protected class
AnyObjectFiqlSearchConditionBuilder.Builder
protected static class
ConnObjectTOFiqlSearchConditionBuilder.Builder
protected static class
GroupFiqlSearchConditionBuilder.Builder
protected static class
UserFiqlSearchConditionBuilder.Builder
-