hiveEntityClass-class | R Documentation |
This class is the S4 representation of the EntityClass record type. It is a container for the definition of an Entity class.
name
A character string specifying the name of the record.
Defaults to ""
.
description
A character string containing a description of the record.
Defaults to ""
.
variables
A hiveVariableDefinitionCollection
object containing
any variables associated with the record.
creator
A character string specifying the username
of the User
who created the record. Defaults to ""
.
owner
A character string specifying the username
of the User
associated with the record. Defaults to ""
.
group
A character string specifying the name
of the Group associated
with the record. Defaults to ""
.
permissions
A hivePermissions
object specifying the permissions
associated with the record. Defaults to read-only.
.creation_date
A character string specifying the time and date at which the record was
created. Defaults to ""
.
.updated
A character string specifying the time and date at which the record was last
updated. Defaults to ""
.
Adam C. Gower agower@bu.edu
Functions for working with EntityClass records are
described in EntityClasses
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.