|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ModificationTypeType | |
---|---|
com.evolveum.midpoint.schema.util | |
com.evolveum.prism.xml.ns._public.types_2 |
Uses of ModificationTypeType in com.evolveum.midpoint.schema.util |
---|
Methods in com.evolveum.midpoint.schema.util with parameters of type ModificationTypeType | |
---|---|
static ItemDeltaType |
ObjectTypeUtil.createPropertyModificationType(ModificationTypeType changeType,
XPathHolder xpathType,
Object element)
Deprecated. |
static ItemDeltaType |
ObjectTypeUtil.createPropertyModificationType(ModificationTypeType changeType,
XPathHolder xpath,
PrismProperty property)
Deprecated. |
static ItemDeltaType |
ObjectTypeUtil.createPropertyModificationType(ModificationTypeType changeType,
XPathHolder xpath,
QName propertyName,
Collection<Object> values)
Deprecated. |
static ItemDeltaType |
ObjectTypeUtil.createPropertyModificationType(ModificationTypeType changeType,
XPathHolder xpath,
QName propertyName,
Object value)
Deprecated. |
Uses of ModificationTypeType in com.evolveum.prism.xml.ns._public.types_2 |
---|
Fields in com.evolveum.prism.xml.ns._public.types_2 declared as ModificationTypeType | |
---|---|
protected ModificationTypeType |
ItemDeltaType.modificationType
|
Methods in com.evolveum.prism.xml.ns._public.types_2 that return ModificationTypeType | |
---|---|
static ModificationTypeType |
ModificationTypeType.fromValue(String v)
|
ModificationTypeType |
ItemDeltaType.getModificationType()
Gets the value of the modificationType property. |
static ModificationTypeType |
ModificationTypeType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ModificationTypeType[] |
ModificationTypeType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in com.evolveum.prism.xml.ns._public.types_2 with parameters of type ModificationTypeType | |
---|---|
void |
ItemDeltaType.setModificationType(ModificationTypeType value)
Sets the value of the modificationType property. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |