public class OperationContext extends Object
Defines the paging,sorting and filtering for a request that will return a collection.
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 | Field and Description |
---|---|
static long |
DEF_MAX_ITEMS |
Constructor and Description |
---|
OperationContext() |
OperationContext(long skipCount,
long maxItems) |
Modifier and Type | Method and Description |
---|---|
long |
getMaxItems() |
long |
getSkipCount() |
void |
setMaxItems(long maxItems) |
void |
setSkipCount(long skipCount) |
public static final long DEF_MAX_ITEMS
Copyright © 2014 Alfresco Business Solutions. All Rights Reserved.