Uses of Class
com.evolveum.midpoint.xml.ns._public.common.common_3.CachingMetadataType
-
Packages that use CachingMetadataType Package Description com.evolveum.midpoint.schema.util com.evolveum.midpoint.xml.ns._public.common.common_3 -
-
Uses of CachingMetadataType in com.evolveum.midpoint.schema.util
Methods in com.evolveum.midpoint.schema.util that return CachingMetadataType Modifier and Type Method Description static CachingMetadataTypeMiscSchemaUtil. generateCachingMetadata()Methods in com.evolveum.midpoint.schema.util with parameters of type CachingMetadataType Modifier and Type Method Description static StringSchemaDebugUtil. prettyPrint(CachingMetadataType cachingMetadata) -
Uses of CachingMetadataType in com.evolveum.midpoint.xml.ns._public.common.common_3
Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return CachingMetadataType Modifier and Type Method Description CachingMetadataTypeCapabilitiesType. beginCachingMetadata()CachingMetadataTypeShadowType. beginCachingMetadata()CachingMetadataTypeXmlSchemaType. beginCachingMetadata()CachingMetadataTypeCachingMetadataType. clone()Creates and returns a deep copy of this object.CachingMetadataTypeObjectFactory. createCachingMetadataType()Create an instance ofCachingMetadataTypeCachingMetadataTypeCapabilitiesType. getCachingMetadata()CachingMetadataTypeShadowType. getCachingMetadata()CachingMetadataTypeXmlSchemaType. getCachingMetadata()CachingMetadataTypeCachingMetadataType. retrievalTimestamp(String value)CachingMetadataTypeCachingMetadataType. retrievalTimestamp(XMLGregorianCalendar value)CachingMetadataTypeCachingMetadataType. serialNumber(String value)Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return types with arguments of type CachingMetadataType Modifier and Type Method Description javax.xml.bind.JAXBElement<CachingMetadataType>ObjectFactory. createCachingMetadata(CachingMetadataType value)Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 with parameters of type CachingMetadataType Modifier and Type Method Description CapabilitiesTypeCapabilitiesType. cachingMetadata(CachingMetadataType value)ShadowTypeShadowType. cachingMetadata(CachingMetadataType value)XmlSchemaTypeXmlSchemaType. cachingMetadata(CachingMetadataType value)javax.xml.bind.JAXBElement<CachingMetadataType>ObjectFactory. createCachingMetadata(CachingMetadataType value)voidCapabilitiesType. setCachingMetadata(CachingMetadataType value)voidShadowType. setCachingMetadata(CachingMetadataType value)voidXmlSchemaType. setCachingMetadata(CachingMetadataType value)Constructors in com.evolveum.midpoint.xml.ns._public.common.common_3 with parameters of type CachingMetadataType Constructor Description CachingMetadataType(CachingMetadataType o)Creates a newCachingMetadataTypeinstance by deeply copying a givenCachingMetadataTypeinstance.
-