Class VerarbeitungExterneRessource
java.lang.Object
de.xima.fc.bl.fdv.processing.AVerarbeitung
de.xima.fc.bl.fdv.processing.VerarbeitungExterneRessource
- All Implemented Interfaces:
ITransferable, IAttachableFile, INamedUiElement, IProviding, IResourceConsuming, IProcessing, Serializable
@Deprecated
@Embeddable
public class VerarbeitungExterneRessource
extends AVerarbeitung
implements IProviding, IAttachableFile, IResourceConsuming
Deprecated.
- Author:
- XIMA MEDIA GmbH
- See Also:
-
Field Summary
Fields inherited from class AVerarbeitung
LOGFields inherited from interface INamedUiElement
ATTR_DISPLAY_NAMEFields inherited from interface IProcessing
ATTR_VERARBEITUNGSNAME -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected IProcessingResultexec(IWorkflowProcessingContext wfpc, Aktion aktion) Deprecated.This is the method that should implement the business logic required by this action.Deprecated.getDisplayName(Locale locale) Deprecated.The display name of this element in the given locale.Deprecated.getIcon()Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Gets the type of the resourceDeprecated.Gets the resource URI that is needed for processingDeprecated.Gets the resource UUID that is needed for processingbooleanDeprecated.voidsetAttachToFormRecord(boolean attachToFormRecord) Deprecated.voidsetConnectionTimeout(Integer connectionTimeout) Deprecated.voidsetExportName(String exportName) Deprecated.voidsetReadTimeout(Integer readTimeout) Deprecated.voidsetResource(String resource) Deprecated.voidsetResourceItem(IResourceItem resourceItem) Deprecated.voidsetResourceType(ERessourcenTyp resourceType) Deprecated.voidsetResourceUri(String resourceUri) Deprecated.Sets the resource URI that is needed for processingvoidsetResourceUuid(String resourceUuid) Deprecated.Sets the resource UUID that is needed for processingMethods inherited from class AVerarbeitung
convertToLongList, execute, getDefaultProcessingPageFolder, getGuiIcon, getProcessingName, isAvailable, isFileProvidingMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface IProcessing
getAvailableOverrideValue, prefillProcessingMethods inherited from interface IResourceConsuming
getRessTypeEnum
-
Constructor Details
-
VerarbeitungExterneRessource
public VerarbeitungExterneRessource()Deprecated.
-
-
Method Details
-
getResourceUuid
Deprecated.Description copied from interface:IResourceConsumingGets the resource UUID that is needed for processing- Specified by:
getResourceUuidin interfaceIResourceConsuming- Returns:
StringUUID of the resource
-
setResourceUuid
Deprecated.Description copied from interface:IResourceConsumingSets the resource UUID that is needed for processing- Specified by:
setResourceUuidin interfaceIResourceConsuming- Parameters:
resourceUuid-StringUUID of the resource
-
getResourceUri
Deprecated.Description copied from interface:IResourceConsumingGets the resource URI that is needed for processing- Specified by:
getResourceUriin interfaceIResourceConsuming- Returns:
StringURI of the resource
-
setResourceUri
Deprecated.Description copied from interface:IResourceConsumingSets the resource URI that is needed for processing- Specified by:
setResourceUriin interfaceIResourceConsuming- Parameters:
resourceUri-StringURI of the resource
-
setResourceType
Deprecated.- Parameters:
resourceType- the resourceType to set
-
getResourceType
Deprecated.Description copied from interface:IResourceConsumingGets the type of the resource- Specified by:
getResourceTypein interfaceIResourceConsuming- Returns:
- the resourceType
-
setExportName
Deprecated. -
getExportName
Deprecated. -
setConnectionTimeout
Deprecated. -
getConnectionTimeout
-
setReadTimeout
Deprecated. -
getReadTimeout
-
getProcessingKey
Deprecated.- Specified by:
getProcessingKeyin interfaceIProcessing
-
getLicenseKey
-
getDisplayName
Deprecated.Description copied from interface:INamedUiElementThe display name of this element in the given locale.- Specified by:
getDisplayNamein interfaceINamedUiElement- Overrides:
getDisplayNamein classAVerarbeitung- Parameters:
locale- The locale to get the display name for.- Returns:
- The display name of this element in the given locale.
-
getProcessingPage
Deprecated.- Specified by:
getProcessingPagein interfaceIProcessing- Overrides:
getProcessingPagein classAVerarbeitung
-
getIcon
Deprecated.- Specified by:
getIconin interfaceIProcessing- Overrides:
getIconin classAVerarbeitung- Returns:
- The icon ID for this action.
-
exec
Deprecated.Description copied from class:AVerarbeitungThis is the method that should implement the business logic required by this action. This method is called internally byAVerarbeitung.execute(IWorkflowProcessingContext, Aktion).- Specified by:
execin classAVerarbeitung- Parameters:
wfpc- The current workflow processing context that should be used to execute this action.aktion- The action entity corresponding to the action to be executed.- Throws:
Exception- When this action could not be executed and the error could not be handled by this action.
-
isAttachToFormRecord
public boolean isAttachToFormRecord()Deprecated.- Specified by:
isAttachToFormRecordin interfaceIAttachableFile- Returns:
- Whether files created by this file providing action are attached to the form record.
-
setAttachToFormRecord
public void setAttachToFormRecord(boolean attachToFormRecord) Deprecated.- Specified by:
setAttachToFormRecordin interfaceIAttachableFile- Parameters:
attachToFormRecord- Whether files created by this file providing action are attached to the form record.
-
setResource
Deprecated.- Specified by:
setResourcein interfaceIResourceConsuming
-
getResource
Deprecated.- Specified by:
getResourcein interfaceIResourceConsuming
-
setResourceItem
Deprecated. -
getResourceItem
Deprecated.
-
INodeHandler.