Interface SUserFilterDefinition
-
- All Superinterfaces:
SBaseElement,java.io.Serializable,SNamedElement
- All Known Implementing Classes:
SUserFilterDefinitionImpl
public interface SUserFilterDefinition extends SNamedElement
- Author:
- Baptiste Mesta
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Map<java.lang.String,SExpression>getInputs()java.lang.StringgetUserFilterId()java.lang.StringgetVersion()-
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
java.lang.String getUserFilterId()
-
getVersion
java.lang.String getVersion()
-
getInputs
java.util.Map<java.lang.String,SExpression> getInputs()
-
-