public interface OwCMISPropertyClass<V>
extends com.wewebu.ow.server.ecm.OwPropertyClass
OwCMISPropertyClass.
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
Type | Property and Description |
---|---|
boolean |
isSystem |
Modifier and Type | Method and Description |
---|---|
OwCMISPropertyClass<V> |
createProxy(String className) |
OwCMISProperty<V> |
from(V... value_p)
Create a new Instance of the specific OwCMISProperty depending on the
current OwCMISPropertyClass.
|
com.wewebu.ow.server.field.OwEnumCollection |
getEnums() |
OwCMISFormat |
getFormat() |
OwCMISQualifiedName |
getFullQualifiedName()
Returns the full qualified name
which is created from the
getObjectClass() class name
and the getNonQualifiedName() , separated with an
'.' (dot) between the names. |
String |
getNonQualifiedName()
Returns the non qualified name ( the CMIS definition
name of this property)
|
OwCMISObjectClass |
getObjectClass()
Get the ObjectClassName which is
parent of this property.
|
String |
getQueryName()
Returns the specified queryName of the
property which should be used in search request
instead of the id or property name.
|
boolean |
isArray() |
boolean |
isHidden(int iContext_p) |
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.
|
boolean |
isReadOnly(int iContext_p) |
boolean |
isSystemProperty() |
getCategory, isNameProperty
getClassName, getComplexChildClasses, getDefaultValue, getDescription, getDisplayName, getJavaClassName, getMaxValue, getMinValue, getNativeType, getNodeFromValue, getOperators, getValueFromNode, getValueFromString, isComplex, isEnum, isRequired
isSystemProperty
in interface com.wewebu.ow.server.ecm.OwPropertyClass
com.wewebu.ow.server.exceptions.OwException
boolean isArray() throws com.wewebu.ow.server.exceptions.OwException
isArray
in interface com.wewebu.ow.server.field.OwFieldDefinition
com.wewebu.ow.server.exceptions.OwException
boolean isHidden(int iContext_p) throws com.wewebu.ow.server.exceptions.OwException
isHidden
in interface com.wewebu.ow.server.ecm.OwPropertyClass
com.wewebu.ow.server.exceptions.OwException
boolean isReadOnly(int iContext_p) throws com.wewebu.ow.server.exceptions.OwException
isReadOnly
in interface com.wewebu.ow.server.ecm.OwPropertyClass
com.wewebu.ow.server.exceptions.OwException
OwCMISObjectClass getObjectClass()
OwCMISQualifiedName getFullQualifiedName()
getObjectClass()
class name
and the getNonQualifiedName()
, separated with an
'.' (dot) between the names.OwCMISQualifiedName
representing the full qualified nameString getNonQualifiedName()
String getQueryName()
see CMIS spec 1.0, chapter 2.1.3.2.1 Attributes common to ALL Object-Type Property Definitions
boolean isQueryable()
see CMIS spec 1.0, chapter 2.1.3.2.1 Attributes common to ALL Object-Type Property Definitions
boolean isOrderable()
see CMIS specification 1.0, chapter 2.1.3.2.1 Attributes common to ALL Object-Type Property Definitions
OwCMISProperty<V> from(V... value_p) throws com.wewebu.ow.server.exceptions.OwException
value_p
- Object the initial value which should be set, can be nullcom.wewebu.ow.server.exceptions.OwException
- if creation of OwCMISProperty failedOwCMISFormat getFormat()
getFormat
in interface com.wewebu.ow.server.field.OwFieldDefinition
com.wewebu.ow.server.field.OwEnumCollection getEnums() throws com.wewebu.ow.server.exceptions.OwException
getEnums
in interface com.wewebu.ow.server.field.OwFieldDefinition
com.wewebu.ow.server.exceptions.OwException
OwCMISPropertyClass<V> createProxy(String className)
boolean isSystemProperty() throws com.wewebu.ow.server.exceptions.OwException
isSystemProperty
in interface com.wewebu.ow.server.ecm.OwPropertyClass
com.wewebu.ow.server.exceptions.OwException
Copyright © 2014 Alfresco Business Solutions. All Rights Reserved.