org.alfresco.repo.publishing.test
Class SiteType

java.lang.Object
  extended by org.alfresco.repo.publishing.test.SiteType

public class SiteType
extends java.lang.Object


Constructor Summary
SiteType()
           
 
Method Summary
 void init()
          Init method.
 void onCreateNode(org.alfresco.service.cmr.repository.ChildAssociationRef childAssocRef)
          On create node behaviour
 void setChannelService(ChannelService channelService)
           
 void setPolicyComponent(PolicyComponent policyComponent)
          Set the policy component
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SiteType

public SiteType()
Method Detail

setPolicyComponent

public void setPolicyComponent(PolicyComponent policyComponent)
Set the policy component

Parameters:
policyComponent - policy component

setChannelService

public void setChannelService(ChannelService channelService)

init

public void init()
Init method. Binds model behaviours to policies.


onCreateNode

public void onCreateNode(org.alfresco.service.cmr.repository.ChildAssociationRef childAssocRef)
On create node behaviour

Parameters:
childAssocRef - child association reference


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