com.wewebu.ow.server.ecmimpl.opencmis.property
Class OwCMISStoredVirtualPropertyImpl<O>

java.lang.Object
  extended by com.wewebu.ow.server.ecmimpl.opencmis.property.OwCMISAbstractProperty<O,C>
      extended by com.wewebu.ow.server.ecmimpl.opencmis.property.OwCMISAbstractVirtualProperty<O,OwCMISStoredVirtualPropertyClass<O>>
          extended by com.wewebu.ow.server.ecmimpl.opencmis.property.OwCMISStoredVirtualPropertyImpl<O>
All Implemented Interfaces:
com.wewebu.ow.server.ecm.OwProperty, OwCMISProperty<O>, OwCMISStoredVirtualProperty<O>, OwCMISVirtualProperty<O>, com.wewebu.ow.server.field.OwField, Cloneable, Comparable

public class OwCMISStoredVirtualPropertyImpl<O>
extends OwCMISAbstractVirtualProperty<O,OwCMISStoredVirtualPropertyClass<O>>
implements OwCMISStoredVirtualProperty<O>

OwCMISStoredVirtualPropertyImpl.

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 Summary
OwCMISStoredVirtualPropertyImpl(OwCMISStoredVirtualPropertyClass<O> propertyClass_p, OwCMISObject object_p, Object value_p)
           
 
Method Summary
 OwCMISStoredVirtualProperty<O> clone()
           
protected  void fromArrayValue(O[] value_p)
           
protected  void fromValue(O value_p)
           
 Object getNativeObject()
           
protected  O[] toArrayValue()
           
protected  O toValue()
           
 
Methods inherited from class com.wewebu.ow.server.ecmimpl.opencmis.property.OwCMISAbstractVirtualProperty
getObject
 
Methods inherited from class com.wewebu.ow.server.ecmimpl.opencmis.property.OwCMISAbstractProperty
compareTo, getFieldDefinition, getPropertyClass, getValue, isHidden, isReadOnly, setValue, toString
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.wewebu.ow.server.ecmimpl.opencmis.property.OwCMISProperty
getFieldDefinition, getValue, setValue
 
Methods inherited from interface com.wewebu.ow.server.ecm.OwProperty
getPropertyClass, isHidden, isReadOnly
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Constructor Detail

OwCMISStoredVirtualPropertyImpl

public OwCMISStoredVirtualPropertyImpl(OwCMISStoredVirtualPropertyClass<O> propertyClass_p,
                                       OwCMISObject object_p,
                                       Object value_p)
Method Detail

getNativeObject

public Object getNativeObject()
                       throws com.wewebu.ow.server.exceptions.OwException
Specified by:
getNativeObject in interface com.wewebu.ow.server.ecm.OwProperty
Specified by:
getNativeObject in interface OwCMISProperty<O>
Throws:
com.wewebu.ow.server.exceptions.OwException

toValue

protected O toValue()
             throws com.wewebu.ow.server.exceptions.OwException
Specified by:
toValue in class OwCMISAbstractProperty<O,OwCMISStoredVirtualPropertyClass<O>>
Throws:
com.wewebu.ow.server.exceptions.OwException

toArrayValue

protected O[] toArrayValue()
                    throws com.wewebu.ow.server.exceptions.OwException
Specified by:
toArrayValue in class OwCMISAbstractProperty<O,OwCMISStoredVirtualPropertyClass<O>>
Throws:
com.wewebu.ow.server.exceptions.OwException

fromValue

protected void fromValue(O value_p)
                  throws com.wewebu.ow.server.exceptions.OwException
Specified by:
fromValue in class OwCMISAbstractProperty<O,OwCMISStoredVirtualPropertyClass<O>>
Throws:
com.wewebu.ow.server.exceptions.OwException

fromArrayValue

protected void fromArrayValue(O[] value_p)
                       throws com.wewebu.ow.server.exceptions.OwException
Specified by:
fromArrayValue in class OwCMISAbstractProperty<O,OwCMISStoredVirtualPropertyClass<O>>
Throws:
com.wewebu.ow.server.exceptions.OwException

clone

public OwCMISStoredVirtualProperty<O> clone()
                                     throws CloneNotSupportedException
Specified by:
clone in interface com.wewebu.ow.server.ecm.OwProperty
Specified by:
clone in class OwCMISAbstractProperty<O,OwCMISStoredVirtualPropertyClass<O>>
Throws:
CloneNotSupportedException


Copyright © 2013 Alfresco Business Solutions. All Rights Reserved.