Uses of Class
org.apache.syncope.common.lib.request.AnyUR
-
Packages that use AnyUR Package Description org.apache.syncope.common.lib org.apache.syncope.common.lib.request org.apache.syncope.common.lib.types -
-
Uses of AnyUR in org.apache.syncope.common.lib
Methods in org.apache.syncope.common.lib with type parameters of type AnyUR Modifier and Type Method Description static <TO extends AnyTO,P extends AnyUR>
PAnyOperations. diff(TO updated, TO original, boolean incremental)Methods in org.apache.syncope.common.lib with parameters of type AnyUR Modifier and Type Method Description static voidAnyOperations. cleanEmptyAttrs(AnyTO anyTO, AnyUR anyUR)Add PLAIN attribute DELETE patch for those attributes of the input AnyTO without values or containing null valuestatic AnyTOAnyOperations. patch(AnyTO anyTO, AnyUR anyUR) -
Uses of AnyUR in org.apache.syncope.common.lib.request
Classes in org.apache.syncope.common.lib.request with type parameters of type AnyUR Modifier and Type Class Description protected static classAnyUR.Builder<R extends AnyUR,B extends AnyUR.Builder<R,B>>Subclasses of AnyUR in org.apache.syncope.common.lib.request Modifier and Type Class Description classAnyObjectURclassGroupURclassUserURFields in org.apache.syncope.common.lib.request declared as AnyUR Modifier and Type Field Description protected RAnyUR.Builder. instance -
Uses of AnyUR in org.apache.syncope.common.lib.types
Methods in org.apache.syncope.common.lib.types that return types with arguments of type AnyUR Modifier and Type Method Description Class<? extends AnyUR>AnyTypeKind. getURClass()
-