Skip to content

Commit 2d32ce2

Browse files
author
Lloyd Watkin
committed
Get a list of node owners
1 parent f19c0d6 commit 2d32ce2

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

src/main/java/org/buddycloud/channelserver/db/NodeStore.java

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,13 @@ ResultSet<NodeAffiliation> getNodeAffiliations(String nodeId)
231231
ResultSet<NodeAffiliation> getNodeAffiliations(String node
232232
, String afterItemId, int maxItemsToReturn) throws NodeStoreException;
233233

234+
/**
235+
* Get a list of node owners
236+
*
237+
* @param node
238+
*/
239+
ArrayList<JID> getNodeOwners(String node);
240+
234241
/**
235242
* Count the number of affiliations for a node
236243
*

0 commit comments

Comments
 (0)