Class ModificationDto
- java.lang.Object
-
- com.evolveum.midpoint.web.component.model.delta.ModificationDto
-
- All Implemented Interfaces:
Serializable
public class ModificationDto extends Object implements Serializable
Preliminary version.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static String
F_ATTRIBUTE
static String
F_CHANGE_TYPE
static String
F_VALUE
-
Constructor Summary
Constructors Constructor Description ModificationDto(String attribute, String type, Object value)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Collection<? extends ModificationDto>
createModificationDtoList(ContainerDelta delta)
static Collection<? extends ModificationDto>
createModificationDtoList(PropertyDelta delta)
static Collection<? extends ModificationDto>
createModificationDtoList(ReferenceDelta delta)
String
getAttribute()
String
getChangeType()
Object
getValue()
-
-
-
Field Detail
-
F_ATTRIBUTE
public static final String F_ATTRIBUTE
- See Also:
- Constant Field Values
-
F_CHANGE_TYPE
public static final String F_CHANGE_TYPE
- See Also:
- Constant Field Values
-
F_VALUE
public static final String F_VALUE
- See Also:
- Constant Field Values
-
-
Method Detail
-
getValue
public Object getValue()
-
getAttribute
public String getAttribute()
-
getChangeType
public String getChangeType()
-
createModificationDtoList
public static Collection<? extends ModificationDto> createModificationDtoList(PropertyDelta delta)
-
createModificationDtoList
public static Collection<? extends ModificationDto> createModificationDtoList(ReferenceDelta delta)
-
createModificationDtoList
public static Collection<? extends ModificationDto> createModificationDtoList(ContainerDelta delta)
-
-