Package org.alfresco.repo.virtual.ref
Interface RepositoryLocation
-
- All Known Implementing Classes:
RepositoryNodeRef,RepositoryPath
public interface RepositoryLocationAn Alfresco repository content abstraction.- Author:
- Bogdan Horje
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NodeRefasNodeRef(ActualEnvironment environment)InputStreamopenContentStream(ActualEnvironment environment)Stringstringify(Stringifier stringifier)
-
-
-
Method Detail
-
stringify
String stringify(Stringifier stringifier) throws ReferenceEncodingException
- Throws:
ReferenceEncodingException
-
openContentStream
InputStream openContentStream(ActualEnvironment environment) throws ActualEnvironmentException
- Throws:
ActualEnvironmentException
-
asNodeRef
NodeRef asNodeRef(ActualEnvironment environment) throws ActualEnvironmentException
- Throws:
ActualEnvironmentException
-
-