Uses of Class
de.xima.fc.entities.Aktion
-
-
Uses of Aktion in de.xima.fc
Methods in de.xima.fc with parameters of type Aktion Modifier and Type Method Description static 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 Aktion Modifier and Type Method Description List<String>
PublicPropertyAccessor. getPlaceholderList(Projekt p, FormVersion fv, Aktion a)
Diese Methode dient dazu, alle verfügbaren Platzhalter als Liste von Zeichenketten zu ermitteln.List<String>
PublicPropertyAccessor. getProcessingContextPlaceholder(Aktion a)
Diese Methode dient dazu, WorkflowProcessingContext-Platzhalter zu ermitteln -
Uses of Aktion in de.xima.fc.api.entity
Methods in de.xima.fc.api.entity that return Aktion Modifier and Type Method Description Aktion
AktionAPI. getByUUID(UserContext uc, Status state, String uuid)
Deprecated.Returns the action with the given UUIDAktion
AktionAPI. getByUUID(UserContext uc, Status state, UUID uuid)
Deprecated.Returns the action with the given UUIDAktion
AktionAPI. 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 Aktion Modifier and Type Method Description List<Aktion>
AktionAPI. getAllByStatus(UserContext uc, Status status)
Deprecated.Method for loading allAktion
of a status.List<Aktion>
AktionAPI. getFolgeAktionen(UserContext uc, Aktion aktion)
Deprecated.Method for loading all follow-up actions of a committed action.List<Aktion>
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 Aktion Modifier and Type Method Description List<Aktion>
AktionAPI. getFolgeAktionen(UserContext uc, Aktion aktion)
Deprecated.Method for loading all follow-up actions of a committed action.List<Aktion>
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.BasicRefResult
AktionAPI. isAktionMoveable(UserContext uc, Aktion aktion, int targetIdx)
Deprecated.Method for checking if the committed action is movable.Aktion
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 Aktion Modifier and Type Method Description File
WorkflowProcessingContext. getSourceDir(Aktion aktion)
String
WorkflowProcessingContext. getSourceDirPath(Aktion aktion)
<E extends IFileDataEntity<?>>
FileWorkflowProcessingContext. getSourceFile(Aktion aktion, IFileProviding<?,E> file)
File
WorkflowProcessingContext. getTargetDir(Aktion aktion)
String
WorkflowProcessingContext. getTargetDirPath(Aktion aktion)
String
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 Aktion Modifier and Type Method Description void
ProvidingFileHandlerImpl. attachFilesFromCurrentActionToFormRecord(Aktion action)
List<Attachment>
ConsumingFileHandlerImpl. getAttachmentsFromUploadElements(IUploadConsuming consuming, Aktion action)
List<Attachment>
ConsumingFileHandlerImpl. getAttachmentsFromUploadElements(List<String> uploadElements, Aktion action)
File
ConsumingFileHandlerImpl. getDirWithUploadElements(IUploadConsuming consuming, Aktion action)
File
ConsumingFileHandlerImpl. getDirWithUploadElements(List<String> uploadElements, Aktion action)
Map<? super Object,File>
ConsumingFileHandlerImpl. getFileOrDirsFromPreviousActions(IConsuming consuming, Aktion action)
List<File>
ConsumingFileHandlerImpl. getFilesFromPreviousActions(IConsuming consuming, Aktion action)
List<File>
ConsumingFileHandlerImpl. getFilesFromUploadElements(IUploadConsuming consuming, Aktion action)
List<File>
ConsumingFileHandlerImpl. getFilesFromUploadElements(List<String> uploadElements, Aktion action)
-
Uses of Aktion in de.xima.fc.bl.fdv.processing
Methods in de.xima.fc.bl.fdv.processing with parameters of type Aktion Modifier and Type Method Description protected abstract IProcessingResult
AVerarbeitung. exec(IWorkflowProcessingContext workflowProcessingContext, Aktion aktion)
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)
IProcessingResult
VerarbeitungCompressAsZip. exec(IWorkflowProcessingContext wfpc, Aktion aktion)
Erstellt ein Zip-Archiv anhand einer Liste von Dateien.protected IProcessingResult
VerarbeitungCopyToPostfach. exec(IWorkflowProcessingContext wfpc, Aktion aktion)
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)
Erstellt eine Kopie des aktuellen (übergebenen) Vorgangs und setzt den gewählten Status.IProcessingResult
VerarbeitungDbSQLQuery. exec(IWorkflowProcessingContext wfpc, Aktion aktion)
protected IProcessingResult
VerarbeitungDeleteVorgang. exec(IWorkflowProcessingContext wfpc, Aktion aktion)
protected IProcessingResult
VerarbeitungEmail. exec(IWorkflowProcessingContext wfpc, Aktion aktion)
This is the method that should implement the business logic required by this action.protected IProcessingResult
VerarbeitungExport. exec(IWorkflowProcessingContext wfpc, Aktion aktion)
Stellt die Formulardaten als XML-Datei im (temporären) Verzeichnis des dazugehörigen Verarbeitungskontextes bereit.protected IProcessingResult
VerarbeitungExportPersistence. exec(IWorkflowProcessingContext wfpc, Aktion aktion)
Stellt die Formulardaten als Persistence-Datei bereit.protected IProcessingResult
VerarbeitungExterneRessource. exec(IWorkflowProcessingContext wfpc, Aktion aktion)
protected IProcessingResult
VerarbeitungInbox. exec(IWorkflowProcessingContext wfpc, Aktion action)
Deprecated.protected IProcessingResult
VerarbeitungMoveToPostfach. exec(IWorkflowProcessingContext wfpc, Aktion aktion)
protected IProcessingResult
VerarbeitungPdf. exec(IWorkflowProcessingContext wfpc, Aktion aktion)
Befüllt ein PDF anhand eines übergebenen Formulars.protected IProcessingResult
VerarbeitungPlugin. exec(IWorkflowProcessingContext wfpc, Aktion aktion)
protected IProcessingResult
VerarbeitungPost. exec(IWorkflowProcessingContext wfpc, Aktion aktion)
Deprecated.protected IProcessingResult
VerarbeitungRenewProzessID. exec(IWorkflowProcessingContext wfpc, Aktion aktion)
protected IProcessingResult
VerarbeitungReturnFile. exec(IWorkflowProcessingContext wfpc, Aktion action)
protected IProcessingResult
VerarbeitungSaveToFilesystem. exec(IWorkflowProcessingContext wfpc, Aktion action)
protected IProcessingResult
VerarbeitungSendToSalesforce. exec(IWorkflowProcessingContext wfpc, Aktion aktion)
protected IProcessingResult
VerarbeitungStop. exec(IWorkflowProcessingContext wfpc, Aktion aktion)
protected IProcessingResult
VerarbeitungTemplate. exec(IWorkflowProcessingContext wfpc, Aktion aktion)
protected IProcessingResult
VerarbeitungUpload. exec(IWorkflowProcessingContext wfpc, Aktion action)
Deprecated.protected IProcessingResult
VerarbeitungWeiterleitung. exec(IWorkflowProcessingContext wfpc, Aktion aktion)
protected IProcessingResult
VerarbeitungWord. exec(IWorkflowProcessingContext wfpc, Aktion aktion)
protected IProcessingResult
VerarbeitungWriteToFile. exec(IWorkflowProcessingContext wfpc, Aktion aktion)
Writes the file contents to a file with the specified export name.protected IProcessingResult
VerarbeitungWriteToForm. exec(IWorkflowProcessingContext wfpc, Aktion aktion)
Diese Aktion dient dazu Formularwerte mit definierten Mapping-Werten zu belegen.protected IProcessingResult
VerarbeitungXmlToFd. exec(IWorkflowProcessingContext wfpc, Aktion aktion)
IProcessingResult
AVerarbeitung. execute(IWorkflowProcessingContext wfpc, Aktion aktionInProcess)
calls the internal exec mehtodIProcessingResult
ProcessingWrapper. execute(IWorkflowProcessingContext wfpc, Aktion aktion)
void
ProcessingWrapper. wrapFor(Aktion action)
-
Uses of Aktion in de.xima.fc.bl.fdv.processing.data
Methods in de.xima.fc.bl.fdv.processing.data that return Aktion Modifier and Type Method Description Aktion
ProcessingPrefillData. getAction()
Constructors in de.xima.fc.bl.fdv.processing.data with parameters of type Aktion Constructor Description ProcessingPrefillData(IEntityContext ec, Aktion action)
ProcessingPrefillData(IEntityContext ec, Mandant client, Projekt project, Status status, Aktion action)
-
Uses of Aktion in de.xima.fc.dao.hook
Methods in de.xima.fc.dao.hook that return types with arguments of type Aktion Modifier and Type Method Description static List<Aktion>
DaoActionHookHelper. getActionsReferencingDbConnection(IEntityContext ec, DatenbankZugriff dbConnection)
Deprecated.Use#getReferencingWorkflowElementsInClient(IEntityContext, Mandant, IUUIDEntity)
static Collection<Aktion>
DaoActionHookHelper. getActionsReferencingInbox(IEntityContext ec, Postfach inbox)
Deprecated.Use#getReferencingWorkflowElementsInClient(IEntityContext, Mandant, IUUIDEntity)
-
Uses of Aktion in de.xima.fc.dao.impl
Methods in de.xima.fc.dao.impl that return Aktion Modifier and Type Method Description Aktion
AktionDao. copy(IEntityContext ec, Aktion sourceAktion, Status targetStatus, String targetName)
Aktion
AktionDao. getByUUID(IEntityContext ec, Status state, String uuid)
Aktion
AktionDao. getByUUID(IEntityContext ec, Status state, UUID uuid)
Methods in de.xima.fc.dao.impl that return types with arguments of type Aktion Modifier and Type Method Description List<Aktion>
AktionDao. getAllByProcessingClass(IEntityContext ec, Mandant client, Class<?> processingClass)
List<Aktion>
AktionDao. getAllByStatus(IEntityContext ec, Status status)
List<Aktion>
AktionDao. getFolgeAktionen(IEntityContext ec, Aktion aktion)
List<Aktion>
AktionDao. getFolgeAktionen(IEntityContext ec, Status stat, int aktionIdx)
protected IFCDaoActionHook<Aktion>
AktionDao. getPostActionHook()
protected IFCDaoActionHook<Aktion>
AktionDao. getPreActionHook()
List<Aktion>
AktionDao. getPrevAktionen(IEntityContext ec, Aktion aktion, Class<?> verarbeitungsInterface)
List<Aktion>
AktionDao. getPrevAktionen(IEntityContext ec, Status stat, int aktionIdx, Class<?> verarbeitungsInterface)
Methods in de.xima.fc.dao.impl with parameters of type Aktion Modifier and Type Method Description Aktion
AktionDao. copy(IEntityContext ec, Aktion sourceAktion, Status targetStatus, String targetName)
Set<de.xima.cmn.dao.interfaces.IEntity<Long>>
AktionDao. getEntityRefs(IEntityContext ec, Aktion aktion)
List<Aktion>
AktionDao. getFolgeAktionen(IEntityContext ec, Aktion aktion)
List<Aktion>
AktionDao. getPrevAktionen(IEntityContext ec, Aktion aktion, Class<?> verarbeitungsInterface)
-
Uses of Aktion in de.xima.fc.dao.interfaces
Methods in de.xima.fc.dao.interfaces that return Aktion Modifier and Type Method Description Aktion
IAktionDao. copy(IEntityContext ec, Aktion sourceAktion, Status targetStatus, String targetName)
Aktion
IAktionDao. getByUUID(IEntityContext ec, Status state, String uuid)
Returns the action with the given UUIDAktion
IAktionDao. getByUUID(IEntityContext ec, Status state, UUID uuid)
Returns the action with the given UUIDMethods in de.xima.fc.dao.interfaces that return types with arguments of type Aktion Modifier and Type Method Description List<Aktion>
IAktionDao. getAllByProcessingClass(IEntityContext ec, Mandant client, Class<?> processingClass)
Returns all actions that have processing of defined by the given processing classList<Aktion>
IAktionDao. getAllByStatus(IEntityContext ec, Status status)
List<Aktion>
IAktionDao. getFolgeAktionen(IEntityContext ec, Aktion aktion)
List<Aktion>
IAktionDao. getFolgeAktionen(IEntityContext ec, Status stat, int aktionIdx)
List<Aktion>
IAktionDao. getPrevAktionen(IEntityContext ec, Aktion aktion, Class<?> typeInterface)
List<Aktion>
IAktionDao. getPrevAktionen(IEntityContext ec, Status stat, int aktionIdx, Class<?> verarbeitungsInterface)
Methods in de.xima.fc.dao.interfaces with parameters of type Aktion Modifier and Type Method Description Aktion
IAktionDao. copy(IEntityContext ec, Aktion sourceAktion, Status targetStatus, String targetName)
List<Aktion>
IAktionDao. getFolgeAktionen(IEntityContext ec, Aktion aktion)
List<Aktion>
IAktionDao. getPrevAktionen(IEntityContext ec, Aktion aktion, Class<?> typeInterface)
-
Uses of Aktion in de.xima.fc.entities
Methods in de.xima.fc.entities that return Aktion Modifier and Type Method Description Aktion
Aktion. cloneBasics()
Deprecated.Aktion
Bedingung. getAktion()
Deprecated.Diese Methode dient dazu, die Aktion zu ermitteln, die ausgeführt wird, wenn die Bedingung zutrifft.Aktion
Aktion. getFolgeAktion()
Deprecated.Diese Methode dient dazu, die Folgeaktion dieser Aktion innerhalb der Workflowverarbeitung zu ermitteln.Aktion
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 Aktion Modifier and Type Method Description List<Aktion>
Status. getAktionen()
Deprecated.Liefert die aktuellen Aktionen-Liste.Methods in de.xima.fc.entities with parameters of type Aktion Modifier and Type Method Description void
Status. addAktion(Aktion a)
Deprecated.void
Status. removeAktion(Aktion a)
Deprecated.void
Bedingung. setAktion(Aktion aktion)
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 Aktion Modifier and Type Method Description void
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 Aktion Modifier and Type Method Description protected Aktion
AProjektUtil. handleAction(long oldActionId, Aktion newAction, Map<Long,Aktion> aktionMap, Map<Long,Status> statusMap, ExportBedingungData exportBedingungData)
Methods in de.xima.fc.export that return types with arguments of type Aktion Modifier and Type Method Description protected Map<Long,Aktion>
AProjektUtil. createAktion(Map<Long,Status> mapStatus, boolean disableAllActions)
Erstellt Aktionen anhand der StatusListeprotected List<Aktion>
AProjektUtil. getAktionsListe(Status status)
Methode zum Erzeugen der Aktion-DatenMethods in de.xima.fc.export with parameters of type Aktion Modifier and Type Method Description protected Aktion
AProjektUtil. handleAction(long oldActionId, Aktion newAction, Map<Long,Aktion> aktionMap, Map<Long,Status> statusMap, ExportBedingungData exportBedingungData)
Method parameters in de.xima.fc.export with type arguments of type Aktion Modifier and Type Method Description protected void
AProjektUtil. createBedingung(Map<Long,Aktion> aktionMap, Map<Long,Status> statusMap)
Erstellt Bedingungen anahnd der AktionsListeprotected Aktion
AProjektUtil. handleAction(long oldActionId, Aktion newAction, Map<Long,Aktion> aktionMap, Map<Long,Status> statusMap, ExportBedingungData exportBedingungData)
protected Bedingung
AProjektUtil. handleBedingungForImport(Bedingung neueBedingung, Map<Long,Aktion> aktionMap, Map<Long,Status> statusMap, ExportBedingungData exportBedingungData)
Should only be used for importing older project exports -
Uses of Aktion in de.xima.fc.export.model
Subclasses of Aktion in de.xima.fc.export.model Modifier and Type Class Description class
ExportAktionData
Methods in de.xima.fc.export.model that return Aktion Modifier and Type Method Description Aktion
ExportAktionData. getBasicNeueAktion()
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 Constructor Description ExportAktionData(Aktion aktion)
-
Uses of Aktion in de.xima.fc.gui.bean.workflow
Methods in de.xima.fc.gui.bean.workflow that return Aktion Modifier and Type Method Description Aktion
StateTreeBean. getAction()
Deprecated.Aktion
StateTreeBean. getAction(org.primefaces.model.TreeNode actionNode)
Deprecated.Aktion
AActionBean. getCurrent()
Deprecated.Aktion
ProcessingBean. getCurrentAction()
Deprecated.Methods in de.xima.fc.gui.bean.workflow that return types with arguments of type Aktion Modifier and Type Method Description List<Aktion>
StateTreeBean. getActionsForToggle()
Deprecated.List<Aktion>
ProcessingBean. getFollowActions()
Deprecated.List<Aktion>
ProcessingBean. getProvidingPrevActions()
Deprecated.Methods in de.xima.fc.gui.bean.workflow with parameters of type Aktion Modifier and Type Method Description void
AActionBean. copy(Aktion current)
Deprecated.org.primefaces.model.TreeNode
StateTreeBean. createActionNode(Aktion action, org.primefaces.model.TreeNode stateNode)
Deprecated.String
AActionBean. delete(String targetView, Aktion action)
Deprecated.String
StateTreeBean. getActionFilterString(Aktion action)
Deprecated.org.primefaces.model.TreeNode
StateTreeBean. getActionNode(Aktion action)
Deprecated.org.primefaces.model.TreeNode
StateTreeBean. getActionNode(Aktion aktion, Status status)
Deprecated.org.primefaces.model.TreeNode
StateTreeBean. getActionNode(Aktion searchAction, org.primefaces.model.TreeNode node)
Deprecated.IGuiIcon
ProcessingBean. getIcon(Aktion action)
Deprecated.boolean
AActionBean. isHasCondition(Aktion action)
Deprecated.boolean
AActionBean. isHasErrorCase(Aktion action)
Deprecated.void
StateTreeBean. loadActionNode(org.primefaces.model.TreeNode 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 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 Aktion Modifier and Type Method Description default 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 Modifier and Type Method Description Aktion
IStateView. getAction()
-
Uses of Aktion in de.xima.fc.gui.model
Methods in de.xima.fc.gui.model with parameters of type Aktion Modifier and Type Method Description void
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 Modifier and Type Method Description protected void
UniqueActionName. addScope(de.xima.cmn.criteria.QueryCriteriaManager qcm, Aktion action)
-
Uses of Aktion in de.xima.fc.handler.entity
Methods in de.xima.fc.handler.entity that return Aktion Modifier and Type Method Description Aktion
AktionHandler. getByUUID(UserContext uc, Status state, String uuid)
Aktion
AktionHandler. getByUUID(UserContext uc, Status state, UUID uuid)
Aktion
AktionHandler. move(UserContext uc, Aktion aktion, int targetIdx)
Methods in de.xima.fc.handler.entity that return types with arguments of type Aktion Modifier and Type Method Description List<Aktion>
AktionHandler. getAllByStatus(UserContext uc, Status status)
List<Aktion>
AktionHandler. getFolgeAktionen(UserContext uc, Aktion aktion)
List<Aktion>
AktionHandler. getPrevAktionen(UserContext uc, Aktion aktion, Class<? extends IProcessing> verarbeitungsInterface)
Methods in de.xima.fc.handler.entity with parameters of type Aktion Modifier and Type Method Description List<Aktion>
AktionHandler. getFolgeAktionen(UserContext uc, Aktion aktion)
List<Aktion>
AktionHandler. getPrevAktionen(UserContext uc, Aktion aktion, Class<? extends IProcessing> verarbeitungsInterface)
BasicRefResult
AktionHandler. isAktionMoveable(UserContext uc, Aktion aktion, int targetIdx)
Aktion
AktionHandler. move(UserContext uc, Aktion aktion, int targetIdx)
-
Uses of Aktion in de.xima.fc.handler.interfaces.entity
Methods in de.xima.fc.handler.interfaces.entity that return Aktion Modifier and Type Method Description Aktion
IAktionHandler. getByUUID(UserContext uc, Status state, String uuid)
Returns the action with the given UUIDAktion
IAktionHandler. getByUUID(UserContext uc, Status state, UUID uuid)
Returns the action with the given UUIDAktion
IAktionHandler. move(UserContext uc, Aktion aktion, int targetIdx)
Methods in de.xima.fc.handler.interfaces.entity that return types with arguments of type Aktion Modifier and Type Method Description List<Aktion>
IAktionHandler. getAllByStatus(UserContext uc, Status status)
List<Aktion>
IAktionHandler. getFolgeAktionen(UserContext uc, Aktion aktion)
List<Aktion>
IAktionHandler. getPrevAktionen(UserContext uc, Aktion aktion, Class<? extends IProcessing> verarbeitungsInterface)
Methods in de.xima.fc.handler.interfaces.entity with parameters of type Aktion Modifier and Type Method Description List<Aktion>
IAktionHandler. getFolgeAktionen(UserContext uc, Aktion aktion)
List<Aktion>
IAktionHandler. getPrevAktionen(UserContext uc, Aktion aktion, Class<? extends IProcessing> verarbeitungsInterface)
BasicRefResult
IAktionHandler. isAktionMoveable(UserContext uc, Aktion aktion, int targetIdx)
Aktion
IAktionHandler. move(UserContext uc, Aktion aktion, int targetIdx)
-
Uses of Aktion in de.xima.fc.importer.config
Methods in de.xima.fc.importer.config that return types with arguments of type Aktion Modifier and Type Method Description protected IGenericDao<Aktion>
ActionImportConfig. getDao()
-
Uses of Aktion in de.xima.fc.importer.stager
Constructors in de.xima.fc.importer.stager with parameters of type Aktion Constructor Description ActionImportStager(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 Aktion Modifier and Type Method Description void
IProvidingFileHandler. attachFilesFromCurrentActionToFormRecord(Aktion action)
For a workflow action that provides files, takes the files it produces and attaches those files to the current form record.List<Attachment>
IConsumingFileHandler. getAttachmentsFromUploadElements(IUploadConsuming consuming, Aktion action)
Same asIConsumingFileHandler.getAttachmentsFromUploadElements(List, Aktion)
, but takes the arguments from the givenIUploadConsuming
belonging to the given action.List<Attachment>
IConsumingFileHandler. getAttachmentsFromUploadElements(List<String> uploadElements, Aktion action)
Returns a list of all attachments for the given upload elements.File
IConsumingFileHandler. getDirWithUploadElements(IUploadConsuming consuming, Aktion action)
Same asIConsumingFileHandler.getDirWithUploadElements(IUploadConsuming, Aktion)
, but takes the parameters from the givenIUploadConsuming
corresponding to the given action.File
IConsumingFileHandler. getDirWithUploadElements(List<String> uploadElements, Aktion action)
Similar toIConsumingFileHandler.getFilesFromUploadElements(List, Aktion)
, but returns aFile
for the directory which contains all the uploaded elements.Map<? super Object,File>
IConsumingFileHandler. getFileOrDirsFromPreviousActions(IConsuming consuming, Aktion action)
For each previous action as specified byIConsuming.getActionUUIDs()
, find the file or directory created by that action and returns them.List<File>
IConsumingFileHandler. getFilesFromPreviousActions(IConsuming consuming, Aktion action)
Returns all files from previous actions as specified by theIConsuming.getActionUUIDs()
.List<File>
IConsumingFileHandler. getFilesFromUploadElements(IUploadConsuming consuming, Aktion action)
Same asIConsumingFileHandler.getFilesFromUploadElements(List, Aktion)
, but takes the parameters from the givenIUploadConsuming
corresponding to the given action.List<File>
IConsumingFileHandler. getFilesFromUploadElements(List<String> uploadElements, Aktion action)
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 Modifier and Type Method Description Aktion
IPluginProcessingParams. getAktion()
Getter für die Aktion in welcher die Verarbeitung durchgeführt wird -
Uses of Aktion in de.xima.fc.interfaces.processing
Methods in de.xima.fc.interfaces.processing that return Aktion Modifier and Type Method Description Aktion
IProcessingPrefillData. getAction()
Methods in de.xima.fc.interfaces.processing with parameters of type Aktion Modifier and Type Method Description IProcessingResult
IProcessing. execute(IWorkflowProcessingContext wfpc, Aktion aktion)
Diese Methode dient dazu, die konkrete Aktionsverarbeitung zu implementieren.File
IWorkflowProcessingContext. getSourceDir(Aktion aktion)
Deprecated.Path to the temporary source directory.String
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.File
IWorkflowProcessingContext. getTargetDir(Aktion aktion)
Deprecated.Path to the temporary target directory.String
IWorkflowProcessingContext. getTargetDirPath(Aktion aktion)
Deprecated.Path to the temporary target directory.String
IWorkflowProcessingContext. getTempDirPath(Aktion aktion)
Deprecated.void
IProcessingWrapper. wrapFor(Aktion action)
Wraps the action and its processing -
Uses of Aktion in de.xima.fc.manager
Methods in de.xima.fc.manager with parameters of type Aktion Modifier and Type Method Description static IProcessing
ProcessingManager. getEmptyProcessing(Aktion action)
-
Uses of Aktion in de.xima.fc.order
Methods in de.xima.fc.order that return Aktion Modifier and Type Method Description static Aktion
AktionOrderHelper. move(Aktion aktion, int targetIdx, IEntityContext ec)
Passt die Reihenfolge der Aktionen an, wo es notwendig ist.static Aktion
AktionOrderHelper. moveToState(Aktion action, Status state, int newIdx, IEntityContext ec)
Methods in de.xima.fc.order with parameters of type Aktion Modifier and Type Method Description static BasicRefResult
AktionOrderHelper. isAktionDeletable(Aktion delAktion, IEntityContext ec)
Prüft ob eine Aktion gelöscht werden kann.static BasicRefResult
AktionOrderHelper. isAktionMoveable(Aktion currentAktion, int targetIndex, IEntityContext ec)
Prüft ob eine Aktion verschoben werden darf.static BasicRefResult
AktionOrderHelper. isAktionMoveableToState(Aktion action, Status state, Mandant client, int newIdx, IEntityContext ec)
Action cannot be moved to the target state if that state contain an action with the same name already.static Aktion
AktionOrderHelper. move(Aktion aktion, int targetIdx, IEntityContext ec)
Passt die Reihenfolge der Aktionen an, wo es notwendig ist.static Aktion
AktionOrderHelper. moveToState(Aktion action, Status state, int newIdx, IEntityContext ec)
-
Uses of Aktion in de.xima.fc.plugin.abstracts
Methods in de.xima.fc.plugin.abstracts that return Aktion Modifier and Type Method Description Aktion
APluginCustomGUIBean. getCurrentAction()
Methods in de.xima.fc.plugin.abstracts that return types with arguments of type Aktion Modifier and Type Method Description List<Aktion>
APluginCustomGUIBean. getProvidingPrevActions()
-
Uses of Aktion in de.xima.fc.plugin.config
Methods in de.xima.fc.plugin.config that return Aktion Modifier and Type Method Description Aktion
IProcessingBean. getCurrentAction()
Finds the currently selected workflow action.Methods in de.xima.fc.plugin.config that return types with arguments of type Aktion Modifier and Type Method Description List<Aktion>
IProcessingBean. getProvidingPrevActions()
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 Aktion Modifier and Type Method Description Aktion
PluginProcessingParams. getAktion()
Constructors in de.xima.fc.plugin.models.params.workflow with parameters of type Aktion Constructor Description PluginProcessingParams(IWorkflowProcessingContext wpc, Aktion aktion, Map<String,String> params)
-
Uses of Aktion in de.xima.fc.processing
Methods in de.xima.fc.processing with parameters of type Aktion Modifier and Type Method Description static IProcessingWrapper
ProcessingWrapperFactory. forAction(Aktion action)
Gets a processing wrapper for the given actionstatic IProcessing
ProcessingWrapperFactory. forLegacyAction(Aktion action)
Only for use inBedingung
!!!
-