Uses of Class
org.alfresco.repo.virtual.ActualEnvironmentException
Packages that use ActualEnvironmentException
Package
Description
-
Uses of ActualEnvironmentException in org.alfresco.repo.virtual
Methods in org.alfresco.repo.virtual that throw ActualEnvironmentExceptionModifier and TypeMethodDescriptionActualEnvironment.createScriptVirtualContext(VirtualContext context) AlfrescoEnviroment.createScriptVirtualContext(VirtualContext context) ActualEnvironment.executeScript(String classpath, Map<String, Object> model) ActualEnvironment.executeScript(NodeRef templateNodeRef, Map<String, Object> model) ActualEnvironment.getProperty(NodeRef nodeRef, QName qname) ActualEnvironment.openContentStream(String classpath) ActualEnvironment.openContentStream(NodeRef nodeRef) AlfrescoEnviroment.openContentStream(String classpath) AlfrescoEnviroment.openContentStream(NodeRef nodeRef) -
Uses of ActualEnvironmentException in org.alfresco.repo.virtual.ref
Methods in org.alfresco.repo.virtual.ref that throw ActualEnvironmentExceptionModifier and TypeMethodDescriptionRepositoryLocation.asNodeRef(ActualEnvironment environment) RepositoryNodeRef.asNodeRef(ActualEnvironment environment) RepositoryPath.asNodeRef(ActualEnvironment environment) ClasspathResource.asStream(ActualEnvironment environment) RepositoryResource.asStream(ActualEnvironment environment) Resource.asStream(ActualEnvironment environment) RepositoryLocation.openContentStream(ActualEnvironment environment) RepositoryNodeRef.openContentStream(ActualEnvironment environment) RepositoryPath.openContentStream(ActualEnvironment environment) -
Uses of ActualEnvironmentException in org.alfresco.repo.virtual.store
Methods in org.alfresco.repo.virtual.store that throw ActualEnvironmentExceptionModifier and TypeMethodDescriptionbooleanAspectVirtualizationMethod.canVirtualize(ActualEnvironment env, NodeRef nodeRef) Determines if a givenNodeRefcan be virtualized by this virtualization method by checking the presence of the of the configured aspect (i.e.booleanCustomVirtualizationMethod.canVirtualize(ActualEnvironment env, NodeRef nodeRef) booleanSystemVirtualizationMethod.canVirtualize(ActualEnvironment env, NodeRef nodeRef) booleanTypeVirtualizationMethod.canVirtualize(ActualEnvironment env, NodeRef nodeRef) -
Uses of ActualEnvironmentException in org.alfresco.repo.virtual.template
Methods in org.alfresco.repo.virtual.template that throw ActualEnvironmentExceptionModifier and TypeMethodDescriptionTemplateResourceProcessor.createScriptParameters(VirtualContext context) Adds the script virtual context to the parameters of the context.