Uses of Interface
com.wewebu.ow.server.ecmimpl.opencmis.propertyclass.OwCMISPropertyClass

Packages that use OwCMISPropertyClass
com.wewebu.ow.server.ecmimpl.opencmis   
com.wewebu.ow.server.ecmimpl.opencmis.alfresco   
com.wewebu.ow.server.ecmimpl.opencmis.conf   
com.wewebu.ow.server.ecmimpl.opencmis.objectclass   
com.wewebu.ow.server.ecmimpl.opencmis.property   
com.wewebu.ow.server.ecmimpl.opencmis.propertyclass   
 

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

Methods in com.wewebu.ow.server.ecmimpl.opencmis that return OwCMISPropertyClass
protected  OwCMISPropertyClass<?> OwCMISRepositorySession.findPropertyDefinition(String propertyName_p, OwCMISNativeObjectClass<?,?>... classContext_p)
          Helper to identify OwPropertyClass from String id.
protected  OwCMISPropertyClass<?> OwCMISSQLStandardEntitiesResolver.resolvePropertyClass(String tableName_p, String columnName_p, String repositoryID_p)
           
 

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

Methods in com.wewebu.ow.server.ecmimpl.opencmis.alfresco that return OwCMISPropertyClass
protected  OwCMISPropertyClass<?> OwCMISAbstractAlfrescoClass.findAspectsPropertyClass(String className, boolean secure)
           
 OwCMISPropertyClass<?> OwCMISAlfrescoSkeletonObjectClass.findPropertyClass(String className_p)
           
 OwCMISPropertyClass<?> OwCMISAbstractAlfrescoClass.findPropertyClass(String className)
           
 OwCMISPropertyClass<?> OwCMISAlfrescoSkeletonObjectClass.getPropertyClass(String strClassName_p)
           
 

Methods in com.wewebu.ow.server.ecmimpl.opencmis.alfresco that return types with arguments of type OwCMISPropertyClass
protected  Map<String,OwCMISPropertyClass<?>> OwCMISAbstractAlfrescoClass.getAspectsPropertyClasses()
           
 Map<String,OwCMISPropertyClass<?>> OwCMISAlfrescoSkeletonObjectClass.getPropertyClasses()
           
 Map<String,OwCMISPropertyClass<?>> OwCMISAbstractAlfrescoClass.getPropertyClasses()
           
 Set<OwCMISPropertyClass<?>> OwCMISAlfrescoSkeletonObjectClass.getQueryablePropertyClasses()
           
 Set<OwCMISPropertyClass<?>> OwCMISAbstractAlfrescoClass.getQueryablePropertyClasses()
           
 

Methods in com.wewebu.ow.server.ecmimpl.opencmis.alfresco with parameters of type OwCMISPropertyClass
 OwCMISPreferredPropertyTypeCfg.PropertyType OwCMISAlfrescoSkeletonObjectClass.getPreferredPropertyType(OwCMISPropertyClass<?> propertyClass)
           
 OwCMISPreferredPropertyTypeCfg.PropertyType OwCMISAbstractAlfrescoClass.getPreferredPropertyType(OwCMISPropertyClass<?> propertyClass)
           
 

Uses of OwCMISPropertyClass in com.wewebu.ow.server.ecmimpl.opencmis.conf
 

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

Uses of OwCMISPropertyClass in com.wewebu.ow.server.ecmimpl.opencmis.objectclass
 

Methods in com.wewebu.ow.server.ecmimpl.opencmis.objectclass that return OwCMISPropertyClass
 OwCMISPropertyClass<?> OwCMISObjectClass.findPropertyClass(String className_p)
           
 OwCMISPropertyClass<?> OwCMISAbstractObjectClass.findPropertyClass(String className_p)
           
 OwCMISPropertyClass<?> OwCMISAbstractNativeObjectClass.findPropertyClass(String className_p)
           
 OwCMISPropertyClass<?> OwCMISObjectClass.getPropertyClass(String strClassName_p)
           
 OwCMISPropertyClass<?> OwCMISAbstractObjectClass.getPropertyClass(String className_p)
           
 

Methods in com.wewebu.ow.server.ecmimpl.opencmis.objectclass that return types with arguments of type OwCMISPropertyClass
 Map<String,OwCMISPropertyClass<?>> OwCMISObjectClass.getPropertyClasses()
           
 Map<String,OwCMISPropertyClass<?>> OwCMISAbstractObjectClass.getPropertyClasses()
           
 Map<String,OwCMISPropertyClass<?>> OwCMISAbstractNativeObjectClass.getPropertyClasses()
           
 Set<OwCMISPropertyClass<?>> OwCMISObjectClass.getQueryablePropertyClasses()
           
 Set<OwCMISPropertyClass<?>> OwCMISAbstractObjectClass.getQueryablePropertyClasses()
           
 

Methods in com.wewebu.ow.server.ecmimpl.opencmis.objectclass with parameters of type OwCMISPropertyClass
 OwCMISPreferredPropertyTypeCfg.PropertyType OwCMISObjectClass.getPreferredPropertyType(OwCMISPropertyClass<?> propertyClass)
           
 OwCMISPreferredPropertyTypeCfg.PropertyType OwCMISDomainFolderClassImpl.getPreferredPropertyType(OwCMISPropertyClass<?> propertyClass)
           
 OwCMISPreferredPropertyTypeCfg.PropertyType OwCMISAbstractSessionObjectClass.getPreferredPropertyType(OwCMISPropertyClass<?> propertyClass)
           
 

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

Classes in com.wewebu.ow.server.ecmimpl.opencmis.property with type parameters of type OwCMISPropertyClass
 class OwCMISAbstractProperty<O,C extends OwCMISPropertyClass<O>>
           OwCMISAbstractProperty.
 class OwCMISAbstractVirtualProperty<O,C extends OwCMISPropertyClass<O>>
           OwCMISAbstractVirtualProperty.
 

Uses of OwCMISPropertyClass in com.wewebu.ow.server.ecmimpl.opencmis.propertyclass
 

Subinterfaces of OwCMISPropertyClass in com.wewebu.ow.server.ecmimpl.opencmis.propertyclass
 interface OwCMISBooleanPropertyClass
           OwCMISBooleanPropertyClass.
 interface OwCMISBoundVirtualPropertyClass<O>
           Virtual property that have and approximate CMIS correspondent object-type.
 interface OwCMISDateTimePropertyClass
           OwCMISDateTimePropertyClass Interface.
 interface OwCMISDecimalPropertyClass
           OwCMISDecimalPropertyClass Interface.
 interface OwCMISHtmlPropertyClass
           OwCMISDelegateVirtualPropertyClass Interface.
 interface OwCMISIdPropertyClass<O>
           OwCMISHtmlPropertyClassImpl Interface.
 interface OwCMISIntegerPropertyClass
           OwCMISIntegerPropertyClass Interface.
 interface OwCMISNativePropertyClass<V,N,D extends PropertyDefinition<N>>
           Native property classes are abstractions of property classes that do have a direct CMIS repository representation (an exact , corresponding CMIS object-type exist).
 interface OwCMISStoredVirtualPropertyClass<O>
           OwCMISStoredVirtualPropertyClass Interface.
 interface OwCMISStringPropertyClass
           OwCMISStringPropertyClass Interface.
 interface OwCMISUriPropertyClass
           OwCMISUriPropertyClass Interface.
 interface OwCMISVirtualPropertyClass<V>
           Virtual property classes are abstractions of property classes that do not have a direct CMIS repository representation (no exact corresponding CMIS object-type exist).
 

Classes in com.wewebu.ow.server.ecmimpl.opencmis.propertyclass that implement OwCMISPropertyClass
 class OwCMISAbstractNativePropertyClass<O,N,P extends PropertyDefinition<N>>
           OwCMISAbstractNativePropertyClass.
 class OwCMISAbstractPropertyClass<V,C extends OwCMISObjectClass>
           OwCMISAbstractPropertyClass.
 class OwCMISAbstractStoredPropertyClass<O,C extends OwCMISObjectClass>
           OwCMISAbstractStoredPropertyClass.
 class OwCMISBooleanPropertyClassImpl
           OwCMISBooleanPropertyClassImpl.
 class OwCMISBoundVirtualPropertyClassImpl<O>
           OwCMISBoundVirtualPropertyClassImpl.
 class OwCMISClassDescriptionPropertyClass
           OwResource.m_ClassDescriptionPropertyClass virtual property class.
 class OwCMISDateTimePropertyClassImpl
           OwCMISDateTimePropertyClassImpl.
 class OwCMISDecimalPropertyClassImpl
           OwCMISDecimalPropertyClassImpl.
 class OwCMISDelegateVirtualPropertyClass<O,C extends OwCMISObjectClass>
           OwCMISDelegateVirtualPropertyClass.
 class OwCMISHtmlPropertyClassImpl
           OwCMISHtmlPropertyClassImpl.
 class OwCMISIdPropertyClassImpl<O>
           OwCMISIdPropertyClassImpl.
 class OwCMISIntegerPropertyClassImpl
           OwCMISIntegerPropertyClassImpl.
 class OwCMISLinkVirtualIdPropertyClass
           OwCMISLinkVirtualIdPropertyClass, helper class.
 class OwCMISObjectNamePropertyClass
           OwResource.m_ObjectNamePropertyClass virtual property class.
 class OwCMISPathPropertyClass
           OwResource.m_ObjectPathPropertyClass virtual property class.
 class OwCMISPropertyClassProxy<V,C extends OwCMISObjectClass>
           Property class delegate-proxy.
 class OwCMISStringPropertyClassImpl
           OwCMISStringPropertyClass.
 class OwCMISUriPropertyClassImpl
           OwCMISUriPropertyClassImpl.
 class OwCMISVersionSeriesPropertyClass
           OwResource.m_VersionSeriesPropertyClass virtual property class.
 class OwCMISVirtualPropertyClassProxy<V,C extends OwCMISObjectClass>
           Allows multiple name reference of the same virtual property class (for example it can be used for qualified and non-qualified name reference).
 

Methods in com.wewebu.ow.server.ecmimpl.opencmis.propertyclass that return OwCMISPropertyClass
 OwCMISPropertyClass<V> OwCMISPropertyClass.createProxy(String className)
           
 OwCMISPropertyClass<V> OwCMISAbstractPropertyClass.createProxy(String className)
           
protected  OwCMISPropertyClass<O> OwCMISBoundVirtualPropertyClassImpl.getBoundPropertyClass()
           
protected  OwCMISPropertyClass<V> OwCMISPropertyClassProxy.getPropertyClass()
           
 

Constructors in com.wewebu.ow.server.ecmimpl.opencmis.propertyclass with parameters of type OwCMISPropertyClass
OwCMISPropertyClassProxy(String className, OwCMISPropertyClass<V> propertyClass, C objectClass)
           
 



Copyright © 2013 Alfresco Business Solutions. All Rights Reserved.