Class SendTask

All Implemented Interfaces:
HasExecutionListeners, HasExtensionAttributes

public class SendTask extends TaskWithFieldExtensions
Author:
Tijs Rademakers
  • Field Details

    • type

      protected String type
    • implementationType

      protected String implementationType
    • operationRef

      protected String operationRef
  • Constructor Details

    • SendTask

      public SendTask()
  • Method Details

    • getType

      public String getType()
    • setType

      public void setType(String type)
    • getImplementationType

      public String getImplementationType()
    • setImplementationType

      public void setImplementationType(String implementationType)
    • getOperationRef

      public String getOperationRef()
    • setOperationRef

      public void setOperationRef(String operationRef)
    • clone

      public SendTask clone()
      Specified by:
      clone in class FlowElement
    • setValues

      public void setValues(SendTask otherElement)