131132133134135136137
public CommandService getCommandService() { return commandService; } public Collection<ProcessInstance> getProcessInstances() { return this.commandService.execute( new GetProcessInstancesCommand() ); }
129130131132133134135
128129130131132133134