public interface OwCMISObjectClassFactory
Interface for OwObjectClass creation.
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
| Modifier and Type | Method and Description |
|---|---|
<T extends org.apache.chemistry.opencmis.client.api.ObjectType> |
createObjectClass(T objectType)
Create an
OwCMISNativeObjectClass representation from the given native definition object. |
<O extends org.apache.chemistry.opencmis.client.api.TransientCmisObject> |
createObjectClassOf(O object)
Create an
OwCMISNativeObjectClass representation of the object type of the given TransientCmisObject . |
org.apache.chemistry.opencmis.client.api.ObjectType |
retrieveObjectType(String id,
org.apache.chemistry.opencmis.client.api.Session session)
Handling native object retrieval for provided object type id.
|
org.apache.chemistry.opencmis.client.api.ObjectType retrieveObjectType(String id, org.apache.chemistry.opencmis.client.api.Session session) throws com.wewebu.ow.server.exceptions.OwException
id - String specific object type idsession - Session the current OpenCMIS sessioncom.wewebu.ow.server.exceptions.OwException<T extends org.apache.chemistry.opencmis.client.api.ObjectType> OwCMISNativeObjectClass<T,?> createObjectClass(T objectType) throws com.wewebu.ow.server.exceptions.OwException
OwCMISNativeObjectClass representation from the given native definition object.objectType - ObjectTypecom.wewebu.ow.server.exceptions.OwException<O extends org.apache.chemistry.opencmis.client.api.TransientCmisObject> OwCMISNativeObjectClass<?,O> createObjectClassOf(O object) throws com.wewebu.ow.server.exceptions.OwException
OwCMISNativeObjectClass representation of the object type of the given TransientCmisObject .object - OwCMISNativeObjectClasscom.wewebu.ow.server.exceptions.OwExceptionCopyright © 2014 Alfresco Business Solutions. All Rights Reserved.