Uses of Interface
org.apache.syncope.common.lib.search.SyncopeProperty
-
Packages that use SyncopeProperty Package Description org.apache.syncope.common.lib.search -
-
Uses of SyncopeProperty in org.apache.syncope.common.lib.search
Classes in org.apache.syncope.common.lib.search with type parameters of type SyncopeProperty 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<?>>
interface
SyncopePartialCondition<P extends SyncopeProperty<C>,C extends SyncopeCompleteCondition<?,P>>
Subinterfaces of SyncopeProperty in org.apache.syncope.common.lib.search Modifier and Type Interface Description interface
AnyObjectProperty
interface
ConnObjectTOProperty
interface
GroupProperty
interface
UserProperty
Classes in org.apache.syncope.common.lib.search that implement SyncopeProperty 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
-