public class GroupSearchConstraint extends java.lang.Object implements IGroupSearchConstraint
| Constructor and Description |
|---|
GroupSearchConstraint() |
| Modifier and Type | Method and Description |
|---|---|
long |
getMaximumEntriesReturned() |
IPageControl |
getPageControl() |
long |
getStartIndex() |
boolean |
isSortRequired() |
boolean |
returnDescription() |
boolean |
returnGID() |
boolean |
returnGroupName() |
boolean |
returnMembers() |
void |
setMaximumEntriesReturned(long value) |
void |
setPageControl(IPageControl control) |
void |
setReturnDescription(boolean value) |
void |
setReturnGID(boolean value) |
void |
setReturnGroupName(boolean value) |
void |
setReturnMembers(boolean value) |
void |
setSortByGroupName(boolean value) |
void |
setStartIndex(long value) |
boolean |
sortByGroupName() |
public boolean sortByGroupName()
sortByGroupName in interface IGroupSearchConstraintpublic void setSortByGroupName(boolean value)
public boolean returnGroupName()
returnGroupName in interface IGroupSearchConstraintpublic void setReturnGroupName(boolean value)
public boolean returnMembers()
returnMembers in interface IGroupSearchConstraintpublic void setReturnMembers(boolean value)
public boolean returnGID()
returnGID in interface IGroupSearchConstraintpublic void setReturnGID(boolean value)
public boolean returnDescription()
returnDescription in interface IGroupSearchConstraintpublic void setReturnDescription(boolean 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.