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 booleancheckExistsstatic StringIDprotected booleansaveprotected CoreSessionsessionprotected Serializablevalueprotected Stringxpath
-
Constructor Summary
Constructors Constructor Description AddEntryToMultiValuedProperty()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DocumentModelrun(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
-
-