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 IGroupSearchConstraint
public void setSortByGroupName(boolean value)
public boolean returnGroupName()
returnGroupName
in interface IGroupSearchConstraint
public void setReturnGroupName(boolean value)
public boolean returnMembers()
returnMembers
in interface IGroupSearchConstraint
public void setReturnMembers(boolean value)
public boolean returnGID()
returnGID
in interface IGroupSearchConstraint
public void setReturnGID(boolean value)
public boolean returnDescription()
returnDescription
in interface IGroupSearchConstraint
public void setReturnDescription(boolean 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.