Class SimpleRecordsManagementEventTypeImpl
java.lang.Object
org.alfresco.module.org_alfresco_module_rm.event.SimpleRecordsManagementEventTypeImpl
- All Implemented Interfaces:
RecordsManagementEventType,org.springframework.beans.factory.Aware,org.springframework.beans.factory.BeanNameAware
- Direct Known Subclasses:
OnReferenceCreateEventType,OnReferencedRecordActionedUpon
public class SimpleRecordsManagementEventTypeImpl
extends Object
implements RecordsManagementEventType, org.springframework.beans.factory.BeanNameAware
Simple records management event type implementation
- Author:
- Roy Wetherall
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the display label of the event typegetName()Get the name of the records management event typeprotected RecordsManagementEventServicevoidinit()Initialisation methodbooleanIndicates whether the event is automatic or notvoidsetBeanName(String name) voidsetRecordsManagementEventService(RecordsManagementEventService recordsManagementEventService) Set the records management event service
-
Field Details
-
LOOKUP_PREFIX
Display label lookup prefix- See Also:
-
NAME
Name- See Also:
-
-
Constructor Details
-
SimpleRecordsManagementEventTypeImpl
public SimpleRecordsManagementEventTypeImpl()
-
-
Method Details
-
getRecordsManagementEventService
- Returns:
- Records management event service
-
setRecordsManagementEventService
public void setRecordsManagementEventService(RecordsManagementEventService recordsManagementEventService) Set the records management event service- Parameters:
recordsManagementEventService- records management service
-
init
public void init()Initialisation method -
isAutomaticEvent
public boolean isAutomaticEvent()Description copied from interface:RecordsManagementEventTypeIndicates whether the event is automatic or not- Specified by:
isAutomaticEventin interfaceRecordsManagementEventType- Returns:
- boolean true if automatic, false otherwise
- See Also:
-
getName
Description copied from interface:RecordsManagementEventTypeGet the name of the records management event type- Specified by:
getNamein interfaceRecordsManagementEventType- Returns:
- String event type name
- See Also:
-
setBeanName
- Specified by:
setBeanNamein interfaceorg.springframework.beans.factory.BeanNameAware- See Also:
-
BeanNameAware.setBeanName(java.lang.String)
-
getDisplayLabel
Description copied from interface:RecordsManagementEventTypeGets the display label of the event type- Specified by:
getDisplayLabelin interfaceRecordsManagementEventType- Returns:
- String display label
- See Also:
-