Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Element

Description

Title

A title string.

Layout

Layout integer.

Layout title

Layout title.

Tools

A list of tools on this page.

Skin

Skin to use for this page.

Popup

Flag to indicate if this should be a pop-up window.

The following data elements are included the Group object:

Element

Description

Title

A title string.

Description

A textual description of this group.

Site

Reference to containing site.

Group extends AuthzGroup, so it inherits all of the characteristics of an authz group.

Metadata

Site and SitePage both extent Edit (Entity), which means that they fully support metadata via entity properties. These entities may have an arbitrary number of properties associated with them. While all of these properties are optional, certain properties are commonly used such as who created or modified, creation or modified time-date, etc.

The Site Service

The Sakai Site Service provides methods to manage the data associated with all registered sites. Sites can be gotten as a list, filtered list, or individually by id. Security checks provided by various isAllowed() methods. Methods are provided for site membership. Sites can be creatd, copied, added, and removed. Special sites are supported including user sites and the gateway site.

Objects

The following objects are included in the Sakai entity interface:
Group.java
Site.java
SitePage.java
SiteService.java
ToolConfiguration.java

...