Class ResetSchema
- java.lang.Object
-
- org.nuxeo.ecm.automation.core.operations.document.ResetSchema
-
public class ResetSchema extends Object
- Since:
- 8.3
-
-
Field Summary
Fields Modifier and Type Field Description protected OperationContextcontextstatic StringIDprotected booleansaveprotected booleansaveDocumentprotected Stringschemaprotected CoreSessionsessionprotected Stringxpath
-
Constructor Summary
Constructors Constructor Description ResetSchema()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DocumentModelrun(DocumentModel target)
-
-
-
Field Detail
-
ID
public static final String ID
- See Also:
- Constant Field Values
-
context
protected OperationContext context
-
session
protected CoreSession session
-
schema
protected String schema
-
xpath
protected String xpath
-
save
protected boolean save
-
saveDocument
protected boolean saveDocument
-
-
Method Detail
-
run
public DocumentModel run(DocumentModel target) throws OperationException
- Throws:
OperationException
-
-