Uses of Interface
org.alfresco.module.org_alfresco_module_rm.action.RecordsManagementActionCondition
-
Packages that use RecordsManagementActionCondition Package Description org.alfresco.module.org_alfresco_module_rm.action org.alfresco.module.org_alfresco_module_rm.action.evaluator -
-
Uses of RecordsManagementActionCondition in org.alfresco.module.org_alfresco_module_rm.action
Classes in org.alfresco.module.org_alfresco_module_rm.action that implement RecordsManagementActionCondition Modifier and Type Class Description class
RecordsManagementActionConditionEvaluatorAbstractBase
Records management action condition evaluator abstract base implementation.Methods in org.alfresco.module.org_alfresco_module_rm.action that return types with arguments of type RecordsManagementActionCondition Modifier and Type Method Description List<RecordsManagementActionCondition>
RecordsManagementActionService. getRecordsManagementActionConditions()
Get a list of the available records management action conditionsList<RecordsManagementActionCondition>
RecordsManagementActionServiceImpl. getRecordsManagementActionConditions()
Methods in org.alfresco.module.org_alfresco_module_rm.action with parameters of type RecordsManagementActionCondition Modifier and Type Method Description void
RecordsManagementActionService. register(RecordsManagementActionCondition rmCondition)
Register records management conditionvoid
RecordsManagementActionServiceImpl. register(RecordsManagementActionCondition rmCondition)
-
Uses of RecordsManagementActionCondition in org.alfresco.module.org_alfresco_module_rm.action.evaluator
Classes in org.alfresco.module.org_alfresco_module_rm.action.evaluator that implement RecordsManagementActionCondition Modifier and Type Class Description class
CapabilityConditionEvaluator
Records management evaluator base implementation that delegates to a configured capability condition implementation.class
DelegateActionCondition
Records management action condition who's implementation is delegated to an existing action condition.class
HasDispositionActionEvaluator
Records management hasDispositionAction evaluator that evaluates whether the given node's disposition schedule has the specified disposition action.class
IsKindEvaluator
class
IsRecordTypeEvaluator
-