10-22-2009 10:59 AM
protected AuthenticationService getAuthenticationService() {
AuthenticationService returnAuthenticationService = this.getServiceRegistry().getAuthenticationService();
return returnAuthenticationService;
}
protected AuthorityService getAuthorityService() {
AuthorityService returnAuthorityService = this.getServiceRegistry().getAuthorityService();
return returnAuthorityService;
}
protected NodeRef getCompanyHomeReference() {
NodeRef nodeRef = this.getRepositoryContext().getCompanyHome();
return nodeRef;
}
10-23-2009 05:03 AM
<bean id="webscript.com.example.mywebscript.get" class="com.example.MyWebScript" parent="webscript">
<property name="serviceRegistry" ref="ServiceRegistry"/>
</bean>
03-05-2010 05:30 AM
03-19-2010 07:29 AM
<bean id="webscript.org.alfresco.demo.test.get"
class="org.alfresco.Demo"
parent="webscript">
<property name="repository" ref="repositoryHelper" />
</bean>
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.