public interface IndividualRequestAnalysisContext
| Modifier and Type | Method and Description |
|---|---|
String |
getAliasUrlForBytestreamIndividual(Individual individual)
If this Individual represents a File Bytestream, get the Alias URL
associated with it.
|
String |
getDefaultNamespace()
What is the default namespace for the application?
|
Individual |
getIndividualByNetId(String netId)
If there is a user with this netID, and if they have a profile, return
that Individual.
|
Individual |
getIndividualByURI(String individualUri)
Use the IndividualDao to get this individual.
|
String getDefaultNamespace()
Individual getIndividualByURI(String individualUri)
Individual getIndividualByNetId(String netId)
String getAliasUrlForBytestreamIndividual(Individual individual)
Copyright © 2016. All rights reserved.