Interface RecordsManagementActionCondition
- All Known Implementing Classes:
CapabilityConditionEvaluator
,DelegateActionCondition
,HasDispositionActionEvaluator
,IsKindEvaluator
,IsRecordTypeEvaluator
,RecordsManagementActionConditionEvaluatorAbstractBase
@AlfrescoPublicApi
public interface RecordsManagementActionCondition
Record Management Action Condition
- Since:
- 2.1
- Author:
- Roy Wetherall
-
Method Summary
Modifier and TypeMethodDescriptionGet the name of the action conditionGet the description of the action conditiongetLabel()
Get the label of the action conditionboolean
-
Method Details
-
getBeanName
String getBeanName()Get the name of the action condition- Returns:
- String action condition name
-
getLabel
String getLabel()Get the label of the action condition- Returns:
- String action condition label
-
getDescription
String getDescription()Get the description of the action condition- Returns:
- String action condition description
-
getRecordsManagementActionConditionDefinition
RecordsManagementActionConditionDefinition getRecordsManagementActionConditionDefinition()- Returns:
- The records management action condition definition
-
isPublicCondition
boolean isPublicCondition()- Returns:
true
if the condition is public,false
otherwise
-