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. log
Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return LogSegmentType Modifier and Type Method Description LogSegmentType
OperationResultType. beginLog()
LogSegmentType
LogSegmentType. clone()
Creates and returns a deep copy of this object.LogSegmentType
ObjectFactory. createLogSegmentType()
Create an instance ofLogSegmentType
LogSegmentType
LogSegmentType. entry(String value)
LogSegmentType
LogSegmentType. 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)
OperationResultType
OperationResultType. 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 newLogSegmentType
instance by deeply copying a givenLogSegmentType
instance.
-