Uses of Class
com.evolveum.midpoint.xml.ns._public.common.common_3.ResourceObjectShadowChangeDescriptionType
-
-
Uses of ResourceObjectShadowChangeDescriptionType in com.evolveum.midpoint.model.api
Methods in com.evolveum.midpoint.model.api with parameters of type ResourceObjectShadowChangeDescriptionType Modifier and Type Method Description voidModelService. notifyChange(ResourceObjectShadowChangeDescriptionType changeDescription, Task task, OperationResult parentResult) -
Uses of ResourceObjectShadowChangeDescriptionType in com.evolveum.midpoint.model.impl.controller
Methods in com.evolveum.midpoint.model.impl.controller with parameters of type ResourceObjectShadowChangeDescriptionType Modifier and Type Method Description voidModelController. notifyChange(ResourceObjectShadowChangeDescriptionType changeDescription, Task task, OperationResult parentResult) -
Uses of ResourceObjectShadowChangeDescriptionType in com.evolveum.midpoint.rest.impl
Methods in com.evolveum.midpoint.rest.impl with parameters of type ResourceObjectShadowChangeDescriptionType Modifier and Type Method Description org.springframework.http.ResponseEntity<?>ModelRestController. notifyChange(ResourceObjectShadowChangeDescriptionType changeDescription) -
Uses of ResourceObjectShadowChangeDescriptionType in com.evolveum.midpoint.xml.ns._public.common.common_3
Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return ResourceObjectShadowChangeDescriptionType Modifier and Type Method Description ResourceObjectShadowChangeDescriptionTypeResourceObjectShadowChangeDescriptionType. channel(String value)ResourceObjectShadowChangeDescriptionTypeResourceObjectShadowChangeDescriptionType. clone()ResourceObjectShadowChangeDescriptionTypeObjectFactory. createResourceObjectShadowChangeDescriptionType()ResourceObjectShadowChangeDescriptionTypeResourceObjectShadowChangeDescriptionType. currentShadow(ShadowType value)ResourceObjectShadowChangeDescriptionTypeResourceObjectShadowChangeDescriptionType. objectDelta(ObjectDeltaType value)ResourceObjectShadowChangeDescriptionTypeResourceObjectShadowChangeDescriptionType. oldShadowOid(String value)Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return types with arguments of type ResourceObjectShadowChangeDescriptionType Modifier and Type Method Description javax.xml.bind.JAXBElement<ResourceObjectShadowChangeDescriptionType>ObjectFactory. createResourceObjectShadowChangeDescription(ResourceObjectShadowChangeDescriptionType value)Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 with parameters of type ResourceObjectShadowChangeDescriptionType Modifier and Type Method Description javax.xml.bind.JAXBElement<ResourceObjectShadowChangeDescriptionType>ObjectFactory. createResourceObjectShadowChangeDescription(ResourceObjectShadowChangeDescriptionType value)Constructors in com.evolveum.midpoint.xml.ns._public.common.common_3 with parameters of type ResourceObjectShadowChangeDescriptionType Constructor Description ResourceObjectShadowChangeDescriptionType(ResourceObjectShadowChangeDescriptionType other) -
Uses of ResourceObjectShadowChangeDescriptionType in com.evolveum.midpoint.xml.ns._public.model.model_3
Fields in com.evolveum.midpoint.xml.ns._public.model.model_3 declared as ResourceObjectShadowChangeDescriptionType Modifier and Type Field Description protected ResourceObjectShadowChangeDescriptionTypeNotifyChangeType. changeDescriptionMethods in com.evolveum.midpoint.xml.ns._public.model.model_3 that return ResourceObjectShadowChangeDescriptionType Modifier and Type Method Description ResourceObjectShadowChangeDescriptionTypeNotifyChangeType. beginChangeDescription()ResourceObjectShadowChangeDescriptionTypeNotifyChangeType. getChangeDescription()Methods in com.evolveum.midpoint.xml.ns._public.model.model_3 with parameters of type ResourceObjectShadowChangeDescriptionType Modifier and Type Method Description NotifyChangeTypeNotifyChangeType. changeDescription(ResourceObjectShadowChangeDescriptionType value)voidNotifyChangeType. setChangeDescription(ResourceObjectShadowChangeDescriptionType value)
-