Uses of Class
com.evolveum.midpoint.xml.ns._public.common.common_3.LogSegmentType
-
Packages that use LogSegmentType Package Description com.evolveum.midpoint.schema.result com.evolveum.midpoint.xml.ns._public.common.common_3 -
-
Uses of LogSegmentType in com.evolveum.midpoint.schema.result
Methods in com.evolveum.midpoint.schema.result that return types with arguments of type LogSegmentType Modifier and Type Method Description List<LogSegmentType>OperationResult. getLogSegments() -
Uses of LogSegmentType 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 LogSegmentType Modifier and Type Field Description protected List<LogSegmentType>OperationResultType. logMethods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return LogSegmentType Modifier and Type Method Description LogSegmentTypeOperationResultType. beginLog()LogSegmentTypeLogSegmentType. clone()Creates and returns a deep copy of this object.LogSegmentTypeObjectFactory. createLogSegmentType()Create an instance ofLogSegmentTypeLogSegmentTypeLogSegmentType. entry(String value)LogSegmentTypeLogSegmentType. sequenceNumber(Integer value)Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return types with arguments of type LogSegmentType Modifier and Type Method Description javax.xml.bind.JAXBElement<LogSegmentType>ObjectFactory. createLogSegment(LogSegmentType value)List<LogSegmentType>OperationResultType. getLog()Gets the value of the log property.Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 with parameters of type LogSegmentType Modifier and Type Method Description javax.xml.bind.JAXBElement<LogSegmentType>ObjectFactory. createLogSegment(LogSegmentType value)OperationResultTypeOperationResultType. log(LogSegmentType value)Constructors in com.evolveum.midpoint.xml.ns._public.common.common_3 with parameters of type LogSegmentType Constructor Description LogSegmentType(LogSegmentType o)Creates a newLogSegmentTypeinstance by deeply copying a givenLogSegmentTypeinstance.
-