|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.wewebu.ow.server.ecmimpl.cmis.property.OwCMISStandardPropertyClassFactory
public class OwCMISStandardPropertyClassFactory
Standard implementation of the OwCMISPropertyFactory interface.
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
| Constructor Summary | |
|---|---|
OwCMISStandardPropertyClassFactory(TimeZone clientTimezone_p,
OwCMISNetworkConfiguration networkConfiguration)
|
|
| Method Summary | |
|---|---|
protected OwCMISValueConverterClass<XMLGregorianCalendar,Date> |
createDateConverter()
(overridable) Get an instance which is used for Date conversion. |
OwCMISNativePropertyClass |
createPropertyClass(org.oasis_open.docs.ns.cmis.core._200908.CmisPropertyDefinitionType propertyDefinition_p,
OwCMISObjectClass cmisObjectClass_p)
Creates a OwCMISPropertyClassBase object depending on the given information defined by the parameters. |
protected OwCMISQuerySchema |
createQuerySchema(org.oasis_open.docs.ns.cmis.core._200908.CmisPropertyDefinitionType typeDefinition_p)
(overridable) Factory method to create specific OwCMISQuerySchema depending on CmisPropertyDefinitionType. |
protected TimeZone |
getClientTimeZone()
Get the Client TimeZone setting. |
protected OwCMISNetworkConfiguration |
getNetworkConfiguration()
Getter for network configuration |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public OwCMISStandardPropertyClassFactory(TimeZone clientTimezone_p,
OwCMISNetworkConfiguration networkConfiguration)
| Method Detail |
|---|
public OwCMISNativePropertyClass createPropertyClass(org.oasis_open.docs.ns.cmis.core._200908.CmisPropertyDefinitionType propertyDefinition_p,
OwCMISObjectClass cmisObjectClass_p)
throws com.wewebu.ow.server.exceptions.OwException
OwCMISPropertyClassFactory
createPropertyClass in interface OwCMISPropertyClassFactorypropertyDefinition_p - CmisPropertyDefinitionType the native CMIS property definition objectcmisObjectClass_p - the object class that defines the property
com.wewebu.ow.server.exceptions.OwException - if creation of OwCMISPropertyClassBase cause a problemprotected OwCMISValueConverterClass<XMLGregorianCalendar,Date> createDateConverter()
protected TimeZone getClientTimeZone()
protected OwCMISNetworkConfiguration getNetworkConfiguration()
protected OwCMISQuerySchema createQuerySchema(org.oasis_open.docs.ns.cmis.core._200908.CmisPropertyDefinitionType typeDefinition_p)
throws com.wewebu.ow.server.exceptions.OwException
By default will create a OwCMISDynamicQuerySchema.
typeDefinition_p - CmisPropertyDefinitionType
com.wewebu.ow.server.exceptions.OwException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||