Liking cljdoc? Tell your friends :D

clj-jargon.tickets


create-ticketclj

(create-ticket cm user fpath ticket-id & {:keys [rw-mode] :as ticket-opts})
source

delete-ticketclj

(delete-ticket cm user ticket-id)

Deletes the ticket specified by ticket-id.

Deletes the ticket specified by ticket-id.
sourceraw docstring

igetclj

(iget cm ticket-id remote-path local-path tcl)
(iget cm ticket-id remote-path local-path tcl control-block)

Transfers remote-path to local-path using a ticket, using tcl as the TransferStatusCallbackListener

Transfers remote-path to local-path using a ticket, using tcl as the TransferStatusCallbackListener
sourceraw docstring

iputclj

(iput cm ticket-id local-path remote-path tcl)
(iput cm ticket-id local-path remote-path tcl control-block)

Transfers local-path to remote-path using a ticket, using tcl as the TransferStatusCallbackListener. tcl can also be set to nil.

Transfers local-path to remote-path using a ticket, using tcl as the TransferStatusCallbackListener.
tcl can also be set to nil.
sourceraw docstring

modify-ticketclj

(modify-ticket cm user ticket-id & {:as ticket-opts})
source

public-ticket?clj

(public-ticket? cm user ticket-id)

Checks to see if the provided ticket ID is publicly accessible.

Checks to see if the provided ticket ID is publicly accessible.
sourceraw docstring

publicize-ticketclj

(publicize-ticket cm ticket-id)

Allows the ticket to be viewed by the public group.

Allows the ticket to be viewed by the public group.
sourceraw docstring

set-ticket-optionsclj

(set-ticket-options ticket-id
                    tas
                    {:keys [byte-write-limit expiry file-write-limit
                            uses-limit]})

Sets the optional settings for a ticket, such as the expiration date and the uses limit.

Sets the optional settings for a ticket, such as the expiration date
and the uses limit.
sourceraw docstring

ticket-by-idclj

(ticket-by-id cm user ticket-id)

Looks up the ticket by the provided ticket-id string and returns an instance of Ticket.

Looks up the ticket by the provided ticket-id string and
returns an instance of Ticket.
sourceraw docstring

ticket-expired?clj

(ticket-expired? ticket-obj)
source

ticket-ids-for-pathclj

(ticket-ids-for-path cm user path)
source

ticket-input-streamclj

(ticket-input-stream cm user ticket-id)
source

ticket-mapclj

(ticket-map cm user ticket-id)
source

ticket-obj->mapclj

(ticket-obj->map ticket)
source

ticket-proxy-input-streamclj

(ticket-proxy-input-stream cm user ticket-id)
source

ticket-used-up?clj

(ticket-used-up? ticket-obj)
source

ticket?clj

(ticket? cm user ticket-id)

Checks to see if ticket-id is already being used as a ticket identifier.

Checks to see if ticket-id is already being used as a ticket
identifier.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close