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 Status
StatusAPI. getByUUID(UserContext uc, Projekt project, String uuid)
Deprecated.Returns the state with the given UUIDStatus
StatusAPI. getByUUID(UserContext uc, Projekt project, UUID uuid)
Deprecated.Returns the state with the given UUIDStatus
StatusAPI. 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)
Deprecated.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 Vorgang
VorgangAPI. correctStatus(UserContext uc, Vorgang formRecord, Status targetState, Benutzer user)
List<Aktion>
AktionAPI. getAllByStatus(UserContext uc, Status status)
Deprecated.Method for loading allAktion
of a status.List<BenutzerGruppe>
BenutzerGruppeAPI. getBenutzerGruppenUsageRightByStatus(UserContext uc, Status state)
Method for finding allgetBenutzerGruppenUsageRight()
for a given state.Aktion
AktionAPI. getByUUID(UserContext uc, Status state, String uuid)
Deprecated.Returns the action with the given UUIDAktion
AktionAPI. 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)
Deprecated.List<Status>
StatusAPI. getStatusPre(UserContext uc, Status state)
Deprecated.Retrieves thegetStatusPre()
.Status
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 Status Modifier and Type Method Description IWorkflowResponse
WorkflowAPI. initCorrectionWorkflow(UserContext uc, Vorgang vorgang, Status status, Benutzer user)
Deprecated.Use methods of the new workflow engine.IWorkflowResponse
WorkflowAPI. initWorkflow(UserContext uc, Vorgang vorgang, Status status, Benutzer user)
Deprecated.Use methods of the new workflow engine, such asWorkflowAPI.triggerEvent(UserContext, IFormRecordProvidingEvent)
.IWorkflowResponse
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)
.IWorkflowResponse
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)
.IWorkflowResponse
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)
.IWorkflowResponse
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)
. -
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 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. -
Uses of Status in de.xima.fc.bl.fdv
Methods in de.xima.fc.bl.fdv that return Status Modifier and Type Method Description Status
WorkflowProcessing. getFollowStatus()
Deprecated.Methods in de.xima.fc.bl.fdv with parameters of type Status Modifier and Type Method Description void
WorkflowProcessing. 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 Status
ProcessingPrefillData. 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)
Liefert eine Liste aller 'Statusänderungs'-Aktionen zurück, die auf den übergebenen Status verweisen.static boolean
DaoActionHookHelper. isStatusWiedervorlage(Status s)
-
Uses of Status in de.xima.fc.dao.impl
Methods in de.xima.fc.dao.impl that return Status Modifier and Type Method Description Status
StatusDao. copy(IEntityContext ec, Status sourceStatus, String targetName)
Deprecated.Status
StatusDao. getByUUID(IEntityContext ec, Projekt project, String uuid)
Deprecated.Status
StatusDao. 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 Aktion
AktionDao. copy(IEntityContext ec, Aktion sourceAktion, Status targetStatus, String targetName)
Status
StatusDao. copy(IEntityContext ec, Status sourceStatus, String targetName)
Deprecated.Vorgang
VorgangDao. correctStatus(IEntityContext ec, Vorgang formRecord, Status targetState, Benutzer user)
List<Aktion>
AktionDao. getAllByStatus(IEntityContext ec, Status status)
List<Status>
StatusDao. getAllForWorkflow(IEntityContext ec, Projekt projekt, Status skipStatus)
Deprecated.Liefert alle Status zu einem Projekt außer dem ÜbergebenenAktion
AktionDao. getByUUID(IEntityContext ec, Status state, String uuid)
Aktion
AktionDao. getByUUID(IEntityContext ec, Status state, UUID uuid)
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)
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)
-
Uses of Status in de.xima.fc.dao.interfaces
Methods in de.xima.fc.dao.interfaces that return Status Modifier and Type Method Description Status
IStatusDao. copy(IEntityContext ec, Status sourceStatus, String targetName)
Deprecated.Status
IStatusDao. getByUUID(IEntityContext ec, Projekt project, String uuid)
Deprecated.Returns the state with the given UUIDStatus
IStatusDao. 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 Aktion
IAktionDao. copy(IEntityContext ec, Aktion sourceAktion, Status targetStatus, String targetName)
Status
IStatusDao. copy(IEntityContext ec, Status sourceStatus, String targetName)
Deprecated.Vorgang
IVorgangDao. correctStatus(IEntityContext ec, Vorgang formRecord, Status targetState, Benutzer user)
List<Aktion>
IAktionDao. getAllByStatus(IEntityContext ec, Status status)
List<Status>
IStatusDao. getAllForWorkflow(IEntityContext ec, Projekt projekt, Status skipStatus)
Deprecated.Aktion
IAktionDao. getByUUID(IEntityContext ec, Status state, String uuid)
Returns the action with the given UUIDAktion
IAktionDao. getByUUID(IEntityContext ec, Status state, UUID uuid)
Returns the action with the given UUIDList<Aktion>
IAktionDao. getFolgeAktionen(IEntityContext ec, Status stat, int aktionIdx)
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)
-
Uses of Status in de.xima.fc.data
Methods in de.xima.fc.data that return Status Modifier and Type Method Description static Status
SaveFormDataHelper. 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 Status
Status. cloneBasics()
Deprecated.Status
Vorgang. getCurrentStatus()
Deprecated.Use theVorgang.getCurrentWorkflowState()
together with the new workflow engine.Status
Vorgang. getNewStatus()
Status
Aktion. getStatus()
Deprecated.Diese Methode dient dazu, den aktuell gesetztenStatus
der Aktion zu ermittelnStatus
Projekt. getStatusNachWiedervorlage()
Status
ProjectInviteData. getTargetStatusFail()
Status
ProjectInviteData. getTargetStatusSuccess()
Status
Status. 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 void
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
Aktion. setStatus(Status status)
Deprecated.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 Status Modifier and Type Method Description void
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 Status Modifier and Type Method Description protected List<Status>
AProjektUtil. createPreStatus(HashMap<Long,Status> existierendeStatusListe, List<Status> altStatusListe)
protected HashMap<Long,Status>
AProjektUtil. createStatus(List<? extends Status> altStatusListe, Projekt projekt)
Methode zum Erzeugen eines Statusprotected List<Status>
AProjektUtil. getStatusListe(Projekt projekt)
Methode zum Erzeugen der Status-DatenMethods in de.xima.fc.export with parameters of type Status Modifier and Type Method Description protected List<Aktion>
AProjektUtil. getAktionsListe(Status status)
Methode zum Erzeugen der Aktion-DatenMethod 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)
Erstellt Aktionen anhand der StatusListeprotected void
AProjektUtil. createAktionen(List<Status> statusListe, List<ExportAktionData> exportAktionListe, List<ExportBedingungData> exportBedingungListe)
protected List<Status>
AProjektUtil. createPreStatus(HashMap<Long,Status> existierendeStatusListe, List<Status> altStatusListe)
protected List<Status>
AProjektUtil. createPreStatus(HashMap<Long,Status> existierendeStatusListe, List<Status> altStatusListe)
protected HashMap<Long,Status>
AProjektUtil. createStatus(List<? extends Status> altStatusListe, Projekt projekt)
Methode zum Erzeugen eines Status -
Uses of Status in de.xima.fc.export.model
Subclasses of Status in de.xima.fc.export.model Modifier and Type Class Description class
ExportStatusData
Methods in de.xima.fc.export.model that return Status Modifier and Type Method Description Status
ExportStatusData. getWrappedStatus()
Constructors in de.xima.fc.export.model with parameters of type Status Constructor Description ExportStatusHelpData(Status status)
-
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 Status
FormRenderContext. status
Methods in de.xima.fc.form.render that return Status Modifier and Type Method Description Status
FormRenderContext. getStatus()
Methods in de.xima.fc.form.render with parameters of type Status Modifier and Type Method Description void
FormRenderContext. setStatus(Status status)
-
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 Status
FormExportBean. getState()
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()
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 void
FormExportBean. setState(Status state)
Method parameters in de.xima.fc.gui.bean.project with type arguments of type Status Modifier and Type Method Description void
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 Status Modifier and Type Method Description Status
StateBean. getCurrent()
Deprecated.Status
ProcessingBean. getCurrentState()
Deprecated.Status
StateTreeBean. getState()
Deprecated.Status
StateTreeBean. 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 void
AActionBean. addNew(Status state)
Deprecated.void
StateBean. 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.String
StateBean. delete(String targetView, Status state)
Deprecated.org.primefaces.model.TreeNode<Object>
StateTreeBean. getActionNode(Aktion aktion, Status status)
Deprecated.String
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 Modifier and Type Method Description Status
IStateView. getState()
-
Uses of Status in de.xima.fc.handler.entity
Methods in de.xima.fc.handler.entity that return Status Modifier and Type Method Description Status
StatusHandler. getByUUID(UserContext uc, Projekt project, String uuid)
Deprecated.Status
StatusHandler. getByUUID(UserContext uc, Projekt project, UUID uuid)
Deprecated.Status
StatusHandler. 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.Gets the folge status.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 Vorgang
VorgangHandler. correctStatus(UserContext uc, Vorgang formRecord, Status targetState, Benutzer user)
List<Aktion>
AktionHandler. getAllByStatus(UserContext uc, Status status)
Deprecated.Aktion
AktionHandler. getByUUID(UserContext uc, Status state, String uuid)
Deprecated.Aktion
AktionHandler. getByUUID(UserContext uc, Status state, UUID uuid)
Deprecated.List<Status>
StatusHandler. getFolgeStatus(UserContext uc, Benutzer currentUser, Projekt projekt, Status currentStatus)
Deprecated.Gets the folge status.Status
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 Status Modifier and Type Method Description Status
IStatusHandler. getByUUID(UserContext uc, Projekt project, String uuid)
Deprecated.Returns the state with the given UUIDStatus
IStatusHandler. getByUUID(UserContext uc, Projekt project, UUID uuid)
Deprecated.Returns the state with the given UUIDStatus
IStatusHandler. 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 Vorgang
IVorgangHandler. correctStatus(UserContext uc, Vorgang formRecord, Status targetState, Benutzer user)
List<Aktion>
IAktionHandler. getAllByStatus(UserContext uc, Status status)
Aktion
IAktionHandler. getByUUID(UserContext uc, Status state, String uuid)
Returns the action with the given UUIDAktion
IAktionHandler. getByUUID(UserContext uc, Status state, UUID uuid)
Returns the action with the given UUIDList<Status>
IStatusHandler. getFolgeStatus(UserContext uc, Benutzer currentUser, Projekt projekt, Status currentStatus)
Deprecated.Gets the folge status.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 Status Modifier and Type Method Description IWorkflowResponse
IWorkflowHandler. 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)
. -
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 IWorkflowResponse
WorkflowHandler. initWorkflow(UserContext uc, Vorgang vorgang, Status status, Benutzer currentUser, 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 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 Status Modifier and Type Method Description protected IGenericDao<Status>
StateImportConfig. getDao()
Methods in de.xima.fc.importer.config with parameters of type Status Modifier and Type Method Description void
StateImportConfig. setPersisted(Status persisted)
-
Uses of Status in de.xima.fc.importer.mdl
Methods in de.xima.fc.importer.mdl that return Status Modifier and Type Method Description Status
StateMapperModel. getOldState()
Methods in de.xima.fc.importer.mdl with parameters of type Status Modifier and Type Method Description void
StateMapperModel. setNewState(Status newState)
Deprecated.void
StateMapperModel. 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 Status
ProcessStateChangeBean. 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 void
ProcessStateChangeBean. correctFormRecord(Status status)
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 Status Modifier and Type Method Description String
EFormProcessType. 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 Status
FormRecordExtendedListItem. 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 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 Status Modifier and Type Method Description Status
IFormRenderContext. 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 void
IFormRenderContext. 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 Status
IFormRecordBaseData. 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 Status
IProcessingPrefillData. getStatus()
-
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 void
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 Status Modifier and Type Method Description Status
FormRecordBaseData. 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 void
FormRecordBaseData.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 Status
PrintJob. 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 void
PrintJob. 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 IStatusReferenceItem
StatusReferenceItemFactory. 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 Status
StatusOrderHelper. move(Status status, int targetIdx, IEntityContext ec)
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 int
AktionOrderHelper. getNewIndex(Status status, IEntityContext ec)
static BasicRefResult
AktionOrderHelper. isAktionMoveableToState(Aktion action, Status state, Mandant client, int newIdx, IEntityContext ec)
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)
Passt die Reihenfolge der Status an, wo es notwendig ist.static Aktion
AktionOrderHelper. moveToState(Aktion action, Status state, int newIdx, IEntityContext ec)
-
Uses of Status in de.xima.fc.plugin.abstracts
Methods in de.xima.fc.plugin.abstracts that return Status Modifier and Type Method Description Status
APluginCustomGUIBean. getCurrentState()
-
Uses of Status in de.xima.fc.plugin.config
Methods in de.xima.fc.plugin.config that return Status Modifier and Type Method Description Status
IProcessingBean. getCurrentState()
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 Status
EntityDummyFactory. dummyStatus(String name, Projekt project)
Methods in de.xima.fc.testhelper with parameters of type Status Modifier and Type Method Description static Aktion
EntityDummyFactory. dummyAction(String name, Status status)
Deprecated.static Vorgang
EntityDummyFactory. dummyFormRecord(String subject, Projekt project, Benutzer 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.Result
TimedStatusChangeHelper. applyToExistingFormRecords(IEntityContext ec, Status sourceStatus, Status targetStatus, int timerOffset)
-
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)
-
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 WorkflowStateModel
WorkflowStateModel. forState(Status state, Locale locale)
-