|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of OwSort in com.wewebu.ow.csqlc |
---|
Methods in com.wewebu.ow.csqlc with parameters of type OwSort | |
---|---|
OwExternal<List<OwQueryStatement>> |
OwCSQLCProcessor.createSQLStatements(OwSearchNode searchRootNode_p,
Collection<String> propertyQueryNames_p,
OwSort sortOrder_p)
Create the SQL statement(s) by parsing the provided root search node. |
OwExternal<List<OwQueryStatement>> |
OwCSQLCProcessor.createSQLStatements(OwSearchNode searchRootNode_p,
Collection<String> propertyQueryNames_p,
OwSort sortOrder_p,
int versionSelection_p)
Create the SQL statement(s) by parsing the provided root search node. |
Uses of OwSort in com.wewebu.ow.server.app |
---|
Methods in com.wewebu.ow.server.app with parameters of type OwSort | |
---|---|
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 OwSort in com.wewebu.ow.server.dmsdialogs.views |
---|
Fields in com.wewebu.ow.server.dmsdialogs.views declared as OwSort | |
---|---|
protected OwSort |
OwObjectListViewThumbnails.m_Sort
the list with the sort criteria |
protected OwSort |
OwObjectListViewRow.m_Sort
the list with the sort criteria |
Methods in com.wewebu.ow.server.dmsdialogs.views that return OwSort | |
---|---|
OwSort |
OwObjectListViewThumbnails.getSort()
get the current selected sort instance |
OwSort |
OwObjectListViewRow.getSort()
get the current selected sort instance |
OwSort |
OwObjectListViewEXTJSGrid.getSort()
get the current selected sort instance |
OwSort |
OwObjectListViewCombined.getSort()
|
abstract OwSort |
OwObjectListView.getSort()
get the current selected sort instance |
Methods in com.wewebu.ow.server.dmsdialogs.views with parameters of type OwSort | |
---|---|
void |
OwObjectListView.OwObjectListViewEventListner.onObjectListViewSort(OwSort newSort_p,
String strSortProperty_p)
called when uses clicks on a sort header and the sort changes |
void |
OwObjectListViewThumbnails.setSort(OwSort sort_p)
set / override current sort to given sort |
void |
OwObjectListViewRow.setSort(OwSort sort_p)
set / override current sort to given sort |
void |
OwObjectListViewEXTJSGrid.setSort(OwSort sort_p)
set / overwrite current sort to given sort |
void |
OwObjectListViewCombined.setSort(OwSort sort_p)
|
abstract void |
OwObjectListView.setSort(OwSort sort_p)
set / override current sort to given sort |
Uses of OwSort in com.wewebu.ow.server.ecm |
---|
Subclasses of OwSort in com.wewebu.ow.server.ecm | |
---|---|
static class |
OwStandardCrossMappings.OwCrossSort
|
Methods in com.wewebu.ow.server.ecm that return OwSort | |
---|---|
OwSort |
OwStandardSearchTemplate.getSort(int iMinSortCriteria_p)
get the sort to use for the result list |
OwSort |
OwStandardCrossMappings.getXSort(OwSort sort_p)
|
OwSort |
OwCrossMappings.getXSort(OwSort searchNode_p)
map the given search |
Methods in com.wewebu.ow.server.ecm with parameters of type OwSort | |
---|---|
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. |
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. |
Collection |
OwVersionSeries.getVersions(Collection properties_p,
OwSort sort_p,
int iMaxSize_p)
get the available version objects |
OwSort |
OwStandardCrossMappings.getXSort(OwSort sort_p)
|
OwSort |
OwCrossMappings.getXSort(OwSort searchNode_p)
map the given search |
void |
OwQueriedCollection.reload(OwSort sort_p)
Executes the underlying query using the given sort criteria and replaces the delegate with the result. |
void |
OwStandardObjectCollection.sort(OwSort sortCriteria_p)
sort the list by the given criteria. |
void |
OwQueriedCollection.sort(OwSort sortCriteria_p)
Executes the underlying query using the given sort criteria and replaces the delegate with the result. |
void |
OwObjectCollectionDelegator.sort(OwSort sortCriteria_p)
|
void |
OwObjectCollection.sort(OwSort sortCriteria_p)
sort the list by the given criteria. |
Constructors in com.wewebu.ow.server.ecm with parameters of type OwSort | |
---|---|
OwQueriedCollection(OwObjectsQuery query_p,
OwSort sort_p)
Constructor Triggers a reload on this collection (see OwQueriedCollection.reload() using the given sort object. |
|
OwStandardCrossMappings.OwCrossSort(OwSort sort)
|
Uses of OwSort in com.wewebu.ow.server.ecm.bpm |
---|
Methods in com.wewebu.ow.server.ecm.bpm with parameters of type OwSort | |
---|---|
OwWorkitem |
OwWorkitemContainer.pull(OwSort sort_p,
Set exclude_p)
pulls the next available work item out of the container and locks it for the user |
Uses of OwSort in com.wewebu.ow.server.field |
---|
Methods in com.wewebu.ow.server.field that return OwSort | |
---|---|
OwSort |
OwSearchTemplate.getSort(int iMinSortCriteria_p)
get the sort to use for the result list |
Uses of OwSort in com.wewebu.ow.server.history |
---|
Methods in com.wewebu.ow.server.history with parameters of type OwSort | |
---|---|
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)
|
Uses of OwSort in com.wewebu.ow.server.historyimpl.simplehistory |
---|
Methods in com.wewebu.ow.server.historyimpl.simplehistory with parameters of type OwSort | |
---|---|
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 OwSort in com.wewebu.ow.server.ui |
---|
Fields in com.wewebu.ow.server.ui declared as OwSort | |
---|---|
protected OwSort |
OwTreeView.childrenSort
The children sort criteria. |
Methods in com.wewebu.ow.server.ui that return OwSort | |
---|---|
OwSort |
OwTreeView.getChildrenSort()
Get the currently set children sort criteria |
Methods in com.wewebu.ow.server.ui with parameters of type OwSort | |
---|---|
void |
OwTreeView.setChildrenSort(OwSort childrenSort_p)
Set the children sort criteria. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |