Internal Web API

InternalPalBuilderSession

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
InternalPalBuilderSession copy()

Creates a new copy of this session for use in obtaining other Pals to work on without re-authentication

String getGroup()

Returns the group of this session.

String getId()

Returns the ID of this session.

InternalPalBuilder getPalBuilder()

Returns a PalBuilder for the session.

String getPalId()

Returns the Pal ID of this session.

String getProfileId()

Returns the Profile ID of this session.

boolean setGroup(String group)

Sets the group of this session.

boolean setPalId(String palId)

Sets the Pal ID of this session.

boolean setProfileId(String profileId)

Sets the Profile ID of this session. On success, the group and palId are set to null.

String toString()

Returns a description of this object.

Method Detail


InternalPalBuilderSession copy()

Creates a new copy of this session for use in obtaining other Pals to work on without re-authentication

Returns:  InternalPalBuilderSession

Since: 04-27-2018

top

String getGroup()

Returns the group of this session.

Returns:  String

Since: 04-27-2018

top

String getId()

Returns the ID of this session.

Returns:  String

Since: 04-27-2018

top

InternalPalBuilder getPalBuilder()

Returns a PalBuilder for the session.

Returns:  InternalPalBuilder

Since: 04-27-2018

top

String getPalId()

Returns the Pal ID of this session.

Returns:  String

Since: 04-27-2018

top

String getProfileId()

Returns the Profile ID of this session.

Returns:  String

Since: 04-27-2018

top

boolean setGroup(String group)

Sets the group of this session.

Parameters:

  • String   group

Returns:  boolean

Since: 04-27-2018

top

boolean setPalId(String palId)

Sets the Pal ID of this session.

Parameters:

  • String   palId

Returns:  boolean

Since: 04-27-2018

top

boolean setProfileId(String profileId)

Sets the Profile ID of this session. On success, the group and palId are set to null.

Parameters:

  • String   profileId Required parameter.

Returns:  boolean

Since: 04-27-2018

top

String toString()

Returns a description of this object.

Returns:  String

Since: 04-27-2018

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