public class ProcessBuilderDefinition extends Object
Constructor and Description |
---|
ProcessBuilderDefinition() |
ProcessBuilderDefinition(String processDefId,
String creator,
String packageId) |
ProcessBuilderDefinition(String processDefId,
String creator,
String creatorPassword,
String packageId) |
ProcessBuilderDefinition(String processDefId,
String creator,
String creatorPassword,
String packageId,
Map<String,Object> variables) |
Modifier and Type | Method and Description |
---|---|
String |
getCreator() |
String |
getCreatorPassword()
Deprecated.
|
String |
getPackageId() |
String |
getProcessDefId() |
Map<String,Object> |
getVariables() |
boolean |
isAutoStart()
Zwraca informację, czy stworzony proces zostanie automatycznie
uruchomiony
|
void |
setAutoStart(boolean autoStart)
Określa, czy utworzony proces ma być automatycznie uruchomiony (domyślnie
true ). |
void |
setCreator(String creator) |
void |
setCreatorPassword(String creatorPassword)
Deprecated.
|
void |
setPackageId(String packageId) |
void |
setProcessDefId(String processDefId) |
void |
setVariables(Map<String,Object> variables) |
public ProcessBuilderDefinition()
public ProcessBuilderDefinition(String processDefId, String creator, String packageId)
public ProcessBuilderDefinition(String processDefId, String creator, String creatorPassword, String packageId)
public String getProcessDefId()
public void setProcessDefId(String processDefId)
public String getCreator()
public void setCreator(String creator)
@Deprecated public String getCreatorPassword()
@Deprecated public void setCreatorPassword(String creatorPassword)
public String getPackageId()
public void setPackageId(String packageId)
public void setAutoStart(boolean autoStart)
true
).autoStart
- true
jeżeli proces ma być automatycznie
uruchomiony (domyślnie), false
w przeciwnym wypadkupublic boolean isAutoStart()
true
jeżeli proces będzie automatycznie uruchomiony,
false
w przeciwnym wypadkusetAutoStart(boolean)
Copyright © 2019 Suncode. All rights reserved.