Internal Console API

SafeBox

Other API in Package

Console

Console System

Console Webservice

List of Classes

InternalConsoleController

AjaxResponse

AnalyticDataViewFilter

Archive

ArchiveManager

AreaChart

Attachment

AudioFile

BarChart

BillingEngine

BillingEvent

Browser

Buffer

BusinessUtil

CacheManager

Cell

CellFilter

Chart

ChartSharedSettings

ChartTool

Chunk

CommonPacket

ConsoleManager

ConsolePacket

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

FtpRequest

GeoUtil

GroupConcat

ImageFile

Inspector

Installer

InstallerPal

InternalAcmeService

InternalApiMonitor

InternalAuthManager

InternalCloud

InternalCloudDomain

InternalCloudSubscriptionManager

InternalCloudSubscriptionService

InternalDesktopProduct

InternalDevelopmentPal

InternalDomainManager

InternalEmail

InternalEmailManager

InternalEmailSettings

InternalEnterprise

InternalGroupManager

InternalKey

InternalKeyFeatures

InternalKeyManager

InternalKeyPricing

InternalLogoManager

InternalPalChain

InternalPalInfo

InternalPalManager

InternalPalStore

InternalPalStoreInfo

InternalPalStoreInvite

InternalPalStoreItem

InternalProfile

InternalProfileManager

InternalPseudoKey

InternalRequest

InternalResponse

InternalSecuritySettings

InternalStatBuilder

InternalStatement

InternalStorageManager

InternalStorageProvider

InternalSupportIncident

InternalSupportProfile

InternalSystemInformation

InternalSystemLog

InternalSystemManager

InternalTunnelManager

InternalUser

InternalWebAlias

InternalZone

InternalZoneManager

JSONBuffer

JSONParser

Job

JobManager

LineChart

LockManager

Logger

MailBox

MailBoxList

MailMessage

MailResponse

Message

MessageManager

MobileManager

Modules

Monitor

PWA

Packet

PacketDataList

PacketDataRecord

Page

PagingInfo

Pal

PalActivationKeyInfo

PalInfo

Payload

PdfFile

PieChart

Profile

ProfileInfo

ProfilePacket

ProfilePalManager

ProfileTxManager

QRUtil

Render

Request

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

TransactionUtil

Tunnel

TunnelResult

UnknownFile

Upload

User

VCardFile

Validator

ValidityCheck

Wizard

WorkflowResponse

XMLReader

ZoneAccess

Method Summary
boolean canDelete()

Returns true if the delete permission is allowed by this pal.

boolean canPut()

Returns true if the put permission is allowed by this pal.

  deleteFile(String fileId)

Deletes the specified file.

Date getExpires()

Returns the expiration datetime for this SafeBox.

File getFile(String fileId)

Returns the specified file.

DataList getFiles()

Returns a list of all the files in this SafeBox.

File getFirstFile()

Returns the first in this SafeBox.

String getId()

Returns the unique ID of this SafeBox.

File getLastFile()

Returns the last in this SafeBox.

  putFile(File file)

Stores the file

String toString()

Returns a description of this object.

Method Detail


boolean canDelete()

Returns true if the delete permission is allowed by this pal.

Returns:  boolean

Since: 11-17-2022

top

boolean canPut()

Returns true if the put permission is allowed by this pal.

Returns:  boolean

Since: 11-17-2022

top

deleteFile(String fileId)

Deletes the specified file.

Parameters:

  • String   fileId Required parameter.

Since: 11-17-2022

top

Date getExpires()

Returns the expiration datetime for this SafeBox.

Returns:  Date

Since: 11-17-2022

top

File getFile(String fileId)

Returns the specified file.

Parameters:

  • String   fileId Required parameter.

Returns:  File

Since: 11-17-2022

top

DataList getFiles()

Returns a list of all the files in this SafeBox.

Returns:  DataList


DataList Name: files
DataList Fields: filename, length

Since: 11-17-2022

top

File getFirstFile()

Returns the first in this SafeBox.

Returns:  File

Since: 11-17-2022

top

String getId()

Returns the unique ID of this SafeBox.

Returns:  String

Since: 11-17-2022

top

File getLastFile()

Returns the last in this SafeBox.

Returns:  File

Since: 11-17-2022

top

putFile(File file)

Stores the file

Parameters:

  • File   file Required parameter.

Since: 11-17-2022

top

String toString()

Returns a description of this object.

Returns:  String

Since: 11-17-2022

top
Copyright © 2006 - 2024, ContractPal, Inc. All rights reserved. API Date: May 01, 2024 05:15 AM