Interface FormServiceEntryPoint
-
public interface FormServiceEntryPoint
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FormRenderingSettingsgetFormDisplayProcess(String serverTemplateId, String domainId, String processId, boolean isDynamic)FormRenderingSettingsgetFormDisplayTask(String serverTemplateId, String domainId, long taskId)
-
-
-
Method Detail
-
getFormDisplayTask
FormRenderingSettings getFormDisplayTask(String serverTemplateId, String domainId, long taskId)
-
getFormDisplayProcess
FormRenderingSettings getFormDisplayProcess(String serverTemplateId, String domainId, String processId, boolean isDynamic)
-
-