Class ProcessBuilderDefinition
java.lang.Object
com.suncode.pwfl.workflow.process.util.ProcessBuilderDefinition
Obiekt służący do zdefiniowania procesu, który chcemy utworzyć
- Author:
- Paweł Rosolak 16 paź 2013
-
Constructor Summary
ConstructorsConstructorDescriptionProcessBuilderDefinition(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) -
Method Summary
Modifier and TypeMethodDescriptionDeprecated, for removal: This API element is subject to removal in a future version.booleanZwraca informację, czy stworzony proces zostanie automatycznie uruchomionyvoidsetAutoStart(boolean autoStart) Określa, czy utworzony proces ma być automatycznie uruchomiony (domyślnietrue).voidsetCreator(String creator) voidsetCreatorPassword(String creatorPassword) Deprecated, for removal: This API element is subject to removal in a future version.voidsetPackageId(String packageId) voidsetProcessDefId(String processDefId) voidsetVariables(Map<String, Object> variables)
-
Constructor Details
-
ProcessBuilderDefinition
public ProcessBuilderDefinition() -
ProcessBuilderDefinition
-
ProcessBuilderDefinition
-
ProcessBuilderDefinition
-
-
Method Details
-
getProcessDefId
-
setProcessDefId
-
getCreator
-
setCreator
-
getCreatorPassword
Deprecated, for removal: This API element is subject to removal in a future version. -
setCreatorPassword
Deprecated, for removal: This API element is subject to removal in a future version. -
getPackageId
-
setPackageId
-
setAutoStart
public void setAutoStart(boolean autoStart) Określa, czy utworzony proces ma być automatycznie uruchomiony (domyślnietrue).- Parameters:
autoStart-truejeżeli proces ma być automatycznie uruchomiony (domyślnie),falsew przeciwnym wypadku
-
isAutoStart
public boolean isAutoStart()Zwraca informację, czy stworzony proces zostanie automatycznie uruchomiony- Returns:
truejeżeli proces będzie automatycznie uruchomiony,falsew przeciwnym wypadku- See Also:
-
getVariables
-
setVariables
-