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