builder

package
v1.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 12, 2021 License: BSD-3-Clause, MIT Imports: 7 Imported by: 0

Documentation

Overview

* Copyright © 2020. TIBCO Software Inc. * This file is subject to the license terms contained * in the license file that is distributed with this file.

Index

Constants

View Source
const (
	GraphModel         = "GraphModel"
	AllowNullKey       = "AllowNullKey"
	Nodes              = "Nodes"
	Edges              = "Edges"
	PassThroughData    = "PassThroughData"
	BatchEnd           = "BatchEnd"
	PassThroughDataOut = "PassThroughDataOut"
)

Variables

This section is empty.

Functions

func NewActivity

func NewActivity(metadata *activity.Metadata) activity.Activity

Types

type BuilderActivity

type BuilderActivity struct {
	// contains filtered or unexported fields
}

func (*BuilderActivity) Eval

func (a *BuilderActivity) Eval(context activity.Context) (done bool, err error)

func (*BuilderActivity) Metadata

func (a *BuilderActivity) Metadata() *activity.Metadata

type Field

type Field struct {
	// contains filtered or unexported fields
}

func (*Field) GetDValue

func (this *Field) GetDValue() interface{}

func (*Field) GetName

func (this *Field) GetName() string

func (*Field) GetType

func (this *Field) GetType() string

func (*Field) IsOptional

func (this *Field) IsOptional() bool

func (*Field) SetDValue

func (this *Field) SetDValue(dValue string)

func (*Field) SetName

func (this *Field) SetName(name string)

func (*Field) SetOptional

func (this *Field) SetOptional(optional bool)

func (*Field) SetType

func (this *Field) SetType(dataType string)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL