Internal Web API

InternalPalBuilder

Other API in Package

Web

User

Internal Tunnel

Tunnel

List of Classes

InternalWebController

AjaxResponse

AnalyticDataViewFilter

Archive

ArchiveManager

AreaChart

Attachment

AudioFile

BarChart

BillingEngine

BillingEvent

Browser

Buffer

BusinessUtil

CacheManager

Cell

CellFilter

Chart

ChartSharedSettings

ChartTool

Chunk

ConsoleManager

ConsoleResponse

Cube

Data

DataList

DataListFilter

DataReader

DataRecord

DataSet

DataSetRecord

DataSetResult

DataView

DataViewBuilder

DataViewCriteria

DataViewFilter

DataViewList

DataViewRecord

DatasetFile

DateUtil

DisplaySettings

Document

DocumentFile

DownloadResponse

Email

EncryptionUtil

Enterprise

EnterpriseInfo

ExcelFile

File

FileBuffer

Formatter

Fragment

GeoUtil

GroupConcat

ImageFile

Inspector

InternalDevelopmentPal

InternalPalBuilder

InternalPalBuilderSession

JSONBuffer

JSONParser

Job

JobManager

LineChart

LockManager

Logger

MailBox

MailBoxList

MailMessage

MailResponse

Message

MessageManager

Modules

Monitor

NavigatorResponse

PWA

Packet

PacketDataList

PacketDataRecord

Page

PagingInfo

Pal

PalActivationKeyInfo

PalInfo

Payload

PdfFile

PieChart

Pin

Profile

ProfileInfo

ProfilePacket

ProfilePalManager

ProfileTxManager

QRUtil

Render

Request

Response

Role

RuntimePal

SSOToken

SafeBox

ScatterPlotChart

ServiceRequest

ServiceResponse

ShellPal

ShellPalManager

SignSettings

SiteBuilder

Slice

SmartDoc

SmartDocManager

Socket

SocketResponse

StorageProvider

StorageProviderDataList

StoredObject

SystemDataView

SystemDataViewFilter

TextEmail

TextMessage

TiffBuilder

TransactionPacket

Tunnel

TunnelResult

UnknownFile

Upload

VCardFile

Validator

ValidityCheck

Wizard

XMLReader

ZoneAccess

Method Summary
String createPal(Data data)

Creates a new pal and returns it's ID

DataList getActivationKeys()

Returns a list of activation keys

DataList getGroups()

Returns a list of groups associated with this builder instance/profile

InternalDevelopmentPal getPal()

Returns the specified pal.

SystemDataView getPals(String group)

Returns a SystemDataView that can be used for accessing pals of the enterprise.

DataList getProfiles()

Returns a list of test profiles

DataList getSourceControlList()

Returns a list of source control repositories

Pal loadPal(File palFile)

Loads the Pal into memory (not connected to persistant storage) for analysis.

Method Detail


String createPal(Data data)

Creates a new pal and returns it's ID

Parameters:

  • Data   data Required parameter.

Returns:  String

Since: 11-19-2015

top

DataList getActivationKeys()

Returns a list of activation keys

Returns:  DataList


DataList Name: keys
DataList Fields: keyId, name

Since: 11-19-2015

top

DataList getGroups()

Returns a list of groups associated with this builder instance/profile

Returns:  DataList


DataList Name: groups
DataList Fields: name, description

Since: 04-27-2018

top

InternalDevelopmentPal getPal()

Returns the specified pal.

Returns:  InternalDevelopmentPal

Since: 11-19-2015

top

SystemDataView getPals(String group)

Returns a SystemDataView that can be used for accessing pals of the enterprise.

Parameters:

  • String   group Required parameter.

Returns:  SystemDataView


DataList Name: BuilderPals
DataList Keys/Column Name Column Type Read Only
id String  
palId String  
name String  
description String  
category String  
createDate Date  
modifiedDate Date  
modeConsole Boolean  
modeTransaction Boolean  
modeWeb Boolean  
branch String  

Since: 11-19-2015

top

DataList getProfiles()

Returns a list of test profiles

Returns:  DataList


DataList Name: profiles
DataList Fields: profileId, name, type

Since: 04-27-2018

top

DataList getSourceControlList()

Returns a list of source control repositories

Returns:  DataList


DataList Name: sourceList
DataList Fields: sourceId, name

Since: 11-19-2015

top

Pal loadPal(File palFile)

Loads the Pal into memory (not connected to persistant storage) for analysis.

Parameters:

Returns:  Pal

Since: 11-19-2015

top
Copyright © 2006 - 2024, ContractPal, Inc. All rights reserved. API Date: Dec 03, 2024 10:24 AM