public interface OwCMISNativePropertyClass<V,N,D extends org.apache.chemistry.opencmis.commons.definitions.PropertyDefinition<N>> extends OwCMISPropertyClass<V>
Native property classes are abstractions of property classes that do have a direct CMIS repository representation (an exact , corresponding CMIS object-type exist).
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
isSystemProperty
Modifier and Type | Method and Description |
---|---|
OwCMISNativeProperty<?,N> |
from(org.apache.chemistry.opencmis.client.api.Property<N> property_p) |
OwCMISNativeProperty<V,N> |
from(V... value_p)
Create a new Instance of the specific OwCMISProperty depending on the
current OwCMISPropertyClass.
|
D |
getNativeType() |
OwCMISNativeObjectClass<?,?> |
getObjectClass()
Get the ObjectClassName which is
parent of this property.
|
createProxy, getEnums, getFormat, getFullQualifiedName, getNonQualifiedName, getQueryName, isArray, isHidden, isOrderable, isQueryable, isReadOnly, isSystemProperty
getCategory, isNameProperty
getClassName, getComplexChildClasses, getDefaultValue, getDescription, getDisplayName, getJavaClassName, getMaxValue, getMinValue, getNodeFromValue, getOperators, getValueFromNode, getValueFromString, isComplex, isEnum, isRequired
D getNativeType() throws com.wewebu.ow.server.exceptions.OwException
getNativeType
in interface com.wewebu.ow.server.field.OwFieldDefinition
com.wewebu.ow.server.exceptions.OwException
OwCMISNativeProperty<V,N> from(V... value_p) throws com.wewebu.ow.server.exceptions.OwException
OwCMISPropertyClass
from
in interface OwCMISPropertyClass<V>
value_p
- Object the initial value which should be set, can be nullcom.wewebu.ow.server.exceptions.OwException
- if creation of OwCMISProperty failedOwCMISNativeProperty<?,N> from(org.apache.chemistry.opencmis.client.api.Property<N> property_p) throws com.wewebu.ow.server.exceptions.OwException
com.wewebu.ow.server.exceptions.OwException
OwCMISNativeObjectClass<?,?> getObjectClass()
OwCMISPropertyClass
getObjectClass
in interface OwCMISPropertyClass<V>
Copyright © 2014 Alfresco Business Solutions. All Rights Reserved.