Uses of Class
de.xima.fc.bl.fdv.WorkflowProcessingContext
-
Packages that use WorkflowProcessingContext Package Description de.xima.fc.bl.fdv -
-
Uses of WorkflowProcessingContext in de.xima.fc.bl.fdv
Methods in de.xima.fc.bl.fdv that return WorkflowProcessingContext Modifier and Type Method Description WorkflowProcessingContext
WorkflowProcessingContextManager. createContext(Vorgang vorgang, IWorkflowProcessing processing, IXForm xForm, IXFormRenderConfig xformConfig, IFormDataAdapter formDataAdapter, IEntityContext entityContext, SessionAttributes sessionAttributes)
WorkflowProcessingContext
WorkflowProcessingContextManager. createContext(Vorgang process, IWorkflowProcessing processing, IXForm xForm, IXFormRenderConfig xformConfig, IFormDataAdapter formDataAdapter, IEntityContext entityContext, Map<String,Serializable> sessionAttributes)
Deprecated.WorkflowProcessingContext
WorkflowProcessingContextManager. getContext(Vorgang vorgang)
Deprecated.Methods in de.xima.fc.bl.fdv with parameters of type WorkflowProcessingContext Modifier and Type Method Description boolean
ConditionCheck. accept(IFormDataAdapter fd, WorkflowProcessingContext wpc)
Lieferttrue
, wenn die Bedingung dieses Checks von den übergebenen Formulardaten erfüllt wird.
-