|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface OwPropertyClass
Base interface for property class descriptions.
Class descriptions are defined by the ECM System, the contain information about
the property type.
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
Field Summary | |
---|---|
static int |
CONTEXT_MAX
maximum context value for is... |
static int |
CONTEXT_NORMAL
context for is... |
static int |
CONTEXT_ON_CHECKIN
context for is... |
static int |
CONTEXT_ON_CREATE
context for is... |
Method Summary | |
---|---|
String |
getCategory()
get the property category, or an empty string of no category is set |
boolean |
isHidden(int iContext_p)
check if property is visible to the user |
boolean |
isNameProperty()
check if property is identical the the OwObject.getName Property |
boolean |
isReadOnly(int iContext_p)
check if property is read only on the class level. |
boolean |
isSystemProperty()
check if property is a internal system property and contains no custom object information |
Methods inherited from interface com.wewebu.ow.server.field.OwFieldDefinition |
---|
getClassName, getComplexChildClasses, getDefaultValue, getDescription, getDisplayName, getEnums, getFormat, getJavaClassName, getMaxValue, getMinValue, getNativeType, getNodeFromValue, getOperators, getValueFromNode, getValueFromString, isArray, isComplex, isEnum, isRequired |
Field Detail |
---|
static final int CONTEXT_NORMAL
static final int CONTEXT_ON_CREATE
static final int CONTEXT_ON_CHECKIN
static final int CONTEXT_MAX
Method Detail |
---|
boolean isSystemProperty() throws Exception
Exception
boolean isNameProperty() 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
String getCategory() throws Exception
Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |