Package de.xima.fc.workflow.model.nodes
Class FcProvideResourceProps
- java.lang.Object
-
- de.xima.fc.workflow.taglib.model.BaseActionProps
-
- de.xima.fc.workflow.model.nodes.FcProvideResourceProps
-
- All Implemented Interfaces:
IDescriptionProviding,INameProviding,Serializable
public class FcProvideResourceProps extends BaseActionProps implements Serializable
Model class for the provide resource workflow action (EWorkflowNodeType.FC_PROVIDE_RESOURCE).- Since:
- 7.0.0
- Author:
- XIMA MEDIA GmbH
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class de.xima.fc.workflow.taglib.model.BaseActionProps
BaseActionProps.name
-
-
Field Summary
-
Fields inherited from interface de.xima.fc.entities.interfaces.IDescriptionProviding
ATTR_BESCHREIBUNG, ATTR_DESCRIPTION, COL_DESCRIPTION
-
Fields inherited from interface de.xima.fc.entities.interfaces.INameProviding
ATTR_NAME, COL_NAME
-
-
Constructor Summary
Constructors Constructor Description FcProvideResourceProps()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetExportName()FileProvisiongetFileProvision()Details for how to handle the provided files.SingleFilegetSingleFile()voidsetExportName(String exportName)voidsetFileProvision(FileProvision fileProvision)Details for how to handle the provided file.voidsetSingleFile(SingleFile singleFile)-
Methods inherited from class de.xima.fc.workflow.taglib.model.BaseActionProps
getBeschreibung, getColor, getDescription, getIcon, getName, setColor, setDescription, setIcon, setName
-
-
-
-
Method Detail
-
getExportName
public String getExportName()
- Returns:
- The name of the file created from the given resource.
-
setExportName
public void setExportName(String exportName)
- Parameters:
exportName- The name of the file created from the given resource.
-
getFileProvision
public FileProvision getFileProvision()
Details for how to handle the provided files.- Returns:
- Details for how to handle the provided files.
-
setFileProvision
public void setFileProvision(FileProvision fileProvision)
Details for how to handle the provided file.- Parameters:
fileProvision- Details for how to handle the provided file.
-
getSingleFile
public SingleFile getSingleFile()
- Returns:
- The input file that is read and written to the given
getExportName().
-
setSingleFile
public void setSingleFile(SingleFile singleFile)
- Parameters:
singleFile- The input file that is read and written to the givengetExportName().
-
-