Class ServiceTask

    • Field Detail

      • implementation

        protected java.lang.String implementation
      • implementationType

        protected java.lang.String implementationType
      • resultVariableName

        protected java.lang.String resultVariableName
      • type

        protected java.lang.String type
      • operationRef

        protected java.lang.String operationRef
      • extensionId

        protected java.lang.String extensionId
      • customProperties

        protected java.util.List<CustomProperty> customProperties
      • skipExpression

        protected java.lang.String skipExpression
    • Constructor Detail

      • ServiceTask

        public ServiceTask()
    • Method Detail

      • getImplementation

        public java.lang.String getImplementation()
      • setImplementation

        public void setImplementation​(java.lang.String implementation)
      • getImplementationType

        public java.lang.String getImplementationType()
      • setImplementationType

        public void setImplementationType​(java.lang.String implementationType)
      • getResultVariableName

        public java.lang.String getResultVariableName()
      • setResultVariableName

        public void setResultVariableName​(java.lang.String resultVariableName)
      • getType

        public java.lang.String getType()
      • setType

        public void setType​(java.lang.String type)
      • getCustomProperties

        public java.util.List<CustomProperty> getCustomProperties()
      • setCustomProperties

        public void setCustomProperties​(java.util.List<CustomProperty> customProperties)
      • getOperationRef

        public java.lang.String getOperationRef()
      • setOperationRef

        public void setOperationRef​(java.lang.String operationRef)
      • getExtensionId

        public java.lang.String getExtensionId()
      • setExtensionId

        public void setExtensionId​(java.lang.String extensionId)
      • isExtended

        public boolean isExtended()
      • getSkipExpression

        public java.lang.String getSkipExpression()
      • setSkipExpression

        public void setSkipExpression​(java.lang.String skipExpression)
      • setValues

        public void setValues​(ServiceTask otherElement)