Uses of Interface
com.wewebu.ow.server.ecm.OwContentCollection

Packages that use OwContentCollection
com.wewebu.ow.server.app   
com.wewebu.ow.server.ecm   
com.wewebu.ow.server.history   
 

Uses of OwContentCollection in com.wewebu.ow.server.app
 

Classes in com.wewebu.ow.server.app that implement OwContentCollection
 class OwDocumentImportItemContentCollection
           Standard OwContentCollection implementation that is wrapped around an OwDocumentImportItem.
Can and should be used to create an OwContentCollection for new object creation, save or checkin from an OwDocumentImportItem.
 

Uses of OwContentCollection in com.wewebu.ow.server.ecm
 

Classes in com.wewebu.ow.server.ecm that implement OwContentCollection
 class OwFileObject
           Implements OwObject for files on the files system.
 class OwStandardContentCollection
           Standard Implementation of the OwContentCollection interface for just one content type and page.
 

Methods in com.wewebu.ow.server.ecm that return OwContentCollection
 OwContentCollection OwStandardVirtualFolderObjectFactory.getContentCollection()
          get the content of the object
 OwContentCollection OwStandardDecoratorObject.getContentCollection()
           
 OwContentCollection OwObjectSkeleton.getContentCollection()
          get the content of the object
 OwContentCollection OwObject.getContentCollection()
          get the content of the object
 OwContentCollection OwFileObject.getContentCollection()
          get the content of the object
 

Methods in com.wewebu.ow.server.ecm with parameters of type OwContentCollection
 void OwVersion.checkin(boolean fPromote_p, Object mode_p, String strObjectClassName_p, OwPropertyCollection properties_p, OwPermissionCollection permissions_p, OwContentCollection content_p, boolean fOverwriteContent_p, String strMimeType_p, String strMimeParameter_p)
          checkin
 void OwBatch.checkin(OwObject batchobject_p, boolean fPromote_p, Object mode_p, String strObjectClassName_p, OwPropertyCollection properties_p, OwPermissionCollection permissions_p, OwContentCollection content_p, boolean fOverwriteContent_p, String strMimeType_p, String strMimeParameter_p)
          checkin
 String OwNetwork.createNewObject(boolean fPromote_p, Object mode_p, OwResource resource_p, String strObjectClassName_p, OwPropertyCollection properties_p, OwPermissionCollection permissions_p, OwContentCollection content_p, OwObject parent_p, String strMimeType_p, String strMimeParameter_p)
          creates a new object on the ECM System using the given parameters has additional promote and checkin mode parameters for versionable objects
 String OwBatch.createNewObject(boolean fPromote_p, Object mode_p, OwResource resource_p, String strObjectClassName_p, OwPropertyCollection properties_p, OwPermissionCollection permissions_p, OwContentCollection content_p, OwObject parent_p, String strMimeType_p, String strMimeParameter_p)
          creates a new object on the ECM System using the given parameters has additional promote and checkin mode parameters for versionable objects
 String OwNetwork.createNewObject(boolean fPromote_p, Object mode_p, OwResource resource_p, String strObjectClassName_p, OwPropertyCollection properties_p, OwPermissionCollection permissions_p, OwContentCollection content_p, OwObject parent_p, String strMimeType_p, String strMimeParameter_p, boolean fKeepCheckedOut_p)
          Creates a new object on the ECM System using the given parameters.
Has additional promote and checkin mode parameters for versionable objects and the extra parameter fKeepCheckedOut_p to control whether the new objects are checked in automatically or not.
 String OwNetwork.createNewObject(OwResource resource_p, String strObjectClassName_p, OwPropertyCollection properties_p, OwPermissionCollection permissions_p, OwContentCollection content_p, OwObject parent_p, String strMimeType_p, String strMimeParameter_p)
          creates a new object on the ECM System using the given parameters
 void OwVersion.save(OwContentCollection content_p, String strMimeType_p, String strMimeParameter_p)
          set the content to the checked out object
 void OwBatch.save(OwObject batchobject_p, OwContentCollection content_p, String strMimeType_p, String strMimeParameter_p)
          set the content to the checked out object
 void OwStandardVirtualFolderObjectFactory.setContentCollection(OwContentCollection content_p)
          set the content to the object
 void OwStandardDecoratorObject.setContentCollection(OwContentCollection content_p)
           
 void OwObjectSkeleton.setContentCollection(OwContentCollection content_p)
          set the content to the object
 void OwObject.setContentCollection(OwContentCollection content_p)
          set the content to the object
 void OwFileObject.setContentCollection(OwContentCollection content_p)
          set the content to the object
 

Uses of OwContentCollection in com.wewebu.ow.server.history
 

Methods in com.wewebu.ow.server.history that return OwContentCollection
 OwContentCollection OwStandardHistoryEntry.getContentCollection()
           
 

Methods in com.wewebu.ow.server.history with parameters of type OwContentCollection
 void OwStandardHistoryEntry.setContentCollection(OwContentCollection content_p)
           
 



Copyright © 2013 Alfresco Business Solutions. All Rights Reserved.