public interface OwLoadContextInfo
Interface about the context to load data/objects.
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
Modifier and Type | Method and Description |
---|---|
OwSearchNode |
getFilter()
Get a definition of a filter, which can be used to restrict result.
|
long |
getMaxSize()
Maximum retrieved elements
|
int[] |
getObjectTypes()
Get an array of object types,
which should be retrieved.
|
int |
getPageSize()
Get the size for pages (=Items per page), which are retrieved.
|
Collection<String> |
getPropertyNames()
List of property names/Id's which should be retrieved.
|
long |
getSkipCount()
Skip count of results
|
OwSort |
getSorting()
Sorting definition
|
int |
getVersionSelection()
Definition of specific version restriction for data to retrieve.
|
int[] getObjectTypes()
Collection<String> getPropertyNames()
OwSort getSorting()
long getMaxSize()
OwSearchNode getFilter()
int getVersionSelection()
long getSkipCount()
int getPageSize()
Copyright © 2014 Alfresco Business Solutions. All Rights Reserved.