|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
---|
OwCMISPropertyClass createPropertyClass(org.oasis_open.docs.ns.cmis.core._200908.CmisPropertyDefinitionType propDef_p, OwCMISObjectClass cmisObjectClass_p) throws com.wewebu.ow.server.exceptions.OwException
propDef_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 problem
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |