Package org.activiti.engine.impl.cmd
Class IsProcessDefinitionSuspendedCmd
- java.lang.Object
-
- org.activiti.engine.impl.cmd.IsProcessDefinitionSuspendedCmd
-
- All Implemented Interfaces:
java.io.Serializable,Command<java.lang.Boolean>
public class IsProcessDefinitionSuspendedCmd extends java.lang.Object implements Command<java.lang.Boolean>, java.io.Serializable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.StringprocessDefinitionId
-
Constructor Summary
Constructors Constructor Description IsProcessDefinitionSuspendedCmd(java.lang.String processDefinitionId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Booleanexecute(CommandContext commandContext)
-
-
-
Method Detail
-
execute
public java.lang.Boolean execute(CommandContext commandContext)
-
-