Package org.camunda.bpm.engine.impl.cmd
Class GetStaticCalledProcessDefinitionCmd
java.lang.Object
org.camunda.bpm.engine.impl.cmd.GetStaticCalledProcessDefinitionCmd
- All Implemented Interfaces:
Command<Collection<CalledProcessDefinition>>
public class GetStaticCalledProcessDefinitionCmd
extends Object
implements Command<Collection<CalledProcessDefinition>>
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionexecute
(CommandContext commandContext) protected List<ActivityImpl>
findCallActivitiesInProcess
(ProcessDefinitionEntity processDefinition) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.camunda.bpm.engine.impl.interceptor.Command
isRetryable
-
Field Details
-
processDefinitionId
-
-
Constructor Details
-
GetStaticCalledProcessDefinitionCmd
-
-
Method Details
-
findCallActivitiesInProcess
-
execute
- Specified by:
execute
in interfaceCommand<Collection<CalledProcessDefinition>>
-