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 java.lang.Object implements EntityResourceAction.ReadById<Network>, org.springframework.beans.factory.InitializingBean
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
NAME
-
Constructor Summary
Constructors Constructor Description NetworksEntityResource()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
afterPropertiesSet()
Network
readById(java.lang.String networkId, Parameters parameters)
void
setNetworks(Networks networks)
-
-
-
Field Detail
-
NAME
public static final java.lang.String NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
setNetworks
public void setNetworks(Networks networks)
-
afterPropertiesSet
public void afterPropertiesSet()
- Specified by:
afterPropertiesSet
in interfaceorg.springframework.beans.factory.InitializingBean
-
readById
public Network readById(java.lang.String networkId, Parameters parameters)
- Specified by:
readById
in interfaceEntityResourceAction.ReadById<Network>
-
-