Package de.xima.fc.bl.fdv.processing
Class VerarbeitungWord
- java.lang.Object
-
- de.xima.fc.bl.fdv.processing.AVerarbeitung
-
- de.xima.fc.bl.fdv.processing.VerarbeitungWord
-
- All Implemented Interfaces:
ITransferable
,IAttachableFile
,INamedUiElement
,IProviding
,IResourceConsuming
,IProcessing
,Serializable
@Embeddable public class VerarbeitungWord extends AVerarbeitung implements IProviding, IAttachableFile, IResourceConsuming
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class de.xima.fc.bl.fdv.processing.AVerarbeitung
LOG
-
Fields inherited from interface de.xima.fc.interfaces.INamedUiElement
ATTR_DISPLAY_NAME
-
Fields inherited from interface de.xima.fc.interfaces.processing.IProcessing
ATTR_VERARBEITUNGSNAME
-
-
Constructor Summary
Constructors Constructor Description VerarbeitungWord()
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description protected IProcessingResult
exec(IWorkflowProcessingContext wfpc, Aktion aktion)
This is the method that should implement the business logic required by this action.String
getDisplayName(Locale l)
String
getExportName()
String
getIcon()
String
getLicenseKey()
String
getProcessingKey()
String
getProcessingPage()
String
getResource()
Deprecated.IResourceItem
getResourceItem()
ERessourcenTyp
getResourceType()
Gets the type of the resourceString
getResourceUri()
Gets the resource URI that is needed for processingString
getResourceUuid()
Gets the resource UUID that is needed for processingString
getRessourcenTyp()
boolean
isAttachToFormRecord()
void
setAttachToFormRecord(boolean attachToFormRecord)
void
setExportName(String exportName)
void
setResource(String resource)
Deprecated.void
setResourceItem(IResourceItem resourceItem)
void
setResourceUri(String resourceUri)
Sets the resource URI that is needed for processingvoid
setResourceUuid(String resourceUuid)
Sets the resource UUID that is needed for processingvoid
setRessourcenTyp(String ressourcenTyp)
-
Methods inherited from class de.xima.fc.bl.fdv.processing.AVerarbeitung
convertToLongList, execute, getDefaultProcessingPageFolder, getGuiIcon, getProcessingName, isAvailable, isFileProviding
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface de.xima.fc.interfaces.processing.IProcessing
getAvailableOverrideValue, prefillProcessing
-
Methods inherited from interface de.xima.fc.interfaces.IResourceConsuming
getRessTypeEnum
-
-
-
-
Method Detail
-
getResourceUuid
public String getResourceUuid()
Description copied from interface:IResourceConsuming
Gets the resource UUID that is needed for processing- Specified by:
getResourceUuid
in interfaceIResourceConsuming
- Returns:
String
UUID of the resource
-
setResourceUuid
public void setResourceUuid(String resourceUuid)
Description copied from interface:IResourceConsuming
Sets the resource UUID that is needed for processing- Specified by:
setResourceUuid
in interfaceIResourceConsuming
- Parameters:
resourceUuid
-String
UUID of the resource
-
getResourceUri
public String getResourceUri()
Description copied from interface:IResourceConsuming
Gets the resource URI that is needed for processing- Specified by:
getResourceUri
in interfaceIResourceConsuming
- Returns:
String
URI of the resource
-
setResourceUri
public void setResourceUri(String resourceUri)
Description copied from interface:IResourceConsuming
Sets the resource URI that is needed for processing- Specified by:
setResourceUri
in interfaceIResourceConsuming
- Parameters:
resourceUri
-String
URI of the resource
-
setExportName
public void setExportName(String exportName)
-
getExportName
public String getExportName()
-
setRessourcenTyp
public void setRessourcenTyp(String ressourcenTyp)
-
getRessourcenTyp
public String getRessourcenTyp()
-
getResourceType
public ERessourcenTyp getResourceType()
Description copied from interface:IResourceConsuming
Gets the type of the resource- Specified by:
getResourceType
in interfaceIResourceConsuming
- Returns:
ERessourcenTyp
resource type
-
exec
protected IProcessingResult exec(IWorkflowProcessingContext wfpc, Aktion aktion) throws Exception
Description copied from class:AVerarbeitung
This is the method that should implement the business logic required by this action. This method is called internally byAVerarbeitung.execute(IWorkflowProcessingContext, Aktion)
.- Specified by:
exec
in 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.
-
getProcessingKey
public String getProcessingKey()
- Specified by:
getProcessingKey
in interfaceIProcessing
-
getLicenseKey
public String getLicenseKey()
- Specified by:
getLicenseKey
in interfaceIProcessing
-
getDisplayName
public String getDisplayName(Locale l)
- Specified by:
getDisplayName
in interfaceINamedUiElement
- Overrides:
getDisplayName
in classAVerarbeitung
- Returns:
- Wert, der das entsprechende Objekt an Oberfläche repräsentiert (wird i.A. zur Laufzeit ermittelt).
-
getProcessingPage
public String getProcessingPage()
- Specified by:
getProcessingPage
in interfaceIProcessing
- Overrides:
getProcessingPage
in classAVerarbeitung
-
getIcon
public String getIcon()
- Specified by:
getIcon
in interfaceIProcessing
- Overrides:
getIcon
in classAVerarbeitung
- Returns:
- The icon ID for this action.
-
isAttachToFormRecord
public boolean isAttachToFormRecord()
- Specified by:
isAttachToFormRecord
in interfaceIAttachableFile
- Returns:
- Whether files created by this file providing action are attached to the form record.
-
setAttachToFormRecord
public void setAttachToFormRecord(boolean attachToFormRecord)
- Specified by:
setAttachToFormRecord
in interfaceIAttachableFile
- Parameters:
attachToFormRecord
- Whether files created by this file providing action are attached to the form record.
-
setResource
@Deprecated public void setResource(String resource)
Deprecated.- Specified by:
setResource
in interfaceIResourceConsuming
-
getResource
@Deprecated public String getResource()
Deprecated.- Specified by:
getResource
in interfaceIResourceConsuming
-
setResourceItem
public void setResourceItem(IResourceItem resourceItem)
-
getResourceItem
public IResourceItem getResourceItem()
-
-