07-05-2011 04:16 AM
@Autowired
private RuntimeService runtimeService;
@PersistenceContext
private EntityManager em;
@Ţransactional
public void invioAlLegale() {
….
em.persist(myObject);
em.remove(anotherObject);
…
runtimeService.startProcessInstanceByKey(key, …);
…
07-05-2011 11:10 AM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.