Uses of Interface
com.wewebu.ow.server.ecmimpl.cmis.propertyclasses.OwCMISPropertyClass

Packages that use OwCMISPropertyClass
com.wewebu.ow.server.ecmimpl.cmis   
com.wewebu.ow.server.ecmimpl.cmis.alfresco   
com.wewebu.ow.server.ecmimpl.cmis.objectclasses   
com.wewebu.ow.server.ecmimpl.cmis.property   
com.wewebu.ow.server.ecmimpl.cmis.propertyclasses   
com.wewebu.ow.server.ecmimpl.cmis.util   
 

Uses of OwCMISPropertyClass in com.wewebu.ow.server.ecmimpl.cmis
 

Methods in com.wewebu.ow.server.ecmimpl.cmis that return OwCMISPropertyClass
 OwCMISPropertyClass OwCMISResourceObjectModel.getPropertyClass(String strFullQualifiedName_p)
          Get OwPropertyClass by full qualified name of property.
A full qualified name of a property is a concatenation of object class name and property class name using a separator character.
 OwCMISPropertyClass OwCMISObjectModel.getPropertyClass(String propertyClassName_p)
          Should return the corresponding property, which was requested by the given property class name.
 OwCMISPropertyClass OwCMISNetwork.getPropertyClass(String cmisPropertyName_p, String resourceID_p)
          Deprecated.  
 

Methods in com.wewebu.ow.server.ecmimpl.cmis with parameters of type OwCMISPropertyClass
 OwCMISPreferredPropertyTypeCfg.PropertyType OwCMISPreferredPropertyTypeCfg.getPreferredType(OwCMISPropertyClass propertyClass)
           
 

Uses of OwCMISPropertyClass in com.wewebu.ow.server.ecmimpl.cmis.alfresco
 

Methods in com.wewebu.ow.server.ecmimpl.cmis.alfresco that return OwCMISPropertyClass
 OwCMISPropertyClass OwCMISALObjectClass.getPropertyClass(String propertyClassName_p)
           
 

Methods in com.wewebu.ow.server.ecmimpl.cmis.alfresco that return types with arguments of type OwCMISPropertyClass
protected  Map<String,OwCMISPropertyClass> OwCMISALObjectClass.getAllAspectProperties()
          Helper used to iterate over the OwCMISALObjectClass.getAppliedAspectTypes() calling the OwCMISALObjectClass.getAspectProperties(String).
protected  Map<String,OwCMISPropertyClass> OwCMISALObjectClass.getAspectProperties(String aspectClassId_p)
          Helper method to filter out only editable Aspect properties.
 Map<String,OwCMISPropertyClass> OwCMISALObjectClass.getPropertyClasses()
           
 Set<OwCMISPropertyClass> OwCMISALObjectClass.getQueryablePropertyClasses(OwCMISQueryContext context_p)
           
 

Uses of OwCMISPropertyClass in com.wewebu.ow.server.ecmimpl.cmis.objectclasses
 

Methods in com.wewebu.ow.server.ecmimpl.cmis.objectclasses that return OwCMISPropertyClass
 OwCMISPropertyClass OwCMISObjectClass.getPropertyClass(String strClassName_p)
           
 OwCMISPropertyClass OwCMISNativeObjectClass.getPropertyClass(String strClassName_p)
           
 OwCMISPropertyClass OwCMISClassDescription.getPropertyClass(String strClassName_p)
           
 OwCMISPropertyClass OwCMISBaseClass.getPropertyClass(String strClassName_p)
           
 

Methods in com.wewebu.ow.server.ecmimpl.cmis.objectclasses that return types with arguments of type OwCMISPropertyClass
protected  Set<OwCMISPropertyClass> OwCMISNativeObjectClass.createCustomPropertyClasses()
           
 Map<String,OwCMISPropertyClass> OwCMISClassDescription.getLocalPropertyClasses()
          Retrieve all property classes locally-defined by this description (ancestors defined excluded).
 Map<String,OwCMISPropertyClass> OwCMISObjectClass.getPropertyClasses()
           
 Map<String,OwCMISPropertyClass> OwCMISNativeObjectClass.getPropertyClasses()
           
 Map<String,OwCMISPropertyClass> OwCMISClassDescription.getPropertyClasses()
          Retrieve all property classes defined by this description (ancestors defined included).
 Map<String,OwCMISPropertyClass> OwCMISBaseClass.getPropertyClasses()
           
 Set<OwCMISPropertyClass> OwCMISObjectClass.getQueryablePropertyClasses(OwCMISQueryContext context_p)
           
 Set<OwCMISPropertyClass> OwCMISNativeObjectClass.getQueryablePropertyClasses(OwCMISQueryContext context_p)
           
 Set<OwCMISPropertyClass> OwCMISClassDescription.getQueryablePropertyClasses(OwCMISQueryContext context_p)
           
 Set<OwCMISPropertyClass> OwCMISBaseClass.getQueryablePropertyClasses(OwCMISQueryContext context_p)
           
protected  Map<String,OwCMISPropertyClass> OwCMISClassDescription.reorderProperties(Map<String,OwCMISPropertyClass> allProperties_p)
          Sort provided properties regarding definition of OwCMISClassDescription.getPreferredPropertyOrder() list.
 

Methods in com.wewebu.ow.server.ecmimpl.cmis.objectclasses with parameters of type OwCMISPropertyClass
 void OwCMISClassDescription.addLocalPropertyClass(OwCMISPropertyClass propertyClass_p)
           
 

Method parameters in com.wewebu.ow.server.ecmimpl.cmis.objectclasses with type arguments of type OwCMISPropertyClass
protected  Map<String,OwCMISPropertyClass> OwCMISClassDescription.reorderProperties(Map<String,OwCMISPropertyClass> allProperties_p)
          Sort provided properties regarding definition of OwCMISClassDescription.getPreferredPropertyOrder() list.
 

Uses of OwCMISPropertyClass in com.wewebu.ow.server.ecmimpl.cmis.property
 

Methods in com.wewebu.ow.server.ecmimpl.cmis.property that return OwCMISPropertyClass
 OwCMISPropertyClass OwCMISProperty.getPropertyClass()
           
 

Constructors in com.wewebu.ow.server.ecmimpl.cmis.property with parameters of type OwCMISPropertyClass
OwCMISProperty(OwCMISPropertyClass owPropertyClass_p)
           
 

Uses of OwCMISPropertyClass in com.wewebu.ow.server.ecmimpl.cmis.propertyclasses
 

Classes in com.wewebu.ow.server.ecmimpl.cmis.propertyclasses that implement OwCMISPropertyClass
 class OwCMISInternalPropertyClass
           OwCMISInternalPropertyClass.
 class OwCMISMappedInternalPropertyClass
           OwCMISMappedInternalPropertyClass.
 class OwCMISNativePropertyClass
           Property class wrapper for CMIS property definition type.
 class OwCMISNativePropertyClassTemplate<L,O>
           OwCMISNativePropertyClassTemplate.
 class OwCMISObjectClassDescription
           Resource object name property (OW_ClassDescription) implementation for CMIS.
 class OwCMISObjectName
           Resource object name property (OW_ObjectName) implementation for CMIS.
 class OwCMISObjectPath
           Resource object name property (OW_ObjectPath) implementation for CMIS.
 class OwCMISPropertyClassBoolean
           Property class wrapper for CMIS property definition type Boolean.
 class OwCMISPropertyClassDateTime
           Property class wrapper for CMIS property definition type DateTime.
 class OwCMISPropertyClassDecimal
           OwPropertyClass interface extending for CMIS property definition type Decimal.
 class OwCMISPropertyClassHtml
           Property class wrapper for CMIS property definition type HTML.
 class OwCMISPropertyClassId<O>
           OwPropertyClass interface extending for CMIS property definition type Id.
 class OwCMISPropertyClassInteger
           OwPropertyClass interface extending for CMIS property definition type Integer.
 class OwCMISPropertyClassString
           Property class wrapper for CMIS property definition type String.
 class OwCMISPropertyClassUri
           Property class wrapper for CMIS property definition type URI.
 

Methods in com.wewebu.ow.server.ecmimpl.cmis.propertyclasses that return OwCMISPropertyClass
 OwCMISPropertyClass OwCMISPropertyClassFactory.createPropertyClass(org.oasis_open.docs.ns.cmis.core._200908.CmisPropertyDefinitionType propDef_p, OwCMISObjectClass cmisObjectClass_p)
          Creates a OwCMISPropertyClassBase object depending on the given information defined by the parameters.
 OwCMISPropertyClass OwCMISMappedInternalPropertyClass.getMappedNativePropertyClass()
           
 

Constructors in com.wewebu.ow.server.ecmimpl.cmis.propertyclasses with parameters of type OwCMISPropertyClass
OwCMISMappedInternalPropertyClass(com.wewebu.ow.server.ecm.OwPropertyClass delegatePropertyClass_p, OwCMISObjectClass objectClass_p, OwCMISPropertyClass mappedPropertyClass_p)
           
 

Uses of OwCMISPropertyClass in com.wewebu.ow.server.ecmimpl.cmis.util
 

Method parameters in com.wewebu.ow.server.ecmimpl.cmis.util with type arguments of type OwCMISPropertyClass
 void OwCMISPropertiesFilter.addAll(OwCMISQueryContext context_p, Collection<OwCMISPropertyClass> propertyClasses_p)
           
 



Copyright © 2013 Alfresco Business Solutions. All Rights Reserved.