Uses of Class
org.apache.syncope.common.rest.api.beans.AbstractCSVSpec
-
Packages that use AbstractCSVSpec Package Description org.apache.syncope.client.console.panels org.apache.syncope.common.rest.api.beans org.apache.syncope.core.logic -
-
Uses of AbstractCSVSpec in org.apache.syncope.client.console.panels
Constructors in org.apache.syncope.client.console.panels with parameters of type AbstractCSVSpec Constructor Description CSVConfPanel(String id, AbstractCSVSpec spec)
-
Uses of AbstractCSVSpec in org.apache.syncope.common.rest.api.beans
Classes in org.apache.syncope.common.rest.api.beans with type parameters of type AbstractCSVSpec Modifier and Type Class Description protected static class
AbstractCSVSpec.Builder<T extends AbstractCSVSpec,B extends AbstractCSVSpec.Builder<T,B>>
Subclasses of AbstractCSVSpec in org.apache.syncope.common.rest.api.beans Modifier and Type Class Description class
CSVPullSpec
class
CSVPushSpec
Fields in org.apache.syncope.common.rest.api.beans declared as AbstractCSVSpec Modifier and Type Field Description protected T
AbstractCSVSpec.Builder. instance
-
Uses of AbstractCSVSpec in org.apache.syncope.core.logic
Methods in org.apache.syncope.core.logic with parameters of type AbstractCSVSpec Modifier and Type Method Description protected CsvSchema.Builder
ReconciliationLogic. csvSchema(AbstractCSVSpec spec)
-