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

Packages that use OwRepository
com.wewebu.ow.server.app   
com.wewebu.ow.server.ecm   
com.wewebu.ow.server.ecm.bpm   
com.wewebu.ow.server.history   
com.wewebu.ow.server.historyimpl.simplehistory   
 

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

Methods in com.wewebu.ow.server.app with parameters of type OwRepository
static OwObjectCollection OwEcmUtil.doSimpleSearch(String strClassName_p, String strResourceName_p, String rootpath_p, OwEcmUtil.OwSimpleSearchClause[] clauses_p, OwRepository repository_p, OwSort sort_p, Collection propertynames_p, int iMaxSize_p, int iVersionSelection_p)
          perform a simple search from a array of property values
 

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

Subinterfaces of OwRepository in com.wewebu.ow.server.ecm
 interface OwNetwork
           Base interface for the network access.
 

Fields in com.wewebu.ow.server.ecm declared as OwRepository
protected  OwRepository OwStandardVirtualFolderObjectFactory.m_repository
          reference to the repository
protected  OwRepository OwStandardObjectReference.m_repository
           
 

Methods in com.wewebu.ow.server.ecm that return OwRepository
 OwRepository OwStandardVirtualFolderObjectFactory.getRepository()
          get repository
 

Methods in com.wewebu.ow.server.ecm with parameters of type OwRepository
 void OwVirtualFolderObjectFactory.init(OwNetworkContext context_p, OwRepository repository_p, String strBaseDMSID_p, String virtualFolderName_p, Node rootNode_p)
          init a virtual folder object
 void OwStandardVirtualFolderObjectFactory.init(OwNetworkContext context_p, OwRepository repository_p, String strBaseDMSID_p, String virtualFolderName_p, Node rootNode_p)
           
 

Constructors in com.wewebu.ow.server.ecm with parameters of type OwRepository
OwStandardObjectReference(String ref_p, OwRepository repository_p)
          Serialized constructor
OwStandardObjectReference(String dmsid_p, String ref_p, OwRepository repository_p)
          serialized constructor
OwStandardObjectReference(String dmsid_p, String name_p, String mimetype_p, int itype_p, String resourceid_p, OwRepository repository_p, boolean fHasContent_p)
          constructor
 

Uses of OwRepository in com.wewebu.ow.server.ecm.bpm
 

Subinterfaces of OwRepository in com.wewebu.ow.server.ecm.bpm
 interface OwWorkitemRepository
           Base interface for Workitem containers, or BPM Queues.

To be implemented with the specific BPM system.
 

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

Subinterfaces of OwRepository in com.wewebu.ow.server.history
 interface OwHistoryManager
           Interface for history managers to collect and retrieve history information.
History Events are collected both in the EcmAdapter and in the Workdesk itself.
Most ECM Systems will write their own history and so the history manager needs only to read that information.
 

Classes in com.wewebu.ow.server.history that implement OwRepository
 class OwStandardHistoryManager
           Base implementation for history managers to collect and retrieve history information.
History Events are collected both in the EcmAdapter and in the Workdesk itself.
Most ECM Systems will write their own history and so the history manager needs only to read that information.
 

Uses of OwRepository in com.wewebu.ow.server.historyimpl.simplehistory
 

Classes in com.wewebu.ow.server.historyimpl.simplehistory that implement OwRepository
 class OwSimpleHistoryManager
           Simple implementation for the history manager, does not create a history.

To be implemented with the specific ECM system.
 



Copyright © 2013 Alfresco Business Solutions. All Rights Reserved.