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, wait
getNativeObject
public 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.OwProperty
com.wewebu.ow.server.exceptions.OwException
public boolean isHidden(int iContext_p) throws com.wewebu.ow.server.exceptions.OwException
isHidden
in interface com.wewebu.ow.server.ecm.OwProperty
com.wewebu.ow.server.exceptions.OwException
protected abstract O toValue() throws com.wewebu.ow.server.exceptions.OwException
com.wewebu.ow.server.exceptions.OwException
protected abstract O[] toArrayValue() throws com.wewebu.ow.server.exceptions.OwException
com.wewebu.ow.server.exceptions.OwException
protected abstract void fromValue(O value_p) throws com.wewebu.ow.server.exceptions.OwException
com.wewebu.ow.server.exceptions.OwException
protected abstract void fromArrayValue(O[] value_p) throws com.wewebu.ow.server.exceptions.OwException
com.wewebu.ow.server.exceptions.OwException
public final Object getValue() throws com.wewebu.ow.server.exceptions.OwException
getValue
in interface OwCMISProperty<O>
getValue
in interface com.wewebu.ow.server.field.OwField
com.wewebu.ow.server.exceptions.OwException
public 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.OwField
com.wewebu.ow.server.exceptions.OwException
public C getPropertyClass()
getPropertyClass
in interface com.wewebu.ow.server.ecm.OwProperty
public int compareTo(Object o_p)
compareTo
in interface Comparable
public 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.OwField
com.wewebu.ow.server.exceptions.OwException
public abstract OwCMISProperty<O> clone() throws CloneNotSupportedException
clone
in interface com.wewebu.ow.server.ecm.OwProperty
clone
in class Object
CloneNotSupportedException
Copyright © 2014 Alfresco Business Solutions. All Rights Reserved.