Uses of Enum Class
org.apache.syncope.common.lib.types.PatchOperation
Packages that use PatchOperation
Package
Description
-
Uses of PatchOperation in org.apache.syncope.common.lib.request
Methods in org.apache.syncope.common.lib.request that return PatchOperationMethods in org.apache.syncope.common.lib.request with parameters of type PatchOperationModifier and TypeMethodDescriptionAbstractPatch.Builder.operation(PatchOperation operation) voidAbstractPatch.setOperation(PatchOperation operation) voidAbstractReplacePatchItem.setOperation(PatchOperation operation) -
Uses of PatchOperation in org.apache.syncope.common.lib.types
Methods in org.apache.syncope.common.lib.types that return PatchOperationModifier and TypeMethodDescriptionstatic PatchOperationReturns the enum constant of this class with the specified name.static PatchOperation[]PatchOperation.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of PatchOperation in org.apache.syncope.core.rest.cxf.service
Methods in org.apache.syncope.core.rest.cxf.service with parameters of type PatchOperationModifier and TypeMethodDescriptionprotected voidAbstractAnyService.addUpdateOrReplaceAttr(String key, SchemaType schemaType, Attr attrTO, PatchOperation operation)