Searched refs:jumpTo (Results 1 - 8 of 8) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/sdk/
H A DAMSearchControl.java167 * @param jumpTo
174 protected void setVLVRange(String jumpTo, int beforeCount, int afterCount) argument
176 searchControl.setVLVRange(jumpTo, beforeCount, afterCount);
190 * Returns <code>jumpTo</code> value for VLV range.
192 * @return <code>jumpTo</code> value.
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/sdk/
H A DAMSearchControl.java167 * @param jumpTo
174 protected void setVLVRange(String jumpTo, int beforeCount, int afterCount) argument
176 searchControl.setVLVRange(jumpTo, beforeCount, afterCount);
190 * Returns <code>jumpTo</code> value for VLV range.
192 * @return <code>jumpTo</code> value.
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/ums/
H A DSearchControl.java157 * @param jumpTo
165 public void setVLVRange(String jumpTo, int beforeCount, int afterCount) { argument
172 set(KeyVlvJumpTo, jumpTo);
188 * Get jumpTo value for VLV range.
190 * @return jumpTo value.
/forgerock/openam/openam-core/src/main/java/com/iplanet/ums/
H A DSearchControl.java157 * @param jumpTo
165 public void setVLVRange(String jumpTo, int beforeCount, int afterCount) { argument
172 set(KeyVlvJumpTo, jumpTo);
188 * Get jumpTo value for VLV range.
190 * @return jumpTo value.
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/sdk/remote/
H A DDirectoryManagerImpl.java653 String jumpTo, int timeOut, int maxResults, int scope,
674 if (jumpTo == null) {
677 sc.setVLVRange(jumpTo, beforeCount, afterCount);
713 String jumpTo, int timeOut, int maxResults, int scope,
734 if (jumpTo == null) {
737 sc.setVLVRange(jumpTo, beforeCount, afterCount);
651 search2(String token, String entryDN, String searchFilter, List sortKeys, int startIndex, int beforeCount, int afterCount, String jumpTo, int timeOut, int maxResults, int scope, boolean allAttributes, String[] attrNames) argument
711 search3(String token, String entryDN, String searchFilter, List sortKeys, int startIndex, int beforeCount, int afterCount, String jumpTo, int timeOut, int maxResults, int scope, boolean allAttributes, Set attrNamesSet) argument
H A DDirectoryManagerIF.java119 String jumpTo, int timeOut, int maxResults, int scope,
125 String jumpTo, int timeOut, int maxResults, int scope,
117 search2(String token, String entryDN, String searchFilter, List sortKeys, int startIndex, int beforeCount, int afterCount, String jumpTo, int timeOut, int maxResults, int scope, boolean allAttributes, String[] attrNames) argument
123 search3(String token, String entryDN, String searchFilter, List sortKeys, int startIndex, int beforeCount, int afterCount, String jumpTo, int timeOut, int maxResults, int scope, boolean allAttributes, Set attrNamesSet) argument
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/sdk/remote/
H A DDirectoryManagerImpl.java653 String jumpTo, int timeOut, int maxResults, int scope,
674 if (jumpTo == null) {
677 sc.setVLVRange(jumpTo, beforeCount, afterCount);
713 String jumpTo, int timeOut, int maxResults, int scope,
734 if (jumpTo == null) {
737 sc.setVLVRange(jumpTo, beforeCount, afterCount);
651 search2(String token, String entryDN, String searchFilter, List sortKeys, int startIndex, int beforeCount, int afterCount, String jumpTo, int timeOut, int maxResults, int scope, boolean allAttributes, String[] attrNames) argument
711 search3(String token, String entryDN, String searchFilter, List sortKeys, int startIndex, int beforeCount, int afterCount, String jumpTo, int timeOut, int maxResults, int scope, boolean allAttributes, Set attrNamesSet) argument
H A DDirectoryManagerIF.java119 String jumpTo, int timeOut, int maxResults, int scope,
125 String jumpTo, int timeOut, int maxResults, int scope,
117 search2(String token, String entryDN, String searchFilter, List sortKeys, int startIndex, int beforeCount, int afterCount, String jumpTo, int timeOut, int maxResults, int scope, boolean allAttributes, String[] attrNames) argument
123 search3(String token, String entryDN, String searchFilter, List sortKeys, int startIndex, int beforeCount, int afterCount, String jumpTo, int timeOut, int maxResults, int scope, boolean allAttributes, Set attrNamesSet) argument

Completed in 57 milliseconds