Class ResolvedFileSourceWorkflowTrigger
- java.lang.Object
-
- de.xima.fc.workflow.processor.model.ResolvedFileSourceWorkflowTrigger
-
- All Implemented Interfaces:
IResolvedFileSourceDetails
,IResolvedFileSourceWorkflowTrigger
,Serializable
public final class ResolvedFileSourceWorkflowTrigger extends Object implements IResolvedFileSourceWorkflowTrigger
Default POJO implementation ofIResolvedFileSourceWorkflowTrigger
.- Since:
- 8.2.0
- Author:
- XIMA MEDIA GmbH
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ResolvedFileSourceWorkflowTrigger(long triggerId, String triggerName, String fileKey)
Creates a new POJO instance with the given data.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getFileKey()
Gets the type of the resolved file, seeIFileValueDescriptor.getFiles()
.long
getTriggerId()
String
getTriggerName()
-
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.workflow.retval.IResolvedFileSourceDetails
asAttachment, asClientFile, asFormFile, asUploadElement, asUrl, asWorkflowNode, asWorkflowTrigger
-
Methods inherited from interface de.xima.fc.interfaces.workflow.retval.IResolvedFileSourceWorkflowTrigger
getType
-
-
-
-
Constructor Detail
-
ResolvedFileSourceWorkflowTrigger
public ResolvedFileSourceWorkflowTrigger(long triggerId, String triggerName, String fileKey)
Creates a new POJO instance with the given data.- Parameters:
triggerId
- Value returned bygetTriggerId()
.triggerName
- Value returned bygetTriggerName()
.fileKey
- Value returned bygetFileKey()
.
-
-
Method Detail
-
getFileKey
public String getFileKey()
Description copied from interface:IResolvedFileSourceWorkflowTrigger
Gets the type of the resolved file, seeIFileValueDescriptor.getFiles()
.- Specified by:
getFileKey
in interfaceIResolvedFileSourceWorkflowTrigger
- Returns:
- The type of the resolved file.
-
getTriggerId
public long getTriggerId()
- Specified by:
getTriggerId
in interfaceIResolvedFileSourceWorkflowTrigger
- Returns:
- The ID of the
WorkflowTrigger
.
-
getTriggerName
public String getTriggerName()
- Specified by:
getTriggerName
in interfaceIResolvedFileSourceWorkflowTrigger
- Returns:
- The name of the workflow trigger.
-
-