org.alfresco.repo.thumbnail
Class ThumbnailedAspect

java.lang.Object
  extended by org.alfresco.repo.thumbnail.ThumbnailedAspect
All Implemented Interfaces:
NodeServicePolicies.OnUpdatePropertiesPolicy, ClassPolicy, Policy

public class ThumbnailedAspect
extends java.lang.Object
implements NodeServicePolicies.OnUpdatePropertiesPolicy

Thumbnailed aspect behaviour bean


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.OnUpdatePropertiesPolicy
ARG_0, ARG_1, ARG_2
 
Fields inherited from interface org.alfresco.repo.policy.Policy
NAMESPACE
 
Constructor Summary
ThumbnailedAspect()
           
 
Method Summary
 void init()
          Initialise method
 void onUpdateProperties(NodeRef nodeRef, java.util.Map before, java.util.Map after)
          Called after a node's properties have been changed.
 void setActionService(ActionService actionService)
          Set the action service
 void setDictionaryService(DictionaryService dictionaryService)
          Set the dictionary service
 void setNodeService(NodeService nodeService)
          Set the node service
 void setPolicyComponent(PolicyComponent policyComponent)
          Set the policy component
 void setThumbnailService(ThumbnailService thumbnailService)
          Set the thumbnail service
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ThumbnailedAspect

public ThumbnailedAspect()
Method Detail

setPolicyComponent

public void setPolicyComponent(PolicyComponent policyComponent)
Set the policy component

Parameters:
policyComponent - policy component

setActionService

public void setActionService(ActionService actionService)
Set the action service

Parameters:
actionService - action service

setNodeService

public void setNodeService(NodeService nodeService)
Set the node service

Parameters:
nodeService - node service

setThumbnailService

public void setThumbnailService(ThumbnailService thumbnailService)
Set the thumbnail service

Parameters:
thumbnailService - thumbnail service

setDictionaryService

public void setDictionaryService(DictionaryService dictionaryService)
Set the dictionary service

Parameters:
dictionaryService - dictionary service

init

public void init()
Initialise method


onUpdateProperties

public void onUpdateProperties(NodeRef nodeRef,
                               java.util.Map before,
                               java.util.Map after)
Description copied from interface: NodeServicePolicies.OnUpdatePropertiesPolicy
Called after a node's properties have been changed.

Specified by:
onUpdateProperties in interface NodeServicePolicies.OnUpdatePropertiesPolicy
Parameters:
nodeRef - reference to the updated node
before - the node's properties before the change
after - the node's properties after the change
See Also:
NodeServicePolicies.OnUpdatePropertiesPolicy.onUpdateProperties(org.alfresco.service.cmr.repository.NodeRef, java.util.Map, java.util.Map)


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