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 of
IResolvedFileSourceWorkflowTrigger.- Since:
- 8.2.0
- Author:
- XIMA MEDIA GmbH
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionResolvedFileSourceWorkflowTrigger(long triggerId, String triggerName, String fileKey) Creates a new POJO instance with the given data. -
Method Summary
Modifier and TypeMethodDescriptionGets the type of the resolved file, seeIFileValueDescriptor.getFiles().longMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface IResolvedFileSourceDetails
asAttachment, asClientFile, asFormFile, asUploadElement, asUrl, asWorkflowNode, asWorkflowTriggerMethods inherited from interface IResolvedFileSourceWorkflowTrigger
getType
-
Constructor Details
-
ResolvedFileSourceWorkflowTrigger
Creates a new POJO instance with the given data.- Parameters:
triggerId- Value returned bygetTriggerId().triggerName- Value returned bygetTriggerName().fileKey- Value returned bygetFileKey().
-
-
Method Details
-
getFileKey
Description copied from interface:IResolvedFileSourceWorkflowTriggerGets the type of the resolved file, seeIFileValueDescriptor.getFiles().- Specified by:
getFileKeyin interfaceIResolvedFileSourceWorkflowTrigger- Returns:
- The type of the resolved file.
-
getTriggerId
public long getTriggerId()- Specified by:
getTriggerIdin interfaceIResolvedFileSourceWorkflowTrigger- Returns:
- The ID of the
WorkflowTrigger.
-
getTriggerName
- Specified by:
getTriggerNamein interfaceIResolvedFileSourceWorkflowTrigger- Returns:
- The name of the workflow trigger.
-