public interface IWorkflowHandler extends IGenericHandler
Modifier and Type | Method and Description |
---|---|
IWorkflowResponse |
initWorkflow(UserContext uc,
Vorgang vorgang,
Status status,
Benutzer currentUser,
Map<String,Serializable> sessionAttributes,
boolean isCorrection,
boolean anonymize)
Inits the workflow.
|
IWorkflowResponse |
initWorkflow(WorkflowStartingContext wfsctx) |
IWorkflowResponse |
verifyAndInitWorkflow(UserContext uc,
WorkflowStartingContext wfsctx) |
create, create, delete, delete, deleteBy, deleteById, deleteById, getAll, getAllBy, getBy, getById, getById, getById, resultTotalCount, update, update
getName
IWorkflowResponse initWorkflow(WorkflowStartingContext wfsctx)
IWorkflowResponse verifyAndInitWorkflow(UserContext uc, WorkflowStartingContext wfsctx)
IWorkflowResponse initWorkflow(UserContext uc, Vorgang vorgang, Status status, Benutzer currentUser, Map<String,Serializable> sessionAttributes, boolean isCorrection, boolean anonymize)
uc
- the user contextvorgang
- the vorgangstatus
- the statuscurrentUser
- the current usersessionAttributes
- serialisierbare Attribute, welche in der aktuellen Session abgelegt sindisCorrection
- WorkflowResponse
Copyright © 2019 XIMA MEDIA GmbH. All rights reserved.