Uses of Class
org.apache.syncope.common.lib.request.ResourceDR
-
Packages that use ResourceDR Package Description org.apache.syncope.common.lib.request org.apache.syncope.common.rest.api.service org.apache.syncope.core.rest.cxf.service -
-
Uses of ResourceDR in org.apache.syncope.common.lib.request
Methods in org.apache.syncope.common.lib.request that return ResourceDR Modifier and Type Method Description ResourceDRResourceDR.Builder. build() -
Uses of ResourceDR in org.apache.syncope.common.rest.api.service
Methods in org.apache.syncope.common.rest.api.service with parameters of type ResourceDR Modifier and Type Method Description javax.ws.rs.core.ResponseAnyService. deassociate(@NotNull ResourceDR req)Executes resource-related operations on given entity. -
Uses of ResourceDR in org.apache.syncope.core.rest.cxf.service
Methods in org.apache.syncope.core.rest.cxf.service with parameters of type ResourceDR Modifier and Type Method Description javax.ws.rs.core.ResponseAbstractAnyService. deassociate(ResourceDR req)
-