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