Uses of Class
org.springframework.social.alfresco.api.entities.Network

Packages that use Network
org.springframework.social.alfresco.api   
org.springframework.social.alfresco.api.impl   
org.springframework.social.alfresco.connect   
 

Uses of Network in org.springframework.social.alfresco.api
 

Methods in org.springframework.social.alfresco.api that return Network
 Network Alfresco.getHomeNetwork()
          Get home network for user
 Network Alfresco.getNetwork(String network)
          Get the Alfresco Network for the user
 Network Alfresco.getNetwork(String network, String person)
          Get network for person
 

Methods in org.springframework.social.alfresco.api that return types with arguments of type Network
 AlfrescoList<Network> Alfresco.getNetworks()
          Get all Alfresco Networks that the user is a member of
 AlfrescoList<Network> Alfresco.getNetworks(Map<String,String> parameters)
          Get all Alfresco Networks that the user is a member of filter by parameters
 AlfrescoList<Network> Alfresco.getNetworks(String network, String person)
          Get all networks for person
 AlfrescoList<Network> Alfresco.getNetworks(String network, String person, Map<String,String> parameters)
          Get all networks for person filtered by parameters
 

Uses of Network in org.springframework.social.alfresco.api.impl
 

Methods in org.springframework.social.alfresco.api.impl that return Network
 Network AlfrescoTemplate.getHomeNetwork()
           
 Network AlfrescoTemplate.getNetwork(String network)
           
 Network AlfrescoTemplate.getNetwork(String network, String person)
           
 

Methods in org.springframework.social.alfresco.api.impl that return types with arguments of type Network
 AlfrescoList<Network> AlfrescoTemplate.getNetworks()
           
 AlfrescoList<Network> AlfrescoTemplate.getNetworks(Map<String,String> parameters)
           
 AlfrescoList<Network> AlfrescoTemplate.getNetworks(String network, String person)
           
 AlfrescoList<Network> AlfrescoTemplate.getNetworks(String network, String person, Map<String,String> parameters)
           
 

Uses of Network in org.springframework.social.alfresco.connect
 

Methods in org.springframework.social.alfresco.connect that return Network
 Network AlfrescoAdapter.fetchHomeNetwork(Alfresco alfresco)
          Returns the Alfresco home network for a user
 



Copyright © 2012 Alfresco Software Inc.. All Rights Reserved.