ApptiveLinkType enum

Available Links

Inheritance

Constructors

ApptiveLinkType()
const

Values

self → const ApptiveLinkType

A link to the ApptiveObject itself

patch → const ApptiveLinkType

Updates a ApptiveObject

accessCredentials → const ApptiveLinkType

Returns a List of Access Credentials

addAccessCredentials → const ApptiveLinkType

Adds Access Credentials

addHook → const ApptiveLinkType

Adds a Hook

addSpace → const ApptiveLinkType

Add a new Space

hooks → const ApptiveLinkType

List of Hooks

spaces → const ApptiveLinkType

List of Spaces

addFlow → const ApptiveLinkType

Add a Flow

flows → const ApptiveLinkType

List Flows

addGrid → const ApptiveLinkType

Adds a new Grid

addShare → const ApptiveLinkType

Adds a new Share

copy → const ApptiveLinkType

Copy the space to the current user

grids → const ApptiveLinkType

Lists Grids

remove → const ApptiveLinkType

Removes an ApptiveObject

shares → const ApptiveLinkType

List Shares

addEntity → const ApptiveLinkType

Adds a new GridRow

addField → const ApptiveLinkType

Adds a new GridField

addForm → const ApptiveLinkType

Adds a new Form

Adds a new Link

addView → const ApptiveLinkType

Adds a View

entities → const ApptiveLinkType

List Entities

forms → const ApptiveLinkType

List Forms

query → const ApptiveLinkType

Perform a query on a Grid

removeField → const ApptiveLinkType

Remove a field

currencies → const ApptiveLinkType

Gets available currency for a GridField with GridField.type == DataType.currency

schema → const ApptiveLinkType

Get the schema of a Grid

updateFieldKey → const ApptiveLinkType

Update the key of a field

updateFieldName → const ApptiveLinkType

Update the GridField.name

updateFieldType → const ApptiveLinkType

Update the GridField.type

updates → const ApptiveLinkType

Check if there have been updates to the Grid

views → const ApptiveLinkType

List Views of a Grid

virtualGrids → const ApptiveLinkType

Returns a List of virtual Grids of a persistent Grid

submit → const ApptiveLinkType

Submit FormData

update → const ApptiveLinkType

Update an ApptiveObject

partialUpdate → const ApptiveLinkType

Partially Update a GridRow

Create a Link to a FormData for this GridRow

collaborators → const ApptiveLinkType

Query for Collaborators in a DataType.user Field

process → const ApptiveLinkType

Processes an External ApptiveGridLink

write → const ApptiveLinkType

Write an external Link

read → const ApptiveLinkType

Read an external Link

sviews → const ApptiveLinkType

List Stateful Views of a Grid

rename → const ApptiveLinkType

Rename an ApptiveGridObject

addSView → const ApptiveLinkType

Add a new Stateful View

updateFilter → const ApptiveLinkType

Update a Filter

exportAsCsv → const ApptiveLinkType

Export View/Grid as a CSV

extractToGrid → const ApptiveLinkType

Extract Fields with a Filter to a new Grid

test → const ApptiveLinkType

Test an ApptiveGridHook

addVirtualGrid → const ApptiveLinkType

Add a Virtual Grid

events → const ApptiveLinkType

List Events of a Hook Activation

removeTransition → const ApptiveLinkType

Remove a transition in a Flow

nodes → const ApptiveLinkType

List nodes in a flow

addTransition → const ApptiveLinkType

Add a transition in a Flow between nodes

addNode → const ApptiveLinkType

Add a Node to a flow

instances → const ApptiveLinkType

List instances of a flow

transitions → const ApptiveLinkType

List transitions in a flow

outgoing → const ApptiveLinkType

List outgoing connections of a Node

incoming → const ApptiveLinkType

List incoming connections of a Node

uploadCSV → const ApptiveLinkType

Create a new Grid from a CSV

grid → const ApptiveLinkType

Link to the respective Grid of a SView

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<ApptiveLinkType>
A constant List of the values in this enum, in order of their declaration.