public class ContentWorkResult extends Object
The content reference could indicate the source content reference on which the work was requested or could be a new target content reference.
| Constructor and Description |
|---|
ContentWorkResult() |
ContentWorkResult(ContentReference contentReference,
Map<String,Object> details) |
| Modifier and Type | Method and Description |
|---|---|
ContentReference |
getContentReference()
Gets the content reference associated with the result.
|
Map<String,Object> |
getDetails()
Gets the additional details of the result of the content work.
|
void |
setContentReference(ContentReference contentReference)
Sets the content reference associated with the result.
|
void |
setDetails(Map<String,Object> details)
Sets the additional details of the result of the content work.
|
public ContentWorkResult()
public ContentWorkResult(ContentReference contentReference, Map<String,Object> details)
public ContentReference getContentReference()
public void setContentReference(ContentReference contentReference)
contentReference - public Map<String,Object> getDetails()
Copyright © 2017 Alfresco Software. All rights reserved.