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
| Modifier | Constructor and Description |
|---|---|
protected |
OwAlfrescoBPMProperty(Object javaValue,
Object nativeValue,
com.wewebu.ow.server.ecm.OwPropertyClass propertyClass,
NativeValueConverterFactory converter) |
|
OwAlfrescoBPMProperty(Object nativeValue,
com.wewebu.ow.server.ecm.OwPropertyClass propertyClass,
NativeValueConverterFactory converterFactory) |
| Modifier and Type | Method and Description |
|---|---|
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 javaValue) |
String |
toString() |
public OwAlfrescoBPMProperty(Object nativeValue, com.wewebu.ow.server.ecm.OwPropertyClass propertyClass, NativeValueConverterFactory converterFactory) throws com.wewebu.ow.server.exceptions.OwException
com.wewebu.ow.server.exceptions.OwExceptionprotected OwAlfrescoBPMProperty(Object javaValue, Object nativeValue, com.wewebu.ow.server.ecm.OwPropertyClass propertyClass, NativeValueConverterFactory converter)
public Object getValue() throws Exception
getValue in interface com.wewebu.ow.server.field.OwFieldExceptionpublic void setValue(Object javaValue) throws Exception
setValue in interface com.wewebu.ow.server.field.OwFieldExceptionpublic com.wewebu.ow.server.field.OwFieldDefinition getFieldDefinition()
throws Exception
getFieldDefinition in interface com.wewebu.ow.server.field.OwFieldExceptionpublic com.wewebu.ow.server.ecm.OwPropertyClass getPropertyClass()
throws Exception
getPropertyClass in interface com.wewebu.ow.server.ecm.OwPropertyExceptionpublic boolean isReadOnly(int iContext_p)
throws Exception
isReadOnly in interface com.wewebu.ow.server.ecm.OwPropertyExceptionpublic boolean isHidden(int iContext_p)
throws Exception
isHidden in interface com.wewebu.ow.server.ecm.OwPropertyExceptionpublic Object getNativeObject() throws Exception
getNativeObject in interface com.wewebu.ow.server.ecm.OwPropertyExceptionpublic Object clone() throws CloneNotSupportedException
clone in interface com.wewebu.ow.server.ecm.OwPropertyclone in class ObjectCloneNotSupportedExceptionpublic int compareTo(Object obj_p)
compareTo in interface ComparableCopyright © 2014 Alfresco Business Solutions. All Rights Reserved.