public class SProcessDefinitionImpl extends SNamedElementImpl implements org.bonitasoft.engine.core.process.definition.model.SProcessDefinition
| Constructor and Description |
|---|
SProcessDefinitionImpl(DesignProcessDefinition processDefinition) |
SProcessDefinitionImpl(String name,
String version) |
| Modifier and Type | Method and Description |
|---|---|
void |
addActor(org.bonitasoft.engine.core.process.definition.model.SActorDefinition actor) |
void |
addParameter(org.bonitasoft.engine.core.process.definition.model.SParameterDefinition parameter) |
org.bonitasoft.engine.core.process.definition.model.SActorDefinition |
getActorInitiator() |
Set<org.bonitasoft.engine.core.process.definition.model.SActorDefinition> |
getActors() |
String |
getDescription() |
org.bonitasoft.engine.core.process.definition.model.SParameterDefinition |
getParameter(String parameterName) |
Set<org.bonitasoft.engine.core.process.definition.model.SParameterDefinition> |
getParameters() |
org.bonitasoft.engine.core.process.definition.model.SFlowElementContainerDefinition |
getProcessContainer() |
String |
getStringIndexLabel(int index) |
org.bonitasoft.engine.expression.model.SExpression |
getStringIndexValue(int index) |
String |
getVersion() |
boolean |
hasConnectors() |
void |
setActorInitiator(org.bonitasoft.engine.core.process.definition.model.SActorDefinition sActorInitiator) |
void |
setDescription(String description) |
void |
setProcessContainer(org.bonitasoft.engine.core.process.definition.model.SFlowElementContainerDefinition processContainer) |
void |
setStringIndex(int index,
String label,
org.bonitasoft.engine.expression.model.SExpression initialValue) |
equals, getName, hashCodegetId, setIdclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitpublic SProcessDefinitionImpl(DesignProcessDefinition processDefinition)
public String getVersion()
getVersion in interface org.bonitasoft.engine.core.process.definition.model.SProcessDefinitionpublic Set<org.bonitasoft.engine.core.process.definition.model.SParameterDefinition> getParameters()
getParameters in interface org.bonitasoft.engine.core.process.definition.model.SProcessDefinitionpublic org.bonitasoft.engine.core.process.definition.model.SParameterDefinition getParameter(String parameterName)
getParameter in interface org.bonitasoft.engine.core.process.definition.model.SProcessDefinitionpublic Set<org.bonitasoft.engine.core.process.definition.model.SActorDefinition> getActors()
getActors in interface org.bonitasoft.engine.core.process.definition.model.SProcessDefinitionpublic void addActor(org.bonitasoft.engine.core.process.definition.model.SActorDefinition actor)
public void addParameter(org.bonitasoft.engine.core.process.definition.model.SParameterDefinition parameter)
public org.bonitasoft.engine.core.process.definition.model.SActorDefinition getActorInitiator()
getActorInitiator in interface org.bonitasoft.engine.core.process.definition.model.SProcessDefinitionpublic void setActorInitiator(org.bonitasoft.engine.core.process.definition.model.SActorDefinition sActorInitiator)
public String getDescription()
getDescription in interface org.bonitasoft.engine.core.process.definition.model.SProcessDefinitionpublic void setDescription(String description)
public org.bonitasoft.engine.core.process.definition.model.SFlowElementContainerDefinition getProcessContainer()
getProcessContainer in interface org.bonitasoft.engine.core.process.definition.model.SProcessDefinitionpublic void setProcessContainer(org.bonitasoft.engine.core.process.definition.model.SFlowElementContainerDefinition processContainer)
public String getStringIndexLabel(int index)
getStringIndexLabel in interface org.bonitasoft.engine.core.process.definition.model.SProcessDefinitionpublic void setStringIndex(int index,
String label,
org.bonitasoft.engine.expression.model.SExpression initialValue)
public org.bonitasoft.engine.expression.model.SExpression getStringIndexValue(int index)
getStringIndexValue in interface org.bonitasoft.engine.core.process.definition.model.SProcessDefinitionpublic boolean hasConnectors()
hasConnectors in interface org.bonitasoft.engine.core.process.definition.model.SProcessDefinitionCopyright © 2014 Bonitasoft S.A.. All Rights Reserved.