Uses of Class
org.apache.syncope.common.lib.request.AbstractPatch
-
Packages that use AbstractPatch Package Description org.apache.syncope.common.lib.request -
-
Uses of AbstractPatch in org.apache.syncope.common.lib.request
Classes in org.apache.syncope.common.lib.request with type parameters of type AbstractPatch Modifier and Type Class Description protected static class
AbstractPatch.Builder<P extends AbstractPatch,B extends AbstractPatch.Builder<P,B>>
Subclasses of AbstractPatch in org.apache.syncope.common.lib.request Modifier and Type Class Description class
AbstractPatchItem<T>
class
AbstractReplacePatchItem<T>
When a field of this type fromAnyUR
,AnyObjectUR
,GroupUR
orUserUR
isnull
, no change will be performed; otherwise the result fromAbstractPatchItem.getValue()
will replace the current value of the related field.class
AttrPatch
class
BooleanReplacePatchItem
class
LinkedAccountUR
class
LongPatchItem
class
MembershipUR
class
PasswordPatch
class
RelationshipUR
class
ResourceAR
Resource Association Request.class
StatusR
class
StringPatchItem
class
StringReplacePatchItem
Fields in org.apache.syncope.common.lib.request declared as AbstractPatch Modifier and Type Field Description protected P
AbstractPatch.Builder. instance
-