public abstract class OwCMISAbstractStoredPropertyClass<O,C extends OwCMISObjectClass> extends OwCMISDelegateVirtualPropertyClass<O,C> implements OwCMISStoredVirtualPropertyClass<O>
OwCMISAbstractStoredPropertyClass.
Alfresco Workdesk
Copyright (c) Alfresco Software, Inc.
All rights reserved.
For licensing information read the license.txt file or
go to: http://wiki.alfresco.com
isNamePropertyisSystemPropertyisSystemProperty| Constructor and Description |
|---|
OwCMISAbstractStoredPropertyClass(String className,
com.wewebu.ow.server.ecm.OwPropertyClass internalPropertyClass,
Collection<Integer> operators,
C objectClass) |
| Modifier and Type | Method and Description |
|---|---|
String |
getQueryName()
Returns the specified queryName of the
property which should be used in search request
instead of the id or property name.
|
boolean |
isOrderable()
Returns a boolean representation, notifying the possibility of this property to be used in ORDER BY clause.
|
boolean |
isQueryable()
Returns a boolean representation if this property can occur in WHERE clause for filtration.
|
createProxy, from, getDefaultValue, getDescription, getDisplayName, getEnums, getFormat, getJavaClassName, getMaxValue, getMinValue, getNativeType, getNonQualifiedName, getOperators, isArray, isHidden, isNameProperty, isReadOnly, isRequired, isSystem, toStringgetCategory, getClassName, getComplexChildClasses, getFullQualifiedName, getNodeFromValue, getObjectClass, getPreferredPropertyType, getValueFromNode, getValueFromString, isComplex, isEnum, isSystemPropertyclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcreateProxy, fromfrom, getEnums, getFormat, getFullQualifiedName, getNonQualifiedName, getObjectClass, isArray, isHidden, isReadOnly, isSystemPropertygetCategory, isNamePropertygetClassName, getComplexChildClasses, getDefaultValue, getDescription, getDisplayName, getJavaClassName, getMaxValue, getMinValue, getNativeType, getNodeFromValue, getOperators, getValueFromNode, getValueFromString, isComplex, isEnum, isRequiredpublic OwCMISAbstractStoredPropertyClass(String className, com.wewebu.ow.server.ecm.OwPropertyClass internalPropertyClass, Collection<Integer> operators, C objectClass)
public String getQueryName()
OwCMISPropertyClasssee CMIS spec 1.0, chapter 2.1.3.2.1 Attributes common to ALL Object-Type Property Definitions
getQueryName in interface OwCMISPropertyClass<O>public boolean isQueryable()
OwCMISPropertyClasssee CMIS spec 1.0, chapter 2.1.3.2.1 Attributes common to ALL Object-Type Property Definitions
isQueryable in interface OwCMISPropertyClass<O>public boolean isOrderable()
OwCMISPropertyClasssee CMIS specification 1.0, chapter 2.1.3.2.1 Attributes common to ALL Object-Type Property Definitions
isOrderable in interface OwCMISPropertyClass<O>Copyright © 2014 Alfresco Business Solutions. All Rights Reserved.