@Embeddable public class VerarbeitungSaveToFilesystem extends AVerarbeitung implements IConsuming, IUploadConsuming
LOG
ATTR_VERARBEITUNGSNAME
ATTR_DISPLAY_NAME
Constructor and Description |
---|
VerarbeitungSaveToFilesystem() |
Modifier and Type | Method and Description |
---|---|
protected IProcessingResult |
exec(IWorkflowProcessingContext wfpc,
Aktion action)
Die eigentliche, Aktions-spezifische Verarbeitung dieser Implementierung von
IProcessing , wird intern von
#execute(IWorkflowProcessingContext) aufgerufen. |
List<Long> |
getActionIds() |
String |
getDisplayName(Locale l) |
String |
getExportDir() |
String |
getIcon() |
String |
getProcessingKey() |
String |
getProcessingPage() |
List<String> |
getUploadElements() |
boolean |
isAvailable(IEntityContext ec,
Mandant man) |
boolean |
isUseProzessId() |
boolean |
isUseTimestamp() |
void |
setActionIds(List<Long> aktionsIdErgebnisse) |
void |
setExportDir(String exportDir) |
void |
setUploadElements(List<String> uploadElements) |
void |
setUseProzessId(boolean useProzessId) |
void |
setUseTimestamp(boolean useTimestamp) |
convertToLongList, execute, getDefaultProcessingPageFolder, getGuiIcon, getProcessingName, isFileProviding
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getAktionsIdErgebnisse
getAvailableOverrideValue, prefillProcessing
public void setExportDir(String exportDir)
public String getExportDir()
public void setActionIds(List<Long> aktionsIdErgebnisse)
setActionIds
in interface IConsuming
aktionsIdErgebnisse
- A list of Aktion.getId()
s. These are the actions whose files are consumed by this file
consuming action.public List<Long> getActionIds()
getActionIds
in interface IConsuming
Aktion.getId()
s. These are the actions whose files are consumed by this file consuming
action.public void setUseProzessId(boolean useProzessId)
public boolean isUseProzessId()
public void setUseTimestamp(boolean useTimestamp)
public boolean isUseTimestamp()
protected IProcessingResult exec(IWorkflowProcessingContext wfpc, Aktion action) throws Exception
AVerarbeitung
IProcessing
, wird intern von
#execute(IWorkflowProcessingContext)
aufgerufen.exec
in class AVerarbeitung
wfpc
- TODOaction
- TODOException
- bei (beliebigen) nicht von dieser Implementierung selbst behandelbaren Ausnahmenpublic String getProcessingKey()
getProcessingKey
in interface IProcessing
public String getDisplayName(Locale l)
getDisplayName
in interface INamedUiElement
getDisplayName
in class AVerarbeitung
public String getProcessingPage()
getProcessingPage
in interface IProcessing
getProcessingPage
in class AVerarbeitung
public String getIcon()
getIcon
in interface IProcessing
getIcon
in class AVerarbeitung
public boolean isAvailable(IEntityContext ec, Mandant man)
isAvailable
in interface IProcessing
public List<String> getUploadElements()
getUploadElements
in interface IUploadConsuming
FormElement.getAlias()
es. These are the upload elements whose files are consumed by this
upload file consuming action.public void setUploadElements(List<String> uploadElements)
setUploadElements
in interface IUploadConsuming
uploadElements
- A list of FormElement.getAlias()
es. These are the upload elements whose files are
consumed by this upload file consuming action.Copyright © 2019 XIMA MEDIA GmbH. All rights reserved.