Package org.alfresco.rest.api.impl
Class NetworksImpl
java.lang.Object
org.alfresco.rest.api.impl.NetworksImpl
- All Implemented Interfaces:
Networks
Centralises access to network services and maps between representations.
- Since:
- publicapi1.0
- Author:
- steveglover
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetNetwork(String networkId) getNetwork(String personId, String networkId) getNetworks(String personId, Paging paging) voidsetNetworksService(NetworksService networksService) voidvalidateNetwork(String networkId)
-
Constructor Details
-
NetworksImpl
public NetworksImpl()
-
-
Method Details
-
setPeople
-
setNetworksService
-
validateNetwork
- Specified by:
validateNetworkin interfaceNetworks
-
getNetwork
- Specified by:
getNetworkin interfaceNetworks
-
getNetwork
- Specified by:
getNetworkin interfaceNetworks
-
getNetworks
- Specified by:
getNetworksin interfaceNetworks
-