Uses of Class
com.evolveum.midpoint.xml.ns._public.common.common_3.ItemProcessingType
-
Packages that use ItemProcessingType Package Description com.evolveum.midpoint.schema.util com.evolveum.midpoint.xml.ns._public.common.common_3 -
-
Uses of ItemProcessingType in com.evolveum.midpoint.schema.util
Methods in com.evolveum.midpoint.schema.util with parameters of type ItemProcessingType Modifier and Type Method Description static ItemProcessingMiscSchemaUtil. toItemProcessing(ItemProcessingType type) -
Uses of ItemProcessingType in com.evolveum.midpoint.xml.ns._public.common.common_3
Fields in com.evolveum.midpoint.xml.ns._public.common.common_3 declared as ItemProcessingType Modifier and Type Field Description protected ItemProcessingTypePropertyLimitationsType. processingMethods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return ItemProcessingType Modifier and Type Method Description static ItemProcessingTypeItemProcessingType. fromValue(String v)ItemProcessingTypePropertyLimitationsType. getProcessing()Gets the value of the processing property.static ItemProcessingTypeItemProcessingType. valueOf(String name)Returns the enum constant of this type with the specified name.static ItemProcessingType[]ItemProcessingType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 with parameters of type ItemProcessingType Modifier and Type Method Description PropertyLimitationsTypePropertyLimitationsType. processing(ItemProcessingType value)voidPropertyLimitationsType. setProcessing(ItemProcessingType value)Sets the value of the processing property.
-