Class AddEntryToMultiValuedProperty
- java.lang.Object
-
- org.nuxeo.ecm.automation.core.operations.document.AbstractOperationMultiValuedProperty
-
- org.nuxeo.ecm.automation.core.operations.document.AddEntryToMultiValuedProperty
-
public class AddEntryToMultiValuedProperty extends AbstractOperationMultiValuedProperty
See operation documentation- Since:
- 5.7
- Author:
- Benjamin JALON
-
-
Field Summary
Fields Modifier and Type Field Description protected boolean
checkExists
static String
ID
protected boolean
save
protected CoreSession
session
protected Serializable
value
protected String
xpath
-
Constructor Summary
Constructors Constructor Description AddEntryToMultiValuedProperty()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DocumentModel
run(DocumentModel doc)
-
Methods inherited from class org.nuxeo.ecm.automation.core.operations.document.AbstractOperationMultiValuedProperty
checkFieldType
-
-
-
-
Field Detail
-
ID
public static final String ID
- See Also:
- Constant Field Values
-
session
protected CoreSession session
-
xpath
protected String xpath
-
value
protected Serializable value
-
save
protected boolean save
-
checkExists
protected boolean checkExists
-
-
Method Detail
-
run
public DocumentModel run(DocumentModel doc) throws OperationException
- Throws:
OperationException
-
-