Serialized Form
|
Package org.sakaiproject.entitybroker |
serialVersionUID: 1L
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
serialVersionUID: 1L
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
serialVersionUID: 1L
id
String id
- Deprecated. use
EntityReference.getId() to get the id
|
Package org.sakaiproject.entitybroker.entityprovider.extension |
serialVersionUID: 1L
serialVersionUID: 1L
serialVersionUID: 1L
serialVersionUID: 1L
|
Package org.sakaiproject.entitybroker.exception |
entityReference
String entityReference
- The unique reference for the entity or entity space related to this failure
responseCode
int responseCode
- This is the response code related to the failure that occurred,
should match with constants in
HttpServletResponse
format
String format
- The format which could not be handled
Copyright © 2007-2013 Sakai Project. All Rights Reserved.