com.wewebu.ow.server.ecmimpl.opencmis.propertyclass
Interface OwCMISBoundVirtualPropertyClass<O>

All Superinterfaces:
OwCMISPropertyClass<O>, OwCMISVirtualPropertyClass<O>, com.wewebu.ow.server.field.OwFieldDefinition, com.wewebu.ow.server.ecm.OwPropertyClass
All Known Implementing Classes:
OwCMISBoundVirtualPropertyClassImpl

public interface OwCMISBoundVirtualPropertyClass<O>
extends OwCMISVirtualPropertyClass<O>

Virtual property that have and approximate CMIS correspondent object-type. For example OwResource.m_ObjectNamePropertyClass is partially defined by the cmis:name property : properties of these classes have always the same value, but the CMIS ID differs from the corresponding MWD object class name. The approximate CMIS correspondent is called the bound class.

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
 
Fields inherited from interface com.wewebu.ow.server.ecm.OwPropertyClass
CONTEXT_MAX, CONTEXT_NORMAL, CONTEXT_ON_CHECKIN, CONTEXT_ON_CREATE
 
Method Summary
 String getBoundPropertyClassName()
           
 
Methods inherited from interface com.wewebu.ow.server.ecmimpl.opencmis.propertyclass.OwCMISVirtualPropertyClass
createProxy, from
 
Methods inherited from interface com.wewebu.ow.server.ecmimpl.opencmis.propertyclass.OwCMISPropertyClass
from, getEnums, getFormat, getFullQualifiedName, getNonQualifiedName, getObjectClass, getQueryName, isArray, isHidden, isOrderable, isQueryable, isReadOnly, isSystemProperty
 
Methods inherited from interface com.wewebu.ow.server.ecm.OwPropertyClass
getCategory, isNameProperty
 
Methods inherited from interface com.wewebu.ow.server.field.OwFieldDefinition
getClassName, getComplexChildClasses, getDefaultValue, getDescription, getDisplayName, getJavaClassName, getMaxValue, getMinValue, getNativeType, getNodeFromValue, getOperators, getValueFromNode, getValueFromString, isComplex, isEnum, isRequired
 

Method Detail

getBoundPropertyClassName

String getBoundPropertyClassName()
Returns:
the name/ID of the approximate CMIS correspondent native object class / object-type.


Copyright © 2013 Alfresco Business Solutions. All Rights Reserved.