Uses of Class
org.apache.syncope.common.lib.types.ConnConfPropSchema
-
Packages that use ConnConfPropSchema Package Description org.apache.syncope.common.lib.to org.apache.syncope.common.lib.types -
-
Uses of ConnConfPropSchema in org.apache.syncope.common.lib.to
Methods in org.apache.syncope.common.lib.to that return types with arguments of type ConnConfPropSchema Modifier and Type Method Description List<ConnConfPropSchema>ConnIdBundle. getProperties() -
Uses of ConnConfPropSchema in org.apache.syncope.common.lib.types
Methods in org.apache.syncope.common.lib.types that return ConnConfPropSchema Modifier and Type Method Description ConnConfPropSchemaConnConfProperty. getSchema()Methods in org.apache.syncope.common.lib.types with parameters of type ConnConfPropSchema Modifier and Type Method Description intConnConfPropSchema. compareTo(ConnConfPropSchema other)voidConnConfProperty. setSchema(ConnConfPropSchema schema)
-