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 TypeMethodDescriptionvoid
readById
(String networkId, Parameters parameters) void
setNetworks
(Networks networks)
-
Field Details
-
NAME
- See Also:
-
-
Constructor Details
-
NetworksEntityResource
public NetworksEntityResource()
-
-
Method Details
-
setNetworks
-
afterPropertiesSet
public void afterPropertiesSet()- Specified by:
afterPropertiesSet
in interfaceorg.springframework.beans.factory.InitializingBean
-
readById
- Specified by:
readById
in interfaceEntityResourceAction.ReadById<Network>
-