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
Fields Modifier and Type Field Description protected StringprocessDefinitionId 
- 
Constructor Summary
Constructors Constructor Description GetStaticCalledProcessDefinitionCmd(String processDefinitionId) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<CalledProcessDefinition>execute(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 Detail
- 
processDefinitionId
protected String processDefinitionId
 
 - 
 
- 
Constructor Detail
- 
GetStaticCalledProcessDefinitionCmd
public GetStaticCalledProcessDefinitionCmd(String processDefinitionId)
 
 - 
 
- 
Method Detail
- 
findCallActivitiesInProcess
protected List<ActivityImpl> findCallActivitiesInProcess(ProcessDefinitionEntity processDefinition)
 
- 
execute
public Collection<CalledProcessDefinition> execute(CommandContext commandContext)
- Specified by:
 executein interfaceCommand<Collection<CalledProcessDefinition>>
 
 - 
 
 -