com.wewebu.ow.server.ecmimpl.alfresco.bpm
Class OwAlfrescoBPMProperty

java.lang.Object
  extended by com.wewebu.ow.server.ecmimpl.alfresco.bpm.OwAlfrescoBPMProperty
All Implemented Interfaces:
com.wewebu.ow.server.ecm.OwProperty, com.wewebu.ow.server.field.OwField, Cloneable, Comparable

public class OwAlfrescoBPMProperty
extends Object
implements com.wewebu.ow.server.ecm.OwProperty, Cloneable

OwProperty implementation for Alfresco BPM 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

Since:
4.0.0.0

Constructor Summary
OwAlfrescoBPMProperty(Object nativeValue, com.wewebu.ow.server.ecm.OwPropertyClass propertyClass)
           
 
Method Summary
 Object clone()
           
 int compareTo(Object obj_p)
           
 com.wewebu.ow.server.field.OwFieldDefinition getFieldDefinition()
           
 Object getNativeObject()
           
 com.wewebu.ow.server.ecm.OwPropertyClass getPropertyClass()
           
 Object getValue()
           
 boolean isHidden(int iContext_p)
           
 boolean isReadOnly(int iContext_p)
           
 void setValue(Object oValue_p)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OwAlfrescoBPMProperty

public OwAlfrescoBPMProperty(Object nativeValue,
                             com.wewebu.ow.server.ecm.OwPropertyClass propertyClass)
Method Detail

getValue

public Object getValue()
                throws Exception
Specified by:
getValue in interface com.wewebu.ow.server.field.OwField
Throws:
Exception

setValue

public void setValue(Object oValue_p)
              throws Exception
Specified by:
setValue in interface com.wewebu.ow.server.field.OwField
Throws:
Exception

getFieldDefinition

public com.wewebu.ow.server.field.OwFieldDefinition getFieldDefinition()
                                                                throws Exception
Specified by:
getFieldDefinition in interface com.wewebu.ow.server.field.OwField
Throws:
Exception

getPropertyClass

public com.wewebu.ow.server.ecm.OwPropertyClass getPropertyClass()
                                                          throws Exception
Specified by:
getPropertyClass in interface com.wewebu.ow.server.ecm.OwProperty
Throws:
Exception

isReadOnly

public boolean isReadOnly(int iContext_p)
                   throws Exception
Specified by:
isReadOnly in interface com.wewebu.ow.server.ecm.OwProperty
Throws:
Exception

isHidden

public boolean isHidden(int iContext_p)
                 throws Exception
Specified by:
isHidden in interface com.wewebu.ow.server.ecm.OwProperty
Throws:
Exception

getNativeObject

public Object getNativeObject()
                       throws Exception
Specified by:
getNativeObject in interface com.wewebu.ow.server.ecm.OwProperty
Throws:
Exception

clone

public Object clone()
             throws CloneNotSupportedException
Specified by:
clone in interface com.wewebu.ow.server.ecm.OwProperty
Overrides:
clone in class Object
Throws:
CloneNotSupportedException

compareTo

public int compareTo(Object obj_p)
Specified by:
compareTo in interface Comparable

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2013 Alfresco Business Solutions. All Rights Reserved.