public class LayeredFolderType extends java.lang.Object implements NodeServicePolicies.OnMoveNodePolicy
Policy.ArgQNAME| Constructor and Description |
|---|
LayeredFolderType() |
| Modifier and Type | Method and Description |
|---|---|
void |
init()
Initialize the avmlayeredfolder type policies
|
static java.lang.Boolean |
isIssuedByWebClient()
Get the issuedByWebClient
|
void |
onMoveNode(org.alfresco.service.cmr.repository.ChildAssociationRef oldChildAssocRef,
org.alfresco.service.cmr.repository.ChildAssociationRef newChildAssocRef)
Called when a node has been moved.
|
void |
setAvmService(AVMService avmService)
Set the avmService
|
void |
setFileFolderService(FileFolderService fileFolderService)
Set the fileFolderService
|
static void |
setIssuedByWebClient(java.lang.Boolean isWebClient)
Thread variable used to determine whether policy
fired by Web-Client or by external issuers (FTP, CIFS)
|
void |
setMaxTime(long maxTime)
Set the max time
|
void |
setPolicyComponent(PolicyComponent policyComponent)
Set the policy component
|
public void init()
public void onMoveNode(org.alfresco.service.cmr.repository.ChildAssociationRef oldChildAssocRef,
org.alfresco.service.cmr.repository.ChildAssociationRef newChildAssocRef)
NodeServicePolicies.OnMoveNodePolicyonMoveNode in interface NodeServicePolicies.OnMoveNodePolicyoldChildAssocRef - the child association reference prior to the movenewChildAssocRef - the child association reference after the movepublic void setPolicyComponent(PolicyComponent policyComponent)
policyComponent - the policy componentpublic void setFileFolderService(FileFolderService fileFolderService)
fileFolderService - public void setAvmService(AVMService avmService)
avmService - public static void setIssuedByWebClient(java.lang.Boolean isWebClient)
isWebClient - public static java.lang.Boolean isIssuedByWebClient()
public void setMaxTime(long maxTime)
maxTime - Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.