public class SCommandBuilderImpl extends Object implements org.bonitasoft.engine.command.model.SCommandBuilder
| Constructor and Description |
|---|
SCommandBuilderImpl() |
| Modifier and Type | Method and Description |
|---|---|
org.bonitasoft.engine.command.model.SCommandBuilder |
createNewInstance(org.bonitasoft.engine.command.model.SCommand command) |
org.bonitasoft.engine.command.model.SCommandBuilder |
createNewInstance(String name,
String description,
String implementationClass) |
org.bonitasoft.engine.command.model.SCommand |
done() |
String |
getDescriptionKey() |
String |
getIdKey() |
String |
getImplementationClassKey() |
String |
getNameKey() |
String |
getSystemKey() |
org.bonitasoft.engine.command.model.SCommandBuilder |
setSystem(boolean system) |
public org.bonitasoft.engine.command.model.SCommandBuilder createNewInstance(org.bonitasoft.engine.command.model.SCommand command)
createNewInstance in interface org.bonitasoft.engine.command.model.SCommandBuilderpublic org.bonitasoft.engine.command.model.SCommandBuilder createNewInstance(String name, String description, String implementationClass)
createNewInstance in interface org.bonitasoft.engine.command.model.SCommandBuilderpublic org.bonitasoft.engine.command.model.SCommand done()
done in interface org.bonitasoft.engine.command.model.SCommandBuilderpublic String getIdKey()
getIdKey in interface org.bonitasoft.engine.command.model.SCommandBuilderpublic String getNameKey()
getNameKey in interface org.bonitasoft.engine.command.model.SCommandBuilderpublic String getDescriptionKey()
getDescriptionKey in interface org.bonitasoft.engine.command.model.SCommandBuilderpublic String getImplementationClassKey()
getImplementationClassKey in interface org.bonitasoft.engine.command.model.SCommandBuilderpublic org.bonitasoft.engine.command.model.SCommandBuilder setSystem(boolean system)
setSystem in interface org.bonitasoft.engine.command.model.SCommandBuilderpublic String getSystemKey()
getSystemKey in interface org.bonitasoft.engine.command.model.SCommandBuilderCopyright © 2013 BonitaSoft. All Rights Reserved.