Class BaseBehaviourBean

java.lang.Object
org.alfresco.module.org_alfresco_module_rm.util.ServiceBaseImpl
org.alfresco.module.org_alfresco_module_rm.model.BaseBehaviourBean
All Implemented Interfaces:
RecordsManagementCustomModel, RecordsManagementModel, BehaviourRegistry, org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware
Direct Known Subclasses:
AbstractDisposableItem, AccendedAspect, CmObjectType, CutoffAspect, DeclaredRecordAspect, DispositionActionDefinitionType, DispositionLifecycleAspect, DispositionProperty, DOD5015RecordAspect, ExtendedSecurityAspect, FilePlanComponentAspect, FilePlanType, FrozenAspect, GhostedAspect, HoldContainerType, ModelSecurityServiceImpl, NonElectronicRecordType, QShareAspect, RecordComponentIdentifierAspect, RecordOriginatingDetailsAspect, RecordSearchAspect, RecordServiceImpl, RecordsManagementContainerType, RmSiteType, ScheduledAspect, TransferContainerType, TransferredAspect, TransferringAspect, TransferType, UncutoffAspect, UnfiledRecordContainerType, UnfiledRecordFolderType, VersionableAspect, VersionRecordAspect, VitalRecordAspect, VitalRecordDefinitionAspect

public abstract class BaseBehaviourBean extends ServiceBaseImpl implements RecordsManagementModel, BehaviourRegistry
Convenient base class for behaviour beans.
Since:
2.2
Author:
Roy Wetherall
  • Field Details

    • LOGGER

      protected static final org.apache.commons.logging.Log LOGGER
      Logger
    • UNIQUE_CHILD_TYPE_ERROR

      protected static final String UNIQUE_CHILD_TYPE_ERROR
      I18N
      See Also:
    • MULTIPLE_CHILDREN_TYPE_ERROR

      protected static final String MULTIPLE_CHILDREN_TYPE_ERROR
      See Also:
    • behaviourFilter

      protected BehaviourFilter behaviourFilter
      behaviour filter
    • behaviours

      protected Map<String,Behaviour> behaviours
      behaviour map
  • Constructor Details

    • BaseBehaviourBean

      public BaseBehaviourBean()
  • Method Details