Class CheckInDocument
- java.lang.Object
-
- org.nuxeo.ecm.automation.core.operations.document.CheckInDocument
-
public class CheckInDocument extends Object
Check in the input document.
-
-
Field Summary
Fields Modifier and Type Field Description protected String
comment
protected OperationContext
ctx
static String
ID
static Map<String,VersioningOption>
options
protected CoreSession
session
protected String
version
protected String
versionVarName
-
Constructor Summary
Constructors Constructor Description CheckInDocument()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected VersioningOption
getVersioningOption()
DocumentModel
run(DocumentModel doc)
DocumentModel
run(DocumentRef doc)
-
-
-
Field Detail
-
ID
public static final String ID
- See Also:
- Constant Field Values
-
options
public static final Map<String,VersioningOption> options
-
ctx
protected OperationContext ctx
-
session
protected CoreSession session
-
version
protected String version
-
comment
protected String comment
-
versionVarName
protected String versionVarName
-
-
Method Detail
-
getVersioningOption
protected VersioningOption getVersioningOption()
-
run
public DocumentModel run(DocumentRef doc)
-
run
public DocumentModel run(DocumentModel doc)
-
-