Package ch.ivyteam.ivy.request
Interface IProcessRequest
-
- All Superinterfaces:
IApplicationRequest
,ch.ivyteam.ivy.request.restricted.IIvyScriptContextRequest
,IProcessModelVersionRequest
,IRequest
,ITaskRequest
public interface IProcessRequest extends ITaskRequest
This is an interface for all process requests handled on ivy- Since:
- 17.05.2006
- API:
- This is a public API.
-
-
Method Summary
-
Methods inherited from interface ch.ivyteam.ivy.request.IApplicationRequest
getApplication, getContentLocale, getFormattingLocale, getSecurityContext
-
Methods inherited from interface ch.ivyteam.ivy.request.IProcessModelVersionRequest
getProcessModel, getProcessModelVersion
-
Methods inherited from interface ch.ivyteam.ivy.request.IRequest
getFirstParameter, getLocalParameter, getParameter, getParameterNames, getParameters, getParameterValues, getParentRequest, getRequestPath, setParameter, toString
-
Methods inherited from interface ch.ivyteam.ivy.request.ITaskRequest
getCase, getTask, getWorkflowSession
-
-