|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface OwCMISNativePropertyClass<V,N,D extends org.apache.chemistry.opencmis.commons.definitions.PropertyDefinition<N>>
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
Field Summary |
---|
Fields inherited from interface com.wewebu.ow.server.ecm.OwPropertyClass |
---|
CONTEXT_MAX, CONTEXT_NORMAL, CONTEXT_ON_CHECKIN, CONTEXT_ON_CREATE |
Method Summary | |
---|---|
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. |
Methods inherited from interface com.wewebu.ow.server.ecmimpl.opencmis.propertyclass.OwCMISPropertyClass |
---|
createProxy, getEnums, getFormat, getFullQualifiedName, getNonQualifiedName, 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, getNodeFromValue, getOperators, getValueFromNode, getValueFromString, isComplex, isEnum, isRequired |
Method Detail |
---|
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 null
com.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>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |