public interface OwProperty extends Comparable, OwField
Base interface for object properties. A property contains the name and value of a object property.
To be implemented with the specific ECM system.
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 and Type | Method and Description |
---|---|
Object |
clone()
overridden from java.lang.Object, make sure clone is implemented in subclasses
|
Object |
getNativeObject()
get the native object from the ECM system
WARNING: The returned object is Opaque.
|
OwPropertyClass |
getPropertyClass()
get the class description of the property
|
boolean |
isHidden(int iContext_p)
check if property is visible to the user
|
boolean |
isReadOnly(int iContext_p)
check if property is read only on the instance level
NOTE: isReadOnly is also defined in OwPropertyClass on the class level.
|
compareTo
getFieldDefinition, getValue, setValue
OwPropertyClass getPropertyClass() throws Exception
Exception
boolean isReadOnly(int iContext_p) throws Exception
iContext_p
- Context in which the property is read-only as defined by CONTEXT_...Exception
boolean isHidden(int iContext_p) throws Exception
iContext_p
- Context in which the property is read-only as defined by CONTEXT_...Exception
Object clone() throws CloneNotSupportedException
CloneNotSupportedException
Copyright © 2014 Alfresco Business Solutions. All Rights Reserved.