Uses of Class
org.apache.syncope.common.lib.request.AnyObjectUR
-
Packages that use AnyObjectUR Package Description org.apache.syncope.common.lib org.apache.syncope.common.lib.request -
-
Uses of AnyObjectUR in org.apache.syncope.common.lib
Methods in org.apache.syncope.common.lib that return AnyObjectUR Modifier and Type Method Description static AnyObjectURAnyOperations. diff(AnyObjectTO updated, AnyObjectTO original, boolean incremental)Calculate modifications needed by first in order to be equal to second.Methods in org.apache.syncope.common.lib with parameters of type AnyObjectUR Modifier and Type Method Description static AnyObjectTOAnyOperations. patch(AnyObjectTO anyObjectTO, AnyObjectUR anyObjectUR) -
Uses of AnyObjectUR in org.apache.syncope.common.lib.request
Methods in org.apache.syncope.common.lib.request that return AnyObjectUR Modifier and Type Method Description protected AnyObjectURAnyObjectUR.Builder. newInstance()
-