org.alfresco.repo.security.person
Interface HomeFolderProvider

All Superinterfaces:
ClassPolicy, NodeServicePolicies.OnCreateNodePolicy, Policy
All Known Implementing Classes:
AbstractHomeFolderProvider, ExistingPathBasedHomeFolderProvider, UIDBasedHomeFolderProvider

Deprecated. Depreciated since 4.0. HomeFolderProvider2 should now be used.

public interface HomeFolderProvider
extends NodeServicePolicies.OnCreateNodePolicy

Interface for home folder providers.


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.alfresco.repo.policy.Policy
Policy.Arg
 
Field Summary
 
Fields inherited from interface org.alfresco.repo.node.NodeServicePolicies.OnCreateNodePolicy
QNAME
 
Fields inherited from interface org.alfresco.repo.policy.Policy
NAMESPACE
 
Method Summary
 java.lang.String getName()
          Deprecated. Get the name of the provider.
 
Methods inherited from interface org.alfresco.repo.node.NodeServicePolicies.OnCreateNodePolicy
onCreateNode
 

Method Detail

getName

java.lang.String getName()
Deprecated. 
Get the name of the provider.

Returns:


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.