Uses of Class
de.xima.fc.entities.Vorgang
-
-
Uses of Vorgang in de.xima.fc
Methods in de.xima.fc with parameters of type Vorgang Modifier and Type Method Description static String
PathHandler.Web. formReprovideFor(Vorgang process, String baseURL)
Liefert die URL zum Aufrufen eines bereits ausgefüllten Formularsstatic String
PathHandler.Web. formReviewFor(Vorgang v, String baseURL)
static String
PathHandler.Web. formVerifyFor(Vorgang v, String baseURL)
Deprecated.static String
PathHandler.Web. formVerifyFor(String baseURL, Vorgang v, WorkflowNode workflowNode)
static String
PathHandler.Web. formVerifyFor(String baseURL, Vorgang v, WorkflowNode workflowNode, boolean isVerifyPage)
static String
PathHandler.FS. getAktionWorkflowDirPath(Vorgang v, Aktion a)
Deprecated.static String
PathHandler.FS. getAktionWorkflowDirPath(Vorgang v, Aktion a, String postfix)
Deprecated.static String
PathHandler.FS. getNodeWorkflowDirPath(Vorgang formRecord, WorkflowNode node)
static String
PathHandler.FS. getNodeWorkflowDirPath(Vorgang formRecord, WorkflowNode node, String postfix)
static String
PathHandler.FS. getSharedWorkflowDirPath(Vorgang formRecord)
static String
PathHandler.FS. getSharedWorkflowDirPath(Vorgang formRecord, String postfix)
static String
PathHandler.FS. getTriggerWorkflowDirPath(Vorgang formRecord, WorkflowTrigger trigger)
static String
PathHandler.FS. getTriggerWorkflowDirPath(Vorgang formRecord, WorkflowTrigger trigger, String postfix)
static String
PathHandler.FS. getVorgangsAttachmentDirPath(Vorgang v)
Deprecated.static String
PathHandler.FS. getVorgangsWorkflowDirPath(Vorgang v)
Liefert den Pfad zum temporären Verzeichnis für die Verarbeitung des übergebenen Vorgangs.static String
PathHandler.Web. inboxReviewFor(Vorgang process, String baseURL)
-
Uses of Vorgang in de.xima.fc.api.entity
Methods in de.xima.fc.api.entity that return Vorgang Modifier and Type Method Description Vorgang
VorgangAPI. addAttachment(UserContext uc, Vorgang vorgang, Attachment attachment)
Method for adding a attachment to aVorgang
.Vorgang
VorgangAPI. addSubmission(UserContext uc, Vorgang formRecord, IUser user, EFormRecordSubmitContext submitContext, FrontendServer submitFrontendServer, String submitServerBaseUrl, String formData, boolean newDataEntry)
Adds a new submission to the form record.Vorgang
VorgangAPI. changeStatusChangedReadFlag(UserContext uc, Vorgang process, boolean read)
Vorgang
VorgangAPI. correctStatus(UserContext uc, Vorgang formRecord, Status targetState, Benutzer user)
Deprecated.The old workflow is deprecated, use method for the new workflow.Vorgang
VorgangAPI. correctStatus(UserContext uc, Vorgang formRecord, Status targetState, IUser user)
Deprecated.The old workflow is deprecated, use method for the new workflow.Vorgang
VorgangAPI. getByUuidAndUser(UserContext uc, UUID uuid, IUser user)
Vorgang
VorgangAPI. getParent(UserContext uc, Vorgang formRecord)
Vorgang
VorgangAPI. getVorgangBy(UserContext uc, Projekt projekt, String vorgangProzessID)
Vorgang
VorgangAPI. getVorgangBy(UserContext uc, String vorgangProzessID)
Method for determining aVorgang
by the process ID.Methods in de.xima.fc.api.entity that return types with arguments of type Vorgang Modifier and Type Method Description List<Vorgang>
VorgangAPI. getAllByBenutzer(UserContext uc, Benutzer benutzer)
Deprecated.List<Vorgang>
VorgangAPI. getAllByPostfach(UserContext uc, Postfach postfach)
List<Vorgang>
VorgangAPI. getByUser(UserContext uc, IUser user)
PagedResult<Vorgang>
VorgangAPI. getByUser(UserContext uc, IUser user, int page, int pageSize)
List<Vorgang>
VorgangAPI. getChildren(UserContext uc, Vorgang formRecord)
List<ExtendedEntityModel<Vorgang>>
VorgangAPI. getVorgaengeData(UserContext uc, Projekt project, de.xima.cmn.criteria.QueryCriteriaManager qcm)
List<ExtendedEntityModel<Vorgang>>
VorgangAPI. getVorgaengeData(UserContext uc, Projekt project, de.xima.cmn.criteria.QueryCriteriaManager qcm, EProjectSpecificDBTable tableType)
Method for determining of process data by aProjekt
.List<ExtendedEntityModel<Vorgang>>
VorgangAPI. getVorgaengeData(UserContext uc, Projekt project, de.xima.cmn.criteria.QueryCriteriaManager qcm, EProjectSpecificDBTable tableType, Postfach... inboxes)
Method for determining of process data by a project and inboxes.List<ExtendedEntityModel<Vorgang>>
VorgangAPI. getVorgaengeData(UserContext uc, Projekt project, Postfach inbox, de.xima.cmn.criteria.QueryCriteriaManager qcm)
List<ExtendedEntityModel<Vorgang>>
VorgangAPI. getVorgaengeData(UserContext uc, Projekt project, Postfach inbox, de.xima.cmn.criteria.QueryCriteriaManager qcm, EProjectSpecificDBTable tableType)
Method for determining of process data by a project and a inbox.ExtendedEntityModel<Vorgang>
VorgangAPI. getVorgangsData(UserContext uc, Projekt project, Vorgang v, de.xima.cmn.criteria.QueryCriteriaManager qcm)
ExtendedEntityModel<Vorgang>
VorgangAPI. getVorgangsData(UserContext uc, Projekt project, Vorgang v, de.xima.cmn.criteria.QueryCriteriaManager qcm, EProjectSpecificDBTable tableType)
ExtendedEntityModel<Vorgang>
VorgangAPI. getVorgangsData(UserContext uc, String prozessId, de.xima.cmn.criteria.QueryCriteriaManager qcm)
ExtendedEntityModel<Vorgang>
VorgangAPI. getVorgangsData(UserContext uc, String prozessId, de.xima.cmn.criteria.QueryCriteriaManager qcm, EProjectSpecificDBTable tableType)
Method for determining of process data of a concreteVorgang
by a process ID.Methods in de.xima.fc.api.entity with parameters of type Vorgang Modifier and Type Method Description Vorgang
VorgangAPI. addAttachment(UserContext uc, Vorgang vorgang, Attachment attachment)
Method for adding a attachment to aVorgang
.void
ProtokollAPI. addMalwareDetectedProtocolEntry(UserContext uc, String scannedItem, MalwareScanReport report, Vorgang formRecord)
Adds a processing protocol entry when malware was detected in a file or some data.Vorgang
VorgangAPI. addSubmission(UserContext uc, Vorgang formRecord, IUser user, EFormRecordSubmitContext submitContext, FrontendServer submitFrontendServer, String submitServerBaseUrl, String formData, boolean newDataEntry)
Adds a new submission to the form record.void
ProtokollAPI. addVorgangProtokollEintrag(UserContext uc, Vorgang vorgang, ProtocolEntryProcessing entry)
Method for creating a protocol entry when a status is changed.Vorgang
VorgangAPI. changeStatusChangedReadFlag(UserContext uc, Vorgang process, boolean read)
Vorgang
VorgangAPI. correctStatus(UserContext uc, Vorgang formRecord, Status targetState, Benutzer user)
Deprecated.The old workflow is deprecated, use method for the new workflow.Vorgang
VorgangAPI. correctStatus(UserContext uc, Vorgang formRecord, Status targetState, IUser user)
Deprecated.The old workflow is deprecated, use method for the new workflow.List<Attachment>
AttachmentAPI. getAllBy(UserContext uc, Vorgang vorgang, EAttachmentSource source, String uuid)
List<FormEingang>
FormEingangAPI. getAllByVorgang(UserContext uc, Vorgang vorgang)
Deprecated.Attachment
AttachmentAPI. getByName(UserContext uc, Vorgang vorgang, String name)
Attachment
AttachmentAPI. getByUUID(UserContext uc, String atid, Vorgang v)
Postfach
PostfachAPI. getByVorgang(UserContext uc, Vorgang vorgang)
List<Vorgang>
VorgangAPI. getChildren(UserContext uc, Vorgang formRecord)
Map<String,String>
VorgangAPI. getCustomAttributes(UserContext uc, Vorgang v)
Method for determining all custom attributes of aVorgang
.IFormRecordDoiInitData
VorgangAPI. getFormRecordDoiInitData(UserContext uc, Vorgang formRecord)
Gets the data that was used to initialize the Double opt-in of the given form recordList<WorkflowTask>
WorkflowTaskAPI. getInboxTasks(UserContext uc, Vorgang formRecord, Benutzer user)
Deprecated.List<WorkflowTask>
WorkflowTaskAPI. getInboxTasks(UserContext uc, Vorgang formRecord, IUser user)
Finds all tasks that are allowed to be invoked by the given user in the inbox.Vorgang
VorgangAPI. getParent(UserContext uc, Vorgang formRecord)
List<PeStatus>
ProtokollAPI. getPeStatus(UserContext uc, Vorgang vorgang)
List<ProtocolEntryProcessing>
ProtokollAPI. getProcessProtocol(UserContext uc, Vorgang vorgang)
byte[]
ProtokollAPI. getProcessProtocolHtml(UserContext uc, Vorgang vorgang, Locale locale)
byte[]
ProtokollAPI. getProcessProtocolPdf(UserContext uc, Vorgang vorgang, Locale locale)
ExtendedEntityModel<Vorgang>
VorgangAPI. getVorgangsData(UserContext uc, Projekt project, Vorgang v, de.xima.cmn.criteria.QueryCriteriaManager qcm)
ExtendedEntityModel<Vorgang>
VorgangAPI. getVorgangsData(UserContext uc, Projekt project, Vorgang v, de.xima.cmn.criteria.QueryCriteriaManager qcm, EProjectSpecificDBTable tableType)
boolean
WorkflowTaskAPI. isTaskInvokableInInbox(UserContext uc, WorkflowTask task, Vorgang formRecord, Benutzer user)
Deprecated.boolean
WorkflowTaskAPI. isTaskInvokableInInbox(UserContext uc, WorkflowTask task, Vorgang formRecord, IUser user)
Checks whether the given task may be initiated by the given user in the inbox.FormEingang
FormEingangAPI. mostCurrent(UserContext uc, Vorgang vorgang)
Method for determining the most currentFormEingang
elements.long
FormEingangAPI. ownerId(UserContext uc, Vorgang vorgang)
Deprecated. -
Uses of Vorgang in de.xima.fc.api.rest.pub.impl.generic.model.response.form
Methods in de.xima.fc.api.rest.pub.impl.generic.model.response.form with parameters of type Vorgang Modifier and Type Method Description static String
FormRecordResource. getBaseResourcePath(Vorgang formRecord)
static String
WorkflowTaskResource. getBaseResourcePath(Vorgang formRecord, WorkflowTask task)
static String
WorkflowTriggerResource. getBaseResourcePath(Vorgang formRecord, WorkflowTrigger trigger)
Constructors in de.xima.fc.api.rest.pub.impl.generic.model.response.form with parameters of type Vorgang Constructor Description FormRecordResource(Vorgang entity, IUser user, String displayName, javax.ws.rs.core.UriInfo uriInfo, javax.servlet.http.HttpServletRequest request, Locale locale, boolean expand)
ConstructorFormRecordResource(Vorgang entity, IUser user, javax.ws.rs.core.UriInfo uriInfo, javax.servlet.http.HttpServletRequest request, Locale locale, boolean expand)
ConstructorWorkflowTaskResource(WorkflowTask entity, Vorgang formRecord, javax.ws.rs.core.UriInfo uriInfo, Locale locale)
WorkflowTriggerResource(WorkflowTrigger entity, Vorgang formRecord, javax.ws.rs.core.UriInfo uriInfo, Locale locale, boolean expand)
-
Uses of Vorgang in de.xima.fc.api.rest.pub.impl.generic.model.response.form.page
Methods in de.xima.fc.api.rest.pub.impl.generic.model.response.form.page that return types with arguments of type Vorgang Modifier and Type Method Description static BiFunction<PagedResult<Vorgang>,Locale,IResourcePage<?>>
FormRecordResourcePage. pagedResultConverter(IUser user, int page, int pageSize, javax.ws.rs.core.UriInfo uriInfo, javax.servlet.http.HttpServletRequest request)
Methods in de.xima.fc.api.rest.pub.impl.generic.model.response.form.page with parameters of type Vorgang Modifier and Type Method Description static BiFunction<PagedResult<WorkflowTrigger>,Locale,IResourcePage<?>>
WorkflowTriggerResourcePage. pagedResultConverter(Vorgang formRecord, int page, int pageSize, javax.ws.rs.core.UriInfo uriInfo)
-
Uses of Vorgang in de.xima.fc.api.rest.pub.impl.user_portal.model.response
Constructors in de.xima.fc.api.rest.pub.impl.user_portal.model.response with parameters of type Vorgang Constructor Description UserPortalFormRecordResource(Vorgang entity, IUser user, UserPortal portal, List<ProtocolEntryProcessing> protocolEntries, javax.ws.rs.core.UriInfo uriInfo, javax.servlet.http.HttpServletRequest request, Locale locale, boolean expand)
-
Uses of Vorgang in de.xima.fc.api.rest.pub.impl.user_portal.model.response.page
Methods in de.xima.fc.api.rest.pub.impl.user_portal.model.response.page that return types with arguments of type Vorgang Modifier and Type Method Description static BiFunction<PagedResult<Vorgang>,Locale,IResourcePage<?>>
UserPortalFormRecordResourcePage. pagedResultConverter(IUser user, int page, int pageSize, javax.ws.rs.core.UriInfo uriInfo, javax.servlet.http.HttpServletRequest request, UserPortal userPortal)
-
Uses of Vorgang in de.xima.fc.api.system
Methods in de.xima.fc.api.system with parameters of type Vorgang Modifier and Type Method Description void
StatisticsAPI. countFormProcess(UserContext uc, Vorgang v)
Method for counting a form process.String
PlaceholderAPI. parse(UserContext uc, String text, Vorgang formRecord, boolean encodeForHTML)
Deprecated.UsePlaceholderReplacer
directly instead.String
PlaceholderAPI. replaceSessionValues(UserContext uc, String context, String sessionId, String templateText, Vorgang v)
Deprecated.UsePlaceholderReplacer
directly instead.boolean
MailAPI. sendInviteMail(UserContext uc, Vorgang vorgang, String mailTo, DefaultReplacerParameters params)
boolean
MailAPI. sendOptInMail(UserContext uc, Vorgang vorgang)
Sends an email as the given client -
Uses of Vorgang in de.xima.fc.api.workflow
Methods in de.xima.fc.api.workflow that return Vorgang Modifier and Type Method Description Vorgang
FormDataAPI. setFormData(UserContext uc, Map<String,List<String>> nvPairs, Vorgang v)
Methods in de.xima.fc.api.workflow with parameters of type Vorgang Modifier and Type Method Description Map<String,List<String[]>>
FormDataAPI. getFieldValueMap(UserContext uc, Vorgang vorgang)
Methode zum Ermitteln der FlattenForm-Daten einesVorgang
sString
FormDataAPI. getFormData(UserContext uc, Vorgang v)
Map<String,List<String>>
FormDataAPI. getFormDataMap(UserContext uc, Vorgang v)
IWorkflowResponse
WorkflowAPI. initCorrectionWorkflow(UserContext uc, Vorgang vorgang, Status status, Benutzer user)
Deprecated.Use methods of the new workflow engine.IWorkflowResponse
WorkflowAPI. initCorrectionWorkflow(UserContext uc, Vorgang vorgang, Status status, IUser 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)
.IWorkflowResponse
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)
.IFormDataAdapter
FormDataAPI. instFor(UserContext uc, Vorgang vorgang)
Methode zum Ermitteln der FlattenForm-Daten einesVorgang
sboolean
FormDataAPI. processPostfachDynamicValues(UserContext uc, Vorgang vorgang)
Methode zum Speichern von Formulardaten in die dynamische Tabelle für die PostfachanzeigeVorgang
FormDataAPI. setFormData(UserContext uc, Map<String,List<String>> nvPairs, Vorgang v)
FormEingang
FormDataAPI. setFormData(UserContext uc, Map<String,List<String>> nvPairs, Vorgang v, FormEingang fe)
Deprecated. -
Uses of Vorgang in de.xima.fc.appointment
Methods in de.xima.fc.appointment that return types with arguments of type Vorgang Modifier and Type Method Description Iterable<Vorgang>
AppointmentQueryParams. getFormRecords()
Methods in de.xima.fc.appointment with parameters of type Vorgang Modifier and Type Method Description static AppointmentQueryParams.Builder
AppointmentQueryParams. builder(Vorgang formRecord)
static Appointment
AppointmentConverter. idToAppointment(String id, AppointmentTemplate template, AppointmentType type, Vorgang formRecord)
Creates a new appointment for the given slot ID and fills it with the given data.AppointmentQueryParams.Builder
AppointmentQueryParams.Builder. limitToFormRecord(Vorgang formRecord)
Method parameters in de.xima.fc.appointment with type arguments of type Vorgang Modifier and Type Method Description AppointmentQueryParams.Builder
AppointmentQueryParams.Builder. limitToFormRecords(Iterable<Vorgang> formRecords)
-
Uses of Vorgang in de.xima.fc.bl
Methods in de.xima.fc.bl with parameters of type Vorgang 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.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 Vorgang in de.xima.fc.bl.fdv
Methods in de.xima.fc.bl.fdv that return Vorgang Modifier and Type Method Description Vorgang
WorkflowProcessing. getVorgang()
Deprecated.Diese Methode dient dazu, denVorgang
zu liefern, der derzeit bearbeitet wird.Vorgang
WorkflowProcessingContext. getVorgang()
Deprecated.Methods in de.xima.fc.bl.fdv with parameters of type Vorgang Modifier and Type Method Description WorkflowProcessingContext
WorkflowProcessingContextManager. createContext(Vorgang vorgang, IWorkflowProcessing processing, IXForm xForm, IXFormRenderConfig xformConfig, IFormDataAdapter formDataAdapter, IEntityContext entityContext, SessionAttributes sessionAttributes)
WorkflowProcessingContext
WorkflowProcessingContextManager. createContext(Vorgang process, IWorkflowProcessing processing, IXForm xForm, IXFormRenderConfig xformConfig, IFormDataAdapter formDataAdapter, IEntityContext entityContext, Map<String,Serializable> sessionAttributes)
Deprecated.void
WorkflowProcessingContextManager. destroyContext(Vorgang vorgang)
Deprecated.Dient dazu, einen existierenden ProcessingContext zu zerstören.void
WorkflowProcessingContextManager. destroyContextWithoutSystemContext(Vorgang vorgang)
Deprecated.Dient dazu, einen existierenden ProcessingContext zu zerstören, wobei darauf geachtet wird, ob es sich um einen "Systemkontext" handelt.WorkflowProcessingContext
WorkflowProcessingContextManager. getContext(Vorgang vorgang)
Deprecated.void
WorkflowProcessingContext. setVorgang(Vorgang vorgang)
Deprecated. -
Uses of Vorgang in de.xima.fc.bl.fdv.processing.helper
Methods in de.xima.fc.bl.fdv.processing.helper that return Vorgang Modifier and Type Method Description static Vorgang
VorgangCopyHelper. clone(IEntityContext ec, Vorgang origVorgang)
Deprecated.useProcessCopyUtil
static Vorgang
VorgangCopyHelper. copy(IEntityContext ec, Vorgang origin, Vorgang clone)
Deprecated.useProcessCopyUtil
Methods in de.xima.fc.bl.fdv.processing.helper with parameters of type Vorgang Modifier and Type Method Description static Vorgang
VorgangCopyHelper. clone(IEntityContext ec, Vorgang origVorgang)
Deprecated.useProcessCopyUtil
static void
VorgangCopyHelper. cloneFormeingaengeAndAttachToVorgang(IEntityContext ec, Vorgang originalV, Vorgang clonedV)
Deprecated.useProcessCopyUtil
static Vorgang
VorgangCopyHelper. copy(IEntityContext ec, Vorgang origin, Vorgang clone)
Deprecated.useProcessCopyUtil
static void
VorgangCopyHelper. copyAttachments(IEntityContext ec, Vorgang originalVorgang, Vorgang clonedVorgang)
Deprecated.useProcessCopyUtil
static void
VorgangCopyHelper. setProzessUid(Vorgang origVorgang, Vorgang clonedVorgang)
Deprecated.useProcessCopyUtil
-
Uses of Vorgang in de.xima.fc.bl.fdv.savedata
Methods in de.xima.fc.bl.fdv.savedata with parameters of type Vorgang Modifier and Type Method Description static IFormDataAdapter
SaveFormDataAdapter. extendSendData(IEntityContext ec, Vorgang vorgang, IFormDataAdapter fdaData, XForm xform)
static void
VorgangsDataHelper. insertEingabeWerteToProjektDataTables(IEntityContext ec, Vorgang vorgang)
Deprecated.static IFormDataAdapter
SaveFormDataAdapter. instFor(IEntityContext ec, Vorgang v)
Deprecated.static IFormDataAdapter
SaveFormDataAdapter. instFor(IEntityContext ec, Map<String,List<String>> dataMap, Vorgang v)
Deprecated. -
Uses of Vorgang in de.xima.fc.com.interfaces
Methods in de.xima.fc.com.interfaces with parameters of type Vorgang Modifier and Type Method Description void
IFSSession. callback(String callbackHandlerName, IFormDataAdapter formData, Vorgang process)
Method to perform an callback on the frontend-server -
Uses of Vorgang in de.xima.fc.common.form_record.chat
Methods in de.xima.fc.common.form_record.chat with parameters of type Vorgang Modifier and Type Method Description static DefaultCreateNewFormRecordChatRequest.Builder
DefaultCreateNewFormRecordChatRequest. createNewFormRecordChatRequestBuilder(Vorgang formRecord)
Creates a new builder for aDefaultCreateNewFormRecordChatRequest
. -
Uses of Vorgang in de.xima.fc.copy
Methods in de.xima.fc.copy that return Vorgang Modifier and Type Method Description static Vorgang
ProcessCopyUtil. clone(IEntityContext ec, Vorgang origVorgang)
Deprecated.static Vorgang
ProcessCopyUtil. clone(IEntityContext ec, Vorgang origVorgang, boolean anonymize)
Creates a copy of the given form record.static Vorgang
ProcessCopyUtil. copy(IEntityContext ec, Vorgang origin, Vorgang clone)
Deprecated.static Vorgang
ProcessCopyUtil. copy(IEntityContext ec, Vorgang origin, Vorgang clone, boolean anonymize)
Methods in de.xima.fc.copy with parameters of type Vorgang Modifier and Type Method Description static Vorgang
ProcessCopyUtil. clone(IEntityContext ec, Vorgang origVorgang)
Deprecated.static Vorgang
ProcessCopyUtil. clone(IEntityContext ec, Vorgang origVorgang, boolean anonymize)
Creates a copy of the given form record.static void
ProcessCopyUtil. cloneSubmitsAndAttachToProcess(IEntityContext ec, Vorgang origProcess, Vorgang clonedProcess)
static void
ProcessCopyUtil. cloneSubmitsAndAttachToProcess(IEntityContext ec, Vorgang origProcess, Vorgang clonedProcess, boolean anonymize)
Diese Methode dient dazu die Formeingänge eines Vorgangs zu klonen und diese einem neuen Vorgang hinzuzufügen.static Vorgang
ProcessCopyUtil. copy(IEntityContext ec, Vorgang origin, Vorgang clone)
Deprecated.static Vorgang
ProcessCopyUtil. copy(IEntityContext ec, Vorgang origin, Vorgang clone, boolean anonymize)
static void
ProcessCopyUtil. copyAttachments(IEntityContext ec, Vorgang originalVorgang, Vorgang clonedVorgang)
Kopiert alle zumoriginalVorgang
gehörenden Dateien in das entsprechende Verzeichnis der Vorgangskopie.static void
ProcessCopyUtil. setProcessUUID(Vorgang origVorgang, Vorgang clonedVorgang)
Deprecated.The uuid should not be changed anymore! -
Uses of Vorgang in de.xima.fc.dao.impl
Methods in de.xima.fc.dao.impl that return Vorgang Modifier and Type Method Description Vorgang
VorgangDao. addSubmission(IEntityContext ec, Vorgang formRecord, IUser user, EFormRecordSubmitContext submitContext, FrontendServer submitFrontendServer, String submitServerBaseUrl, String formData, boolean newDataEntry)
Vorgang
VorgangDao. correctStatus(IEntityContext ec, Vorgang formRecord, Status targetState, Benutzer user)
Deprecated.Vorgang
VorgangDao. correctStatus(IEntityContext ec, Vorgang formRecord, Status targetState, IUser user)
Vorgang
VorgangDao. getByProzessId(IEntityContext ec, String prozessId)
Vorgang
VorgangDao. getByUUID(IEntityContext ec, String uuid)
Vorgang
VorgangDao. getByUUID(IEntityContext ec, UUID uuid)
Vorgang
VorgangDao. getByUuidAndUser(IEntityContext ec, UUID uuid, IUser user)
Vorgang
VorgangDao. getByVerifyId(IEntityContext ec, String verifyId)
Vorgang
VorgangDao. getParent(IEntityContext ec, Vorgang formRecord)
Vorgang
VorgangDao. setFormData(IEntityContext ec, Vorgang v, String formData)
Deprecated.Methods in de.xima.fc.dao.impl that return types with arguments of type Vorgang Modifier and Type Method Description List<Vorgang>
VorgangDao. allByPostfach(IEntityContext ec, Postfach postfach)
List<Vorgang>
VorgangDao. allByProjekt(IEntityContext ec, Projekt pro)
List<Vorgang>
VorgangDao. getByUser(IEntityContext ec, IUser user)
PagedResult<Vorgang>
VorgangDao. getByUser(IEntityContext ec, IUser user, int page, int pageSize)
List<Vorgang>
VorgangDao. getChildren(IEntityContext ec, Vorgang formRecord)
protected IFCDaoActionHook<Vorgang>
VorgangDao. getPostActionHook()
protected IFCDaoActionHook<Vorgang>
VorgangDao. getPreActionHook()
List<Vorgang>
VorgangDao. getVorgaengeByBenutzer(IEntityContext ec, Benutzer benutzer)
Deprecated.List<ExtendedEntityModel<Vorgang>>
VorgangsDataDao. getVorgaengeData(IEntityContext ec, Projekt projekt, de.xima.cmn.criteria.QueryCriteriaManager qcm, EProjectSpecificDBTable tableType)
List<ExtendedEntityModel<Vorgang>>
VorgangsDataDao. getVorgaengeData(IEntityContext ec, Projekt projekt, de.xima.cmn.criteria.QueryCriteriaManager qcm, EProjectSpecificDBTable tableType, Postfach... inboxes)
List<ExtendedEntityModel<Vorgang>>
VorgangsDataDao. getVorgaengeData(IEntityContext ec, Projekt projekt, Postfach pf, de.xima.cmn.criteria.QueryCriteriaManager qcm, EProjectSpecificDBTable tableType)
ExtendedEntityModel<Vorgang>
VorgangsDataDao. getVorgangsData(IEntityContext ec, Projekt projekt, Vorgang vorgang, de.xima.cmn.criteria.QueryCriteriaManager qcm, EProjectSpecificDBTable tableType)
Methods in de.xima.fc.dao.impl with parameters of type Vorgang Modifier and Type Method Description Vorgang
VorgangDao. addSubmission(IEntityContext ec, Vorgang formRecord, IUser user, EFormRecordSubmitContext submitContext, FrontendServer submitFrontendServer, String submitServerBaseUrl, String formData, boolean newDataEntry)
List<FormEingang>
FormEingangDao. all(IEntityContext ec, Vorgang v)
Deprecated.Vorgang
VorgangDao. correctStatus(IEntityContext ec, Vorgang formRecord, Status targetState, Benutzer user)
Deprecated.Vorgang
VorgangDao. correctStatus(IEntityContext ec, Vorgang formRecord, Status targetState, IUser user)
void
AttachmentDao. deleteByUuid(IEntityContext ec, String uuid, Vorgang formRecord)
boolean
VorgangDao. existsIdentityToken(IEntityContext ec, Vorgang formRecord, String identityToken, Projekt project)
void
VorgangsDataDao. fillData(IEntityContext ec, Vorgang v, Map<String,String> dataMap, Long formEingangID, EProjectSpecificDBTable tableType)
Diese Methode dient dazu Werte aus den Formulardaten in eine vorher erzeugte Tabelle zu schreiben.List<Attachment>
AttachmentDao. getAllBy(IEntityContext ec, Vorgang vorgang, EAttachmentSource source, String uuid)
Attachment
AttachmentDao. getByName(IEntityContext ec, Vorgang vorgang, String name)
Attachment
AttachmentDao. getByUUID(IEntityContext ec, String uuid, Vorgang v)
List<Vorgang>
VorgangDao. getChildren(IEntityContext ec, Vorgang formRecord)
String
VorgangDao. getFormData(IEntityContext ec, Vorgang v)
Vorgang
VorgangDao. getParent(IEntityContext ec, Vorgang formRecord)
List<WorkflowTask>
WorkflowTaskDao. getTasksWithTriggerType(IEntityContext ec, Vorgang formRecord, List<String> triggerTypes)
ExtendedEntityModel<Vorgang>
VorgangsDataDao. getVorgangsData(IEntityContext ec, Projekt projekt, Vorgang vorgang, de.xima.cmn.criteria.QueryCriteriaManager qcm, EProjectSpecificDBTable tableType)
void
DatentabelleDao. insertValuesToTables(IEntityContext ec, Vorgang vorgang)
Diese Methode dient dazu, EingabeWerte aus einem Vorgang in die Projekt-Postfach-Tabelle bzw.FormEingang
FormEingangDao. mostCurrent(IEntityContext ec, Vorgang v)
long
FormEingangDao. ownerId(IEntityContext ec, Vorgang v)
Deprecated.Vorgang
VorgangDao. setFormData(IEntityContext ec, Vorgang v, String formData)
Deprecated. -
Uses of Vorgang in de.xima.fc.dao.impl.sqlbuilder
Methods in de.xima.fc.dao.impl.sqlbuilder with parameters of type Vorgang Modifier and Type Method Description javax.persistence.Query
AVorgangsDataSQLBuilder. createSingleQuery(IEntityContext ec, Projekt projekt, Vorgang v, de.xima.cmn.criteria.QueryCriteriaManager qcm)
-
Uses of Vorgang in de.xima.fc.dao.interfaces
Methods in de.xima.fc.dao.interfaces that return Vorgang Modifier and Type Method Description Vorgang
IVorgangDao. addSubmission(IEntityContext ec, Vorgang formRecord, IUser user, EFormRecordSubmitContext submitContext, FrontendServer submitFrontendServer, String submitServerBaseUrl, String formData, boolean newDataEntry)
Adds a new submission to the form record.Vorgang
IVorgangDao. correctStatus(IEntityContext ec, Vorgang formRecord, Status targetState, Benutzer user)
Deprecated.Vorgang
IVorgangDao. correctStatus(IEntityContext ec, Vorgang formRecord, Status targetState, IUser user)
Vorgang
IVorgangDao. getByProzessId(IEntityContext ec, String prozessId)
Vorgang
IVorgangDao. getByUUID(IEntityContext ec, String uuid)
Returns the form record with the given UUIDVorgang
IVorgangDao. getByUUID(IEntityContext ec, UUID uuid)
Returns the form record with the given UUIDVorgang
IVorgangDao. getByUuidAndUser(IEntityContext ec, UUID uuid, IUser user)
Finds the form record for the given UUID if the given user has submitted it at some point.Vorgang
IVorgangDao. getByVerifyId(IEntityContext ec, String verifyId)
GetsVorgang
by its Verify-IDVorgang
IVorgangDao. getParent(IEntityContext ec, Vorgang formRecord)
Vorgang
IVorgangDao. setFormData(IEntityContext ec, Vorgang process, String formData)
Deprecated.Methods in de.xima.fc.dao.interfaces that return types with arguments of type Vorgang Modifier and Type Method Description List<Vorgang>
IVorgangDao. allByPostfach(IEntityContext ec, Postfach postfach)
List<Vorgang>
IVorgangDao. allByProjekt(IEntityContext ec, Projekt pro)
List<Vorgang>
IVorgangDao. getByUser(IEntityContext ec, IUser user)
Gets a list of all form records the user has submitted at some point, in descending order of their (last) modification instant.PagedResult<Vorgang>
IVorgangDao. getByUser(IEntityContext ec, IUser user, int page, int pageSize)
Gets a sub list of form records the user has submitted at some point, in descending order of their (last) modification instant.List<Vorgang>
IVorgangDao. getChildren(IEntityContext ec, Vorgang formRecord)
List<Vorgang>
IVorgangDao. getVorgaengeByBenutzer(IEntityContext ec, Benutzer benutzer)
Deprecated.List<ExtendedEntityModel<Vorgang>>
IVorgangsDataDao. getVorgaengeData(IEntityContext ec, Projekt pro, de.xima.cmn.criteria.QueryCriteriaManager qcm, EProjectSpecificDBTable tableType)
List<ExtendedEntityModel<Vorgang>>
IVorgangsDataDao. getVorgaengeData(IEntityContext ec, Projekt pro, de.xima.cmn.criteria.QueryCriteriaManager qcm, EProjectSpecificDBTable tableType, Postfach... inboxes)
List<ExtendedEntityModel<Vorgang>>
IVorgangsDataDao. getVorgaengeData(IEntityContext ec, Projekt pro, Postfach pf, de.xima.cmn.criteria.QueryCriteriaManager qcm, EProjectSpecificDBTable tableType)
Deprecated.ExtendedEntityModel<Vorgang>
IVorgangsDataDao. getVorgangsData(IEntityContext ec, Projekt pro, Vorgang v, de.xima.cmn.criteria.QueryCriteriaManager qcm, EProjectSpecificDBTable tableType)
Methods in de.xima.fc.dao.interfaces with parameters of type Vorgang Modifier and Type Method Description Vorgang
IVorgangDao. addSubmission(IEntityContext ec, Vorgang formRecord, IUser user, EFormRecordSubmitContext submitContext, FrontendServer submitFrontendServer, String submitServerBaseUrl, String formData, boolean newDataEntry)
Adds a new submission to the form record.List<FormEingang>
IFormEingangDao. all(IEntityContext ec, Vorgang v)
Deprecated.Vorgang
IVorgangDao. correctStatus(IEntityContext ec, Vorgang formRecord, Status targetState, Benutzer user)
Deprecated.Vorgang
IVorgangDao. correctStatus(IEntityContext ec, Vorgang formRecord, Status targetState, IUser user)
void
IAttachmentDao. deleteByUuid(IEntityContext ec, String uuid, Vorgang formRecord)
Deletes the attachment of the given form record with the given UUIDboolean
IVorgangDao. existsIdentityToken(IEntityContext ec, Vorgang formRecord, String identityToken, Projekt project)
Checks whether there exists any form record that belongs to the same project as the given project is not the same as the given form record but has got the same identity token as the given tokenvoid
IVorgangsDataDao. fillData(IEntityContext ec, Vorgang v, Map<String,String> dataMap, Long formEingangID, EProjectSpecificDBTable tableType)
List<Attachment>
IAttachmentDao. getAllBy(IEntityContext ec, Vorgang vorgang, EAttachmentSource source, String uuid)
Attachment
IAttachmentDao. getByName(IEntityContext ec, Vorgang vorgang, String name)
Attachment
IAttachmentDao. getByUUID(IEntityContext ec, String uuid, Vorgang v)
List<Vorgang>
IVorgangDao. getChildren(IEntityContext ec, Vorgang formRecord)
List<TElement>
IWorkflowElementDao. getForCurrentVersionBy(IEntityContext ec, Vorgang formRecord, de.xima.cmn.criteria.FilterCriterion filter)
Finds all workflow element entities matching the given filter criterion on aAWorkflowElement
.default List<TElement>
IWorkflowElementDao. getForCurrentVersionBy(IEntityContext ec, Vorgang formRecord, String type, SearchTerm... searchTerms)
Finds all workflow element of the given type and with the given search terms.List<TElement>
IWorkflowElementDao. getForCurrentVersionBy(IEntityContext ec, Vorgang formRecord, String type, List<SearchTerm> searchTerms)
Finds all workflow element of the given type and with the given search terms.String
IVorgangDao. getFormData(IEntityContext ec, Vorgang v)
Vorgang
IVorgangDao. getParent(IEntityContext ec, Vorgang formRecord)
default List<WorkflowTask>
IWorkflowTaskDao. getTasksWithTriggerType(IEntityContext ec, Vorgang formRecord, String... triggerTypes)
List<WorkflowTask>
IWorkflowTaskDao. getTasksWithTriggerType(IEntityContext ec, Vorgang formRecord, List<String> triggerTypes)
ExtendedEntityModel<Vorgang>
IVorgangsDataDao. getVorgangsData(IEntityContext ec, Projekt pro, Vorgang v, de.xima.cmn.criteria.QueryCriteriaManager qcm, EProjectSpecificDBTable tableType)
void
IDatentabelleDao. insertValuesToTables(IEntityContext ec, Vorgang vorgang)
FormEingang
IFormEingangDao. mostCurrent(IEntityContext ec, Vorgang v)
Speziell: für 'Portal'-Zeuglong
IFormEingangDao. ownerId(IEntityContext ec, Vorgang v)
Deprecated.Vorgang
IVorgangDao. setFormData(IEntityContext ec, Vorgang process, String formData)
Deprecated. -
Uses of Vorgang in de.xima.fc.dao.interfaces.sqlbuilder
Methods in de.xima.fc.dao.interfaces.sqlbuilder with parameters of type Vorgang Modifier and Type Method Description javax.persistence.Query
IVorgangsDataSQLBuilder. createSingleQuery(IEntityContext ec, Projekt projekt, Vorgang v, de.xima.cmn.criteria.QueryCriteriaManager qcm)
-
Uses of Vorgang in de.xima.fc.dao.utils
Methods in de.xima.fc.dao.utils with parameters of type Vorgang Modifier and Type Method Description void
ProtokollUtils. addMalwareDetectedProtocolEntry(IEntityContext ec, IUser user, String scannedItem, MalwareScanReport report, Vorgang formRecord)
Adds a processing protocol entry when malware was detected in a file or some data.void
ProtokollUtils. addProcessProtocolEntry(Vorgang formRecord, ProtocolEntryProcessing entry, IEntityContext ec)
Fills in missing pieces of information of aProtocolEntryProcessing
, and saves that entry in the database.void
ProtokollUtils. addStateChangeProtocolEntry(IEntityContext ec, Mandant client, Benutzer user, Vorgang formRecord, WorkflowState oldState, WorkflowState newState)
void
ProtokollUtils. addStateChangeProtocolEntry(IEntityContext ec, Mandant client, IUser user, Vorgang formRecord, WorkflowState oldState, WorkflowState newState)
Adds a protocol entry for a state change, i.e.void
ProtokollUtils. addTriggerFiredProtocolEntry(IEntityContext ec, Mandant client, Benutzer user, Vorgang formRecord, WorkflowTask task)
Deprecated.void
ProtokollUtils. addTriggerFiredProtocolEntry(IEntityContext ec, Mandant client, IUser user, Vorgang formRecord, WorkflowTask task)
Adds the protocol entry for when a workflow trigger was fired.void
ProtokollUtils. addVorgangPeBase(Vorgang vorgang, ProtocolEntryProcessing entry, IEntityContext ec)
List<ProtocolEntryProcessing>
ProtokollUtils. getProcessLogEntries(Vorgang formRecord, IEntityContext ec)
-
Uses of Vorgang in de.xima.fc.data
Methods in de.xima.fc.data that return Vorgang Modifier and Type Method Description static Vorgang
SaveFormDataHelper. resolveToVorgang(IEntityContext ec, IFormDataAdapter formData)
-
Uses of Vorgang in de.xima.fc.entities
Methods in de.xima.fc.entities that return Vorgang Modifier and Type Method Description Vorgang
Appointment. getFormRecord()
Vorgang
FormRecordChat. getFormRecord()
Vorgang
FormRecordSubmission. getFormRecord()
Vorgang
Vorgang. getParentVorgang()
Deprecated.usegetParentId()
Vorgang
Appointment. getVorgang()
Deprecated.Vorgang
Attachment. getVorgang()
Diese Methode dient dazu, denVorgang
zu ermitteln, zu dem dasAttachment
hinzugefügt wurdeVorgang
FormEingang. getVorgang()
Methods in de.xima.fc.entities that return types with arguments of type Vorgang Modifier and Type Method Description List<Vorgang>
Vorgang. getChildren()
Deprecated.Can be extremely slow !!! Use query withATTR_PARENT_ID
as filterMethods in de.xima.fc.entities with parameters of type Vorgang Modifier and Type Method Description void
Vorgang. addChild(Vorgang vorgang)
Deprecated.void
Vorgang. removeChild(Vorgang vorgang)
Deprecated.void
Appointment. setFormRecord(Vorgang formRecord)
void
FormRecordChat. setFormRecord(Vorgang formRecord)
void
FormRecordSubmission. setFormRecord(Vorgang formRecord)
void
ProtocolEntryProcessing. setFormRecord(Vorgang formRecord)
void
Vorgang. setParentVorgang(Vorgang parentVorgang)
Deprecated.void
Appointment. setVorgang(Vorgang formRecord)
Deprecated.void
Attachment. setVorgang(Vorgang vorgang)
Diese Methode dient dazu, den Vorgang zu setzten, zu dem dasAttachment
zugehörig ist (Bedingung: nicht null).void
FormEingang. setVorgang(Vorgang vorgang)
Deprecated.The form record is set at theFormEingang.submission
.Method parameters in de.xima.fc.entities with type arguments of type Vorgang Modifier and Type Method Description void
Vorgang. setChildren(List<Vorgang> children)
Deprecated.Can be extremely slow !!! Use query withATTR_PARENT_ID
as filter -
Uses of Vorgang in de.xima.fc.entities.interfaces
Methods in de.xima.fc.entities.interfaces that return Vorgang Modifier and Type Method Description Vorgang
IVorgangDependent. getVorgang()
-
Uses of Vorgang in de.xima.fc.factory.form.record
Methods in de.xima.fc.factory.form.record with parameters of type Vorgang Modifier and Type Method Description static IFormRecordDoiInitData
FormRecordDataFactory. doiInitData(IEntityContext ec, Vorgang formRecord)
-
Uses of Vorgang in de.xima.fc.form
Methods in de.xima.fc.form that return Vorgang Modifier and Type Method Description static Vorgang
FormProcessUtil. createVorgang(IFormRequestContext requestCtx)
Deprecated.static Vorgang
FormProcessUtil. processVorgang(IExtendedFormRequestContext requestCtx)
Deprecated.static Vorgang
FormProcessUtil. updateVorgang(IFormRequestContext requestCtx)
Deprecated.Methods in de.xima.fc.form with parameters of type Vorgang Modifier and Type Method Description static FormEingang
FormProcessUtil. createFormEingang(IFormRequestContext requestCtx, Vorgang v)
Deprecated.static Map<String,List<String>>
FormProcessUtil. getFormDataMap(IFormRequestContext ctx, Vorgang v)
Deprecated.static FormEingang
FormProcessUtil. updateFormEingang(IFormRequestContext requestCtx, Vorgang v)
Deprecated. -
Uses of Vorgang in de.xima.fc.form.appointment
Methods in de.xima.fc.form.appointment that return Vorgang Modifier and Type Method Description Vorgang
AppointmentPersistBuilder. build(Vorgang formRecord)
Processes the appointments, saving them or deleting them as required.Methods in de.xima.fc.form.appointment with parameters of type Vorgang Modifier and Type Method Description Vorgang
AppointmentPersistBuilder. build(Vorgang formRecord)
Processes the appointments, saving them or deleting them as required. -
Uses of Vorgang in de.xima.fc.form.helper
Methods in de.xima.fc.form.helper with parameters of type Vorgang Modifier and Type Method Description static Attachment
AttachmentHelper. createAttachment(UserContext uc, Mandant man, Benutzer ben, Vorgang vorgang, String fileName, EAttachmentSource attachmentSource, InputStream is)
static Attachment
AttachmentHelper. createAttachment(UserContext uc, Mandant man, Benutzer ben, Vorgang vorgang, org.apache.commons.fileupload.FileItem item, EAttachmentSource attachmentSource)
static Attachment
AttachmentHelper. createAttachment(UserContext uc, Mandant man, IUser user, Vorgang vorgang, String fileName, EAttachmentSource attachmentSource, InputStream is)
static Attachment
AttachmentHelper. createAttachmentBody(byte[] daten, String userName, String filename, Mandant mandant, Vorgang vorgang, EAttachmentSource attachmentSource)
static Attachment
AttachmentHelper. createAttachmentBody(byte[] daten, String userName, org.apache.commons.fileupload.FileItem item, Mandant mandant, Vorgang vorgang, EAttachmentSource attachmentSource)
static void
FormPluginHelper. executePreProcess(IFormRequestContext requestCtx, Vorgang v)
Deprecated.invoked whileFormProcessContextBuilder.build()
static void
FormPluginHelper. executePreResponse(IFormRequestContext requestCtx, Vorgang v, IWorkflowResponse resp)
Deprecated.invoked whileFormProcessContextBuilder.build()
static String
URLHelper. formRequestCopyFor(String baseUrl, Projekt p, ValueParameters params, FormVersion formVersion, Vorgang v)
Builds a URL to the form copy servlet with a given process id of the process to copystatic boolean
AttachmentHelper. hanldeFormUploads(IFormRequestContext requestCtx, IXForm xform, Vorgang vorgang)
Deprecated.static String
URLHelper. previewUrlFor(String baseUrl, String language, Projekt projekt, ValueParameters params, FormVersion formVersion, Vorgang formRecord, FRQSession frqsession)
static String
URLHelper. previewUrlFor(String baseUrl, String language, Projekt projekt, ValueParameters params, FormVersion formVersion, Vorgang formRecord, FRQSession frqsession, String optionalSessionID)
static String
URLHelper. provideUrlFor(String baseUrl, Projekt p, ValueParameters params, FormVersion formVersion, Vorgang v)
static String
URLHelper. provideUrlFor(String baseUrl, Projekt p, ValueParameters params, Vorgang v)
static String
URLHelper. submitUrlFor(IFormRequestContext requestCtx, Vorgang vorgang)
static String
URLHelper. submitUrlForVorgang(String baseUrl, Projekt p, ValueParameters params, FormVersion formVersion, Vorgang vorgang)
static String
URLHelper. submitUrlForVorgang(String baseUrl, Projekt p, ValueParameters params, Vorgang vorgang)
static Attachment
AttachmentHelper. updateAttachmentBody(UserContext uc, Attachment at, byte[] daten, String userName, org.apache.commons.fileupload.FileItem item, Vorgang vorgang)
-
Uses of Vorgang in de.xima.fc.form.identitytoken
Methods in de.xima.fc.form.identitytoken that return types with arguments of type Vorgang Modifier and Type Method Description Optional<Vorgang>
IdentityTokenUpdate. getFailedFormRecord()
List<Map.Entry<String,List<Vorgang>>>
IdentityTokenUpdate. getViolations()
Methods in de.xima.fc.form.identitytoken with parameters of type Vorgang Modifier and Type Method Description static IdentityTokenCheck
IdentityTokenCheck. perform(IEntityContext ec, IFormDataAdapter fda, Vorgang formRecord)
static IdentityTokenGeneration
IdentityTokenGeneration. perform(IEntityContext ec, IFormDataAdapter fda, Vorgang formRecord, FormVersion formVersion, Projekt project, com.alibaba.fastjson.JSONObject userData)
When enabled, an ID is generated based on the data of a submitted form. -
Uses of Vorgang in de.xima.fc.form.lock
Methods in de.xima.fc.form.lock with parameters of type Vorgang Modifier and Type Method Description static FormRecordLockContext
FormRecordLockContext. forFormRecord(Vorgang formRecord)
void
FormRecordLockContext. update(Vorgang newFormRecord)
-
Uses of Vorgang in de.xima.fc.form.persist
Fields in de.xima.fc.form.persist declared as Vorgang Modifier and Type Field Description protected Vorgang
FormPersistContext. vorgang
Methods in de.xima.fc.form.persist that return Vorgang Modifier and Type Method Description Vorgang
AttachmentPersisterBuilder. build()
Deprecated.UseAttachmentPersisterBuilder.createPersistData()
(which may be called before a form record exists), then callAttachmentPersisterBuilder.build(AttachmentPersistBuildData, Vorgang)
with the existing form record.Vorgang
AttachmentPersisterBuilder. build(AttachmentPersistBuildData data, Vorgang formRecord)
Updates the form record with the attachments that were submitted and return the updated form record.Vorgang
FormPersistContext. getVorgang()
Methods in de.xima.fc.form.persist with parameters of type Vorgang Modifier and Type Method Description Vorgang
AttachmentPersisterBuilder. build(AttachmentPersistBuildData data, Vorgang formRecord)
Updates the form record with the attachments that were submitted and return the updated form record.void
FormPersistContext. setVorgang(Vorgang vorgang)
Constructors in de.xima.fc.form.persist with parameters of type Vorgang Constructor Description AttachmentPersisterBuilder(IFormRequestContext requestCtx, FormPersistRequest requestData, Vorgang vorgang, IXForm xform)
Creates a new attachment persister for a given form submission. -
Uses of Vorgang in de.xima.fc.form.process
Fields in de.xima.fc.form.process declared as Vorgang Modifier and Type Field Description protected Vorgang
FormProcessContext. vorgang
-
Uses of Vorgang in de.xima.fc.form.render
Methods in de.xima.fc.form.render that return Vorgang Modifier and Type Method Description Vorgang
FormRenderContext. getVorgang()
Methods in de.xima.fc.form.render with parameters of type Vorgang Modifier and Type Method Description void
FormRenderContext. setVorgang(Vorgang vorgang)
-
Uses of Vorgang in de.xima.fc.form.request
Fields in de.xima.fc.form.request declared as Vorgang Modifier and Type Field Description protected Vorgang
FormRequestContext. vorgang
Methods in de.xima.fc.form.request that return Vorgang Modifier and Type Method Description Vorgang
FormRequestContext. getVorgang()
Methods in de.xima.fc.form.request with parameters of type Vorgang Modifier and Type Method Description void
FormRequestContext. setVorgang(Vorgang vorgang)
-
Uses of Vorgang in de.xima.fc.fs.callback
Methods in de.xima.fc.fs.callback with parameters of type Vorgang Modifier and Type Method Description void
ICallback. execute(IFormDataAdapter saveFormData, Vorgang vorgang)
Deprecated.will be removedstatic void
CallbackExecuter. resolveCallback(String callbackName, IFormDataAdapter saveFormData, Vorgang vorgang)
Deprecated.will be removed -
Uses of Vorgang in de.xima.fc.fs.server
Methods in de.xima.fc.fs.server with parameters of type Vorgang Modifier and Type Method Description void
FSSessionImpl. callback(String callbackName, IFormDataAdapter saveFormData, Vorgang vorgang)
Deprecated.will be removedstatic void
FSServer. execCallback(String connectionID, String callbackName, IFormDataAdapter saveFormData, Vorgang vorgang)
Deprecated.will be removed -
Uses of Vorgang in de.xima.fc.gui.bean.project
Methods in de.xima.fc.gui.bean.project that return Vorgang Modifier and Type Method Description Vorgang
ProjectInviteBean. createEmptyProcess(Projekt project, IFormRequestContext reqCtx, IEntityContext ec)
creates an empty process and saves it in vorgang databaseMethods in de.xima.fc.gui.bean.project with parameters of type Vorgang Modifier and Type Method Description FormEingangDatei
ProjectInviteBean. createEmptyFeDatei(Vorgang process)
creates an empty FeDatei with default values -
Uses of Vorgang in de.xima.fc.gui.common.utils
Methods in de.xima.fc.gui.common.utils that return Vorgang Modifier and Type Method Description Vorgang
FormParser. getProcess()
Deprecated.static Vorgang
EntityUtils. setProcessRead(Vorgang process, boolean read)
Deprecated.static Vorgang
EntityUtils. setProcessRead(Long formRecordId, boolean read)
Deprecated.static Vorgang
EntityUtils. setProcessRead(String processId, boolean read)
Deprecated.Methods in de.xima.fc.gui.common.utils that return types with arguments of type Vorgang Modifier and Type Method Description static List<Vorgang>
EntityUtils. getFormRecords(List<Long> formRecordIds)
Deprecated.static List<ExtendedEntityModel<Vorgang>>
EntityUtils. setExtendedFormRecordsRead(List<ExtendedEntityModel<Vorgang>> formRecords, boolean read)
Deprecated.static List<Vorgang>
EntityUtils. setFormRecordsRead(List<Vorgang> formRecords, boolean read)
Deprecated.Methods in de.xima.fc.gui.common.utils with parameters of type Vorgang Modifier and Type Method Description static boolean
PermissionUtils. canUserAccessFormRecord(UserContext uc, Benutzer user, Vorgang process)
Deprecated.static boolean
PermissionUtils. canUserAccessProcess(Benutzer user, Vorgang process)
Deprecated.static void
EntityUtils. executeFormRecordRowStylingScript(Vorgang formRecord)
static String
FormRecordUtils. getEffectiveSubject(Vorgang formRecord)
Returns the effective subject of a form record.static ProtocolEntryProcessing
EntityUtils. getNewCommentEntry(Benutzer user, Vorgang process, String comment)
Deprecated.static ProtocolEntryProcessing
EntityUtils. getNewCommentEntry(IUser user, Vorgang process, String comment)
static boolean
PermissionUtils. isFormRecordDataAccessible(Vorgang formRecord)
static boolean
FormRecordUtils. isLockedInInbox(Vorgang formRecord)
Checks if a form record is locked in the inbox.void
FormParser. setProcess(Vorgang process)
Deprecated.static Vorgang
EntityUtils. setProcessRead(Vorgang process, boolean read)
Deprecated.Method parameters in de.xima.fc.gui.common.utils with type arguments of type Vorgang Modifier and Type Method Description static List<ExtendedEntityModel<Vorgang>>
EntityUtils. setExtendedFormRecordsRead(List<ExtendedEntityModel<Vorgang>> formRecords, boolean read)
Deprecated.static List<Vorgang>
EntityUtils. setFormRecordsRead(List<Vorgang> formRecords, boolean read)
Deprecated.Constructors in de.xima.fc.gui.common.utils with parameters of type Vorgang Constructor Description FormParser(Vorgang formRecord, Locale locale, Benutzer user)
Deprecated. -
Uses of Vorgang in de.xima.fc.handler.entity
Methods in de.xima.fc.handler.entity that return Vorgang Modifier and Type Method Description Vorgang
VorgangHandler. addAttachment(UserContext uc, Vorgang vorgang, Attachment attachment)
Vorgang
VorgangHandler. addAttachment(UserContext uc, Long vorgangId, Long attachmentId)
Vorgang
VorgangHandler. addSubmission(UserContext uc, Vorgang formRecord, IUser user, EFormRecordSubmitContext submitContext, FrontendServer submitFrontendServer, String submitServerBaseUrl, String formData, boolean newDataEntry)
Vorgang
VorgangHandler. changeStatusChangedReadFlag(UserContext uc, Vorgang process, boolean read)
Vorgang
VorgangHandler. correctStatus(UserContext uc, Vorgang formRecord, Status targetState, Benutzer user)
Deprecated.Vorgang
VorgangHandler. correctStatus(UserContext uc, Vorgang formRecord, Status targetState, IUser user)
Deprecated.Vorgang
VorgangHandler. getByUuidAndUser(UserContext uc, UUID uuid, IUser user)
Vorgang
VorgangHandler. getParent(UserContext uc, Vorgang formRecord)
Methods in de.xima.fc.handler.entity that return types with arguments of type Vorgang Modifier and Type Method Description List<Vorgang>
VorgangHandler. getAllByPostfach(UserContext uc, Postfach postfach)
List<Vorgang>
VorgangHandler. getByUser(UserContext uc, IUser user)
PagedResult<Vorgang>
VorgangHandler. getByUser(UserContext uc, IUser user, int page, int pageSize)
List<Vorgang>
VorgangHandler. getChildren(UserContext uc, Vorgang formRecord)
List<Vorgang>
VorgangHandler. getVorgaengeByBenutzer(UserContext uc, Benutzer benutzer)
Deprecated.List<ExtendedEntityModel<Vorgang>>
VorgangHandler. getVorgaengeData(UserContext uc, Projekt pro, de.xima.cmn.criteria.QueryCriteriaManager qcm, EProjectSpecificDBTable tableType, Postfach... inboxes)
List<ExtendedEntityModel<Vorgang>>
VorgangHandler. getVorgaengeData(UserContext uc, Projekt pro, Postfach pf, de.xima.cmn.criteria.QueryCriteriaManager qcm, EProjectSpecificDBTable tableType)
ExtendedEntityModel<Vorgang>
VorgangHandler. getVorgangsData(UserContext uc, Projekt pro, Vorgang v, de.xima.cmn.criteria.QueryCriteriaManager qcm, EProjectSpecificDBTable tableType)
ExtendedEntityModel<Vorgang>
VorgangHandler. getVorgangsData(UserContext uc, String prozessId, de.xima.cmn.criteria.QueryCriteriaManager qcm, EProjectSpecificDBTable tableType)
Methods in de.xima.fc.handler.entity with parameters of type Vorgang Modifier and Type Method Description Vorgang
VorgangHandler. addAttachment(UserContext uc, Vorgang vorgang, Attachment attachment)
void
ProtokollHandler. addMalwareDetectedProtocolEntry(UserContext uc, String scannedItem, MalwareScanReport report, Vorgang formRecord)
void
ProtokollHandler. addProcessProtocolEntry(UserContext uc, Vorgang vorgang, ProtocolEntryProcessing entry)
Vorgang
VorgangHandler. addSubmission(UserContext uc, Vorgang formRecord, IUser user, EFormRecordSubmitContext submitContext, FrontendServer submitFrontendServer, String submitServerBaseUrl, String formData, boolean newDataEntry)
Vorgang
VorgangHandler. changeStatusChangedReadFlag(UserContext uc, Vorgang process, boolean read)
Vorgang
VorgangHandler. correctStatus(UserContext uc, Vorgang formRecord, Status targetState, Benutzer user)
Deprecated.Vorgang
VorgangHandler. correctStatus(UserContext uc, Vorgang formRecord, Status targetState, IUser user)
Deprecated.void
VorgangHandler. delete(UserContext uc, Vorgang formRecord)
List<Attachment>
AttachmentHandler. getAllBy(UserContext uc, Vorgang vorgang, EAttachmentSource source, String uuid)
List<FormEingang>
FormEingangHandler. getAllBy(UserContext uc, Vorgang v)
Deprecated.Attachment
AttachmentHandler. getByName(UserContext uc, Vorgang vorgang, String name)
Attachment
AttachmentHandler. getByUUID(UserContext uc, String uuid, Vorgang v)
Postfach
PostfachHandler. getByVorgang(UserContext uc, Vorgang vorgang)
List<Vorgang>
VorgangHandler. getChildren(UserContext uc, Vorgang formRecord)
Map<String,String>
VorgangHandler. getCustomAttributes(UserContext uc, Vorgang process)
IFormRecordDoiInitData
VorgangHandler. getFormRecordDoiInitData(UserContext uc, Vorgang formRecord)
List<WorkflowTask>
WorkflowTaskHandler. getInboxTasks(UserContext uc, Vorgang formRecord, Benutzer user)
Deprecated.List<WorkflowTask>
WorkflowTaskHandler. getInboxTasks(UserContext uc, Vorgang formRecord, IUser user)
Vorgang
VorgangHandler. getParent(UserContext uc, Vorgang formRecord)
byte[]
ProtokollHandler. getProcessProtocolHtml(UserContext uc, Vorgang process, Locale locale)
byte[]
ProtokollHandler. getProcessProtocolPdf(UserContext uc, Vorgang process, Locale locale)
ExtendedEntityModel<Vorgang>
VorgangHandler. getVorgangsData(UserContext uc, Projekt pro, Vorgang v, de.xima.cmn.criteria.QueryCriteriaManager qcm, EProjectSpecificDBTable tableType)
boolean
WorkflowTaskHandler. isTaskInvokableInInbox(UserContext uc, WorkflowTask task, Vorgang formRecord, Benutzer user)
Deprecated.boolean
WorkflowTaskHandler. isTaskInvokableInInbox(UserContext uc, WorkflowTask task, Vorgang formRecord, IUser user)
FormEingang
FormEingangHandler. mostCurrent(UserContext uc, Vorgang v)
long
FormEingangHandler. ownerId(UserContext uc, Vorgang v)
Deprecated. -
Uses of Vorgang in de.xima.fc.handler.interfaces.entity
Methods in de.xima.fc.handler.interfaces.entity that return Vorgang Modifier and Type Method Description Vorgang
IVorgangHandler. addAttachment(UserContext uc, Vorgang vorgang, Attachment attachment)
Vorgang
IVorgangHandler. addAttachment(UserContext uc, Long vorgangId, Long attachmentId)
Vorgang
IVorgangHandler. addSubmission(UserContext uc, Vorgang formRecord, IUser user, EFormRecordSubmitContext submitContext, FrontendServer submitFrontendServer, String submitServerBaseUrl, String formData, boolean newDataEntry)
Adds a new submission to the form record.Vorgang
IVorgangHandler. changeStatusChangedReadFlag(UserContext uc, Vorgang process, boolean read)
Vorgang
IVorgangHandler. correctStatus(UserContext uc, Vorgang formRecord, Status targetState, Benutzer user)
Deprecated.Vorgang
IVorgangHandler. correctStatus(UserContext uc, Vorgang formRecord, Status targetState, IUser user)
Deprecated.The old workflow engine is deprecated, use the new workflow engine.Vorgang
IVorgangHandler. getByUuidAndUser(UserContext uc, UUID uuid, IUser user)
Finds the form record for the given UUID if the given user has submitted it at some point.Vorgang
IVorgangHandler. getParent(UserContext uc, Vorgang formRecord)
Methods in de.xima.fc.handler.interfaces.entity that return types with arguments of type Vorgang Modifier and Type Method Description List<Vorgang>
IVorgangHandler. getAllByPostfach(UserContext uc, Postfach postfach)
List<Vorgang>
IVorgangHandler. getByUser(UserContext uc, IUser user)
Gets a list of all form records the user has submitted at some point, in descending order of their (last) modification instant.PagedResult<Vorgang>
IVorgangHandler. getByUser(UserContext uc, IUser user, int page, int pageSize)
Gets a sub list of form records the user has submitted at some point, in descending order of their (last) modification instant.List<Vorgang>
IVorgangHandler. getChildren(UserContext uc, Vorgang formRecord)
List<Vorgang>
IVorgangHandler. getVorgaengeByBenutzer(UserContext uc, Benutzer benutzer)
Deprecated.List<ExtendedEntityModel<Vorgang>>
IVorgangHandler. getVorgaengeData(UserContext uc, Projekt pro, de.xima.cmn.criteria.QueryCriteriaManager qcm, EProjectSpecificDBTable tableType, Postfach... inboxes)
List<ExtendedEntityModel<Vorgang>>
IVorgangHandler. getVorgaengeData(UserContext uc, Projekt pro, Postfach pf, de.xima.cmn.criteria.QueryCriteriaManager qcm, EProjectSpecificDBTable tableType)
Deprecated.ExtendedEntityModel<Vorgang>
IVorgangHandler. getVorgangsData(UserContext uc, Projekt pro, Vorgang v, de.xima.cmn.criteria.QueryCriteriaManager qcm, EProjectSpecificDBTable tableType)
ExtendedEntityModel<Vorgang>
IVorgangHandler. getVorgangsData(UserContext uc, String prozessID, de.xima.cmn.criteria.QueryCriteriaManager qcm, EProjectSpecificDBTable tableType)
Methods in de.xima.fc.handler.interfaces.entity with parameters of type Vorgang Modifier and Type Method Description Vorgang
IVorgangHandler. addAttachment(UserContext uc, Vorgang vorgang, Attachment attachment)
void
IProtokollHandler. addMalwareDetectedProtocolEntry(UserContext uc, String scannedItem, MalwareScanReport report, Vorgang formRecord)
Adds a processing protocol entry when malware was detected in a file or some data.void
IProtokollHandler. addProcessProtocolEntry(UserContext uc, Vorgang vorgang, ProtocolEntryProcessing entry)
Vorgang
IVorgangHandler. addSubmission(UserContext uc, Vorgang formRecord, IUser user, EFormRecordSubmitContext submitContext, FrontendServer submitFrontendServer, String submitServerBaseUrl, String formData, boolean newDataEntry)
Adds a new submission to the form record.Vorgang
IVorgangHandler. changeStatusChangedReadFlag(UserContext uc, Vorgang process, boolean read)
Vorgang
IVorgangHandler. correctStatus(UserContext uc, Vorgang formRecord, Status targetState, Benutzer user)
Deprecated.Vorgang
IVorgangHandler. correctStatus(UserContext uc, Vorgang formRecord, Status targetState, IUser user)
Deprecated.The old workflow engine is deprecated, use the new workflow engine.void
IVorgangHandler. delete(UserContext uc, Vorgang formRecord)
List<Attachment>
IAttachmentHandler. getAllBy(UserContext uc, Vorgang vorgang, EAttachmentSource source, String uuid)
List<FormEingang>
IFormEingangHandler. getAllBy(UserContext uc, Vorgang v)
Deprecated.Attachment
IAttachmentHandler. getByName(UserContext uc, Vorgang vorgang, String name)
Attachment
IAttachmentHandler. getByUUID(UserContext uc, String uuid, Vorgang v)
Postfach
IPostfachHandler. getByVorgang(UserContext uc, Vorgang vorgang)
List<Vorgang>
IVorgangHandler. getChildren(UserContext uc, Vorgang formRecord)
Map<String,String>
IVorgangHandler. getCustomAttributes(UserContext uc, Vorgang v)
IFormRecordDoiInitData
IVorgangHandler. getFormRecordDoiInitData(UserContext uc, Vorgang formRecord)
List<WorkflowTask>
IWorkflowTaskHandler. getInboxTasks(UserContext uc, Vorgang formRecord, Benutzer user)
Deprecated.List<WorkflowTask>
IWorkflowTaskHandler. getInboxTasks(UserContext uc, Vorgang formRecord, IUser user)
Finds all tasks that are allowed to be invoked by the given user in the inbox.Vorgang
IVorgangHandler. getParent(UserContext uc, Vorgang formRecord)
byte[]
IProtokollHandler. getProcessProtocolHtml(UserContext uc, Vorgang process, Locale locale)
Creates an HTML string that represents the history of a given form record.byte[]
IProtokollHandler. getProcessProtocolPdf(UserContext uc, Vorgang process, Locale locale)
Returns a byte array, that represents the history of a given process as a PDF file.ExtendedEntityModel<Vorgang>
IVorgangHandler. getVorgangsData(UserContext uc, Projekt pro, Vorgang v, de.xima.cmn.criteria.QueryCriteriaManager qcm, EProjectSpecificDBTable tableType)
boolean
IWorkflowTaskHandler. isTaskInvokableInInbox(UserContext uc, WorkflowTask task, Vorgang formRecord, Benutzer user)
Deprecated.boolean
IWorkflowTaskHandler. isTaskInvokableInInbox(UserContext uc, WorkflowTask task, Vorgang formRecord, IUser user)
Checks whether the given task may be initiated by the given user in the inbox.FormEingang
IFormEingangHandler. mostCurrent(UserContext uc, Vorgang v)
Most current.long
IFormEingangHandler. ownerId(UserContext uc, Vorgang v)
Deprecated. -
Uses of Vorgang in de.xima.fc.handler.interfaces.system
Methods in de.xima.fc.handler.interfaces.system with parameters of type Vorgang Modifier and Type Method Description void
IStatisticsHandler. countFormProcess(UserContext uc, Vorgang v)
String
IPlaceholderHandler. parse(UserContext uc, String text, Vorgang formRecord, boolean encodeForHTML)
Deprecated.Use PlaceholderReplace directly insteadString
IPlaceholderHandler. replaceSessionValues(UserContext uc, String context, String sessionId, String template, Vorgang v)
Deprecated.Use PlaceholderReplace directly insteadboolean
IMailHandler. sendInviteMail(UserContext uc, Vorgang vorgang, String mailTo, DefaultReplacerParameters params)
boolean
IMailHandler. sendOptInMail(UserContext uc, Vorgang vorgang)
Send a feedback mail from the given client. -
Uses of Vorgang in de.xima.fc.handler.interfaces.workflow
Methods in de.xima.fc.handler.interfaces.workflow that return Vorgang Modifier and Type Method Description Vorgang
IFormDataHandler. setFormData(UserContext uc, Map<String,List<String>> nvPairs, Vorgang v)
Methods in de.xima.fc.handler.interfaces.workflow with parameters of type Vorgang Modifier and Type Method Description Map<String,List<String[]>>
IFormDataHandler. getFieldValueMap(UserContext uc, Vorgang v)
Gets the flatten form for.String
IFormDataHandler. getFormData(UserContext uc, Vorgang v)
Map<String,List<String>>
IFormDataHandler. getFormDataMap(UserContext uc, Vorgang v)
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)
.IWorkflowResponse
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)
.IFormDataAdapter
IFormDataHandler. instFor(UserContext uc, Vorgang v)
boolean
IFormDataHandler. processPostfachDynamicValues(UserContext uc, Vorgang process)
Speichern von Formulardaten in die dynamische Tabelle für die PostfachanzeigeVorgang
IFormDataHandler. setFormData(UserContext uc, Map<String,List<String>> nvPairs, Vorgang v)
FormEingang
IFormDataHandler. setFormData(UserContext uc, Map<String,List<String>> nvPairs, Vorgang v, FormEingang fe)
Deprecated. -
Uses of Vorgang in de.xima.fc.handler.system
Methods in de.xima.fc.handler.system with parameters of type Vorgang Modifier and Type Method Description void
StatisticsHandler. countFormProcess(UserContext uc, Vorgang process)
String
PlaceholderHandler. parse(UserContext uc, String text, Vorgang formRecord, boolean encodeForHTML)
String
PlaceholderHandler. replaceSessionValues(UserContext uc, String baseUrl, String sessionId, String template, Vorgang formRecord)
boolean
MailHandler. sendInviteMail(UserContext uc, Vorgang vorgang, String mailTo, DefaultReplacerParameters params)
boolean
MailHandler. sendOptInMail(UserContext uc, Vorgang vorgang)
-
Uses of Vorgang in de.xima.fc.handler.workflow
Methods in de.xima.fc.handler.workflow that return Vorgang Modifier and Type Method Description Vorgang
FormDataHandler. setFormData(UserContext uc, Map<String,List<String>> nvPairs, Vorgang v)
Methods in de.xima.fc.handler.workflow with parameters of type Vorgang Modifier and Type Method Description Map<String,List<String[]>>
FormDataHandler. getFieldValueMap(UserContext uc, Vorgang v)
Gets the flatten form for.String
FormDataHandler. getFormData(UserContext uc, Vorgang v)
Map<String,List<String>>
FormDataHandler. getFormDataMap(UserContext uc, Vorgang v)
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.IWorkflowResponse
WorkflowHandler. initWorkflow(UserContext uc, Vorgang vorgang, Status status, IUser user, Map<String,Serializable> sessionAttributes, boolean isCorrection, boolean anonymize)
Deprecated.Use the new workflow engine.IFormDataAdapter
FormDataHandler. instFor(UserContext uc, Vorgang v)
boolean
FormDataHandler. processPostfachDynamicValues(UserContext uc, Vorgang v)
Vorgang
FormDataHandler. setFormData(UserContext uc, Map<String,List<String>> nvPairs, Vorgang v)
FormEingang
FormDataHandler. setFormData(UserContext uc, Map<String,List<String>> nvPairs, Vorgang v, FormEingang fe)
Deprecated. -
Uses of Vorgang in de.xima.fc.helper
Methods in de.xima.fc.helper with parameters of type Vorgang Modifier and Type Method Description static int
HashHelper. getAttachmentsHashKey(Vorgang vorgang, String sessionId)
-
Uses of Vorgang in de.xima.fc.inbox.bean
Methods in de.xima.fc.inbox.bean that return Vorgang Modifier and Type Method Description Vorgang
ProcessReviewDoiBean. getFormRecord()
Vorgang
ProcessReviewBean. getProcess()
Vorgang
ProcessStateChangeBean. getProcess()
Vorgang
ProcessReviewBean. getUpdatedProcess()
Deprecated.Methods in de.xima.fc.inbox.bean with parameters of type Vorgang Modifier and Type Method Description String
ProcessViewBean. getStatus(Vorgang v)
boolean
ProcessReviewBean. isAccessible(Vorgang process)
void
ProcessReviewBean. setProcess(Vorgang process)
-
Uses of Vorgang in de.xima.fc.inbox.model
Methods in de.xima.fc.inbox.model that return Vorgang Modifier and Type Method Description Vorgang
FormRecordExtendedListItem. getEntity()
Vorgang
ProcessGUIModel. getProcess()
Methods in de.xima.fc.inbox.model that return types with arguments of type Vorgang Modifier and Type Method Description ExtendedEntityModel<Vorgang>
FormRecordExtendedListItem. getExtendedFormRecord()
Methods in de.xima.fc.inbox.model with parameters of type Vorgang Modifier and Type Method Description static ProcessGUIModel.Builder
ProcessGUIModel. create(Vorgang process, Locale locale)
Deprecated.static List<Status>
ProcessGUIModel.Builder. findAvailableStates(UserContext uc, Benutzer user, Vorgang formRecord)
Deprecated.static List<InvokableTaskModel>
ProcessGUIModel.Builder. findAvailableTasks(UserContext uc, Benutzer user, Vorgang formRecord)
Deprecated.static FormRecordDoiMailData
FormRecordDoiMailData. forFormRecord(Vorgang formRecord)
static List<javax.faces.model.SelectItem>
ProcessGUIModel.Builder. getFormProcessTypes(List<Status> availableStates, Vorgang formRecord, ViewBean viewBean, Locale locale)
Deprecated.void
ProcessGUIModel. setProcess(Vorgang process)
Deprecated.Constructors in de.xima.fc.inbox.model with parameters of type Vorgang Constructor Description Builder(Vorgang process, Locale locale)
Deprecated.FormRecordSelectItem(Vorgang formRecord)
Constructor parameters in de.xima.fc.inbox.model with type arguments of type Vorgang Constructor Description FormRecordExtendedListItem(ExtendedEntityModel<Vorgang> extendedFormRecord)
-
Uses of Vorgang in de.xima.fc.inbox.model.project
Methods in de.xima.fc.inbox.model.project with parameters of type Vorgang Modifier and Type Method Description static IProjectVersionModel
ProjectVersionModelFactory. forFormRecord(Vorgang formRecord, Locale locale)
-
Uses of Vorgang in de.xima.fc.inbox.utils
Methods in de.xima.fc.inbox.utils with parameters of type Vorgang Modifier and Type Method Description static boolean
InboxUtils. canChangeFormRecordToState(UserContext uc, Vorgang formRecord, Status state)
Deprecated.static String
InboxUtils. getStateDisplayName(Vorgang formRecord, Locale locale)
Method parameters in de.xima.fc.inbox.utils with type arguments of type Vorgang Modifier and Type Method Description static List<Long>
InboxUtils. getIdsFromExtendedModel(List<ExtendedEntityModel<Vorgang>> extEntities)
-
Uses of Vorgang in de.xima.fc.interfaces.appointment
Methods in de.xima.fc.interfaces.appointment that return types with arguments of type Vorgang Modifier and Type Method Description Iterable<Vorgang>
IAppointmentQueryParams. getFormRecords()
-
Uses of Vorgang in de.xima.fc.interfaces.auth
Methods in de.xima.fc.interfaces.auth that return Vorgang Modifier and Type Method Description Vorgang
IAuthorizationContext. getFormRecord()
-
Uses of Vorgang in de.xima.fc.interfaces.endpoint.state
Methods in de.xima.fc.interfaces.endpoint.state that return Vorgang Modifier and Type Method Description Vorgang
IAvailabilityContext. getFormRecord()
-
Uses of Vorgang in de.xima.fc.interfaces.form
Methods in de.xima.fc.interfaces.form that return Vorgang Modifier and Type Method Description Vorgang
IFormPersistContext. getVorgang()
Vorgang
IFormRenderContext. getVorgang()
Vorgang
IFormRequestContext. getVorgang()
Methods in de.xima.fc.interfaces.form with parameters of type Vorgang Modifier and Type Method Description void
IFormPersistContext. setVorgang(Vorgang vorgang)
void
IFormRenderContext. setVorgang(Vorgang vorgang)
void
IFormRequestContext. setVorgang(Vorgang vorgang)
-
Uses of Vorgang in de.xima.fc.interfaces.form.record
Methods in de.xima.fc.interfaces.form.record that return Vorgang Modifier and Type Method Description Vorgang
IFormRecordReviewData. getFormRecord()
Methods in de.xima.fc.interfaces.form.record with parameters of type Vorgang Modifier and Type Method Description void
IFormRecordLockContext. update(Vorgang newFormRecord)
Updates the form record to be locked. -
Uses of Vorgang in de.xima.fc.interfaces.placeholder
Methods in de.xima.fc.interfaces.placeholder with parameters of type Vorgang Modifier and Type Method Description default String
ISessionValueReplacer. replace(IEntityContext ec, String placeholder, String placeholderContent, Vorgang vorgang, String sessionId, String baseUrl)
default String
ISystemValueReplacer. replace(IEntityContext ec, String placeholder, String placeholderContent, IWorkflowProcessingContext wpCtx, Vorgang process)
Deprecated. -
Uses of Vorgang in de.xima.fc.interfaces.placeholder.params
Methods in de.xima.fc.interfaces.placeholder.params that return Vorgang Modifier and Type Method Description Vorgang
IFormReplacerParams. getProcess()
Vorgang
ISessionReplacerParams. getProcess()
Vorgang
ISystemReplacerParams. getProcess()
-
Uses of Vorgang in de.xima.fc.interfaces.plugin.param.form
Methods in de.xima.fc.interfaces.plugin.param.form that return Vorgang Modifier and Type Method Description Vorgang
IPluginFormPreProcessParams. getVorgang()
Vorgang
IPluginFormPreRespondParams. getVorgang()
-
Uses of Vorgang in de.xima.fc.interfaces.plugin.param.replacer
Methods in de.xima.fc.interfaces.plugin.param.replacer that return Vorgang Modifier and Type Method Description default Vorgang
IPluginSessionReplacerParams. getVorgang()
Deprecated. -
Uses of Vorgang in de.xima.fc.interfaces.processing
Methods in de.xima.fc.interfaces.processing that return Vorgang Modifier and Type Method Description Vorgang
IWorkflowProcessingContext. getVorgang()
Deprecated.Vorgang
IWorkflowResponse. getVorgang()
Deprecated.Methods in de.xima.fc.interfaces.processing with parameters of type Vorgang Modifier and Type Method Description void
IWorkflowProcessingContext. setVorgang(Vorgang vorgang)
Deprecated. -
Uses of Vorgang in de.xima.fc.interfaces.servlet.event
Methods in de.xima.fc.interfaces.servlet.event that return Vorgang Modifier and Type Method Description Vorgang
IDoiVerificationEventData. getFormRecord()
-
Uses of Vorgang in de.xima.fc.interfaces.servlet.event.result
Methods in de.xima.fc.interfaces.servlet.event.result that return Vorgang Modifier and Type Method Description Vorgang
IDoiVerificationResult. getFormRecord()
-
Uses of Vorgang in de.xima.fc.interfaces.workflow.event
Methods in de.xima.fc.interfaces.workflow.event that return Vorgang Modifier and Type Method Description Vorgang
IFormRecordProvidingEvent. getFormRecord()
Methods in de.xima.fc.interfaces.workflow.event with parameters of type Vorgang Modifier and Type Method Description void
IFormRecordProvidingEvent. update(Vorgang formRecord)
-
Uses of Vorgang in de.xima.fc.interfaces.workflow.execution
Methods in de.xima.fc.interfaces.workflow.execution that return Vorgang Modifier and Type Method Description Vorgang
IRemoteEventExecutionResult. getFormRecord()
Vorgang
ITaskExecutionResult. getFormRecord()
Vorgang
IWorkflowExecutionEnvironmentData. getFormRecord()
Methods in de.xima.fc.interfaces.workflow.execution that return types with arguments of type Vorgang Modifier and Type Method Description com.google.common.collect.Table<Projekt,Vorgang,IEventExecutionResult>
IWorkflowEventRunner. triggerEvent(IWorkflowEventData eventData)
Finds allWorkflowTrigger
to which the given event applies and executes them in order.Methods in de.xima.fc.interfaces.workflow.execution with parameters of type Vorgang Modifier and Type Method Description List<Attachment>
IWorkflowFileHandler. getAttachmentsFromUploadElements(List<String> uploadElements, Vorgang formRecord, IFormDataAdapter formDataAdapter)
Determines the upload attachments from the specified form record.List<ProtocolEntryProcessing>
IWorkflowLoggingHandler. getLogEntriesByFormRecord(Vorgang formRecord)
Retrieves all the currently available log entries based on the given form record. -
Uses of Vorgang in de.xima.fc.logic.form_record.upload
Methods in de.xima.fc.logic.form_record.upload that return Vorgang Modifier and Type Method Description Vorgang
FormDataUpdater. persistFormRecord(IEntityContext ec, IFormDataAdapter formDataAdapter)
Persists the form record and form record data.Methods in de.xima.fc.logic.form_record.upload with parameters of type Vorgang Modifier and Type Method Description static XUploadFileNameInterpolator
XUploadFileNameInterpolator. forFormRecord(Vorgang formRecord, IFormDataAdapter formDataAdapter)
-
Uses of Vorgang in de.xima.fc.manager
Methods in de.xima.fc.manager with parameters of type Vorgang Modifier and Type Method Description static String
SessionAttachmentManager. getAttachment(IEntityContext ec, Vorgang process, String context, String sessionId, String argString)
Deprecated.static String
SessionAttachmentManager. getAttachmentList(IEntityContext ec, Vorgang process, String context, String sessionId)
Deprecated.static String
SessionAttachmentManager. getAttachmentZip(IEntityContext ec, Vorgang process, String context, String sessionId, String argString)
Deprecated. -
Uses of Vorgang in de.xima.fc.mdl
Methods in de.xima.fc.mdl that return Vorgang Modifier and Type Method Description Vorgang
VorgangAttribut. getVorgang()
Methods in de.xima.fc.mdl with parameters of type Vorgang Modifier and Type Method Description void
VorgangAttribut. setVorgang(Vorgang vorgang)
Constructors in de.xima.fc.mdl with parameters of type Vorgang Constructor Description VorgangAttribut(Vorgang vorgang, String alias, String wert)
-
Uses of Vorgang in de.xima.fc.mdl.form
Methods in de.xima.fc.mdl.form that return Vorgang Modifier and Type Method Description Vorgang
DoiVerificationResult. getFormRecord()
Vorgang
FormPersistData. getVorgang()
Vorgang
FormRequestData. getVorgang()
Methods in de.xima.fc.mdl.form with parameters of type Vorgang Modifier and Type Method Description void
FormPersistData. setVorgang(Vorgang vorgang)
void
FormRequestData. setVorgang(Vorgang vorgang)
Constructors in de.xima.fc.mdl.form with parameters of type Vorgang Constructor Description DoiVerificationResult(Vorgang formRecord, IServletResponse response, boolean wasSuccessful)
-
Uses of Vorgang in de.xima.fc.mdl.form.record
Methods in de.xima.fc.mdl.form.record that return Vorgang Modifier and Type Method Description Vorgang
FormRecordReviewData. getFormRecord()
Methods in de.xima.fc.mdl.form.record with parameters of type Vorgang Modifier and Type Method Description static FormRecordUploadRequestData
FormRecordUploadRequestData. create(Vorgang formRecord, Set<BenutzerGruppe> userGroups, IFormDataAdapter fda, IXForm xForm)
static ExclusiveFormRecordLockResult
ExclusiveFormRecordLockResult. forFailure(Vorgang formRecord)
static ExclusiveFormRecordLockResult
ExclusiveFormRecordLockResult. forSuccess(Vorgang formRecord)
static XItemConditionsWrapper
DefaultFD2ConditionsFactory. getDefaultXItemConditions(Vorgang formRecord, List<BenutzerGruppe> userGroups)
Constructors in de.xima.fc.mdl.form.record with parameters of type Vorgang Constructor Description FormRecordReviewData(Vorgang formRecord, List<BenutzerGruppe> userGroups, List<IFormRecordJobDetails> quartzJobDetails, IFormRecordWorkflowData workflowData, IFormDataAdapter fda, IXForm xForm, IFD2XItemProvider itemProvider)
FormRecordReviewData(Vorgang formRecord, List<BenutzerGruppe> userGroups, List<IFormRecordJobDetails> quartzJobDetails, IFormRecordWorkflowData workflowData, IFormDataAdapter fda, IXForm xForm, IFD2XItemProvider itemProvider, Locale locale)
FormRecordReviewData(Vorgang formRecord, List<BenutzerGruppe> userGroups, List<IFormRecordJobDetails> quartzJobDetails, IFormRecordWorkflowData workflowData, IFormDataAdapter fda, IXForm xForm, IFD2XItemProvider itemProvider, Locale locale, boolean ignoreConditions)
-
Uses of Vorgang in de.xima.fc.mdl.placeholder
Methods in de.xima.fc.mdl.placeholder that return Vorgang Modifier and Type Method Description Vorgang
DefaultReplacerParameters. getProcess()
Methods in de.xima.fc.mdl.placeholder with parameters of type Vorgang Modifier and Type Method Description void
DefaultReplacerParameters. setProcess(Vorgang process)
Constructors in de.xima.fc.mdl.placeholder with parameters of type Vorgang Constructor Description DefaultReplacerParameters(Vorgang process)
DefaultReplacerParameters(Vorgang process, String sessionId, String baseUrl)
DefaultReplacerParameters(Vorgang process, String sessionId, String baseUrl, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
DefaultReplacerParameters(IFormDataAdapter formData, Vorgang process)
DefaultReplacerParameters(IWorkflowProcessingContext wfpctx, Vorgang formRecord)
DefaultReplacerParameters(IBaseWorkflowExecutionContext wfpctx, Vorgang formRecord)
-
Uses of Vorgang in de.xima.fc.mdl.print
Methods in de.xima.fc.mdl.print that return Vorgang Modifier and Type Method Description Vorgang
PrintJob. getVorgang()
Getter des Vorgangs der gedruckt werden sollMethods in de.xima.fc.mdl.print with parameters of type Vorgang Modifier and Type Method Description void
PrintJob. setVorgang(Vorgang vorgang)
Setter des Vorgangs der gedruckt werden soll.Constructors in de.xima.fc.mdl.print with parameters of type Vorgang Constructor Description PrintJob(Vorgang vorgang)
-
Uses of Vorgang in de.xima.fc.mdl.workflow
Methods in de.xima.fc.mdl.workflow that return Vorgang Modifier and Type Method Description Vorgang
WorkflowResponse. getVorgang()
Vorgang
WorkflowStartingContext. getVorgang()
Constructors in de.xima.fc.mdl.workflow with parameters of type Vorgang Constructor Description WorkflowResponse(Vorgang vorgang, EResponseType type, Textbaustein value, boolean success)
WorkflowResponse(Vorgang vorgang, EResponseType type, String value, boolean success)
WorkflowResponse(Vorgang vorgang, EResponseType type, String value, byte[] binValue, boolean success)
WorkflowResponse(Vorgang vorgang, EResponseType type, String value, byte[] binValue, boolean forceDownload, boolean success)
WorkflowStartingContext(UserContext usersContext, Vorgang vorgang, boolean isReSubmit, Map<String,Serializable> sessionAttributes, boolean anonymize)
WorkflowStartingContext(UserContext usersContext, Vorgang vorgang, IFormDataAdapter fdaData, boolean isReSubmit)
WorkflowStartingContext(UserContext usersContext, Vorgang vorgang, IFormDataAdapter fdaData, boolean isReSubmit, SessionAttributes sessionAttributes, XFormRenderConfig formConfig)
WorkflowStartingContext(UserContext usersContext, Vorgang vorgang, IFormDataAdapter fdaData, boolean isReSubmit, Map<String,Serializable> sessionAttributes, IXFormRenderConfig formConfig)
WorkflowStartingContext(UserContext usersContext, Vorgang vorgang, IFormDataAdapter fdaData, boolean isReSubmit, Map<String,Serializable> sessionAttributes, IXFormRenderConfig formConfig, boolean anonymize)
WorkflowStartingContext(UserContext usersContext, Vorgang vorgang, IFormDataAdapter fdaData, boolean isReSubmit, Map<String,Serializable> sessionAttributes, XFormRenderConfig formConfig)
Deprecated. -
Uses of Vorgang in de.xima.fc.ms.helper
Methods in de.xima.fc.ms.helper that return Vorgang Modifier and Type Method Description static Vorgang
FormRecordHelper. createFormRecord(IEntityContext ec, IFormRecordTestConfig<?> config)
-
Uses of Vorgang in de.xima.fc.ms.listener
Methods in de.xima.fc.ms.listener that return types with arguments of type Vorgang Modifier and Type Method Description static de.xima.cmn.dao.interfaces.IDaoActionListener<Vorgang,IEntityContext>
VorgangsDaoListeners. getPostCreateListener()
static de.xima.cmn.dao.interfaces.IDaoActionListener<Vorgang,IEntityContext>
VorgangsDaoListeners. getPostDeleteListener()
static de.xima.cmn.dao.interfaces.IDaoActionListener<Vorgang,IEntityContext>
VorgangsDaoListeners. getPostUpdateListener()
-
Uses of Vorgang in de.xima.fc.ms.test.workflow
Fields in de.xima.fc.ms.test.workflow declared as Vorgang Modifier and Type Field Description protected Vorgang
AWorkflowEngineTest. formRecord
Methods in de.xima.fc.ms.test.workflow that return Vorgang Modifier and Type Method Description protected Vorgang
AWorkflowEngineTest. readFormRecord(Long id)
Methods in de.xima.fc.ms.test.workflow with parameters of type Vorgang Modifier and Type Method Description protected void
AEventRunnerTest. assertFormRecordIsInState(Vorgang formRecord, WorkflowState state)
protected List<ProtocolEntryProcessing>
AWorkflowEngineTest. getProcessingProtcolEntriesByType(Vorgang formRecord, EProtocolEntryProcessType... types)
-
Uses of Vorgang in de.xima.fc.pdf
Methods in de.xima.fc.pdf with parameters of type Vorgang Modifier and Type Method Description ProcessLogExport
ProcessLogExport. withProcess(Vorgang process)
A method to change the form record whose data will be exported.ProcessLogDocumentBuilder
ProcessLogDocumentBuilder. withProcessInfo(Vorgang process)
-
Uses of Vorgang in de.xima.fc.placeholder
Methods in de.xima.fc.placeholder with parameters of type Vorgang Modifier and Type Method Description static String
SessionAttachmentManager. getAttachment(Vorgang process, String context, String sessionId, String argString)
static String
SessionAttachmentManager. getAttachment(Vorgang process, String baseUrl, String sessionId, String argString, javax.servlet.http.HttpServletResponse response)
static String
SessionAttachmentManager. getAttachmentList(Vorgang process, String context, String sessionId)
static String
SessionAttachmentManager. getAttachmentList(Vorgang process, String baseUrl, String sessionId, javax.servlet.http.HttpServletResponse response)
static String
SessionAttachmentManager. getAttachmentZip(Vorgang process, String context, String sessionId, String argString)
static String
SessionAttachmentManager. getAttachmentZip(Vorgang process, String baseUrl, String sessionId, String argString, javax.servlet.http.HttpServletResponse response)
static String
PlaceholderReplacer. parse(IEntityContext ec, String text, Vorgang formRecord, boolean encodeForHTML)
Deprecated.static String
PlaceholderReplacer. parse(IEntityContext ec, String text, IFormDataAdapter fda, Mandant client, Vorgang formRecord, boolean encodeForHTML)
Deprecated.static String
PlaceholderReplacer. parse(IEntityContext ec, String text, IFormDataAdapter fda, IWorkflowProcessingContext wpc, Vorgang vorgang, Mandant mandant, boolean encodeForHTML)
Deprecated.static String
PlaceholderReplacer. parse(String text, Vorgang formRecord, boolean encodeForHTML)
static String
PlaceholderReplacer. parse(String text, IFormDataAdapter fda, Mandant client, Vorgang formRecord, boolean encodeForHTML)
This method applies all available placeholder replacers on the given text.static String
PlaceholderReplacer. parse(String text, IFormDataAdapter fda, IWorkflowProcessingContext wpc, Vorgang vorgang, Mandant mandant, boolean encodeForHTML)
Deprecated.static String
PlaceholderReplacer. parseForSessionValues(IEntityContext ec, String text, Vorgang process, String baseUrl, String sessionId)
Deprecated.static String
PlaceholderReplacer. parseForSessionValues(String text, Vorgang process, String baseUrl, String sessionId)
Deprecated.static String
PlaceholderReplacer. parseForSystemAttributes(IEntityContext ec, String text, Vorgang process, IWorkflowProcessingContext wfpctx)
Deprecated.static String
PlaceholderReplacer. parseForSystemAttributes(String text, Vorgang process, IWorkflowProcessingContext wfpctx)
Deprecated.static String
PlaceholderReplacer. replaceSessionValues(IEntityContext ec, String placeholder, String placeholderContent, Vorgang process, String sessionId, String baseUrl)
Deprecated.static String
PlaceholderReplacer. replaceSessionValues(String placeholder, String placeholderContent, Vorgang process, String sessionId, String baseUrl)
Deprecated. -
Uses of Vorgang in de.xima.fc.placeholder.helper
Methods in de.xima.fc.placeholder.helper with parameters of type Vorgang Modifier and Type Method Description static String
PlaceholderHelper. parseForParametrizedSystemPlaceholder(String placeholderContent, Vorgang formRecord, Locale locale, Clock clock)
Parses for and replaces if necessary placeholders that are parameterized () -
Uses of Vorgang in de.xima.fc.placeholder.replacer
Methods in de.xima.fc.placeholder.replacer with parameters of type Vorgang Modifier and Type Method Description protected String
DefaultSystemValueReplacer. parseForParametrizedPlaceholder(String placeholderContent, Vorgang formRecord, Locale locale)
Deprecated. -
Uses of Vorgang in de.xima.fc.placeholder.replacer.appointment
Methods in de.xima.fc.placeholder.replacer.appointment with parameters of type Vorgang Modifier and Type Method Description static String
AppointmentDataCreator. createHtmlDescription(Locale locale, AppointmentTemplate template, Appointment appointment, Vorgang formRecord, IReplacerParams replacerParams)
Creats the html descriptionstatic String
AppointmentDataCreator. createPlainDescription(Locale locale, AppointmentTemplate template, Appointment appointment, Vorgang formRecord, IReplacerParams replacerParams)
Creats the plain text descriptionstatic String
AppointmentDataCreator. createSubject(Locale locale, AppointmentTemplate template, Appointment appointment, Vorgang formRecord, IReplacerParams replacerParams)
Creats the subjectConstructors in de.xima.fc.placeholder.replacer.appointment with parameters of type Vorgang Constructor Description AppointmentLinkBuilder(Vorgang formRecord, Appointment appointment, String baseUrl, IReplacerParams replacerParams, EAppointmentLinkType linkType)
AppointmentLinkBuilder(Vorgang formRecord, List<Appointment> appointments, String baseUrl, IReplacerParams replacerParams, EAppointmentLinkType linkType)
AppointmentListBuilder(Vorgang formRecord, List<Appointment> appointments, String baseUrl, IReplacerParams replacerParams)
-
Uses of Vorgang in de.xima.fc.plugin.models.params.form
Methods in de.xima.fc.plugin.models.params.form that return Vorgang Modifier and Type Method Description Vorgang
PluginFormPreProcessParams. getVorgang()
Vorgang
PluginFormPreRespondParams. getVorgang()
Constructors in de.xima.fc.plugin.models.params.form with parameters of type Vorgang Constructor Description PluginFormPreProcessParams(IFormRequestContext ctx, Vorgang vorgang)
PluginFormPreRespondParams(IFormRequestContext context, Vorgang vorgang, IWorkflowResponse response, IRemoteEventExecutionResult taskExecutionResult)
Creates a new POJO with the given data. -
Uses of Vorgang in de.xima.fc.plugin.models.params.replacer
Methods in de.xima.fc.plugin.models.params.replacer that return Vorgang Modifier and Type Method Description Vorgang
PluginSessionReplacerParams. getVorgang()
Deprecated.Constructors in de.xima.fc.plugin.models.params.replacer with parameters of type Vorgang Constructor Description PluginSessionReplacerParams(IEntityContext ec, String placeholder, String placeholderContent, Vorgang vorgang, String sessionID, String contextName)
-
Uses of Vorgang in de.xima.fc.security.context
Methods in de.xima.fc.security.context that return Vorgang Modifier and Type Method Description Vorgang
AuthorizationContext. getFormRecord()
Vorgang
AvailabilityContext. getFormRecord()
Methods in de.xima.fc.security.context with parameters of type Vorgang Modifier and Type Method Description static AuthorizationContext
AuthorizationContext. forFormRecord(Vorgang formRecord)
static AvailabilityContext
AvailabilityContext. forFormRecord(Vorgang formRecord)
-
Uses of Vorgang in de.xima.fc.security.context.request
Methods in de.xima.fc.security.context.request that return Vorgang Modifier and Type Method Description Vorgang
RequestAuthorizationContext. getFormRecord()
Vorgang
RequestAvailabilityContext. getFormRecord()
Vorgang
RequestFormRecordContext. getFormRecord()
-
Uses of Vorgang in de.xima.fc.security.endpoint.uri
Methods in de.xima.fc.security.endpoint.uri with parameters of type Vorgang Modifier and Type Method Description static IFormRecordScopedUriBuilderContext
UriBuilderContextFactory. formRecordScoped(Vorgang formRecord)
-
Uses of Vorgang in de.xima.fc.security.helper
Methods in de.xima.fc.security.helper that return Vorgang Modifier and Type Method Description static Vorgang
SecurityWebContextHelper. getFormRecordFromRequest(javax.servlet.http.HttpServletRequest req)
-
Uses of Vorgang in de.xima.fc.security.interfaces.endpoint.uri
Methods in de.xima.fc.security.interfaces.endpoint.uri that return Vorgang Modifier and Type Method Description @NotNull Vorgang
IFormRecordScopedUriBuilderContext. getFormRecord()
-
Uses of Vorgang in de.xima.fc.servlet.event
Methods in de.xima.fc.servlet.event with parameters of type Vorgang Modifier and Type Method Description static IDoiVerificationEventData
ServletEventDataFactory. doiSelfVerification(Vorgang formRecord, IUser user, Locale locale, boolean skipWorkflowTriggers)
Creates the event data for verifying the Double-Opt-In of a form record manually using the verify UUID of the form record itself. -
Uses of Vorgang in de.xima.fc.servlet.event.result
Methods in de.xima.fc.servlet.event.result with parameters of type Vorgang Modifier and Type Method Description static IDoiVerificationResult
ServletEventResultFactory. doiVerificationPage(IEntityContext ec, Vorgang formRecord, Locale locale)
static IDoiVerificationResult
ServletEventResultFactory. doiVerificationSuccess(IEntityContext ec, Vorgang formRecord, Locale locale)
-
Uses of Vorgang in de.xima.fc.testhelper
Methods in de.xima.fc.testhelper that return Vorgang Modifier and Type Method Description static Vorgang
EntityDummyFactory. dummyFormRecord(IFormRecordTestConfig<?> config)
static Vorgang
EntityDummyFactory. dummyFormRecord(String subject, Projekt project, Status state)
static Vorgang
EntityDummyFactory. dummyFormRecord(String subject, Projekt project, WorkflowState state)
Methods in de.xima.fc.testhelper with parameters of type Vorgang Modifier and Type Method Description static void
EntityDummyFactory. addDummyFormSubmission(Vorgang formRecord, IUser user)
static void
EntityDummyFactory. addDummyFormSubmission(Vorgang formRecord, IUser user, EFormRecordSubmitContext submitContext)
static void
EntityDummyFactory. addDummyFormSubmission(Vorgang formRecord, IUser user, EFormRecordSubmitContext submitContext, String formData, boolean newDataEntry)
static void
EntityDummyFactory. addDummyFormSubmission(Vorgang formRecord, IUser user, String formData, boolean newDataEntry)
static Appointment
EntityDummyFactory. dummyAppointment(Vorgang formRecord, IFormRecordAppointmentTestConfig config)
static Appointment
EntityDummyFactory. dummyAppointment(Vorgang formRecord, Instant from, Instant until, AppointmentType type, EAppointmentStatus status)
static Attachment
EntityDummyFactory. dummyAttachment(String filename, byte[] data, Vorgang process, IUser user, String elementName)
static Attachment
EntityDummyFactory. dummyAttachment(String filename, byte[] data, Vorgang process, IUser user, String elementName, EAttachmentSource source)
static Attachment
EntityDummyFactory. dummyAttachment(String filename, String text, Vorgang process, IUser user, String elementName, EAttachmentSource source)
static Attachment
EntityDummyFactory. dummyAttachmentEmpty(String filename, Vorgang process)
static FormEingang
EntityDummyFactory. dummyFormData(Vorgang formRecord, String formData)
static FormRecordChat
EntityDummyFactory. dummyFormRecordChat(Vorgang formRecord, IUser member)
static FormRecordChat
EntityDummyFactory. dummyFormRecordChat(Vorgang formRecord, IUser member, boolean open)
static FormRecordSubmission
EntityDummyFactory. dummyFormRecordSubmission(Vorgang formRecord, IUser user)
static FormRecordSubmission
EntityDummyFactory. dummyFormRecordSubmission(Vorgang formRecord, IUser user, String submitCtx, WorkflowState submitState, FrontendServer submitFrontendServer, String submitServerBaseUrl, byte[] formData)
static FormRecordSubmission
EntityDummyFactory. dummyFormRecordSubmission(Vorgang formRecord, IUser user, String submitCtx, WorkflowState submitState, FrontendServer submitFrontendServer, String submitServerBaseUrl, String formData)
-
Uses of Vorgang in de.xima.fc.timing
Methods in de.xima.fc.timing with parameters of type Vorgang Modifier and Type Method Description static List<IFormRecordJobDetails>
QuartzJobDetailsFactory. forFormRecord(IEntityContext ec, Vorgang formRecord)
Gets a model list containing detail information about the quartz jobs of a form record if existingstatic org.quartz.JobKey
JobKeyFactory. getStatusChangeKey(Vorgang process)
static org.quartz.TriggerKey
TriggerKeyFactory. getVorgangTrigger(Vorgang process)
static String
JobKeyFactory. getWorkflowTriggerGroup(WorkflowTrigger trigger, Vorgang formRecord)
The group of the quartz job for a timed workflow trigger.static String
JobKeyFactory. getWorkflowTriggerGroup(String triggerType, Vorgang formRecord)
Deprecated.static String
TriggerKeyFactory. getWorkflowTriggerGroup(WorkflowTrigger trigger, Vorgang formRecord)
static String
TriggerKeyFactory. getWorkflowTriggerGroup(String triggerType, Vorgang formRecord)
Deprecated.static String
JobKeyFactory. getWorkflowTriggerGroupByDbId(WorkflowTrigger trigger, Vorgang formRecord)
The group of the quartz job for a timed workflow trigger.static String
JobKeyFactory. getWorkflowTriggerGroupByDbId(String triggerType, Vorgang formRecord)
The group of the quartz job for a timed workflow trigger.static String
TriggerKeyFactory. getWorkflowTriggerGroupByDbId(WorkflowTrigger trigger, Vorgang formRecord)
The group of the quartz trigger for a timed state workflow trigger.static String
TriggerKeyFactory. getWorkflowTriggerGroupByDbId(String triggerType, Vorgang formRecord)
The group of the quartz trigger for a timed state workflow trigger.static org.quartz.impl.matchers.GroupMatcher<org.quartz.JobKey>
JobKeyFactory. getWorkflowTriggerGroupMatcherForFormRecord(Vorgang formRecord)
static org.quartz.impl.matchers.GroupMatcher<org.quartz.JobKey>
JobKeyFactory. getWorkflowTriggerGroupMatcherForFormRecordByDbId(Vorgang formRecord)
static org.quartz.impl.matchers.GroupMatcher<org.quartz.TriggerKey>
TriggerKeyFactory. getWorkflowTriggerGroupMatcherForForRecord(Vorgang formRecord)
static org.quartz.impl.matchers.GroupMatcher<org.quartz.TriggerKey>
TriggerKeyFactory. getWorkflowTriggerGroupMatcherForRecordByDbId(Vorgang formRecord)
static org.quartz.JobKey
JobKeyFactory. getWorkflowTriggerKey(WorkflowTrigger trigger, Vorgang formRecord)
Deprecated.static org.quartz.TriggerKey
TriggerKeyFactory. getWorkflowTriggerKey(WorkflowTrigger trigger, Vorgang formRecord)
static org.quartz.JobKey
JobKeyFactory. getWorkflowTriggerKeyByDbId(WorkflowTrigger trigger, Vorgang formRecord)
static org.quartz.TriggerKey
TriggerKeyFactory. getWorkflowTriggerKeyByDbId(WorkflowTrigger trigger, Vorgang formRecord)
Creates the job key for a timed state trigger, seeTriggerKeyFactory.getWorkflowTriggerName(WorkflowTrigger)
andTriggerKeyFactory.getWorkflowTriggerGroup(String, Vorgang)
. -
Uses of Vorgang in de.xima.fc.timing.job
Methods in de.xima.fc.timing.job with parameters of type Vorgang Modifier and Type Method Description static StateTimerJob
StateTimerJob. forTrigger(Vorgang formRecord, WorkflowTrigger trigger, FcStateTimerProps props, Instant triggerFireInstant)
A new job for invoking a trigger of the new workflow engine.static TimePointJob
TimePointJob. forTrigger(Vorgang formRecord, WorkflowTrigger trigger, FcTimePointProps props, Instant triggerFireInstant)
A new job for invoking a fixed timer trigger of the new workflow engine.Constructors in de.xima.fc.timing.job with parameters of type Vorgang Constructor Description StatusChangeJob(Vorgang process, Status targetStatus)
Deprecated. -
Uses of Vorgang in de.xima.fc.timing.worker
Methods in de.xima.fc.timing.worker that return Vorgang Modifier and Type Method Description Vorgang
WorkflowTriggerWorkerParams. getFormRecord()
Methods in de.xima.fc.timing.worker with parameters of type Vorgang Modifier and Type Method Description static org.quartz.JobDataMap
StateTimerWorker. createJobMap(Vorgang formRecord, WorkflowTrigger trigger, FcStateTimerProps props, Instant triggerFireInstant)
Creates the job data map for the quartz job required by a workflow trigger of typeEWorkflowTriggerType.FC_STATE_TIMER
.static org.quartz.JobDataMap
TimePointWorker. createJobMap(Vorgang formRecord, WorkflowTrigger trigger, FcTimePointProps props, Instant triggerFireInstant)
Creates the job data map for the quartz job required by a workflow trigger of typeEWorkflowTriggerType.FC_TIME_POINT
.Constructors in de.xima.fc.timing.worker with parameters of type Vorgang Constructor Description WorkflowTriggerWorkerParams(org.quartz.JobDataMap dataMap, Vorgang formRecord, WorkflowTrigger trigger, TData data, String sequenceId)
-
Uses of Vorgang in de.xima.fc.transform.excel
Methods in de.xima.fc.transform.excel with parameters of type Vorgang Modifier and Type Method Description ProcessFdXml
FDToExcelTransformer. createProcess(Vorgang vorgang)
Deprecated.public access will be removedMethod parameters in de.xima.fc.transform.excel with type arguments of type Vorgang Modifier and Type Method Description FdToExcelResult
FdToExcelBuilder. buildForProjectInbox(Projekt projekt, List<ExtendedEntityModel<Vorgang>> records)
Deprecated.ByteArrayOutputStream
FDToExcelTransformer. createForProjektPostfach(Projekt projekt, List<ExtendedEntityModel<Vorgang>> vorgaenge, XfcSession sess, boolean withAlias)
Deprecated.ByteArrayOutputStream
FDToExcelTransformer. createForProjektPostfach(Projekt projekt, List<ExtendedEntityModel<Vorgang>> vorgaenge, XfcSession sess, EColumnLabelType columnLabelType)
Deprecated. -
Uses of Vorgang in de.xima.fc.transform.xml
Methods in de.xima.fc.transform.xml with parameters of type Vorgang Modifier and Type Method Description FdToXmlResult
FdToXmlBuilder. buildForProcess(UserContext uc, Vorgang formRecord, IFormDataAdapter fda, IXForm xform)
Builds the XML export of an single form recordstatic RootFdXml
FDToXmlTransformer. createForSingleVorgang(Vorgang process, IFormDataAdapter formData, IXForm xform)
static RootFdXml
FDToXmlTransformer. createForSingleVorgang(Map<String,List<String[]>> dataMap, Vorgang process, IXForm xform)
static ProcessFdXml
FDToXmlTransformer. createProcess(Vorgang process)
Deprecated.public access will be removedMethod parameters in de.xima.fc.transform.xml with type arguments of type Vorgang Modifier and Type Method Description FdToXmlResult
FdToXmlBuilder. buildForProjectInbox(UserContext uc, List<ExtendedEntityModel<Vorgang>> records)
Deprecated.static RootFdXml
FDToXmlTransformer. createForProjektPostfach(List<ExtendedEntityModel<Vorgang>> processes, XfcSession sess)
Deprecated. -
Uses of Vorgang in de.xima.fc.utils
Methods in de.xima.fc.utils with parameters of type Vorgang Modifier and Type Method Description static String
FormDataUtils. serializeFormData(Map<String,List<String>> nvPairs, Vorgang v)
-
Uses of Vorgang in de.xima.fc.web.common.auth.wrapper.config
Methods in de.xima.fc.web.common.auth.wrapper.config with parameters of type Vorgang Modifier and Type Method Description static List<IAuthenticatorConfigWrapper>
ConfigWrapperFactory. forFormRecord(Vorgang formRecord)
-
Uses of Vorgang in de.xima.fc.web.common.fd2
Constructors in de.xima.fc.web.common.fd2 with parameters of type Vorgang Constructor Description FD2ConfigBuilder(Vorgang vorgang)
-
Uses of Vorgang in de.xima.fc.web.common.respond
Methods in de.xima.fc.web.common.respond with parameters of type Vorgang Modifier and Type Method Description static void
FormResponder. respondHTML(IExtendedFormRequestContext ctx, IWorkflowResponse wfr, Vorgang v)
static void
FormResponder. respondTemplate(IExtendedFormRequestContext ctx, Vorgang formRecord, String message, boolean success)
static void
FormResponder. respondTemplate(IExtendedFormRequestContext ctx, IWorkflowResponse wfr, Vorgang v)
static void
FormResponder. respondWorkflow(IExtendedFormRequestContext ctx, IWorkflowResponse resp, Vorgang v)
-
Uses of Vorgang in de.xima.fc.workflow.data
Methods in de.xima.fc.workflow.data with parameters of type Vorgang Modifier and Type Method Description static List<WorkflowTask>
InboxTaskUtil. getInboxTasks(IEntityContext ec, Vorgang formRecord, Benutzer user)
Deprecated.static List<WorkflowTask>
InboxTaskUtil. getInboxTasks(IEntityContext ec, Vorgang formRecord, IUser user)
Finds all tasks that are allowed to be invoked by the given user in the inbox.static boolean
InboxTaskUtil. isTaskInvokableInInbox(IEntityContext ec, WorkflowTask task, Vorgang formRecord, Benutzer user)
Deprecated.static boolean
InboxTaskUtil. isTaskInvokableInInbox(IEntityContext ec, WorkflowTask task, Vorgang formRecord, IUser user)
Checks whether the given task may be initiated by the given user in the inbox. -
Uses of Vorgang in de.xima.fc.workflow.event
Fields in de.xima.fc.workflow.event declared as Vorgang Modifier and Type Field Description protected Vorgang
AFormRecordEventData. formRecord
protected Vorgang
AFormRecordEventDataBuilder. formRecord
protected Vorgang
AFormRecordEventDataBuilder. formRecord
protected Vorgang
AFormRecordEventDataBuilder. formRecord
protected Vorgang
AFormRecordEventDataBuilder. formRecord
protected Vorgang
AFormRecordEventDataBuilder. formRecord
protected Vorgang
AFormRecordEventDataBuilder. formRecord
protected Vorgang
AFormRecordEventDataBuilder. formRecord
protected Vorgang
AFormRecordEventDataBuilder. formRecord
Methods in de.xima.fc.workflow.event that return Vorgang Modifier and Type Method Description Vorgang
AFormRecordEventData. getFormRecord()
Methods in de.xima.fc.workflow.event with parameters of type Vorgang Modifier and Type Method Description static IDoiVerifiedEventData
WorkflowEventDataFactory. doiVerified(Vorgang formRecord, WorkflowNode doiInitWorkflowNode, IUser user, Locale locale)
static IDoiVerifiedEventData
WorkflowEventDataFactory. doiVerified(Vorgang formRecord, WorkflowNode doiInitWorkflowNode, IUser user, Locale locale, Clock clock)
Creates the data for the event that is triggered when the double opt-in process of a form record has been verified.static FormRecordMessagePostedEventBuilder
WorkflowEventDataFactory. formRecordMessagePosted(Vorgang formRecord, FormRecordMessage message)
Creates a new builder for configuring aform record message posted event
.static FormRecordMessageUploadRequestFulfilledEventBuilder
WorkflowEventDataFactory. formRecordMessageUploadRequestFulfilled(Vorgang formRecord, FormRecordMessageUploadRequest uploadRequest)
Creates a new builder for configuring aform record message upload request fulfilled event
.static FormSubmissionEventDataBuilder
WorkflowEventDataFactory. formSubmissionBuilder(Vorgang formRecord)
Creates a new builder for a form submission event, i.e.static InvitationErrorEventDataBuilder
WorkflowEventDataFactory. invitationErrorBuilder(Vorgang formRecord)
Creates a new builder for a form record invitation error event, i.e.static InvitationSentEventDataBuilder
WorkflowEventDataFactory. invitationSentBuilder(Vorgang formRecord)
Creates a new builder for a form record invitation sent event, i.e.static SpecificTriggerEventDataBuilder
WorkflowEventDataFactory. specificTrigger(Vorgang formRecord, WorkflowTrigger trigger)
Creates a new builder for a specific trigger event, i.e.void
AFormRecordEventData. update(Vorgang formRecord)
static UserInvocationEventDataBuilder
WorkflowEventDataFactory. userInvocation(Vorgang formRecord, WorkflowTrigger trigger)
Creates a new builder for a specific user trigger event, i.e.Constructors in de.xima.fc.workflow.event with parameters of type Vorgang Constructor Description AFormRecordEventData(Mandant client, IUser user, Locale locale, Projekt project, Vorgang formRecord)
AFormRecordEventData(Mandant client, IUser user, Locale locale, Vorgang formRecord)
Deprecated.AFormRecordEventData(Mandant client, IUser user, Locale locale, Clock clock, Projekt project, Vorgang formRecord)
AFormRecordEventData(Mandant client, IUser user, Locale locale, Clock clock, Vorgang formRecord)
ASpecificTriggerWithFormRecordEventDataBuilder(Vorgang formRecord, WorkflowTrigger trigger)
FormRecordMessagePostedEventBuilder(Vorgang formRecord, FormRecordMessage message)
FormRecordMessageUploadRequestFulfilledEventBuilder(Vorgang formRecord, FormRecordMessageUploadRequest uploadRequest)
-
Uses of Vorgang in de.xima.fc.workflow.iface
Methods in de.xima.fc.workflow.iface that return Vorgang Modifier and Type Method Description Vorgang
IWorkflowTaskRunnerParams. getFormRecord()
-
Uses of Vorgang in de.xima.fc.workflow.model
Methods in de.xima.fc.workflow.model that return Vorgang Modifier and Type Method Description Vorgang
RemoteEventExecutionResult. getFormRecord()
Vorgang
WorkflowResponseWrapper. getFormRecord()
Deprecated.Vorgang
WorkflowTaskRunnerParams. getFormRecord()
Vorgang
TaskExecutionResultWrapper. getVorgang()
Methods in de.xima.fc.workflow.model with parameters of type Vorgang Modifier and Type Method Description static WorkflowTaskRunnerParams.Builder
WorkflowTaskRunnerParams. builder(Vorgang formRecord)
Constructors in de.xima.fc.workflow.model with parameters of type Vorgang Constructor Description Builder(Vorgang formRecord)
Creates a new builder for executing a task of the given form record.RemoteEventExecutionResult(boolean wasSuccessful, Vorgang formRecord, boolean wasFormRecordDeleted, IServletResponse servletResponse, IFormDataAdapter formDataAdapter, IMapDiff<String,Serializable> sessionAttributesMapDiff, IMapDiff<Serializable,Serializable> frqSessionAttributesMapDiff, String errorMessage, String[] stackTrace)
Creates a new POJO with the given data. -
Uses of Vorgang in de.xima.fc.workflow.processor.engine
Methods in de.xima.fc.workflow.processor.engine that return types with arguments of type Vorgang Modifier and Type Method Description com.google.common.collect.Table<Projekt,Vorgang,IEventExecutionResult>
WorkflowEventRunner. triggerEvent(IWorkflowEventData eventData)
-
Uses of Vorgang in de.xima.fc.workflow.processor.form
Methods in de.xima.fc.workflow.processor.form with parameters of type Vorgang Modifier and Type Method Description static String
FormProcessUtils. replaceProcessSubject(IEntityContext ec, IFormDataAdapter formData, Vorgang process)
Returns the subject of the given process while placeholders will be replaced by the given form datastatic String
FormProcessUtils. replaceProcessSubject(IEntityContext ec, IFormRequestContext requestCtx, Vorgang process)
Returns the subject of the given process while placeholders will be replaced by the submitted form data -
Uses of Vorgang in de.xima.fc.workflow.processor.logic.event
Methods in de.xima.fc.workflow.processor.logic.event that return types with arguments of type Vorgang Modifier and Type Method Description static Map<Projekt,Map<Vorgang,List<IWorkflowQueueItem>>>
EventTaskLocator. findTasksToRun(IEntityContext ec, IWorkflowEventData eventData)
Finds all task that apply to the given event data.static Map<Projekt,Map<Vorgang,List<IWorkflowQueueItem>>>
EventTaskLocator. findTasksToRun(IWorkflowEventData eventData)
Finds all task that apply to the given event data. -
Uses of Vorgang in de.xima.fc.workflow.processor.logic.execution
Methods in de.xima.fc.workflow.processor.logic.execution with parameters of type Vorgang Modifier and Type Method Description static Lock
FormRecordLockManager. getLock(Vorgang formRecord)
Deprecated.Creates a new lock for the given form record.static FormRecordLockManager.ILockedFormRecord
FormRecordLockManager. lockFormRecord(Vorgang formRecord)
Deprecated. -
Uses of Vorgang in de.xima.fc.workflow.setup
Methods in de.xima.fc.workflow.setup with parameters of type Vorgang Modifier and Type Method Description protected void
StateTimerTriggerSetup. addProtocolEntryForDeletedJob(IEntityContext ec, Locale locale, Vorgang formRecord, org.quartz.JobDetail jobDetail)
protected void
TimePointTriggerSetup. addProtocolEntryForDeletedJob(IEntityContext ec, Locale locale, Vorgang formRecord, org.quartz.JobDetail jobDetail)
protected void
StateTimerTriggerSetup. addProtocolEntryForNewJob(IEntityContext ec, Locale locale, Vorgang formRecord, WorkflowTrigger trigger, IJobWrapper job, org.quartz.Trigger quartzTrigger, Instant triggerFireInstant)
protected void
TimePointTriggerSetup. addProtocolEntryForNewJob(IEntityContext ec, Locale locale, Vorgang formRecord, WorkflowTrigger trigger, IJobWrapper job, org.quartz.Trigger quartzTrigger, Instant triggerFireInstant)
protected void
StateTimerTriggerSetup. addProtocolEntryForUpdatedJob(IEntityContext ec, Locale locale, Vorgang formRecord, WorkflowTrigger trigger, IJobWrapper job, org.quartz.Trigger quartzTrigger, Instant triggerFireInstant)
protected void
TimePointTriggerSetup. addProtocolEntryForUpdatedJob(IEntityContext ec, Locale locale, Vorgang formRecord, WorkflowTrigger trigger, IJobWrapper job, org.quartz.Trigger quartzTrigger, Instant triggerFireInstant)
protected Iterable<WorkflowTrigger>
StateTimerTriggerSetup. findApplicableTriggers(IEntityContext ec, Vorgang formRecord)
protected List<WorkflowTrigger>
TimePointTriggerSetup. findApplicableTriggers(IEntityContext ec, Vorgang formRecord)
protected Instant
StateTimerTriggerSetup. getTriggerFireInstant(IEntityContext ec, Vorgang formRecord, FcStateTimerProps props)
protected Instant
TimePointTriggerSetup. getTriggerFireInstant(IEntityContext ec, Vorgang formRecord, FcTimePointProps props)
protected boolean
StateTimerTriggerSetup. isAppliesToFormRecordUpdate(IEntityContext ec, Vorgang formRecord, ITriggerHandler<FcStateTimerProps> handler)
protected boolean
TimePointTriggerSetup. isAppliesToFormRecordUpdate(IEntityContext ec, Vorgang formRecord, ITriggerHandler<FcTimePointProps> handler)
protected IJobWrapper
StateTimerTriggerSetup. newJob(IEntityContext ec, Vorgang formRecord, WorkflowTrigger trigger, FcStateTimerProps props, Instant triggerFireInstant)
protected IJobWrapper
TimePointTriggerSetup. newJob(IEntityContext ec, Vorgang formRecord, WorkflowTrigger trigger, FcTimePointProps props, Instant triggerFireInstant)
-