query.setCommandService(commandService);
return query;
}
public HistoryActivityInstanceQuery createHistoryActivityInstanceQuery() {
HistoryActivityInstanceQueryImpl query = commandService.execute(new CreateHistoryActivityInstanceQueryCmd());
query.setCommandService(commandService);
return query;
}