@Embeddable public class VerarbeitungSaveToFilesystem extends AVerarbeitung implements IConsuming, IUploadConsuming
LOGATTR_VERARBEITUNGSNAMEATTR_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()
Deprecated.
|
List<String> |
getActionUUIDs() |
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)
Deprecated.
|
void |
setActionUUIDs(List<String> actionUUIDs) |
void |
setExportDir(String exportDir) |
void |
setUploadElements(List<String> uploadElements) |
void |
setUseProzessId(boolean useProzessId) |
void |
setUseTimestamp(boolean useTimestamp) |
convertToLongList, execute, getDefaultProcessingPageFolder, getGuiIcon, getProcessingName, isFileProvidingclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAktionsIdErgebnissegetAvailableOverrideValue, prefillProcessingpublic void setExportDir(String exportDir)
public String getExportDir()
public List<String> getActionUUIDs()
getActionUUIDs in interface IConsumingAktion.getUUID()s. These are the actions which are consumed by this actionpublic void setActionUUIDs(List<String> actionUUIDs)
setActionUUIDs in interface IConsumingactionUUIDs - A list of Aktion.getUUID()s. These are the actions which are consumed by this actionpublic void setUseProzessId(boolean useProzessId)
public boolean isUseProzessId()
public void setUseTimestamp(boolean useTimestamp)
public boolean isUseTimestamp()
protected IProcessingResult exec(IWorkflowProcessingContext wfpc, Aktion action) throws Exception
AVerarbeitungIProcessing, wird intern von
#execute(IWorkflowProcessingContext) aufgerufen.exec in class AVerarbeitungwfpc - TODOaction - TODOException - bei (beliebigen) nicht von dieser Implementierung selbst behandelbaren Ausnahmenpublic String getProcessingKey()
getProcessingKey in interface IProcessingpublic String getDisplayName(Locale l)
getDisplayName in interface INamedUiElementgetDisplayName in class AVerarbeitungpublic String getProcessingPage()
getProcessingPage in interface IProcessinggetProcessingPage in class AVerarbeitungpublic String getIcon()
getIcon in interface IProcessinggetIcon in class AVerarbeitungpublic boolean isAvailable(IEntityContext ec, Mandant man)
isAvailable in interface IProcessingpublic List<String> getUploadElements()
getUploadElements in interface IUploadConsumingFormElement.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 IUploadConsuminguploadElements - A list of FormElement.getAlias()es. These are the upload elements whose files are
consumed by this upload file consuming action.@Deprecated public void setActionIds(List<Long> aktionsIdErgebnisse)
setActionIds in interface IConsuming@Deprecated public List<Long> getActionIds()
getActionIds in interface IConsumingCopyright © 2020 XIMA MEDIA GmbH. All rights reserved.