Uses of Class
de.xima.fc.entities.Aktion
Packages that use Aktion
Package
Description
Konstanten-Klassen, Interfaces und Helper-Klassen
Package für den Zugriff auf die API
Package for the API access of the model classes.
Package für Datenbankentitäten
-
Uses of Aktion in de.xima.fc
Methods in de.xima.fc with parameters of type AktionModifier and TypeMethodDescriptionstatic String
PathHandler.FS.getAktionWorkflowDirPath
(Vorgang v, Aktion a) Liefert den Pfad zum temporären Verzeichnis für die Verarbeitung der übergebenen Aktion innerhalb des übergebenen Vorgangs.static String
PathHandler.FS.getAktionWorkflowDirPath
(Vorgang v, Aktion a, String postfix) -
Uses of Aktion in de.xima.fc.api
Methods in de.xima.fc.api with parameters of type AktionModifier and TypeMethodDescriptionPublicPropertyAccessor.getPlaceholderList
(Projekt p, FormVersion fv, Aktion a) Deprecated.PublicPropertyAccessor.getProcessingContextPlaceholder
(Aktion a) Deprecated. -
Uses of Aktion in de.xima.fc.api.entity
Methods in de.xima.fc.api.entity that return AktionModifier and TypeMethodDescriptionAktionAPI.getByUUID
(UserContext uc, Status state, String uuid) Deprecated.Returns the action with the given UUIDAktionAPI.getByUUID
(UserContext uc, Status state, UUID uuid) Deprecated.Returns the action with the given UUIDAktionAPI.move
(UserContext uc, Aktion aktion, int targetIdx) Deprecated.Method for moving a action to the committed index.Methods in de.xima.fc.api.entity that return types with arguments of type AktionModifier and TypeMethodDescriptionAktionAPI.getAllByStatus
(UserContext uc, Status status) Deprecated.Method for loading allAktion
of a status.AktionAPI.getFolgeAktionen
(UserContext uc, Aktion aktion) Deprecated.Method for loading all follow-up actions of a committed action.AktionAPI.getPrevAktionen
(UserContext uc, Aktion aktion, Class<? extends IProcessing> verarbeitungsInterface) Deprecated.Method for loading all predecessor actions of a committed action, which implement the passed interface.Methods in de.xima.fc.api.entity with parameters of type AktionModifier and TypeMethodDescriptionAktionAPI.getFolgeAktionen
(UserContext uc, Aktion aktion) Deprecated.Method for loading all follow-up actions of a committed action.AktionAPI.getPrevAktionen
(UserContext uc, Aktion aktion, Class<? extends IProcessing> verarbeitungsInterface) Deprecated.Method for loading all predecessor actions of a committed action, which implement the passed interface.AktionAPI.isAktionMoveable
(UserContext uc, Aktion aktion, int targetIdx) Deprecated.Method for checking if the committed action is movable.AktionAPI.move
(UserContext uc, Aktion aktion, int targetIdx) Deprecated.Method for moving a action to the committed index. -
Uses of Aktion in de.xima.fc.bl.fdv
Methods in de.xima.fc.bl.fdv with parameters of type AktionModifier and TypeMethodDescriptionWorkflowProcessingContext.getSourceDir
(Aktion aktion) Deprecated.WorkflowProcessingContext.getSourceDirPath
(Aktion aktion) Deprecated.<E extends IFileDataEntity<?>>
FileWorkflowProcessingContext.getSourceFile
(Aktion aktion, IFileProviding<?, E> file) Deprecated.WorkflowProcessingContext.getTargetDir
(Aktion aktion) Deprecated.WorkflowProcessingContext.getTargetDirPath
(Aktion aktion) Deprecated.WorkflowProcessingContext.getTempDirPath
(Aktion aktion) Deprecated. -
Uses of Aktion in de.xima.fc.bl.fdv.file
Methods in de.xima.fc.bl.fdv.file with parameters of type AktionModifier and TypeMethodDescriptionvoid
ProvidingFileHandlerImpl.attachFilesFromCurrentActionToFormRecord
(Aktion action) Deprecated.ConsumingFileHandlerImpl.getAttachmentsFromUploadElements
(IUploadConsuming consuming, Aktion action) Deprecated.ConsumingFileHandlerImpl.getAttachmentsFromUploadElements
(List<String> uploadElements, Aktion action) Deprecated.ConsumingFileHandlerImpl.getDirWithUploadElements
(IUploadConsuming consuming, Aktion action) Deprecated.ConsumingFileHandlerImpl.getDirWithUploadElements
(List<String> uploadElements, Aktion action) Deprecated.ConsumingFileHandlerImpl.getFileOrDirsFromPreviousActions
(IConsuming consuming, Aktion action) Deprecated.ConsumingFileHandlerImpl.getFilesFromPreviousActions
(IConsuming consuming, Aktion action) Deprecated.ConsumingFileHandlerImpl.getFilesFromUploadElements
(IUploadConsuming consuming, Aktion action) Deprecated.ConsumingFileHandlerImpl.getFilesFromUploadElements
(List<String> uploadElements, Aktion action) Deprecated. -
Uses of Aktion in de.xima.fc.bl.fdv.processing
Methods in de.xima.fc.bl.fdv.processing with parameters of type AktionModifier and TypeMethodDescriptionprotected abstract IProcessingResult
AVerarbeitung.exec
(IWorkflowProcessingContext workflowProcessingContext, Aktion aktion) Deprecated.This is the method that should implement the business logic required by this action.protected IProcessingResult
VerarbeitungCallback.exec
(IWorkflowProcessingContext wfpc, Aktion aktion) Deprecated.protected IProcessingResult
VerarbeitungChangeStatus.exec
(IWorkflowProcessingContext wfpc, Aktion aktion) Deprecated.VerarbeitungCompressAsZip.exec
(IWorkflowProcessingContext wfpc, Aktion aktion) Deprecated.Erstellt ein Zip-Archiv anhand einer Liste von Dateien.protected IProcessingResult
VerarbeitungCopyToPostfach.exec
(IWorkflowProcessingContext wfpc, Aktion aktion) Deprecated.Hinweis: Für die erstellte Vorgangskopie werden nach DIESER Aktion KEINE weiteren Aktionen ausgeführt, ihr Status ist abhängig vom 'statusBeibehalten'-Schalter (true
: alter Status des Originalvorganges;false
: Zielstatus des Originalvorganges).protected IProcessingResult
VerarbeitungCopyToStatus.exec
(IWorkflowProcessingContext wfpc, Aktion aktion) Deprecated.Erstellt eine Kopie des aktuellen (übergebenen) Vorgangs und setzt den gewählten Status.VerarbeitungDbSQLQuery.exec
(IWorkflowProcessingContext wfpc, Aktion aktion) Deprecated.protected IProcessingResult
VerarbeitungDeleteVorgang.exec
(IWorkflowProcessingContext wfpc, Aktion aktion) Deprecated.protected IProcessingResult
VerarbeitungEmail.exec
(IWorkflowProcessingContext wfpc, Aktion aktion) Deprecated.This is the method that should implement the business logic required by this action.protected IProcessingResult
VerarbeitungExport.exec
(IWorkflowProcessingContext wfpc, Aktion aktion) Deprecated.Stellt die Formulardaten als XML-Datei im (temporären) Verzeichnis des dazugehörigen Verarbeitungskontextes bereit.protected IProcessingResult
VerarbeitungExportPersistence.exec
(IWorkflowProcessingContext wfpc, Aktion aktion) Deprecated.Stellt die Formulardaten als Persistence-Datei bereit.protected IProcessingResult
VerarbeitungExterneRessource.exec
(IWorkflowProcessingContext wfpc, Aktion aktion) Deprecated.protected IProcessingResult
VerarbeitungInbox.exec
(IWorkflowProcessingContext wfpc, Aktion action) Deprecated.protected IProcessingResult
VerarbeitungMoveToPostfach.exec
(IWorkflowProcessingContext wfpc, Aktion aktion) Deprecated.protected IProcessingResult
VerarbeitungPdf.exec
(IWorkflowProcessingContext wfpc, Aktion aktion) Deprecated.Befüllt ein PDF anhand eines übergebenen Formulars.protected IProcessingResult
VerarbeitungPlugin.exec
(IWorkflowProcessingContext wfpc, Aktion aktion) Deprecated.protected IProcessingResult
VerarbeitungPost.exec
(IWorkflowProcessingContext wfpc, Aktion aktion) Deprecated.protected IProcessingResult
VerarbeitungRenewProzessID.exec
(IWorkflowProcessingContext wfpc, Aktion aktion) Deprecated.protected IProcessingResult
VerarbeitungReturnFile.exec
(IWorkflowProcessingContext wfpc, Aktion action) Deprecated.protected IProcessingResult
VerarbeitungSaveToFilesystem.exec
(IWorkflowProcessingContext wfpc, Aktion action) Deprecated.protected IProcessingResult
VerarbeitungSendToSalesforce.exec
(IWorkflowProcessingContext wfpc, Aktion aktion) Deprecated.protected IProcessingResult
VerarbeitungStop.exec
(IWorkflowProcessingContext wfpc, Aktion aktion) Deprecated.protected IProcessingResult
VerarbeitungTemplate.exec
(IWorkflowProcessingContext wfpc, Aktion aktion) Deprecated.protected IProcessingResult
VerarbeitungUpload.exec
(IWorkflowProcessingContext wfpc, Aktion action) Deprecated.protected IProcessingResult
VerarbeitungWeiterleitung.exec
(IWorkflowProcessingContext wfpc, Aktion aktion) Deprecated.protected IProcessingResult
VerarbeitungWord.exec
(IWorkflowProcessingContext wfpc, Aktion aktion) Deprecated.protected IProcessingResult
VerarbeitungWriteToFile.exec
(IWorkflowProcessingContext wfpc, Aktion aktion) Deprecated.Writes the file contents to a file with the specified export name.protected IProcessingResult
VerarbeitungWriteToForm.exec
(IWorkflowProcessingContext wfpc, Aktion aktion) Deprecated.Diese Aktion dient dazu Formularwerte mit definierten Mapping-Werten zu belegen.protected IProcessingResult
VerarbeitungXmlToFd.exec
(IWorkflowProcessingContext wfpc, Aktion aktion) Deprecated.final IProcessingResult
AVerarbeitung.execute
(IWorkflowProcessingContext wfpc, Aktion aktionInProcess) Deprecated.calls the internal exec mehtodProcessingWrapper.execute
(IWorkflowProcessingContext wfpc, Aktion aktion) Deprecated.void
Deprecated. -
Uses of Aktion in de.xima.fc.bl.fdv.processing.data
Methods in de.xima.fc.bl.fdv.processing.data that return AktionConstructors in de.xima.fc.bl.fdv.processing.data with parameters of type AktionModifierConstructorDescriptionProcessingPrefillData
(IEntityContext ec, Aktion action) Deprecated.ProcessingPrefillData
(IEntityContext ec, Mandant client, Projekt project, Status status, Aktion action) Deprecated. -
Uses of Aktion in de.xima.fc.dao.hook
Methods in de.xima.fc.dao.hook that return types with arguments of type AktionModifier and TypeMethodDescriptionDaoActionHookHelper.getActionsReferencingDbConnection
(IEntityContext ec, DatenbankZugriff dbConnection) static Collection<Aktion>
DaoActionHookHelper.getActionsReferencingInbox
(IEntityContext ec, Postfach inbox) -
Uses of Aktion in de.xima.fc.dao.impl
Methods in de.xima.fc.dao.impl that return AktionModifier and TypeMethodDescriptionAktionDao.copy
(IEntityContext ec, Aktion sourceAktion, Status targetStatus, String targetName) Deprecated.AktionDao.getByUUID
(IEntityContext ec, Status state, String uuid) Deprecated.AktionDao.getByUUID
(IEntityContext ec, Status state, UUID uuid) Deprecated.Methods in de.xima.fc.dao.impl that return types with arguments of type AktionModifier and TypeMethodDescriptionAktionDao.getAllByProcessingClass
(IEntityContext ec, Mandant client, Class<?> processingClass) Deprecated.AktionDao.getAllByStatus
(IEntityContext ec, Status status) Deprecated.AktionDao.getFolgeAktionen
(IEntityContext ec, Aktion aktion) Deprecated.AktionDao.getFolgeAktionen
(IEntityContext ec, Status stat, int aktionIdx) Deprecated.protected IFCDaoActionHook<Aktion>
AktionDao.getPostActionHook()
Deprecated.protected IFCDaoActionHook<Aktion>
AktionDao.getPreActionHook()
Deprecated.AktionDao.getPrevAktionen
(IEntityContext ec, Aktion aktion, Class<?> verarbeitungsInterface) Deprecated.AktionDao.getPrevAktionen
(IEntityContext ec, Status stat, int aktionIdx, Class<?> verarbeitungsInterface) Deprecated.Methods in de.xima.fc.dao.impl with parameters of type AktionModifier and TypeMethodDescriptionAktionDao.copy
(IEntityContext ec, Aktion sourceAktion, Status targetStatus, String targetName) Deprecated.AktionDao.getEntityRefs
(IEntityContext ec, Aktion aktion) Deprecated.AktionDao.getFolgeAktionen
(IEntityContext ec, Aktion aktion) Deprecated.AktionDao.getPrevAktionen
(IEntityContext ec, Aktion aktion, Class<?> verarbeitungsInterface) Deprecated. -
Uses of Aktion in de.xima.fc.dao.interfaces
Methods in de.xima.fc.dao.interfaces that return AktionModifier and TypeMethodDescriptionIAktionDao.copy
(IEntityContext ec, Aktion sourceAktion, Status targetStatus, String targetName) Deprecated.IAktionDao.getByUUID
(IEntityContext ec, Status state, String uuid) Deprecated.Returns the action with the given UUIDIAktionDao.getByUUID
(IEntityContext ec, Status state, UUID uuid) Deprecated.Returns the action with the given UUIDMethods in de.xima.fc.dao.interfaces that return types with arguments of type AktionModifier and TypeMethodDescriptionIAktionDao.getAllByProcessingClass
(IEntityContext ec, Mandant client, Class<?> processingClass) Deprecated.Returns all actions that have processing of defined by the given processing classIAktionDao.getAllByStatus
(IEntityContext ec, Status status) Deprecated.IAktionDao.getFolgeAktionen
(IEntityContext ec, Aktion aktion) Deprecated.IAktionDao.getFolgeAktionen
(IEntityContext ec, Status stat, int aktionIdx) Deprecated.IAktionDao.getPrevAktionen
(IEntityContext ec, Aktion aktion, Class<?> typeInterface) Deprecated.IAktionDao.getPrevAktionen
(IEntityContext ec, Status stat, int aktionIdx, Class<?> verarbeitungsInterface) Deprecated.Methods in de.xima.fc.dao.interfaces with parameters of type AktionModifier and TypeMethodDescriptionIAktionDao.copy
(IEntityContext ec, Aktion sourceAktion, Status targetStatus, String targetName) Deprecated.IAktionDao.getFolgeAktionen
(IEntityContext ec, Aktion aktion) Deprecated.IAktionDao.getPrevAktionen
(IEntityContext ec, Aktion aktion, Class<?> typeInterface) Deprecated. -
Uses of Aktion in de.xima.fc.entities
Methods in de.xima.fc.entities that return AktionModifier and TypeMethodDescriptionAktion.cloneBasics()
Deprecated.Bedingung.getAktion()
Deprecated.Diese Methode dient dazu, die Aktion zu ermitteln, die ausgeführt wird, wenn die Bedingung zutrifft.Aktion.getFolgeAktion()
Deprecated.Diese Methode dient dazu, die Folgeaktion dieser Aktion innerhalb der Workflowverarbeitung zu ermitteln.Bedingung.getFolgeAktion()
Deprecated.Stellt aktuell die Gegenseite einer unidirektionalen Beziehung dar, die die Folgeaktion repräsentiert.Methods in de.xima.fc.entities that return types with arguments of type AktionModifier and TypeMethodDescriptionStatus.getAktionen()
Deprecated.Liefert die aktuellen Aktionen-Liste.Methods in de.xima.fc.entities with parameters of type AktionModifier and TypeMethodDescriptionvoid
Deprecated.void
Status.removeAktion
(Aktion a) Deprecated.void
Deprecated.Diese Methode dient dazu, dieAktion
zu setzen, die ausgeführt wird, wenn die Bedingung zutrifftvoid
Aktion.setFolgeAktion
(Aktion folgeAktion) Deprecated.Diese Methode dient dazu, die Folgeaktion dieser Aktion für die Workflowverarbeitung festzulegen.void
Bedingung.setFolgeAktion
(Aktion folgeAktion) Deprecated.Diese Methode dient dazu, eine Folgeaktion festzulegenMethod parameters in de.xima.fc.entities with type arguments of type AktionModifier and TypeMethodDescriptionvoid
Status.setAktionen
(List<Aktion> aktionen) Deprecated.Überschreibt die aktuelle Aktionsliste mit der übergebenen Liste -
Uses of Aktion in de.xima.fc.export
Methods in de.xima.fc.export that return AktionModifier and TypeMethodDescriptionprotected Aktion
AProjektUtil.handleAction
(long oldActionId, Aktion newAction, Map<Long, Aktion> aktionMap, Map<Long, Status> statusMap, ExportBedingungData exportBedingungData) Deprecated.Methods in de.xima.fc.export that return types with arguments of type AktionModifier and TypeMethodDescriptionAProjektUtil.createAktion
(Map<Long, Status> mapStatus, boolean disableAllActions) Deprecated.AProjektUtil.getAktionsListe
(Status status) Deprecated.Methods in de.xima.fc.export with parameters of type AktionModifier and TypeMethodDescriptionprotected Aktion
AProjektUtil.handleAction
(long oldActionId, Aktion newAction, Map<Long, Aktion> aktionMap, Map<Long, Status> statusMap, ExportBedingungData exportBedingungData) Deprecated.Method parameters in de.xima.fc.export with type arguments of type AktionModifier and TypeMethodDescriptionprotected void
Deprecated.protected Aktion
AProjektUtil.handleAction
(long oldActionId, Aktion newAction, Map<Long, Aktion> aktionMap, Map<Long, Status> statusMap, ExportBedingungData exportBedingungData) Deprecated.protected Bedingung
AProjektUtil.handleBedingungForImport
(Bedingung neueBedingung, Map<Long, Aktion> aktionMap, Map<Long, Status> statusMap, ExportBedingungData exportBedingungData) Deprecated. -
Uses of Aktion in de.xima.fc.export.model
Subclasses of Aktion in de.xima.fc.export.modelMethods in de.xima.fc.export.model that return AktionModifier and TypeMethodDescriptionExportAktionData.getBasicNeueAktion()
Deprecated.Liefert eine neue Aktion instance gefüllt mit den primitiven ExportAktion- Daten (keine Referenzen, Listen)Constructors in de.xima.fc.export.model with parameters of type Aktion -
Uses of Aktion in de.xima.fc.gui.bean.workflow
Methods in de.xima.fc.gui.bean.workflow that return AktionModifier and TypeMethodDescriptionStateTreeBean.getAction()
Deprecated.Deprecated.AActionBean.getCurrent()
Deprecated.ProcessingBean.getCurrentAction()
Deprecated.Methods in de.xima.fc.gui.bean.workflow that return types with arguments of type AktionModifier and TypeMethodDescriptionStateTreeBean.getActionsForToggle()
Deprecated.ProcessingBean.getFollowActions()
Deprecated.ProcessingBean.getProvidingPrevActions()
Deprecated.Methods in de.xima.fc.gui.bean.workflow with parameters of type AktionModifier and TypeMethodDescriptionvoid
Deprecated.org.primefaces.model.TreeNode<Object>
StateTreeBean.createActionNode
(Aktion action, org.primefaces.model.TreeNode<Object> stateNode) Deprecated.Deprecated.StateTreeBean.getActionFilterString
(Aktion action) Deprecated.org.primefaces.model.TreeNode<Object>
StateTreeBean.getActionNode
(Aktion action) Deprecated.org.primefaces.model.TreeNode<Object>
StateTreeBean.getActionNode
(Aktion aktion, Status status) Deprecated.org.primefaces.model.TreeNode<Object>
StateTreeBean.getActionNode
(Aktion searchAction, org.primefaces.model.TreeNode<Object> node) Deprecated.Deprecated.boolean
AActionBean.isHasCondition
(Aktion action) Deprecated.boolean
AActionBean.isHasErrorCase
(Aktion action) Deprecated.void
StateTreeBean.loadActionNode
(org.primefaces.model.TreeNode<Object> actionNode, Aktion action) Deprecated.void
StateTreeBean.selectAktion
(Aktion aktion) Deprecated.void
StateTreeBean.selectAktion
(Aktion aktion, Status status) Deprecated.Selektiert die Aktion eines Status.void
StateTreeBean.selectAktion
(Aktion aktion, org.primefaces.model.TreeNode<Object> node) Deprecated.void
AActionBean.setCurrent
(Aktion current) Deprecated.void
StateTreeBean.updateAction
(Aktion action) Deprecated. -
Uses of Aktion in de.xima.fc.gui.interfaces
Methods in de.xima.fc.gui.interfaces with parameters of type AktionModifier and TypeMethodDescriptiondefault void
IPlaceholderLibrary.updateWorkflowActionResultPlaceholders
(IEntityContext ec, Aktion action) Deprecated.No-op and should not be used. -
Uses of Aktion in de.xima.fc.gui.interfaces.data
Methods in de.xima.fc.gui.interfaces.data that return Aktion -
Uses of Aktion in de.xima.fc.gui.model
Methods in de.xima.fc.gui.model with parameters of type AktionModifier and TypeMethodDescriptionvoid
PlaceholderLibrary.updateWorkflowActionResultPlaceholders
(IEntityContext ec, Aktion action) -
Uses of Aktion in de.xima.fc.gui.validator.name
Methods in de.xima.fc.gui.validator.name with parameters of type Aktion -
Uses of Aktion in de.xima.fc.handler.entity
Methods in de.xima.fc.handler.entity that return AktionModifier and TypeMethodDescriptionAktionHandler.getByUUID
(UserContext uc, Status state, String uuid) Deprecated.AktionHandler.getByUUID
(UserContext uc, Status state, UUID uuid) Deprecated.AktionHandler.move
(UserContext uc, Aktion aktion, int targetIdx) Deprecated.Methods in de.xima.fc.handler.entity that return types with arguments of type AktionModifier and TypeMethodDescriptionAktionHandler.getAllByStatus
(UserContext uc, Status status) Deprecated.AktionHandler.getFolgeAktionen
(UserContext uc, Aktion aktion) Deprecated.AktionHandler.getPrevAktionen
(UserContext uc, Aktion aktion, Class<? extends IProcessing> verarbeitungsInterface) Deprecated.Methods in de.xima.fc.handler.entity with parameters of type AktionModifier and TypeMethodDescriptionAktionHandler.getFolgeAktionen
(UserContext uc, Aktion aktion) Deprecated.AktionHandler.getPrevAktionen
(UserContext uc, Aktion aktion, Class<? extends IProcessing> verarbeitungsInterface) Deprecated.AktionHandler.isAktionMoveable
(UserContext uc, Aktion aktion, int targetIdx) Deprecated.AktionHandler.move
(UserContext uc, Aktion aktion, int targetIdx) Deprecated. -
Uses of Aktion in de.xima.fc.handler.interfaces.entity
Methods in de.xima.fc.handler.interfaces.entity that return AktionModifier and TypeMethodDescriptionIAktionHandler.getByUUID
(UserContext uc, Status state, String uuid) Deprecated.Returns the action with the given UUIDIAktionHandler.getByUUID
(UserContext uc, Status state, UUID uuid) Deprecated.Returns the action with the given UUIDIAktionHandler.move
(UserContext uc, Aktion aktion, int targetIdx) Deprecated.Methods in de.xima.fc.handler.interfaces.entity that return types with arguments of type AktionModifier and TypeMethodDescriptionIAktionHandler.getAllByStatus
(UserContext uc, Status status) Deprecated.IAktionHandler.getFolgeAktionen
(UserContext uc, Aktion aktion) Deprecated.IAktionHandler.getPrevAktionen
(UserContext uc, Aktion aktion, Class<? extends IProcessing> verarbeitungsInterface) Deprecated.Methods in de.xima.fc.handler.interfaces.entity with parameters of type AktionModifier and TypeMethodDescriptionIAktionHandler.getFolgeAktionen
(UserContext uc, Aktion aktion) Deprecated.IAktionHandler.getPrevAktionen
(UserContext uc, Aktion aktion, Class<? extends IProcessing> verarbeitungsInterface) Deprecated.IAktionHandler.isAktionMoveable
(UserContext uc, Aktion aktion, int targetIdx) Deprecated.IAktionHandler.move
(UserContext uc, Aktion aktion, int targetIdx) Deprecated. -
Uses of Aktion in de.xima.fc.importer.config
Methods in de.xima.fc.importer.config that return types with arguments of type AktionModifier and TypeMethodDescriptionprotected IGenericDao<Aktion>
ActionImportConfig.getDao()
Deprecated. -
Uses of Aktion in de.xima.fc.importer.stager
Constructors in de.xima.fc.importer.stager with parameters of type AktionModifierConstructorDescriptionActionImportStager
(IEntityContext ec, Aktion entity, Mandant client) Deprecated. -
Uses of Aktion in de.xima.fc.interfaces.file
Methods in de.xima.fc.interfaces.file with parameters of type AktionModifier and TypeMethodDescriptionvoid
IProvidingFileHandler.attachFilesFromCurrentActionToFormRecord
(Aktion action) Deprecated.For a workflow action that provides files, takes the files it produces and attaches those files to the current form record.IConsumingFileHandler.getAttachmentsFromUploadElements
(IUploadConsuming consuming, Aktion action) Deprecated.Same asIConsumingFileHandler.getAttachmentsFromUploadElements(List, Aktion)
, but takes the arguments from the givenIUploadConsuming
belonging to the given action.IConsumingFileHandler.getAttachmentsFromUploadElements
(List<String> uploadElements, Aktion action) Deprecated.Returns a list of all attachments for the given upload elements.IConsumingFileHandler.getDirWithUploadElements
(IUploadConsuming consuming, Aktion action) Deprecated.Same asIConsumingFileHandler.getDirWithUploadElements(IUploadConsuming, Aktion)
, but takes the parameters from the givenIUploadConsuming
corresponding to the given action.IConsumingFileHandler.getDirWithUploadElements
(List<String> uploadElements, Aktion action) Deprecated.Similar toIConsumingFileHandler.getFilesFromUploadElements(List, Aktion)
, but returns aFile
for the directory which contains all the uploaded elements.IConsumingFileHandler.getFileOrDirsFromPreviousActions
(IConsuming consuming, Aktion action) Deprecated.For each previous action as specified byIConsuming.getActionUUIDs()
, find the file or directory created by that action and returns them.IConsumingFileHandler.getFilesFromPreviousActions
(IConsuming consuming, Aktion action) Deprecated.Returns all files from previous actions as specified by theIConsuming.getActionUUIDs()
.IConsumingFileHandler.getFilesFromUploadElements
(IUploadConsuming consuming, Aktion action) Deprecated.Same asIConsumingFileHandler.getFilesFromUploadElements(List, Aktion)
, but takes the parameters from the givenIUploadConsuming
corresponding to the given action.IConsumingFileHandler.getFilesFromUploadElements
(List<String> uploadElements, Aktion action) Deprecated.Returns a list of all files from the given upload elements. -
Uses of Aktion in de.xima.fc.interfaces.plugin.param.workflow
Methods in de.xima.fc.interfaces.plugin.param.workflow that return Aktion -
Uses of Aktion in de.xima.fc.interfaces.processing
Methods in de.xima.fc.interfaces.processing that return AktionMethods in de.xima.fc.interfaces.processing with parameters of type AktionModifier and TypeMethodDescriptionIProcessing.execute
(IWorkflowProcessingContext wfpc, Aktion aktion) Deprecated.Diese Methode dient dazu, die konkrete Aktionsverarbeitung zu implementieren.IWorkflowProcessingContext.getSourceDir
(Aktion aktion) Deprecated.Path to the temporary source directory.IWorkflowProcessingContext.getSourceDirPath
(Aktion aktion) Deprecated.Path to the temporary source directory.<E extends IFileDataEntity<?>>
FileIWorkflowProcessingContext.getSourceFile
(Aktion aktion, IFileProviding<?, E> file) Deprecated.Methode zum Ermitteln und temporären Ablegen von Dateien aus der Datenbank.IWorkflowProcessingContext.getTargetDir
(Aktion aktion) Deprecated.Path to the temporary target directory.IWorkflowProcessingContext.getTargetDirPath
(Aktion aktion) Deprecated.Path to the temporary target directory.IWorkflowProcessingContext.getTempDirPath
(Aktion aktion) Deprecated.void
Deprecated.Wraps the action and its processing -
Uses of Aktion in de.xima.fc.manager
Methods in de.xima.fc.manager with parameters of type AktionModifier and TypeMethodDescriptionstatic IProcessing
ProcessingManager.getEmptyProcessing
(Aktion action) Deprecated. -
Uses of Aktion in de.xima.fc.order
Methods in de.xima.fc.order that return AktionModifier and TypeMethodDescriptionstatic Aktion
AktionOrderHelper.move
(Aktion aktion, int targetIdx, IEntityContext ec) Deprecated.Passt die Reihenfolge der Aktionen an, wo es notwendig ist.static Aktion
AktionOrderHelper.moveToState
(Aktion action, Status state, int newIdx, IEntityContext ec) Deprecated.Methods in de.xima.fc.order with parameters of type AktionModifier and TypeMethodDescriptionstatic BasicRefResult
AktionOrderHelper.isAktionDeletable
(Aktion delAktion, IEntityContext ec) Deprecated.Prüft ob eine Aktion gelöscht werden kann.static BasicRefResult
AktionOrderHelper.isAktionMoveable
(Aktion currentAktion, int targetIndex, IEntityContext ec) Deprecated.Prüft ob eine Aktion verschoben werden darf.static BasicRefResult
AktionOrderHelper.isAktionMoveableToState
(Aktion action, Status state, Mandant client, int newIdx, IEntityContext ec) Deprecated.Action cannot be moved to the target state if that state contain an action with the same name already.static Aktion
AktionOrderHelper.move
(Aktion aktion, int targetIdx, IEntityContext ec) Deprecated.Passt die Reihenfolge der Aktionen an, wo es notwendig ist.static Aktion
AktionOrderHelper.moveToState
(Aktion action, Status state, int newIdx, IEntityContext ec) Deprecated. -
Uses of Aktion in de.xima.fc.plugin.abstracts
Methods in de.xima.fc.plugin.abstracts that return AktionMethods in de.xima.fc.plugin.abstracts that return types with arguments of type Aktion -
Uses of Aktion in de.xima.fc.plugin.config
Methods in de.xima.fc.plugin.config that return AktionModifier and TypeMethodDescriptionIProcessingBean.getCurrentAction()
Deprecated.Finds the currently selected workflow action.Methods in de.xima.fc.plugin.config that return types with arguments of type AktionModifier and TypeMethodDescriptionIProcessingBean.getProvidingPrevActions()
Deprecated.Liefert eine Liste mit allen datei-bereitstellenden Aktionen, welche der aktuellen Aktion innerhalb des aktuellen Status vorgelagert sind -
Uses of Aktion in de.xima.fc.plugin.models.params.workflow
Methods in de.xima.fc.plugin.models.params.workflow that return AktionConstructors in de.xima.fc.plugin.models.params.workflow with parameters of type AktionModifierConstructorDescriptionPluginProcessingParams
(IWorkflowProcessingContext wpc, Aktion aktion, Map<String, String> params) Deprecated. -
Uses of Aktion in de.xima.fc.processing
Methods in de.xima.fc.processing with parameters of type AktionModifier and TypeMethodDescriptionstatic final IProcessingWrapper
Gets a processing wrapper for the given actionstatic final IProcessing
ProcessingWrapperFactory.forLegacyAction
(Aktion action) Only for use inBedingung
!!! -
Uses of Aktion in de.xima.fc.testhelper
Methods in de.xima.fc.testhelper that return AktionModifier and TypeMethodDescriptionstatic Aktion
EntityDummyFactory.dummyAction
(String name, Status status) Deprecated.Methods in de.xima.fc.testhelper with parameters of type AktionModifier and TypeMethodDescriptionstatic Bedingung
EntityDummyFactory.dummyCondition
(Aktion action) -
Uses of Aktion in de.xima.fc.workflow.migrate
Methods in de.xima.fc.workflow.migrate with parameters of type AktionModifier and TypeMethodDescriptionstatic void
FcEmailUserReferenceMigrator.updateEmailAction
(IEntityContext ec, Mandant client, Aktion action, Map<String, Long> userRefToProfileIdMap) Deprecated.
WorkflowProcessingContext.getTargetDirPath(Aktion)