Uses of Class
de.xima.fc.entities.Status
-
-
Uses of Status in de.xima.fc.api.entity
Methods in de.xima.fc.api.entity that return Status Modifier and Type Method Description StatusStatusAPI. getByUUID(UserContext uc, Projekt project, String uuid)Deprecated.Returns the state with the given UUIDStatusStatusAPI. getByUUID(UserContext uc, Projekt project, UUID uuid)Deprecated.Returns the state with the given UUIDStatusStatusAPI. 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 Status Modifier and Type Method Description List<Status>StatusAPI. getByProjekt(UserContext uc, Projekt projekt)Deprecated.List<Status>StatusAPI. getFolgeStatus(UserContext uc, Benutzer benutzer, Projekt projekt, Status aktuellerStatus)List<Status>StatusAPI. getStatusPre(UserContext uc, Status state)Deprecated.Retrieves thegetStatusPre().Methods in de.xima.fc.api.entity with parameters of type Status Modifier and Type Method Description VorgangVorgangAPI. correctStatus(UserContext uc, Vorgang formRecord, Status targetState, Benutzer user)Deprecated.The old workflow is deprecated, use method for the new workflow.VorgangVorgangAPI. correctStatus(UserContext uc, Vorgang formRecord, Status targetState, IUser user)Deprecated.The old workflow is deprecated, use method for the new workflow.List<Aktion>AktionAPI. getAllByStatus(UserContext uc, Status status)Deprecated.Method for loading allAktionof a status.List<BenutzerGruppe>BenutzerGruppeAPI. getBenutzerGruppenUsageRightByStatus(UserContext uc, Status state)Deprecated.AktionAktionAPI. getByUUID(UserContext uc, Status state, String uuid)Deprecated.Returns the action with the given UUIDAktionAktionAPI. getByUUID(UserContext uc, Status state, UUID uuid)Deprecated.Returns the action with the given UUIDList<Status>StatusAPI. getFolgeStatus(UserContext uc, Benutzer benutzer, Projekt projekt, Status aktuellerStatus)List<Status>StatusAPI. getStatusPre(UserContext uc, Status state)Deprecated.Retrieves thegetStatusPre().StatusStatusAPI. 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 Status Modifier and Type Method Description IWorkflowResponseWorkflowAPI. initCorrectionWorkflow(UserContext uc, Vorgang vorgang, Status status, Benutzer user)Deprecated.Use methods of the new workflow engine.IWorkflowResponseWorkflowAPI. initCorrectionWorkflow(UserContext uc, Vorgang vorgang, Status status, IUser user)Deprecated.Use methods of the new workflow engine.IWorkflowResponseWorkflowAPI. initWorkflow(UserContext uc, Vorgang vorgang, Status status, Benutzer user)Deprecated.Use methods of the new workflow engine, such asWorkflowAPI.triggerEvent(UserContext, IFormRecordProvidingEvent).IWorkflowResponseWorkflowAPI. initWorkflow(UserContext uc, Vorgang vorgang, Status status, Benutzer user, boolean anonymize)Deprecated.Use methods of the new workflow engine, such asWorkflowAPI.triggerEvent(UserContext, IFormRecordProvidingEvent).IWorkflowResponseWorkflowAPI. initWorkflow(UserContext uc, Vorgang vorgang, Status status, Benutzer user, SessionAttributes sessionAttributes)Deprecated.Use methods of the new workflow engine, such asWorkflowAPI.triggerEvent(UserContext, IFormRecordProvidingEvent).IWorkflowResponseWorkflowAPI. 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).IWorkflowResponseWorkflowAPI. 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).IWorkflowResponseWorkflowAPI. 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 Status Modifier and Type Method Description static IWorkflowResponseWorkflowStarter. startSyncWorkflow(Vorgang v, Projekt p, Status newStatus, Benutzer curBen, SessionAttributes sessionAttributes)static IWorkflowResponseWorkflowStarter. startSyncWorkflow(Vorgang v, Projekt p, Status newStatus, Benutzer curBen, Map<String,Serializable> sessionAttributes)Deprecated.static IWorkflowResponseWorkflowStarter. startSyncWorkflow(Vorgang v, Projekt p, Status newStatus, Benutzer curBen, Map<String,Serializable> sessionAttributes, boolean isCorrection, boolean anonymize)Deprecated.static IWorkflowResponseWorkflowStarter. startSyncWorkflow(Vorgang v, Projekt p, Status newStatus, IUser user, Map<String,Serializable> sessionAttributes)Deprecated.static IWorkflowResponseWorkflowStarter. 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 Status Modifier and Type Method Description StatusWorkflowProcessing. getFollowStatus()Deprecated.Methods in de.xima.fc.bl.fdv with parameters of type Status Modifier and Type Method Description voidWorkflowProcessing. switchStatus(Status status, EProtocolEntryProcessType type)Deprecated. -
Uses of Status in de.xima.fc.bl.fdv.processing.data
Methods in de.xima.fc.bl.fdv.processing.data that return Status Modifier and Type Method Description StatusProcessingPrefillData. getStatus()Deprecated.Constructors in de.xima.fc.bl.fdv.processing.data with parameters of type Status Constructor Description ProcessingPrefillData(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 Status Modifier and Type Method Description static List<de.xima.cmn.dao.interfaces.IEntity<Long>>DaoActionHookHelper. getStatusChangeActions(IEntityContext ec, Status targetState)Deprecated.static booleanDaoActionHookHelper. isStatusWiedervorlage(Status s)Deprecated. -
Uses of Status in de.xima.fc.dao.impl
Methods in de.xima.fc.dao.impl that return Status Modifier and Type Method Description StatusStatusDao. copy(IEntityContext ec, Status sourceStatus, String targetName)Deprecated.StatusStatusDao. getByUUID(IEntityContext ec, Projekt project, String uuid)Deprecated.StatusStatusDao. getByUUID(IEntityContext ec, Projekt project, UUID uuid)Deprecated.Methods in de.xima.fc.dao.impl that return types with arguments of type Status Modifier and Type Method Description List<Status>StatusDao. getAllByProjekt(IEntityContext ec, Projekt projekt)Deprecated.List<Status>StatusDao. getAllForWorkflow(IEntityContext ec, Projekt projekt, Status skipStatus)Deprecated.Liefert alle Status zu einem Projekt außer dem ÜbergebenenList<Status>StatusDao. 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 Status Modifier and Type Method Description AktionAktionDao. copy(IEntityContext ec, Aktion sourceAktion, Status targetStatus, String targetName)Deprecated.StatusStatusDao. copy(IEntityContext ec, Status sourceStatus, String targetName)Deprecated.VorgangVorgangDao. correctStatus(IEntityContext ec, Vorgang formRecord, Status targetState, Benutzer user)Deprecated.VorgangVorgangDao. correctStatus(IEntityContext ec, Vorgang formRecord, Status targetState, IUser user)List<Aktion>AktionDao. getAllByStatus(IEntityContext ec, Status status)Deprecated.List<Status>StatusDao. getAllForWorkflow(IEntityContext ec, Projekt projekt, Status skipStatus)Deprecated.Liefert alle Status zu einem Projekt außer dem ÜbergebenenAktionAktionDao. getByUUID(IEntityContext ec, Status state, String uuid)Deprecated.AktionAktionDao. getByUUID(IEntityContext ec, Status state, UUID uuid)Deprecated.Set<de.xima.cmn.dao.interfaces.IEntity<Long>>StatusDao. getEntityRefs(IEntityContext ec, Status status)Deprecated.List<Aktion>AktionDao. getFolgeAktionen(IEntityContext ec, Status stat, int aktionIdx)Deprecated.List<Status>StatusDao. getFolgeStatus(IEntityContext ec, Benutzer currentUser, Projekt projekt, Status currentStatus)Deprecated.List<Aktion>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 Status Modifier and Type Method Description StatusIStatusDao. copy(IEntityContext ec, Status sourceStatus, String targetName)Deprecated.StatusIStatusDao. getByUUID(IEntityContext ec, Projekt project, String uuid)Deprecated.Returns the state with the given UUIDStatusIStatusDao. 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 Status Modifier and Type Method Description List<Status>IStatusDao. getAllByProjekt(IEntityContext ec, Projekt projekt)Deprecated.List<Status>IStatusDao. getAllForWorkflow(IEntityContext ec, Projekt projekt, Status skipStatus)Deprecated.List<Status>IStatusDao. getFolgeStatus(IEntityContext ec, Benutzer currentUser, Projekt projekt, Status currentStatus)Deprecated.Methods in de.xima.fc.dao.interfaces with parameters of type Status Modifier and Type Method Description AktionIAktionDao. copy(IEntityContext ec, Aktion sourceAktion, Status targetStatus, String targetName)Deprecated.StatusIStatusDao. copy(IEntityContext ec, Status sourceStatus, String targetName)Deprecated.VorgangIVorgangDao. correctStatus(IEntityContext ec, Vorgang formRecord, Status targetState, Benutzer user)Deprecated.VorgangIVorgangDao. correctStatus(IEntityContext ec, Vorgang formRecord, Status targetState, IUser user)List<Aktion>IAktionDao. getAllByStatus(IEntityContext ec, Status status)Deprecated.List<Status>IStatusDao. getAllForWorkflow(IEntityContext ec, Projekt projekt, Status skipStatus)Deprecated.AktionIAktionDao. getByUUID(IEntityContext ec, Status state, String uuid)Deprecated.Returns the action with the given UUIDAktionIAktionDao. getByUUID(IEntityContext ec, Status state, UUID uuid)Deprecated.Returns the action with the given UUIDList<Aktion>IAktionDao. getFolgeAktionen(IEntityContext ec, Status stat, int aktionIdx)Deprecated.List<Status>IStatusDao. getFolgeStatus(IEntityContext ec, Benutzer currentUser, Projekt projekt, Status currentStatus)Deprecated.List<Aktion>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 Status Modifier and Type Method Description static StatusSaveFormDataHelper. getStatusByData(IEntityContext ec, IFormDataAdapter formData) -
Uses of Status in de.xima.fc.entities
Methods in de.xima.fc.entities that return Status Modifier and Type Method Description StatusStatus. cloneBasics()Deprecated.StatusVorgang. getCurrentStatus()Deprecated.Use theVorgang.getCurrentWorkflowState()together with the new workflow engine.StatusVorgang. getNewStatus()StatusAktion. getStatus()Deprecated.Diese Methode dient dazu, den aktuell gesetztenStatusder Aktion zu ermittelnStatusProjekt. getStatusNachWiedervorlage()StatusProjectInviteData. getTargetStatusFail()StatusProjectInviteData. getTargetStatusSuccess()StatusStatus. getTimerTargetStatus()Deprecated.Methods in de.xima.fc.entities that return types with arguments of type Status Modifier and Type Method Description List<Status>Status. getStatusPre()Deprecated.Liefert die Liste der vorher möglichen StatusMethods in de.xima.fc.entities with parameters of type Status Modifier and Type Method Description voidStatus. addStatusPre(Status status)Deprecated.voidStatus. removeStatusPre(Status status)Deprecated.voidVorgang. setCurrentStatus(Status status)Deprecated.Use theVorgang.setCurrentWorkflowState(WorkflowState)together with the new workflow engine.voidVorgang. setNewStatus(Status newStatus)voidAktion. setStatus(Status status)Deprecated.voidProjekt. setStatusNachWiedervorlage(Status statusNachWiedervorlage)voidProjectInviteData. setTargetStatusFail(Status targetStatusFail)voidProjectInviteData. setTargetStatusSuccess(Status targetStatus)voidStatus. setTimerTargetStatus(Status timerTargetStatus)Deprecated.Method parameters in de.xima.fc.entities with type arguments of type Status Modifier and Type Method Description voidStatus. 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 Status Modifier and Type Method Description protected List<Status>AProjektUtil. createPreStatus(HashMap<Long,Status> existierendeStatusListe, List<Status> altStatusListe)Deprecated.protected HashMap<Long,Status>AProjektUtil. createStatus(List<? extends Status> altStatusListe, Projekt projekt)Deprecated.protected List<Status>AProjektUtil. getStatusListe(Projekt projekt)Deprecated.Methods in de.xima.fc.export with parameters of type Status Modifier and Type Method Description protected List<Aktion>AProjektUtil. getAktionsListe(Status status)Deprecated.Method parameters in de.xima.fc.export with type arguments of type Status Modifier and Type Method Description protected Map<Long,Aktion>AProjektUtil. createAktion(Map<Long,Status> mapStatus, boolean disableAllActions)Deprecated.protected voidAProjektUtil. createAktionen(List<Status> statusListe, List<ExportAktionData> exportAktionListe, List<ExportBedingungData> exportBedingungListe)Deprecated.protected List<Status>AProjektUtil. createPreStatus(HashMap<Long,Status> existierendeStatusListe, List<Status> altStatusListe)Deprecated.protected List<Status>AProjektUtil. createPreStatus(HashMap<Long,Status> existierendeStatusListe, List<Status> altStatusListe)Deprecated.protected HashMap<Long,Status>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.model Modifier and Type Class Description classExportStatusDataDeprecated.Methods in de.xima.fc.export.model that return Status Modifier and Type Method Description StatusExportStatusData. getWrappedStatus()Deprecated.Constructors in de.xima.fc.export.model with parameters of type Status Constructor Description ExportStatusHelpData(Status status)Deprecated. -
Uses of Status in de.xima.fc.form.render
Fields in de.xima.fc.form.render declared as Status Modifier and Type Field Description protected StatusFormRenderContext. statusDeprecated.Methods in de.xima.fc.form.render that return Status Modifier and Type Method Description StatusFormRenderContext. getStatus()Deprecated.Methods in de.xima.fc.form.render with parameters of type Status Modifier and Type Method Description voidFormRenderContext. setStatus(Status status)Deprecated. -
Uses of Status in de.xima.fc.gui.bean.designer
Methods in de.xima.fc.gui.bean.designer that return Status Modifier and Type Method Description StatusDesignerPreviewPageBean. getSelectedState()Methods in de.xima.fc.gui.bean.designer that return types with arguments of type Status Modifier and Type Method Description List<Status>DesignerPreviewPageBean. getAllStates()Deprecated.Methods in de.xima.fc.gui.bean.designer with parameters of type Status Modifier and Type Method Description voidDesignerPreviewPageBean. setSelectedState(Status selectedState)Deprecated. -
Uses of Status in de.xima.fc.gui.bean.project
Methods in de.xima.fc.gui.bean.project that return Status Modifier and Type Method Description StatusFormExportBean. getState()Deprecated.Methods in de.xima.fc.gui.bean.project that return types with arguments of type Status Modifier and Type Method Description List<Status>FormExportBean. getAllStates()Deprecated.List<Status>FormPortraitExportBean. getAllStates()List<Status>ProjectInviteBean. getAllStats()IEntityListModel<Status>ProjectAccessBean. getStateModel()Methods in de.xima.fc.gui.bean.project with parameters of type Status Modifier and Type Method Description voidFormExportBean. setState(Status state)Deprecated.Method parameters in de.xima.fc.gui.bean.project with type arguments of type Status Modifier and Type Method Description voidProjectInviteBean. setAllStats(List<Status> allStats)voidProjectAccessBean. setStateModel(IEntityListModel<Status> stateModel) -
Uses of Status in de.xima.fc.gui.bean.workflow
Methods in de.xima.fc.gui.bean.workflow that return Status Modifier and Type Method Description StatusStateBean. getCurrent()Deprecated.StatusProcessingBean. getCurrentState()Deprecated.StatusStateTreeBean. getState()Deprecated.StatusStateTreeBean. getState(org.primefaces.model.TreeNode<Object> stateNode)Deprecated.Methods in de.xima.fc.gui.bean.workflow that return types with arguments of type Status Modifier and Type Method Description List<Status>StateTreeBean. getAllStates()Deprecated.List<Status>ProcessingBean. getAllStatus()Deprecated.Liefert alle Status eines Projektes zurückList<Status>StateBean. getStateForWorkflow()Deprecated.List<Status>StateTreeBean. getStatusList()Deprecated.Methods in de.xima.fc.gui.bean.workflow with parameters of type Status Modifier and Type Method Description voidAActionBean. addNew(Status state)Deprecated.voidStateBean. copy(Status current)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.StringStateBean. delete(String targetView, Status state)Deprecated.org.primefaces.model.TreeNode<Object>StateTreeBean. getActionNode(Aktion aktion, Status status)Deprecated.StringStateTreeBean. 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.booleanAActionBean. isActionNameUnique(Status state, String name)Deprecated.booleanStateTreeBean. isStateForResubmission(Status state)Deprecated.voidStateTreeBean. loadStatusNode(org.primefaces.model.TreeNode<Object> statusNode, Status status)Deprecated.voidStateTreeBean. selectAktion(Aktion aktion, Status status)Deprecated.Selektiert die Aktion eines Status.voidStateTreeBean. selectStatus(Status status)Deprecated.voidStateTreeBean. selectStatus(Status status, org.primefaces.model.TreeNode<Object> node)Deprecated.voidStateBean. 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 Modifier and Type Method Description StatusIStateView. getState() -
Uses of Status in de.xima.fc.gui.model.params
Methods in de.xima.fc.gui.model.params that return Status Modifier and Type Method Description StatusPreviewParams. getState()Methods in de.xima.fc.gui.model.params with parameters of type Status Modifier and Type Method Description PreviewParams.BuilderPreviewParams.Builder. withState(Status state) -
Uses of Status in de.xima.fc.handler.entity
Methods in de.xima.fc.handler.entity that return Status Modifier and Type Method Description StatusStatusHandler. getByUUID(UserContext uc, Projekt project, String uuid)Deprecated.StatusStatusHandler. getByUUID(UserContext uc, Projekt project, UUID uuid)Deprecated.StatusStatusHandler. move(UserContext uc, Status status, int newIdxNum)Deprecated.Methods in de.xima.fc.handler.entity that return types with arguments of type Status Modifier and Type Method Description List<Status>StatusHandler. getFolgeStatus(UserContext uc, Benutzer currentUser, Projekt projekt, Status currentStatus)Deprecated.List<Status>StatusHandler. getStatusPre(UserContext uc, long stateId)Deprecated.Methods in de.xima.fc.handler.entity with parameters of type Status Modifier and Type Method Description VorgangVorgangHandler. correctStatus(UserContext uc, Vorgang formRecord, Status targetState, Benutzer user)Deprecated.VorgangVorgangHandler. correctStatus(UserContext uc, Vorgang formRecord, Status targetState, IUser user)Deprecated.List<Aktion>AktionHandler. getAllByStatus(UserContext uc, Status status)Deprecated.AktionAktionHandler. getByUUID(UserContext uc, Status state, String uuid)Deprecated.AktionAktionHandler. getByUUID(UserContext uc, Status state, UUID uuid)Deprecated.List<Status>StatusHandler. getFolgeStatus(UserContext uc, Benutzer currentUser, Projekt projekt, Status currentStatus)Deprecated.StatusStatusHandler. 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 Status Modifier and Type Method Description StatusIStatusHandler. getByUUID(UserContext uc, Projekt project, String uuid)Deprecated.Returns the state with the given UUIDStatusIStatusHandler. getByUUID(UserContext uc, Projekt project, UUID uuid)Deprecated.Returns the state with the given UUIDStatusIStatusHandler. move(UserContext uc, Status status, int newIdxNum)Deprecated.Methods in de.xima.fc.handler.interfaces.entity that return types with arguments of type Status Modifier and Type Method Description List<Status>IStatusHandler. getFolgeStatus(UserContext uc, Benutzer currentUser, Projekt projekt, Status currentStatus)Deprecated.Gets the folge status.List<Status>IStatusHandler. getStatusPre(UserContext uc, long stateId)Deprecated.Retrieves thegetStatusPre().Methods in de.xima.fc.handler.interfaces.entity with parameters of type Status Modifier and Type Method Description VorgangIVorgangHandler. correctStatus(UserContext uc, Vorgang formRecord, Status targetState, Benutzer user)Deprecated.VorgangIVorgangHandler. correctStatus(UserContext uc, Vorgang formRecord, Status targetState, IUser user)Deprecated.The old workflow engine is deprecated, use the new workflow engine.List<Aktion>IAktionHandler. getAllByStatus(UserContext uc, Status status)Deprecated.AktionIAktionHandler. getByUUID(UserContext uc, Status state, String uuid)Deprecated.Returns the action with the given UUIDAktionIAktionHandler. getByUUID(UserContext uc, Status state, UUID uuid)Deprecated.Returns the action with the given UUIDList<Status>IStatusHandler. getFolgeStatus(UserContext uc, Benutzer currentUser, Projekt projekt, Status currentStatus)Deprecated.Gets the folge status.StatusIStatusHandler. 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 Status Modifier and Type Method Description IWorkflowResponseIWorkflowHandler. 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).IWorkflowResponseIWorkflowHandler. 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 Status Modifier and Type Method Description IWorkflowResponseWorkflowHandler. initWorkflow(UserContext uc, Vorgang vorgang, Status status, Benutzer currentUser, Map<String,Serializable> sessionAttributes, boolean isCorrection, boolean anonymize)Deprecated.Use the new workflow engine.IWorkflowResponseWorkflowHandler. 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 Status Modifier and Type Method Description static StringAliasHelper. 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 Status Modifier and Type Method Description protected IGenericDao<Status>StateImportConfig. getDao()Deprecated.Methods in de.xima.fc.importer.config with parameters of type Status Modifier and Type Method Description voidStateImportConfig. setPersisted(Status persisted)Deprecated. -
Uses of Status in de.xima.fc.importer.mdl
Methods in de.xima.fc.importer.mdl that return Status Modifier and Type Method Description StatusStateMapperModel. getOldState()Methods in de.xima.fc.importer.mdl with parameters of type Status Modifier and Type Method Description voidStateMapperModel. setNewState(Status newState)Deprecated.voidStateMapperModel. setOldState(Status oldState)Deprecated.Constructors in de.xima.fc.importer.mdl with parameters of type Status Constructor Description StateMapperModel(Status oldState, int oldStateRecordsCount) -
Uses of Status in de.xima.fc.importer.stager
Constructors in de.xima.fc.importer.stager with parameters of type Status Constructor Description StateImportStager(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 Status Modifier and Type Method Description StatusProcessStateChangeBean. getTargetState()Methods in de.xima.fc.inbox.bean that return types with arguments of type Status Modifier and Type Method Description List<Status>ProcessReviewBean. getAvailableStates()Methods in de.xima.fc.inbox.bean with parameters of type Status Modifier and Type Method Description voidProcessStateChangeBean. correctFormRecord(Status status, boolean validate)voidProcessStateChangeBean. performStateChange(InboxWorkflowServlet.EAction action, boolean runWorkflowProcessing, boolean sendFormData, boolean validateForm, Status targetState)Performs an advanced state change with the given options.voidProcessStateChangeBean. setTargetState(Status targetState) -
Uses of Status in de.xima.fc.inbox.enums
Methods in de.xima.fc.inbox.enums with parameters of type Status Modifier and Type Method Description StringEFormProcessType. getNameForOption(Locale l, Status currentState)Deprecated. -
Uses of Status in de.xima.fc.inbox.model
Methods in de.xima.fc.inbox.model that return Status Modifier and Type Method Description StatusFormRecordExtendedListItem. getState()Methods in de.xima.fc.inbox.model that return types with arguments of type Status Modifier and Type Method Description static List<Status>ProcessGUIModel.Builder. findAvailableStates(UserContext uc, Benutzer user, Vorgang formRecord)Deprecated.List<Status>ProcessGUIModel. getAvailableFollowStates()List<Status>ProcessGUIModel. getAvailableStates()Deprecated.List<Status>ProcessGUIModel. getAvailableStatesForAdvancedDialog()Method parameters in de.xima.fc.inbox.model with type arguments of type Status Modifier and Type Method Description static 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 Status Constructor Description FormRecordSelectItem(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 Status Modifier and Type Method Description static booleanInboxUtils. canChangeFormRecordToState(UserContext uc, Vorgang formRecord, Status state)Deprecated.static booleanInboxUtils. canUserChangeToState(UserContext uc, IUser user, Status state)Deprecated.static StringInboxUtils. 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 Status Modifier and Type Method Description StatusIFormRenderContext. getStatus()Deprecated.UseIFormRenderContext.getWorkflowState()and the new workflow engine.Methods in de.xima.fc.interfaces.form with parameters of type Status Modifier and Type Method Description voidIFormRenderContext. setStatus(Status status)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 Status Modifier and Type Method Description StatusIFormRecordBaseData. getCurrentStatus()Methods in de.xima.fc.interfaces.form.record that return types with arguments of type Status Modifier and Type Method Description List<Status>IFormRecordWorkflowData. getInvokableStatus() -
Uses of Status in de.xima.fc.interfaces.processing
Methods in de.xima.fc.interfaces.processing that return Status Modifier and Type Method Description StatusIProcessingPrefillData. getStatus()Deprecated. -
Uses of Status in de.xima.fc.mdl.form
Methods in de.xima.fc.mdl.form that return types with arguments of type Status Modifier and Type Method Description List<Status>FormRenderData. getProjektStatusList()Method parameters in de.xima.fc.mdl.form with type arguments of type Status Modifier and Type Method Description voidFormRenderData. setProjektStatusList(List<Status> projektStatusList) -
Uses of Status in de.xima.fc.mdl.form.record
Methods in de.xima.fc.mdl.form.record that return Status Modifier and Type Method Description StatusFormRecordBaseData. getCurrentStatus()Methods in de.xima.fc.mdl.form.record that return types with arguments of type Status Modifier and Type Method Description List<Status>FormRecordWorkflowData. getInvokableStatus()Methods in de.xima.fc.mdl.form.record with parameters of type Status Modifier and Type Method Description voidFormRecordBaseData.Builder. withCurrentStatus(Status currentStatus) -
Uses of Status in de.xima.fc.mdl.print
Methods in de.xima.fc.mdl.print that return Status Modifier and Type Method Description StatusPrintJob. getStatus()Deprecated.UsePrintJob.getWorkflowState()and the new workflow engine.Methods in de.xima.fc.mdl.print with parameters of type Status Modifier and Type Method Description voidPrintJob. setStatus(Status status)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 Modifier and Type Method Description static IStatusReferenceItemStatusReferenceItemFactory. forStatus(Status status) -
Uses of Status in de.xima.fc.order
Methods in de.xima.fc.order that return Status Modifier and Type Method Description static StatusStatusOrderHelper. 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 Status Modifier and Type Method Description static intAktionOrderHelper. getNewIndex(Status status, IEntityContext ec)Deprecated.static BasicRefResultAktionOrderHelper. 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 StatusStatusOrderHelper. move(Status status, int targetIdx, IEntityContext ec)Deprecated.Passt die Reihenfolge der Status an, wo es notwendig ist.static AktionAktionOrderHelper. 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 Modifier and Type Method Description StatusAPluginCustomGUIBean. getCurrentState()Deprecated. -
Uses of Status in de.xima.fc.plugin.config
Methods in de.xima.fc.plugin.config that return Status Modifier and Type Method Description StatusIProcessingBean. 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 Status Modifier and Type Method Description static StatusEntityDummyFactory. dummyStatus(String name, Projekt project)Deprecated.Methods in de.xima.fc.testhelper with parameters of type Status Modifier and Type Method Description static AktionEntityDummyFactory. dummyAction(String name, Status status)Deprecated.static VorgangEntityDummyFactory. 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 Status Modifier and Type Method Description static TimedStatusChangeHelper.ResultTimedStatusChangeHelper. 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 Constructor Description StatusChangeJob(Vorgang process, Status targetStatus)Deprecated. -
Uses of Status in de.xima.fc.workflow
Methods in de.xima.fc.workflow with parameters of type Status Modifier and Type Method Description static WorkflowStateModelWorkflowStateModel. forState(Status state, Locale locale)
-