Class ProtectedAspects
java.lang.Object
org.alfresco.module.org_alfresco_module_rm.model.rma.aspect.ProtectedAspects
- All Implemented Interfaces:
NodeServicePolicies.OnRemoveAspectPolicy,ClassPolicy,Policy
protected aspects behaviour bean allow only System user to remove this aspects
- Since:
- 2.6
- Author:
- Ramona Popa
-
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.OnRemoveAspectPolicy
QNAME -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidinit()Initialise methodvoidonRemoveAspect(NodeRef nodeRef, QName aspectTypeQName) voidsetAuthenticationUtil(AuthenticationUtil authenticationUtil) voidsetPolicyComponent(PolicyComponent policyComponent)
-
Constructor Details
-
ProtectedAspects
public ProtectedAspects()
-
-
Method Details
-
setPolicyComponent
-
setAuthenticationUtil
-
init
public void init()Initialise method -
onRemoveAspect
- Specified by:
onRemoveAspectin interfaceNodeServicePolicies.OnRemoveAspectPolicy
-