Uses of Enum
org.opencms.xml.content.CmsMappingResolutionContext.AttributeType
Packages that use CmsMappingResolutionContext.AttributeType
Package
Description
Contains functions for structured content storage using XML, commonly called "XML content" in OpenCms.
-
Uses of CmsMappingResolutionContext.AttributeType in org.opencms.xml.content
Methods in org.opencms.xml.content that return CmsMappingResolutionContext.AttributeTypeModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.CmsMappingResolutionContext.AttributeType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.opencms.xml.content with parameters of type CmsMappingResolutionContext.AttributeTypeModifier and TypeMethodDescriptionbooleanCmsDefaultXmlContentHandler.applyReverseAvailabilityMapping(CmsObject cms, CmsXmlContent content, CmsMappingResolutionContext.AttributeType attr, List<Locale> resourceLocales, long valueToSet) booleanI_CmsXmlContentHandler.applyReverseAvailabilityMapping(CmsObject cms, CmsXmlContent content, CmsMappingResolutionContext.AttributeType attr, List<Locale> locales, long value) Writes an availability date back to the content, if a mapping is defined for it.booleanCmsDefaultXmlContentHandler.canUseReverseAvailabilityMapping(CmsMappingResolutionContext.AttributeType attr) booleanI_CmsXmlContentHandler.canUseReverseAvailabilityMapping(CmsMappingResolutionContext.AttributeType attr) Checks if an availability attribute should be written back to the content if the availability is changed through the availability dialog.protected org.opencms.xml.content.CmsDefaultXmlContentHandler.MappingInfoCmsDefaultXmlContentHandler.getAttributeMapping(CmsMappingResolutionContext.AttributeType attr) Returns information about the availability mapping for the given availability attribute.voidCmsMappingResolutionContext.setAttribute(CmsResource res, CmsMappingResolutionContext.AttributeType type, Long value) Helper method for setting release/expiration date.