Package | Description |
---|---|
de.xima.fc |
Konstanten-Klassen, Interfaces und Helper-Klassen
|
de.xima.fc.api |
Package für den Zugriff auf die API
|
de.xima.fc.api.entity |
Package for the API access of the model classes.
|
de.xima.fc.bl.fdv | |
de.xima.fc.bl.fdv.file | |
de.xima.fc.bl.fdv.processing | |
de.xima.fc.bl.fdv.processing.data | |
de.xima.fc.dao.impl | |
de.xima.fc.dao.interfaces | |
de.xima.fc.entities |
Package für Datenbankentitäten
|
de.xima.fc.export | |
de.xima.fc.export.model | |
de.xima.fc.gui.bean.workflow | |
de.xima.fc.gui.interfaces.data | |
de.xima.fc.gui.validator.name | |
de.xima.fc.handler.entity | |
de.xima.fc.handler.interfaces.entity | |
de.xima.fc.interfaces.file | |
de.xima.fc.interfaces.plugin.param.workflow | |
de.xima.fc.interfaces.processing | |
de.xima.fc.order | |
de.xima.fc.plugin.abstracts | |
de.xima.fc.plugin.config | |
de.xima.fc.plugin.models.params.workflow |
Modifier and Type | Method and 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) |
Modifier and Type | Method and 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
|
Modifier and Type | Method and Description |
---|---|
Aktion |
AktionAPI.move(UserContext uc,
Aktion aktion,
int targetIdx)
Method for moving a action to the committed index.
|
Modifier and Type | Method and Description |
---|---|
List<Aktion> |
AktionAPI.getAllByStatus(UserContext uc,
Status status)
Method for loading all
Aktion of a status. |
List<Aktion> |
AktionAPI.getFolgeAktionen(UserContext uc,
Aktion aktion)
Method for loading all follow-up actions of a committed action.
|
List<Aktion> |
AktionAPI.getPrevAktionen(UserContext uc,
Aktion aktion,
Class<? extends IProcessing> verarbeitungsInterface)
Method for loading all predecessor actions of a committed action, which implement the passed interface.
|
Modifier and Type | Method and Description |
---|---|
List<Aktion> |
AktionAPI.getFolgeAktionen(UserContext uc,
Aktion aktion)
Method for loading all follow-up actions of a committed action.
|
List<Aktion> |
AktionAPI.getPrevAktionen(UserContext uc,
Aktion aktion,
Class<? extends IProcessing> verarbeitungsInterface)
Method for loading all predecessor actions of a committed action, which implement the passed interface.
|
BasicRefResult |
AktionAPI.isAktionMoveable(UserContext uc,
Aktion aktion,
int targetIdx)
Method for checking if the committed action is movable.
|
Aktion |
AktionAPI.move(UserContext uc,
Aktion aktion,
int targetIdx)
Method for moving a action to the committed index.
|
Modifier and Type | Method and Description |
---|---|
File |
WorkflowProcessingContext.getSourceDir(Aktion aktion) |
String |
WorkflowProcessingContext.getSourceDirPath(Aktion aktion) |
<E extends IFileDataEntity<?>> |
WorkflowProcessingContext.getSourceFile(Aktion aktion,
IFileProviding<?,E> file) |
File |
WorkflowProcessingContext.getTargetDir(Aktion aktion) |
String |
WorkflowProcessingContext.getTargetDirPath(Aktion aktion) |
String |
WorkflowProcessingContext.getTempDirPath(Aktion aktion)
Deprecated.
|
Modifier and Type | Method and 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) |
Modifier and Type | Method and Description |
---|---|
protected IProcessingResult |
VerarbeitungCopyToStatus.exec(IWorkflowProcessingContext wfpc,
Aktion aktion)
Erstellt eine Kopie des aktuellen (übergebenen) Vorgangs und setzt den gewählten Status.
|
protected IProcessingResult |
VerarbeitungRenewProzessID.exec(IWorkflowProcessingContext wfpc,
Aktion aktion) |
protected abstract IProcessingResult |
AVerarbeitung.exec(IWorkflowProcessingContext workflowProcessingContext,
Aktion aktion)
Die eigentliche, Aktions-spezifische Verarbeitung dieser Implementierung von
IProcessing , wird intern von
#execute(IWorkflowProcessingContext) aufgerufen. |
protected IProcessingResult |
VerarbeitungTemplate.exec(IWorkflowProcessingContext wfpc,
Aktion aktion) |
protected IProcessingResult |
VerarbeitungWriteToForm.exec(IWorkflowProcessingContext wfpc,
Aktion aktion)
Diese Aktion dient dazu Formularwerte mit definierten Mapping-Werten zu belegen.
|
protected IProcessingResult |
VerarbeitungPost.exec(IWorkflowProcessingContext wfpc,
Aktion aktion) |
protected IProcessingResult |
VerarbeitungWeiterleitung.exec(IWorkflowProcessingContext wfpc,
Aktion aktion) |
protected IProcessingResult |
VerarbeitungSaveToFilesystem.exec(IWorkflowProcessingContext wfpc,
Aktion action) |
protected IProcessingResult |
VerarbeitungReturnFile.exec(IWorkflowProcessingContext wfpc,
Aktion action) |
protected IProcessingResult |
VerarbeitungChangeStatus.exec(IWorkflowProcessingContext wfpc,
Aktion aktion) |
IProcessingResult |
VerarbeitungDbSQLQuery.exec(IWorkflowProcessingContext wfpc,
Aktion aktion) |
protected IProcessingResult |
VerarbeitungWord.exec(IWorkflowProcessingContext wfpc,
Aktion aktion) |
protected IProcessingResult |
VerarbeitungXmlToFd.exec(IWorkflowProcessingContext wfpc,
Aktion aktion) |
protected IProcessingResult |
VerarbeitungExportPersistence.exec(IWorkflowProcessingContext wfpc,
Aktion aktion)
Stellt die Formulardaten als Persistence-Datei bereit.
|
protected IProcessingResult |
VerarbeitungMoveToPostfach.exec(IWorkflowProcessingContext wfpc,
Aktion aktion) |
protected IProcessingResult |
VerarbeitungEmail.exec(IWorkflowProcessingContext wfpc,
Aktion aktion)
Die eigentliche, Aktions-spezifische Verarbeitung dieser Implementierung von
IProcessing , wird intern von
#execute(IWorkflowProcessingContext) aufgerufen. |
protected IProcessingResult |
VerarbeitungSendToSalesforce.exec(IWorkflowProcessingContext wfpc,
Aktion aktion) |
protected IProcessingResult |
VerarbeitungStop.exec(IWorkflowProcessingContext wfpc,
Aktion aktion) |
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 |
VerarbeitungPlugin.exec(IWorkflowProcessingContext wfpc,
Aktion aktion)
Diese Verarbeitung führt ein Plugin aus.
|
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 |
VerarbeitungExterneRessource.exec(IWorkflowProcessingContext wfpc,
Aktion aktion) |
protected IProcessingResult |
VerarbeitungDeleteVorgang.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 |
VerarbeitungPdf.exec(IWorkflowProcessingContext wfpc,
Aktion aktion)
Befüllt ein PDF anhand eines übergebenen Formulars.
|
protected IProcessingResult |
VerarbeitungInbox.exec(IWorkflowProcessingContext wfpc,
Aktion action)
Deprecated.
|
protected IProcessingResult |
VerarbeitungUpload.exec(IWorkflowProcessingContext wfpc,
Aktion action)
Deprecated.
|
protected IProcessingResult |
VerarbeitungCallback.exec(IWorkflowProcessingContext wfpc,
Aktion aktion)
Deprecated.
|
IProcessingResult |
VerarbeitungCompressAsZip.exec(IWorkflowProcessingContext wfpc,
Aktion aktion)
Erstellt ein Zip-Archiv anhand einer Liste von Dateien.
|
IProcessingResult |
AVerarbeitung.execute(IWorkflowProcessingContext wfpc,
Aktion aktionInProcess)
Ruft intern
AVerarbeitung.exec(IWorkflowProcessingContext, Aktion) auf. |
Modifier and Type | Method and Description |
---|---|
Aktion |
ProcessingPrefillData.getAction() |
Constructor and Description |
---|
ProcessingPrefillData(IEntityContext ec,
Aktion action) |
Modifier and Type | Method and Description |
---|---|
Aktion |
AktionDao.copy(IEntityContext ec,
Aktion sourceAktion,
Status targetStatus,
String targetName) |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and 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) |
Modifier and Type | Method and Description |
---|---|
Aktion |
IAktionDao.copy(IEntityContext ec,
Aktion sourceAktion,
Status targetStatus,
String targetName) |
Modifier and Type | Method and Description |
---|---|
List<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) |
Modifier and Type | Method and 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) |
Modifier and Type | Method and Description |
---|---|
Aktion |
Aktion.cloneBasics() |
Aktion |
Bedingung.getAktion()
Diese Methode dient dazu, die Aktion zu ermitteln, die ausgeführt wird, wenn die Bedingung zutrifft.
|
Aktion |
Aktion.getFolgeAktion()
Diese Methode dient dazu, die Folgeaktion dieser Aktion innerhalb der Workflowverarbeitung zu ermitteln.
|
Aktion |
Bedingung.getFolgeAktion()
Stellt aktuell die Gegenseite einer unidirektionalen Beziehung dar, die die Folgeaktion repräsentiert.
|
Modifier and Type | Method and Description |
---|---|
List<Aktion> |
Status.getAktionen()
Liefert die aktuellen Aktionen-Liste.
|
Modifier and Type | Method and Description |
---|---|
void |
Status.addAktion(Aktion a) |
void |
Status.removeAktion(Aktion a) |
void |
Bedingung.setAktion(Aktion aktion)
Diese Methode dient dazu, die
Aktion zu setzen, die ausgeführt wird, wenn die Bedingung zutrifft
Bedingung:
nicht null
|
void |
Aktion.setFolgeAktion(Aktion folgeAktion)
Diese Methode dient dazu, die Folgeaktion dieser Aktion für die Workflowverarbeitung festzulegen.
|
void |
Bedingung.setFolgeAktion(Aktion folgeAktion)
Diese Methode dient dazu, eine Folgeaktion festzulegen
|
Modifier and Type | Method and Description |
---|---|
void |
Status.setAktionen(List<Aktion> aktionen)
Überschreibt die aktuelle Aktionsliste mit der übergebenen Liste
|
Modifier and Type | Method and Description |
---|---|
protected Map<Long,Aktion> |
AProjektUtil.createAktion(Map<Long,Status> mapStatus,
boolean disableAllActions)
Erstellt Aktionen anhand der StatusListe
|
protected List<Aktion> |
AProjektUtil.getAktionsListe(Status status)
Methode zum Erzeugen der Aktion-Daten
|
Modifier and Type | Method and Description |
---|---|
protected void |
AProjektUtil.createBedingung(Map<Long,Aktion> aktionMap,
Map<Long,Status> statusMap)
Erstellt Bedingungen anahnd der AktionsListe
|
protected Bedingung |
AProjektUtil.handleBedingung(Bedingung neueBedingung,
Map<Long,Aktion> aktionMap,
Map<Long,Status> statusMap,
ExportBedingungData exportBedingungData) |
Modifier and Type | Class and Description |
---|---|
class |
ExportAktionData |
Modifier and Type | Method and Description |
---|---|
Aktion |
ExportAktionData.getBasicNeueAktion()
Liefert eine neue Aktion instance gefüllt mit den primitiven ExportAktion- Daten (keine Referenzen, Listen)
|
Constructor and Description |
---|
ExportAktionData(Aktion aktion) |
Modifier and Type | Method and Description |
---|---|
Aktion |
StateTreeBean.getAction() |
Aktion |
StateTreeBean.getAction(org.primefaces.model.TreeNode actionNode) |
Aktion |
ActionBean.getCurrent() |
Aktion |
ProcessingBean.getCurrentAction() |
Modifier and Type | Method and Description |
---|---|
List<Aktion> |
StateTreeBean.getActionsForToggle() |
List<Aktion> |
ProcessingBean.getFollowActions() |
List<Aktion> |
ProcessingBean.getProvidingPrevActions() |
Modifier and Type | Method and Description |
---|---|
void |
ActionBean.copy(Aktion current) |
org.primefaces.model.TreeNode |
StateTreeBean.createActionNode(Aktion action,
org.primefaces.model.TreeNode stateNode) |
String |
ActionBean.delete(String targetView,
Aktion action) |
String |
StateTreeBean.getActionFilterString(Aktion action) |
org.primefaces.model.TreeNode |
StateTreeBean.getActionNode(Aktion action) |
org.primefaces.model.TreeNode |
StateTreeBean.getActionNode(Aktion aktion,
Status status) |
org.primefaces.model.TreeNode |
StateTreeBean.getActionNode(Aktion searchAction,
org.primefaces.model.TreeNode node) |
IGuiIcon |
ProcessingBean.getIcon(Aktion action) |
boolean |
ActionBean.isHasCondition(Aktion action) |
boolean |
ActionBean.isHasErrorCase(Aktion action) |
void |
StateTreeBean.loadActionNode(org.primefaces.model.TreeNode actionNode,
Aktion action) |
void |
StateTreeBean.selectAktion(Aktion aktion) |
void |
StateTreeBean.selectAktion(Aktion aktion,
Status status)
Selektiert die Aktion eines Status.
|
void |
StateTreeBean.selectAktion(Aktion aktion,
org.primefaces.model.TreeNode node) |
void |
ActionBean.setCurrent(Aktion current) |
void |
StateTreeBean.updateAction(Aktion action) |
Modifier and Type | Method and Description |
---|---|
Aktion |
IStateView.getAction() |
Modifier and Type | Method and Description |
---|---|
protected de.xima.cmn.criteria.QueryCriteriaManager |
UniqueActionName.setupQcm(de.xima.cmn.criteria.QueryCriteriaManager qcm,
Aktion action) |
Modifier and Type | Method and Description |
---|---|
Aktion |
AktionHandler.move(UserContext uc,
Aktion aktion,
int targetIdx) |
Modifier and Type | Method and 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) |
Modifier and Type | Method and 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) |
Modifier and Type | Method and Description |
---|---|
Aktion |
IAktionHandler.move(UserContext uc,
Aktion aktion,
int targetIdx) |
Modifier and Type | Method and 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) |
Modifier and Type | Method and 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) |
Modifier and Type | Method and 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 as
#getAttachmentsFromUploadElements(List, Aktion, IWorkflowProcessingContext) , but takes the
arguments from the given IUploadConsuming 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 as
#getDirWithUploadElements(List, Aktion, IWorkflowProcessingContext) , but takes the parameters from
the given IUploadConsuming corresponding to the given action. |
File |
IConsumingFileHandler.getDirWithUploadElements(List<String> uploadElements,
Aktion action)
Similar to
#getFilesFromUploadElements(List, Aktion, IWorkflowProcessingContext) , but returns a
File 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 by
IConsuming.getAktionsIdErgebnisse() , 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 the
IConsuming.getAktionsIdErgebnisse() . |
List<File> |
IConsumingFileHandler.getFilesFromUploadElements(IUploadConsuming consuming,
Aktion action)
Same as
#getFilesFromUploadElements(List, Aktion, IWorkflowProcessingContext) , but takes the parameters
from the given IUploadConsuming 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.
|
Modifier and Type | Method and Description |
---|---|
Aktion |
IPluginProcessingParams.getAktion()
Getter für die Aktion in welcher die Verarbeitung durchgeführt wird
|
Modifier and Type | Method and Description |
---|---|
Aktion |
IProcessingPrefillData.getAction() |
Modifier and Type | Method and Description |
---|---|
IProcessingResult |
IProcessing.execute(IWorkflowProcessingContext wfpc,
Aktion aktion)
Diese Methode dient dazu, die konkrete Aktionsverarbeitung zu implementieren.
|
File |
IWorkflowProcessingContext.getSourceDir(Aktion aktion)
Verzeichnis in dem die Dateien abgelegt werden können, welche für die Verarbeitung in dieser Aktion erzeugt werden.
|
String |
IWorkflowProcessingContext.getSourceDirPath(Aktion aktion)
Pfad zum temporären Ressourcen-Verzeichnis.
|
<E extends IFileDataEntity<?>> |
IWorkflowProcessingContext.getSourceFile(Aktion aktion,
IFileProviding<?,E> file)
Methode zum Ermitteln und temporären Ablegen von Dateien aus der Datenbank.
|
File |
IWorkflowProcessingContext.getTargetDir(Aktion aktion)
Verzeichnis in dem die Dateien abgelegt werden können, welche in dieser Aktion erzeugt werden.
|
String |
IWorkflowProcessingContext.getTargetDirPath(Aktion aktion)
Pfad zum temporären Ziel-Verzeichnis.
|
String |
IWorkflowProcessingContext.getTempDirPath(Aktion aktion)
Deprecated.
|
Modifier and Type | Method and 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) |
Modifier and Type | Method and 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) |
Modifier and Type | Method and Description |
---|---|
Aktion |
APluginCustomGUIBean.getCurrentAction()
(non-Javadoc)
|
Modifier and Type | Method and Description |
---|---|
List<Aktion> |
APluginCustomGUIBean.getProvidingPrevActions()
(non-Javadoc)
|
Modifier and Type | Method and Description |
---|---|
Aktion |
IProcessingBean.getCurrentAction()
Liefert Zugriff auf die aktuelle Aktion
|
Modifier and Type | Method and Description |
---|---|
List<Aktion> |
IProcessingBean.getProvidingPrevActions()
Liefert eine Liste mit allen datei-bereitstellenden Aktionen, welche der aktuellen Aktion innerhalb des aktuellen
Status vorgelagert sind
|
Modifier and Type | Method and Description |
---|---|
Aktion |
PluginProcessingParams.getAktion() |
Constructor and Description |
---|
PluginProcessingParams(IWorkflowProcessingContext wpc,
Aktion aktion,
Map<String,String> params) |
Copyright © 2019 XIMA MEDIA GmbH. All rights reserved.