Class SaveSession
- java.lang.Object
-
- org.nuxeo.ecm.automation.core.operations.execution.SaveSession
-
public class SaveSession extends Object
Save the session - TODO remove this?- Author:
- Bogdan Stefanescu
-
-
Field Summary
Fields Modifier and Type Field Description static String
ID
protected CoreSession
session
-
Constructor Summary
Constructors Constructor Description SaveSession()
-
-
-
Field Detail
-
ID
public static final String ID
- See Also:
- Constant Field Values
-
session
protected CoreSession session
-
-