Class RemoveEntryOfMultiValuedProperty
- java.lang.Object
-
- org.nuxeo.ecm.automation.core.operations.document.AbstractOperationMultiValuedProperty
-
- org.nuxeo.ecm.automation.core.operations.document.RemoveEntryOfMultiValuedProperty
-
public class RemoveEntryOfMultiValuedProperty extends AbstractOperationMultiValuedProperty
- Since:
- 5.7
- Author:
- Benjamin JALON
-
-
Field Summary
Fields Modifier and Type Field Description static String
ID
protected boolean
isRemoveAll
static Log
log
protected boolean
save
protected CoreSession
session
protected Serializable
value
protected String
xpath
-
Constructor Summary
Constructors Constructor Description RemoveEntryOfMultiValuedProperty()
-
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
-
log
public static final Log log
-
session
protected CoreSession session
-
xpath
protected String xpath
-
value
protected Serializable value
-
save
protected boolean save
-
isRemoveAll
protected boolean isRemoveAll
-
-
Method Detail
-
run
public DocumentModel run(DocumentModel doc) throws OperationException
- Throws:
OperationException
-
-