Package com.groiss.wf
Interface FormInstance
public interface FormInstance
Interface for the relation between process and process form.
-
Method Summary
-
Method Details
-
getForm
DMSForm getForm()Get the form object.- Returns:
- the form.
-
getProcess
ActivityInstance getProcess()Get the process.
-