Package org.camunda.bpm.engine.impl.cmd
Class GetStaticCalledProcessDefinitionCmd
- java.lang.Object
-
- org.camunda.bpm.engine.impl.cmd.GetStaticCalledProcessDefinitionCmd
-
- All Implemented Interfaces:
Command<java.util.Collection<CalledProcessDefinition>>
public class GetStaticCalledProcessDefinitionCmd extends java.lang.Object implements Command<java.util.Collection<CalledProcessDefinition>>
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.String
processDefinitionId
-
Constructor Summary
Constructors Constructor Description GetStaticCalledProcessDefinitionCmd(java.lang.String processDefinitionId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Collection<CalledProcessDefinition>
execute(CommandContext commandContext)
protected java.util.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
-
-
-
-
Method Detail
-
findCallActivitiesInProcess
protected java.util.List<ActivityImpl> findCallActivitiesInProcess(ProcessDefinitionEntity processDefinition)
-
execute
public java.util.Collection<CalledProcessDefinition> execute(CommandContext commandContext)
- Specified by:
execute
in interfaceCommand<java.util.Collection<CalledProcessDefinition>>
-
-