Class CheckedOutAspect

java.lang.Object
org.alfresco.repo.coci.CheckedOutAspect

public class CheckedOutAspect extends Object
Policies relating to the checkedOut aspect.
Since:
4.0
  • Field Details

    • policyComponent

      protected PolicyComponent policyComponent
      Policy component
  • Constructor Details

    • CheckedOutAspect

      public CheckedOutAspect()
  • Method Details

    • setPolicyComponent

      public void setPolicyComponent(PolicyComponent policyComponent)
      Sets the policy component
      Parameters:
      policyComponent - the policy component
    • init

      public void init()
    • onCreateVersion

      public void onCreateVersion(QName classRef, NodeRef versionableNode, Map<String,Serializable> versionProperties, PolicyScope nodeDetails)
      Callback behaviour retrieval for the 'onCreateVersion' aspect.
    • getCallbackForCheckedOutAspect

      public CopyBehaviourCallback getCallbackForCheckedOutAspect(QName classRef, CopyDetails copyDetails)
      Callback behaviour retrieval for the 'checkedOut' aspect.
      Returns:
      Returns DoNothingCopyBehaviourCallback always