Internal Tunnel API

InternalCloudSubscriptionManager

Other API in Package

Web

User

Tunnel

List of Classes

InternalTunnelController

AnalyticDataViewFilter

Archive

ArchiveManager

AreaChart

Attachment

AudioFile

BarChart

BillingEngine

BillingEvent

Browser

Buffer

BusinessUtil

CacheManager

Cell

CellFilter

Chart

ChartSharedSettings

ChartTool

Chunk

ConsoleManager

ConsolePacket

Cube

Data

DataList

DataListFilter

DataReader

DataRecord

DataSet

DataSetRecord

DataSetResult

DataView

DataViewBuilder

DataViewCriteria

DataViewFilter

DataViewList

DataViewRecord

DatasetFile

DateUtil

DisplaySettings

Document

DocumentFile

Email

EncryptionUtil

Enterprise

EnterpriseInfo

ExcelFile

File

FileBuffer

Formatter

Fragment

FtpRequest

GeoUtil

GroupConcat

ImageFile

Inspector

InternalAcmeService

InternalApiMonitor

InternalAuthManager

InternalCloud

InternalCloudDomain

InternalCloudSubscriptionManager

InternalDesktopProduct

InternalDevelopmentPal

InternalDomainManager

InternalEmailManager

InternalEmailSettings

InternalEnterprise

InternalGroupManager

InternalKey

InternalKeyFeatures

InternalKeyManager

InternalKeyPricing

InternalLogoManager

InternalPalChain

InternalPalInfo

InternalPalManager

InternalPalStore

InternalPalStoreInfo

InternalPalStoreInvite

InternalPalStoreItem

InternalProfile

InternalProfileManager

InternalPseudoKey

InternalSecuritySettings

InternalStatBuilder

InternalStatement

InternalStorageManager

InternalStorageProvider

InternalSupportProfile

InternalSystemManager

InternalTunnelManager

InternalUser

InternalWebAlias

InternalZone

InternalZoneManager

JSONBuffer

JSONParser

Job

JobManager

LineChart

LockManager

Logger

MailBox

MailBoxList

MailMessage

MailResponse

Message

MessageManager

Modules

Monitor

PWA

Packet

PacketDataList

PacketDataRecord

PagingInfo

Pal

PalActivationKeyInfo

PalInfo

Payload

PdfFile

PieChart

Profile

ProfileInfo

ProfilePacket

ProfilePalManager

ProfileTxManager

QRUtil

Render

Role

RuntimePal

SSOToken

SafeBox

ScatterPlotChart

ServiceRequest

ServiceResponse

ShellPal

ShellPalManager

SignSettings

SiteBuilder

Slice

SmartDoc

SmartDocManager

Socket

SocketResponse

StorageProvider

StorageProviderDataList

StoredObject

SystemDataView

SystemDataViewFilter

Tag

TagFilter

TagManager

TextEmail

TextMessage

TiffBuilder

TransactionPacket

Tunnel

TunnelRequest

TunnelResponse

TunnelResult

UnknownFile

VCardFile

Validator

ValidityCheck

Wizard

XMLReader

ZoneAccess

Method Summary
SystemDataView getSubscriptions()

Returns the subscriptions for this enterprise.

boolean setDefault(String serviceId, boolean defaultSubscription)

Sets the subscription to be the default.

boolean subscribe(String service, String palId, String workflow)

Subscribes to the specified service. Returns false if the service does not exist or the Pal is not subscription capable.

String toString()

Returns a description of this object.

  unSubscribe(String serviceId)

Un-subscribes to the specified service.

Method Detail


SystemDataView getSubscriptions()

Returns the subscriptions for this enterprise.

Returns:  SystemDataView


DataList Name: SystemSubscriptions
Tag Support: No
DataList Keys/Column Name Column Type Read Only
subscriptionId String  
name String  
workflow String  
createDate Date  
defaultSubscription Boolean  
palId String  
palName String  
type String  

Since: 12-10-2013

top

boolean setDefault(String serviceId, boolean defaultSubscription)

Sets the subscription to be the default.

Parameters:

  • String   serviceId Required parameter.
  • boolean   defaultSubscription Required parameter.

Returns:  boolean

Since: 10-23-2014

top

boolean subscribe(String service, String palId, String workflow)

Subscribes to the specified service. Returns false if the service does not exist or the Pal is not subscription capable.

Parameters:

  • String   service Required parameter. Allowed values: DSN, REPLY, EBLOCK, PALDEV, QUERY, HTMLPDF, PALDEPLOY, PWA, ONBOOT.
  • String   palId Required parameter.
  • String   workflow Maximum allowed size of parameter: 100

Returns:  boolean

Since: 10-29-2021

top

String toString()

Returns a description of this object.

Returns:  String

Since: 12-10-2013

top

unSubscribe(String serviceId)

Un-subscribes to the specified service.

Parameters:

  • String   serviceId Required parameter.

Since: 12-10-2013

top
Copyright © 2006 - 2024, ContractPal, Inc. All rights reserved. API Date: May 16, 2024 03:44 PM