com.wewebu.ow.server.ecmimpl.cmis.property
Class OwCMISNativeProperty

java.lang.Object
  extended by com.wewebu.ow.server.ecmimpl.cmis.property.OwCMISProperty
      extended by com.wewebu.ow.server.ecmimpl.cmis.property.OwCMISNativeProperty
All Implemented Interfaces:
com.wewebu.ow.server.ecm.OwProperty, com.wewebu.ow.server.field.OwField, Cloneable, Comparable
Direct Known Subclasses:
OwCMISNativePropertyTemplate

public abstract class OwCMISNativeProperty
extends OwCMISProperty

Property wrapper for native CMIS property objects.

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
OwCMISNativeProperty(OwCMISNativePropertyClass owPropertyClass_p)
           
 
Method Summary
 void addTo(org.oasis_open.docs.ns.cmis.core._200908.CmisPropertiesType cmisPropertiesType_p)
           
abstract  org.oasis_open.docs.ns.cmis.core._200908.CmisProperty getNativeObject()
           
 OwCMISNativePropertyClass getPropertyClass()
           
 boolean isHidden(int context_p)
           
 boolean isReadOnly(int context_p)
           
 String toString()
           
 
Methods inherited from class com.wewebu.ow.server.ecmimpl.cmis.property.OwCMISProperty
clone, compareTo, equals, getFieldDefinition, getValue, hashCode, setValue
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OwCMISNativeProperty

public OwCMISNativeProperty(OwCMISNativePropertyClass owPropertyClass_p)
Method Detail

getPropertyClass

public OwCMISNativePropertyClass getPropertyClass()
Specified by:
getPropertyClass in interface com.wewebu.ow.server.ecm.OwProperty
Overrides:
getPropertyClass in class OwCMISProperty

getNativeObject

public abstract org.oasis_open.docs.ns.cmis.core._200908.CmisProperty getNativeObject()

addTo

public void addTo(org.oasis_open.docs.ns.cmis.core._200908.CmisPropertiesType cmisPropertiesType_p)
Specified by:
addTo in class OwCMISProperty

isHidden

public boolean isHidden(int context_p)
                 throws com.wewebu.ow.server.exceptions.OwException
Throws:
com.wewebu.ow.server.exceptions.OwException

isReadOnly

public boolean isReadOnly(int context_p)
                   throws com.wewebu.ow.server.exceptions.OwException
Throws:
com.wewebu.ow.server.exceptions.OwException

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2013 Alfresco Business Solutions. All Rights Reserved.