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 TypeMethodDescriptionvoid
init()
Initialise methodvoid
onRemoveAspect
(NodeRef nodeRef, QName aspectTypeQName) void
setAuthenticationUtil
(AuthenticationUtil authenticationUtil) void
setPolicyComponent
(PolicyComponent policyComponent)
-
Constructor Details
-
ProtectedAspects
public ProtectedAspects()
-
-
Method Details
-
setPolicyComponent
-
setAuthenticationUtil
-
init
public void init()Initialise method -
onRemoveAspect
- Specified by:
onRemoveAspect
in interfaceNodeServicePolicies.OnRemoveAspectPolicy
-