Uses of Interface
org.hippoecm.repository.api.WorkflowContext
-
Packages that use WorkflowContext Package Description org.hippoecm.repository.api org.hippoecm.repository.ext -
-
Uses of WorkflowContext in org.hippoecm.repository.api
Methods in org.hippoecm.repository.api that return WorkflowContext Modifier and Type Method Description WorkflowContext
WorkflowContextAware. getWorkflowContext()
Methods in org.hippoecm.repository.api with parameters of type WorkflowContext Modifier and Type Method Description void
WorkflowContextAware. setWorkflowContext(WorkflowContext context)
-
Uses of WorkflowContext in org.hippoecm.repository.ext
Fields in org.hippoecm.repository.ext declared as WorkflowContext Modifier and Type Field Description protected WorkflowContext
WorkflowImpl. context
Work-flow context in use, which ought to be not public accessible.Methods in org.hippoecm.repository.ext that return WorkflowContext Modifier and Type Method Description WorkflowContext
WorkflowImpl. getWorkflowContext()
Methods in org.hippoecm.repository.ext with parameters of type WorkflowContext Modifier and Type Method Description void
WorkflowImpl. setWorkflowContext(WorkflowContext context)
This call is not (yet) part of the API, but under evaluation.
-