@EntityResource(name="networks", title="Networks entity") public class NetworksEntityResource extends Object implements EntityResourceAction.ReadById<Network>, org.springframework.beans.factory.InitializingBean
Constructor and Description |
---|
NetworksEntityResource() |
Modifier and Type | Method and Description |
---|---|
void |
afterPropertiesSet() |
Network |
readById(String networkId,
Parameters parameters) |
void |
setNetworks(Networks networks) |
public static final String NAME
public void setNetworks(Networks networks)
public void afterPropertiesSet()
afterPropertiesSet
in interface org.springframework.beans.factory.InitializingBean
public Network readById(String networkId, Parameters parameters)
readById
in interface EntityResourceAction.ReadById<Network>
Copyright © 2005–2017 Alfresco Software. All rights reserved.