public class UserSearchConstraint extends java.lang.Object implements IUserSearchConstraint
| Constructor and Description |
|---|
UserSearchConstraint() |
| Modifier and Type | Method and Description |
|---|---|
long |
getMaximumEntriesReturned() |
IPageControl |
getPageControl() |
long |
getStartIndex() |
boolean |
isSortRequired() |
java.util.Iterator |
returnAttributes() |
boolean |
returnFullName() |
boolean |
returnUID() |
boolean |
returnUserName() |
void |
setMaximumEntriesReturned(long value) |
void |
setPageControl(IPageControl control) |
void |
setReturnAttributes(java.util.List value) |
void |
setReturnFullName(boolean value) |
void |
setReturnUID(boolean value) |
void |
setReturnUserName(boolean value) |
void |
setSortByFullName(boolean value) |
void |
setSortByUserName(boolean value) |
void |
setStartIndex(long value) |
boolean |
sortByFullName() |
boolean |
sortByUserName() |
public boolean sortByUserName()
sortByUserName in interface IUserSearchConstraintpublic void setSortByUserName(boolean value)
public boolean sortByFullName()
sortByFullName in interface IUserSearchConstraintpublic void setSortByFullName(boolean value)
public boolean returnUserName()
returnUserName in interface IUserSearchConstraintpublic void setReturnUserName(boolean value)
public boolean returnFullName()
returnFullName in interface IUserSearchConstraintpublic void setReturnFullName(boolean value)
public boolean returnUID()
returnUID in interface IUserSearchConstraintpublic void setReturnUID(boolean value)
public java.util.Iterator returnAttributes()
returnAttributes in interface IUserSearchConstraintpublic void setReturnAttributes(java.util.List value)
public long getStartIndex()
getStartIndex in interface ISearchConstraintpublic void setStartIndex(long value)
public long getMaximumEntriesReturned()
getMaximumEntriesReturned in interface ISearchConstraintpublic void setMaximumEntriesReturned(long value)
public boolean isSortRequired()
isSortRequired in interface ISearchConstraintpublic IPageControl getPageControl()
getPageControl in interface ISearchConstraintpublic void setPageControl(IPageControl control)
?? 2022 Perforce Software, All rights reserved
This software is the confidential and proprietary information of Perforce, Inc. and is subject to copyright protection under laws of the United States of America and other countries. The use of this software should be in accordance with the license agreement terms you entered into with Perforce, Inc.