Constructor and Description |
---|
NetworksImpl() |
Modifier and Type | Method and Description |
---|---|
Network |
getNetwork(String networkId) |
PersonNetwork |
getNetwork(String personId,
String networkId) |
CollectionWithPagingInfo<PersonNetwork> |
getNetworks(String personId,
Paging paging) |
void |
setNetworksService(NetworksService networksService) |
void |
setPeople(People people) |
Network |
validateNetwork(String networkId) |
public void setPeople(People people)
public void setNetworksService(NetworksService networksService)
public Network validateNetwork(String networkId)
validateNetwork
in interface Networks
public Network getNetwork(String networkId)
getNetwork
in interface Networks
public PersonNetwork getNetwork(String personId, String networkId)
getNetwork
in interface Networks
public CollectionWithPagingInfo<PersonNetwork> getNetworks(String personId, Paging paging)
getNetworks
in interface Networks
Copyright © 2005–2017 Alfresco Software. All rights reserved.