Documentation for class clipboard (inherits from generic_acl):


Properties:

name type default params representant foreign foreign_prop position
id CO_INTEGER SEQUENCE READONLY=1;HIDDEN=1 0 0
version CO_INTEGER 0 READONLY=1;HIDDEN=1 0 0
deleted CO_INTEGER 0 READONLY=1;HIDDEN=1 0 0
inherits_acl CO_INTEGER 1 HIDDEN=1;READONLY=1 0 50
user_id CO_INTEGER 0 1 200
object_serialization CO_STRING '' 1 300
owner_area CO_STRING '' 1 400
owner_class CO_STRING '' 1 500

Methods:


method insertClipboardObject
description: Puts object of some type in to current users clipboard slot. Each user has only one slot per area!
parameters:

par_area
type CO_STRING

par_class
type CO_STRING

par_id
type CO_INTEGER

serialization
description: Some value that we want to put into clipboard
type CO_STRING

owner_area
description: Area of the object that we put into clipboard
type CO_STRING

owner_class
description: Class name of the object that we put into clipboard
type CO_STRING


method retrieveClipboardObject
description: Retrieves serialization of the object in current area and for current user.
parameters:

par_area
type CO_STRING

par_class
type CO_STRING

par_id
type CO_INTEGER

owner_area
description: Area of the object that we are getting from clipboard
type CO_STRING

owner_class
description: Class name of the object that we are getting from clipboard
type CO_STRING