Modifier and Type | Method and Description |
---|---|
List<Download> |
DownloadsEntityResource.create(List<Download> entity,
Parameters parameters) |
Download |
DownloadsEntityResource.readById(String nodeId,
Parameters parameters) |
Modifier and Type | Method and Description |
---|---|
List<Group> |
GroupsEntityResource.create(List<Group> entity,
Parameters parameters) |
List<GroupMember> |
GroupMembersRelation.create(String groupId,
List<GroupMember> entity,
Parameters params) |
Modifier and Type | Method and Description |
---|---|
Network |
NetworksEntityResource.readById(String networkId,
Parameters parameters) |
Modifier and Type | Method and Description |
---|---|
Node |
NodeChildrenRelation.create(String parentFolderNodeId,
org.springframework.extensions.webscripts.servlet.FormData formData,
Parameters parameters,
WithResponse withResponse) |
List<NodeRating> |
NodeRatingsRelation.create(String nodeId,
List<NodeRating> ratingEntity,
Parameters parameters)
Create a rating for the node with id 'nodeId'.
|
CollectionWithPagingInfo<NodeRating> |
NodeRatingsRelation.readAll(String nodeId,
Parameters parameters) |
Node |
NodesEntityResource.readById(String nodeId,
Parameters parameters)
Returns information regarding the node 'nodeId' - folder or document
|
Modifier and Type | Method and Description |
---|---|
List<Person> |
PeopleEntityResource.create(List<Person> persons,
Parameters parameters) |
Person |
PeopleEntityResource.readById(String personId,
Parameters parameters)
Get a person by userName.
|
Modifier and Type | Method and Description |
---|---|
List<Site> |
SiteEntityResource.create(List<Site> entity,
Parameters parameters)
Create the given site.
|
Copyright © 2005–2017 Alfresco Software. All rights reserved.