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 CmsCmisTypeManagerA_CmsCmisRepository.m_typeManagerThe type manager instance.Methods in org.opencms.cmis that return CmsCmisTypeManagerModifier and TypeMethodDescriptionprotected CmsCmisTypeManagerCmsCmisRepository.getTypeManager()Gets the type manager instance.Methods in org.opencms.cmis with parameters of type CmsCmisTypeManagerModifier and TypeMethodDescriptionstatic voidCmsCmisUtil.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 voidCmsCmisUtil.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 voidCmsCmisUtil.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 voidCmsCmisUtil.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 voidCmsCmisUtil.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 voidCmsCmisUtil.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 voidCmsCmisUtil.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 voidCmsCmisUtil.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 booleanCmsCmisUtil.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.