Package org.sakaiproject.entitybroker
Class IdEntityReference
- java.lang.Object
-
- org.sakaiproject.entitybroker.EntityReference
-
- org.sakaiproject.entitybroker.IdEntityReference
-
- All Implemented Interfaces:
Serializable,Cloneable
public class IdEntityReference extends EntityReference
Deprecated.UseEntityReferencedirectly, this will be removed eventuallyRepresents a parsed form of a simple entity reference, as accepted to theEntityBrokerAPI. These are of the form /prefix/id - this parser will accept overlong references with additional path segments, which will be ignored.- Author:
- Antranig Basman (antranig@caret.cam.ac.uk), Aaron Zeckoski (aaronz@vt.edu)
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description StringidDeprecated.useEntityReference.getId()to get the id-
Fields inherited from class org.sakaiproject.entitybroker.EntityReference
originalReference, PERIOD, prefix, SEPARATOR
-
-
Constructor Summary
Constructors Constructor Description IdEntityReference(String reference)Deprecated.IdEntityReference(String prefix, String id)Deprecated.
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static StringgetID(String reference)Deprecated.do not use this method anymore, use the constructors forEntityReference-
Methods inherited from class org.sakaiproject.entitybroker.EntityReference
checkPrefixId, checkReference, clone, copy, copy, findId, findPrefix, getId, getIdFromRef, getIdFromRefByKey, getOriginalReference, getPrefix, getPrefix, getReference, getSeparatorPos, getSpaceReference, isEmpty, makeEntityId, makeEntityPrefix, makeEntityReference, setOriginalReference, toString
-
-
-
-
Field Detail
-
id
public String id
Deprecated.useEntityReference.getId()to get the id
-
-
Method Detail
-
getID
public static String getID(String reference)
Deprecated.do not use this method anymore, use the constructors forEntityReference
-
-