|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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
Method Summary | ||
---|---|---|
|
createObjectClass(T objectType)
Create an OwCMISNativeObjectClass representation from the given native definition object. |
|
|
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. |
Method Detail |
---|
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 session
com.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
- ObjectType
com.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
-
OwCMISNativeObjectClass
com.wewebu.ow.server.exceptions.OwException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |