Class ArchiveInvoiceService
- java.lang.Object
-
- org.camunda.bpm.example.invoice.service.ArchiveInvoiceService
-
- All Implemented Interfaces:
JavaDelegate
public class ArchiveInvoiceService extends java.lang.Object implements JavaDelegate
This is an empty service implementation illustrating how to use a plain Java Class as a BPMN 2.0 Service Task delegate.
-
-
Constructor Summary
Constructors Constructor Description ArchiveInvoiceService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
execute(DelegateExecution execution)
-
-
-
Method Detail
-
execute
public void execute(DelegateExecution execution) throws java.lang.Exception
- Specified by:
execute
in interfaceJavaDelegate
- Throws:
java.lang.Exception
-
-