Class SUserFilterDefinitionImpl
- 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.SUserFilterDefinitionImpl
-
- All Implemented Interfaces:
java.io.Serializable,SBaseElement,SNamedElement,SUserFilterDefinition
public class SUserFilterDefinitionImpl extends SNamedElementImpl implements SUserFilterDefinition
- Author:
- Baptiste Mesta
- 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 SUserFilterDefinitionImpl(org.bonitasoft.engine.bpm.userfilter.UserFilterDefinition userFilter)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Map<java.lang.String,SExpression>getInputs()java.lang.StringgetUserFilterId()java.lang.StringgetVersion()java.lang.StringtoString()-
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, 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
-
getUserFilterId
public java.lang.String getUserFilterId()
- Specified by:
getUserFilterIdin interfaceSUserFilterDefinition
-
getInputs
public java.util.Map<java.lang.String,SExpression> getInputs()
- Specified by:
getInputsin interfaceSUserFilterDefinition
-
getVersion
public java.lang.String getVersion()
- Specified by:
getVersionin interfaceSUserFilterDefinition
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-