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.StringNAME
-
Constructor Summary
Constructors Constructor Description NetworksEntityResource()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidafterPropertiesSet()NetworkreadById(java.lang.String networkId, Parameters parameters)voidsetNetworks(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:
afterPropertiesSetin interfaceorg.springframework.beans.factory.InitializingBean
-
readById
public Network readById(java.lang.String networkId, Parameters parameters)
- Specified by:
readByIdin interfaceEntityResourceAction.ReadById<Network>
-
-