public abstract class OwCMISDelegateVirtualPropertyClass<O,C extends OwCMISObjectClass> extends OwCMISAbstractPropertyClass<O,C> implements OwCMISVirtualPropertyClass<O>
OwCMISDelegateVirtualPropertyClass.
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 |
isName |
isSystemPropertyisSystemProperty| Constructor and Description |
|---|
OwCMISDelegateVirtualPropertyClass(String className,
com.wewebu.ow.server.ecm.OwPropertyClass internalPropertyClass,
Collection<Integer> operators,
C objectClass) |
| Modifier and Type | Method and Description |
|---|---|
OwCMISVirtualPropertyClass<O> |
createProxy(String className) |
OwCMISProperty<O> |
from(O... value_p)
Create a new Instance of the specific OwCMISProperty depending on the
current OwCMISPropertyClass.
|
Object |
getDefaultValue() |
String |
getDescription(Locale locale_p) |
String |
getDisplayName(Locale locale_p) |
com.wewebu.ow.server.field.OwEnumCollection |
getEnums() |
OwCMISFormat |
getFormat() |
String |
getJavaClassName() |
Object |
getMaxValue() |
Object |
getMinValue() |
Object |
getNativeType() |
String |
getNonQualifiedName()
Returns the non qualified name ( the CMIS definition
name of this property)
|
Collection |
getOperators() |
boolean |
isArray() |
boolean |
isHidden(int iContext_p) |
boolean |
isNameProperty() |
boolean |
isReadOnly(int iContext_p) |
boolean |
isRequired() |
boolean |
isSystem() |
String |
toString() |
getCategory, getClassName, getComplexChildClasses, getFullQualifiedName, getNodeFromValue, getObjectClass, getPreferredPropertyType, getValueFromNode, getValueFromString, isComplex, isEnum, isSystemPropertyclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitfromgetFullQualifiedName, getObjectClass, getQueryName, isOrderable, isQueryable, isSystemPropertyisNameProperty in interface com.wewebu.ow.server.ecm.OwPropertyClassExceptionpublic OwCMISDelegateVirtualPropertyClass(String className, com.wewebu.ow.server.ecm.OwPropertyClass internalPropertyClass, Collection<Integer> operators, C objectClass)
public boolean isArray()
throws com.wewebu.ow.server.exceptions.OwException
isArray in interface OwCMISPropertyClass<O>isArray in interface com.wewebu.ow.server.field.OwFieldDefinitioncom.wewebu.ow.server.exceptions.OwExceptionpublic boolean isReadOnly(int iContext_p)
throws com.wewebu.ow.server.exceptions.OwException
isReadOnly in interface com.wewebu.ow.server.ecm.OwPropertyClassisReadOnly in interface OwCMISPropertyClass<O>com.wewebu.ow.server.exceptions.OwExceptionpublic String getNonQualifiedName()
OwCMISPropertyClassgetNonQualifiedName in interface OwCMISPropertyClass<O>public boolean isNameProperty()
throws Exception
isNameProperty in interface com.wewebu.ow.server.ecm.OwPropertyClassExceptionpublic String getDisplayName(Locale locale_p)
getDisplayName in interface com.wewebu.ow.server.field.OwFieldDefinitionpublic String getDescription(Locale locale_p)
getDescription in interface com.wewebu.ow.server.field.OwFieldDefinitionpublic String getJavaClassName()
getJavaClassName in interface com.wewebu.ow.server.field.OwFieldDefinitionpublic Object getNativeType() throws Exception
getNativeType in interface com.wewebu.ow.server.field.OwFieldDefinitionExceptionpublic boolean isRequired()
throws Exception
isRequired in interface com.wewebu.ow.server.field.OwFieldDefinitionExceptionpublic Object getMaxValue() throws Exception
getMaxValue in interface com.wewebu.ow.server.field.OwFieldDefinitionExceptionpublic Object getMinValue() throws Exception
getMinValue in interface com.wewebu.ow.server.field.OwFieldDefinitionExceptionpublic Object getDefaultValue() throws Exception
getDefaultValue in interface com.wewebu.ow.server.field.OwFieldDefinitionExceptionpublic Collection getOperators() throws Exception
getOperators in interface com.wewebu.ow.server.field.OwFieldDefinitionExceptionpublic OwCMISFormat getFormat()
getFormat in interface OwCMISPropertyClass<O>getFormat in interface com.wewebu.ow.server.field.OwFieldDefinitionpublic boolean isHidden(int iContext_p)
throws com.wewebu.ow.server.exceptions.OwException
isHidden in interface com.wewebu.ow.server.ecm.OwPropertyClassisHidden in interface OwCMISPropertyClass<O>com.wewebu.ow.server.exceptions.OwExceptionpublic com.wewebu.ow.server.field.OwEnumCollection getEnums()
throws com.wewebu.ow.server.exceptions.OwException
getEnums in interface OwCMISPropertyClass<O>getEnums in interface com.wewebu.ow.server.field.OwFieldDefinitioncom.wewebu.ow.server.exceptions.OwExceptionpublic boolean isSystem()
throws com.wewebu.ow.server.exceptions.OwException
isSystem in class OwCMISAbstractPropertyClass<O,C extends OwCMISObjectClass>com.wewebu.ow.server.exceptions.OwExceptionpublic final OwCMISProperty<O> from(O... value_p) throws com.wewebu.ow.server.exceptions.OwException
OwCMISPropertyClassfrom in interface OwCMISPropertyClass<O>value_p - Object the initial value which should be set, can be nullcom.wewebu.ow.server.exceptions.OwException - if creation of OwCMISProperty failedpublic OwCMISVirtualPropertyClass<O> createProxy(String className)
createProxy in interface OwCMISPropertyClass<O>createProxy in interface OwCMISVirtualPropertyClass<O>createProxy in class OwCMISAbstractPropertyClass<O,C extends OwCMISObjectClass>Copyright © 2014 Alfresco Business Solutions. All Rights Reserved.