org.apache.manifoldcf.agents.interfaces
Interface IOutputAddActivity
- All Superinterfaces:
- IOutputHistoryActivity
- All Known Subinterfaces:
- IOutputActivity
- All Known Implementing Classes:
- WorkerThread.OutputActivity
public interface IOutputAddActivity
- extends IOutputHistoryActivity
This interface abstracts from the activities that an output connector can do
when adding or replacing documents.
|
Field Summary |
static java.lang.String |
_rcsid
|
|
Method Summary |
java.lang.String |
qualifyAccessToken(java.lang.String authorityNameString,
java.lang.String accessToken)
Qualify an access token appropriately, to match access tokens as returned by mod_aa. |
_rcsid
static final java.lang.String _rcsid
- See Also:
- Constant Field Values
qualifyAccessToken
java.lang.String qualifyAccessToken(java.lang.String authorityNameString,
java.lang.String accessToken)
throws ManifoldCFException
- Qualify an access token appropriately, to match access tokens as returned by mod_aa. This method
includes the authority name with the access token, if any, so that each authority may establish its own token space.
- Parameters:
authorityNameString - is the name of the authority to use to qualify the access token.accessToken - is the raw, repository access token.
- Returns:
- the properly qualified access token.
- Throws:
ManifoldCFException