Uses of Class
org.apache.syncope.common.lib.to.AnyObjectTO
-
Packages that use AnyObjectTO Package Description org.apache.syncope.common.lib -
-
Uses of AnyObjectTO in org.apache.syncope.common.lib
Methods in org.apache.syncope.common.lib that return AnyObjectTO Modifier and Type Method Description static AnyObjectTOAnyOperations. patch(AnyObjectTO anyObjectTO, AnyObjectUR anyObjectUR)Methods in org.apache.syncope.common.lib with parameters of type AnyObjectTO 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.static AnyObjectTOAnyOperations. patch(AnyObjectTO anyObjectTO, AnyObjectUR anyObjectUR)
-