Class FormMappingKeyGeneratorImpl
- java.lang.Object
-
- org.bonitasoft.engine.core.form.impl.FormMappingKeyGeneratorImpl
-
- All Implemented Interfaces:
FormMappingKeyGenerator
public class FormMappingKeyGeneratorImpl extends java.lang.Object implements FormMappingKeyGenerator
- Author:
- Baptiste Mesta
-
-
Constructor Summary
Constructors Constructor Description FormMappingKeyGeneratorImpl(ProcessDefinitionService processDefinitionService)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgenerateKey(long processDefinitionId, java.lang.String task, java.lang.Integer type)
-
-
-
Constructor Detail
-
FormMappingKeyGeneratorImpl
public FormMappingKeyGeneratorImpl(ProcessDefinitionService processDefinitionService)
-
-
Method Detail
-
generateKey
public java.lang.String generateKey(long processDefinitionId, java.lang.String task, java.lang.Integer type) throws SObjectCreationException- Specified by:
generateKeyin interfaceFormMappingKeyGenerator- Throws:
SObjectCreationException
-
-