com.wewebu.ow.server.ecmimpl.cmis.content
Class OwCMISContentCollection

java.lang.Object
  extended by com.wewebu.ow.server.ecmimpl.cmis.content.OwCMISContentCollection
All Implemented Interfaces:
com.wewebu.ow.server.ecm.OwContentCollection

public class OwCMISContentCollection
extends Object
implements com.wewebu.ow.server.ecm.OwContentCollection

CMIS implementation of a content collection.

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

See Also:
OwContentCollection

Field Summary
 
Fields inherited from interface com.wewebu.ow.server.ecm.OwContentCollection
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 Summary
OwCMISContentCollection(OwCMISObjectBase object_p, OwCMISNetwork network_p)
           
 
Method Summary
 com.wewebu.ow.server.ecm.OwContentElement getContentElement(int contentType_p, int page_p)
           
 Collection<Integer> getContentTypes()
           
 int getPageCount()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OwCMISContentCollection

public OwCMISContentCollection(OwCMISObjectBase object_p,
                               OwCMISNetwork network_p)
                        throws com.wewebu.ow.server.exceptions.OwException
Throws:
com.wewebu.ow.server.exceptions.OwException
Method Detail

getContentElement

public com.wewebu.ow.server.ecm.OwContentElement getContentElement(int contentType_p,
                                                                   int page_p)
                                                            throws com.wewebu.ow.server.exceptions.OwException
Specified by:
getContentElement in interface com.wewebu.ow.server.ecm.OwContentCollection
Throws:
com.wewebu.ow.server.exceptions.OwException

getContentTypes

public Collection<Integer> getContentTypes()
                                    throws com.wewebu.ow.server.exceptions.OwException
Specified by:
getContentTypes in interface com.wewebu.ow.server.ecm.OwContentCollection
Throws:
com.wewebu.ow.server.exceptions.OwException

getPageCount

public int getPageCount()
                 throws com.wewebu.ow.server.exceptions.OwException
Specified by:
getPageCount in interface com.wewebu.ow.server.ecm.OwContentCollection
Throws:
com.wewebu.ow.server.exceptions.OwException


Copyright © 2013 Alfresco Business Solutions. All Rights Reserved.