Class SConstraintDefinitionImpl
- java.lang.Object
-
- org.bonitasoft.engine.core.process.definition.model.impl.SBaseElementImpl
-
- org.bonitasoft.engine.core.process.definition.model.impl.SNamedElementImpl
-
- org.bonitasoft.engine.core.process.definition.model.impl.SConstraintDefinitionImpl
-
- All Implemented Interfaces:
java.io.Serializable,SBaseElement,SConstraintDefinition,SNamedElement
public class SConstraintDefinitionImpl extends SNamedElementImpl implements SConstraintDefinition
- Author:
- Matthieu Chaffotte
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.bonitasoft.engine.core.process.definition.model.impl.SBaseElementImpl
SBaseElementImpl.EQUALS_STATE
-
-
Constructor Summary
Constructors Constructor Description SConstraintDefinitionImpl(java.lang.String name, java.lang.String expression, java.lang.String explanation)SConstraintDefinitionImpl(org.bonitasoft.engine.bpm.contract.ConstraintDefinition rule)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddInputName(java.lang.String inputName)java.lang.StringgetExplanation()java.lang.StringgetExpression()java.util.List<java.lang.String>getInputNames()-
Methods inherited from class org.bonitasoft.engine.core.process.definition.model.impl.SNamedElementImpl
checkFurtherNaiveEquality, equals, getName, hashCode
-
Methods inherited from class org.bonitasoft.engine.core.process.definition.model.impl.SBaseElementImpl
checkNaiveEquality, getId, setId
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.bonitasoft.engine.core.process.definition.model.SBaseElement
getId
-
Methods inherited from interface org.bonitasoft.engine.core.process.definition.model.SNamedElement
getName
-
-
-
-
Method Detail
-
getExpression
public java.lang.String getExpression()
- Specified by:
getExpressionin interfaceSConstraintDefinition
-
getExplanation
public java.lang.String getExplanation()
- Specified by:
getExplanationin interfaceSConstraintDefinition
-
getInputNames
public java.util.List<java.lang.String> getInputNames()
- Specified by:
getInputNamesin interfaceSConstraintDefinition
-
addInputName
public void addInputName(java.lang.String inputName)
-
-