Package | Description |
---|---|
org.osid.repository |
The Open Service Interface Definitions for the org.osid.repository
service.
|
Modifier and Type | Method and Description |
---|---|
Composition |
CompositionAdminSession.createComposition(CompositionForm composiitonForm)
Creates a new
Composition. |
Composition |
Asset.getComposition()
Gets the Composition corresponding to this asset.
|
Composition |
CompositionLookupSession.getComposition(Id compositionId)
Gets the
Composition specified by its Id. |
Composition |
CompositionList.getNextComposition()
Gets the next
Composition in this list. |
Composition[] |
CompositionList.getNextCompositions(long n)
Gets the next set of
Composition elements in this list
which must be less than or equal to the return from
available(). |