public class OwCMISContentCollection extends Object implements com.wewebu.ow.server.ecm.OwContentCollection
Simple content collection implementation, based on
org.apache.chemistry.opencmis.client.api.Document
object.
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
CONTENT_REPRESENTATION_TYPE_NONE, CONTENT_REPRESENTATION_TYPE_OBJECT, CONTENT_REPRESENTATION_TYPE_STREAM, CONTENT_REPRESENTATION_TYPE_URL, CONTENT_REPRESENTATION_TYPE_USER_START, CONTENT_TYPE_ANNOTATION, CONTENT_TYPE_DOCUMENT, CONTENT_TYPE_SECURITY, CONTENT_TYPE_USER_START
Constructor and Description |
---|
OwCMISContentCollection(org.apache.chemistry.opencmis.client.api.TransientDocument document) |
Modifier and Type | Method and Description |
---|---|
com.wewebu.ow.server.ecm.OwContentElement |
getContentElement(int iContentType_p,
int iPage_p) |
Collection<Integer> |
getContentTypes() |
protected org.apache.chemistry.opencmis.client.api.TransientDocument |
getNativeObject()
Reference to current native object.
|
int |
getPageCount() |
public OwCMISContentCollection(org.apache.chemistry.opencmis.client.api.TransientDocument document)
public com.wewebu.ow.server.ecm.OwContentElement getContentElement(int iContentType_p, int iPage_p) throws Exception
getContentElement
in interface com.wewebu.ow.server.ecm.OwContentCollection
Exception
public int getPageCount() throws Exception
getPageCount
in interface com.wewebu.ow.server.ecm.OwContentCollection
Exception
public Collection<Integer> getContentTypes() throws Exception
getContentTypes
in interface com.wewebu.ow.server.ecm.OwContentCollection
Exception
protected org.apache.chemistry.opencmis.client.api.TransientDocument getNativeObject()
Copyright © 2014 Alfresco Business Solutions. All Rights Reserved.