Package org.alfresco.rest.api.networks
Class NetworksEntityResource
java.lang.Object
org.alfresco.rest.api.networks.NetworksEntityResource
- All Implemented Interfaces:
EntityResourceAction.ReadById<Network>,ResourceAction,org.springframework.beans.factory.InitializingBean
@EntityResource(name="networks",
title="Networks entity")
public class NetworksEntityResource
extends Object
implements EntityResourceAction.ReadById<Network>, org.springframework.beans.factory.InitializingBean
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidreadById(String networkId, Parameters parameters) voidsetNetworks(Networks networks)
-
Field Details
-
NAME
- See Also:
-
-
Constructor Details
-
NetworksEntityResource
public NetworksEntityResource()
-
-
Method Details
-
setNetworks
-
afterPropertiesSet
public void afterPropertiesSet()- Specified by:
afterPropertiesSetin interfaceorg.springframework.beans.factory.InitializingBean
-
readById
- Specified by:
readByIdin interfaceEntityResourceAction.ReadById<Network>
-