@EntityResource(name="networks", title="Networks entity") public class NetworksEntityResource extends java.lang.Object implements EntityResourceAction.ReadById, org.springframework.beans.factory.InitializingBean
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
NAME |
| Constructor and Description |
|---|
NetworksEntityResource() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet() |
Network |
readById(java.lang.String networkId,
Parameters parameters) |
void |
setNetworks(Networks networks) |
public static final java.lang.String NAME
public void setNetworks(Networks networks)
public void afterPropertiesSet()
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBeanpublic Network readById(java.lang.String networkId, Parameters parameters)
readById in interface EntityResourceAction.ReadByIdCopyright © 2005 - 2013 Alfresco Software, Inc. All Rights Reserved.