Class ServiceTask

All Implemented Interfaces:
AcceptUpdates, HasExecutionListeners, HasExtensionAttributes
Direct Known Subclasses:
AlfrescoMailTask, AlfrescoScriptTask

public class ServiceTask extends TaskWithFieldExtensions
  • Field Details

  • Constructor Details

    • ServiceTask

      public ServiceTask()
  • Method Details

    • getImplementation

      public String getImplementation()
    • setImplementation

      public void setImplementation(String implementation)
    • getImplementationType

      public String getImplementationType()
    • setImplementationType

      public void setImplementationType(String implementationType)
    • getResultVariableName

      public String getResultVariableName()
    • setResultVariableName

      public void setResultVariableName(String resultVariableName)
    • getType

      public String getType()
    • setType

      public void setType(String type)
    • getCustomProperties

      public List<CustomProperty> getCustomProperties()
    • setCustomProperties

      public void setCustomProperties(List<CustomProperty> customProperties)
    • getOperationRef

      public String getOperationRef()
    • setOperationRef

      public void setOperationRef(String operationRef)
    • getExtensionId

      public String getExtensionId()
    • setExtensionId

      public void setExtensionId(String extensionId)
    • isExtended

      public boolean isExtended()
    • getSkipExpression

      public String getSkipExpression()
    • setSkipExpression

      public void setSkipExpression(String skipExpression)
    • hasBoundaryErrorEvents

      public boolean hasBoundaryErrorEvents()
    • clone

      public ServiceTask clone()
      Overrides:
      clone in class Task
    • setValues

      public void setValues(ServiceTask otherElement)