Class ImapContentPolicy

java.lang.Object
org.alfresco.repo.imap.ImapContentPolicy

public class ImapContentPolicy extends Object
  • Constructor Details

    • ImapContentPolicy

      public ImapContentPolicy()
  • Method Details

    • init

      public void init()
      Init method. Registered behaviours.
    • onAddAspect

      public void onAddAspect(NodeRef nodeRef, QName aspectTypeQName)
      Called when the imap:imapContent aspect is applied
      Parameters:
      nodeRef - The node the aspect is being applied to
      aspectTypeQName - The type of aspect being applied (should be imap:imapContent)
    • getCopyCallback

      public CopyBehaviourCallback getCopyCallback(QName classRef, CopyDetails copyDetails)
    • setActionService

      public void setActionService(ActionService actionService)
    • getActionService

      public ActionService getActionService()
    • setPolicyComponent

      public void setPolicyComponent(PolicyComponent policyComponent)
    • getPolicyComponent

      public PolicyComponent getPolicyComponent()