Package de.xima.fc.bl.fdv.processing
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 de.xima.fc.bl.fdv.processing.AVerarbeitung
LOGFields inherited from interface de.xima.fc.interfaces.INamedUiElement
ATTR_DISPLAY_NAMEFields inherited from interface de.xima.fc.interfaces.processing.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.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 de.xima.fc.bl.fdv.processing.AVerarbeitung
convertToLongList, execute, getDefaultProcessingPageFolder, getGuiIcon, getProcessingName, isAvailable, isFileProvidingMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface de.xima.fc.interfaces.processing.IProcessing
getAvailableOverrideValue, prefillProcessingMethods inherited from interface de.xima.fc.interfaces.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
Deprecated.- Returns:
- the connectionTimeout in seconds
-
setReadTimeout
Deprecated. -
getReadTimeout
Deprecated.- Returns:
- the readTimeout in secounds
-
getProcessingKey
Deprecated.- Specified by:
getProcessingKeyin interfaceIProcessing
-
getLicenseKey
Deprecated.- Specified by:
getLicenseKeyin interfaceIProcessing
-
getDisplayName
Deprecated.- Specified by:
getDisplayNamein interfaceINamedUiElement- Overrides:
getDisplayNamein classAVerarbeitung- Returns:
- Wert, der das entsprechende Objekt an Oberfläche repräsentiert (wird i.A. zur Laufzeit ermittelt).
-
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.