Overview  Package   Class  Use  Tree  Deprecated  Index  Help 
PREV CLASS   NEXT CLASS FRAMES    NO FRAMES    All Classes
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD

org.alfresco.service.cmr.action
Interface ActionCondition
All Superinterfaces:
ParameterizedItem
All Known Subinterfaces:
CompositeActionCondition

public interface ActionCondition
extends ParameterizedItem
Rule condition interface
Author:
Roy Wetherall

Method Summary
getActionConditionDefinitionName()
          Get the action condition definition name
boolean
getInvertCondition()
          Indicates whether the condition result should be inverted.
void
setInvertCondition(boolean invertCondition)
          Set whether the condition result should be inverted.
Methods inherited from interface org.alfresco.service.cmr.action.ParameterizedItem
getId, getParameterValue, getParameterValues, setParameterValue, setParameterValues
Method Detail
getActionConditionDefinitionName
String getActionConditionDefinitionName()
Get the action condition definition name

setInvertCondition
void setInvertCondition(boolean invertCondition)
Set whether the condition result should be inverted.

This is achieved by applying the NOT logical operator to the result.

The default value is false.

Parameters:
invertCondition - true indicates that the result of the condition is inverted, false otherwise.

getInvertCondition
boolean getInvertCondition()
Indicates whether the condition result should be inverted.

This is achieved by applying the NOT logical operator to the result.

The default value is false.

Returns:
true indicates that the result of the condition is inverted, false otherwise

Overview  Package   Class  Use  Tree  Deprecated  Index  Help 
PREV CLASS   NEXT CLASS FRAMES    NO FRAMES    All Classes
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD

Copyright © 2005–2016 Alfresco Software. All rights reserved.

Java API documentation generated with DocFlex/Javadoc 1.6.1 using JavadocPro template set.