public interface OwPropertyClass extends OwFieldDefinition
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
| Type | Property and Description |
|---|---|
boolean |
isName
check if property is identical the the OwObject.getName Property
|
boolean |
isSystem
check if property is a internal system property and contains no custom object information
|
| Modifier and Type | Field and Description |
|---|---|
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...
|
| Modifier and Type | Method and Description |
|---|---|
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
|
getClassName, getComplexChildClasses, getDefaultValue, getDescription, getDisplayName, getEnums, getFormat, getJavaClassName, getMaxValue, getMinValue, getNativeType, getNodeFromValue, getOperators, getValueFromNode, getValueFromString, isArray, isComplex, isEnum, isRequiredExceptionExceptionstatic final int CONTEXT_NORMAL
static final int CONTEXT_ON_CREATE
static final int CONTEXT_ON_CHECKIN
static final int CONTEXT_MAX
boolean isSystemProperty()
throws Exception
Exceptionboolean isNameProperty()
throws Exception
Exceptionboolean isReadOnly(int iContext_p)
throws Exception
iContext_p - Context in which the property is read-only as defined by CONTEXT_...Exceptionboolean isHidden(int iContext_p)
throws Exception
iContext_p - Context in which the property is read-only as defined by CONTEXT_...ExceptionCopyright © 2014 Alfresco Business Solutions. All Rights Reserved.