|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface OwProperty
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
| Method Summary | |
|---|---|
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. |
| Methods inherited from interface java.lang.Comparable |
|---|
compareTo |
| Methods inherited from interface com.wewebu.ow.server.field.OwField |
|---|
getFieldDefinition, getValue, setValue |
| Method Detail |
|---|
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
Object getNativeObject()
throws Exception
Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||