public abstract class OwCMISAbstractProperty<O,C extends OwCMISPropertyClass<O>> extends Object implements OwCMISProperty<O>
OwCMISAbstractProperty.
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
| Constructor and Description |
|---|
OwCMISAbstractProperty(C propertyClass_p) |
| Modifier and Type | Method and Description |
|---|---|
abstract OwCMISProperty<O> |
clone() |
int |
compareTo(Object o_p) |
protected abstract void |
fromArrayValue(O[] value_p) |
protected abstract void |
fromValue(O value_p) |
com.wewebu.ow.server.field.OwFieldDefinition |
getFieldDefinition() |
C |
getPropertyClass() |
Object |
getValue() |
boolean |
isHidden(int iContext_p) |
boolean |
isReadOnly(int iContext_p) |
void |
setValue(Object value_p) |
protected abstract O[] |
toArrayValue() |
String |
toString() |
protected abstract O |
toValue() |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetNativeObjectpublic OwCMISAbstractProperty(C propertyClass_p)
public boolean isReadOnly(int iContext_p)
throws com.wewebu.ow.server.exceptions.OwException
isReadOnly in interface com.wewebu.ow.server.ecm.OwPropertycom.wewebu.ow.server.exceptions.OwExceptionpublic boolean isHidden(int iContext_p)
throws com.wewebu.ow.server.exceptions.OwException
isHidden in interface com.wewebu.ow.server.ecm.OwPropertycom.wewebu.ow.server.exceptions.OwExceptionprotected abstract O toValue() throws com.wewebu.ow.server.exceptions.OwException
com.wewebu.ow.server.exceptions.OwExceptionprotected abstract O[] toArrayValue() throws com.wewebu.ow.server.exceptions.OwException
com.wewebu.ow.server.exceptions.OwExceptionprotected abstract void fromValue(O value_p) throws com.wewebu.ow.server.exceptions.OwException
com.wewebu.ow.server.exceptions.OwExceptionprotected abstract void fromArrayValue(O[] value_p) throws com.wewebu.ow.server.exceptions.OwException
com.wewebu.ow.server.exceptions.OwExceptionpublic final Object getValue() throws com.wewebu.ow.server.exceptions.OwException
getValue in interface OwCMISProperty<O>getValue in interface com.wewebu.ow.server.field.OwFieldcom.wewebu.ow.server.exceptions.OwExceptionpublic final void setValue(Object value_p) throws com.wewebu.ow.server.exceptions.OwException
setValue in interface OwCMISProperty<O>setValue in interface com.wewebu.ow.server.field.OwFieldcom.wewebu.ow.server.exceptions.OwExceptionpublic C getPropertyClass()
getPropertyClass in interface com.wewebu.ow.server.ecm.OwPropertypublic int compareTo(Object o_p)
compareTo in interface Comparablepublic com.wewebu.ow.server.field.OwFieldDefinition getFieldDefinition()
throws com.wewebu.ow.server.exceptions.OwException
getFieldDefinition in interface OwCMISProperty<O>getFieldDefinition in interface com.wewebu.ow.server.field.OwFieldcom.wewebu.ow.server.exceptions.OwExceptionpublic abstract OwCMISProperty<O> clone() throws CloneNotSupportedException
clone in interface com.wewebu.ow.server.ecm.OwPropertyclone in class ObjectCloneNotSupportedExceptionCopyright © 2014 Alfresco Business Solutions. All Rights Reserved.