|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface OwCMISPropertyClass<V>
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
Field Summary |
---|
Fields inherited from interface com.wewebu.ow.server.ecm.OwPropertyClass |
---|
CONTEXT_MAX, CONTEXT_NORMAL, CONTEXT_ON_CHECKIN, CONTEXT_ON_CREATE |
Method Summary | |
---|---|
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()
|
Methods inherited from interface com.wewebu.ow.server.ecm.OwPropertyClass |
---|
getCategory, isNameProperty |
Methods inherited from interface com.wewebu.ow.server.field.OwFieldDefinition |
---|
getClassName, getComplexChildClasses, getDefaultValue, getDescription, getDisplayName, getJavaClassName, getMaxValue, getMinValue, getNativeType, getNodeFromValue, getOperators, getValueFromNode, getValueFromString, isComplex, isEnum, isRequired |
Method Detail |
---|
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 null
com.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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |