com.wewebu.ow.server.ecmimpl.cmis.propertyclasses
Interface OwCMISPropertyClassFactory

All Known Implementing Classes:
OwCMISStandardPropertyClassFactory

public interface OwCMISPropertyClassFactory

Interface defining the methods for the Factory.

ATTENTION: The implementing class should have at least a constructor <OwCMISPropertyFactory>(OwCMISNetwork network) which will be used to create instances of the factory.

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


Method Summary
 OwCMISPropertyClass createPropertyClass(org.oasis_open.docs.ns.cmis.core._200908.CmisPropertyDefinitionType propDef_p, OwCMISObjectClass cmisObjectClass_p)
          Creates a OwCMISPropertyClassBase object depending on the given information defined by the parameters.
 

Method Detail

createPropertyClass

OwCMISPropertyClass createPropertyClass(org.oasis_open.docs.ns.cmis.core._200908.CmisPropertyDefinitionType propDef_p,
                                        OwCMISObjectClass cmisObjectClass_p)
                                        throws com.wewebu.ow.server.exceptions.OwException
Creates a OwCMISPropertyClassBase object depending on the given information defined by the parameters.

Parameters:
propDef_p - CmisPropertyDefinitionType the native CMIS property definition object
cmisObjectClass_p - the object class that defines the property
Returns:
OwCMISProeprtyClassBase object
Throws:
com.wewebu.ow.server.exceptions.OwException - if creation of OwCMISPropertyClassBase cause a problem


Copyright © 2013 Alfresco Business Solutions. All Rights Reserved.