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.OwException
protected 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.OwField
Exception
public void setValue(Object javaValue) throws Exception
setValue
in interface com.wewebu.ow.server.field.OwField
Exception
public com.wewebu.ow.server.field.OwFieldDefinition getFieldDefinition() throws Exception
getFieldDefinition
in interface com.wewebu.ow.server.field.OwField
Exception
public com.wewebu.ow.server.ecm.OwPropertyClass getPropertyClass() throws Exception
getPropertyClass
in interface com.wewebu.ow.server.ecm.OwProperty
Exception
public boolean isReadOnly(int iContext_p) throws Exception
isReadOnly
in interface com.wewebu.ow.server.ecm.OwProperty
Exception
public boolean isHidden(int iContext_p) throws Exception
isHidden
in interface com.wewebu.ow.server.ecm.OwProperty
Exception
public Object getNativeObject() throws Exception
getNativeObject
in interface com.wewebu.ow.server.ecm.OwProperty
Exception
public Object clone() throws CloneNotSupportedException
clone
in interface com.wewebu.ow.server.ecm.OwProperty
clone
in class Object
CloneNotSupportedException
public int compareTo(Object obj_p)
compareTo
in interface Comparable
Copyright © 2014 Alfresco Business Solutions. All Rights Reserved.