public class ActionContext extends Object
Constructor and Description |
---|
ActionContext() |
Modifier and Type | Method and Description |
---|---|
void |
beginAction(boolean readOnly,
ActionVersioning.Version version,
String whoStarted) |
void |
endAction() |
ActionVersioning.Version |
getVersion() |
String |
getWhoStarted() |
boolean |
isActive() |
boolean |
isReadOnlyAction() |
boolean |
isWriteAction() |
String |
toString() |
public void beginAction(boolean readOnly, ActionVersioning.Version version, String whoStarted)
public void endAction()
public boolean isReadOnlyAction()
public boolean isWriteAction()
public boolean isActive()
public ActionVersioning.Version getVersion()
public String getWhoStarted()
Copyright © 2019. All rights reserved.