public class SimpleRecordsManagementEventTypeImpl extends Object implements RecordsManagementEventType, org.springframework.beans.factory.BeanNameAware
| Modifier and Type | Field and Description |
|---|---|
protected static String |
LOOKUP_PREFIX
Display label lookup prefix
|
static String |
NAME
Name
|
| Constructor and Description |
|---|
SimpleRecordsManagementEventTypeImpl() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDisplayLabel()
Gets the display label of the event type
|
String |
getName()
Get the name of the records management event type
|
protected RecordsManagementEventService |
getRecordsManagementEventService() |
void |
init()
Initialisation method
|
boolean |
isAutomaticEvent()
Indicates whether the event is automatic or not
|
void |
setBeanName(String name) |
void |
setRecordsManagementEventService(RecordsManagementEventService recordsManagementEventService)
Set the records management event service
|
protected static final String LOOKUP_PREFIX
public static final String NAME
public SimpleRecordsManagementEventTypeImpl()
protected RecordsManagementEventService getRecordsManagementEventService()
public void setRecordsManagementEventService(RecordsManagementEventService recordsManagementEventService)
recordsManagementEventService - records management servicepublic void init()
public boolean isAutomaticEvent()
RecordsManagementEventTypeisAutomaticEvent in interface RecordsManagementEventTypeRecordsManagementEventType.isAutomaticEvent()public String getName()
RecordsManagementEventTypegetName in interface RecordsManagementEventTypeRecordsManagementEventType.getName()public void setBeanName(String name)
setBeanName in interface org.springframework.beans.factory.BeanNameAwareBeanNameAware.setBeanName(java.lang.String)public String getDisplayLabel()
RecordsManagementEventTypegetDisplayLabel in interface RecordsManagementEventTypeRecordsManagementEventType.getDisplayLabel()Copyright © 2005–2018 Alfresco Software. All rights reserved.