public class ImapContentPolicy extends Object
Constructor and Description |
---|
ImapContentPolicy() |
Modifier and Type | Method and Description |
---|---|
ActionService |
getActionService() |
CopyBehaviourCallback |
getCopyCallback(org.alfresco.service.namespace.QName classRef,
CopyDetails copyDetails) |
PolicyComponent |
getPolicyComponent() |
void |
init()
Init method.
|
void |
onAddAspect(org.alfresco.service.cmr.repository.NodeRef nodeRef,
org.alfresco.service.namespace.QName aspectTypeQName)
Called when the imap:imapContent aspect is applied
|
void |
setActionService(ActionService actionService) |
void |
setPolicyComponent(PolicyComponent policyComponent) |
public void init()
public void onAddAspect(org.alfresco.service.cmr.repository.NodeRef nodeRef, org.alfresco.service.namespace.QName aspectTypeQName)
nodeRef
- The node the aspect is being applied toaspectTypeQName
- The type of aspect being applied (should be imap:imapContent)public CopyBehaviourCallback getCopyCallback(org.alfresco.service.namespace.QName classRef, CopyDetails copyDetails)
public void setActionService(ActionService actionService)
public ActionService getActionService()
public void setPolicyComponent(PolicyComponent policyComponent)
public PolicyComponent getPolicyComponent()
Copyright © 2005–2017 Alfresco Software. All rights reserved.