|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface OwCMISVirtualPropertyClass<V>
Virtual property classes are abstractions of property classes that
do not have a direct CMIS repository representation
(no exact corresponding CMIS object-type exist).
See also :
OwResource.m_ObjectNamePropertyClass
,
OwResource.m_ObjectPathPropertyClass
,
OwResource.m_ClassDescriptionPropertyClass
,
OwResource.m_ResourcePropertyClass
or
OwResource.m_VersionSeriesPropertyClass
.
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 | |
---|---|
OwCMISVirtualPropertyClass<V> |
createProxy(String className)
|
OwCMISVirtualProperty<V> |
from(OwCMISObject object_p)
Creates a virtual property instance of this class for a given object. |
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 |
---|
OwCMISVirtualProperty<V> from(OwCMISObject object_p) throws com.wewebu.ow.server.exceptions.OwException
object_p
-
OwCMISVirtualProperty
of this class for the given OwCMISObject
com.wewebu.ow.server.exceptions.OwException
OwCMISVirtualPropertyClass<V> createProxy(String className)
createProxy
in interface OwCMISPropertyClass<V>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |