org.bonitasoft.engine.core.process.definition.model.impl
public class SProcessDefinitionImpl extends SNamedElementImpl implements SProcessDefinition
| Constructor and Description |
|---|
SProcessDefinitionImpl(DesignProcessDefinition processDefinition) |
SProcessDefinitionImpl(String name,
String version) |
| Modifier and Type | Method and Description |
|---|---|
void |
addActor(SActorDefinition actor) |
void |
addParameter(SParameterDefinition parameter) |
SActorDefinition |
getActorInitiator() |
Set<SActorDefinition> |
getActors() |
String |
getDescription() |
SParameterDefinition |
getParameter(String parameterName) |
Set<SParameterDefinition> |
getParameters() |
SFlowElementContainerDefinition |
getProcessContainer() |
String |
getStringIndexLabel(int index) |
org.bonitasoft.engine.expression.model.SExpression |
getStringIndexValue(int index) |
String |
getVersion() |
boolean |
hasConnectors() |
void |
setActorInitiator(SActorDefinition sActorInitiator) |
void |
setDescription(String description) |
void |
setProcessContainer(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, waitgetNamegetIdpublic SProcessDefinitionImpl(DesignProcessDefinition processDefinition)
public String getVersion()
getVersion in interface SProcessDefinitionpublic Set<SParameterDefinition> getParameters()
getParameters in interface SProcessDefinitionpublic SParameterDefinition getParameter(String parameterName)
getParameter in interface SProcessDefinitionpublic Set<SActorDefinition> getActors()
getActors in interface SProcessDefinitionpublic void addActor(SActorDefinition actor)
public void addParameter(SParameterDefinition parameter)
public SActorDefinition getActorInitiator()
getActorInitiator in interface SProcessDefinitionpublic void setActorInitiator(SActorDefinition sActorInitiator)
public String getDescription()
getDescription in interface SProcessDefinitionpublic void setDescription(String description)
public SFlowElementContainerDefinition getProcessContainer()
getProcessContainer in interface SProcessDefinitionpublic void setProcessContainer(SFlowElementContainerDefinition processContainer)
public String getStringIndexLabel(int index)
getStringIndexLabel in interface 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 SProcessDefinitionpublic boolean hasConnectors()
hasConnectors in interface SProcessDefinitionCopyright © 2014 Bonitasoft S.A.. All rights reserved.