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