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
isNameProperty
isSystemProperty
isSystemProperty
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, toString
getCategory, getClassName, getComplexChildClasses, getFullQualifiedName, getNodeFromValue, getObjectClass, getPreferredPropertyType, getValueFromNode, getValueFromString, isComplex, isEnum, isSystemProperty
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
createProxy, from
from, getEnums, getFormat, getFullQualifiedName, getNonQualifiedName, getObjectClass, isArray, isHidden, isReadOnly, isSystemProperty
getCategory, isNameProperty
getClassName, getComplexChildClasses, getDefaultValue, getDescription, getDisplayName, getJavaClassName, getMaxValue, getMinValue, getNativeType, getNodeFromValue, getOperators, getValueFromNode, getValueFromString, isComplex, isEnum, isRequired
public OwCMISAbstractStoredPropertyClass(String className, com.wewebu.ow.server.ecm.OwPropertyClass internalPropertyClass, Collection<Integer> operators, C objectClass)
public String getQueryName()
OwCMISPropertyClass
see 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()
OwCMISPropertyClass
see 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()
OwCMISPropertyClass
see 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.