Class AddRemoveAttributeValuesCapabilityType
- java.lang.Object
-
- com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
- com.evolveum.midpoint.xml.ns._public.resource.capabilities_3.CapabilityType
-
- com.evolveum.midpoint.xml.ns._public.resource.capabilities_3.AddRemoveAttributeValuesCapabilityType
-
- All Implemented Interfaces:
PlainStructured
,JaxbVisitable
,Serializable
,Cloneable
public class AddRemoveAttributeValuesCapabilityType extends CapabilityType
Indication that ADD and REMOVE of attribute values is reliably supported. If this capability is not present or disabled, READ+REPLACE mode is assumed. (Can be overridden at the level of individual attributes via readReplaceMode property.) BEWARE: READ+REPLACE is currently supported for attributes only - not for subjectToObject associations. DEPRECATED: Use addRemoveAttributeValues element of Update capability instead.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.evolveum.midpoint.prism.binding.PlainStructured
PlainStructured.WithoutStrategy
-
-
Field Summary
Fields Modifier and Type Field Description static QName
COMPLEX_TYPE
-
Fields inherited from class com.evolveum.midpoint.xml.ns._public.resource.capabilities_3.CapabilityType
enabled, F_ENABLED
-
-
Constructor Summary
Constructors Constructor Description AddRemoveAttributeValuesCapabilityType()
AddRemoveAttributeValuesCapabilityType(AddRemoveAttributeValuesCapabilityType other)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
accept(JaxbVisitor visitor)
AddRemoveAttributeValuesCapabilityType
clone()
AddRemoveAttributeValuesCapabilityType
enabled(Boolean value)
boolean
equals(Object other, StructuredEqualsStrategy strategy)
int
hashCode(StructuredHashCodeStrategy strategy)
-
Methods inherited from class com.evolveum.midpoint.xml.ns._public.resource.capabilities_3.CapabilityType
isEnabled, setEnabled
-
-
-
-
Field Detail
-
COMPLEX_TYPE
public static final QName COMPLEX_TYPE
-
-
Constructor Detail
-
AddRemoveAttributeValuesCapabilityType
public AddRemoveAttributeValuesCapabilityType()
-
AddRemoveAttributeValuesCapabilityType
public AddRemoveAttributeValuesCapabilityType(AddRemoveAttributeValuesCapabilityType other)
-
-
Method Detail
-
hashCode
public int hashCode(StructuredHashCodeStrategy strategy)
- Specified by:
hashCode
in interfacePlainStructured
- Overrides:
hashCode
in classCapabilityType
-
equals
public boolean equals(Object other, StructuredEqualsStrategy strategy)
- Specified by:
equals
in interfacePlainStructured
- Overrides:
equals
in classCapabilityType
-
enabled
public AddRemoveAttributeValuesCapabilityType enabled(Boolean value)
- Overrides:
enabled
in classCapabilityType
-
accept
public void accept(JaxbVisitor visitor)
- Specified by:
accept
in interfaceJaxbVisitable
- Overrides:
accept
in classCapabilityType
-
clone
public AddRemoveAttributeValuesCapabilityType clone()
- Specified by:
clone
in interfacePlainStructured
- Overrides:
clone
in classCapabilityType
-
-