|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.alfresco.repo.coci.WorkingCopyAspect
public class WorkingCopyAspect
| Constructor Summary | |
|---|---|
WorkingCopyAspect()
|
|
| Method Summary | |
|---|---|
void |
beforeDeleteNode(NodeRef nodeRef)
beforeDeleteNode policy behaviour |
void |
init()
Initialise method |
void |
onCopy(QName sourceClassRef,
NodeRef sourceNodeRef,
StoreRef destinationStoreRef,
boolean copyToNewNode,
PolicyScope copyDetails)
onCopy policy behaviour |
void |
setLockService(LockService lockService)
Set the lock service |
void |
setNodeService(NodeService nodeService)
Set the node service |
void |
setPolicyComponent(PolicyComponent policyComponent)
Sets the policy component |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WorkingCopyAspect()
| Method Detail |
|---|
public void setPolicyComponent(PolicyComponent policyComponent)
policyComponent - the policy componentpublic void setNodeService(NodeService nodeService)
nodeService - the node servicepublic void setLockService(LockService lockService)
lockService - the lock servicepublic void init()
public void onCopy(QName sourceClassRef,
NodeRef sourceNodeRef,
StoreRef destinationStoreRef,
boolean copyToNewNode,
PolicyScope copyDetails)
CopyServicePolicies.OnCopyNodePolicy.onCopyNode(QName, NodeRef, StoreRef, boolean, PolicyScope)public void beforeDeleteNode(NodeRef nodeRef)
nodeRef - the node reference about to be deleted
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||