| Package | Description |
|---|---|
| org.springframework.social.alfresco.api | |
| org.springframework.social.alfresco.api.impl |
| Modifier and Type | Method and Description |
|---|---|
Tag |
Alfresco.addTagToNode(String network,
String node,
String tag)
Add tag to node in network
|
Tag |
Alfresco.getTag(String network,
String tag)
Get tag in network
|
| Modifier and Type | Method and Description |
|---|---|
AlfrescoList<Tag> |
Alfresco.addTagsToNode(String network,
String node,
List<String> tags)
Add multiple tags to node
|
AlfrescoList<Tag> |
Alfresco.getNodesTags(String network,
String node)
Get tags on node in network
|
AlfrescoList<Tag> |
Alfresco.getNodesTags(String network,
String node,
Map<String,String> parameters)
Get tags on node in network filtered by parameters
|
AlfrescoList<Tag> |
Alfresco.getTags(String network)
Get all tags in network
|
AlfrescoList<Tag> |
Alfresco.getTags(String network,
Map<String,String> parameters) |
| Modifier and Type | Method and Description |
|---|---|
Tag |
AlfrescoTemplate.addTagToNode(String network,
String node,
String tag) |
Tag |
AlfrescoTemplate.getTag(String network,
String tag) |
| Modifier and Type | Method and Description |
|---|---|
AlfrescoList<Tag> |
AlfrescoTemplate.addTagsToNode(String network,
String node,
List<String> tags) |
AlfrescoList<Tag> |
AlfrescoTemplate.getNodesTags(String network,
String node) |
AlfrescoList<Tag> |
AlfrescoTemplate.getNodesTags(String network,
String node,
Map<String,String> parameters) |
AlfrescoList<Tag> |
AlfrescoTemplate.getTags(String network) |
AlfrescoList<Tag> |
AlfrescoTemplate.getTags(String network,
Map<String,String> parameters) |
Copyright © 2015 Alfresco Software Inc.. All Rights Reserved.