Uses of Class
org.opencms.file.CmsProperty
Packages that use CmsProperty
Package
Description
Server side of the sitemap view.
Low-level database connection and access functionality.
Generic (ANSI-SQL) implementation of the OpenCms database connector.
This important package provides the methods to access the OpenCms VFS repository with the permissions
of an authenticated user.
The implementations of the core resource types for the VFS are located here.
This package contains classes and interfaces used to access OpenCms through a wrapped
CmsObject.Provides core support for GWT.
Contains functions to import and export resources from the OpenCms VFS.
OpenCms modules provide a powerful, standardized way to extend
the core OpenCms functionality.
Contains functions to monitor the OpenCms system status.
These classes control the mapping of the OpenCms content to the Lucene search fields.
The package contains the Solr search integration.
Contains classes related to XML sitemap generation.
-
Uses of CmsProperty in org.opencms.ade.sitemap
Methods in org.opencms.ade.sitemap with parameters of type CmsPropertyModifier and TypeMethodDescriptionstatic CmsClientPropertyCmsVfsSitemapService.createClientProperty(CmsProperty prop, boolean preserveOrigin) Creates a client property bean from a server-side property. -
Uses of CmsProperty in org.opencms.cmis
Methods in org.opencms.cmis that return types with arguments of type CmsPropertyModifier and TypeMethodDescriptionprotected List<CmsProperty> A_CmsCmisRepository.getOpenCmsProperties(Map<String, org.apache.chemistry.opencmis.commons.data.PropertyData<?>> properties) Helper method to create OpenCms property objects from a map of CMIS properties. -
Uses of CmsProperty in org.opencms.db
Methods in org.opencms.db that return CmsPropertyModifier and TypeMethodDescriptionCmsDriverManager.readPropertyObject(CmsDbContext dbc, CmsResource resource, String key, boolean search) Reads a property object from a resource specified by a property name.CmsDriverManager.readPropertyObject(CmsDbContext dbc, CmsResource resource, String key, boolean search, Locale locale) Reads a property object from a resource specified by a property name.CmsSecurityManager.readPropertyObject(CmsRequestContext context, CmsResource resource, String key, boolean search) Reads a property object from a resource specified by a property name.CmsSecurityManager.readPropertyObject(CmsRequestContext context, CmsResource resource, String key, boolean search, Locale locale) Reads a property object from a resource specified by a property name.I_CmsVfsDriver.readPropertyObject(CmsDbContext dbc, String key, CmsProject project, CmsResource resource) Reads a property object from the database specified by it's key name mapped to a resource.Methods in org.opencms.db that return types with arguments of type CmsPropertyModifier and TypeMethodDescriptionCmsDriverManager.readHistoryPropertyObjects(CmsDbContext dbc, I_CmsHistoryResource historyResource) Reads the list of allobjects that belongs to the given historical resource.CmsPropertyCmsSecurityManager.readHistoryPropertyObjects(CmsRequestContext context, I_CmsHistoryResource resource) Reads the list of allobjects that belong to the given historical resource.CmsPropertyI_CmsHistoryDriver.readProperties(CmsDbContext dbc, I_CmsHistoryResource historicalResource) Returns a list of all properties of a historical file or folder.CmsDriverManager.readPropertyObjects(CmsDbContext dbc, CmsResource resource, boolean search) Reads all property objects mapped to a specified resource from the database.CmsSecurityManager.readPropertyObjects(CmsRequestContext context, CmsResource resource, boolean search) Reads all property objects from a resource.I_CmsVfsDriver.readPropertyObjects(CmsDbContext dbc, CmsProject project, CmsResource resource) Reads all property objects mapped to a specified resource from the database.Methods in org.opencms.db with parameters of type CmsPropertyModifier and TypeMethodDescriptionvoidCmsDriverManager.writePropertyObject(CmsDbContext dbc, CmsResource resource, CmsProperty property) Writes a property for a specified resource.voidCmsSecurityManager.writePropertyObject(CmsRequestContext context, CmsResource resource, CmsProperty property) Writes a property for a specified resource.voidI_CmsVfsDriver.writePropertyObject(CmsDbContext dbc, CmsProject project, CmsResource resource, CmsProperty property) Writes a property object to the database mapped to a specified resource.Method parameters in org.opencms.db with type arguments of type CmsPropertyModifier and TypeMethodDescriptionCmsDriverManager.createResource(CmsDbContext dbc, String resourcename, int type, byte[] content, List<CmsProperty> properties) Creates a new resource of the given resource type with the provided content and properties.CmsDriverManager.createResource(CmsDbContext dbc, String resourcePath, CmsResource resource, byte[] content, List<CmsProperty> properties, boolean importCase) Creates a new resource with the provided content and properties.CmsSecurityManager.createResource(CmsRequestContext context, String resourcename, int type, byte[] content, List<CmsProperty> properties) Creates a new resource of the given resource type with the provided content and properties.CmsSecurityManager.createResource(CmsRequestContext context, String resourcePath, CmsResource resource, byte[] content, List<CmsProperty> properties) Creates a new resource with the provided content and properties.CmsDriverManager.createSibling(CmsDbContext dbc, CmsResource source, String destination, List<CmsProperty> properties) Creates a new sibling of the source resource.CmsSecurityManager.createSibling(CmsRequestContext context, CmsResource source, String destination, List<CmsProperty> properties) Creates a new sibling of the source resource.CmsSecurityManager.importResource(CmsRequestContext context, String resourcePath, CmsResource resource, byte[] content, List<CmsProperty> properties, boolean importCase) Creates a new resource with the provided content and properties.voidCmsDriverManager.replaceResource(CmsDbContext dbc, CmsResource resource, int type, byte[] content, List<CmsProperty> properties) Replaces the content, type and properties of a resource.voidCmsSecurityManager.replaceResource(CmsRequestContext context, CmsResource resource, int type, byte[] content, List<CmsProperty> properties) Replaces the content, type and properties of a resource.voidI_CmsHistoryDriver.writeProperties(CmsDbContext dbc, CmsResource resource, List<CmsProperty> properties, int publishTag) Writes the properties of a resource to the history.voidCmsDriverManager.writePropertyObjects(CmsDbContext dbc, CmsResource resource, List<CmsProperty> properties, boolean updateState) Writes a list of properties for a specified resource.voidCmsSecurityManager.writePropertyObjects(CmsRequestContext context, CmsResource resource, List<CmsProperty> properties) Writes a list of properties for a specified resource.voidI_CmsVfsDriver.writePropertyObjects(CmsDbContext dbc, CmsProject project, CmsResource resource, List<CmsProperty> properties) Writes a list of property objects to the database mapped to a specified resource.voidI_CmsHistoryDriver.writeResource(CmsDbContext dbc, CmsResource resource, List<CmsProperty> properties, int publishTag) Writes a resource to the history. -
Uses of CmsProperty in org.opencms.db.generic
Methods in org.opencms.db.generic that return CmsPropertyModifier and TypeMethodDescriptionCmsVfsDriver.readPropertyObject(CmsDbContext dbc, String key, CmsProject project, CmsResource resource) Methods in org.opencms.db.generic that return types with arguments of type CmsPropertyModifier and TypeMethodDescriptionCmsHistoryDriver.readProperties(CmsDbContext dbc, I_CmsHistoryResource resource) CmsVfsDriver.readPropertyObjects(CmsDbContext dbc, CmsProject project, CmsResource resource) Methods in org.opencms.db.generic with parameters of type CmsPropertyModifier and TypeMethodDescriptionprotected voidCmsUserDriver.internalWriteOrgUnitProperty(CmsDbContext dbc, CmsResource resource, CmsProperty property) Writes a property for an organizational unit resource, online AND offline.voidCmsVfsDriver.writePropertyObject(CmsDbContext dbc, CmsProject project, CmsResource resource, CmsProperty property) Method parameters in org.opencms.db.generic with type arguments of type CmsPropertyModifier and TypeMethodDescriptionprotected voidCmsHistoryDriver.internalAddToPropMap(Map<String, CmsProperty> propertyMap, I_CmsHistoryResource resource, String propertyKey, String propertyValue, int mappingType) Updates the property map for the given resource with the given property data.protected voidCmsProjectDriver.internalWriteHistory(CmsDbContext dbc, CmsResource resource, CmsResourceState state, List<CmsProperty> properties, CmsUUID publishHistoryId, int publishTag) Writes the needed history entries.voidCmsHistoryDriver.writeProperties(CmsDbContext dbc, CmsResource resource, List<CmsProperty> properties, int publishTag) voidCmsVfsDriver.writePropertyObjects(CmsDbContext dbc, CmsProject project, CmsResource resource, List<CmsProperty> properties) voidCmsHistoryDriver.writeResource(CmsDbContext dbc, CmsResource resource, List<CmsProperty> properties, int publishTag) -
Uses of CmsProperty in org.opencms.file
Methods in org.opencms.file that return CmsPropertyModifier and TypeMethodDescriptionCmsProperty.clone()Creates a clone of this property.CmsProperty.cloneAsProperty()Creates a clone of this property that already is of type.CmsPropertystatic final CmsPropertyCmsProperty.get(String name, List<CmsProperty> list) Searches in a list for the first occurrence of aCmsPropertyobject with the given name.static final CmsPropertyCmsProperty.getNullProperty()Returns the null property object.CmsObject.readPropertyObject(String resourcePath, String property, boolean search) Reads a property object from a resource specified by a property name.CmsObject.readPropertyObject(String resourcePath, String property, boolean search, Locale locale) Reads the locale specific version of a property object from a resource specified by a property name.CmsObject.readPropertyObject(CmsResource resource, String property, boolean search) Reads a property object from a resource specified by a property name.CmsObject.readPropertyObject(CmsResource resource, String property, boolean search, Locale locale) Reads the locale specific version of a property object from a resource specified by a property name.static CmsPropertyCmsProperty.wrapIfNull(CmsProperty prop) Wraps a null value into a null property, and returns all other values unchanged.Methods in org.opencms.file that return types with arguments of type CmsPropertyModifier and TypeMethodDescriptionstatic Map<String, CmsProperty> CmsProperty.getPropertyMap(List<CmsProperty> list) Transforms a list of CmsProperty objects with structure and resource values into a map with CmsProperty object values keyed by property keys.CmsObject.readHistoryPropertyObjects(I_CmsHistoryResource resource) Reads the list of allobjects that belong to the given historical resource version.CmsPropertyCmsObject.readPropertyObjects(String resourcePath, boolean search) Reads all property objects from a resource.CmsObject.readPropertyObjects(CmsResource resource, boolean search) Reads all property objects from a resource.static final List<CmsProperty> CmsProperty.setAutoCreatePropertyDefinitions(List<CmsProperty> list, boolean value) Callsfor each property object in the given List with the givensetAutoCreatePropertyDefinition(boolean)valueparameter.static final List<CmsProperty> CmsProperty.setFrozen(List<CmsProperty> list) Callsfor eachsetFrozen(boolean)CmsPropertyobject in the given List if it is not already frozen.static List<CmsProperty> Transforms a Map of String values into a list ofCmsPropertyobjects with the property name set from the Map key, and the structure value set from the Map value.static Map<String, CmsProperty> CmsProperty.toObjectMap(Iterable<CmsProperty> properties) Stores a collection of properties in a map, with the property names as keys.Methods in org.opencms.file with parameters of type CmsPropertyModifier and TypeMethodDescriptionintCmsProperty.compareTo(CmsProperty obj) Compares this property to another Object.booleanCmsProperty.isIdentical(CmsProperty property) Tests if a given CmsProperty is identical to this CmsProperty object.static CmsPropertyCmsProperty.wrapIfNull(CmsProperty prop) Wraps a null value into a null property, and returns all other values unchanged.voidCmsObject.writePropertyObject(String resourcename, CmsProperty property) Writes a property for a specified resource.Method parameters in org.opencms.file with type arguments of type CmsPropertyModifier and TypeMethodDescriptionCmsObject.createResource(String resourcename, int type, byte[] content, List<CmsProperty> properties) Deprecated.CmsObject.createResource(String sitePath, CmsResource resource, byte[] content, List<CmsProperty> properties) Creates a resource with the given properties and content.CmsObject.createResource(String resourcename, I_CmsResourceType type, byte[] content, List<CmsProperty> properties) Creates a new resource of the given resource type with the provided content and properties.CmsObject.createSibling(String source, String destination, List<CmsProperty> properties) Creates a new sibling of the source resource.static final CmsPropertyCmsProperty.get(String name, List<CmsProperty> list) Searches in a list for the first occurrence of aCmsPropertyobject with the given name.static StringCmsProperty.getLocaleSpecificPropertyValue(Map<String, CmsProperty> propertiesMap, String key, Locale locale) Returns the value for the best matching local-specific property version.static Map<String, CmsProperty> CmsProperty.getPropertyMap(List<CmsProperty> list) Transforms a list of CmsProperty objects with structure and resource values into a map with CmsProperty object values keyed by property keys.CmsObject.importResource(String resourcename, CmsResource resource, byte[] content, List<CmsProperty> properties) Imports a resource to the OpenCms VFS.CmsObject.importResource(String resourcename, I_CmsReport report, CmsResource resource, byte[] content, List<CmsProperty> properties) Imports a resource to the OpenCms VFS.voidCmsObject.replaceResource(String resourcename, int type, byte[] content, List<CmsProperty> properties) Deprecated.voidCmsObject.replaceResource(String resourcename, I_CmsResourceType type, byte[] content, List<CmsProperty> properties) Replaces the content, type and properties of a resource.static final List<CmsProperty> CmsProperty.setAutoCreatePropertyDefinitions(List<CmsProperty> list, boolean value) Callsfor each property object in the given List with the givensetAutoCreatePropertyDefinition(boolean)valueparameter.static final List<CmsProperty> CmsProperty.setFrozen(List<CmsProperty> list) Callsfor eachsetFrozen(boolean)CmsPropertyobject in the given List if it is not already frozen.CmsProperty.toMap(List<CmsProperty> list) Transforms a list ofCmsPropertyobjects into a Map which uses the property name as Map key (String), and the property value as Map value (String).static Map<String, CmsProperty> CmsProperty.toObjectMap(Iterable<CmsProperty> properties) Stores a collection of properties in a map, with the property names as keys.voidCmsObject.writePropertyObjects(String resourcename, List<CmsProperty> properties) Writes a list of properties for a specified resource.voidCmsObject.writePropertyObjects(CmsResource res, List<CmsProperty> properties) Writes a list of properties for a specified resource. -
Uses of CmsProperty in org.opencms.file.types
Fields in org.opencms.file.types with type parameters of type CmsPropertyModifier and TypeFieldDescriptionprotected List<CmsProperty> A_CmsResourceType.m_defaultPropertiesThe list of configured default properties.Methods in org.opencms.file.types that return types with arguments of type CmsPropertyModifier and TypeMethodDescriptionA_CmsResourceType.getConfiguredDefaultProperties()Returns the default properties for this resource type in an unmodifiable List.CmsResourceTypeLocaleIndependentXmlContent.getConfiguredDefaultProperties()I_CmsResourceType.getConfiguredDefaultProperties()Returns the configured default properties for this resource type in an unmodifiable List.CmsResourceTypeImage.CmsImageAdjuster.getProperties()Returns the image properties.protected List<CmsProperty> A_CmsResourceType.processDefaultProperties(List<CmsProperty> properties, CmsMacroResolver resolver) Returns a list of property objects that are attached to the resource on creation.protected List<CmsProperty> CmsResourceTypeImage.tryAddImageSizeFromSvg(byte[] content, List<CmsProperty> properties) Tries to use the viewbox from the SVG data to determine the image size and add it to the list of properties.Methods in org.opencms.file.types with parameters of type CmsPropertyModifier and TypeMethodDescriptionvoidA_CmsResourceType.addDefaultProperty(CmsProperty property) Adds a default property to this resource type, allowed only during the configuration phase.voidA_CmsResourceType.writePropertyObject(CmsObject cms, CmsSecurityManager securityManager, CmsResource resource, CmsProperty property) voidI_CmsResourceType.writePropertyObject(CmsObject cms, CmsSecurityManager securityManager, CmsResource resource, CmsProperty property) Writes a property for a specified resource.Method parameters in org.opencms.file.types with type arguments of type CmsPropertyModifier and TypeMethodDescriptionA_CmsResourceType.createResource(CmsObject cms, CmsSecurityManager securityManager, String resourcename, byte[] content, List<CmsProperty> properties) A_CmsResourceTypeFolderBase.createResource(CmsObject cms, CmsSecurityManager securityManager, String resourcename, byte[] content, List<CmsProperty> properties) CmsResourceTypeImage.createResource(CmsObject cms, CmsSecurityManager securityManager, String resourcename, byte[] content, List<CmsProperty> properties) CmsResourceTypeXmlContainerPage.createResource(CmsObject cms, CmsSecurityManager securityManager, String resourcename, byte[] content, List<CmsProperty> properties) CmsResourceTypeXmlContent.createResource(CmsObject cms, CmsSecurityManager securityManager, String resourcename, byte[] content, List<CmsProperty> properties) CmsResourceTypeXmlPage.createResource(CmsObject cms, CmsSecurityManager securityManager, String resourcename, byte[] content, List<CmsProperty> properties) I_CmsResourceType.createResource(CmsObject cms, CmsSecurityManager securityManager, String resourcename, byte[] content, List<CmsProperty> properties) Creates a new resource of the given resource type with the provided content and properties.A_CmsResourceType.createSibling(CmsObject cms, CmsSecurityManager securityManager, CmsResource source, String destination, List<CmsProperty> properties) I_CmsResourceType.createSibling(CmsObject cms, CmsSecurityManager securityManager, CmsResource source, String destination, List<CmsProperty> properties) Creates a new sibling of the source resource.protected LocaleCmsResourceTypeLocaleIndependentXmlContent.getLocaleForNewContent(CmsObject cms, CmsSecurityManager securityManager, String resourcename, List<CmsProperty> properties) This overridden method ensures that configurations will always be created with an english locale node.protected LocaleCmsResourceTypeXmlAdeConfiguration.getLocaleForNewContent(CmsObject cms, CmsSecurityManager securityManager, String resourcename, List<CmsProperty> properties) This overridden method ensures that configurations will always be created with an english locale node.protected LocaleCmsResourceTypeXmlContent.getLocaleForNewContent(CmsObject cms, CmsSecurityManager securityManager, String resourcename, List<CmsProperty> properties) Gets the locale which should be used for creating an empty content.A_CmsResourceType.importResource(CmsObject cms, CmsSecurityManager securityManager, I_CmsReport report, String resourcename, CmsResource resource, byte[] content, List<CmsProperty> properties) CmsResourceTypeImage.importResource(CmsObject cms, CmsSecurityManager securityManager, I_CmsReport report, String resourcename, CmsResource resource, byte[] content, List<CmsProperty> properties) I_CmsResourceType.importResource(CmsObject cms, CmsSecurityManager securityManager, I_CmsReport report, String resourcename, CmsResource resource, byte[] content, List<CmsProperty> properties) Imports a resource to the OpenCms VFS.protected List<CmsProperty> A_CmsResourceType.processDefaultProperties(List<CmsProperty> properties, CmsMacroResolver resolver) Returns a list of property objects that are attached to the resource on creation.voidA_CmsResourceType.replaceResource(CmsObject cms, CmsSecurityManager securityManager, CmsResource resource, int type, byte[] content, List<CmsProperty> properties) voidA_CmsResourceType.replaceResource(CmsObject cms, CmsSecurityManager securityManager, CmsResource resource, I_CmsResourceType type, byte[] content, List<CmsProperty> properties) voidA_CmsResourceTypeFolderBase.replaceResource(CmsObject cms, CmsSecurityManager securityManager, CmsResource resource, int type, byte[] content, List<CmsProperty> properties) voidCmsResourceTypeImage.replaceResource(CmsObject cms, CmsSecurityManager securityManager, CmsResource resource, int type, byte[] content, List<CmsProperty> properties) voidCmsResourceTypeJsp.replaceResource(CmsObject cms, CmsSecurityManager securityManager, CmsResource resource, int type, byte[] content, List<CmsProperty> properties) voidCmsResourceTypePlain.replaceResource(CmsObject cms, CmsSecurityManager securityManager, CmsResource resource, int type, byte[] content, List<CmsProperty> properties) voidI_CmsResourceType.replaceResource(CmsObject cms, CmsSecurityManager securityManager, CmsResource resource, int type, byte[] content, List<CmsProperty> properties) voidI_CmsResourceType.replaceResource(CmsObject cms, CmsSecurityManager securityManager, CmsResource resource, I_CmsResourceType type, byte[] content, List<CmsProperty> properties) Replaces the content, type and properties of a resource.protected List<CmsProperty> CmsResourceTypeImage.tryAddImageSizeFromSvg(byte[] content, List<CmsProperty> properties) Tries to use the viewbox from the SVG data to determine the image size and add it to the list of properties.voidA_CmsResourceType.writePropertyObjects(CmsObject cms, CmsSecurityManager securityManager, CmsResource resource, List<CmsProperty> properties) voidI_CmsResourceType.writePropertyObjects(CmsObject cms, CmsSecurityManager securityManager, CmsResource resource, List<CmsProperty> properties) Writes a list of properties for a specified resource.Constructor parameters in org.opencms.file.types with type arguments of type CmsPropertyModifierConstructorDescriptionCmsImageAdjuster(byte[] content, String rootPath, List<CmsProperty> properties, CmsImageScaler downScaler) Creates a new image data container. -
Uses of CmsProperty in org.opencms.file.wrapper
Methods in org.opencms.file.wrapper that return CmsPropertyModifier and TypeMethodDescriptionCmsObjectWrapper.readPropertyObject(CmsResource resource, String property, boolean search) Delegate method forCmsObject.readPropertyObject(CmsResource, String, boolean).Methods in org.opencms.file.wrapper that return types with arguments of type CmsPropertyModifier and TypeMethodDescriptionCmsObjectWrapper.readProperties(String path) Reads the properties for a resource with a specific path, if it exists.Method parameters in org.opencms.file.wrapper with type arguments of type CmsPropertyModifier and TypeMethodDescriptionA_CmsResourceExtensionWrapper.createResource(CmsObject cms, String resourcename, int type, byte[] content, List<CmsProperty> properties) A_CmsResourceWrapper.createResource(CmsObject cms, String resourcename, int type, byte[] content, List<CmsProperty> properties) CmsObjectWrapper.createResource(String resourcename, int type, byte[] content, List<CmsProperty> properties) Creates a new resource of the given resource type with the provided content and properties.CmsResourceWrapperModules.createResource(CmsObject cms, String resourcename, int type, byte[] content, List<CmsProperty> properties) CmsResourceWrapperModulesNonLazy.createResource(CmsObject cms, String resourcename, int type, byte[] content, List<CmsProperty> properties) CmsResourceWrapperPreventCreateNameCI.createResource(CmsObject cms, String resourcepath, int type, byte[] content, List<CmsProperty> properties) CmsResourceWrapperPreventCreateNameRegex.createResource(CmsObject cms, String resourcepath, int type, byte[] content, List<CmsProperty> properties) CmsResourceWrapperPropertyFile.createResource(CmsObject cms, String resourcename, int type, byte[] content, List<CmsProperty> properties) CmsResourceWrapperReplaceDeleted.createResource(CmsObject cms, String resourcename, int type, byte[] content, List<CmsProperty> properties) CmsResourceWrapperXmlPage.createResource(CmsObject cms, String resourcename, int type, byte[] content, List<CmsProperty> properties) I_CmsResourceWrapper.createResource(CmsObject cms, String resourcename, int type, byte[] content, List<CmsProperty> properties) Creates a new resource of the given resource type with the provided content and properties.voidCmsObjectWrapper.writeProperties(String path, Map<String, CmsProperty> props) Writes properties to the resource with the given path, if it exists -
Uses of CmsProperty in org.opencms.gwt
Methods in org.opencms.gwt that return types with arguments of type CmsPropertyModifier and TypeMethodDescriptionprotected Map<String, CmsProperty> CmsGwtService.getPropertiesByName(List<CmsProperty> properties) Converts a list of properties to a map.protected Map<String, CmsProperty> CmsPropertyEditorHelper.getPropertiesByName(List<CmsProperty> properties) Converts a list of properties to a map.Method parameters in org.opencms.gwt with type arguments of type CmsPropertyModifier and TypeMethodDescriptionprotected Map<String, CmsClientProperty> CmsPropertyEditorHelper.convertProperties(List<CmsProperty> properties) Converts CmsProperty objects to CmsClientProperty objects.protected Map<String, CmsProperty> CmsGwtService.getPropertiesByName(List<CmsProperty> properties) Converts a list of properties to a map.protected Map<String, CmsProperty> CmsPropertyEditorHelper.getPropertiesByName(List<CmsProperty> properties) Converts a list of properties to a map. -
Uses of CmsProperty in org.opencms.importexport
Fields in org.opencms.importexport with type parameters of type CmsPropertyModifier and TypeFieldDescriptionprotected Map<String, List<CmsProperty>> A_CmsImport.m_linkPropertyStorageDeprecated.Storage for all pointer properties which must be converted into links.protected Map<String, CmsProperty> CmsImportVersion10.m_propertiesThe map of properties for current imported resource.Methods in org.opencms.importexport that return types with arguments of type CmsPropertyModifier and TypeMethodDescriptionprotected List<CmsProperty> A_CmsImport.readPropertiesFromManifest(org.dom4j.Element parentElement, List<String> ignoredPropertyKeys) Deprecated.Reads all properties below a specified parent element from themanifest.xml.Methods in org.opencms.importexport with parameters of type CmsPropertyModifier and TypeMethodDescriptionprotected booleanCmsExport.isIgnoredProperty(CmsProperty property) Checks if a property should be written to the export or not.Method parameters in org.opencms.importexport with type arguments of type CmsPropertyModifier and TypeMethodDescriptionprotected LocaleA_CmsImport.getLocale(String destination, List<CmsProperty> properties) Deprecated.Returns the appropriate locale for the given destination.protected CmsResourceCmsImportVersion5.importResource(String source, String destination, I_CmsResourceType type, String uuidstructure, String uuidresource, long datelastmodified, String userlastmodified, long datecreated, String usercreated, long datereleased, long dateexpired, String flags, List<CmsProperty> properties) Deprecated.Imports a resource (file or folder) into the cms. -
Uses of CmsProperty in org.opencms.module
Methods in org.opencms.module that return types with arguments of type CmsPropertyModifier and TypeMethodDescriptionCmsResourceImportData.getProperties()Gets the map of properties, with property names as keys.Constructor parameters in org.opencms.module with type arguments of type CmsPropertyModifierConstructorDescriptionCmsResourceImportData(CmsResource resource, String path, byte[] content, List<CmsProperty> properties, List<CmsAccessControlEntry> aces, List<CmsImportVersion10.RelationData> relationData, boolean hasStructureId, boolean hasDateLastModified, String typeName) Creats a new instance. -
Uses of CmsProperty in org.opencms.monitor
Methods in org.opencms.monitor that return CmsPropertyModifier and TypeMethodDescriptionCmsMemoryMonitor.getCachedProperty(String key) Returns the property cached with the given cache key ornullif not found.Methods in org.opencms.monitor that return types with arguments of type CmsPropertyModifier and TypeMethodDescriptionCmsMemoryMonitor.getCachedPropertyList(String key) Returns the property list cached with the given cache key ornullif not found.Methods in org.opencms.monitor with parameters of type CmsPropertyModifier and TypeMethodDescriptionvoidCmsMemoryMonitor.cacheProperty(String key, CmsProperty property) Caches the given property under the given cache key.Method parameters in org.opencms.monitor with type arguments of type CmsPropertyModifier and TypeMethodDescriptionvoidCmsMemoryMonitor.cachePropertyList(String key, List<CmsProperty> propertyList) Caches the given property list under the given cache key. -
Uses of CmsProperty in org.opencms.search.fields
Method parameters in org.opencms.search.fields with type arguments of type CmsPropertyModifier and TypeMethodDescriptionprotected I_CmsSearchDocumentCmsSearchFieldConfiguration.appendAdditionalValuesToDcoument(I_CmsSearchDocument document, CmsObject cms, CmsResource resource, I_CmsExtractionResult extraction, List<CmsProperty> properties, List<CmsProperty> propertiesSearched) Overriding this method allows to append some 'extra' values/fields to a document without overriding theCmsSearchFieldConfiguration.createDocument(org.opencms.file.CmsObject, org.opencms.file.CmsResource, org.opencms.search.I_CmsSearchIndex, org.opencms.search.extractors.I_CmsExtractionResult)method itself.protected I_CmsSearchDocumentCmsSearchFieldConfiguration.appendCategories(I_CmsSearchDocument document, CmsObject cms, CmsResource resource, I_CmsExtractionResult extractionResult, List<CmsProperty> properties, List<CmsProperty> propertiesSearched) Extends the given document by resource category information based on properties.protected I_CmsSearchDocumentCmsSearchFieldConfigurationOldCategories.appendCategories(I_CmsSearchDocument document, CmsObject cms, CmsResource resource, I_CmsExtractionResult extractionResult, List<CmsProperty> properties, List<CmsProperty> propertiesSearched) Extends the given document by resource category information based on properties.protected I_CmsSearchDocumentCmsSearchFieldConfiguration.appendContentBlob(I_CmsSearchDocument document, CmsObject cms, CmsResource resource, I_CmsExtractionResult extractionResult, List<CmsProperty> properties, List<CmsProperty> propertiesSearched) Extends the given document by a field that contains the extracted content blob.protected I_CmsSearchDocumentCmsSearchFieldConfiguration.appendDates(I_CmsSearchDocument document, CmsObject cms, CmsResource resource, I_CmsExtractionResult extractionResult, List<CmsProperty> properties, List<CmsProperty> propertiesSearched) Extends the given document by fields for date of creation, content and last modification.protected I_CmsSearchDocumentCmsSearchFieldConfiguration.appendFieldMapping(I_CmsSearchDocument document, CmsSearchField field, CmsObject cms, CmsResource resource, I_CmsExtractionResult extractionResult, List<CmsProperty> properties, List<CmsProperty> propertiesSearched) Extends the given document by the mappings for the given field.protected I_CmsSearchDocumentCmsSearchFieldConfiguration.appendFieldMappings(I_CmsSearchDocument document, CmsObject cms, CmsResource resource, I_CmsExtractionResult extractionResult, List<CmsProperty> properties, List<CmsProperty> propertiesSearched) Extends the given document by the configured field mappings.protected I_CmsSearchDocumentCmsSearchFieldConfiguration.appendFileSize(I_CmsSearchDocument document, CmsObject cms, CmsResource resource, I_CmsExtractionResult extractionResult, List<CmsProperty> properties, List<CmsProperty> propertiesSearched) Extends the given document by the "size" field.protected I_CmsSearchDocumentCmsSearchFieldConfiguration.appendLocales(I_CmsSearchDocument document, CmsObject cms, CmsResource resource, I_CmsExtractionResult extraction, List<CmsProperty> properties, List<CmsProperty> propertiesSearched) Extends the given document by the "res_locales" field.protected I_CmsSearchDocumentCmsSearchFieldConfiguration.appendPath(I_CmsSearchDocument document, CmsObject cms, CmsResource resource, I_CmsExtractionResult extractionResult, List<CmsProperty> properties, List<CmsProperty> propertiesSearched) Extends the given document by fields for VFS path lookup.protected I_CmsSearchDocumentCmsSearchFieldConfiguration.appendProperties(I_CmsSearchDocument document, CmsObject cms, CmsResource resource, I_CmsExtractionResult extraction, List<CmsProperty> properties, List<CmsProperty> propertiesSearched) Appends all direct properties, that are not empty or white space only to the document.protected I_CmsSearchDocumentCmsSearchFieldConfiguration.appendType(I_CmsSearchDocument document, CmsObject cms, CmsResource resource, I_CmsExtractionResult extractionResult, List<CmsProperty> properties, List<CmsProperty> propertiesSearched) Extends the given document by a field that contains the resource type name.CmsGeoCoordinateFieldMapping.getStringValue(CmsObject cms, CmsResource res, I_CmsExtractionResult extractionResult, List<CmsProperty> properties, List<CmsProperty> propertiesSearched) CmsMacroResolvingSearchFieldMapping.getStringValue(CmsObject cms, CmsResource res, I_CmsExtractionResult extractionResult, List<CmsProperty> properties, List<CmsProperty> propertiesSearched) Calls the super method and resolves macros in the returned value.CmsMacroSearchFieldMapping.getStringValue(CmsObject cms, CmsResource res, I_CmsExtractionResult extractionResult, List<CmsProperty> properties, List<CmsProperty> propertiesSearched) CmsSearchFieldMapping.getStringValue(CmsObject cms, CmsResource res, I_CmsExtractionResult extractionResult, List<CmsProperty> properties, List<CmsProperty> propertiesSearched) I_CmsSearchFieldMapping.getStringValue(CmsObject cms, CmsResource res, I_CmsExtractionResult extractionResult, List<CmsProperty> properties, List<CmsProperty> propertiesSearched) Returns the String value extracted form the provided data according to the rules of this mapping type. -
Uses of CmsProperty in org.opencms.search.solr
Method parameters in org.opencms.search.solr with type arguments of type CmsPropertyModifier and TypeMethodDescriptionprotected I_CmsSearchDocumentCmsSolrFieldConfiguration.appendAdditionalValuesToDcoument(I_CmsSearchDocument document, CmsObject cms, CmsResource resource, I_CmsExtractionResult extractionResult, List<CmsProperty> properties, List<CmsProperty> propertiesSearched) protected I_CmsSearchDocumentCmsSolrFieldConfiguration.appendDates(I_CmsSearchDocument document, CmsObject cms, CmsResource resource, I_CmsExtractionResult extractionResult, List<CmsProperty> properties, List<CmsProperty> propertiesSearched) protected I_CmsSearchDocumentCmsSolrFieldConfiguration.appendFieldMapping(I_CmsSearchDocument document, CmsSearchField sfield, CmsObject cms, CmsResource resource, I_CmsExtractionResult extractionResult, List<CmsProperty> properties, List<CmsProperty> propertiesSearched) protected I_CmsSearchDocumentCmsSolrFieldConfiguration.appendFieldMappings(I_CmsSearchDocument document, CmsObject cms, CmsResource resource, I_CmsExtractionResult extractionResult, List<CmsProperty> properties, List<CmsProperty> propertiesSearched) protected I_CmsSearchDocumentCmsSolrFieldConfiguration.appendLocales(I_CmsSearchDocument document, CmsObject cms, CmsResource resource, I_CmsExtractionResult extraction, List<CmsProperty> properties, List<CmsProperty> propertiesSearched) protected I_CmsSearchDocumentCmsSolrFieldConfiguration.appendProperties(I_CmsSearchDocument document, CmsObject cms, CmsResource resource, I_CmsExtractionResult extraction, List<CmsProperty> properties, List<CmsProperty> propertiesSearched) -
Uses of CmsProperty in org.opencms.site.xmlsitemap
Method parameters in org.opencms.site.xmlsitemap with type arguments of type CmsPropertyModifier and TypeMethodDescriptionprotected static StringCmsXmlSitemapGenerator.getChangeFrequency(List<CmsProperty> properties) Gets the change frequency for a sitemap entry from a list of properties.protected static doubleCmsXmlSitemapGenerator.getPriority(List<CmsProperty> properties) Gets the page priority from a list of properties.
CmsObject.createResource(String, I_CmsResourceType, byte[], List)instead.