Uses of Class
de.xima.fc.entities.Status
Packages that use Status
Package
Description
Package for the API access of the model classes.
Package für den API-Zugriff auf Workflowverarbeitung
Package für Datenbankentitäten
Package für konkrete Helperklassen
Package with classes for the available job-implementations
-
Uses of Status in de.xima.fc.api.entity
Methods in de.xima.fc.api.entity that return StatusModifier and TypeMethodDescriptionStatusAPI.getByUUID
(UserContext uc, Projekt project, String uuid) Deprecated.Returns the state with the given UUIDStatusAPI.getByUUID
(UserContext uc, Projekt project, UUID uuid) Deprecated.Returns the state with the given UUIDStatusAPI.move
(UserContext uc, Status status, int newIdxNum) Deprecated.Method for moving a status to the committed index.Methods in de.xima.fc.api.entity that return types with arguments of type StatusModifier and TypeMethodDescriptionStatusAPI.getByProjekt
(UserContext uc, Projekt projekt) StatusAPI.getFolgeStatus
(UserContext uc, Benutzer benutzer, Projekt projekt, Status aktuellerStatus) Deprecated.StatusAPI.getStatusPre
(UserContext uc, Status state) Deprecated.Retrieves thegetStatusPre()
.Methods in de.xima.fc.api.entity with parameters of type StatusModifier and TypeMethodDescriptionVorgangAPI.correctStatus
(UserContext uc, Vorgang formRecord, Status targetState, Benutzer user) Deprecated.The old workflow is deprecated, use method for the new workflow.VorgangAPI.correctStatus
(UserContext uc, Vorgang formRecord, Status targetState, IUser user) Deprecated.The old workflow is deprecated, use method for the new workflow.AktionAPI.getAllByStatus
(UserContext uc, Status status) Deprecated.Method for loading allAktion
of a status.BenutzerGruppeAPI.getBenutzerGruppenUsageRightByStatus
(UserContext uc, Status state) Deprecated.AktionAPI.getByUUID
(UserContext uc, Status state, String uuid) Deprecated.Returns the action with the given UUIDAktionAPI.getByUUID
(UserContext uc, Status state, UUID uuid) Deprecated.Returns the action with the given UUIDStatusAPI.getFolgeStatus
(UserContext uc, Benutzer benutzer, Projekt projekt, Status aktuellerStatus) StatusAPI.getStatusPre
(UserContext uc, Status state) Deprecated.Retrieves thegetStatusPre()
.StatusAPI.move
(UserContext uc, Status status, int newIdxNum) Deprecated.Method for moving a status to the committed index. -
Uses of Status in de.xima.fc.api.workflow
Methods in de.xima.fc.api.workflow with parameters of type StatusModifier and TypeMethodDescriptionWorkflowAPI.initCorrectionWorkflow
(UserContext uc, Vorgang vorgang, Status status, Benutzer user) Deprecated.Use methods of the new workflow engine.WorkflowAPI.initCorrectionWorkflow
(UserContext uc, Vorgang vorgang, Status status, IUser user) Deprecated.Use methods of the new workflow engine.WorkflowAPI.initWorkflow
(UserContext uc, Vorgang vorgang, Status status, Benutzer user) Deprecated.Use methods of the new workflow engine, such asWorkflowAPI.triggerEvent(UserContext, IFormRecordProvidingEvent)
.WorkflowAPI.initWorkflow
(UserContext uc, Vorgang vorgang, Status status, Benutzer user, boolean anonymize) Deprecated.Use methods of the new workflow engine, such asWorkflowAPI.triggerEvent(UserContext, IFormRecordProvidingEvent)
.WorkflowAPI.initWorkflow
(UserContext uc, Vorgang vorgang, Status status, Benutzer user, SessionAttributes sessionAttributes) Deprecated.Use methods of the new workflow engine, such asWorkflowAPI.triggerEvent(UserContext, IFormRecordProvidingEvent)
.WorkflowAPI.initWorkflow
(UserContext uc, Vorgang vorgang, Status status, Benutzer user, Map<String, Serializable> sessionAttributes) Deprecated.Use methods of the new workflow engine, such asWorkflowAPI.triggerEvent(UserContext, IFormRecordProvidingEvent)
.WorkflowAPI.initWorkflow
(UserContext uc, Vorgang vorgang, Status status, Benutzer user, Map<String, Serializable> sessionAttributes, boolean anonymize) Deprecated.Use methods of the new workflow engine, such asWorkflowAPI.triggerEvent(UserContext, IFormRecordProvidingEvent)
.WorkflowAPI.initWorkflow
(UserContext uc, Vorgang vorgang, Status status, IUser user, Map<String, Serializable> sessionAttributes, boolean isCorrection, boolean anonymize) Deprecated.Use methods of the new workflow engine, such asWorkflowAPI.triggerEvent(UserContext, IFormRecordProvidingEvent)
. -
Uses of Status in de.xima.fc.bl
Methods in de.xima.fc.bl with parameters of type StatusModifier and TypeMethodDescriptionstatic IWorkflowResponse
WorkflowStarter.startSyncWorkflow
(Vorgang v, Projekt p, Status newStatus, Benutzer curBen, SessionAttributes sessionAttributes) static IWorkflowResponse
WorkflowStarter.startSyncWorkflow
(Vorgang v, Projekt p, Status newStatus, Benutzer curBen, Map<String, Serializable> sessionAttributes) Deprecated.static IWorkflowResponse
WorkflowStarter.startSyncWorkflow
(Vorgang v, Projekt p, Status newStatus, Benutzer curBen, Map<String, Serializable> sessionAttributes, boolean isCorrection, boolean anonymize) Deprecated.static IWorkflowResponse
WorkflowStarter.startSyncWorkflow
(Vorgang v, Projekt p, Status newStatus, IUser user, Map<String, Serializable> sessionAttributes) Deprecated.static IWorkflowResponse
WorkflowStarter.startSyncWorkflow
(Vorgang v, Projekt p, Status newStatus, IUser user, Map<String, Serializable> sessionAttributes, boolean isCorrection, boolean anonymize) Deprecated. -
Uses of Status in de.xima.fc.bl.fdv
Methods in de.xima.fc.bl.fdv that return StatusMethods in de.xima.fc.bl.fdv with parameters of type StatusModifier and TypeMethodDescriptionvoid
WorkflowProcessing.switchStatus
(Status status, EProtocolEntryProcessType type) Deprecated.Constructors in de.xima.fc.bl.fdv with parameters of type StatusModifierConstructorDescriptionWorkflowProcessing
(Vorgang v, Projekt p, Status newStatus, Benutzer curBen, SessionAttributes sessionAttributes, IEntityContext ec) WorkflowProcessing
(Vorgang v, Projekt p, Status zielStatus, Benutzer curBen, IFormDataAdapter fdaData, IEntityContext ec, SessionAttributes sessionAttributes, IXFormRenderConfig xformConfig) WorkflowProcessing
(Vorgang v, Projekt p, Status zielStatus, Benutzer curBen, IFormDataAdapter fdaData, IEntityContext ec, Map<String, Serializable> sessionAttributes, IXFormRenderConfig xformConfig) Deprecated.WorkflowProcessing
(Vorgang v, Projekt p, Status zielStatus, Benutzer curBen, IFormDataAdapter fdaData, IEntityContext ec, Map<String, Serializable> sessionAttributes, IXFormRenderConfig xformConfig, boolean anonymize) Deprecated.WorkflowProcessing
(Vorgang v, Projekt p, Status zielStatus, Benutzer curBen, IEntityContext ec, SessionAttributes sessionAttributes) WorkflowProcessing
(Vorgang v, Projekt p, Status zielStatus, Benutzer curBen, IEntityContext ec, Map<String, Serializable> sessionAttributes) Deprecated.WorkflowProcessing
(Vorgang v, Projekt p, Status newStatus, Benutzer curBen, Map<String, Serializable> sessionAttributes, IEntityContext ec) Deprecated.WorkflowProcessing
(Vorgang v, Projekt p, Status zielStatus, IUser user, IFormDataAdapter fdaData, IEntityContext ec, Map<String, Serializable> sessionAttributes, IXFormRenderConfig xformConfig, boolean anonymize) Deprecated. -
Uses of Status in de.xima.fc.bl.fdv.processing.data
Methods in de.xima.fc.bl.fdv.processing.data that return StatusConstructors in de.xima.fc.bl.fdv.processing.data with parameters of type StatusModifierConstructorDescriptionProcessingPrefillData
(IEntityContext ec, Mandant client, Projekt project, Status status, Aktion action) Deprecated. -
Uses of Status in de.xima.fc.dao.hook
Methods in de.xima.fc.dao.hook with parameters of type StatusModifier and TypeMethodDescriptionDaoActionHookHelper.getStatusChangeActions
(IEntityContext ec, Status targetState) Deprecated.static boolean
DaoActionHookHelper.isStatusWiedervorlage
(Status s) Deprecated. -
Uses of Status in de.xima.fc.dao.impl
Methods in de.xima.fc.dao.impl that return StatusModifier and TypeMethodDescriptionStatusDao.copy
(IEntityContext ec, Status sourceStatus, String targetName) Deprecated.StatusDao.getByUUID
(IEntityContext ec, Projekt project, String uuid) Deprecated.StatusDao.getByUUID
(IEntityContext ec, Projekt project, UUID uuid) Deprecated.Methods in de.xima.fc.dao.impl that return types with arguments of type StatusModifier and TypeMethodDescriptionStatusDao.getAllByProjekt
(IEntityContext ec, Projekt projekt) Deprecated.StatusDao.getAllForWorkflow
(IEntityContext ec, Projekt projekt, Status skipStatus) Deprecated.Liefert alle Status zu einem Projekt außer dem ÜbergebenenStatusDao.getFolgeStatus
(IEntityContext ec, Benutzer currentUser, Projekt projekt, Status currentStatus) Deprecated.protected IFCDaoActionHook<Status>
StatusDao.getPostActionHook()
Deprecated.protected IFCDaoActionHook<Status>
StatusDao.getPreActionHook()
Deprecated.Methods in de.xima.fc.dao.impl with parameters of type StatusModifier and TypeMethodDescriptionAktionDao.copy
(IEntityContext ec, Aktion sourceAktion, Status targetStatus, String targetName) Deprecated.StatusDao.copy
(IEntityContext ec, Status sourceStatus, String targetName) Deprecated.VorgangDao.correctStatus
(IEntityContext ec, Vorgang formRecord, Status targetState, Benutzer user) Deprecated.VorgangDao.correctStatus
(IEntityContext ec, Vorgang formRecord, Status targetState, IUser user) AktionDao.getAllByStatus
(IEntityContext ec, Status status) Deprecated.StatusDao.getAllForWorkflow
(IEntityContext ec, Projekt projekt, Status skipStatus) Deprecated.Liefert alle Status zu einem Projekt außer dem ÜbergebenenAktionDao.getByUUID
(IEntityContext ec, Status state, String uuid) Deprecated.AktionDao.getByUUID
(IEntityContext ec, Status state, UUID uuid) Deprecated.StatusDao.getEntityRefs
(IEntityContext ec, Status status) Deprecated.AktionDao.getFolgeAktionen
(IEntityContext ec, Status stat, int aktionIdx) Deprecated.StatusDao.getFolgeStatus
(IEntityContext ec, Benutzer currentUser, Projekt projekt, Status currentStatus) Deprecated.AktionDao.getPrevAktionen
(IEntityContext ec, Status stat, int aktionIdx, Class<?> verarbeitungsInterface) Deprecated. -
Uses of Status in de.xima.fc.dao.interfaces
Methods in de.xima.fc.dao.interfaces that return StatusModifier and TypeMethodDescriptionIStatusDao.copy
(IEntityContext ec, Status sourceStatus, String targetName) Deprecated.IStatusDao.getByUUID
(IEntityContext ec, Projekt project, String uuid) Deprecated.Returns the state with the given UUIDIStatusDao.getByUUID
(IEntityContext ec, Projekt project, UUID uuid) Deprecated.Returns the state with the given UUIDMethods in de.xima.fc.dao.interfaces that return types with arguments of type StatusModifier and TypeMethodDescriptionIStatusDao.getAllByProjekt
(IEntityContext ec, Projekt projekt) Deprecated.IStatusDao.getAllForWorkflow
(IEntityContext ec, Projekt projekt, Status skipStatus) Deprecated.IStatusDao.getFolgeStatus
(IEntityContext ec, Benutzer currentUser, Projekt projekt, Status currentStatus) Deprecated.Methods in de.xima.fc.dao.interfaces with parameters of type StatusModifier and TypeMethodDescriptionIAktionDao.copy
(IEntityContext ec, Aktion sourceAktion, Status targetStatus, String targetName) Deprecated.IStatusDao.copy
(IEntityContext ec, Status sourceStatus, String targetName) Deprecated.IVorgangDao.correctStatus
(IEntityContext ec, Vorgang formRecord, Status targetState, Benutzer user) Deprecated.IVorgangDao.correctStatus
(IEntityContext ec, Vorgang formRecord, Status targetState, IUser user) IAktionDao.getAllByStatus
(IEntityContext ec, Status status) Deprecated.IStatusDao.getAllForWorkflow
(IEntityContext ec, Projekt projekt, Status skipStatus) Deprecated.IAktionDao.getByUUID
(IEntityContext ec, Status state, String uuid) Deprecated.Returns the action with the given UUIDIAktionDao.getByUUID
(IEntityContext ec, Status state, UUID uuid) Deprecated.Returns the action with the given UUIDIAktionDao.getFolgeAktionen
(IEntityContext ec, Status stat, int aktionIdx) Deprecated.IStatusDao.getFolgeStatus
(IEntityContext ec, Benutzer currentUser, Projekt projekt, Status currentStatus) Deprecated.IAktionDao.getPrevAktionen
(IEntityContext ec, Status stat, int aktionIdx, Class<?> verarbeitungsInterface) Deprecated. -
Uses of Status in de.xima.fc.data
Methods in de.xima.fc.data that return StatusModifier and TypeMethodDescriptionstatic Status
SaveFormDataHelper.getStatusByData
(IEntityContext ec, IFormDataAdapter formData) -
Uses of Status in de.xima.fc.entities
Methods in de.xima.fc.entities that return StatusModifier and TypeMethodDescriptionStatus.cloneBasics()
Deprecated.Vorgang.getCurrentStatus()
Deprecated.Use theVorgang.getCurrentWorkflowState()
together with the new workflow engine.Vorgang.getNewStatus()
Aktion.getStatus()
Deprecated.Diese Methode dient dazu, den aktuell gesetztenStatus
der Aktion zu ermittelnProjekt.getStatusNachWiedervorlage()
ProjectInviteData.getTargetStatusFail()
ProjectInviteData.getTargetStatusSuccess()
Status.getTimerTargetStatus()
Deprecated.Methods in de.xima.fc.entities that return types with arguments of type StatusModifier and TypeMethodDescriptionStatus.getStatusPre()
Deprecated.Liefert die Liste der vorher möglichen StatusMethods in de.xima.fc.entities with parameters of type StatusModifier and TypeMethodDescriptionvoid
Status.addStatusPre
(Status status) Deprecated.void
Status.removeStatusPre
(Status status) Deprecated.void
Vorgang.setCurrentStatus
(Status status) Deprecated.Use theVorgang.setCurrentWorkflowState(WorkflowState)
together with the new workflow engine.void
Vorgang.setNewStatus
(Status newStatus) void
void
Projekt.setStatusNachWiedervorlage
(Status statusNachWiedervorlage) void
ProjectInviteData.setTargetStatusFail
(Status targetStatusFail) void
ProjectInviteData.setTargetStatusSuccess
(Status targetStatus) void
Status.setTimerTargetStatus
(Status timerTargetStatus) Deprecated.Method parameters in de.xima.fc.entities with type arguments of type StatusModifier and TypeMethodDescriptionvoid
Status.setStatusPre
(List<Status> status) Deprecated.Setzt die Liste der vorher möglichen Status mit der übergebenen Liste -
Uses of Status in de.xima.fc.export
Methods in de.xima.fc.export that return types with arguments of type StatusModifier and TypeMethodDescriptionAProjektUtil.createPreStatus
(HashMap<Long, Status> existierendeStatusListe, List<Status> altStatusListe) Deprecated.AProjektUtil.createStatus
(List<? extends Status> altStatusListe, Projekt projekt) Deprecated.AProjektUtil.getStatusListe
(Projekt projekt) Deprecated.Methods in de.xima.fc.export with parameters of type StatusMethod parameters in de.xima.fc.export with type arguments of type StatusModifier and TypeMethodDescriptionAProjektUtil.createAktion
(Map<Long, Status> mapStatus, boolean disableAllActions) Deprecated.protected void
AProjektUtil.createAktionen
(List<Status> statusListe, List<ExportAktionData> exportAktionListe, List<ExportBedingungData> exportBedingungListe) Deprecated.AProjektUtil.createPreStatus
(HashMap<Long, Status> existierendeStatusListe, List<Status> altStatusListe) Deprecated.AProjektUtil.createPreStatus
(HashMap<Long, Status> existierendeStatusListe, List<Status> altStatusListe) Deprecated.AProjektUtil.createStatus
(List<? extends Status> altStatusListe, Projekt projekt) Deprecated. -
Uses of Status in de.xima.fc.export.model
Subclasses of Status in de.xima.fc.export.modelMethods in de.xima.fc.export.model that return StatusConstructors in de.xima.fc.export.model with parameters of type Status -
Uses of Status in de.xima.fc.form.render
Fields in de.xima.fc.form.render declared as StatusMethods in de.xima.fc.form.render that return StatusMethods in de.xima.fc.form.render with parameters of type Status -
Uses of Status in de.xima.fc.gui.bean.designer
Methods in de.xima.fc.gui.bean.designer that return StatusMethods in de.xima.fc.gui.bean.designer that return types with arguments of type StatusMethods in de.xima.fc.gui.bean.designer with parameters of type StatusModifier and TypeMethodDescriptionvoid
DesignerPreviewPageBean.setSelectedState
(Status selectedState) Deprecated. -
Uses of Status in de.xima.fc.gui.bean.project
Methods in de.xima.fc.gui.bean.project that return StatusMethods in de.xima.fc.gui.bean.project that return types with arguments of type StatusModifier and TypeMethodDescriptionFormExportBean.getAllStates()
Deprecated.FormPortraitExportBean.getAllStates()
ProjectInviteBean.getAllStats()
ProjectAccessBean.getStateModel()
Methods in de.xima.fc.gui.bean.project with parameters of type StatusMethod parameters in de.xima.fc.gui.bean.project with type arguments of type StatusModifier and TypeMethodDescriptionvoid
ProjectInviteBean.setAllStats
(List<Status> allStats) void
ProjectAccessBean.setStateModel
(IEntityListModel<Status> stateModel) -
Uses of Status in de.xima.fc.gui.bean.workflow
Methods in de.xima.fc.gui.bean.workflow that return StatusModifier and TypeMethodDescriptionStateBean.getCurrent()
Deprecated.ProcessingBean.getCurrentState()
Deprecated.StateTreeBean.getState()
Deprecated.Deprecated.Methods in de.xima.fc.gui.bean.workflow that return types with arguments of type StatusModifier and TypeMethodDescriptionStateTreeBean.getAllStates()
Deprecated.ProcessingBean.getAllStatus()
Deprecated.Liefert alle Status eines Projektes zurückStateBean.getStateForWorkflow()
Deprecated.StateTreeBean.getStatusList()
Deprecated.Methods in de.xima.fc.gui.bean.workflow with parameters of type StatusModifier and TypeMethodDescriptionvoid
Deprecated.void
Deprecated.org.primefaces.model.TreeNode<Object>
StateTreeBean.createStateNode
(Status status) Deprecated.org.primefaces.model.TreeNode<Object>
StateTreeBean.createStateNode
(Status status, org.primefaces.model.TreeNode<Object> parent) Deprecated.Deprecated.org.primefaces.model.TreeNode<Object>
StateTreeBean.getActionNode
(Aktion aktion, Status status) Deprecated.StateTreeBean.getStateFilterString
(Status state) Deprecated.org.primefaces.model.TreeNode<Object>
StateTreeBean.getStateNode
(Status state) Deprecated.org.primefaces.model.TreeNode<Object>
StateTreeBean.getStateNode
(Status searchState, org.primefaces.model.TreeNode<Object> node) Deprecated.boolean
AActionBean.isActionNameUnique
(Status state, String name) Deprecated.boolean
StateTreeBean.isStateForResubmission
(Status state) Deprecated.void
StateTreeBean.loadStatusNode
(org.primefaces.model.TreeNode<Object> statusNode, Status status) Deprecated.void
StateTreeBean.selectAktion
(Aktion aktion, Status status) Deprecated.Selektiert die Aktion eines Status.void
StateTreeBean.selectStatus
(Status status) Deprecated.void
StateTreeBean.selectStatus
(Status status, org.primefaces.model.TreeNode<Object> node) Deprecated.void
StateBean.setCurrent
(Status current) Deprecated. -
Uses of Status in de.xima.fc.gui.interfaces.data
Methods in de.xima.fc.gui.interfaces.data that return Status -
Uses of Status in de.xima.fc.gui.model.params
Methods in de.xima.fc.gui.model.params that return StatusMethods in de.xima.fc.gui.model.params with parameters of type StatusModifier and TypeMethodDescription -
Uses of Status in de.xima.fc.handler.entity
Methods in de.xima.fc.handler.entity that return StatusModifier and TypeMethodDescriptionStatusHandler.getByUUID
(UserContext uc, Projekt project, String uuid) Deprecated.StatusHandler.getByUUID
(UserContext uc, Projekt project, UUID uuid) Deprecated.StatusHandler.move
(UserContext uc, Status status, int newIdxNum) Deprecated.Methods in de.xima.fc.handler.entity that return types with arguments of type StatusModifier and TypeMethodDescriptionStatusHandler.getFolgeStatus
(UserContext uc, Benutzer currentUser, Projekt projekt, Status currentStatus) Deprecated.StatusHandler.getStatusPre
(UserContext uc, long stateId) Deprecated.Methods in de.xima.fc.handler.entity with parameters of type StatusModifier and TypeMethodDescriptionVorgangHandler.correctStatus
(UserContext uc, Vorgang formRecord, Status targetState, Benutzer user) Deprecated.VorgangHandler.correctStatus
(UserContext uc, Vorgang formRecord, Status targetState, IUser user) Deprecated.AktionHandler.getAllByStatus
(UserContext uc, Status status) Deprecated.AktionHandler.getByUUID
(UserContext uc, Status state, String uuid) Deprecated.AktionHandler.getByUUID
(UserContext uc, Status state, UUID uuid) Deprecated.StatusHandler.getFolgeStatus
(UserContext uc, Benutzer currentUser, Projekt projekt, Status currentStatus) Deprecated.StatusHandler.move
(UserContext uc, Status status, int newIdxNum) Deprecated. -
Uses of Status in de.xima.fc.handler.interfaces.entity
Methods in de.xima.fc.handler.interfaces.entity that return StatusModifier and TypeMethodDescriptionIStatusHandler.getByUUID
(UserContext uc, Projekt project, String uuid) Deprecated.Returns the state with the given UUIDIStatusHandler.getByUUID
(UserContext uc, Projekt project, UUID uuid) Deprecated.Returns the state with the given UUIDIStatusHandler.move
(UserContext uc, Status status, int newIdxNum) Deprecated.Methods in de.xima.fc.handler.interfaces.entity that return types with arguments of type StatusModifier and TypeMethodDescriptionIStatusHandler.getFolgeStatus
(UserContext uc, Benutzer currentUser, Projekt projekt, Status currentStatus) Deprecated.Gets the folge status.IStatusHandler.getStatusPre
(UserContext uc, long stateId) Deprecated.Retrieves thegetStatusPre()
.Methods in de.xima.fc.handler.interfaces.entity with parameters of type StatusModifier and TypeMethodDescriptionIVorgangHandler.correctStatus
(UserContext uc, Vorgang formRecord, Status targetState, Benutzer user) Deprecated.IVorgangHandler.correctStatus
(UserContext uc, Vorgang formRecord, Status targetState, IUser user) Deprecated.The old workflow engine is deprecated, use the new workflow engine.IAktionHandler.getAllByStatus
(UserContext uc, Status status) Deprecated.IAktionHandler.getByUUID
(UserContext uc, Status state, String uuid) Deprecated.Returns the action with the given UUIDIAktionHandler.getByUUID
(UserContext uc, Status state, UUID uuid) Deprecated.Returns the action with the given UUIDIStatusHandler.getFolgeStatus
(UserContext uc, Benutzer currentUser, Projekt projekt, Status currentStatus) Deprecated.Gets the folge status.IStatusHandler.move
(UserContext uc, Status status, int newIdxNum) Deprecated. -
Uses of Status in de.xima.fc.handler.interfaces.workflow
Methods in de.xima.fc.handler.interfaces.workflow with parameters of type StatusModifier and TypeMethodDescriptionIWorkflowHandler.initWorkflow
(UserContext uc, Vorgang vorgang, Status status, Benutzer currentUser, Map<String, Serializable> sessionAttributes, boolean isCorrection, boolean anonymize) Deprecated.Use methods of the new workflow engine, such asIWorkflowHandler.triggerEvent(UserContext, IFormRecordProvidingEvent)
.IWorkflowHandler.initWorkflow
(UserContext uc, Vorgang vorgang, Status status, IUser user, Map<String, Serializable> sessionAttributes, boolean isCorrection, boolean anonymize) Deprecated.Use methods of the new workflow engine, such asIWorkflowHandler.triggerEvent(UserContext, IFormRecordProvidingEvent)
. -
Uses of Status in de.xima.fc.handler.workflow
Methods in de.xima.fc.handler.workflow with parameters of type StatusModifier and TypeMethodDescriptionWorkflowHandler.initWorkflow
(UserContext uc, Vorgang vorgang, Status status, Benutzer currentUser, Map<String, Serializable> sessionAttributes, boolean isCorrection, boolean anonymize) Deprecated.Use the new workflow engine.WorkflowHandler.initWorkflow
(UserContext uc, Vorgang vorgang, Status status, IUser user, Map<String, Serializable> sessionAttributes, boolean isCorrection, boolean anonymize) Deprecated.Use the new workflow engine. -
Uses of Status in de.xima.fc.helper
Methods in de.xima.fc.helper with parameters of type StatusModifier and TypeMethodDescriptionstatic String
AliasHelper.genStatusAlias
(Status status) Deprecated. -
Uses of Status in de.xima.fc.importer.config
Methods in de.xima.fc.importer.config that return types with arguments of type StatusModifier and TypeMethodDescriptionprotected IGenericDao<Status>
StateImportConfig.getDao()
Deprecated.Methods in de.xima.fc.importer.config with parameters of type StatusModifier and TypeMethodDescriptionvoid
StateImportConfig.setPersisted
(Status persisted) Deprecated. -
Uses of Status in de.xima.fc.importer.mdl
Methods in de.xima.fc.importer.mdl that return StatusMethods in de.xima.fc.importer.mdl with parameters of type StatusModifier and TypeMethodDescriptionvoid
StateMapperModel.setNewState
(Status newState) Deprecated.void
StateMapperModel.setOldState
(Status oldState) Deprecated.Constructors in de.xima.fc.importer.mdl with parameters of type Status -
Uses of Status in de.xima.fc.importer.stager
Constructors in de.xima.fc.importer.stager with parameters of type StatusModifierConstructorDescriptionStateImportStager
(IEntityContext ec, Status entity, Mandant client) Deprecated. -
Uses of Status in de.xima.fc.inbox.bean
Methods in de.xima.fc.inbox.bean that return StatusMethods in de.xima.fc.inbox.bean that return types with arguments of type StatusMethods in de.xima.fc.inbox.bean with parameters of type StatusModifier and TypeMethodDescriptionvoid
ProcessStateChangeBean.correctFormRecord
(Status status, boolean validate) void
ProcessStateChangeBean.performStateChange
(InboxWorkflowServlet.EAction action, boolean runWorkflowProcessing, boolean sendFormData, boolean validateForm, Status targetState) Performs an advanced state change with the given options.void
ProcessStateChangeBean.setTargetState
(Status targetState) -
Uses of Status in de.xima.fc.inbox.enums
Methods in de.xima.fc.inbox.enums with parameters of type StatusModifier and TypeMethodDescriptionEFormProcessType.getNameForOption
(Locale l, Status currentState) Deprecated. -
Uses of Status in de.xima.fc.inbox.model
Methods in de.xima.fc.inbox.model that return StatusMethods in de.xima.fc.inbox.model that return types with arguments of type StatusModifier and TypeMethodDescriptionProcessGUIModel.Builder.findAvailableStates
(UserContext uc, Benutzer user, Vorgang formRecord) Deprecated.ProcessGUIModel.getAvailableFollowStates()
ProcessGUIModel.getAvailableStates()
Deprecated.ProcessGUIModel.getAvailableStatesForAdvancedDialog()
Method parameters in de.xima.fc.inbox.model with type arguments of type StatusModifier and TypeMethodDescriptionstatic List<javax.faces.model.SelectItem>
ProcessGUIModel.Builder.getFormProcessTypes
(List<Status> availableStates, Vorgang formRecord, ViewBean viewBean, Locale locale) Deprecated.Constructors in de.xima.fc.inbox.model with parameters of type StatusModifierConstructorDescriptionFormRecordSelectItem
(Long formRecordId, boolean read, boolean processing, Status state, WorkflowState workflowState, WorkflowVersion workflowVersion) Deprecated. -
Uses of Status in de.xima.fc.inbox.utils
Methods in de.xima.fc.inbox.utils with parameters of type StatusModifier and TypeMethodDescriptionstatic boolean
InboxUtils.canChangeFormRecordToState
(UserContext uc, Vorgang formRecord, Status state) Deprecated.static boolean
InboxUtils.canUserChangeToState
(UserContext uc, IUser user, Status state) Deprecated.static final String
InboxUtils.getFormRecordStateDisplayName
(boolean newWorkflow, boolean saved, WorkflowState wfState, Status status, String verifyUuid, Date verifyDate, Locale locale) -
Uses of Status in de.xima.fc.interfaces.form
Methods in de.xima.fc.interfaces.form that return StatusModifier and TypeMethodDescriptionIFormRenderContext.getStatus()
Deprecated.UseIFormRenderContext.getWorkflowState()
and the new workflow engine.Methods in de.xima.fc.interfaces.form with parameters of type StatusModifier and TypeMethodDescriptionvoid
Deprecated.UseIFormRenderContext.setWorkflowState(WorkflowState)
and the new workflow engine. -
Uses of Status in de.xima.fc.interfaces.form.record
Methods in de.xima.fc.interfaces.form.record that return StatusMethods in de.xima.fc.interfaces.form.record that return types with arguments of type Status -
Uses of Status in de.xima.fc.interfaces.processing
Methods in de.xima.fc.interfaces.processing that return Status -
Uses of Status in de.xima.fc.mdl.form
Methods in de.xima.fc.mdl.form that return types with arguments of type StatusMethod parameters in de.xima.fc.mdl.form with type arguments of type StatusModifier and TypeMethodDescriptionvoid
FormRenderData.setProjektStatusList
(List<Status> projektStatusList) -
Uses of Status in de.xima.fc.mdl.form.record
Methods in de.xima.fc.mdl.form.record that return StatusMethods in de.xima.fc.mdl.form.record that return types with arguments of type StatusMethods in de.xima.fc.mdl.form.record with parameters of type StatusModifier and TypeMethodDescriptionvoid
FormRecordBaseData.Builder.withCurrentStatus
(Status currentStatus) -
Uses of Status in de.xima.fc.mdl.print
Methods in de.xima.fc.mdl.print that return StatusModifier and TypeMethodDescriptionPrintJob.getStatus()
Deprecated.UsePrintJob.getWorkflowState()
and the new workflow engine.Methods in de.xima.fc.mdl.print with parameters of type StatusModifier and TypeMethodDescriptionvoid
Deprecated.UsePrintJob.setWorkflowState(WorkflowState)
and the new workflow engine. -
Uses of Status in de.xima.fc.mdl.status
Methods in de.xima.fc.mdl.status with parameters of type Status -
Uses of Status in de.xima.fc.order
Methods in de.xima.fc.order that return StatusModifier and TypeMethodDescriptionstatic Status
StatusOrderHelper.move
(Status status, int targetIdx, IEntityContext ec) Deprecated.Passt die Reihenfolge der Status an, wo es notwendig ist.Methods in de.xima.fc.order with parameters of type StatusModifier and TypeMethodDescriptionstatic int
AktionOrderHelper.getNewIndex
(Status status, IEntityContext ec) Deprecated.static BasicRefResult
AktionOrderHelper.isAktionMoveableToState
(Aktion action, Status state, Mandant client, int newIdx, IEntityContext ec) Deprecated.Action cannot be moved to the target state if that state contain an action with the same name already.static Status
StatusOrderHelper.move
(Status status, int targetIdx, IEntityContext ec) Deprecated.Passt die Reihenfolge der Status an, wo es notwendig ist.static Aktion
AktionOrderHelper.moveToState
(Aktion action, Status state, int newIdx, IEntityContext ec) Deprecated. -
Uses of Status in de.xima.fc.plugin.abstracts
Methods in de.xima.fc.plugin.abstracts that return Status -
Uses of Status in de.xima.fc.plugin.config
Methods in de.xima.fc.plugin.config that return StatusModifier and TypeMethodDescriptionIProcessingBean.getCurrentState()
Deprecated.Finds the state to which the workflow action belongs -
Uses of Status in de.xima.fc.testhelper
Methods in de.xima.fc.testhelper that return StatusModifier and TypeMethodDescriptionstatic Status
EntityDummyFactory.dummyStatus
(String name, Projekt project) Deprecated.Methods in de.xima.fc.testhelper with parameters of type StatusModifier and TypeMethodDescriptionstatic Aktion
EntityDummyFactory.dummyAction
(String name, Status status) Deprecated.static Vorgang
EntityDummyFactory.dummyFormRecord
(String subject, Projekt project, IUser user, Status state) -
Uses of Status in de.xima.fc.timing.helper
Methods in de.xima.fc.timing.helper with parameters of type StatusModifier and TypeMethodDescriptionTimedStatusChangeHelper.applyToExistingFormRecords
(IEntityContext ec, Status sourceStatus, Status targetStatus, int timerOffset) Deprecated. -
Uses of Status in de.xima.fc.timing.job
Constructors in de.xima.fc.timing.job with parameters of type Status -
Uses of Status in de.xima.fc.workflow
Methods in de.xima.fc.workflow with parameters of type Status
Status
which based on the committedStatus
and the appropriateProjekt
may be set, taking into account the authority of the givenBenutzer
.