org.eclipse.higgins.idas.schema
Interface IDigitalSubjectSchema

All Superinterfaces:
ISchema

public interface IDigitalSubjectSchema
extends ISchema

Represents a schema of the managed type of the digital subjects.

The type returned by IDigitalSubjectSchema.getType() could be used in IContext.createSubject(URI, Iterable) to create an IDigitalSubject of the managed type.

See Also:
IDigitalSubject

Method Summary
 java.util.List<IAttributeSchema> getAttributes()
          Returns the list of attributes which are defined (allowed) in the managed type of the digital subjects.
 
Methods inherited from interface org.eclipse.higgins.idas.schema.ISchema
getDisplayData, getType
 

Method Detail

getAttributes

java.util.List<IAttributeSchema> getAttributes()
Returns the list of attributes which are defined (allowed) in the managed type of the digital subjects.

See Also:
IDigitalSubject.getAttributes()