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 IUserSearchConstraint
public void setSortByUserName(boolean value)
public boolean sortByFullName()
sortByFullName
in interface IUserSearchConstraint
public void setSortByFullName(boolean value)
public boolean returnUserName()
returnUserName
in interface IUserSearchConstraint
public void setReturnUserName(boolean value)
public boolean returnFullName()
returnFullName
in interface IUserSearchConstraint
public void setReturnFullName(boolean value)
public boolean returnUID()
returnUID
in interface IUserSearchConstraint
public void setReturnUID(boolean value)
public java.util.Iterator returnAttributes()
returnAttributes
in interface IUserSearchConstraint
public void setReturnAttributes(java.util.List value)
public long getStartIndex()
getStartIndex
in interface ISearchConstraint
public void setStartIndex(long value)
public long getMaximumEntriesReturned()
getMaximumEntriesReturned
in interface ISearchConstraint
public void setMaximumEntriesReturned(long value)
public boolean isSortRequired()
isSortRequired
in interface ISearchConstraint
public IPageControl getPageControl()
getPageControl
in interface ISearchConstraint
public 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.