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

Packages that use OwObjectCollection
com.wewebu.ow.server.app   
com.wewebu.ow.server.dmsdialogs.views   
com.wewebu.ow.server.ecm   
com.wewebu.ow.server.history   
com.wewebu.ow.server.historyimpl.simplehistory   
com.wewebu.ow.server.util.ldap   
 

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

Methods in com.wewebu.ow.server.app that return OwObjectCollection
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
 

Methods in com.wewebu.ow.server.app with parameters of type OwObjectCollection
 void OwDocumentFunction.onColumnClickEvent(OwObjectCollection objects_p, OwObject oParent_p, OwClientRefreshContext refreshCtx_p)
          event called when user clicked the plugin column (only when own column was defined using getColumnTitle())
 

Uses of OwObjectCollection in com.wewebu.ow.server.dmsdialogs.views
 

Fields in com.wewebu.ow.server.dmsdialogs.views declared as OwObjectCollection
protected  OwObjectCollection OwObjectHistoryView.m_historyEntries
          the history entries
protected  OwObjectCollection OwObjectListViewEXTJSGrid.m_ObjectList
          list of objects to display
protected  OwObjectCollection OwObjectEditVersionsView.m_versionObjects
          object cache with version objects
 

Methods in com.wewebu.ow.server.dmsdialogs.views that return OwObjectCollection
protected  OwObjectCollection OwObjectLinksDocument.getLinks()
           
 OwObjectCollection OwObjectListViewThumbnails.getObjectList()
          get the current object list
 OwObjectCollection OwObjectListViewRow.getObjectList()
          get the current object list
 OwObjectCollection OwObjectListViewEXTJSGrid.getObjectList()
          get the current object list
 OwObjectCollection OwObjectListViewCombined.getObjectList()
           
abstract  OwObjectCollection OwObjectListView.getObjectList()
          get the current object list
 OwObjectCollection OwSplitObjectListDocument.getSplit(int index)
           
 OwObjectCollection[] OwObjectLinksDocument.getSplits()
          (overridable) Returns an array of OwObjectCollection's containing objects for specific relation direction.
By default the array will have the same order like the relation directions array of OwObjectLinksDocument.getRelations().
 

Methods in com.wewebu.ow.server.dmsdialogs.views with parameters of type OwObjectCollection
protected  void OwObjectListView.persistAjaxTriggeredSelection(javax.servlet.http.HttpServletRequest request_p, javax.servlet.http.HttpServletResponse response_p, OwObjectCollection objects_p)
          Ajax selection persistence request support method.
Subclasses should use this method on their AJAX selection persistence methods providing their current object collection.
protected  void OwTypedLinksView.postRefresh(OwObjectCollection[] splitLinks)
           
protected  void OwTypedLinksView.refresh(OwObjectCollection[] splitLinks)
           
protected  void OwObjectLinksView.refresh(OwObjectCollection[] splitLinks)
          Refreshes the contents of this view for the give object link collection array.
protected  void OwAllLinksView.refresh(OwObjectCollection[] splitLinks)
           
 void OwObjectListViewThumbnails.setObjectList(OwObjectCollection objectList_p, OwObject parentObject_p)
          set the list of objects to be displayed by this list view
 void OwObjectListViewRow.setObjectList(OwObjectCollection objectList_p, OwObject parentObject_p)
          set the list of objects to be displayed by this list view
 void OwObjectListViewEXTJSGrid.setObjectList(OwObjectCollection objectList_p, OwObject parentObject_p)
          set the list of objects to be displayed by this list view
 void OwObjectListViewCombined.setObjectList(OwObjectCollection objectList_p, OwObject parentObject_p)
           
abstract  void OwObjectListView.setObjectList(OwObjectCollection objectList_p, OwObject parentObject_p)
          set the list of objects to be displayed by this list view
 void OwSplitObjectListDocument.setSplits(OwObjectCollection[] splits)
           
 

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

Classes in com.wewebu.ow.server.ecm that implement OwObjectCollection
 class OwObjectCollectionDelegator
           An object list wrapper/delegate class.
 class OwQueriedCollection
           An OwObjectCollection that relates on an OwObjectsQuery for the default object contents.
 class OwStandardObjectCollection
           Standard Implementation for objects lists from the network.
 

Fields in com.wewebu.ow.server.ecm declared as OwObjectCollection
protected  OwObjectCollection OwStandardVirtualFolderObjectFactory.m_folderChilds
          cached child list
 

Methods in com.wewebu.ow.server.ecm that return OwObjectCollection
 OwObjectCollection OwRepository.doSearch(OwSearchNode searchCriteria_p, OwSort sortCriteria_p, Collection propertyNames_p, int iMaxSize_p, int iVersionSelection_p)
          performs a search on the network and returns a result list, if more than iMaxSize_p objects are found then doSearch returns the first iMaxSize_p Objects
 OwObjectCollection OwObjectsQuery.execute(OwSort sort_p)
          Executes this query
 OwObjectCollection OwStandardSemiVirtualFolderAdapter.getChildren(OwSemiVirtualFolder semiVirtualFolder_p, int[] objectTypes_p, Collection propertyNames_p, OwSort sort_p, int maxSize_p, int versionSelection_p, OwSearchNode filterCriteria_p)
           
 OwObjectCollection OwSemiVirtualFolderAdapter.getChildren(OwSemiVirtualFolder semiVirtualFolder_p, int[] objectTypes_p, Collection propertyNames_p, OwSort sort_p, int maxSize_p, int versionSelection_p, OwSearchNode filterCriteria_p)
          Retrieves all children of the given semi-virtual-folder object.
 OwObjectCollection OwStandardVirtualFolderObjectFactory.getChilds(int[] iObjectTypes_p, Collection propertyNames_p, OwSort sort_p, int iMaxSize_p, int iVersionSelection_p, OwSearchNode filterCriteria_p)
          get the children of the object.
 OwObjectCollection OwStandardDecoratorObject.getChilds(int[] objectTypes_p, Collection propertyNames_p, OwSort sort_p, int maxSize_p, int versionSelection_p, OwSearchNode filterCriteria_p)
           
 OwObjectCollection OwObjectSkeleton.getChilds(int[] iObjectTypes_p, Collection propertyNames_p, OwSort sort_p, int iMaxSize_p, int iVersionSelection_p, OwSearchNode filterCriteria_p)
          get the children of the object For Compound Documents returns the list of contained documents For Folders returns the list of subfolders
 OwObjectCollection OwObject.getChilds(int[] iObjectTypes_p, Collection propertyNames_p, OwSort sort_p, int iMaxSize_p, int iVersionSelection_p, OwSearchNode filterCriteria_p)
          get the children of the object, does NOT cache the returned object For Compound Documents returns the list of contained documents For Folders returns the list of subfolders
 OwObjectCollection OwFileObject.getChilds(int[] iObjectTypes_p, Collection propertyNames_p, OwSort sort_p, int iMaxSize_p, int iVersionSelection_p, OwSearchNode filterCriteria_p)
          get the children of the object, does NOT cache the returned object
 OwObjectCollection OwStandardVirtualFolderObjectFactory.getChilds(OwSearchNode search_p, int[] iObjectTypes_p, Collection propertyNames_p, OwSort sort_p, int iMaxSize_p, int iVersionSelection_p, OwSearchNode filterCriteria_p)
          get the children of the object.
protected  OwObjectCollection OwStandardVirtualFolderObjectFactory.getFolderChilds()
           
 OwObjectCollection OwStandardVirtualFolderObjectFactory.getParents()
          get the containing parent of this object, does NOT cache returned objects
 OwObjectCollection OwStandardDecoratorObject.getParents()
           
 OwObjectCollection OwObjectSkeleton.getParents()
          get the containing parents of this object for folders it is several parent folders, for compound documents it is one parent document.
 OwObjectCollection OwObject.getParents()
          get the containing parents of this object, does NOT cache returned objects for folders it is several parent folders, for compound documents it is one parent document.
 OwObjectCollection OwFileObject.getParents()
          get the containing parent of this object, does NOT cache returned objects
 OwObjectCollection OwSemiVirtualFolder.getPhysicalChildren(int[] objectTypes_p, Collection propertyNames_p, OwSort sort_p, int maxSize_p, int versionSelection_p, OwSearchNode filterCriteria_p)
          Retrieves the physical children of this semi-virtual-folder object.
 

Methods in com.wewebu.ow.server.ecm with parameters of type OwObjectCollection
 void OwStandardCrossMappings.mapXObjectCollection(OwObjectCollection objects_p)
          replace the objects of the given collection with mapped wrapper objects
 void OwCrossMappings.mapXObjectCollection(OwObjectCollection objects_p)
          replace the objects of the given collection with mapped wrapper objects
protected  void OwObjectCollectionDelegator.replaceDelegatee(OwObjectCollection objectCollection_p)
           
 

Constructors in com.wewebu.ow.server.ecm with parameters of type OwObjectCollection
OwObjectCollectionDelegator(OwObjectCollection delegateeCollection_p)
          Constructor
OwQueriedCollection(OwObjectCollection decoratedCollection_p, OwObjectsQuery query_p)
           
 

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

Methods in com.wewebu.ow.server.history that return OwObjectCollection
 OwObjectCollection OwStandardHistoryManager.doObjectSearch(OwObjectReference object_p, OwSearchNode filterCriteria_p, OwSort sortCriteria_p, Collection propertyNames_p, int[] includeSubObjectTypes_p, int maxSize_p)
          Search for in memory history entries.
 OwObjectCollection OwHistoryManager.doObjectSearch(OwObjectReference object_p, OwSearchNode filterCriteria_p, OwSort sortCriteria_p, Collection propertyNames_p, int[] includeSubObjectTypes_p, int iMaxSize_p)
          search for entries in the database for a specific ECM object
 OwObjectCollection OwStandardHistoryEntry.getChilds(int[] iObjectTypes_p, Collection propertyNames_p, OwSort sort_p, int iMaxSize_p, int iVersionSelection_p, OwSearchNode filterCriteria_p)
           
 OwObjectCollection OwStandardHistoryEntry.getParents()
           
 

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

Methods in com.wewebu.ow.server.historyimpl.simplehistory that return OwObjectCollection
 OwObjectCollection OwSimpleHistoryManager.doObjectSearch(OwObjectReference object_p, OwSearchNode filterCriteria_p, OwSort sortCriteria_p, Collection propertyNames_p, int[] includeSubObjectTypes_p, int iMaxSize_p)
          search for entries in the database for a specific ECM object
 OwObjectCollection OwSimpleHistoryManager.doSearch(OwSearchNode filterCriteria_p, OwSort sortCriteria_p, Collection propertyNames_p, int iMaxSize_p, int iVersionSelection_p)
          search for entries in the database
 

Uses of OwObjectCollection in com.wewebu.ow.server.util.ldap
 

Methods in com.wewebu.ow.server.util.ldap that return OwObjectCollection
 OwObjectCollection OwStandardSchemaInterpreter.findGroupsMatching(OwLdapConnection connection, String pattern)
           
 OwObjectCollection OwLdapSchemaInterpreter.findGroupsMatching(OwLdapConnection connection, String pattern)
          Search for groups that match the pattern.
 OwObjectCollection OwADSchemaInterpreter.findGroupsMatching(OwLdapConnection connection, String pattern)
           
 OwObjectCollection OwLdapConnector.findGroupsMatching(String namePattern)
          Find groups that match a given pattern.
 OwObjectCollection OwLdapConnector.findUserDNsMatching(String pattern)
           
 OwObjectCollection OwStandardSchemaInterpreter.findUserMatching(OwLdapConnection connection, String pattern)
           
 OwObjectCollection OwLdapSchemaInterpreter.findUserMatching(OwLdapConnection connection, String pattern)
           
 OwObjectCollection OwADSchemaInterpreter.findUserMatching(OwLdapConnection connection, String pattern)
           
 OwObjectCollection OwLdapConnection.searchValuesByFilter(String searchBase, String filter, String returningAttibute, String sortKey)
          Search for objects with attributes matching a given pattern.
 



Copyright © 2013 Alfresco Business Solutions. All Rights Reserved.