org.camunda.bpm.engine.impl.json
Class ModificationCmdJsonConverter
java.lang.Object
org.camunda.bpm.engine.impl.json.JsonObjectConverter<AbstractProcessInstanceModificationCommand>
org.camunda.bpm.engine.impl.json.ModificationCmdJsonConverter
public class ModificationCmdJsonConverter
- extends JsonObjectConverter<AbstractProcessInstanceModificationCommand>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
INSTANCE
public static final ModificationCmdJsonConverter INSTANCE
START_BEFORE
public static final String START_BEFORE
- See Also:
- Constant Field Values
START_AFTER
public static final String START_AFTER
- See Also:
- Constant Field Values
START_TRANSITION
public static final String START_TRANSITION
- See Also:
- Constant Field Values
CANCEL_ALL
public static final String CANCEL_ALL
- See Also:
- Constant Field Values
CANCEL_CURRENT
public static final String CANCEL_CURRENT
- See Also:
- Constant Field Values
ModificationCmdJsonConverter
public ModificationCmdJsonConverter()
toJsonObject
public JSONObject toJsonObject(AbstractProcessInstanceModificationCommand command)
- Specified by:
toJsonObject
in class JsonObjectConverter<AbstractProcessInstanceModificationCommand>
toObject
public AbstractProcessInstanceModificationCommand toObject(JSONObject json)
- Specified by:
toObject
in class JsonObjectConverter<AbstractProcessInstanceModificationCommand>
Copyright © 2018 camunda services GmbH. All rights reserved.