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 org.alfresco.service.cmr.repository.NodeRefasNodeRef(ActualEnvironment environment)java.io.InputStreamopenContentStream(ActualEnvironment environment)java.lang.Stringstringify(Stringifier stringifier)
-
-
-
Method Detail
-
stringify
java.lang.String stringify(Stringifier stringifier) throws ReferenceEncodingException
- Throws:
ReferenceEncodingException
-
openContentStream
java.io.InputStream openContentStream(ActualEnvironment environment) throws ActualEnvironmentException
- Throws:
ActualEnvironmentException
-
asNodeRef
org.alfresco.service.cmr.repository.NodeRef asNodeRef(ActualEnvironment environment) throws ActualEnvironmentException
- Throws:
ActualEnvironmentException
-
-