public class SCommandBuilderFactoryImpl extends Object implements org.bonitasoft.engine.command.model.SCommandBuilderFactory
Constructor and Description |
---|
SCommandBuilderFactoryImpl() |
Modifier and Type | Method and Description |
---|---|
org.bonitasoft.engine.command.model.SCommandBuilder |
createNewInstance(org.bonitasoft.engine.command.model.SCommand originalCommand) |
org.bonitasoft.engine.command.model.SCommandBuilder |
createNewInstance(String name,
String description,
String implementationClass) |
String |
getDescriptionKey() |
String |
getIdKey() |
String |
getImplementationClassKey() |
String |
getNameKey() |
String |
getSystemKey() |
public org.bonitasoft.engine.command.model.SCommandBuilder createNewInstance(org.bonitasoft.engine.command.model.SCommand originalCommand)
createNewInstance
in interface org.bonitasoft.engine.command.model.SCommandBuilderFactory
public org.bonitasoft.engine.command.model.SCommandBuilder createNewInstance(String name, String description, String implementationClass)
createNewInstance
in interface org.bonitasoft.engine.command.model.SCommandBuilderFactory
public String getIdKey()
getIdKey
in interface org.bonitasoft.engine.command.model.SCommandBuilderFactory
public String getNameKey()
getNameKey
in interface org.bonitasoft.engine.command.model.SCommandBuilderFactory
public String getDescriptionKey()
getDescriptionKey
in interface org.bonitasoft.engine.command.model.SCommandBuilderFactory
public String getImplementationClassKey()
getImplementationClassKey
in interface org.bonitasoft.engine.command.model.SCommandBuilderFactory
public String getSystemKey()
getSystemKey
in interface org.bonitasoft.engine.command.model.SCommandBuilderFactory
Copyright © 2013 BonitaSoft. All Rights Reserved.