Searched defs:localEntry (Results 1 - 12 of 12) sorted by relevance

/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/browser/
H A DNodeRefresher.java113 SearchResult localEntry; field in class:NodeRefresher
127 * @param localEntry the local entry corresponding to the node.
132 SearchResult localEntry, boolean recursive) {
138 this.localEntry = localEntry;
147 return localEntry;
231 result = localEntry;
277 if (localEntry == null) {
282 if (controller.getFollowReferrals() && isReferralEntry(localEntry)) {
456 localEntry
131 NodeRefresher(BasicNode node, BrowserController ctlr, SearchResult localEntry, boolean recursive) argument
[all...]
H A DBrowserController.java684 * @param localEntry the local entry corresponding to the node.
687 private void startRefreshNode(BasicNode node, SearchResult localEntry, argument
702 refreshQueue.queue(new NodeRefresher(node, this, localEntry, recursive));
1335 SearchResult localEntry = task.getLocalEntry();
1336 nodeChanged = updateNodeRendering(node, localEntry);
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/browser/
H A DNodeRefresher.java114 SearchResult localEntry; field in class:NodeRefresher
128 * @param localEntry the local entry corresponding to the node.
133 SearchResult localEntry, boolean recursive) {
139 this.localEntry = localEntry;
148 return localEntry;
232 result = localEntry;
278 if (localEntry == null) {
283 if (controller.getFollowReferrals() && isReferralEntry(localEntry)) {
457 localEntry
132 NodeRefresher(BasicNode node, BrowserController ctlr, SearchResult localEntry, boolean recursive) argument
[all...]
H A DBrowserController.java792 * @param localEntry the local entry corresponding to the node.
795 void startRefreshNode(BasicNode node, SearchResult localEntry, argument
810 refreshQueue.queue(new NodeRefresher(node, this, localEntry, recursive));
1501 SearchResult localEntry = task.getLocalEntry();
1502 nodeChanged = updateNodeRendering(node, localEntry);
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/browser/
H A DNodeRefresher.java114 SearchResult localEntry; field in class:NodeRefresher
128 * @param localEntry the local entry corresponding to the node.
133 SearchResult localEntry, boolean recursive) {
139 this.localEntry = localEntry;
148 return localEntry;
232 result = localEntry;
278 if (localEntry == null) {
283 if (controller.getFollowReferrals() && isReferralEntry(localEntry)) {
457 localEntry
132 NodeRefresher(BasicNode node, BrowserController ctlr, SearchResult localEntry, boolean recursive) argument
[all...]
H A DBrowserController.java792 * @param localEntry the local entry corresponding to the node.
795 void startRefreshNode(BasicNode node, SearchResult localEntry, argument
810 refreshQueue.queue(new NodeRefresher(node, this, localEntry, recursive));
1501 SearchResult localEntry = task.getLocalEntry();
1502 nodeChanged = updateNodeRendering(node, localEntry);
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/browser/
H A DNodeRefresher.java113 SearchResult localEntry; field in class:NodeRefresher
127 * @param localEntry the local entry corresponding to the node.
132 SearchResult localEntry, boolean recursive) {
138 this.localEntry = localEntry;
147 return localEntry;
231 result = localEntry;
277 if (localEntry == null) {
282 if (controller.getFollowReferrals() && isReferralEntry(localEntry)) {
456 localEntry
131 NodeRefresher(BasicNode node, BrowserController ctlr, SearchResult localEntry, boolean recursive) argument
[all...]
H A DBrowserController.java684 * @param localEntry the local entry corresponding to the node.
687 private void startRefreshNode(BasicNode node, SearchResult localEntry, argument
702 refreshQueue.queue(new NodeRefresher(node, this, localEntry, recursive));
1335 SearchResult localEntry = task.getLocalEntry();
1336 nodeChanged = updateNodeRendering(node, localEntry);
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/browser/
H A DNodeRefresher.java114 SearchResult localEntry; field in class:NodeRefresher
128 * @param localEntry the local entry corresponding to the node.
133 SearchResult localEntry, boolean recursive) {
139 this.localEntry = localEntry;
148 return localEntry;
232 result = localEntry;
278 if (localEntry == null) {
283 if (controller.getFollowReferrals() && isReferralEntry(localEntry)) {
457 localEntry
132 NodeRefresher(BasicNode node, BrowserController ctlr, SearchResult localEntry, boolean recursive) argument
[all...]
H A DBrowserController.java792 * @param localEntry the local entry corresponding to the node.
795 void startRefreshNode(BasicNode node, SearchResult localEntry, argument
810 refreshQueue.queue(new NodeRefresher(node, this, localEntry, recursive));
1501 SearchResult localEntry = task.getLocalEntry();
1502 nodeChanged = updateNodeRendering(node, localEntry);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/browser/
H A DNodeRefresher.java90 SearchResult localEntry; field in class:NodeRefresher
103 * @param localEntry the local entry corresponding to the node.
106 NodeRefresher(BasicNode node, BrowserController ctlr, SearchResult localEntry, boolean recursive) { argument
112 this.localEntry = localEntry;
121 return localEntry;
201 result = localEntry;
241 if (localEntry == null) {
246 if (controller.getFollowReferrals() && isReferralEntry(localEntry)) {
420 localEntry
[all...]
H A DBrowserController.java683 * @param localEntry the local entry corresponding to the node.
686 private void startRefreshNode(BasicNode node, SearchResult localEntry, argument
701 refreshQueue.queue(new NodeRefresher(node, this, localEntry, recursive));
1334 SearchResult localEntry = task.getLocalEntry();
1335 nodeChanged = updateNodeRendering(node, localEntry);

Completed in 87 milliseconds