Modifier and Type | Method and Description |
---|---|
Status |
StatusAPI.getByUUID(UserContext uc,
Projekt project,
String uuid)
Returns the state with the given UUID
|
Status |
StatusAPI.getByUUID(UserContext uc,
Projekt project,
UUID uuid)
Returns the state with the given UUID
|
Status |
StatusAPI.move(UserContext uc,
Status status,
int newIdxNum)
Method for moving a status to the committed index.
|
Modifier and Type | Method and Description |
---|---|
List<Status> |
StatusAPI.getByProjekt(UserContext uc,
Projekt projekt)
|
List<Status> |
StatusAPI.getFolgeStatus(UserContext uc,
Benutzer benutzer,
Projekt projekt,
Status aktuellerStatus)
|
List<Status> |
StatusAPI.getStatusPre(UserContext uc,
Status state)
Retrieves the
getStatusPre() . |
Modifier and Type | Method and Description |
---|---|
Vorgang |
VorgangAPI.correctStatus(UserContext uc,
Vorgang formRecord,
Status targetState,
Benutzer user) |
List<Aktion> |
AktionAPI.getAllByStatus(UserContext uc,
Status status)
Method for loading all
Aktion of a status. |
List<BenutzerGruppe> |
BenutzerGruppeAPI.getBenutzerGruppenUsageRightByStatus(UserContext uc,
Status state)
Method for finding all
getBenutzerGruppenUsageRight() for a given state. |
Aktion |
AktionAPI.getByUUID(UserContext uc,
Status state,
String uuid)
Returns the action with the given UUID
|
Aktion |
AktionAPI.getByUUID(UserContext uc,
Status state,
UUID uuid)
Returns the action with the given UUID
|
List<Status> |
StatusAPI.getFolgeStatus(UserContext uc,
Benutzer benutzer,
Projekt projekt,
Status aktuellerStatus)
|
List<Status> |
StatusAPI.getStatusPre(UserContext uc,
Status state)
Retrieves the
getStatusPre() . |
Status |
StatusAPI.move(UserContext uc,
Status status,
int newIdxNum)
Method for moving a status to the committed index.
|
Modifier and Type | Method and Description |
---|---|
IWorkflowResponse |
WorkflowAPI.initCorrectionWorkflow(UserContext uc,
Vorgang vorgang,
Status status,
Benutzer aktuellerBenutzer) |
IWorkflowResponse |
WorkflowAPI.initWorkflow(UserContext uc,
Vorgang vorgang,
Status status,
Benutzer aktuellerBenutzer) |
IWorkflowResponse |
WorkflowAPI.initWorkflow(UserContext uc,
Vorgang vorgang,
Status status,
Benutzer aktuellerBenutzer,
boolean anonymize) |
IWorkflowResponse |
WorkflowAPI.initWorkflow(UserContext uc,
Vorgang vorgang,
Status status,
Benutzer aktuellerBenutzer,
Map<String,Serializable> sessionAttributes) |
IWorkflowResponse |
WorkflowAPI.initWorkflow(UserContext uc,
Vorgang vorgang,
Status status,
Benutzer aktuellerBenutzer,
Map<String,Serializable> sessionAttributes,
boolean anonymize) |
IWorkflowResponse |
WorkflowAPI.initWorkflow(UserContext uc,
Vorgang vorgang,
Status status,
Benutzer aktuellerBenutzer,
SessionAttributes sessionAttributes)
|
Modifier and Type | Method and Description |
---|---|
static IWorkflowResponse |
WorkflowStarter.startSyncWorkflow(Vorgang v,
Projekt p,
Status newStatus,
Benutzer curBen,
Map<String,Serializable> sessionAttributes) |
static IWorkflowResponse |
WorkflowStarter.startSyncWorkflow(Vorgang v,
Projekt p,
Status newStatus,
Benutzer curBen,
Map<String,Serializable> sessionAttributes,
boolean isCorrection,
boolean anonymize) |
static IWorkflowResponse |
WorkflowStarter.startSyncWorkflow(Vorgang v,
Projekt p,
Status newStatus,
Benutzer curBen,
SessionAttributes sessionAttributes)
|
Modifier and Type | Method and Description |
---|---|
Status |
WorkflowProcessing.getFollowStatus()
|
Modifier and Type | Method and Description |
---|---|
void |
WorkflowProcessing.switchStatus(Status status,
EProtocolEntryProcessType type) |
Modifier and Type | Method and Description |
---|---|
Status |
ProcessingPrefillData.getStatus() |
Modifier and Type | Method and 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) |
Modifier and Type | Method and Description |
---|---|
Status |
StatusDao.copy(IEntityContext ec,
Status sourceStatus,
String targetName) |
Status |
StatusDao.getByUUID(IEntityContext ec,
Projekt project,
String uuid) |
Status |
StatusDao.getByUUID(IEntityContext ec,
Projekt project,
UUID uuid) |
Modifier and Type | Method and Description |
---|---|
List<Status> |
StatusDao.getAllByProjekt(IEntityContext ec,
Projekt projekt) |
List<Status> |
StatusDao.getAllForWorkflow(IEntityContext ec,
Projekt projekt,
Status skipStatus)
Liefert alle Status zu einem Projekt außer dem Übergebenen
|
List<Status> |
StatusDao.getFolgeStatus(IEntityContext ec,
Benutzer currentUser,
Projekt projekt,
Status currentStatus) |
protected IFCDaoActionHook<Status> |
StatusDao.getPostActionHook() |
protected IFCDaoActionHook<Status> |
StatusDao.getPreActionHook() |
Modifier and Type | Method and Description |
---|---|
Aktion |
AktionDao.copy(IEntityContext ec,
Aktion sourceAktion,
Status targetStatus,
String targetName) |
Status |
StatusDao.copy(IEntityContext ec,
Status sourceStatus,
String targetName) |
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)
Liefert alle Status zu einem Projekt außer dem Übergebenen
|
Aktion |
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) |
List<Aktion> |
AktionDao.getFolgeAktionen(IEntityContext ec,
Status stat,
int aktionIdx) |
List<Status> |
StatusDao.getFolgeStatus(IEntityContext ec,
Benutzer currentUser,
Projekt projekt,
Status currentStatus) |
List<Aktion> |
AktionDao.getPrevAktionen(IEntityContext ec,
Status stat,
int aktionIdx,
Class<?> verarbeitungsInterface) |
Modifier and Type | Method and Description |
---|---|
Status |
IStatusDao.copy(IEntityContext ec,
Status sourceStatus,
String targetName) |
Status |
IStatusDao.getByUUID(IEntityContext ec,
Projekt project,
String uuid)
Returns the state with the given UUID
|
Status |
IStatusDao.getByUUID(IEntityContext ec,
Projekt project,
UUID uuid)
Returns the state with the given UUID
|
Modifier and Type | Method and Description |
---|---|
List<Status> |
IStatusDao.getAllByProjekt(IEntityContext ec,
Projekt projekt) |
List<Status> |
IStatusDao.getAllForWorkflow(IEntityContext ec,
Projekt projekt,
Status skipStatus) |
List<Status> |
IStatusDao.getFolgeStatus(IEntityContext ec,
Benutzer currentUser,
Projekt projekt,
Status currentStatus) |
Modifier and Type | Method and Description |
---|---|
Aktion |
IAktionDao.copy(IEntityContext ec,
Aktion sourceAktion,
Status targetStatus,
String targetName) |
Status |
IStatusDao.copy(IEntityContext ec,
Status sourceStatus,
String targetName) |
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) |
Aktion |
IAktionDao.getByUUID(IEntityContext ec,
Status state,
String uuid)
Returns the action with the given UUID
|
Aktion |
IAktionDao.getByUUID(IEntityContext ec,
Status state,
UUID uuid)
Returns the action with the given UUID
|
List<Aktion> |
IAktionDao.getFolgeAktionen(IEntityContext ec,
Status stat,
int aktionIdx) |
List<Status> |
IStatusDao.getFolgeStatus(IEntityContext ec,
Benutzer currentUser,
Projekt projekt,
Status currentStatus) |
List<Aktion> |
IAktionDao.getPrevAktionen(IEntityContext ec,
Status stat,
int aktionIdx,
Class<?> verarbeitungsInterface) |
Modifier and Type | Method and Description |
---|---|
static Status |
SaveFormDataHelper.getStatusByData(IEntityContext ec,
IFormDataAdapter formData) |
Modifier and Type | Method and Description |
---|---|
Status |
Status.cloneBasics() |
Status |
Vorgang.getCurrentStatus() |
Status |
Vorgang.getNewStatus() |
Status |
Aktion.getStatus()
Diese Methode dient dazu, den aktuell gesetzten
Status der Aktion zu ermitteln |
Status |
Projekt.getStatusNachWiedervorlage() |
Status |
ProjectInviteData.getTargetStatusFail() |
Status |
ProjectInviteData.getTargetStatusSuccess() |
Status |
Status.getTimerTargetStatus() |
Modifier and Type | Method and Description |
---|---|
List<Status> |
Status.getStatusPre()
Liefert die Liste der vorher möglichen Status
|
Modifier and Type | Method and Description |
---|---|
void |
Status.addStatusPre(Status status) |
void |
Status.removeStatusPre(Status status) |
void |
Vorgang.setCurrentStatus(Status status) |
void |
Vorgang.setNewStatus(Status newStatus) |
void |
Aktion.setStatus(Status status)
|
void |
Projekt.setStatusNachWiedervorlage(Status statusNachWiedervorlage) |
void |
ProjectInviteData.setTargetStatusFail(Status targetStatusFail) |
void |
ProjectInviteData.setTargetStatusSuccess(Status targetStatus) |
void |
Status.setTimerTargetStatus(Status timerTargetStatus) |
Modifier and Type | Method and Description |
---|---|
void |
Status.setStatusPre(List<Status> status)
Setzt die Liste der vorher möglichen Status mit der übergebenen Liste
|
Modifier and Type | Method and 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 Status
|
protected List<Status> |
AProjektUtil.getStatusListe(Projekt projekt)
Methode zum Erzeugen der Status-Daten
|
Modifier and Type | Method and Description |
---|---|
protected List<Aktion> |
AProjektUtil.getAktionsListe(Status status)
Methode zum Erzeugen der Aktion-Daten
|
Modifier and Type | Method and Description |
---|---|
protected Map<Long,Aktion> |
AProjektUtil.createAktion(Map<Long,Status> mapStatus,
boolean disableAllActions)
Erstellt Aktionen anhand der StatusListe
|
protected void |
AProjektUtil.createAktionen(List<Status> statusListe,
List<ExportAktionData> exportAktionListe,
List<ExportBedingungData> exportBedingungListe) |
protected void |
AProjektUtil.createBedingung(Map<Long,Aktion> aktionMap,
Map<Long,Status> statusMap)
Erstellt Bedingungen anahnd der AktionsListe
|
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
|
protected Aktion |
AProjektUtil.handleAction(long oldActionId,
Aktion newAction,
Map<Long,Aktion> aktionMap,
Map<Long,Status> statusMap,
ExportBedingungData exportBedingungData) |
protected Bedingung |
AProjektUtil.handleBedingungForImport(Bedingung neueBedingung,
Map<Long,Aktion> aktionMap,
Map<Long,Status> statusMap,
ExportBedingungData exportBedingungData)
Should only be used for importing older project exports
|
Modifier and Type | Class and Description |
---|---|
class |
ExportStatusData |
Modifier and Type | Method and Description |
---|---|
Status |
ExportStatusData.getWrappedStatus() |
Constructor and Description |
---|
ExportStatusHelpData(Status status) |
Modifier and Type | Field and Description |
---|---|
protected Status |
FormRenderContext.status |
Modifier and Type | Method and Description |
---|---|
Status |
FormRenderContext.getStatus() |
Modifier and Type | Method and Description |
---|---|
void |
FormRenderContext.setStatus(Status status) |
Modifier and Type | Method and Description |
---|---|
Status |
FormExportBean.getState() |
Modifier and Type | Method and Description |
---|---|
List<Status> |
FormPortraitExportBean.getAllStates() |
List<Status> |
FormExportBean.getAllStates() |
List<Status> |
ProjectInviteBean.getAllStats() |
IEntityListModel<Status> |
ProjectAccessBean.getStateModel() |
Modifier and Type | Method and Description |
---|---|
void |
FormExportBean.setState(Status state) |
Modifier and Type | Method and Description |
---|---|
void |
ProjectInviteBean.setAllStats(List<Status> allStats) |
void |
ProjectAccessBean.setStateModel(IEntityListModel<Status> stateModel) |
Modifier and Type | Method and Description |
---|---|
Status |
StateBean.getCurrent() |
Status |
ProcessingBean.getCurrentState() |
Status |
StateTreeBean.getState() |
Status |
StateTreeBean.getState(org.primefaces.model.TreeNode stateNode) |
Modifier and Type | Method and Description |
---|---|
List<Status> |
StateTreeBean.getAllStates() |
List<Status> |
ProcessingBean.getAllStatus()
Liefert alle Status eines Projektes zurück
|
List<Status> |
StateBean.getStateForWorkflow() |
List<Status> |
StateTreeBean.getStatusList() |
Modifier and Type | Method and Description |
---|---|
void |
ActionBean.addNew(Status state) |
void |
StateBean.copy(Status current) |
org.primefaces.model.TreeNode |
StateTreeBean.createStateNode(Status status) |
org.primefaces.model.TreeNode |
StateTreeBean.createStateNode(Status status,
org.primefaces.model.TreeNode parent) |
String |
StateBean.delete(String targetView,
Status state) |
org.primefaces.model.TreeNode |
StateTreeBean.getActionNode(Aktion aktion,
Status status) |
String |
StateTreeBean.getStateFilterString(Status state) |
org.primefaces.model.TreeNode |
StateTreeBean.getStateNode(Status state) |
org.primefaces.model.TreeNode |
StateTreeBean.getStateNode(Status searchState,
org.primefaces.model.TreeNode node) |
boolean |
ActionBean.isActionNameUnique(Status state,
String name) |
boolean |
StateTreeBean.isStateForResubmission(Status state) |
void |
StateTreeBean.loadStatusNode(org.primefaces.model.TreeNode statusNode,
Status status) |
void |
StateTreeBean.selectAktion(Aktion aktion,
Status status)
Selektiert die Aktion eines Status.
|
void |
StateTreeBean.selectStatus(Status status) |
void |
StateTreeBean.selectStatus(Status status,
org.primefaces.model.TreeNode node) |
void |
StateBean.setCurrent(Status current) |
Modifier and Type | Method and Description |
---|---|
Status |
IStateView.getState() |
Modifier and Type | Method and Description |
---|---|
Status |
StatusHandler.getByUUID(UserContext uc,
Projekt project,
String uuid) |
Status |
StatusHandler.getByUUID(UserContext uc,
Projekt project,
UUID uuid) |
Status |
StatusHandler.move(UserContext uc,
Status status,
int newIdxNum) |
Modifier and Type | Method and Description |
---|---|
List<Status> |
StatusHandler.getFolgeStatus(UserContext uc,
Benutzer currentUser,
Projekt projekt,
Status currentStatus)
Gets the folge status.
|
List<Status> |
StatusHandler.getStatusPre(UserContext uc,
long stateId) |
Modifier and Type | Method and Description |
---|---|
Vorgang |
VorgangHandler.correctStatus(UserContext uc,
Vorgang formRecord,
Status targetState,
Benutzer user) |
List<Aktion> |
AktionHandler.getAllByStatus(UserContext uc,
Status status) |
Aktion |
AktionHandler.getByUUID(UserContext uc,
Status state,
String uuid) |
Aktion |
AktionHandler.getByUUID(UserContext uc,
Status state,
UUID uuid) |
List<Status> |
StatusHandler.getFolgeStatus(UserContext uc,
Benutzer currentUser,
Projekt projekt,
Status currentStatus)
Gets the folge status.
|
Status |
StatusHandler.move(UserContext uc,
Status status,
int newIdxNum) |
Modifier and Type | Method and Description |
---|---|
Status |
IStatusHandler.getByUUID(UserContext uc,
Projekt project,
String uuid)
Returns the state with the given UUID
|
Status |
IStatusHandler.getByUUID(UserContext uc,
Projekt project,
UUID uuid)
Returns the state with the given UUID
|
Status |
IStatusHandler.move(UserContext uc,
Status status,
int newIdxNum) |
Modifier and Type | Method and Description |
---|---|
List<Status> |
IStatusHandler.getFolgeStatus(UserContext uc,
Benutzer currentUser,
Projekt projekt,
Status currentStatus)
Gets the folge status.
|
List<Status> |
IStatusHandler.getStatusPre(UserContext uc,
long stateId)
Retrieves the
getStatusPre() . |
Modifier and Type | Method and 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 UUID
|
Aktion |
IAktionHandler.getByUUID(UserContext uc,
Status state,
UUID uuid)
Returns the action with the given UUID
|
List<Status> |
IStatusHandler.getFolgeStatus(UserContext uc,
Benutzer currentUser,
Projekt projekt,
Status currentStatus)
Gets the folge status.
|
Status |
IStatusHandler.move(UserContext uc,
Status status,
int newIdxNum) |
Modifier and Type | Method and Description |
---|---|
IWorkflowResponse |
IWorkflowHandler.initWorkflow(UserContext uc,
Vorgang vorgang,
Status status,
Benutzer currentUser,
Map<String,Serializable> sessionAttributes,
boolean isCorrection,
boolean anonymize)
Inits the workflow.
|
Modifier and Type | Method and Description |
---|---|
IWorkflowResponse |
WorkflowHandler.initWorkflow(UserContext uc,
Vorgang vorgang,
Status status,
Benutzer currentUser,
Map<String,Serializable> sessionAttributes,
boolean isCorrection,
boolean anonymize)
Inits the workflow.
|
Modifier and Type | Method and Description |
---|---|
static String |
AliasHelper.genStatusAlias(Status status) |
Modifier and Type | Method and Description |
---|---|
void |
StateImportConfig.setPersisted(Status persisted) |
Modifier and Type | Method and Description |
---|---|
Status |
StateMapperModel.getNewState()
Deprecated.
|
Status |
StateMapperModel.getOldState() |
Modifier and Type | Method and Description |
---|---|
void |
StateMapperModel.setNewState(Status newState)
Deprecated.
|
void |
StateMapperModel.setOldState(Status oldState) |
Constructor and Description |
---|
StateMapperModel(Status oldState,
int oldStateRecordsCount) |
Constructor and Description |
---|
StateImportStager(IEntityContext ec,
Status entity,
Mandant client)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Status |
ProcessStateChangeBean.getTargetState() |
Modifier and Type | Method and Description |
---|---|
List<Status> |
ProcessReviewBean.getAvailableStates() |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
String |
EFormProcessType.getNameForOption(Locale l,
Status currentState) |
Modifier and Type | Method and Description |
---|---|
Status |
FormRecordListItem.getState() |
Status |
FormRecordExtendedListItem.getState() |
Modifier and Type | Method and Description |
---|---|
static List<Status> |
ProcessGUIModel.Builder.findAvailableStates(UserContext uc,
Benutzer user,
Vorgang formRecord) |
List<Status> |
ProcessGUIModel.getAvailableStates() |
Modifier and Type | Method and Description |
---|---|
static List<javax.faces.model.SelectItem> |
ProcessGUIModel.Builder.getFormProcessTypes(List<Status> availableStates,
Vorgang formRecord,
ViewBean viewBean,
Locale locale) |
void |
ProcessGUIModel.setAvailableStates(List<Status> availableStates) |
Constructor and Description |
---|
FormRecordListItem(long formRecordId,
boolean read,
String subject,
Date submitDate,
boolean processing,
int errorCount,
String verifyUuid,
Date verifyDate,
Status state,
long inboxId,
String inboxName) |
FormRecordSelectItem(Long formRecordId,
boolean read,
boolean processing,
Status state) |
Modifier and Type | Method and Description |
---|---|
Status |
IFormRenderContext.getStatus() |
Modifier and Type | Method and Description |
---|---|
void |
IFormRenderContext.setStatus(Status status) |
Modifier and Type | Method and Description |
---|---|
Status |
IProcessingPrefillData.getStatus() |
Modifier and Type | Method and Description |
---|---|
List<Status> |
FormRenderData.getProjektStatusList() |
Modifier and Type | Method and Description |
---|---|
void |
FormRenderData.setProjektStatusList(List<Status> projektStatusList) |
Modifier and Type | Method and Description |
---|---|
Status |
PrintJob.getStatus()
Getter des Status der beim Druck simuliert werden soll
|
Modifier and Type | Method and Description |
---|---|
void |
PrintJob.setStatus(Status status)
Setter des Status der beim Druck simuliert werden soll.
|
Modifier and Type | Method and Description |
---|---|
static Status |
StatusOrderHelper.move(Status status,
int targetIdx,
IEntityContext ec)
Passt die Reihenfolge der Status an, wo es notwendig ist.
|
Modifier and Type | Method and 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) |
Modifier and Type | Method and Description |
---|---|
Status |
APluginCustomGUIBean.getCurrentState() |
Modifier and Type | Method and Description |
---|---|
Status |
IProcessingBean.getCurrentState()
Finds the state to which the workflow action belongs
|
Modifier and Type | Method and Description |
---|---|
static TimedStatusChangeHelper.Result |
TimedStatusChangeHelper.applyToExistingFormRecords(IEntityContext ec,
Status sourceStatus,
Status targetStatus,
int timerOffset) |
Constructor and Description |
---|
StatusChangeJob(Vorgang process,
Status targetStatus) |
Copyright © 2020 XIMA MEDIA GmbH. All rights reserved.