Skip to main content

EnsLib.CloudStorage.BusinessOperation

class EnsLib.CloudStorage.BusinessOperation extends Ens.BusinessOperation

Property Inventory

Method Inventory

Parameters

parameter ADAPTER = EnsLib.CloudStorage.OutboundAdapter;
Inherited description: The type of adapter used to communicate with external systems
parameter INVOCATION = Queue;
Inherited description: 2 modes: Queue, InProc
parameter SETTINGS = BucketName:Cloud Storage;
Inherited description: List of properties can be set as settings in the configuration file format is a comma separated list of property names

Properties

Inherited description: The adapter instance
Property methods: AdapterGet(), AdapterGetSwizzled(), AdapterIsValid(), AdapterNewObject(), AdapterSet()
property BucketName as %String (MAXLEN = 1000);
Bucket name
Property methods: BucketNameDisplayToLogical(), BucketNameGet(), BucketNameIsValid(), BucketNameLogicalToDisplay(), BucketNameLogicalToOdbc(), BucketNameNormalize(), BucketNameSet()

Methods

method Delete(request As EnsLib.CloudStorage.DeleteRequest, Output response As Ens.Response) as %Status
method OnMessage(pRequest As %Library.Persistent, Output pResponse As %Library.Persistent) as %Status
Inherited description: This is the default message handler. All request types not declared in the message map are delivered here
method Upload(request As EnsLib.CloudStorage.UploadRequest, Output response As Ens.Response) as %Status

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab