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) void
setNetworksService
(NetworksService networksService) void
validateNetwork
(String networkId)
-
Constructor Details
-
NetworksImpl
public NetworksImpl()
-
-
Method Details
-
setPeople
-
setNetworksService
-
validateNetwork
- Specified by:
validateNetwork
in interfaceNetworks
-
getNetwork
- Specified by:
getNetwork
in interfaceNetworks
-
getNetwork
- Specified by:
getNetwork
in interfaceNetworks
-
getNetworks
- Specified by:
getNetworks
in interfaceNetworks
-