Class DeleteRelation
- java.lang.Object
-
- org.nuxeo.ecm.automation.core.operations.services.DeleteRelation
-
public class DeleteRelation extends Object
- Author:
- Nuxeo
-
-
Field Summary
Fields Modifier and Type Field Description static String
ID
protected DocumentModel
object
protected boolean
outgoing
protected String
predicate
protected DocumentRelationManager
relations
protected CoreSession
session
-
Constructor Summary
Constructors Constructor Description DeleteRelation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DocumentModel
run(DocumentModel doc)
-
-
-
Field Detail
-
ID
public static final String ID
- See Also:
- Constant Field Values
-
session
protected CoreSession session
-
relations
protected DocumentRelationManager relations
-
object
protected DocumentModel object
-
predicate
protected String predicate
-
outgoing
protected boolean outgoing
-
-
Method Detail
-
run
public DocumentModel run(DocumentModel doc)
-
-