Uses of Class
org.opencms.cmis.CmsCmisTypeManager
Packages that use CmsCmisTypeManager
-
Uses of CmsCmisTypeManager in org.opencms.cmis
Fields in org.opencms.cmis declared as CmsCmisTypeManagerModifier and TypeFieldDescriptionprotected CmsCmisTypeManager
A_CmsCmisRepository.m_typeManager
The type manager instance.Methods in org.opencms.cmis that return CmsCmisTypeManagerModifier and TypeMethodDescriptionprotected CmsCmisTypeManager
CmsCmisRepository.getTypeManager()
Gets the type manager instance.Methods in org.opencms.cmis with parameters of type CmsCmisTypeManagerModifier and TypeMethodDescriptionstatic void
CmsCmisUtil.addDynamicProperties
(CmsObject cms, CmsCmisTypeManager typeManager, org.apache.chemistry.opencmis.commons.impl.dataobjects.PropertiesImpl props, String typeId, CmsResource resource, Set<String> filter) Helper method to add the dynamic properties for a resource.static void
CmsCmisUtil.addPropertyBigInteger
(CmsCmisTypeManager typeManager, org.apache.chemistry.opencmis.commons.impl.dataobjects.PropertiesImpl props, String typeId, Set<String> filter, String id, BigInteger value) Adds bigint property to a PropertiesImpl.static void
CmsCmisUtil.addPropertyBoolean
(CmsCmisTypeManager typeManager, org.apache.chemistry.opencmis.commons.impl.dataobjects.PropertiesImpl props, String typeId, Set<String> filter, String id, boolean value) Adds a boolean property to a PropertiesImpl.static void
CmsCmisUtil.addPropertyDateTime
(CmsCmisTypeManager typeManager, org.apache.chemistry.opencmis.commons.impl.dataobjects.PropertiesImpl props, String typeId, Set<String> filter, String id, GregorianCalendar value) Adds a date/time property to a PropertiesImpl.static void
CmsCmisUtil.addPropertyId
(CmsCmisTypeManager typeManager, org.apache.chemistry.opencmis.commons.impl.dataobjects.PropertiesImpl props, String typeId, Set<String> filter, String id, String value) Helper method for adding an id-valued property.static void
CmsCmisUtil.addPropertyIdList
(CmsCmisTypeManager typeManager, org.apache.chemistry.opencmis.commons.impl.dataobjects.PropertiesImpl props, String typeId, Set<String> filter, String id, List<String> value) Helper method for adding an id-list-valued property.static void
CmsCmisUtil.addPropertyInteger
(CmsCmisTypeManager typeManager, org.apache.chemistry.opencmis.commons.impl.dataobjects.PropertiesImpl props, String typeId, Set<String> filter, String id, long value) Adds an integer property to a PropertiesImpl.static void
CmsCmisUtil.addPropertyString
(CmsCmisTypeManager typeManager, org.apache.chemistry.opencmis.commons.impl.dataobjects.PropertiesImpl props, String typeId, Set<String> filter, String id, String value) Adds a string property to a PropertiesImpl.static boolean
CmsCmisUtil.checkAddProperty
(CmsCmisTypeManager typeManager, org.apache.chemistry.opencmis.commons.data.Properties properties, String typeId, Set<String> filter, String id) Checks whether a property can be added to a Properties.