@Name(value="tagSelect2Support") @Scope(value=EVENT) public class TagSelect2Support extends Object
Constructor and Description |
---|
TagSelect2Support() |
Modifier and Type | Method and Description |
---|---|
String |
addTagging()
Performs the tagging on the current document.
|
String |
encodeParameters(Map<String,Serializable> widgetProperties) |
String |
encodeParametersForCurrentDocument(Map<String,Serializable> widgetProperties) |
List<String> |
getDocumentTagStrings() |
String |
getLabel() |
void |
listDocumentsForTag() |
String |
removeTagging() |
String |
resolveDocumentTags() |
String |
resolveTags(List<String> list) |
String |
resolveTags(String[] array) |
void |
setLabel(String label) |
@Factory(value="resolveDocumentTags", scope=EVENT) public String resolveDocumentTags() throws ClientException
ClientException
@Factory(value="documentTagIds", scope=EVENT) public List<String> getDocumentTagStrings() throws ClientException
ClientException
public String addTagging() throws ClientException
ClientException
public String removeTagging() throws ClientException
ClientException
public String encodeParameters(Map<String,Serializable> widgetProperties)
public String encodeParametersForCurrentDocument(Map<String,Serializable> widgetProperties)
public void listDocumentsForTag() throws ClientException
ClientException
public String getLabel()
public void setLabel(String label)
Copyright © 2015 Nuxeo SA. All rights reserved.