Serialized Form


Package org.sakaiproject.entitybroker

Class org.sakaiproject.entitybroker.EntityReference extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

prefix

String prefix
An entity prefix, should match with the prefix handled in an EntityProvider, uniquely identifies an entity space or entity type
WARNING: use the EntityReference.getPrefix() method rather than referring to this directly


entityId

String entityId

Class org.sakaiproject.entitybroker.EntityView extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

originalEntityURL

String originalEntityURL

extension

String extension

method

EntityView.Method method

viewKey

String viewKey

entityReference

EntityReference entityReference

pathSegments

Map<K,V> pathSegments
Contains all path segments for this entity reference, e.g. /prefix/id/thing would cause this to contain 3 segments for the prefix, id, and thing as long as one of the parse templates supported that path


parseTemplates

List<E> parseTemplates
Contains the parsing templates for this entity reference


anazlyzedTemplates

List<E> anazlyzedTemplates
Cache the parsed templates for this EB

Class org.sakaiproject.entitybroker.IdEntityReference extends EntityReference implements Serializable

serialVersionUID: 1L

Serialized Fields

id

String id
Deprecated. use EntityReference.getId() to get the id

Package org.sakaiproject.entitybroker.entityprovider.extension

Class org.sakaiproject.entitybroker.entityprovider.extension.BrowseEntity.PrefixComparator extends Object implements Serializable

serialVersionUID: 1L

Class org.sakaiproject.entitybroker.entityprovider.extension.BrowseEntity.TitleComparator extends Object implements Serializable

serialVersionUID: 1L

Class org.sakaiproject.entitybroker.entityprovider.extension.EntityData.ReferenceComparator extends Object implements Serializable

serialVersionUID: 1L

Class org.sakaiproject.entitybroker.entityprovider.extension.EntityData.TitleComparator extends Object implements Serializable

serialVersionUID: 1L


Package org.sakaiproject.entitybroker.exception

Class org.sakaiproject.entitybroker.exception.EntityBrokerException extends RuntimeException implements Serializable

Serialized Fields

entityReference

String entityReference
The unique reference for the entity or entity space related to this failure

Class org.sakaiproject.entitybroker.exception.EntityEncodingException extends EntityBrokerException implements Serializable

Class org.sakaiproject.entitybroker.exception.EntityException extends EntityBrokerException implements Serializable

Serialized Fields

responseCode

int responseCode
This is the response code related to the failure that occurred, should match with constants in HttpServletResponse

Class org.sakaiproject.entitybroker.exception.EntityNotFoundException extends EntityBrokerException implements Serializable

Class org.sakaiproject.entitybroker.exception.FormatUnsupportedException extends EntityBrokerException implements Serializable

Serialized Fields

format

String format
The format which could not be handled



Copyright © 2007-2012 Sakai Project. All Rights Reserved.