Uses of Class
com.evolveum.midpoint.xml.ns._public.common.common_3.AsyncUpdateListeningActivityInformationType
-
Packages that use AsyncUpdateListeningActivityInformationType Package Description com.evolveum.midpoint.xml.ns._public.common.common_3 -
-
Uses of AsyncUpdateListeningActivityInformationType in com.evolveum.midpoint.xml.ns._public.common.common_3
Fields in com.evolveum.midpoint.xml.ns._public.common.common_3 with type parameters of type AsyncUpdateListeningActivityInformationType Modifier and Type Field Description protected List<AsyncUpdateListeningActivityInformationType>
AsyncUpdateListeningActivityInformationType. subActivity
Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return AsyncUpdateListeningActivityInformationType Modifier and Type Method Description AsyncUpdateListeningActivityInformationType
AsyncUpdateListeningActivityInformationType. beginSubActivity()
AsyncUpdateListeningActivityInformationType
AsyncUpdateListeningActivityInformationType. clone()
Creates and returns a deep copy of this object.AsyncUpdateListeningActivityInformationType
ObjectFactory. createAsyncUpdateListeningActivityInformationType()
Create an instance ofAsyncUpdateListeningActivityInformationType
AsyncUpdateListeningActivityInformationType
AsyncUpdateListeningActivityInformationType. name(String value)
AsyncUpdateListeningActivityInformationType
AsyncUpdateListeningActivityInformationType. status(AsyncUpdateListeningActivityStatusType value)
AsyncUpdateListeningActivityInformationType
AsyncUpdateListeningActivityInformationType. subActivity(AsyncUpdateListeningActivityInformationType value)
Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return types with arguments of type AsyncUpdateListeningActivityInformationType Modifier and Type Method Description List<AsyncUpdateListeningActivityInformationType>
AsyncUpdateListeningActivityInformationType. getSubActivity()
Gets the value of the subActivity property.Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 with parameters of type AsyncUpdateListeningActivityInformationType Modifier and Type Method Description AsyncUpdateListeningActivityInformationType
AsyncUpdateListeningActivityInformationType. subActivity(AsyncUpdateListeningActivityInformationType value)
Constructors in com.evolveum.midpoint.xml.ns._public.common.common_3 with parameters of type AsyncUpdateListeningActivityInformationType Constructor Description AsyncUpdateListeningActivityInformationType(AsyncUpdateListeningActivityInformationType o)
Creates a newAsyncUpdateListeningActivityInformationType
instance by deeply copying a givenAsyncUpdateListeningActivityInformationType
instance.
-