@Embeddable public class VerarbeitungExterneRessource extends AVerarbeitung implements IProviding, IAttachableFile
LOGATTR_VERARBEITUNGSNAMEATTR_DISPLAY_NAME| Constructor and Description |
|---|
VerarbeitungExterneRessource() |
| Modifier and Type | Method and Description |
|---|---|
protected IProcessingResult |
exec(IWorkflowProcessingContext wfpc,
Aktion aktion)
Die eigentliche, Aktions-spezifische Verarbeitung dieser Implementierung von
IProcessing, wird intern von
#execute(IWorkflowProcessingContext) aufgerufen. |
Integer |
getConnectionTimeout() |
String |
getDisplayName(Locale locale) |
String |
getExportName() |
String |
getIcon() |
String |
getProcessingKey() |
String |
getProcessingPage() |
Integer |
getReadTimeout() |
String |
getResource() |
ERessourcenTyp |
getResourceType() |
boolean |
isAttachToFormRecord() |
void |
setAttachToFormRecord(boolean attachToFormRecord) |
void |
setConnectionTimeout(Integer connectionTimeout) |
void |
setExportName(String exportName) |
void |
setReadTimeout(Integer readTimeout) |
void |
setResource(String resource) |
void |
setResourceType(ERessourcenTyp resourceType) |
convertToLongList, execute, getDefaultProcessingPageFolder, getGuiIcon, getProcessingName, isFileProvidingclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAvailableOverrideValue, isAvailable, prefillProcessingpublic void setResourceType(ERessourcenTyp resourceType)
resourceType - the resourceType to setpublic ERessourcenTyp getResourceType()
public void setResource(String resource)
public String getResource()
public void setExportName(String exportName)
public String getExportName()
public void setConnectionTimeout(Integer connectionTimeout)
public Integer getConnectionTimeout()
public void setReadTimeout(Integer readTimeout)
public Integer getReadTimeout()
public String getProcessingKey()
getProcessingKey in interface IProcessingpublic String getDisplayName(Locale locale)
getDisplayName in interface INamedUiElementgetDisplayName in class AVerarbeitungpublic String getProcessingPage()
getProcessingPage in interface IProcessinggetProcessingPage in class AVerarbeitungpublic String getIcon()
getIcon in interface IProcessinggetIcon in class AVerarbeitungprotected IProcessingResult exec(IWorkflowProcessingContext wfpc, Aktion aktion) throws Exception
AVerarbeitungIProcessing, wird intern von
#execute(IWorkflowProcessingContext) aufgerufen.exec in class AVerarbeitungwfpc - TODOaktion - TODOException - bei (beliebigen) nicht von dieser Implementierung selbst behandelbaren Ausnahmenpublic boolean isAttachToFormRecord()
isAttachToFormRecord in interface IAttachableFilepublic void setAttachToFormRecord(boolean attachToFormRecord)
setAttachToFormRecord in interface IAttachableFileattachToFormRecord - Whether files created by this file providing action are attached to the form record.Copyright © 2019 XIMA MEDIA GmbH. All rights reserved.